/* ═══════════════════════════════════════════════════════════════════════════
   HARAMAIN COMPANION — miqat-v2.css  v1.0  (05.05.2026)
   Mīqāt-Modul · Prefix: hcmq-*
   ═══════════════════════════════════════════════════════════════════════════ */

/* ─── MODAL ──────────────────────────────────────────────────────────────── */
#hcmq-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: #0a1814;
  z-index: 9050;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
#hcmq-modal.hcmq-open { display: block; }

/* ─── HEADER ─────────────────────────────────────────────────────────────── */
.hcmq-hdr {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(10, 24, 20, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.hcmq-hdr-btn {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 9px;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
}
.hcmq-hdr-btn:active { background: rgba(255,255,255,0.12); }
.hcmq-hdr-mid { flex: 1; min-width: 0; }
.hcmq-hdr-eyebrow {
  color: #d4a843;
  font-size: 10px;
  letter-spacing: 1.5px;
  font-weight: 700;
}
.hcmq-hdr-title { font-size: 17px; font-weight: 600; margin-top: 2px; }

/* ─── TABS ───────────────────────────────────────────────────────────────── */
.hcmq-tabs {
  display: flex;
  gap: 6px;
  padding: 12px;
}
.hcmq-tab {
  flex: 1;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  padding: 10px 6px;
  text-align: center;
  cursor: pointer;
  color: rgba(255,255,255,0.7);
  font-family: inherit;
  transition: all 0.2s;
}
.hcmq-tab-icon { font-size: 16px; margin-bottom: 4px; }
.hcmq-tab-name { font-size: 11px; font-weight: 600; }
.hcmq-tab-counter {
  display: inline-block;
  background: rgba(255,255,255,0.1);
  font-size: 9px;
  padding: 1px 6px;
  border-radius: 4px;
  margin-top: 3px;
}
.hcmq-tab.hcmq-active.hcmq-gold {
  background: rgba(212,168,67,0.15);
  border-color: rgba(212,168,67,0.5);
  color: #d4a843;
}
.hcmq-tab.hcmq-active.hcmq-blue {
  background: rgba(96,165,250,0.15);
  border-color: rgba(96,165,250,0.5);
  color: #60a5fa;
}
.hcmq-tab.hcmq-active.hcmq-red {
  background: rgba(239,68,68,0.15);
  border-color: rgba(239,68,68,0.5);
  color: #ef4444;
}

/* ─── BANNER ─────────────────────────────────────────────────────────────── */
.hcmq-banner {
  margin: 0 12px 12px;
  padding: 12px 14px;
  border-radius: 10px;
  border-left: 3px solid #d4a843;
  background: rgba(212,168,67,0.08);
}
.hcmq-banner.hcmq-blue { border-left-color: #60a5fa; background: rgba(96,165,250,0.08); }
.hcmq-banner.hcmq-red { border-left-color: #ef4444; background: rgba(239,68,68,0.08); }
.hcmq-banner-title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #d4a843;
}
.hcmq-banner.hcmq-blue .hcmq-banner-title { color: #60a5fa; }
.hcmq-banner.hcmq-red .hcmq-banner-title { color: #ef4444; }
.hcmq-banner-desc {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255,255,255,0.75);
}

/* ─── MIQAT-CARD ─────────────────────────────────────────────────────────── */
.hcmq-card {
  margin: 0 12px 8px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(212,168,67,0.2);
  border-radius: 12px;
  padding: 12px 14px;
  cursor: pointer;
  transition: all 0.2s;
}
.hcmq-card.hcmq-blue { border-color: rgba(96,165,250,0.2); }
.hcmq-card.hcmq-red { border-color: rgba(239,68,68,0.2); }
.hcmq-card.hcmq-expanded {
  background: rgba(212,168,67,0.06);
  border-color: rgba(212,168,67,0.45);
}
.hcmq-card.hcmq-blue.hcmq-expanded {
  background: rgba(96,165,250,0.06);
  border-color: rgba(96,165,250,0.45);
}
.hcmq-card.hcmq-red.hcmq-expanded {
  background: rgba(239,68,68,0.06);
  border-color: rgba(239,68,68,0.45);
}
.hcmq-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hcmq-card-icon {
  width: 44px; height: 44px;
  flex-shrink: 0;
  background: rgba(212,168,67,0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.hcmq-card.hcmq-blue .hcmq-card-icon { background: rgba(96,165,250,0.15); }
.hcmq-card.hcmq-red .hcmq-card-icon { background: rgba(239,68,68,0.15); }
.hcmq-card-info { flex: 1; min-width: 0; }
.hcmq-card-num {
  color: #d4a843;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.hcmq-card.hcmq-blue .hcmq-card-num { color: #60a5fa; }
.hcmq-card.hcmq-red .hcmq-card-num { color: #ef4444; }
.hcmq-card-name {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  margin-top: 2px;
}
.hcmq-card-name-ar {
  font-family: 'Amiri', 'Scheherazade New', serif;
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  margin-left: 6px;
  direction: rtl;
  display: inline-block;
}
.hcmq-card-alias {
  font-style: italic;
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  margin-top: 2px;
}
.hcmq-card-chev {
  color: rgba(255,255,255,0.4);
  font-size: 16px;
  transition: transform 0.25s;
  flex-shrink: 0;
  margin-left: 6px;
}
.hcmq-card.hcmq-expanded .hcmq-card-chev { transform: rotate(90deg); }

/* ─── DETAIL (aufgeklappt) ───────────────────────────────────────────────── */
.hcmq-detail {
  display: none;
  margin-top: 12px;
}
.hcmq-card.hcmq-expanded .hcmq-detail { display: block; }

.hcmq-meta {
  background: rgba(0,0,0,0.25);
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 10px;
  font-size: 11px;
}
.hcmq-meta-row {
  display: flex;
  padding: 3px 0;
  gap: 10px;
}
.hcmq-meta-label {
  color: #d4a843;
  min-width: 92px;
  font-weight: 600;
  font-size: 11px;
}
.hcmq-meta-value {
  color: #fff;
  flex: 1;
}

.hcmq-toggle-detail {
  background: rgba(212,168,67,0.1);
  border: 1px solid rgba(212,168,67,0.3);
  color: #d4a843;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  font-family: inherit;
  text-align: center;
}
.hcmq-toggle-detail:active { background: rgba(212,168,67,0.18); }

.hcmq-detail-text {
  display: none;
  margin-top: 10px;
  padding: 12px;
  background: rgba(0,0,0,0.18);
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.65;
  color: rgba(255,255,255,0.85);
  white-space: pre-wrap;
}
.hcmq-detail-text.hcmq-open { display: block; }
.hcmq-detail-text strong { color: #d4a843; font-weight: 600; }
.hcmq-detail-text em {
  color: rgba(255,255,255,0.7);
  font-style: italic;
}

.hcmq-source {
  text-align: right;
  font-size: 10px;
  color: rgba(255,255,255,0.4);
  margin-top: 8px;
}

/* ─── SECTION-TITLE (Allgemeine Regeln) ──────────────────────────────────── */
.hcmq-section-title {
  color: rgba(255,255,255,0.55);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  padding: 16px 16px 8px;
}

/* ─── GENERAL-CARD (Allgemeine Regeln, Travel, Fidyah) ───────────────────── */
.hcmq-general-card {
  margin: 0 12px 8px;
  padding: 12px 14px;
  background: rgba(16,185,129,0.05);
  border-left: 3px solid #10b981;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s;
}
.hcmq-general-card.hcmq-blue {
  background: rgba(96,165,250,0.06);
  border-left-color: #60a5fa;
}
.hcmq-general-card.hcmq-red {
  background: rgba(239,68,68,0.06);
  border-left-color: #ef4444;
}
.hcmq-general-card.hcmq-critical {
  background: rgba(239,68,68,0.08);
  border-left-color: #ef4444;
  border-left-width: 4px;
}
.hcmq-general-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.hcmq-general-icon { font-size: 16px; }
.hcmq-general-title {
  font-weight: 600;
  font-size: 13px;
  flex: 1;
  color: #fff;
}
.hcmq-general-chev {
  color: rgba(255,255,255,0.4);
  font-size: 14px;
  transition: transform 0.25s;
}
.hcmq-general-card.hcmq-expanded .hcmq-general-chev { transform: rotate(90deg); }
.hcmq-general-desc {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255,255,255,0.7);
}
.hcmq-general-desc strong { color: #10b981; font-weight: 600; }
.hcmq-general-card.hcmq-blue .hcmq-general-desc strong { color: #60a5fa; }
.hcmq-general-card.hcmq-red .hcmq-general-desc strong { color: #ef4444; }
.hcmq-general-card.hcmq-critical .hcmq-general-desc strong { color: #ef4444; }

.hcmq-general-detail {
  display: none;
  margin-top: 10px;
  padding: 12px;
  background: rgba(0,0,0,0.2);
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
  white-space: pre-wrap;
}
.hcmq-general-card.hcmq-expanded .hcmq-general-detail { display: block; }
.hcmq-general-detail strong { color: #d4a843; font-weight: 600; }

/* ─── MAPS-BUTTON ────────────────────────────────────────────────────────── */
.hcmq-maps-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(96,165,250,0.12);
  border: 1px solid rgba(96,165,250,0.3);
  color: #60a5fa;
  padding: 6px 10px;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  margin-top: 6px;
}
.hcmq-maps-btn:active { background: rgba(96,165,250,0.2); }

/* ─── SETTINGS ───────────────────────────────────────────────────────────── */
.hcmq-settings-section {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.hcmq-settings-title {
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 600;
}
.hcmq-settings-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 13px;
  color: #fff;
  gap: 12px;
}

.hcmq-toggle {
  width: 38px; height: 22px;
  background: rgba(255,255,255,0.15);
  border-radius: 11px;
  position: relative;
  cursor: pointer;
  transition: background 0.2s;
  flex-shrink: 0;
}
.hcmq-toggle.hcmq-on { background: #2dd4bf; }
.hcmq-toggle-thumb {
  position: absolute;
  top: 2px; left: 2px;
  width: 18px; height: 18px;
  background: #fff;
  border-radius: 50%;
  transition: left 0.2s;
}
.hcmq-toggle.hcmq-on .hcmq-toggle-thumb { left: 18px; }

.hcmq-seg {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.hcmq-seg-opt {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.06);
  padding: 6px 10px;
  border-radius: 7px;
  font-size: 11px;
  cursor: pointer;
  color: #fff;
  font-family: inherit;
}
.hcmq-seg-opt.hcmq-active {
  background: rgba(45,212,191,0.15);
  border-color: rgba(45,212,191,0.4);
  color: #2dd4bf;
}

.hcmq-lang-select {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 7px;
  color: #fff;
  padding: 5px 8px;
  font-size: 12px;
  font-family: inherit;
  cursor: pointer;
}

.hcmq-stat {
  font-weight: 700;
  font-size: 13px;
}
.hcmq-stat-gold { color: #d4a843; }
.hcmq-stat-blue { color: #60a5fa; }
.hcmq-stat-red { color: #ef4444; }
.hcmq-stat-emerald { color: #10b981; }

/* ─── EMPTY/LOADING STATES ───────────────────────────────────────────────── */
.hcmq-state {
  text-align: center;
  padding: 60px 20px;
  color: rgba(255,255,255,0.6);
}
.hcmq-state-icon {
  font-size: 48px;
  margin-bottom: 14px;
  opacity: 0.7;
}
.hcmq-state-msg {
  font-size: 14px;
  margin-bottom: 6px;
}

/* ─── SCHRIFTGRÖSSE ──────────────────────────────────────────────────────── */
#hcmq-modal[data-fontsize="S"] .hcmq-card-name { font-size: 13px; }
#hcmq-modal[data-fontsize="S"] .hcmq-card-name-ar { font-size: 14px; }
#hcmq-modal[data-fontsize="S"] .hcmq-detail-text,
#hcmq-modal[data-fontsize="S"] .hcmq-general-detail { font-size: 11px; }

#hcmq-modal[data-fontsize="L"] .hcmq-card-name { font-size: 16px; }
#hcmq-modal[data-fontsize="L"] .hcmq-card-name-ar { font-size: 19px; }
#hcmq-modal[data-fontsize="L"] .hcmq-detail-text,
#hcmq-modal[data-fontsize="L"] .hcmq-general-detail { font-size: 14px; }

/* ─── ANZEIGE-TOGGLES (kontrolliert via data-* Attribute) ────────────────── */
#hcmq-modal[data-show-ar="off"] .hcmq-card-name-ar { display: none; }
#hcmq-modal[data-show-alias="off"] .hcmq-card-alias { display: none; }
#hcmq-modal[data-show-distance="off"] .hcmq-meta-row[data-meta="distance"] { display: none; }
#hcmq-modal[data-show-source="off"] .hcmq-source { display: none; }
#hcmq-modal[data-show-maps="off"] .hcmq-maps-btn { display: none; }
#hcmq-modal[data-show-general="off"] .hcmq-general-section { display: none; }

/* ═══════════════════════════════════════════════════════════════════════════
   HELLER MODUS — KOMPLETTE Cascade
   Alle Elemente lesbar auf cremigem Grund
   ═══════════════════════════════════════════════════════════════════════════ */
#hcmq-modal[data-light="on"] {
  background: #f5f0e4;
  color: #1f2d28;
}
#hcmq-modal[data-light="on"] .hcmq-hdr {
  background: rgba(245,240,228,0.95);
  border-color: rgba(0,0,0,0.08);
}
#hcmq-modal[data-light="on"] .hcmq-hdr-eyebrow { color: #b8862e; }
#hcmq-modal[data-light="on"] .hcmq-hdr-title { color: #0a1814; }
#hcmq-modal[data-light="on"] .hcmq-hdr-btn {
  background: rgba(0,0,0,0.05);
  border-color: rgba(0,0,0,0.1);
  color: #1f2d28;
}

/* Tabs */
#hcmq-modal[data-light="on"] .hcmq-tab {
  background: rgba(0,0,0,0.04);
  border-color: rgba(0,0,0,0.1);
  color: rgba(0,0,0,0.65);
}
#hcmq-modal[data-light="on"] .hcmq-tab.hcmq-active.hcmq-gold {
  background: rgba(184,134,46,0.18);
  border-color: rgba(184,134,46,0.55);
  color: #8b6321;
}
#hcmq-modal[data-light="on"] .hcmq-tab.hcmq-active.hcmq-blue {
  background: rgba(37,99,235,0.18);
  border-color: rgba(37,99,235,0.55);
  color: #1d4ed8;
}
#hcmq-modal[data-light="on"] .hcmq-tab.hcmq-active.hcmq-red {
  background: rgba(220,38,38,0.18);
  border-color: rgba(220,38,38,0.55);
  color: #b91c1c;
}
#hcmq-modal[data-light="on"] .hcmq-tab-counter {
  background: rgba(0,0,0,0.08);
}

/* Banner */
#hcmq-modal[data-light="on"] .hcmq-banner {
  background: rgba(184,134,46,0.1);
  border-left-color: #b8862e;
}
#hcmq-modal[data-light="on"] .hcmq-banner.hcmq-blue {
  background: rgba(37,99,235,0.1);
  border-left-color: #1d4ed8;
}
#hcmq-modal[data-light="on"] .hcmq-banner.hcmq-red {
  background: rgba(220,38,38,0.1);
  border-left-color: #b91c1c;
}
#hcmq-modal[data-light="on"] .hcmq-banner-title { color: #8b6321; }
#hcmq-modal[data-light="on"] .hcmq-banner.hcmq-blue .hcmq-banner-title { color: #1d4ed8; }
#hcmq-modal[data-light="on"] .hcmq-banner.hcmq-red .hcmq-banner-title { color: #b91c1c; }
#hcmq-modal[data-light="on"] .hcmq-banner-desc { color: rgba(0,0,0,0.75); }

/* Cards */
#hcmq-modal[data-light="on"] .hcmq-card {
  background: rgba(0,0,0,0.03);
  border-color: rgba(184,134,46,0.3);
}
#hcmq-modal[data-light="on"] .hcmq-card.hcmq-blue { border-color: rgba(37,99,235,0.3); }
#hcmq-modal[data-light="on"] .hcmq-card.hcmq-red { border-color: rgba(220,38,38,0.3); }
#hcmq-modal[data-light="on"] .hcmq-card.hcmq-expanded {
  background: rgba(184,134,46,0.08);
  border-color: rgba(184,134,46,0.55);
}
#hcmq-modal[data-light="on"] .hcmq-card.hcmq-blue.hcmq-expanded {
  background: rgba(37,99,235,0.08);
  border-color: rgba(37,99,235,0.55);
}
#hcmq-modal[data-light="on"] .hcmq-card.hcmq-red.hcmq-expanded {
  background: rgba(220,38,38,0.08);
  border-color: rgba(220,38,38,0.55);
}
#hcmq-modal[data-light="on"] .hcmq-card-icon {
  background: rgba(184,134,46,0.18);
}
#hcmq-modal[data-light="on"] .hcmq-card.hcmq-blue .hcmq-card-icon {
  background: rgba(37,99,235,0.18);
}
#hcmq-modal[data-light="on"] .hcmq-card.hcmq-red .hcmq-card-icon {
  background: rgba(220,38,38,0.18);
}
#hcmq-modal[data-light="on"] .hcmq-card-num { color: #8b6321; }
#hcmq-modal[data-light="on"] .hcmq-card.hcmq-blue .hcmq-card-num { color: #1d4ed8; }
#hcmq-modal[data-light="on"] .hcmq-card.hcmq-red .hcmq-card-num { color: #b91c1c; }
#hcmq-modal[data-light="on"] .hcmq-card-name { color: #0a1814; }
#hcmq-modal[data-light="on"] .hcmq-card-name-ar { color: rgba(0,0,0,0.75); }
#hcmq-modal[data-light="on"] .hcmq-card-alias { color: rgba(0,0,0,0.55); }
#hcmq-modal[data-light="on"] .hcmq-card-chev { color: rgba(0,0,0,0.45); }

