/* Painel de ajuda dos modos (hover) — tema roxo/preto */
.sk-mode-help {
  margin-top: 0.75rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(167, 139, 250, 0.3);
  background: rgba(10, 8, 18, 0.94);
  padding: 0.9rem 1rem 1rem;
  box-shadow:
    0 0 0 1px rgba(139, 92, 246, 0.1),
    0 12px 36px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
}

.sk-mode-help[data-empty='true'] {
  border-color: rgba(46, 36, 72, 0.95);
  background: rgba(10, 8, 18, 0.92);
}

.sk-mode-help__label {
  margin: 0 0 0.35rem;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #a78bfa;
}

.sk-mode-help[data-empty='true'] .sk-mode-help__label {
  color: #9b8fb8;
}

.sk-mode-help__title {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
  font-weight: 650;
  color: #f4f0ff;
}

.sk-mode-help__body {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #b7a9d4;
}

.sk-mode-help__body strong {
  color: #e9e0ff;
  font-weight: 600;
}

.sk-mode-card-hot {
  outline: 1px solid rgba(167, 139, 250, 0.45) !important;
}
