:root{--consent-ink:#123656;--consent-blue:#0866a9;--consent-yellow:#ffcc35;--consent-paper:#fffefa}
.cookie-consent{position:fixed;z-index:9999;left:18px;right:18px;bottom:18px;max-width:760px;margin:0 auto;padding:20px 22px;border:1px solid #cfe0ea;border-radius:20px;background:rgba(255,254,250,.98);box-shadow:0 22px 70px rgba(18,54,86,.25);color:var(--consent-ink);font-family:Nunito,system-ui,sans-serif;backdrop-filter:blur(12px)}
.cookie-consent[hidden]{display:none}.cookie-consent__inner{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center}.cookie-consent h2{margin:0 0 5px;font-size:19px;line-height:1.25}.cookie-consent p{margin:0;font-size:14px;line-height:1.55;color:#4e6777}.cookie-consent a{color:var(--consent-blue);font-weight:900}.cookie-consent__actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.cookie-consent button,.cookie-settings-button{min-height:44px;border:1px solid var(--consent-blue);border-radius:999px;padding:10px 16px;font:900 13px/1 Nunito,system-ui,sans-serif;cursor:pointer}.cookie-consent__reject{background:#fff;color:var(--consent-blue)}.cookie-consent__accept{background:var(--consent-blue);color:#fff}.cookie-consent button:focus-visible,.cookie-settings-button:focus-visible{outline:3px solid var(--consent-yellow);outline-offset:3px}.cookie-settings-button{min-height:auto;padding:0;border:0;border-radius:0;background:transparent;color:inherit;font:inherit;text-decoration:underline;text-underline-offset:3px}.footer-legal-links{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.footer-legal-links a,.footer-legal-links button{white-space:nowrap}@media(max-width:700px){.cookie-consent{left:10px;right:10px;bottom:10px;padding:18px}.cookie-consent__inner{grid-template-columns:1fr}.cookie-consent__actions{justify-content:stretch}.cookie-consent button{flex:1}.footer-legal-links{gap:10px}}
