.analytics-settings { position:fixed; bottom:12px; right:12px; z-index:1100; padding:8px 12px; border:1px solid #526c60; border-radius:6px; background:#fff; color:#173d2c; font:inherit; font-size:13px; cursor:pointer; }
.analytics-consent { position:fixed; bottom:56px; right:16px; z-index:1101; box-sizing:border-box; width:min(460px, calc(100% - 32px)); max-height:70vh; overflow:auto; padding:22px; border:1px solid #526c60; border-radius:12px; background:#fff; color:#173d2c; box-shadow:0 8px 32px #0003; }
.analytics-consent[hidden] { display:none; }
.analytics-consent h2 { margin:0 0 12px; font-size:19px; }
.analytics-consent p { margin:0 0 12px; font-size:14px; line-height:1.65; }
.analytics-consent a { color:#104a3b; text-decoration:underline; font-size:14px; }
.analytics-consent-actions { display:flex; gap:12px; margin-top:16px; }
.analytics-consent-actions button { flex:1; min-height:44px; padding:10px; border:1px solid #526c60; border-radius:6px; background:#fff; color:#173d2c; font:inherit; cursor:pointer; }
.analytics-settings:focus-visible,.analytics-consent button:focus-visible,.analytics-consent a:focus-visible { outline:3px solid #e76950; outline-offset:3px; }
