:root{--warm-bg:#f7f5f0;--warm-surface:#fff;--warm-border:rgba(0,0,0,.06);--warm-border-light:rgba(0,0,0,.12);--warm-text-primary:#1a1a1a;--warm-text-secondary:#6b6b6b;--warm-text-tertiary:#8a8a8a;--warm-text-muted:#a0a0a0;--warm-accent:#c4623a;--warm-status-ready:#2b5548;--warm-status-warning:#d4a853;--warm-font-display:"Instrument Serif",Georgia,serif;--warm-font-body:"DM Sans",system-ui,-apple-system,sans-serif;--warm-radius-sm:8px;--warm-radius-md:12px;--warm-radius-lg:12px;--warm-radius-xl:12px;--warm-dot-size:7px;--background:#f7f5f0;--foreground:#1a1a1a;--surface:#fff;--primary:#2b5548;--primary-light:#3d7a68;--secondary:#c4623a;--secondary-light:#e8a87c;--accent:#d4a853;--text-secondary:#6b6b6b;--divider:rgba(0,0,0,.06);--font-display:"Instrument Serif",Georgia,serif;--font-body:"DM Sans",system-ui,-apple-system,sans-serif}@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Instrument+Serif:ital@0;1&display=swap");body,html{height:100%}body{max-width:100vw;overflow:hidden;color:var(--foreground);background:var(--background);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior-y:none}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@supports (padding:env(safe-area-inset-bottom)){body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}html{scroll-behavior:smooth;scroll-padding-top:88px}img{max-width:100%;height:auto}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}::selection{background:rgba(43,85,72,.15);color:var(--foreground)}:root{--ease-out:cubic-bezier(0.25,0.1,0.25,1);--ease-out-soft:cubic-bezier(0.22,0.61,0.36,1);--duration-fast:150ms;--duration-normal:300ms;--duration-slow:450ms}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}}@keyframes fadeIn{0%{opacity:0}}@keyframes scaleIn{0%{opacity:0;transform:scale(.85)}}.animate-page-enter,.animate-stagger>*{animation:fadeUp var(--duration-normal) var(--ease-out-soft) backwards}.animate-stagger>:first-child{animation-delay:0ms}.animate-stagger>:nth-child(2){animation-delay:60ms}.animate-stagger>:nth-child(3){animation-delay:.12s}.animate-stagger>:nth-child(4){animation-delay:.18s}.animate-stagger>:nth-child(5){animation-delay:.24s}.animate-stagger>:nth-child(6){animation-delay:.3s}.animate-stagger>:nth-child(7){animation-delay:.36s}.animate-stagger>:nth-child(8){animation-delay:.42s}.animate-stagger>:nth-child(n+9){animation-delay:.48s}@keyframes celebrateCheck{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.15)}}@keyframes confettiDot{0%{opacity:1;transform:translate(0) scale(1)}}.animate-celebrate-check{animation:celebrateCheck .6s cubic-bezier(.22,.61,.36,1) backwards}.confetti-dot{position:absolute;width:6px;height:6px;border-radius:50%;animation:confettiDot 1.2s cubic-bezier(.22,.61,.36,1) backwards;pointer-events:none}@media (prefers-reduced-motion:reduce){.animate-celebrate-check,.animate-page-enter,.animate-stagger>*,.confetti-dot{animation:none}}