.analytics-consent[hidden], [data-analytics-settings][hidden], [data-analytics-close][hidden] { display: none; }
.analytics-consent { position: fixed; z-index: 100; right: 20px; bottom: 20px; left: 20px; max-width: 740px; max-height: calc(100svh - 40px); overflow-y: auto; margin-left: auto; padding: 24px; border: 1px solid #607384; background: #191d22; box-shadow: 0 8px 32px #0008; }
.analytics-consent h2 { font-size: 20px; margin-bottom: 12px; }
.analytics-consent p { font-size: 14px; color: #c2ccd4; }
.analytics-consent p a { text-decoration: underline; text-underline-offset: 3px; }
.analytics-consent-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.analytics-consent-actions button { flex: 1 1 180px; border: 1px solid #8294a2; background: #22313e; color: #f3f3ef; padding: 12px 16px; cursor: pointer; font-size: 14px; font-weight: 700; }
.analytics-consent-actions button:hover { background: #30475b; }
.analytics-consent-actions [data-analytics-close] { flex: 1 0 100%; border-color: transparent; background: none; padding: 4px; font-weight: 400; text-decoration: underline; text-underline-offset: 3px; }
[data-analytics-settings] { font-size: inherit; }
.site-footer > div { flex-wrap: wrap; }
@media (max-width: 480px) { .analytics-consent { inset: auto 12px 12px; padding: 18px; max-height: calc(100svh - 24px); } .analytics-consent-actions { gap: 8px; } }
