/* === THEME: MICRON — Gold / Red / Blue === */
:root {
  --bg-dark: #0d0d0d;
  --bg-card: #1a1a1a;
  --bg-callout: #1e1510;
  --text-primary: #e8e0d4;
  --text-secondary: #9a9084;
  --accent-primary: #d4a84b;
  --accent-secondary: #c4453a;
  --accent-tertiary: #4a7fb5;
  --accent-green: #4a9e6b;
  --border-subtle: #2a2520;
  --highlight: #f5e6c8;
  --hero-gradient: linear-gradient(135deg, #0d0d0d 0%, #1a1208 40%, #0d0d0d 100%);
  --hero-overlay:
    repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(212,168,75,0.03) 2px, rgba(212,168,75,0.03) 4px),
    radial-gradient(ellipse at 20% 50%, rgba(212,168,75,0.08) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 30%, rgba(196,69,58,0.05) 0%, transparent 50%);
  --table-hover: rgba(212,168,75,0.04);
  --timeline-gradient: linear-gradient(to bottom, #d4a84b, #c4453a, #4a7fb5);
}
