:root{--bg:#fff;--bg-soft:#f6f2ec;--bg-sunk:#f3eee6;--ink:#16160f;--ink-soft:#56564c;--ink-faint:#6d6d62;--border:#ece7dd;--border-strong:#ddd6c8;--accent:#fb5600;--accent-ink:#fff;--accent-soft:#ffede2;--accent-strong:#c2400a;--accent-grad:linear-gradient(135deg, #ff6b1f, #f24a00);--accent-glow:0 6px 18px #fb560052;--star:oklch(74% .15 75);--radius:18px;--radius-sm:12px;--radius-xs:10px;--radius-pill:999px;--shadow-sm:0 1px 2px #14140f0a, 0 1px 3px #14140f0f;--shadow-md:0 4px 16px #14140f0f, 0 2px 6px #14140f0d;--shadow-lg:0 18px 50px #14140f24, 0 6px 18px #14140f14;--font-display:"Bricolage Grotesque", system-ui, sans-serif;--font-body:"Hanken Grotesk", system-ui, sans-serif;--font-mono:"Spline Sans Mono", ui-monospace, monospace;--maxw:1180px;--space-1:4px;--space-2:6px;--space-3:8px;--space-4:10px;--space-5:12px;--space-6:14px;--space-7:16px;--space-8:20px;--space-9:24px;--space-10:28px;--space-11:32px;--text-xs:12px;--text-sm:13px;--text-base:14px;--text-md:15px;--text-lg:16px;--text-xl:18px;--text-2xl:20px;--text-3xl:22px;--text-4xl:24px;--text-5xl:28px;--text-6xl:32px;--text-7xl:38px;--text-8xl:44px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{margin:0;padding:0}body{font-family:var(--font-body);background:var(--bg-sunk);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}#root{min-height:100vh}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}input,textarea{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border-strong);border:3px solid var(--bg);border-radius:20px}::selection{background:var(--accent-soft)}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.02em;margin:0}.mono{font-family:var(--font-mono)}@keyframes fadeUp{0%{transform:translateY(12px)}to{transform:none}}@keyframes fadeIn{0%{transform:scale(.992)}to{transform:none}}@keyframes pop{0%{transform:scale(.85)}60%{transform:scale(1.08)}to{transform:scale(1)}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes scanline{0%{top:0%}to{top:100%}}@keyframes ringpulse{0%,to{transform:scale(1)}50%{transform:scale(1.045)}}button,a,input,textarea,select{transition:background .12s,box-shadow .12s,opacity .12s,transform 60ms}button:hover:not(:disabled){filter:brightness(.97)}button:active:not(:disabled){transform:translateY(.5px)}button:disabled{opacity:.55;cursor:default}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}:focus:not(:focus-visible){outline:none}input:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:0}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
