.cookie-panel{position:fixed;z-index:1000;bottom:16px;left:50%;transform:translateX(-50%);width:min(440px,calc(100% - 24px));max-height:calc(100dvh - 40px);overflow:auto;padding:18px 20px;background:#fff;color:#24324a;border:1px solid #c5d4e8;border-radius:16px;box-shadow:0 12px 60px #18345830;font-size:16px;line-height:1.5}
.cookie-panel[hidden]{display:none}
.cookie-panel strong{font-size:18px}.cookie-panel p{font-size:16px;margin:6px 0 14px;color:#34435b}.cookie-panel a{color:#36589b;text-decoration:underline}
.cookie-actions{display:flex;flex-wrap:wrap;gap:10px}.cookie-actions button{flex:1;min-width:0;border:1px solid #36589b;border-radius:12px;padding:10px 14px;background:#36589b;color:#fff;font:inherit;font-weight:700;cursor:pointer}
.cookie-preferences{font:inherit;color:inherit;background:none;border:0;padding:8px 0;text-decoration:underline;cursor:pointer}
.cookie-actions button:focus-visible,.cookie-preferences:focus-visible{outline:3px solid #0e8dc5;outline-offset:4px}
@media(max-width:480px){.cookie-panel{bottom:12px;padding:16px}}
