.analytics-consent[hidden]{display:none!important}
.analytics-consent{
    position:fixed;z-index:2147483646;left:1rem;right:1rem;bottom:1rem;
    display:flex;align-items:center;justify-content:space-between;gap:1.5rem;
    max-width:1120px;margin:0 auto;padding:1.15rem 1.25rem;
    color:#fff;background:#101a24;border:1px solid rgba(255,255,255,.24);
    border-radius:16px;box-shadow:0 16px 50px rgba(0,0,0,.38);
    font:400 1rem/1.5 system-ui,-apple-system,"Segoe UI",sans-serif
}
.analytics-consent__content{max-width:720px}
.analytics-consent h2{margin:0 0 .35rem;color:#fff;font:700 1.18rem/1.3 system-ui,-apple-system,"Segoe UI",sans-serif}
.analytics-consent p{margin:0 0 .35rem;color:#f5f5f5}
.analytics-consent a{color:#ffca28;text-decoration:underline;text-underline-offset:.15em}
.analytics-consent__actions{display:flex;flex-wrap:wrap;gap:.65rem;flex:0 0 auto}
.analytics-consent__actions button{
    min-width:9.5rem;margin:0;padding:.72rem 1rem;border:2px solid #ffca28;
    border-radius:999px;color:#101a24;background:#ffca28;
    font:700 .95rem/1.2 system-ui,-apple-system,"Segoe UI",sans-serif;cursor:pointer
}
.analytics-consent__actions button:hover{filter:brightness(1.08)}
.analytics-consent__actions button:focus-visible,.analytics-consent-settings:focus-visible{outline:3px solid #fff;outline-offset:3px}
.analytics-consent-settings{
    position:fixed;z-index:2147483645;left:.75rem;bottom:.75rem;margin:0;
    padding:.5rem .75rem;border:1px solid #101a24;border-radius:999px;
    color:#101a24;background:#fff;font:600 .78rem/1.2 system-ui,-apple-system,"Segoe UI",sans-serif;
    box-shadow:0 4px 16px rgba(0,0,0,.2);cursor:pointer
}
@media (max-width:1100px){
    .analytics-consent{left:.65rem;right:.65rem;bottom:.65rem;display:block;padding:1rem}
    .analytics-consent__actions{margin-top:.9rem}
    .analytics-consent__actions button{flex:1 1 9rem}
}
@media (prefers-reduced-motion:reduce){
    .analytics-consent *{scroll-behavior:auto!important}
}
