:root{--gray-0:#ffffff;--gray-25:#fcfcfd;--gray-50:#f7f8fa;--gray-100:#eef0f3;--gray-150:#e4e7ec;--gray-200:#d7dbe0;--gray-300:#b9c0c9;--gray-400:#98a1ad;--gray-500:#6b7480;--gray-600:#515967;--gray-700:#3a404b;--gray-800:#252a32;--gray-900:#14171c;--blue-50:#eef4ff;--blue-100:#dbe6ff;--blue-500:#3b6ef5;--blue-600:#2c58d6;--blue-700:#2246ad;--red-50:#fef2f2;--red-500:#dc4444;--red-600:#c22f2f;--green-50:#f0fdf4;--green-400:#4ade80;--green-500:#22c55e;--green-600:#16a34a;--surface-app:var(--gray-50);--surface-panel:var(--gray-0);--surface-sunken:var(--gray-100);--surface-hover:var(--gray-100);--surface-active:var(--gray-150);--surface-selected:var(--blue-50);--text-primary:var(--gray-900);--text-secondary:var(--gray-600);--text-muted:var(--gray-400);--text-on-accent:var(--gray-0);--text-accent:var(--blue-600);--border-subtle:var(--gray-100);--border-default:var(--gray-200);--border-strong:var(--gray-300);--accent:var(--blue-500);--accent-hover:var(--blue-600);--accent-subtle:var(--blue-50);--danger:var(--red-500);--danger-hover:var(--red-600);--danger-subtle:var(--red-50);--positive:var(--green-600);--positive-subtle:var(--green-50);--scrim:rgba(20,23,28,0.4);--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--radius-sm:4px;--radius-md:6px;--radius-lg:10px;--font-sans:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--font-mono:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,monospace;--text-xs:11px;--text-sm:12px;--text-md:13px;--text-lg:15px;--text-xl:20px;--text-2xl:26px;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--leading-tight:1.25;--leading-normal:1.5;--shadow-sm:0 1px 2px rgba(20,23,28,0.06);--shadow-md:0 6px 20px rgba(20,23,28,0.12);--sidebar-width:280px;--sidebar-width-collapsed:0px;--topbar-height:48px;--transition-fast:120ms ease;--focus-ring:0 0 0 2px var(--surface-panel),0 0 0 4px var(--accent)}[data-theme=dark]{--surface-app:var(--gray-900);--surface-panel:var(--gray-800);--surface-sunken:#1b1f26;--surface-hover:var(--gray-700);--surface-active:var(--gray-600);--surface-selected:#1f2a44;--text-primary:var(--gray-50);--text-secondary:var(--gray-300);--text-muted:var(--gray-400);--text-accent:#8fb0ff;--border-subtle:#21262e;--border-default:var(--gray-700);--border-strong:var(--gray-600);--accent-subtle:#1f2a44;--danger-subtle:#2b1a1a;--positive:var(--green-400);--positive-subtle:#12261b;--scrim:rgba(0,0,0,0.6);--shadow-sm:0 1px 2px rgba(0,0,0,0.45);--shadow-md:0 8px 28px rgba(0,0,0,0.6)}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;height:100%}body{font-family:var(--font-sans);font-size:var(--text-md);line-height:var(--leading-normal);color:var(--text-primary);background:var(--surface-app);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:var(--radius-sm)}