:root{--gold:#ff6b7a;--gold-dark:#ff8f9a;--gold-deep:#e94f60;--gold-light:#ff9fa8;--gold-tint:#2a1416;--gold-grad:linear-gradient(135deg,#ff8f9a,#ff6b7a 55%,#e94f60);--gold-hover:#ff8f9a;--ink:#f5efe4;--muted:#b9ad9a;--subtle:#8f8371;--faint:#6f6453;--line:#33291c;--surface:#15120d;--surface-2:#1c1812;--surface-3:#241f17;--danger:#f87171;--danger-tint:#3a1a1a;--success:#4ade80;--success-tint:#12301f;--r-sm:10px;--r-md:16px;--r-lg:22px;--r-full:999px;--shadow-sm:0 2px 8px rgba(0,0,0,0.35);--shadow-md:0 8px 26px rgba(0,0,0,0.45);--shadow-lg:0 18px 50px rgba(0,0,0,0.55);--shadow-gold:0 6px 20px rgba(255,107,122,0.25);--ease-pop:cubic-bezier(0.34,1.56,0.64,1);--ease-out:cubic-bezier(0.16,1,0.3,1)}*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;height:100%}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background-color:var(--surface);color:var(--ink);transition:background-color .2s ease,color .2s ease;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:-.02em}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::selection{background:rgba(255,107,122,.28);color:var(--ink)}button{transition:transform .12s var(--ease-out),box-shadow .15s var(--ease-out),background .15s ease,border-color .15s ease,opacity .15s ease}button:not(:disabled):active{transform:scale(.97)}a:focus-visible,button:focus-visible{outline:2px solid var(--gold-dark);outline-offset:2px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}