/**
 * TRIAD ARCHITECTURE: THEME - WASTELAND MONOLITH
 * Universe: The Commonwealth / Scavenger Terminal
 */

[data-theme="wasteland"] {
  --theme-id: "wasteland";
  --theme-name: "Wasteland Monolith";

  /* Background Palette (Rusted Earth & Ash) */
  --bg-primary: #120b05;
  --bg-secondary: #1c1006;
  --bg-surface: rgba(28, 18, 10, 0.92);
  --bg-surface-glass: rgba(30, 20, 12, 0.78);
  --bg-card: rgba(38, 24, 14, 0.85);

  /* Amber Phosphor & Radiation Accents */
  --neon-cyan: #fbbf24; /* Amber replaces cyan */
  --neon-cyan-glow: rgba(251, 191, 36, 0.4);
  --neon-gold: #f97316; /* Rust orange */
  --neon-gold-glow: rgba(249, 115, 22, 0.4);
  --neon-crimson: #ef4444;
  --neon-crimson-glow: rgba(239, 68, 68, 0.45);
  --neon-green: #84cc16; /* Radioactive olive */
  --neon-purple: #d97706;

  /* Warm Phosphor Typography */
  --text-main: #fef3c7;
  --text-secondary: #fde68a;
  --text-muted: #a8a29e;
  --text-dim: #78716c;

  /* Weathered Borders */
  --border-subtle: rgba(245, 158, 11, 0.35);
  --border-active: #f59e0b;
  --border-warning: rgba(234, 88, 12, 0.5);
  --border-danger: rgba(239, 68, 68, 0.5);

  /* Heavy CRT Radiation Scanlines */
  --crt-opacity: 0.65;
  --crt-line-spacing: 4px;

  /* Sepia Wasteland Map Styling */
  --map-filter: sepia(100%) hue-rotate(330deg) brightness(78%) contrast(125%);
  --map-path-color: #fbbf24;
}
