/* domina-ki — Bodoni-Couture, Violett */
.th-consent {
  position: fixed;
  z-index: 99999;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.4rem 1.5rem calc(1.4rem + env(safe-area-inset-bottom));
  background: #050308;
  color: #f0e6f4;
  border-top: 1px solid #b84dff;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 0.86rem;
  line-height: 1.55;
}
.th-consent[hidden] { display: none !important; }
.th-consent-inner {
  max-width: 36rem;
  margin: 0 auto;
  display: grid;
  gap: 0.9rem;
  text-align: center;
}
.th-consent-inner::before {
  content: "Herrin";
  font-family: "Bodoni Moda", "Times New Roman", serif;
  font-style: italic;
  font-size: 2rem;
  font-weight: 400;
  color: #f0e6f4;
}
.th-consent p { margin: 0; color: #a896b0; }
.th-consent a { color: #b84dff; }
.th-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}
.th-consent button {
  appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0.7rem 1.15rem;
  font: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  cursor: pointer;
}
.th-consent-accept { background: #b84dff; color: #14061c; }
.th-consent-reject {
  background: transparent;
  color: #a896b0;
  border-bottom: 1px solid rgba(240, 230, 244, 0.28) !important;
  border-radius: 0;
}
.th-consent-settings { background: #5a1480; color: #f0e6f4; }
.th-consent-panel { display: grid; gap: 0.45rem; text-align: left; }
.th-consent-panel label { display: flex; gap: 0.5rem; color: #f0e6f4; font-size: 0.8rem; }
.th-consent-panel input { margin-top: 0.2rem; accent-color: #b84dff; }
.th-consent-essential { opacity: 0.7; font-size: 0.76rem; }
