.cookie-consent{position:fixed;left:16px;right:16px;bottom:16px;z-index:120;display:none;max-width:980px;margin:0 auto;background:#fffef7;color:#0b1f3a;border:2px solid rgba(37,99,235,.28);border-left:6px solid #ed1b24;border-radius:18px;box-shadow:0 28px 80px rgba(6,27,49,.34),0 0 0 1px rgba(255,255,255,.9) inset;padding:18px}.cookie-consent.is-visible{display:block}.cookie-consent__inner{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center}.cookie-consent h2{margin:0 0 6px;font-size:19px;line-height:1.2;color:#061b31}.cookie-consent p{margin:0;color:#334155;font-size:15px;line-height:1.45}.cookie-consent a{color:#1747b8;text-decoration:underline;text-underline-offset:3px;font-weight:800}.cookie-consent__actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.cookie-consent button{appearance:none;border:1px solid #bfd1e6;border-radius:10px;padding:11px 14px;font-weight:800;cursor:pointer;font:inherit;line-height:1.1}.cookie-consent__accept{background:linear-gradient(135deg,#2563eb,#1747b8);color:#fff;border-color:#1747b8}.cookie-consent__necessary,.cookie-consent__reject{background:#fff;color:#061b31}.cookie-consent__necessary:hover,.cookie-consent__reject:hover{background:#f4f8ff}.cookie-consent__accept:hover{filter:brightness(1.05)}@media (max-width:760px){.cookie-consent{left:10px;right:10px;bottom:88px;max-height:34vh;overflow:auto;padding:10px;border-radius:14px}.cookie-consent__inner{grid-template-columns:1fr;gap:8px}.cookie-consent h2{font-size:16px;margin:0 0 4px}.cookie-consent p{font-size:12.5px;line-height:1.28}.cookie-consent__actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.cookie-consent button{padding:8px 5px;border-radius:9px;font-size:12.5px}}@media (max-width:360px){.cookie-consent__actions{grid-template-columns:1fr}.cookie-consent{max-height:40vh}.cookie-consent button{font-size:13px}}

/* mobile callbar clearance */
@media (max-width:640px){.cookie-consent{bottom:calc(94px + env(safe-area-inset-bottom));max-height:24vh}}
