.consent-banner{animation:slideUp .3s ease-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0d1116f2;border-top:1px solid #ffffff1a;bottom:0;left:0;padding:20px;position:fixed;right:0;z-index:9999}.consent-banner .consent-content{align-items:center;display:flex;gap:24px;justify-content:space-between;margin:0 auto;max-width:1200px}.consent-banner .consent-text{flex:1 1}.consent-banner .consent-text h3{color:#fff;font-size:1.1rem;font-weight:600;margin:0 0 8px}.consent-banner .consent-text p{color:#94a3b8;font-size:.9rem;line-height:1.4;margin:0}.consent-banner .consent-buttons{display:flex;flex-shrink:0;gap:12px}.consent-banner .consent-btn{border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;padding:10px 20px;transition:all .2s ease}.consent-banner .consent-btn.accept{background:linear-gradient(135deg,#5000ca,#6a00f4);color:#fff}.consent-banner .consent-btn.accept:hover{background:linear-gradient(135deg,#3d0099,#5000ca);transform:translateY(-1px)}.consent-banner .consent-btn.decline{background:#ffffff1a;border:1px solid #fff3;color:#fff}.consent-banner .consent-btn.decline:hover{background:#fff3;border-color:#ffffff4d}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.consent-banner{padding:16px}.consent-banner .consent-content{flex-direction:column;gap:16px;text-align:center}.consent-banner .consent-buttons{justify-content:center;width:100%}.consent-banner .consent-btn{flex:1 1;max-width:120px}}
/*# sourceMappingURL=100.28e126ce.chunk.css.map*/