:root {
  /* === NOSTROMO PALETTE === */

  /* Backgrounds */
  --black: #000000;
  --black-carbon: #0a0a0a;
  --black-panel: #111111;
  --metal-dark: #1a1a1a;
  --metal: #2a2a2a;
  --border: #333333;

  /* Greens - CRT Phosphor */
  --green: #33ff00;
  --green-mid: #2ab600;
  --green-dim: #1a7a00;
  --green-ghost: #0d4400;

  /* Status */
  --amber: #ffbf00;
  --red: #ff0000;
  --blue-gray: #4e7988;
  --white-phosphor: #ccddcc;

  /* Glow effects */
  --glow-green: 0 0 5px #33ff00, 0 0 15px rgba(51, 255, 0, 0.3), 0 0 30px rgba(51, 255, 0, 0.1);
  --glow-green-intense: 0 0 5px #fff, 0 0 10px #33ff00, 0 0 20px #33ff00, 0 0 40px rgba(51, 255, 0, 0.3);
  --glow-amber: 0 0 5px #ffbf00, 0 0 15px rgba(255, 191, 0, 0.3);
  --glow-red: 0 0 5px #ff0000, 0 0 15px rgba(255, 0, 0, 0.3);

  /* Typography */
  --font: 'IBM Plex Mono', monospace;

  /* Spacing */
  --sp-xs: 6px;
  --sp-sm: 12px;
  --sp-md: 20px;
  --sp-lg: 32px;
  --sp-xl: 48px;
  --sp-2xl: 80px;

  /* Layout */
  --max-w: 900px;
  --header-h: 56px;

  /* Transitions */
  --ease: 0.3s ease;
}
