/* ─── LiveBoost Themes ──────────────────────────────────────────────────────── */

:root, [data-theme="verde"] {
  --accent:             #53FC18;
  --accent-hover:       #44e014;
  --accent-dim:         #1D9E75;
  --accent-dim-muted:   #1a3a2a;
  --accent-tint:        #0a1a0e;
  --accent-surface:     #0d1f0d;
  --accent-glow:        rgba(83,252,24,0.04);
  --accent-glow-mid:    rgba(83,252,24,0.18);
  --accent-glow-strong: rgba(83,252,24,0.14);
  --accent-glow-border: rgba(83,252,24,0.30);
  --accent-glow-bright: rgba(83,252,24,0.35);
  --accent-on:          #000;
}

/* ─── Input focus global (aplica em todas as páginas que carregam themes.css) ── */
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--accent-dim) !important;
  box-shadow: 0 0 0 2px var(--accent-glow-strong);
}

[data-theme="roxo"] {
  --accent:             #B44FFF;
  --accent-hover:       #9B30E8;
  --accent-dim:         #7F40CC;
  --accent-dim-muted:   #2a1a40;
  --accent-tint:        #0d0a1a;
  --accent-surface:     #130d1f;
  --accent-glow:        rgba(180,79,255,0.08);
  --accent-glow-mid:    rgba(180,79,255,0.18);
  --accent-glow-strong: rgba(180,79,255,0.14);
  --accent-glow-border: rgba(180,79,255,0.30);
  --accent-glow-bright: rgba(180,79,255,0.35);
  --accent-on:          #fff;
}

[data-theme="ciano"] {
  --accent:             #00E5FF;
  --accent-hover:       #00C4DC;
  --accent-dim:         #0099B8;
  --accent-dim-muted:   #0a2a35;
  --accent-tint:        #001a1f;
  --accent-surface:     #001f26;
  --accent-glow:        rgba(0,229,255,0.08);
  --accent-glow-mid:    rgba(0,229,255,0.18);
  --accent-glow-strong: rgba(0,229,255,0.14);
  --accent-glow-border: rgba(0,229,255,0.30);
  --accent-glow-bright: rgba(0,229,255,0.35);
  --accent-on:          #000;
}
