:root {
  color-scheme: light;
  --bg: #f4f6f7;
  --surface: #ffffff;
  --surface-soft: #f0f3f3;
  --surface-raised: #fafbfb;
  --ink: #171b1f;
  --muted: #5d686e;
  --muted-strong: #414b50;
  --line: #d8dfe1;
  --line-soft: #e9edef;
  --accent: #087f6d;
  --accent-strong: #056455;
  --accent-soft: #dcefeb;
  --sidebar-bg: #1b2022;
  --warn: #935212;
  --warn-soft: #fff1df;
  --danger: #b13943;
  --danger-soft: #fce8ea;
  --blue: #315f98;
  --blue-soft: #e7eef8;
  --shadow: 0 16px 40px rgba(20, 27, 31, 0.08);
  --shadow-soft: 0 6px 18px rgba(20, 27, 31, 0.055);
  --radius: 8px;
  --panel-border: 1px solid rgba(28, 39, 45, 0.11);
  --panel-shadow: 0 4px 14px rgba(20, 27, 31, 0.045);
  --module-gap: 16px;
  --space-1: 6px;
  --space-2: 10px;
  --space-3: 14px;
  --space-4: 18px;
  --space-5: 24px;
  --space-6: 32px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --focus: #0f6b5a;
}

