.cookie-consent{position:fixed;bottom:0;left:0;right:0;background:rgba(0,0,0,.95);color:#fff;z-index:9999;padding:20px;box-shadow:0 -2px 10px rgba(0,0,0,.3);font-family:Arial,sans-serif;font-size:14px;line-height:1.5}.cookie-content{max-width:1200px;margin:0 auto;display:flex;align-items:flex-start;gap:15px}.cookie-icon{font-size:24px;flex-shrink:0;margin-top:5px}.cookie-text{flex:1}.cookie-text p{margin:0 0 10px}.cookie-text p:last-child{margin-bottom:0}.cookie-text a{color:#4a9eff;text-decoration:underline}.cookie-text a:hover{color:#6bb6ff}.cookie-actions{display:flex;flex-direction:column;gap:10px;flex-shrink:0}.cookie-btn{padding:10px 20px;border:none;cursor:pointer;font-size:14px;border-radius:4px;font-weight:700;transition:background-color .3s ease}.cookie-btn.accept{background:#4a9eff;color:#fff}.cookie-btn.accept:hover{background:#3a8eef}.cookie-btn.close{background:0 0;color:#fff;border:1px solid #666;font-size:18px;padding:5px 12px;min-width:auto}.cookie-btn.close:hover{background:#333}@media(max-width:768px){.cookie-content{flex-direction:column;gap:15px}.cookie-actions{flex-direction:row;justify-content:space-between;align-items:center}.cookie-consent{font-size:13px}}