.cookie-consent{position:fixed;left:0;right:0;bottom:0;z-index:9999;padding:12px;background:rgba(0,0,0,.92);color:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
.cookie-consent__inner{max-width:1100px;margin:0 auto;display:flex;gap:16px;align-items:center;justify-content:space-between;flex-wrap:wrap}
.cookie-consent__text{font-size:14px;line-height:1.35}
.cookie-consent__actions{display:flex;gap:10px}
.cookie-consent__btn{border:0;border-radius:6px;padding:10px 14px;font-size:14px;cursor:pointer}
.cookie-consent__btn--secondary{background:#444;color:#fff}
.cookie-consent__btn:not(.cookie-consent__btn--secondary){background:#fff;color:#000}
.cookie-consent__link{color:#9bd1ff;text-decoration:underline}
@media (max-width:600px){.cookie-consent__actions{width:100%}.cookie-consent__btn{flex:1}}