/* ═══════════════════════════════════════════════════════════
   AZEREP THEME MOD — VOID
   Pure obsidian — minimal, monochrome
   Load via theme-engine.js: AzTheme.set('void')
═══════════════════════════════════════════════════════════ */

:root,
[data-theme="void"] {
  --bg-void:        #000000;
  --bg-deep:        #080808;
  --bg-surface:     #101010;
  --bg-raised:      #181818;
  --bg-card:        #202020;
  --border-dim:     #282828;
  --border-mid:     #484848;
  --border-bright:  #888888;
  --accent-1:       #e8e8e8;
  --accent-2:       #ffffff;
  --accent-3:       #c8a84b;
  --accent-3-dim:   #7a6020;
  --text-primary:   #f0f0f0;
  --text-secondary: #cfcfcf;
  --text-muted:     #8b8b8b;
  --text-ghost:     #646464;
  --live-color:     #44ff88;
  --danger-color:   #ff4444;
  --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(232, 232, 232, 0.08);
  --glow-strong:    rgba(232, 232, 232, 0.18);
  --star-color:     rgba(232, 232, 232, 0.3);
  --wisp-color-a:   rgba(232, 232, 232, 0.04);
  --wisp-color-b:   rgba(180, 180, 180, 0.03);
  --wisp-color-c:   rgba(100, 100, 100, 0.05);
  --bg-filter:      saturate(0) brightness(0.18);
  --bg-filter-hover:saturate(0) brightness(0.25);
}
