:root{--bg:#050505;--card:#131313;--card-raised:#1a1a1a;--text:#fff;--text-secondary:#ffffffb8;--text-tertiary:#ffffff94;--border:#ffffff24;--yellow:#f4c84a;--blue:#7bbcf0;--pink:#f27bb2;--green:#6fd178;--error:#ff6b6b;--radius:12px;--touch:44px;--fs-xs:12px;--fs-sm:13px;--fs-md:15px;--fs-lg:18px;--fs-xl:24px}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:system-ui,sans-serif;font-size:var(--fs-md);margin:0}button,a,input{min-height:var(--touch);min-width:var(--touch)}:focus-visible{outline:2px solid var(--yellow);outline-offset:2px}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}
