/* ki-telefonsex — Motel-Heat, Oswald */
.th-consent {
  position: fixed;
  z-index: 99999;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.1rem 1.15rem calc(1.15rem + env(safe-area-inset-bottom));
  background:
    linear-gradient(180deg, #1a0c10 0%, #0c0708 100%);
  color: #f6e8e4;
  border-top: 4px solid #e85d7a;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 0.88rem;
  line-height: 1.45;
}
.th-consent[hidden] { display: none !important; }
.th-consent-inner {
  max-width: 40rem;
  margin: 0 auto;
  display: grid;
  gap: 0.8rem;
}
.th-consent-inner::before {
  content: "ANRUF";
  font-family: Oswald, "Arial Narrow", sans-serif;
  font-weight: 600;
  font-size: 1.55rem;
  letter-spacing: 0.18em;
  color: #e85d7a;
}
.th-consent p { margin: 0; color: #c9a8a0; }
.th-consent a { color: #e85d7a; }
.th-consent-actions { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.th-consent button {
  appearance: none;
  border: 0;
  border-radius: 0.15rem;
  padding: 0.75rem 1rem;
  font-family: Oswald, "Arial Narrow", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}
.th-consent-accept { background: #e85d7a; color: #1a0510; }
.th-consent-reject {
  background: transparent;
  color: #c9a8a0;
  border: 1px solid rgba(246, 232, 228, 0.2) !important;
}
.th-consent-settings { background: #9b2d45; color: #f6e8e4; }
.th-consent-panel { display: grid; gap: 0.5rem; }
.th-consent-panel label { display: flex; gap: 0.5rem; color: #f6e8e4; font-size: 0.82rem; }
.th-consent-panel input { margin-top: 0.2rem; accent-color: #e85d7a; }
.th-consent-essential { opacity: 0.7; font-size: 0.78rem; }
