.consent-panel[hidden] { display: none; }
.consent-panel { position: fixed; z-index: 90; bottom: 24px; right: 24px; width: min(510px, calc(100% - 48px)); max-height: calc(100svh - 48px); overflow-y: auto; padding: 26px; background: var(--paper); color: var(--ink); border: 1px solid var(--line); box-shadow: 0 12px 40px #101d3a24; }
.consent-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.consent-heading h2 { font-size: 28px; line-height: 1.15; }
.consent-panel p { font-size: 13px; line-height: 1.7; }
.consent-close { width: 32px; height: 32px; flex-shrink: 0; font-size: 25px; }
.consent-close .riad-icon { margin: auto; width: 20px; height: 20px; }
.consent-details { margin-top: 12px; font-size: 12px; }
.consent-details summary { cursor: pointer; padding: 8px 0; text-decoration: underline; text-underline-offset: 4px; }
.consent-details p { padding: 8px 0 12px; }
.consent-details a { text-decoration: underline; text-underline-offset: 3px; }
.consent-actions { display: flex; gap: 12px; margin-top: 18px; }
.consent-actions button { flex: 1; border: 1px solid var(--blue); min-height: 44px; padding: 12px; font-size: 13px; font-weight: 600; }
.consent-actions button:hover { background: var(--blue); color: var(--paper); }
.consent-panel button:focus-visible, .consent-panel summary:focus-visible { outline-offset: 3px; }
.consent-settings { font-size: 11px; text-decoration: underline; text-underline-offset: 4px; padding: 8px 0; }
body.consent-visible .mobile-book { visibility: hidden; }
.analytics-debug { position: fixed; z-index: 89; left: 12px; bottom: 12px; max-width: calc(100% - 24px); padding: 8px 12px; color: var(--paper); background: var(--blue-deep); font: 11px/1.5 Manrope, sans-serif; pointer-events: none; }
@media (max-width: 640px) {
 .consent-panel { left: 12px; right: 12px; bottom: 12px; width: auto; padding: 21px; }
 .consent-heading h2 { font-size: 25px; }
 .consent-panel p { font-size: 13px; }
 .footer-bottom { gap: 12px; }
}
