.cookie-consent-banner,
.cookie-consent-modal {
  font-family: "Manrope", system-ui, -apple-system, sans-serif;
  color: #f4f5f7;
}
.cookie-consent-banner { position: fixed; inset: auto 16px 16px; z-index: 2100; max-width: 520px; background: linear-gradient(135deg, rgba(20, 4, 44, 0.92), rgba(48, 10, 90, 0.9)); border: 1px solid rgba(181, 140, 255, 0.36); border-radius: 20px; box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45); backdrop-filter: blur(14px); padding: 18px; }
.cookie-consent-banner[hidden], .cookie-consent-modal-overlay[hidden] { display: none; }
.cookie-consent-title { font-size: 1rem; font-weight: 700; margin-bottom: 6px; }
.cookie-consent-text { color: rgba(255, 255, 255, 0.8); line-height: 1.45; font-size: 0.92rem; }
.cookie-consent-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.cookie-btn { border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.22); background: rgba(255, 255, 255, 0.08); color: #f4f5f7; padding: 8px 14px; font-size: 0.82rem; font-weight: 600; cursor: pointer; }
.cookie-btn-primary { background: linear-gradient(90deg, #7afcff, #b58cff); color: #1d0836; border-color: transparent; }
.cookie-btn:hover, .cookie-btn:focus-visible { border-color: rgba(122, 252, 255, 0.7); outline: none; }
.cookie-consent-modal-overlay { position: fixed; inset: 0; z-index: 2200; background: rgba(8, 2, 18, 0.75); backdrop-filter: blur(4px); display: grid; place-items: center; padding: 16px; }
.cookie-consent-modal { width: min(680px, 100%); background: linear-gradient(140deg, rgba(15, 3, 33, 0.95), rgba(40, 8, 76, 0.95)); border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 22px; box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5); padding: 22px; }
.cookie-pref-item { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.cookie-pref-label { font-weight: 600; }
.cookie-pref-desc { color: rgba(255, 255, 255, 0.7); font-size: 0.88rem; }
.cookie-switch { width: 42px; height: 24px; }
[data-open-cookie-preferences] { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 640px) { .cookie-consent-banner { inset: auto 10px 10px; max-width: none; } }
