/**
 * TRIAD ARCHITECTURE: THEME - OLED MINIMAL ATHLETIC
 * Universe: WeightRunner / Outdoor Fitness
 */

[data-theme="minimal"] {
  --theme-id: "minimal";
  --theme-name: "OLED Minimal Runner";

  /* Pure Pitch Black for Outdoor Sun Legibility & Battery Saving */
  --bg-primary: #000000;
  --bg-secondary: #0a0a0a;
  --bg-surface: #0f0f10;
  --bg-surface-glass: #141416;
  --bg-card: #18181b;

  /* Electric Lime Racing Accents */
  --neon-cyan: #10b981; /* Emerald / Electric Lime */
  --neon-cyan-glow: rgba(16, 185, 129, 0.25);
  --neon-gold: #ffffff; /* Crisp Pure White */
  --neon-gold-glow: rgba(255, 255, 255, 0.2);
  --neon-crimson: #f43f5e;
  --neon-crimson-glow: rgba(244, 63, 94, 0.3);
  --neon-green: #22c55e;
  --neon-purple: #06b6d4;

  /* High-Contrast Athletic Typography */
  --text-main: #ffffff;
  --text-secondary: #e4e4e7;
  --text-muted: #a1a1aa;
  --text-dim: #71717a;

  /* Crisp Minimal Borders */
  --border-subtle: rgba(255, 255, 255, 0.18);
  --border-active: #10b981;
  --border-warning: rgba(255, 255, 255, 0.4);
  --border-danger: rgba(244, 63, 94, 0.4);

  /* Zero CRT / Clean Modern Glass */
  --crt-opacity: 0.0;
  --crt-line-spacing: 0px;

  /* Inverted High-Contrast Map Styling */
  --map-filter: invert(95%) hue-rotate(180deg) brightness(95%) contrast(105%);
  --map-path-color: #10b981;
}
