.cookie-consent{position:fixed;left:0;right:0;bottom:0;z-index:1000;background:#102321;color:#fff;padding:20px;box-shadow:0 -8px 30px rgba(0,0,0,.18)}
.cookie-consent[hidden]{display:none}
.cookie-consent-inner{width:min(1160px,100%);margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:20px;justify-content:space-between}
.cookie-consent-text{flex:1 1 420px;min-width:0}
.cookie-consent-text h2{font-size:1rem;font-weight:700;margin:0 0 6px;color:#fff}
.cookie-consent-text>p{font-size:.82rem;line-height:1.55;color:#c3d1cb;margin:0;max-width:640px}
.cookie-consent-settings{margin-top:16px;display:flex;flex-direction:column;gap:12px;border-top:1px solid #2a3934;padding-top:14px}
.cookie-consent-settings[hidden]{display:none}
.cookie-consent-category{font-size:.8rem}
.cookie-consent-category-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.cookie-consent-category-head strong{color:#fff;font-size:.82rem}
.cookie-consent-category-head>span{color:#8fa89c;font-size:.72rem}
.cookie-consent-category>p{color:#8fa89c;margin:4px 0 0;font-size:.76rem;line-height:1.5}
.cookie-consent-toggle{display:inline-flex;align-items:center;gap:7px;color:#78CDB1;font-size:.78rem;font-weight:600;cursor:pointer}
.cookie-consent-toggle input{width:16px;height:16px;accent-color:#78CDB1;cursor:pointer}
.cookie-consent-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;flex:none}
.cookie-consent-button{border:0;border-radius:999px;padding:12px 18px;font-size:.82rem;font-weight:600;cursor:pointer;white-space:nowrap}
.cookie-consent-button-primary{background:#78CDB1;color:#102321}
.cookie-consent-button-primary:hover{background:#9adcc4}
.cookie-consent-button-outline{background:transparent;color:#fff;border:1px solid #435751}
.cookie-consent-button-outline:hover{border-color:#78CDB1;color:#78CDB1}
.cookie-consent-button-text{background:transparent;color:#c3d1cb;text-decoration:underline;padding:12px 6px}
.cookie-consent-button-text:hover{color:#fff}
.cookie-consent-button:focus-visible,.cookie-consent-toggle input:focus-visible{outline:3px solid #78CDB1;outline-offset:3px}
@media(max-width:700px){.cookie-consent-inner{flex-direction:column;align-items:stretch}.cookie-consent-actions{justify-content:flex-start}}
