/* ── TEMA ESCURO (único) ─────────────────────────────────────────────────── */
:root {
  --bg:       #0f1117;
  --surface:  #1a1d27;
  --card:     #22263a;
  --border:   #2e3354;
  --accent:   #4f7cff;
  --accent2:  #ff6b35;
  --green:    #22c55e;
  --red:      #ef4444;
  --yellow:   #f59e0b;
  --text:     #e2e8f0;
  --muted:    #8892a4;
  --font:     'Segoe UI', system-ui, sans-serif;
  --radius:   10px;
  --shadow:   0 4px 24px rgba(0,0,0,0.4);
}
