/* v3.2.2 — five genuinely distinct Qadha board themes. Theme classes are
   scoped to the active board/question shell so changing a theme never alters rules. */
.qadha-v260[class*="qadha-board-theme-"]{
  --q322-bg:#100927;
  --q322-panel:#1a1136;
  --q322-panel-2:#24184a;
  --q322-accent:#6ee7d8;
  --q322-accent-2:#a78bfa;
  --q322-text:#fff;
  --q322-muted:#c5bdd8;
  --q322-border:rgba(255,255,255,.14);
  background:var(--q322-bg)!important;
  color:var(--q322-text)!important;
}
.qadha-v260[class*="qadha-board-theme-"] .premium-qadha-toolbar,
.qadha-v260[class*="qadha-board-theme-"] .question-card,
.qadha-v260[class*="qadha-board-theme-"] .qadha-team-card,
.qadha-v260[class*="qadha-board-theme-"] .team-box,
.qadha-v260[class*="qadha-board-theme-"] .q-side-team{
  background:var(--q322-panel)!important;
  border-color:var(--q322-border)!important;
  color:var(--q322-text)!important;
}
.qadha-v260[class*="qadha-board-theme-"] .category-card,
.qadha-v260[class*="qadha-board-theme-"] .point-card,
.qadha-v260[class*="qadha-board-theme-"] .q-slot,
.qadha-v260[class*="qadha-board-theme-"] .premium-turn-pill{
  background:var(--q322-panel-2)!important;
  border-color:var(--q322-border)!important;
  color:var(--q322-text)!important;
}
.qadha-v260[class*="qadha-board-theme-"] .q-board-brand strong,
.qadha-v260[class*="qadha-board-theme-"] .q-meta,
.qadha-v260[class*="qadha-board-theme-"] .question-kind{color:var(--q322-accent)!important}

/* الكلاسيكي — deep violet / teal, closest to the established identity. */
.qadha-v260.qadha-board-theme-classic{
  --q322-bg:radial-gradient(circle at 50% -10%,#29145a 0,#120a2b 48%,#090616 100%);
  --q322-panel:#17102e;
  --q322-panel-2:#24164a;
  --q322-accent:#65e6d4;
  --q322-accent-2:#9b87ff;
  --q322-border:rgba(159,135,255,.28);
}

/* المجلس — warm Saudi majlis ambience, sand/gold with dark coffee panels. */
.qadha-v260.qadha-board-theme-majlis{
  --q322-bg:linear-gradient(145deg,#1b100b,#2b180e 48%,#120a08);
  --q322-panel:#2a1a12;
  --q322-panel-2:#3a2416;
  --q322-accent:#f1c77a;
  --q322-accent-2:#d69a55;
  --q322-text:#fff9ee;
  --q322-muted:#ddc9a8;
  --q322-border:rgba(241,199,122,.32);
}
.qadha-v260.qadha-board-theme-majlis .premium-qadha-toolbar{box-shadow:inset 0 -2px 0 rgba(241,199,122,.16)!important}

/* الروقان — calm light mint/sky surface. */
.qadha-v260.qadha-board-theme-rawqan{
  --q322-bg:linear-gradient(155deg,#edfdfa,#e6f5ff 54%,#f7fbff);
  --q322-panel:rgba(255,255,255,.92);
  --q322-panel-2:#e5f7f3;
  --q322-accent:#087f73;
  --q322-accent-2:#236b9f;
  --q322-text:#102b34;
  --q322-muted:#526d73;
  --q322-border:rgba(13,127,115,.2);
}
.qadha-v260.qadha-board-theme-rawqan .q-toolbar-action,
.qadha-v260.qadha-board-theme-rawqan .premium-turn-pill,
.qadha-v260.qadha-board-theme-rawqan .question-card *{color:inherit}

/* الاستوديو — broadcast graphics, near-black with cyan/red signal accents. */
.qadha-v260.qadha-board-theme-studio{
  --q322-bg:linear-gradient(135deg,#05080d,#0a111d 58%,#07121d);
  --q322-panel:#0d1724;
  --q322-panel-2:#11253a;
  --q322-accent:#4de3ff;
  --q322-accent-2:#ff596d;
  --q322-text:#f3fbff;
  --q322-muted:#8fa9bc;
  --q322-border:rgba(77,227,255,.26);
}
.qadha-v260.qadha-board-theme-studio .q-board-brand strong{text-transform:uppercase;letter-spacing:.03em}
.qadha-v260.qadha-board-theme-studio .premium-turn-pill{box-shadow:inset 3px 0 0 var(--q322-accent-2)!important}

/* النخبة — premium black/ivory/gold with quieter chrome. */
.qadha-v260.qadha-board-theme-elite{
  --q322-bg:radial-gradient(circle at 50% 0,#27231c,#0d0d0d 55%,#050505);
  --q322-panel:#121212;
  --q322-panel-2:#1d1a15;
  --q322-accent:#d8b86a;
  --q322-accent-2:#f0dfac;
  --q322-text:#fffdf7;
  --q322-muted:#bbb19d;
  --q322-border:rgba(216,184,106,.28);
}
.qadha-v260.qadha-board-theme-elite .category-card,
.qadha-v260.qadha-board-theme-elite .point-card,
.qadha-v260.qadha-board-theme-elite .q-slot{box-shadow:inset 0 0 0 1px rgba(240,223,172,.08),0 10px 28px rgba(0,0,0,.22)!important}

@media (prefers-reduced-motion:reduce){
  .qadha-v260[class*="qadha-board-theme-"] *{transition-duration:.01ms!important;animation-duration:.01ms!important}
}
