.cookie-consent{position:fixed;z-index:2147483000;right:18px;bottom:18px;left:18px;display:flex;align-items:center;justify-content:space-between;gap:24px;width:min(920px,calc(100% - 36px));margin-inline:auto;padding:18px 20px;color:#172033;background:rgba(255,255,255,.98);border:1px solid #d7e1f5;border-radius:18px;box-shadow:0 20px 70px rgba(21,42,88,.2);font:14px/1.5 Manrope,system-ui,-apple-system,"Segoe UI",sans-serif}
.cookie-consent__content{min-width:0}
.cookie-consent__title{display:block;margin-bottom:3px;font-size:16px}
.cookie-consent__text{margin:0;color:#5e6b82}
.cookie-consent__text a{color:#3168e8;text-underline-offset:3px}
.cookie-consent__actions{display:flex;flex:0 0 auto;gap:10px}
.cookie-consent__button{min-height:42px;padding:9px 15px;border:1px solid transparent;border-radius:11px;font:inherit;font-weight:700;cursor:pointer}
.cookie-consent__button:focus-visible{outline:3px solid rgba(49,104,232,.28);outline-offset:2px}
.cookie-consent__button--secondary{color:#25334d;background:#f2f5fa;border-color:#dce3ef}
.cookie-consent__button--primary{color:#fff;background:#3168e8}
.cookie-consent__button:hover{filter:brightness(.97)}
html.theme-dark .cookie-consent{color:#eef3fb;background:rgba(18,27,42,.98);border-color:#2a3a51;box-shadow:0 20px 70px rgba(0,0,0,.42)}
html.theme-dark .cookie-consent__text{color:#aebacd}
html.theme-dark .cookie-consent__text a{color:#7ea2ff}
html.theme-dark .cookie-consent__button--secondary{color:#e7edf6;background:#1b2738;border-color:#2a3a51}
@media(max-width:700px){.cookie-consent{right:10px;bottom:10px;left:10px;display:block;width:auto;padding:16px}.cookie-consent__actions{display:grid;grid-template-columns:1fr;margin-top:14px}.cookie-consent__button{width:100%}}
