:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--canvas:#0a1018;--canvas-soft:#0e1622;--surface:#121c29;--surface-raised:#182433;--surface-hover:#1d2b3b;--text:#eef2f8;--muted:#98a7b9;--border:#27374a;--border-strong:#354961;--accent:#7c6cf2;--accent-soft:#2b245a;--focus:#b9b0ff;--success:#2dc7c9;--warning:#e9933b;--danger:#f06f9f;--priority-high:#ff6b72;--priority-high-bg:var(--surface);--priority-medium:#f4b860;--priority-medium-bg:var(--surface);--priority-low:#54d59a;--priority-low-bg:var(--surface);--priority-neutral:#a3afbf;--priority-neutral-bg:var(--surface);--shadow:0 18px 50px #00000047}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--canvas:#edf1f7;--canvas-soft:#f4f6fa;--surface:#fff;--surface-raised:#f8f9fc;--surface-hover:#f0f3f8;--text:#172131;--muted:#5e6b7c;--border:#d8dee8;--border-strong:#bdc7d5;--accent:#6654d9;--accent-soft:#ebe8ff;--focus:#4f3fc2;--success:#147f76;--warning:#a6530c;--danger:#ad3b6d;--priority-high:#c63d4e;--priority-high-bg:#fff0f2;--priority-medium:#9a6700;--priority-medium-bg:#fff8d8;--priority-low:#237a57;--priority-low-bg:#ecfbf4;--priority-neutral:#687386;--priority-neutral-bg:#f4f6f9;--shadow:0 18px 45px #232d4024}
*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--canvas);color:var(--text);font-family:Inter,Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}.theme-toggle{border:1px solid var(--border);background:var(--surface);border-radius:9px;gap:3px;padding:3px;display:inline-flex}.theme-toggle button{min-width:40px;height:34px;color:var(--muted);background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;gap:5px;padding:0 8px;font-size:12px;display:inline-flex}.theme-toggle button[aria-pressed=true]{background:var(--accent-soft);color:var(--text)}
