.cookie-consent-overlay{position:fixed;bottom:1.25rem;left:1.5rem;right:1.5rem;z-index:50;animation:slideUp .4s ease-out;width:fit-content;margin:auto}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-consent-banner{background:rgba(255,255,255,.75);border-radius:20px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:1.5rem;display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;justify-content:space-between;max-width:710px;margin:0 auto}.cookie-consent-content{flex:1;min-width:300px}.cookie-consent-actions{display:flex;gap:.75rem;flex-wrap:wrap}.cookie-consent-btn{padding:.625rem 1.5rem;border:none;border-radius:50px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:160px}.cookie-consent-btn-accept{background:var(--neon-blue);color:white}.cookie-consent-btn-accept:hover{background:var(--neon-blue);transform:translateY(-1px);box-shadow:0 4px 6px -1px rgba(37,99,235,.3)}.cookie-consent-btn-decline{background:transparent;color:var(--neon-blue);border:1px solid var(--neon-blue)}@media (max-width:768px){.cookie-consent-overlay{bottom:10px}.cookie-consent-banner{flex-direction:column;align-items:stretch;padding:1rem;gap:1rem}.cookie-consent-content{min-width:100%}.cookie-consent-actions{width:100%;flex-direction:column}.cookie-consent-btn{width:100%;min-width:auto;padding:.65rem}}@media (width >= 1280px){.cookie-consent-overlay{left:2rem;right:2rem}}@media (width >= 1440px){.cookie-consent-overlay{left:3rem;right:3rem}}