@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@500;600&display=swap";:root{--bg:#0e0f11;--surface:#17191c;--surface-alt:#1d2025;--surface-2:#1c1e22;--input-bg:#101215;--border:#2a2d32;--border-soft:#21242a;--text-primary:#edeef0;--text-secondary:#9098a3;--text-muted:#6d7480;--chart-muted:#2a3b33}[data-theme=light]{--bg:#f4f5f7;--surface:#fff;--surface-alt:#f7f8fa;--surface-2:#f0f1f3;--input-bg:#f2f3f5;--border:#e2e4e8;--border-soft:#ecedf0;--text-primary:#14161a;--text-secondary:#4b5563;--text-muted:#6b7280;--chart-muted:#dceee3}*{box-sizing:border-box}body{background:var(--bg);margin:0}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(.7)}[data-theme=light] input[type=date]::-webkit-calendar-picker-indicator{filter:none}.mono{font-family:JetBrains Mono,ui-monospace,monospace}.display{font-family:Space Grotesk,ui-sans-serif,system-ui}.cell-input,.cell-select{color:var(--text-primary);background:0 0;border:1px solid #0000;border-radius:6px;width:100%;padding:6px 8px;font-family:inherit;font-size:12.5px;transition:border-color .15s,background .15s}.cell-input:focus,.cell-select:focus{background:var(--input-bg);border-color:#3ecf8e;outline:none}.cell-select{cursor:pointer;font-weight:600}
