:root{--background:#0b0b0c;--surface:#16161a;--surface-raised:#1e1e23;--border:#2a2a30;--text-primary:#f5f3f0;--text-secondary:#9a98a0;--text-tertiary:#7d7a82;--text-faint:#5c5b62;--accent:#ff6a4d;--accent-foreground:#0b0b0c;--accent-muted:#4a2a22;--positive:#3ecf8e;--negative:#e54878}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--background);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.tabular-nums{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.preparing-progress{width:35%;height:100%;border-radius:999px;background:var(--accent);animation:preparing-slide 1.4s ease-in-out infinite alternate}@keyframes preparing-slide{0%{transform:translateX(-15%)}to{transform:translateX(200%)}}@media (prefers-reduced-motion:reduce){.preparing-progress{width:100%;animation:none;opacity:.7}}