#analytics-controls { font: 15px/1.5 system-ui, sans-serif; color: #edf5ff; position: relative; z-index: 10000; }
#analytics-controls button { font: inherit; cursor: pointer; border: 1px solid #98aac3; border-radius: 8px; padding: 9px 13px; background: #182738; color: #fff; }
#analytics-controls button:focus-visible { outline: 3px solid #ffd166; outline-offset: 3px; }
#analytics-settings { position: fixed; bottom: 12px; left: 12px; z-index: 10001; }
#analytics-consent { position: fixed; bottom: 64px; left: 12px; width: min(540px, calc(100vw - 24px)); box-sizing: border-box; padding: 20px; background: #101e2d; border: 1px solid #98aac3; border-radius: 14px; box-shadow: 0 12px 45px #0008; max-height: calc(100vh - 90px); overflow: auto; }
#analytics-consent[hidden] { display: none; }
#analytics-consent p { margin: 10px 0; }
#analytics-consent strong { font-size: 18px; }
#analytics-consent div { display: flex; gap: 8px; flex-wrap: wrap; }
