:root{--cookie-banner-height:0px}
body.cookie-banner-open{padding-bottom:var(--cookie-banner-height)}
.cookie-banner[hidden],.cookie-dialog [hidden]{display:none!important}
.cookie-banner{position:fixed;z-index:70;right:0;bottom:0;left:0;border-top:1px solid #e5e7eb;background:#fff;color:#172033;box-shadow:0 -8px 28px rgba(23,32,51,.12)}
.cookie-banner__inner{display:flex;width:100%;max-width:1440px;margin:0 auto;padding:16px 24px;align-items:center;justify-content:space-between;gap:20px}
.cookie-banner p{max-width:780px;margin:0;font-size:13px;line-height:1.65;color:#5f6878}
.cookie-banner a,.cookie-dialog a{text-decoration:underline;text-underline-offset:2px;color:#c84f00}
.cookie-banner__actions,.cookie-dialog__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px}
.cookie-button{min-height:40px;padding:9px 16px;border:1px solid #cbd0d9;border-radius:999px;background:#fff;color:#172033;font:inherit;font-size:13px;font-weight:700;line-height:1.2;cursor:pointer}
.cookie-button:hover{border-color:#ff6a00;color:#b84700}
.cookie-button--primary{border-color:#e85f00;background:#e85f00;color:#fff}
.cookie-button--primary:hover{border-color:#c84f00;background:#c84f00;color:#fff}
.cookie-button:focus-visible,.footer-cookie-settings:focus-visible,.cookie-switch input:focus-visible{outline:3px solid rgba(255,106,0,.38);outline-offset:2px}
.cookie-dialog{width:min(680px,calc(100% - 32px));max-height:min(82vh,760px);margin:auto;padding:0;border:1px solid #dfe3e9;border-radius:18px;background:#fff;color:#172033;box-shadow:0 24px 70px rgba(23,32,51,.24)}
.cookie-dialog::backdrop{background:rgba(15,23,42,.48)}
.cookie-dialog__content{padding:26px;overflow:auto}
.cookie-dialog__header h2{margin:0;font-size:24px;line-height:1.25}
.cookie-dialog__header p{margin:8px 0 0;color:#697386;font-size:14px;line-height:1.6}
.cookie-dialog__notice{margin:18px 0 0;padding:12px 14px;border:1px solid #fed7aa;border-radius:10px;background:#fff7ed;color:#9a3f00;font-size:13px;line-height:1.55}
.cookie-category-list{display:grid;gap:12px;margin-top:20px}
.cookie-category{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px;border:1px solid #e4e7ec;border-radius:12px;background:#fafbfc}
.cookie-category h3{margin:0;font-size:15px}
.cookie-category p{margin:5px 0 0;color:#697386;font-size:12px;line-height:1.55}
.cookie-switch{display:flex;flex:0 0 auto;align-items:center;gap:9px;color:#4b5563;font-size:12px;font-weight:700}
.cookie-switch input{width:20px;height:20px;accent-color:#e85f00}
.cookie-switch--locked{color:#24734b}
.cookie-dialog__actions{margin-top:24px;padding-top:18px;border-top:1px solid #e5e7eb}
.footer-cookie-settings{padding:0;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}
.footer-cookie-settings:hover{text-decoration:underline;text-underline-offset:3px;color:#f97316}
@media(max-width:760px){.cookie-banner{max-height:65vh;overflow:auto}.cookie-banner__inner{padding:14px 16px;align-items:stretch;flex-direction:column;gap:12px}.cookie-banner__actions{display:grid;grid-template-columns:1fr;justify-content:stretch}.cookie-button{width:100%}.cookie-dialog{width:calc(100% - 20px);max-height:88vh}.cookie-dialog__content{padding:20px 16px}.cookie-category{align-items:flex-start}.cookie-dialog__actions{display:grid;grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.cookie-button{scroll-behavior:auto}}
