/* theme.css — THE canonical design tokens for Alpha Command Center.
   Change a value here and it propagates everywhere. Linked FIRST on every page.
   Midnight & Gold: navy base, royal-blue brand, reserved gold accent. */
:root {
  /* surfaces */
  --mg-bg: #0a0e27;
  --mg-bg-2: #0d1230;
  --mg-surface: #101d3d;
  --mg-surface-2: #14244a;
  --mg-input: #0b1530;
  /* brand */
  --mg-blue: #3f7bff;
  --mg-blue-hi: #6f9bff;
  --mg-blue-dim: #2f63e0;
  --mg-gold: #e8b54d;
  --mg-gold-2: #d4a13c;
  /* state */
  --mg-green: #34d399;
  --mg-green-base: #10b981;
  --mg-red: #f47174;
  --mg-red-base: #ef5d60;
  /* text */
  --mg-text: #e9f0fb;
  --mg-text-muted: #9fb0cf;
  --mg-text-dim: #6b7a99;
  --mg-text-faint: #4a5878;
  /* lines */
  --mg-border: rgba(63,123,255,0.16);
  --mg-border-strong: rgba(63,123,255,0.30);
  --mg-line: rgba(255,255,255,0.08);
  /* type */
  --mg-font-display: 'Space Grotesk', system-ui, -apple-system, sans-serif;
  --mg-font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --mg-font-mono: 'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, monospace;
  /* shape */
  --mg-radius: 10px;
  --mg-radius-lg: 14px;
}
