/* ═══════════════════════════════════════════════════════════
   AZEREP THEME MOD — EMBER
   Amber/orange dark fantasy — original Azerep palette
   Load via theme-engine.js: AzTheme.set('ember')
═══════════════════════════════════════════════════════════ */

:root,
[data-theme="ember"] {
  --bg-void:        #0a0804;
  --bg-deep:        #120e06;
  --bg-surface:     #1a1208;
  --bg-raised:      #221608;
  --bg-card:        #2a1c0a;
  --border-dim:     #3a2510;
  --border-mid:     #6e4a20;
  --border-bright:  #aa7a3a;
  --accent-1:       #FF6B35;
  --accent-2:       #f0c87e;
  --accent-3:       #c8dff5;
  --accent-3-dim:   #6a90b8;
  --text-primary:   #fff4e8;
  --text-secondary: #c8a878;
  --text-muted:     #8a6030;
  --text-ghost:     #4a3018;
  --live-color:     #2cd98a;
  --danger-color:   #c04040;
  --font-display:   'Cinzel', serif;
  --font-body:      'Crimson Pro', serif;
  --clip-btn:       polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  --clip-sm:        polygon(5px 0%, 100% 0%, calc(100% - 5px) 100%, 0% 100%);
  --clip-tag:       polygon(4px 0%, 100% 0%, calc(100% - 4px) 100%, 0% 100%);
  --glow-accent:    rgba(255, 107, 53, 0.25);
  --glow-strong:    rgba(255, 107, 53, 0.5);
  --star-color:     rgba(240, 200, 126, 0.4);
  --wisp-color-a:   rgba(255, 107, 53, 0.07);
  --wisp-color-b:   rgba(200, 168, 75, 0.05);
  --wisp-color-c:   rgba(110, 74, 32, 0.08);
  --bg-filter:      saturate(0.6) brightness(0.22) sepia(0.4);
  --bg-filter-hover:saturate(0.8) brightness(0.3) sepia(0.3);
}
