:root{--ground:#faf8f5;--surface:#ffffff;--surface-2:#f2eee8;--line:#e2dcd2;--ink:#1a1714;--ink-2:#6b6259;--live:#d9541f;--live-soft:rgba(217,84,31,0.12);--working:#5f6f45;--attention:#8a6410;--danger:#b03a2e;--step--1:0.8125rem;--step-0:1rem;--step-1:1.25rem;--step-2:1.75rem;--step-3:2.75rem;--tap:48px;--tap-lg:56px;--radius:14px;--font-display:"Bricolage Grotesque",system-ui,sans-serif;--font-body:"IBM Plex Sans","IBM Plex Sans Arabic",system-ui,sans-serif;--font-mono:"IBM Plex Mono",ui-monospace,monospace}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--ground:#12100e;--surface:#1b1815;--surface-2:#242019;--line:#2e2922;--ink:#f5f1ea;--ink-2:#9a9086;--live:#ff6b2c;--live-soft:rgba(255,107,44,0.16);--working:#9bb36b;--attention:#e0a93b;--danger:#e5675a}}:root[data-theme=dark]{--ground:#12100e;--surface:#1b1815;--surface-2:#242019;--line:#2e2922;--ink:#f5f1ea;--ink-2:#9a9086;--live:#ff6b2c;--live-soft:rgba(255,107,44,0.16);--working:#9bb36b;--attention:#e0a93b;--danger:#e5675a}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--ground);color:var(--ink);font-family:var(--font-body);font-size:var(--step-0);line-height:1.5;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;overscroll-behavior-y:none}::selection{background:var(--live-soft);color:var(--ink)}:focus-visible{outline:2px solid var(--live);outline-offset:3px;border-radius:4px}*{scrollbar-width:thin;scrollbar-color:var(--line) transparent}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:var(--line);border-radius:4px}::-webkit-scrollbar-track{background:transparent}button{font:inherit;color:inherit;cursor:pointer}.mono{font-family:var(--font-mono);font-size:.6875rem;letter-spacing:.1em;text-transform:uppercase;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--ink-2)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}