﻿/* ==========================================================================
   Theme: Noir
   Pure OLED black with warm off-white text. For iPhone dark mode aficionados
   and anyone who wants maximum contrast. Accent stays Dravyx terracotta so
   the brand identity persists across themes.
   ========================================================================== */

[data-theme="noir"] {
  --bg:                 #000000;
  --bg-surface:         #141414;
  --bg-surface-hover:   #1c1c1c;
  --bg-elevated:        #161616;
  --bg-input:           #0c0c0c;
  --bg-sidebar:         #0a0a0a;

  --border:             #262626;
  --border-light:       #1a1a1a;
  --border-hover:       #3a3a3a;

  --text:               #f5f5f5;
  --text-secondary:     #b8b8b8;
  --text-muted:         #9e9e9e;
  --text-inverse:       #000000;

  --accent:             #c45a35;
  --accent-hover:       #d4663d;
  --accent-subtle:      rgba(196, 90, 53, 0.16);
  --accent-glow:        rgba(196, 90, 53, 0.3);

  --bg-glass:           rgba(0, 0, 0, 0.72);
  --bg-glass-strong:    rgba(0, 0, 0, 0.88);
  --bg-glass-surface:   rgba(20, 20, 20, 0.78);
  --bg-glass-sidebar:   rgba(10, 10, 10, 0.86);
  --bg-glass-solid:     #0a0a0a;
}
