:root {
  --color-primary: #f6f8fb;
  --color-primary-soft: #dfe7ef;
  --color-secondary: #2f8cff;
  --color-secondary-dark: #86c3ff;
  --color-gold: #f2d36b;
  --color-background: #10171b;
  --color-surface: rgba(27, 34, 36, 0.46);
  --color-surface-strong: rgba(46, 52, 54, 0.7);
  --color-surface-alt: rgba(255, 255, 255, 0.1);
  --color-glass-dark: rgba(18, 25, 28, 0.58);
  --color-border: rgba(255, 255, 255, 0.16);
  --color-border-strong: rgba(255, 255, 255, 0.28);
  --color-text-primary: #f8fafc;
  --color-text-secondary: rgba(241, 245, 249, 0.72);
  --color-text-muted: rgba(241, 245, 249, 0.5);
  --color-success: #35e66a;
  --color-success-soft: rgba(53, 230, 106, 0.14);
  --color-warning: #ffd15f;
  --color-warning-soft: rgba(255, 209, 95, 0.16);
  --color-danger: #ff524f;
  --color-danger-soft: rgba(255, 82, 79, 0.16);
  --color-info: #58a6ff;
  --color-info-soft: rgba(47, 140, 255, 0.16);
  --shadow-soft: 0 28px 82px rgba(0, 0, 0, 0.34);
  --shadow-subtle: 0 12px 36px rgba(0, 0, 0, 0.22);
  --shadow-inset: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  --radius-sm: 16px;
  --radius-md: 26px;
  --radius-lg: 42px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 32px;
  --sidebar-width: 292px;
  --sidebar-collapsed-width: 92px;
  --topbar-height: 82px;
  --font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  --font-xs: 0.75rem;
  --font-sm: 0.875rem;
  --font-md: 1rem;
  --font-lg: 1.125rem;
  --font-xl: 1.5rem;
  --font-2xl: 2rem;
  --glass-blur: blur(22px) saturate(135%);
  --transition-fast: 150ms ease;
  --transition: 240ms ease;
}
