:root {
  --sidebar-width: 236px;
  --sidebar-collapsed: 72px;
  --topbar-height: 52px;
  --radius-sm: 8px;
  --radius: 12px;
  --radius-lg: 18px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 44px;
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-title: Sora, Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --bg: #151515;
  --workspace-bg: #1a1a1c;
  --surface: #202023;
  --surface-2: #29292d;
  --surface-3: #333338;
  --sidebar-bg: #0B1F3A;
  --topbar-bg: rgba(27, 27, 29, .94);
  --border: #35353a;
  --text: #f6f4f2;
  --muted: #a7a4a1;
  --accent: #FF7500;
  --application-accent: #D4AF37;
  --accent-hover: #ff8b29;
  --accent-soft: rgba(255, 117, 0, .14);
  --accent-contrast: #1f1208;
  --danger: #ff7474;
  --success: #55c88b;
  --warning: #ffc45b;
  --shadow: 0 18px 44px rgba(0, 0, 0, .28);
  color-scheme: dark;
}

:root[data-theme="light"] {
  --bg: #f6f7f9;
  --workspace-bg: #f2f3f5;
  --surface: #ffffff;
  --surface-2: #f6f7f9;
  --surface-3: #eceef2;
  --sidebar-bg: #0B1F3A;
  --topbar-bg: rgba(242, 243, 245, .94);
  --border: #dfe2e8;
  --text: #16181d;
  --muted: #676d79;
  --accent: #0057FF;
  --application-accent: #D4AF37;
  --accent-hover: #0046d1;
  --accent-soft: rgba(0, 87, 255, .10);
  --accent-contrast: #ffffff;
  --danger: #d73b3b;
  --success: #188854;
  --warning: #9a5d00;
  --shadow: 0 16px 40px rgba(37, 43, 55, .10);
  color-scheme: light;
}
