.cookie-banner{position:fixed;bottom:0;left:0;width:100%;z-index:9999;background:#fff;border-top:1px solid #e5e5e5;box-shadow:0 -2px 10px rgba(0,0,0,.08);display:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;animation:cookieSlideUp .3s ease}@keyframes cookieSlideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 24px}.cookie-content{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.cookie-icon{font-size:16px;line-height:1;flex-shrink:0}.cookie-text{min-width:0}.cookie-text p{margin:0;font-size:12px;line-height:1.5;color:#3d3d3d}.cookie-text a{color:#007185;text-decoration:none;font-size:12px;white-space:nowrap}.cookie-text a:hover{text-decoration:underline}.cookie-actions{display:flex;gap:8px;flex-shrink:0}.cookie-btn{font-size:12px;font-weight:600;border:0;cursor:pointer;transition:background .15s ease,box-shadow .15s ease;white-space:nowrap}.cookie-btn-primary{background:#fb9902;color:#fff;padding:8px 18px;border-radius:20px}.cookie-btn-primary:hover{background:#e88b00;box-shadow:0 2px 6px rgba(251,153,2,.3)}.cookie-btn-secondary{background:transparent;color:#333;padding:8px 14px;border:1px solid #ccc;border-radius:20px}.cookie-btn-secondary:hover{background:#f7f7f7;border-color:#999}@media(max-width:768px){.cookie-container{flex-direction:column;align-items:stretch;padding:12px 14px;gap:12px}.cookie-content{align-items:flex-start}.cookie-text p{font-size:11px}.cookie-text a{font-size:11px}.cookie-actions{width:100%;flex-direction:row;justify-content:space-between}.cookie-btn{flex:1;padding:9px 12px;font-size:11px}.cookie-btn-secondary{flex:0 0 45%}}@media(max-width:380px){.cookie-actions{flex-direction:column;gap:8px}.cookie-btn{width:100%}}