:root{--bg:#0b0b0e;--surface:#121218;--surface-2:#191922;--divider:#262633;--on-surface:#f2f2f5;--on-surface-2:#b6b6c1;--on-surface-3:#7f7f8c;--brand:#e11d48;--brand-2:#f43f5e;--brand-primary:#e11d48;--on-brand:#fff;--brand-tertiary:#4c0519;--on-surface-secondary:var(--on-surface-2);--danger:#ff6b6b;--ok:#4bd37b;--radius:8px;--sidebar-w:240px;--font-mono:ui-monospace,"SFMono-Regular","SF Mono",Menlo,Consolas,monospace;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,sans-serif;--font-display:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color-scheme:dark}*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%;background:var(--bg);color:var(--on-surface);font-family:var(--font-sans);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{min-height:100vh}a{text-decoration:none}a,button{color:inherit}button{font-family:inherit;cursor:pointer;background:transparent;border:none}input,select,textarea{font-family:inherit;color:var(--on-surface);background:var(--surface-2);border:1px solid var(--divider);border-radius:var(--radius);padding:8px 12px;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--brand)}.mono{font-family:var(--font-mono);letter-spacing:.02em}.dim{color:var(--on-surface-2)}.dimmer{color:var(--on-surface-3)}.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}