:root {
  color-scheme: dark;
  --rh-bg: #080a0f;
  --rh-bg-soft: #0b0e14;
  --rh-surface: #0f131b;
  --rh-surface-2: #131824;
  --rh-surface-3: #181e2b;
  --rh-border: rgba(255, 255, 255, 0.072);
  --rh-border-strong: rgba(255, 255, 255, 0.12);
  --rh-text: #f5f7fb;
  --rh-text-soft: #b2bacb;
  --rh-text-muted: #778197;
  --rh-accent: #a88bff;
  --rh-accent-strong: #8d6cf6;
  --rh-accent-soft: rgba(168, 139, 255, 0.12);
  --rh-success: #65d7a5;
  --rh-warning: #efbd6d;
  --rh-danger: #ff7f8d;
  --rh-info: #78b9ff;
  --rh-radius-sm: 9px;
  --rh-radius-md: 12px;
  --rh-radius-lg: 15px;
  --rh-radius-xl: 18px;
  --rh-shadow: 0 26px 80px rgba(0, 0, 0, 0.34);
  --rh-sidebar-width: 268px;
  --rh-topbar-height: 66px;
  --rh-content-max: 1600px;
  --rh-space-1: 4px;
  --rh-space-2: 8px;
  --rh-space-3: 12px;
  --rh-space-4: 16px;
  --rh-space-5: 20px;
  --rh-space-6: 24px;
  --rh-space-7: 32px;
  --rh-space-8: 40px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