/* Detail */
#hcmq-modal[data-light="on"] .hcmq-meta {
  background: rgba(0,0,0,0.06);
}
#hcmq-modal[data-light="on"] .hcmq-meta-label { color: #8b6321; }
#hcmq-modal[data-light="on"] .hcmq-meta-value { color: #0a1814; }
#hcmq-modal[data-light="on"] .hcmq-toggle-detail {
  background: rgba(184,134,46,0.12);
  border-color: rgba(184,134,46,0.4);
  color: #8b6321;
}
#hcmq-modal[data-light="on"] .hcmq-detail-text {
  background: rgba(0,0,0,0.04);
  color: rgba(0,0,0,0.85);
}
#hcmq-modal[data-light="on"] .hcmq-detail-text strong { color: #8b6321; }
#hcmq-modal[data-light="on"] .hcmq-detail-text em { color: rgba(0,0,0,0.65); }
#hcmq-modal[data-light="on"] .hcmq-source { color: rgba(0,0,0,0.4); }

/* Section-Title (Allgemeine Regeln) */
#hcmq-modal[data-light="on"] .hcmq-section-title { color: rgba(0,0,0,0.55); }

/* General-Cards */
#hcmq-modal[data-light="on"] .hcmq-general-card {
  background: rgba(16,185,129,0.06);
  border-left-color: #047857;
}
#hcmq-modal[data-light="on"] .hcmq-general-card.hcmq-blue {
  background: rgba(37,99,235,0.06);
  border-left-color: #1d4ed8;
}
#hcmq-modal[data-light="on"] .hcmq-general-card.hcmq-red {
  background: rgba(220,38,38,0.06);
  border-left-color: #b91c1c;
}
#hcmq-modal[data-light="on"] .hcmq-general-card.hcmq-critical {
  background: rgba(220,38,38,0.1);
  border-left-color: #b91c1c;
}
#hcmq-modal[data-light="on"] .hcmq-general-title { color: #0a1814; }
#hcmq-modal[data-light="on"] .hcmq-general-desc { color: rgba(0,0,0,0.75); }
#hcmq-modal[data-light="on"] .hcmq-general-desc strong { color: #047857; }
#hcmq-modal[data-light="on"] .hcmq-general-card.hcmq-blue .hcmq-general-desc strong { color: #1d4ed8; }
#hcmq-modal[data-light="on"] .hcmq-general-card.hcmq-red .hcmq-general-desc strong,
#hcmq-modal[data-light="on"] .hcmq-general-card.hcmq-critical .hcmq-general-desc strong { color: #b91c1c; }
#hcmq-modal[data-light="on"] .hcmq-general-detail {
  background: rgba(0,0,0,0.04);
  color: rgba(0,0,0,0.85);
}
#hcmq-modal[data-light="on"] .hcmq-general-detail strong { color: #8b6321; }
#hcmq-modal[data-light="on"] .hcmq-general-chev { color: rgba(0,0,0,0.45); }

