.analytics-preferences { text-align: center; padding: 12px 24px 90px; }
.analytics-preferences button, .analytics-consent button { font: inherit; font-size: 16px; line-height: 1.4; cursor: pointer; min-height: 44px; border-radius: 4px; padding: 10px 18px; border: 1px solid #d4b773; background: #210604; color: #fff3d2; }
.analytics-preferences button:focus-visible, .analytics-consent button:focus-visible, .analytics-consent a:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.analytics-consent { position: fixed; z-index: 2147482000; bottom: 88px; left: 50%; transform: translateX(-50%); width: min(480px, calc(100% - 32px)); box-sizing: border-box; max-height: calc(100dvh - 190px); overflow-y: auto; padding: 20px; border: 1px solid #d4b773; border-radius: 6px; background: #210604; color: #fff3d2; box-shadow: 0 4px 24px #0006; font-size: 16px; line-height: 1.5; }
.analytics-consent h2 { font-family: inherit; font-size: 20px; margin: 0 0 8px; color: inherit; }
.analytics-consent p { margin: 0 0 12px; }
.analytics-consent a { color: #ffe099; text-decoration: underline; }
.analytics-consent-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.analytics-consent-actions button { flex: 1 1 140px; }
