.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1a1a1a;border-top:3px solid #ff914d;padding:20px 24px;animation:cookieSlideUp .4s ease-out}@keyframes cookieSlideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-banner-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.cookie-text p{color:#e0e0e0;font-size:14px;line-height:1.6;margin:0}.cookie-text a{color:#ff914d;text-decoration:underline;font-weight:500}.cookie-text a:hover{color:#ffb380}.cookie-actions{display:flex;gap:10px;flex-shrink:0}.cookie-btn{padding:10px 22px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;border:none;transition:all .15s;white-space:nowrap}.cookie-btn-reject{background:transparent;color:#ccc;border:1px solid #555}.cookie-btn-reject:hover{background:#333;border-color:#888;color:#fff}.cookie-btn-accept{background:#ff914d;color:#fff}.cookie-btn-accept:hover{background:#e07a3a}@media (max-width:600px){.cookie-banner{padding:16px}.cookie-banner-inner{flex-direction:column;text-align:center;gap:16px}.cookie-actions{width:100%}.cookie-btn{flex:1 1}}