 .cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#0b3b49;color:white;padding:20px;box-shadow:0 -2px 20px rgba(0,0,0,.2);z-index:10000;transform:translateY(100%);opacity:0;transition:all .4s cubic-bezier(.68,-.55,.265,1.55)}.cookie-banner.show{transform:translateY(0);opacity:1}.cookie-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.cookie-text{flex:1;min-width:300px}.cookie-text h3{margin-bottom:8px;font-size:18px;font-weight:600}.cookie-text p{opacity:.9;margin-bottom:10px}.cookie-buttons{display:flex;gap:12px;flex-wrap:wrap}.btn{padding:12px 24px;border:none;border-radius:25px;cursor:pointer;font-weight:600;transition:all .3s ease;font-size:14px;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background:#4CAF50;color:white}.btn-primary:hover{background:#45a049;transform:translateY(-2px);box-shadow:0 4px 12px rgba(76,175,80,.3)}.btn-secondary{background:rgba(255,255,255,.2);color:white;border:2px solid rgba(255,255,255,.3)}.btn-secondary:hover{background:rgba(255,255,255,.3);border-color:rgba(255,255,255,.5)}.btn-settings{background:transparent;color:white;border:2px solid rgba(255,255,255,.5)}.btn-settings:hover{background:rgba(255,255,255,.1)}.cookie-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);z-index:10001;display:none;align-items:center;justify-content:center;padding:20px}.cookie-modal.show{display:flex}.modal-content{background:white;border-radius:15px;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{from{transform:scale(.9) translateY(-20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.modal-header{padding:25px 25px 15px;border-bottom:1px solid #eee}.modal-header h2{color:#333;margin-bottom:10px}.modal-body{padding:25px}.cookie-category{margin-bottom:25px;padding:20px;border:1px solid #e0e0e0;border-radius:10px;background:#fafafa}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.category-title{font-weight:600;color:#333;font-size:16px}.toggle-switch{position:relative;width:50px;height:24px;background:#ccc;border-radius:12px;cursor:pointer;transition:background .3s}.toggle-switch.active{background:#4CAF50}.toggle-switch.disabled{background:#666;cursor:not-allowed}.toggle-slider{position:absolute;top:2px;left:2px;width:20px;height:20px;background:white;border-radius:50%;transition:transform .3s;box-shadow:0 2px 4px rgba(0,0,0,.2)}.toggle-switch.active .toggle-slider{transform:translateX(26px)}.category-description{color:#666;font-size:14px;line-height:1.5}.modal-footer{padding:20px 25px;border-top:1px solid #eee;display:flex;gap:15px;justify-content:flex-end}.cookie-status{position:fixed;top:20px;right:20px;background:white;padding:15px;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.1);z-index:1000;display:none}.cookie-status.show{display:block}.status-item{display:flex;justify-content:space-between;margin-bottom:5px;font-size:14px}.status-indicator{width:12px;height:12px;border-radius:50%;margin-left:10px}.status-indicator.active{background:#4CAF50}.status-indicator.inactive{background:#ccc}@media (max-width:768px){.cookie-content{flex-direction:column;align-items:stretch}.cookie-text{min-width:auto;text-align:center}.cookie-buttons{justify-content:center}.modal-content{margin:10px;max-height:90vh}.modal-footer{flex-direction:column}}