.cookie-consent-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;padding:1rem 1.5rem;background:rgba(9,13,22,.96);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-top:1px solid rgba(255,255,255,.12);box-shadow:0 -8px 32px rgba(0,0,0,.4);animation:cookieSlideUp .4s cubic-bezier(.16,1,.3,1)}@keyframes cookieSlideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-consent-content{max-width:1240px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.cookie-consent-text{flex:1 1 500px}.cookie-consent-text p{color:#e2e8f0;font-size:.875rem;line-height:1.5;margin:0 0 .25rem}.cookie-consent-subtext{color:#94a3b8!important;font-size:.8rem!important;margin:0!important}.cookie-consent-link{color:#38bdf8;text-decoration:underline;transition:color .2s ease}.cookie-consent-link:hover{color:#7dd3fc}.cookie-consent-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.cookie-consent-btn{padding:.65rem 1.4rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;border:none;transition:all .2s ease;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center}.cookie-consent-btn-decline{background:transparent;color:#94a3b8;border:1px solid rgba(148,163,184,.35)}.cookie-consent-btn-decline:hover{background:rgba(148,163,184,.12);color:#f1f5f9;border-color:rgba(148,163,184,.55)}.cookie-consent-btn-accept{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#ffffff;box-shadow:0 2px 10px rgba(2,132,199,.35)}.cookie-consent-btn-accept:hover{background:linear-gradient(135deg,#38bdf8,#0ea5e9);box-shadow:0 4px 14px rgba(2,132,199,.45);transform:translateY(-1px)}@media (max-width:640px){.cookie-consent-banner{padding:1rem}.cookie-consent-content{flex-direction:column;text-align:left;gap:1rem}.cookie-consent-actions{width:100%;justify-content:stretch}.cookie-consent-btn{flex:1}}