:root{--gold:#ffffff;--gold-dark:#e4e4e7;--gold-deep:#a1a1aa;--gold-light:#ffffff;--gold-tint:#222222;--gold-grad:linear-gradient(135deg,#ffffff,#e4e4e7 55%,#d4d4d8);--gold-hover:#f4f4f5;--ink:#f5f5f5;--muted:#a8a8ac;--subtle:#86868a;--faint:#67676b;--line:#2a2a2e;--surface:#0c0c0d;--surface-2:#161617;--surface-3:#1f1f21;--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,255,255,0.14);--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,255,255,.25);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}}