.cookie-consent{position:fixed;right:16px;bottom:16px;z-index:120;width:min(360px,calc(100vw - 32px));background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:14px;padding:14px;font-family:"Afacad",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial,sans-serif;color:#584f4c}
.cookie-consent[hidden],.cookie-modal[hidden]{display:none}
.cookie-consent__inner{display:grid;grid-template-columns:1fr;gap:12px}
.cookie-consent h2,.cookie-modal h2{margin:0 0 4px;font-size:18px;line-height:1.2;color:#4a403e}
.cookie-consent p,.cookie-modal p{margin:0;color:#6a5f5c;line-height:1.3}
.cookie-consent__links{display:flex;gap:12px;flex-wrap:wrap;margin-top:6px}
.cookie-consent a,.cookie-modal a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.cookie-consent__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.cookie-btn,.cookie-settings-link{font:inherit;border:1px solid rgba(0,0,0,.12);background:#fff;color:#584f4c;border-radius:999px;padding:.56rem .82rem;cursor:pointer;line-height:1}
.cookie-btn:hover{background:#F3D4CA}
.cookie-btn--primary{background:#F3D4CA;border-color:transparent;font-weight:600;box-shadow:0 6px 16px rgba(0,0,0,.08)}
.cookie-consent__actions .cookie-btn--primary{order:-1;grid-column:1/-1}
.cookie-settings-link{border:0;background:transparent;padding:0;text-decoration:underline;text-underline-offset:3px;color:inherit}
.cookie-settings-link:hover{background:transparent}
.site-footer{padding:36px 0 64px;text-align:center;color:#7b6f6b}
.site-footer a{color:inherit;text-decoration:underline}
.site-footer .cookie-settings-link{display:inline;color:inherit;vertical-align:baseline}
.cookie-modal{position:fixed;right:16px;bottom:16px;z-index:130;width:min(380px,calc(100vw - 32px));background:transparent;padding:0}
.cookie-modal__panel{max-height:calc(100dvh - 32px);overflow:auto;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:14px;padding:14px;color:#584f4c}
.cookie-category{display:grid;grid-template-columns:1fr auto;gap:9px;align-items:center;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:10px;margin-top:9px}
.cookie-category h3{margin:0 0 2px;font-size:16px;color:#4a403e}
.cookie-category small{color:#7b6f6b}
.cookie-switch{position:relative;display:inline-block;width:48px;height:28px}
.cookie-switch input{opacity:0;width:0;height:0}
.cookie-switch span{position:absolute;cursor:pointer;inset:0;background:#d7d1cd;border-radius:999px;transition:.2s}
.cookie-switch span:before{content:"";position:absolute;width:22px;height:22px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.2s;box-shadow:0 2px 6px rgba(0,0,0,.18)}
.cookie-switch input:checked+span{background:#F3D4CA}
.cookie-switch input:checked+span:before{transform:translateX(20px)}
.cookie-modal__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}
.cookie-modal__actions .cookie-btn--primary{grid-column:1/-1}
@media (max-width:520px){.cookie-consent,.cookie-modal{right:12px;bottom:12px;width:calc(100vw - 24px)}.cookie-category{grid-template-columns:1fr}.cookie-switch{justify-self:start}}
