.cookie-banner{color:#fff;z-index:9999;background:linear-gradient(135deg,#1a1a1a 0%,#2a2a2a 100%);border-top:2px solid #eeff42;padding:24px 20px;animation:.4s ease-out slideUp;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px rgba(0,0,0,.3)}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.cookie-banner-content{flex-wrap:wrap;align-items:center;gap:24px;max-width:1200px;margin:0 auto;display:flex}.cookie-banner-text{flex:1;min-width:280px}.cookie-banner-title{font-size:16px;font-weight:600;font-family:var(--font-sans-custom);margin:0 0 8px}.cookie-banner-description{color:#e0e0e0;font-size:14px;line-height:1.6;font-family:var(--font-sans-custom);margin:0}.cookie-banner-link{color:#eeff42;text-decoration:underline;transition:color .2s}.cookie-banner-link:hover{color:#fff}.cookie-banner-buttons{flex-wrap:wrap;gap:12px;display:flex}.cookie-btn{cursor:pointer;font-size:14px;font-weight:600;font-family:var(--font-sans-custom);white-space:nowrap;border:none;border-radius:6px;padding:12px 28px;transition:all .3s}.cookie-btn-accept{color:#000;background-color:#eeff42;box-shadow:0 2px 8px rgba(238,255,66,.3)}.cookie-btn-accept:hover{background-color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(238,255,66,.4)}.cookie-btn-reject{color:#fff;background-color:transparent;border:2px solid #fff}.cookie-btn-reject:hover{background-color:rgba(255,255,255,.1);transform:translateY(-2px)}@media (max-width:768px){.cookie-banner{padding:20px 16px}.cookie-banner-content{flex-direction:column;align-items:stretch;gap:16px}.cookie-banner-buttons{flex-direction:column;gap:10px}.cookie-btn{width:100%;padding:14px 24px}}
