/* sexchat-ki — IG-Karte, Sora, Hotpink */
.th-consent {
  position: fixed;
  z-index: 99999;
  left: 50%;
  right: auto;
  bottom: calc(0.85rem + env(safe-area-inset-bottom));
  transform: translateX(-50%);
  width: min(calc(100% - 1.4rem), 28rem);
  padding: 1.05rem 1.15rem 1.15rem;
  background: rgba(5, 3, 5, 0.94);
  color: #fff5f8;
  border: 1px solid rgba(255, 245, 248, 0.12);
  border-radius: 0.85rem;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.82rem;
  line-height: 1.45;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(16px);
}
.th-consent[hidden] { display: none !important; }
.th-consent-inner { display: grid; gap: 0.75rem; }
.th-consent-inner::before {
  content: "feed";
  font-family: Fraunces, Georgia, serif;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  color: #fff5f8;
}
.th-consent p { margin: 0; color: #b8899a; }
.th-consent a { color: #ff1a5c; }
.th-consent-actions { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.th-consent button {
  appearance: none;
  border: 0;
  border-radius: 0.35rem;
  padding: 0.7rem 0.9rem;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.th-consent-accept { background: #ff1a5c; color: #1a0510; }
.th-consent-reject {
  background: transparent;
  color: #b8899a;
  border: 1px solid rgba(255, 245, 248, 0.14) !important;
}
.th-consent-settings { background: rgba(255, 245, 248, 0.06); color: #fff5f8; }
.th-consent-panel { display: grid; gap: 0.5rem; }
.th-consent-panel label { display: flex; gap: 0.5rem; color: #fff5f8; font-size: 0.8rem; }
.th-consent-panel input { margin-top: 0.2rem; }
.th-consent-essential { opacity: 0.7; font-size: 0.75rem; }
