/* Cookie consent banner — GDPR · sayebahr.com */
#bahr-cookie-root:empty { display: none; }

.bahr-cookie-banner {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 10050;
  padding: 12px 16px max(12px, env(safe-area-inset-bottom));
  pointer-events: none;
}

.bahr-cookie-panel {
  pointer-events: auto;
  max-width: 920px;
  margin: 0 auto;
  padding: 18px 20px;
  border-radius: 16px;
  background: rgba(4, 13, 26, 0.96);
  border: 1px solid rgba(251, 191, 36, 0.25);
  box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
  color: #e2e8f0;
  font-family: 'Tajawal', system-ui, sans-serif;
}

.bahr-cookie-panel h2 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  color: #fbbf24;
}

.bahr-cookie-panel p {
  margin: 0 0 14px;
  line-height: 1.65;
  font-size: 0.92rem;
  opacity: 0.92;
}

.bahr-cookie-panel a {
  color: #67e8f9;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bahr-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bahr-cookie-btn {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #f8fafc;
  border-radius: 10px;
  padding: 9px 14px;
  font: inherit;
  font-size: 0.88rem;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, transform 0.15s;
}

.bahr-cookie-btn:hover {
  border-color: rgba(251, 191, 36, 0.45);
  transform: translateY(-1px);
}

.bahr-cookie-btn-primary {
  background: linear-gradient(135deg, #ca8a04, #eab308);
  border-color: #fde047;
  color: #0a1628;
  font-weight: 700;
}

.bahr-cookie-btn-ghost {
  background: transparent;
}

.bahr-cookie-settings {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bahr-cookie-settings[hidden] { display: none !important; }

.bahr-cookie-toggle {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.bahr-cookie-toggle:last-child { border-bottom: none; }

.bahr-cookie-toggle strong {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 2px;
}

.bahr-cookie-toggle span {
  font-size: 0.82rem;
  opacity: 0.75;
  line-height: 1.5;
}

.bahr-cookie-toggle input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: #eab308;
  flex-shrink: 0;
}

.bahr-cookie-toggle input:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

html[dir="ltr"] .bahr-cookie-panel {
  font-family: system-ui, 'Tajawal', sans-serif;
}

@media (max-width: 520px) {
  .bahr-cookie-actions { flex-direction: column; }
  .bahr-cookie-btn { width: 100%; text-align: center; }
}
