.vk-compliance-banner {
  /* Passo 1757 — banner publico abolido; fail-closed hide se algum HTML antigo injetar */
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.vk-compliance-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(10, 6, 18, 0.78);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.vk-compliance-modal.hidden { display: none; }
.vk-compliance-panel {
  background: linear-gradient(160deg, #1a1228 0%, #16121f 55%, #120a1a 100%);
  border: 1px solid rgba(124, 58, 237, 0.45);
  border-radius: 16px;
  max-width: 560px;
  width: 100%;
  max-height: 85vh;
  overflow: auto;
  padding: 1.25rem 1.35rem 1.35rem;
  color: #f8fafc;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}
.vk-compliance-panel h2 {
  margin: 0.35rem 0 0.35rem;
  font-size: 1.15rem;
  color: #fda4af;
  font-weight: 800;
}
.vk-quiz-hint {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  color: #c4b5fd;
}
.vk-quiz-progress {
  margin-bottom: 0.85rem;
}
.vk-quiz-step {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f9a8d4;
  margin-bottom: 0.35rem;
}
.vk-quiz-bar {
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.vk-quiz-bar i {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #e11d48, #7c3aed);
  transition: width 0.25s ease;
}
.vk-compliance-doc {
  background: #0c0a12;
  border: 1px solid #2e2640;
  border-radius: 10px;
  padding: 0.85rem;
  margin: 0.75rem 0;
  font-size: 0.8rem;
  max-height: 220px;
  overflow-y: auto;
  white-space: pre-wrap;
  line-height: 1.45;
}
.vk-compliance-doc h4 {
  margin: 0 0 0.35rem;
  color: #c4b5fd;
  font-size: 0.88rem;
}
.vk-compliance-check {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0.65rem 0;
  font-size: 0.88rem;
  font-weight: 600;
}
.vk-compliance-check input {
  margin-top: 0.2rem;
  accent-color: #7c3aed;
  width: 1.05rem;
  height: 1.05rem;
}
.vk-compliance-panel .vk-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}
.vk-compliance-panel button {
  flex: 1;
  background: linear-gradient(145deg, #e11d48 0%, #7c3aed 100%);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  font-weight: 800;
  cursor: pointer;
  font-size: 0.92rem;
}
.vk-compliance-panel button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.vk-compliance-regulators {
  font-size: 0.72rem;
  color: #71717a;
  margin-top: 0.75rem;
}
