.cookie-preferences { background:none; border:0; padding:0; color:inherit; font:inherit; text-decoration:underline; cursor:pointer; }
.consent-panel { position:fixed; z-index:10000; bottom:1rem; left:1rem; right:1rem; max-width:780px; margin:auto; padding:1.25rem; background:#fff; color:#172b40; border:1px solid #c7d3df; border-radius:12px; box-shadow:0 8px 40px #102a4340; font:15px/1.5 system-ui,sans-serif; max-height:85vh; overflow:auto; }
.consent-panel[hidden], .consent-options[hidden] { display:none; }
.consent-panel h2 { font:700 1.15rem/1.4 system-ui,sans-serif; margin:0 0 .5rem; }
.consent-panel p { margin:.5rem 0 1rem; }
.consent-panel a { color:#14577e; text-decoration:underline; }
.consent-actions { display:flex; flex-wrap:wrap; gap:.65rem; }
.consent-actions button { flex:1 1 130px; padding:.7rem 1rem; background:#eff5f9; border:1px solid #45708c; border-radius:6px; color:#173d56; font:600 .95rem system-ui,sans-serif; cursor:pointer; }
.consent-actions button:hover { background:#dceaf3; }
.consent-options { margin:1rem 0; }
.consent-options label { display:block; margin:.75rem 0; }
.consent-options input { width:1.1rem; height:1.1rem; vertical-align:middle; margin-right:.4rem; }
:focus-visible { outline:3px solid #2184b4; outline-offset:3px; }
@media(prefers-reduced-motion:reduce) { *, *::before, *::after { scroll-behavior:auto!important; animation-duration:.01ms!important; transition-duration:.01ms!important; } .fade-in { opacity:1!important; transform:none!important; } }
