:root{--bg-0: #050510;--bg-1: #0a0a14;--ink-1: #f4f1e6;--ink-2: #b8b4a8;--ink-3: #807c70;--orange: #f97316;--orange-hot: #fb923c}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;padding:0;background:radial-gradient(120% 80% at 50% 0%,#1a1428 0%,var(--bg-0) 55%,#000 100%);color:var(--ink-1);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;min-height:100svh;overflow-x:hidden;overscroll-behavior:none;-webkit-tap-highlight-color:transparent}#root{min-height:100svh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}.btn{appearance:none;border:1px solid rgba(249,115,22,.6);background:linear-gradient(180deg,#f97316,#ea580c);color:#1a0a00;font-weight:700;font-size:17px;letter-spacing:.01em;padding:16px 28px;border-radius:999px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:10px;box-shadow:0 1px #ffffff59 inset,0 0 0 1px #ffffff0d inset,0 18px 40px #f9731659;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.btn:hover{transform:translateY(-1px);filter:brightness(1.08)}.btn.ghost{background:transparent;border:1px solid rgba(244,241,230,.18);color:var(--ink-1);box-shadow:none}.btn.ghost:hover{background:#f4f1e60a}
