.cookie-banner{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%);z-index:9999;max-width:900px;width:calc(100% - 2rem);animation:slideUp .5s ease}@keyframes slideUp{0%{transform:translateX(-50%) translateY(100px);opacity:0}to{transform:translateX(-50%) translateY(0);opacity:1}}.cookie-banner-content{background:#fffffff2;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid #ffffff80;border-radius:20px;padding:1.75rem 2rem;box-shadow:0 8px 32px #00000026;display:flex;align-items:center;gap:1.5rem}.cookie-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#0000000d;border-radius:50%;color:#000}.cookie-text{flex:1 1;min-width:0}.cookie-title{font-size:1.125rem;font-weight:700;color:#000;margin-bottom:.5rem;letter-spacing:-.01em}.cookie-message{font-size:.875rem;line-height:1.5;color:#333;margin:0}.cookie-actions{display:flex;gap:.75rem;flex-shrink:0}.cookie-btn{padding:.75rem 1.5rem;border-radius:12px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;border:none;white-space:nowrap}.cookie-btn.accept{background:#000000e6;color:#fff;box-shadow:0 4px 16px #0003}.cookie-btn.accept:hover{background:#000;transform:translateY(-2px);box-shadow:0 6px 24px #0000004d}.cookie-btn.decline{background:#ffffffb3;color:#000;border:1px solid #0000001a;box-shadow:0 4px 16px #00000014}.cookie-btn.decline:hover{background:#ffffffe6;transform:translateY(-2px);box-shadow:0 6px 24px #0000001f}.cookie-link{color:#000;text-decoration:underline;font-weight:600;transition:opacity .3s ease}.cookie-link:hover{opacity:.7}.cookie-btn.preferences{background:#ffffffb3;color:#000;border:1px solid #0000001a;box-shadow:0 4px 16px #00000014}.cookie-btn.preferences:hover{background:#ffffffe6;transform:translateY(-2px);box-shadow:0 6px 24px #0000001f}.cookie-btn.secondary{background:#0000000d;color:#000;border:1px solid #0000001a}.cookie-btn.secondary:hover{background:#0000001a}.cookie-preferences{width:100%;max-height:70vh;overflow-y:auto}.cookie-subtitle{font-size:.875rem;color:#666;margin:.5rem 0 1.5rem;line-height:1.5}.cookie-categories{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem}.cookie-category{background:#00000005;border:1px solid #00000014;border-radius:12px;padding:1.25rem;transition:all .3s ease}.cookie-category:hover{background:#0000000a;border-color:#0000001f}.cookie-category-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:.75rem}.cookie-category-info{flex:1 1;display:flex;align-items:center;gap:.75rem}.cookie-category-info h4{font-size:1rem;font-weight:600;color:#000;margin:0}.cookie-badge{font-size:.65rem;padding:.25rem .625rem;border-radius:6px;text-transform:uppercase;letter-spacing:.5px;font-weight:700}.cookie-badge.required{background:#0000001a;color:#333}.cookie-category-description{font-size:.8125rem;line-height:1.5;color:#666;margin:0}.cookie-switch{position:relative;display:inline-block;width:50px;height:28px;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:#0003;transition:.3s;border-radius:28px}.cookie-slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 2px 4px #0003}input:checked+.cookie-slider{background:linear-gradient(135deg,#343a40f2,#495057f2)}input:focus+.cookie-slider{box-shadow:0 0 0 2px #0000001a}input:checked+.cookie-slider:before{transform:translateX(22px)}.cookie-slider.disabled{cursor:not-allowed;background:#00000026}input:disabled+.cookie-slider.disabled:before{background-color:#fffc}.preferences-actions{justify-content:flex-start}@media (max-width:768px){.cookie-banner{bottom:1rem;width:calc(100% - 1rem)}.cookie-banner-content{flex-direction:column;align-items:flex-start;padding:1.5rem;gap:1.25rem}.cookie-icon{width:40px;height:40px}.cookie-title{font-size:1rem}.cookie-message{font-size:.8125rem}.cookie-actions{width:100%;flex-direction:column;gap:.5rem}.cookie-btn{width:100%;justify-content:center;padding:.875rem 1.5rem}.cookie-preferences{max-height:60vh}.cookie-category{padding:1rem}.cookie-category-header{flex-direction:row;align-items:flex-start}.cookie-switch{width:44px;height:24px}.cookie-slider:before{height:18px;width:18px;left:3px;bottom:3px}input:checked+.cookie-slider:before{transform:translateX(20px)}}