html,body,#root{height:100%;flex-direction:column;margin:0;display:flex;overflow:hidden}body{background:var(--bg);cursor:default;font-family:Hanken Grotesk,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:background-color .25s}*{box-sizing:border-box}#root div,#root span,#root svg{cursor:default}#root [role=button],#root button,#root a{cursor:pointer}#root input,#root textarea,#root [contenteditable=true]{cursor:text}:root,:root[data-theme=light]{--bg:#f3f6fd;--surface:#fff;--surface-muted:#eef3fb;--ink:#141a2e;--muted:#6f7689;--faint:#9aa2b4;--line:#eaeff7;--divider:#edf1f7;--soft:#f5f8fe;--mint:#eaf1ff;--blue-wash:#eaf1ff;--primary-light:#e7eeff;--teal-text:#2b57d6;--blue-text:#2b57d6;--tint-border:#dce6fb;--tint-border-soft:#eaf0fb;--danger-bg:#fdeeee;--danger-bg2:#fbe0e0;--danger-border:#f8d2d2;--danger-text:#c7382f;--chip-neutral-bg:#f1f4f9;--chip-neutral-border:#e7ecf3;--good-bg:#e7f8ef;--good-border:#bfebd2;--good-text:#1f9254;--warn-bg:#fff7e8;--warn-border:#fbe3ae;--warn-text:#b7791f;--info-bg:#e7eeff;--info-border:#cfddfb;--info-text:#2b57d6;--glass:#fff;--glass-strong:#fff;--glass-border:#eef2f9}