:root {
  color-scheme: dark;

  --font-family-sans: "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-family-display: "Segoe UI", system-ui, -apple-system, sans-serif;

  --color-bg-space: #04070f;
  --color-bg-surface: #0a101c;
  --color-bg-elevated: #0f1624;
  --color-bg-panel: #141d2e;
  --color-bg-panel-strong: #1a2438;
  --color-border-subtle: #1f2b42;
  --color-border-strong: #2a3854;
  --color-border-accent: #2f5f58;

  --color-text-primary: #f2f6fc;
  --color-text-secondary: #9fb0c9;
  --color-text-muted: #6f819c;
  --color-text-label: #7f93b0;

  --color-accent: #3dd6c6;
  --color-accent-soft: rgba(61, 214, 198, 0.14);
  --color-accent-glow: rgba(61, 214, 198, 0.35);
  --color-player: #3dd6c6;
  --color-cooperative: #3dd6c6;
  --color-civilian: #f0b35a;
  --color-warning: #ffd166;
  --color-danger: #ff6b6b;
  --color-hostile: #e85d5d;
  --color-uncertain: #b39ddb;

  --gov-kestrel: #3dd6c6;
  --gov-vellis: #f0a04a;
  --gov-ardent: #e85d5d;
  --gov-sable: #a78bfa;
  --gov-lumen: #5eb8ff;

  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 10px;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;

  --text-xs: 0.68rem;
  --text-sm: 0.78rem;
  --text-md: 0.88rem;
  --text-lg: 1rem;
  --text-xl: 1.12rem;

  --focus-ring-color: var(--color-accent);
  --focus-ring-width: 2px;
  --focus-ring-offset: 2px;

  --topbar-height: 2.85rem;
  --sidebar-left-width: 11rem;
  --sidebar-right-width: 15.5rem;
  --incident-strip-min-height: 2.35rem;
  --map-min-height-desktop: 0;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
