@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=DM+Mono:wght@400;500&display=swap";:root{--color-primary:#1b4fd8;--color-primary-hover:#1640b0;--color-primary-light:#eef2ff;--color-bg:#f8f9fc;--color-surface:#fff;--color-border:#e4e7ee;--color-border-strong:#c8cedd;--color-text-primary:#0f1827;--color-text-secondary:#5a6478;--color-text-muted:#8c94a6;--color-text-inverse:#fff;--color-danger:#dc2626;--color-danger-light:#fef2f2;--color-warning:#d97706;--color-warning-light:#fffbeb;--color-success:#059669;--color-success-light:#ecfdf5;--color-col-urgent-important:#fef2f2;--color-col-urgent-important-accent:#dc2626;--color-col-not-urgent-important:#eff6ff;--color-col-not-urgent-important-accent:#1b4fd8;--color-col-urgent-not-important:#fffbeb;--color-col-urgent-not-important-accent:#d97706;--color-col-not-urgent-not-important:#f9fafb;--color-col-not-urgent-not-important-accent:#6b7280;--color-sidebar-bg:#0f1827;--color-sidebar-text:#ffffffb3;--color-sidebar-active:#ffffff1f;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--font-sans:"DM Sans", system-ui, sans-serif;--font-mono:"DM Mono", monospace;--text-xs:12px;--text-sm:13px;--text-base:15px;--text-lg:17px;--text-xl:20px;--text-2xl:24px;--text-3xl:30px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 2px #0f18270f;--shadow-md:0 4px 12px #0f182714;--shadow-lg:0 8px 24px #0f18271f;--shadow-xl:0 16px 48px #0f182729;--transition-fast:.12s ease;--transition-base:.2s ease}body.dark{--color-primary:#4f7cf0;--color-primary-hover:#6b93f5;--color-primary-light:#4f7cf026;--color-bg:#0a0e1a;--color-surface:#111827;--color-border:#1f2937;--color-border-strong:#374151;--color-text-primary:#f1f5f9;--color-text-secondary:#94a3b8;--color-text-muted:#64748b;--color-text-inverse:#0f1827;--color-danger:#f87171;--color-danger-light:#f871711f;--color-warning:#fbbf24;--color-warning-light:#fbbf241f;--color-success:#34d399;--color-success-light:#34d3991f;--color-col-urgent-important:#f8717114;--color-col-urgent-important-accent:#f87171;--color-col-not-urgent-important:#4f7cf014;--color-col-not-urgent-important-accent:#4f7cf0;--color-col-urgent-not-important:#fbbf2414;--color-col-urgent-not-important-accent:#fbbf24;--color-col-not-urgent-not-important:#64748b14;--color-col-not-urgent-not-important-accent:#94a3b8;--color-sidebar-bg:#070b14;--color-sidebar-text:#fff9;--color-sidebar-active:#ffffff14;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 8px 24px #00000080;--shadow-xl:0 16px 48px #0009}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-sans);font-size:var(--text-base);color:var(--color-text-primary);background:var(--color-bg);min-height:100vh;transition:background var(--transition-base), color var(--transition-base);line-height:1.5}#root{flex-direction:column;min-height:100vh;display:flex}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}button{font-family:var(--font-sans);cursor:pointer;border:none;outline:none}input,textarea,select{font-family:var(--font-sans);font-size:var(--text-base)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}.sr-only{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
