@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg:#fdfaf5;--surface:#fff;--surface-glass:#ffffffb8;--surface-sunken:#f5f0e6;--border:#ede4d3;--border-strong:#e2d5bc;--amber:#f59e0b;--amber-dim:#f59e0b1f;--amber-glow:#f59e0b47;--amber-deep:#b45309;--text:#1c1917;--text-sub:#6b5f4f;--text-muted:#a89a82;--green:#15803d;--green-bg:#f0fdf4;--red:#b91c1c;--red-bg:#fef2f2;--blue:#1d4ed8;--blue-bg:#eff6ff;--shadow-sm:0 1px 3px #785a2814;--shadow-md:0 4px 16px #785a281a;--shadow-lg:0 12px 36px #785a2829;--shadow-glow:0 8px 28px var(--amber-glow);--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-full:999px;--font-display:"Fraunces", "Georgia", serif;--font-body:"Inter", "Segoe UI", system-ui, sans-serif;--ease:cubic-bezier(.22, 1, .36, 1);--fast:.18s;--med:.32s}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.5}a{color:inherit;text-decoration:none}button,input,textarea,select{font-family:inherit}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}@keyframes toastSlide{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes modalIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes heartPop{0%{transform:scale(1)}40%{transform:scale(1.35)}to{transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes spin{to{transform:rotate(360deg)}}.fade-slide-up{animation:fadeSlideUp var(--med) var(--ease) both}.fade-in{animation:fadeIn var(--med) var(--ease) both}.stagger>*{animation:fadeSlideUp .4s var(--ease) both}.stagger>:first-child{animation-delay:0s}.stagger>:nth-child(2){animation-delay:40ms}.stagger>:nth-child(3){animation-delay:80ms}.stagger>:nth-child(4){animation-delay:.12s}.stagger>:nth-child(5){animation-delay:.16s}.stagger>:nth-child(6){animation-delay:.2s}.stagger>:nth-child(7){animation-delay:.24s}.stagger>:nth-child(8){animation-delay:.28s}.stagger>:nth-child(n+9){animation-delay:.3s}.skeleton-shimmer{background:linear-gradient(90deg, var(--surface-sunken) 25%, #efe6d4 50%, var(--surface-sunken) 75%);background-size:600px 100%;animation:1.4s linear infinite shimmer}.glass{background:var(--surface-glass);-webkit-backdrop-filter:blur(16px)saturate(1.4);border:1px solid #ede4d3cc}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@media (width<=768px){.hide-mobile{display:none!important}.show-mobile{display:flex!important}}@media (width>=769px){.show-mobile{display:none!important}}:focus-visible{outline:2px solid var(--amber);outline-offset:2px;border-radius:4px}
