:root{--color-primary:#111111;--color-primary-hover:#000000;--color-primary-subtle:#f2f2f2;--color-bg:#fafaf9;--color-surface:#ffffff;--color-border:#e6e4e0;--color-border-strong:#cfccc6;--color-text:#111111;--color-text-secondary:#5c5a56;--color-text-muted:#9a978f;--color-success:#12b76a;--color-success-subtle:#ecfdf3;--color-danger:#b3261e;--color-danger-subtle:#fbeae9;--color-warning:#a16207;--color-warning-subtle:#fdf6e8;--color-scheduled:#1c1c1c;--color-scheduled-subtle:#eeeeec;--color-accent-blue:#2a78d6;--color-accent-blue-subtle:rgba(42,120,214,0.12);--color-accent-green:#008300;--color-accent-green-subtle:rgba(0,131,0,0.12);--color-accent-magenta:#c85c86;--color-accent-magenta-subtle:rgba(232,123,164,0.18);--color-accent-yellow:#a97400;--color-accent-yellow-subtle:rgba(237,161,0,0.16);--color-accent-aqua:#148a5f;--color-accent-aqua-subtle:rgba(27,175,122,0.16);--color-trend-up:#006300;--color-trend-down:#d03b3b;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--radius-sm:0px;--radius-md:0px;--radius-lg:0px;--radius-full:0px;--shadow-sm:0 1px 2px rgba(16,24,40,0.06);--shadow-md:0 4px 12px rgba(16,24,40,0.08);--shadow-lg:0 12px 24px rgba(16,24,40,0.12);--text-xs:12px;--text-sm:13px;--text-base:14px;--text-md:16px;--text-lg:18px;--text-xl:20px;--text-2xl:24px;--text-3xl:30px;--sidebar-width:264px;--sidebar-width-collapsed:76px;--topbar-height:64px;--content-max-width:1440px;--font-mono:ui-monospace,Menlo,Monaco,"Cascadia Mono","Segoe UI Mono","Roboto Mono","Oxygen Mono","Ubuntu Monospace","Source Code Pro","Fira Mono","Droid Sans Mono","Courier New",monospace}*{box-sizing:border-box;padding:0;margin:0;border-radius:0!important}body,html{font-family:var(--font-inter)}body{background:var(--color-bg);color:var(--color-text)}a{color:inherit;text-decoration:none}button{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:var(--radius-full)}html{color-scheme:light}