.analytics-consent { position: fixed; bottom: 60px; left: 16px; right: 16px; max-width: 620px; z-index: 1000; padding: 20px; background: #fff; color: #182c28; border: 1px solid #9baaa5; border-radius: 10px; box-shadow: 0 4px 24px #0003; font: 14px/1.5 system-ui, sans-serif; }
.analytics-consent[hidden] { display: none; }
.analytics-consent p { margin: 0 0 14px; }
.analytics-consent a { text-decoration: underline; }
.analytics-consent div { display: flex; flex-wrap: wrap; gap: 12px; }
.analytics-consent button, .analytics-settings { padding: 10px 16px; border: 1px solid #174c3c; border-radius: 5px; background: #fff; color: #174c3c; cursor: pointer; font: 14px system-ui, sans-serif; }
.analytics-consent button:focus-visible, .analytics-settings:focus-visible { outline: 3px solid #ca9e45; outline-offset: 3px; }
.analytics-settings { position: fixed; bottom: 12px; left: 16px; z-index: 999; box-shadow: 0 2px 8px #0002; }