#cookie-modal{position:fixed;bottom:20px;right:20px;width:300px;background:linear-gradient(135deg,#ff7a18,#af002d);color:white;padding:20px;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,0.2);z-index:10000;}#cookie-modal p{margin:0 0 15px;}#cookie-modal .buttons{display:flex;justify-content:space-between;}#cookie-modal button{background:rgba(255,255,255,0.1);border:none;color:white;padding:10px 15px;border-radius:4px;cursor:pointer;}#cookie-modal button:hover{background:rgba(255,255,255,0.2);}@media(min-width:768px){#cookie-modal{width:400px;}}