.cookie-consent{--cookie-bg: #ffffff;--cookie-text: #100739;--cookie-btn-bg: #572eff;--cookie-btn-hover: #4520df;--cookie-btn-text: #ffffff;--cookie-border: #e5e7eb;position:fixed;bottom:0;left:0;right:0;background:var(--cookie-bg);border-top:1px solid var(--cookie-border);box-shadow:0 -4px 6px -1px #0000001a;z-index:9999}.cookie-consent__inner{max-width:1440px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.cookie-consent__text{flex:1;color:var(--cookie-text);font-size:14px;line-height:1.5;margin:0}.cookie-consent__btn{padding:8px 24px;background:var(--cookie-btn-bg);color:var(--cookie-btn-text);border:none;border-radius:40px;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;transition:background-color .2s}.cookie-consent__btn:hover{background:var(--cookie-btn-hover)}@media(max-width:640px){.cookie-consent__inner{flex-direction:column;align-items:stretch}.cookie-consent__btn{text-align:center}}