/* Maps-Button */
#hcmq-modal[data-light="on"] .hcmq-maps-btn {
  background: rgba(37,99,235,0.12);
  border-color: rgba(37,99,235,0.4);
  color: #1d4ed8;
}

/* Settings */
#hcmq-modal[data-light="on"] .hcmq-settings-section {
  border-color: rgba(0,0,0,0.08);
}
#hcmq-modal[data-light="on"] .hcmq-settings-title { color: rgba(0,0,0,0.55); }
#hcmq-modal[data-light="on"] .hcmq-settings-row { color: #1f2d28; }
#hcmq-modal[data-light="on"] .hcmq-toggle { background: rgba(0,0,0,0.18); }
#hcmq-modal[data-light="on"] .hcmq-toggle.hcmq-on { background: #2d946a; }
#hcmq-modal[data-light="on"] .hcmq-seg-opt {
  background: rgba(0,0,0,0.05);
  border-color: rgba(0,0,0,0.1);
  color: #1f2d28;
}
#hcmq-modal[data-light="on"] .hcmq-seg-opt.hcmq-active {
  background: rgba(45,148,106,0.18);
  border-color: rgba(45,148,106,0.55);
  color: #2d946a;
}
#hcmq-modal[data-light="on"] .hcmq-lang-select {
  background: rgba(0,0,0,0.05);
  border-color: rgba(0,0,0,0.15);
  color: #1f2d28;
}
#hcmq-modal[data-light="on"] .hcmq-stat-gold { color: #8b6321; }
#hcmq-modal[data-light="on"] .hcmq-stat-blue { color: #1d4ed8; }
#hcmq-modal[data-light="on"] .hcmq-stat-red { color: #b91c1c; }
#hcmq-modal[data-light="on"] .hcmq-stat-emerald { color: #047857; }

/* States */
#hcmq-modal[data-light="on"] .hcmq-state { color: rgba(0,0,0,0.6); }

/* ─── RESPONSIVE ─────────────────────────────────────────────────────────── */
@media (max-width: 360px) {
  .hcmq-tab { padding: 8px 4px; }
  .hcmq-tab-name { font-size: 10px; }
  .hcmq-card { padding: 10px 12px; }
  .hcmq-card-icon { width: 38px; height: 38px; font-size: 18px; }
}
