.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#fff,#f4f4f4);box-shadow:0 -5px 40px #0003;z-index:10000;transform:translateY(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);border-top:3px solid #B3292D}.cookie-banner.show{transform:translateY(0)}.cookie-content{max-width:1200px;margin:0 auto;padding:20px}.cookie-header{display:flex;align-items:center;gap:15px;margin-bottom:10px}.cookie-header h3{color:#1a1a1a;font-size:1.25rem;margin:0;font-weight:700;font-family:Montserrat,sans-serif}.cookie-text{color:#4a4a4a;line-height:1.5;margin-bottom:15px;font-size:.9rem}.cookie-details{background:#fff;border-radius:8px;padding:15px;margin:15px 0;border:1px solid #e5e7eb}.cookie-category{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #e5e7eb}.cookie-category:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.cookie-category-header{display:flex;align-items:flex-start;gap:12px}.cookie-category h4{color:#1a1a1a;font-size:.9rem;margin:0 0 3px;font-weight:600}.cookie-category p{color:#666;font-size:.8rem;margin:0;line-height:1.3}.cookie-switch{position:relative;display:inline-block;width:40px;height:20px;flex-shrink:0}.cookie-switch input{opacity:0;width:0;height:0}.cookie-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#d1d5db;transition:.3s;border-radius:20px}.cookie-slider:before{position:absolute;content:"";height:14px;width:14px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.cookie-switch input:checked+.cookie-slider{background:#b3292d}.cookie-switch input:checked+.cookie-slider:before{transform:translate(20px)}.cookie-switch input:disabled+.cookie-slider{background:#1a1a1a;cursor:not-allowed;opacity:.5}.cookie-buttons{display:flex;gap:10px;flex-wrap:wrap;margin-top:15px}.cookie-btn{flex:1;min-width:120px;padding:10px 15px;border:none;border-radius:2px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.1em}.cookie-btn-accept{background:#b3292d;color:#fff}.cookie-btn-accept:hover{background:#8e1f23}.cookie-btn-config{background:transparent;color:#1a1a1a;border:1px solid #1a1a1a}.cookie-btn-config:hover{background:#1a1a1a;color:#fff}.cookie-btn-reject{background:#e5e7eb;color:#4a4a4a;border:1px solid #d1d5db}.cookie-btn-reject:hover{background:#d1d5db}.cookie-footer{margin-top:10px;padding-top:10px;border-top:1px solid #e5e7eb;display:flex;gap:15px;justify-content:center}.cookie-link{color:#b3292d;text-decoration:none;font-size:.75rem;font-weight:600}.cookie-link:hover{text-decoration:underline}.cookie-config-btn{position:fixed;bottom:20px;left:20px;width:50px;height:50px;border-radius:50%;background:#b3292d;color:#fff;border:none;font-size:1.2rem;cursor:pointer;box-shadow:0 5px 20px #b3292d66;z-index:9999;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.cookie-config-btn:hover{transform:scale(1.1);background:#8e1f23}
