.cookie-floating-button{position:fixed;bottom:25px;left:25px;background-color:#ffc107;color:#000;border:none;border-radius:50%;width:50px;height:50px;font-size:22px;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.2);z-index:9999;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.cookie-floating-button:hover{background-color:#e0a800}.cookie-panel{position:fixed;bottom:0;left:0;right:0;background-color:#2b2b2b;color:#fff;padding:25px 15px;z-index:10000;display:flex;justify-content:center;box-shadow:0 -2px 10px rgba(0,0,0,.3);animation:slideUp .4s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-panel-content{max-width:700px;text-align:center}.cookie-panel-title{font-size:20px;margin-bottom:12px;font-weight:700;display:flex;align-items:center;justify-content:center;color:#ffc107}.cookie-panel-text{font-size:15px;margin-bottom:18px;color:#ccc;line-height:1.6}.cookie-panel-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}.cookie-btn{padding:10px 20px;font-size:15px;font-weight:700;border:none;border-radius:5px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .3s ease}.cookie-btn.accept{background-color:#28a745;color:white}.cookie-btn.accept:hover{background-color:#218838}.cookie-btn.refuse{background-color:#dc3545;color:white}.cookie-btn.refuse:hover{background-color:#c82333}.cookie-btn.minimal{background-color:transparent;color:#ccc;text-decoration:underline}.cookie-btn.minimal:hover{color:#fff}@media screen and (max-width:600px){.cookie-floating-button{bottom:15px;left:15px;width:45px;height:45px;font-size:20px}.cookie-panel{padding:20px 10px}.cookie-panel-content{max-width:100%}.cookie-panel-title{font-size:18px;flex-direction:column;gap:6px}.cookie-panel-text{font-size:14px;margin-bottom:16px}.cookie-panel-actions{flex-direction:column;gap:8px}.cookie-btn{width:100%;justify-content:center;padding:10px;font-size:14px}}