.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:99997;background:rgba(13,17,23,0.98);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,0.1);padding:20px 24px;padding-bottom:calc(20px + env(safe-area-inset-bottom,0));transform:translateY(100%);transition:transform 400ms cubic-bezier(0.16,1,0.3,1);}
.cookie-banner.show{transform:translateY(0);}
.cookie-banner-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:20px;flex-wrap:wrap;}
.cookie-text{flex:1;min-width:280px;}
.cookie-text h3{font-size:16px;font-weight:700;margin-bottom:4px;color:#fff;}
.cookie-text p{font-size:13px;color:rgba(255,255,255,0.7);line-height:1.5;}
.cookie-text a{color:#f97316;text-decoration:none;font-weight:600;}
.cookie-buttons{display:flex;gap:10px;flex-wrap:wrap;}
.cookie-btn{padding:12px 22px;border-radius:10px;font-size:14px;font-weight:600;border:none;cursor:pointer;font-family:inherit;}
.cookie-btn.deny{background:rgba(255,255,255,0.08);color:rgba(255,255,255,0.85);}
.cookie-btn.accept{background:linear-gradient(135deg,#f97316,#ec4899);color:#fff;}
@media(max-width:600px){.cookie-banner-inner{flex-direction:column;align-items:stretch;}.cookie-buttons{justify-content:stretch;}.cookie-btn{flex:1;}}