.cookie-consent{position:fixed;z-index:100000;inset:auto 12px 12px;display:flex;justify-content:center;font-family:Inter Tight,Arial,sans-serif;color:var(--text,#003)}
.cookie-consent[hidden]{display:none}
.cookie-consent__card{width:min(760px,100%);display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:12px;align-items:center;padding:11px 12px;border:1px solid var(--text-10,#0000331a);border-radius:14px;background:rgba(255,255,255,.97);box-shadow:0 12px 36px rgba(0,0,51,.14);backdrop-filter:blur(16px)}
.cookie-consent__icon{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;color:var(--white,#fff);background:var(--blue,#06f);box-shadow:0 7px 18px rgba(0,102,255,.2)}
.cookie-consent__title{font-weight:700;font-size:15px;line-height:1.2;margin:0 0 2px}
.cookie-consent__content p{margin:0;font-size:12px;line-height:1.35;color:var(--text-70,#000033b3)}
.cookie-consent__content a{color:var(--blue,#06f);text-decoration:underline;text-underline-offset:2px;white-space:nowrap}
.cookie-consent__actions{display:flex;gap:7px}
.cookie-consent__button{min-height:36px;border:1px solid var(--text-20,#0033);border-radius:8px;padding:7px 11px;background:var(--white,#fff);color:var(--text,#003);font:600 12px/1.2 inherit;white-space:nowrap;cursor:pointer;transition:.18s ease}
.cookie-consent__button:hover{border-color:var(--blue,#06f);color:var(--blue,#06f);background:var(--light-bg,#f5f7ff)}
.cookie-consent__button--primary{border-color:var(--blue,#06f);background:var(--blue,#06f);color:var(--white,#fff);box-shadow:0 7px 18px rgba(0,102,255,.2)}
.cookie-consent__button--primary:hover{border-color:var(--blue-lighter,#287eff);background:var(--blue-lighter,#287eff);color:var(--white,#fff)}
.footer-p.footer-legal-links{max-width:none;display:flex;align-items:center;gap:.3rem;margin-bottom:1rem;font-size:.75rem;line-height:1.5;white-space:nowrap;overflow-x:auto;scrollbar-width:none}
.footer-p.footer-legal-links::-webkit-scrollbar{display:none}
.footer-legal-links__separator{color:var(--text-30,#0000334d);flex:none}
@media(max-width:680px){.cookie-consent{inset:auto 8px 8px}.cookie-consent__card{grid-template-columns:32px minmax(0,1fr);gap:9px;padding:10px;border-radius:14px}.cookie-consent__icon{width:32px;height:32px;border-radius:10px}.cookie-consent__icon svg{width:20px;height:20px}.cookie-consent__actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.cookie-consent__button{width:100%}.cookie-consent__title{font-size:14px}.cookie-consent__content p{font-size:11.5px}}
@media(prefers-reduced-motion:no-preference){.cookie-consent:not([hidden]) .cookie-consent__card{animation:cookie-rise .28s ease-out}@keyframes cookie-rise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}}
