/* ═══════════════════════════════════════════
   Ajuda — tema compartilhado (Manuais + Drops)
   Dourado vivo, mesmo shell visual nas 2 abas
   ═══════════════════════════════════════════ */

:root {
  --mu-help-gold: #e8c878;
  --mu-help-gold-soft: rgba(232, 200, 120, 0.22);
  --mu-help-gold-line: rgba(212, 175, 55, 0.45);
  --mu-help-amber: #f0a84a;
  --mu-help-warm: #ffd89a;
  --mu-help-scroll-track: rgba(18, 12, 6, 0.55);
  --mu-help-scroll-thumb: linear-gradient(180deg, rgba(232, 200, 120, 0.95), rgba(180, 130, 50, 0.88));
  --mu-help-scroll-thumb-hover: linear-gradient(180deg, rgba(255, 224, 150, 1), rgba(212, 160, 70, 0.95));
  --mu-help-scroll-border: rgba(255, 220, 150, 0.4);
}

/* Docs shell: mesma largura do hero (full bleed do main) */
.mu-doc__shell {
  max-width: none !important;
  margin: 0 !important;
  width: 100% !important;
}
.mu-help-mode {
  position: relative;
  z-index: 5;
  max-width: none;
  width: 100%;
  margin: 0.85rem 0 1rem;
  padding: 0;
  box-sizing: border-box;
}
.mu-help-mode__track {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0.2rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(6, 10, 18, 0.55);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.mu-help-mode__tab {
  appearance: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 2.65rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  border: 1px solid transparent;
  color: rgba(190, 198, 210, 0.72);
  background: transparent;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.mu-help-mode__ico {
  display: grid;
  place-items: center;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: inherit;
  flex-shrink: 0;
}
.mu-help-mode__txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.05rem;
  min-width: 0;
  line-height: 1.15;
}
.mu-help-mode__label {
  font-family: var(--mu-font-display, Cinzel, Georgia, serif);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.mu-help-mode__hint {
  font-size: 0.68rem;
  color: rgba(150, 160, 175, 0.8);
  white-space: nowrap;
}
.mu-help-mode__tab:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}
.mu-help-mode__tab--docs.is-active {
  color: #d7ebff;
  border-color: rgba(126, 184, 232, 0.35);
  background: linear-gradient(180deg, rgba(59, 130, 246, 0.28), rgba(37, 99, 235, 0.14));
  box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.12), 0 6px 18px rgba(37, 99, 235, 0.18);
}
.mu-help-mode__tab--docs.is-active .mu-help-mode__ico {
  background: rgba(59, 130, 246, 0.28);
  color: #c8e4ff;
}
.mu-help-mode__tab--docs.is-active .mu-help-mode__hint {
  color: rgba(180, 210, 255, 0.85);
}
.mu-help-mode__tab--drops.is-active {
  color: #fff2d4;
  border-color: rgba(232, 200, 120, 0.4);
  background: linear-gradient(180deg, rgba(232, 200, 120, 0.24), rgba(180, 110, 40, 0.14));
  box-shadow: 0 0 0 1px rgba(232, 180, 80, 0.12), 0 6px 18px rgba(180, 110, 40, 0.18);
}
.mu-help-mode__tab--drops.is-active .mu-help-mode__ico {
  background: rgba(232, 200, 120, 0.22);
  color: #ffe6b0;
}
.mu-help-mode__tab--drops.is-active .mu-help-mode__hint {
  color: rgba(255, 224, 150, 0.85);
}
@media (max-width: 640px) {
  .mu-help-mode__track {
    border-radius: 14px;
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
  .mu-help-mode__tab {
    border-radius: 10px;
    justify-content: flex-start;
  }
}

/* ── Manuais: identidade azul (contrasta com Drops dourado) ── */
.mu-doc__orb--a {
  background: radial-gradient(circle, rgba(59, 130, 246, 0.4), transparent 65%) !important;
}
.mu-doc__orb--b {
  background: radial-gradient(circle, rgba(139, 92, 246, 0.28), transparent 65%) !important;
}
.mu-doc__orb--c {
  background: radial-gradient(circle, rgba(34, 211, 238, 0.18), transparent 65%) !important;
}
.mu-doc__eyebrow {
  color: #7ec8ff !important;
}
.mu-doc__title {
  background: linear-gradient(120deg, #fff 0%, #b8dcff 55%, #8eb8ff 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}
.mu-doc__hero-inner {
  border-color: rgba(126, 184, 232, 0.2) !important;
  background:
    linear-gradient(135deg, rgba(12, 24, 48, 0.72), rgba(8, 12, 22, 0.7)),
    rgba(8, 14, 28, 0.55) !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(158, 200, 255, 0.08);
}
.mu-doc__hero-tip {
  color: rgba(200, 220, 255, 0.82) !important;
}
.mu-doc__hero-link {
  color: #9ec8ff !important;
  border-bottom-color: rgba(158, 200, 255, 0.35) !important;
}
.mu-doc__hero-link:hover {
  color: #d4e8ff !important;
}
.mu-doc__stat {
  border-color: rgba(126, 184, 232, 0.18) !important;
  background: rgba(0, 0, 0, 0.35) !important;
}
.mu-doc__stat strong {
  color: #fff !important;
}
.mu-doc__dock-glass,
.mu-doc__dock-rail {
  border-color: rgba(255, 255, 255, 0.07) !important;
  background: rgba(6, 10, 20, 0.35) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}
.mu-doc__dock-label {
  color: rgba(180, 210, 255, 0.85) !important;
}
.mu-doc__search {
  border-color: rgba(255, 255, 255, 0.08) !important;
}
.mu-doc__search:focus-within {
  border-color: rgba(126, 184, 232, 0.45) !important;
  background: rgba(0, 0, 0, 0.55) !important;
}
.mu-doc__search svg {
  color: rgba(180, 210, 255, 0.7) !important;
}
.mu-doc__nav-item.is-active {
  background: rgba(59, 130, 246, 0.12) !important;
  border-color: rgba(126, 184, 232, 0.35) !important;
  box-shadow: inset 3px 0 0 rgba(110, 170, 255, 0.5), 0 4px 24px rgba(37, 99, 235, 0.15);
}
.mu-doc__nav-item:hover {
  background: rgba(255, 255, 255, 0.05) !important;
}
.mu-doc__nav-num {
  color: #9ec9ff !important;
  border-color: rgba(126, 184, 232, 0.25) !important;
  background: rgba(59, 130, 246, 0.15) !important;
}
.mu-doc__nav-item.is-active .mu-doc__nav-num {
  color: #fff !important;
  background: linear-gradient(145deg, #3b82f6, #2563eb) !important;
  border-color: transparent !important;
}
.mu-doc__stage-panel,
.mu-doc__article {
  border-color: rgba(255, 255, 255, 0.08) !important;
}
.mu-doc__progress-bar {
  background: linear-gradient(90deg, #3b82f6, #22d3ee, #8b5cf6) !important;
}

/* Scroll azul no índice dos manuais */
.mu-doc__nav,
.mu-doc__stage-panel {
  scrollbar-width: thin;
  scrollbar-color: rgba(126, 184, 232, 0.55) rgba(8, 12, 22, 0.55);
}
.mu-doc__nav::-webkit-scrollbar,
.mu-doc__stage-panel::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.mu-doc__nav::-webkit-scrollbar-track,
.mu-doc__stage-panel::-webkit-scrollbar-track {
  background: rgba(8, 12, 22, 0.55);
  border-radius: 999px;
}
.mu-doc__nav::-webkit-scrollbar-thumb,
.mu-doc__stage-panel::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(126, 184, 232, 0.9), rgba(59, 130, 246, 0.75));
  border-radius: 999px;
  border: 1px solid rgba(180, 210, 255, 0.35);
}
.mu-doc__nav::-webkit-scrollbar-thumb:hover,
.mu-doc__stage-panel::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(180, 210, 255, 1), rgba(96, 165, 250, 0.9));
}
.mu-doc__nav::-webkit-scrollbar-button,
.mu-doc__stage-panel::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}
