.cookie-consent[hidden]{display:none}
.cookie-consent{position:fixed;z-index:1900;right:clamp(12px,3vw,30px);bottom:clamp(12px,3vw,30px);display:grid;gap:13px;width:min(440px,calc(100% - 24px));padding:18px;border:1px solid rgba(255,255,255,.22);border-radius:16px;background:#1c2a2e;color:#fff;box-shadow:0 18px 55px rgba(1,39,57,.3);font-family:Manrope,Arial,sans-serif;opacity:0;transform:translateY(16px) scale(.98);transform-origin:bottom right;transition:opacity .22s ease,transform .22s ease,bottom .22s ease,right .22s ease}
.cookie-consent.is-visible{opacity:1;transform:translateY(0) scale(1)}
.cookie-consent__close{position:absolute;top:9px;right:10px;display:grid;place-items:center;width:32px;height:32px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font:400 1.35rem/1 Arial,sans-serif;cursor:pointer}.cookie-consent__close:hover{background:rgba(255,255,255,.18)}
.cookie-consent__copy{min-width:0;padding-right:30px}.cookie-consent__copy strong{display:block;margin-bottom:4px;font-size:1rem;line-height:1.3}.cookie-consent__copy p{margin:0;color:rgba(255,255,255,.84);font-size:.8rem;line-height:1.48}.cookie-consent__copy a{display:inline-block;margin-top:6px;color:#fff;font-size:.74rem;text-underline-offset:3px}
.cookie-consent__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.cookie-consent__actions button{min-height:40px;padding:8px 12px;border:1px solid rgba(255,255,255,.65);border-radius:999px;background:transparent;color:#fff;font:800 .66rem/1.2 Manrope,Arial,sans-serif;letter-spacing:.06em;cursor:pointer}.cookie-consent__actions [data-cookie-accept]{border-color:#0b718a;background:#0b718a;color:#fff}.cookie-consent__actions button:hover{border-color:#fff}.cookie-consent__actions [data-cookie-accept]:hover{background:#0f8aa8;border-color:#0f8aa8}.cookie-consent :focus-visible{outline:3px solid #0b718a;outline-offset:3px}
@media(max-width:680px){.cookie-consent{right:12px;bottom:76px;padding:16px}.cookie-consent__copy strong{font-size:.94rem}.cookie-consent__copy p{font-size:.76rem}.cookie-consent__actions button{min-height:38px;padding-inline:8px}}
@media(prefers-reduced-motion:reduce){.cookie-consent{transition:none}}
