/* Optional analytics preferences; equal prominence for accepting and rejecting. */
.analytics-consent [hidden], .analytics-consent[hidden] { display: none !important; }
.analytics-consent { position: fixed; bottom: 1rem; right: 1rem; z-index: 1100; max-width: calc(100vw - 2rem); color: #f5edf9; font: .875rem/1.6 Inter, sans-serif; }
.analytics-consent-panel { width: 31rem; max-width: 100%; padding: 1.25rem; margin-bottom: .6rem; background: #21192b; border: 1px solid #89739f; border-radius: .75rem; box-shadow: 0 8px 35px #0008; max-height: 75vh; overflow-y: auto; }
.analytics-consent h2 { font: 600 1.15rem/1.4 Inter, sans-serif; margin: 0 0 .65rem; }
.analytics-consent p { margin: 0 0 .8rem; }
.analytics-consent a { color: #e3c8ff; }
.analytics-consent-actions { display: flex; flex-wrap: wrap; gap: .6rem; }
.analytics-consent button { border: 1px solid #b49acb; background: #33253f; color: #fff; padding: .55rem .8rem; border-radius: .35rem; cursor: pointer; }
.analytics-consent button:hover { background: #4b375d; }
.analytics-consent button:focus-visible { outline: 3px solid #e3c8ff; outline-offset: 3px; }
@media (max-width: 560px) { .analytics-consent { left: 1rem; } .analytics-consent-panel { width: 100%; } }
