#cookie-consent-banner{position:fixed;bottom:0;left:0;right:0;background:#fff;box-shadow:0 -4px 20px #00000026;padding:1.5rem;z-index:9999;display:none}#cookie-consent-banner.show{display:block;animation:slideUp .3s ease-in-out}.cookie-banner-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.cookie-banner-text{flex:1;min-width:300px}.cookie-banner-text h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:#111827}.cookie-banner-text p{margin:0;font-size:.875rem;color:#6b7280;line-height:1.5}.cookie-banner-text a{color:#2563eb;text-decoration:none}.cookie-banner-text a:hover{text-decoration:underline}.cookie-banner-actions{display:flex;gap:.75rem;flex-wrap:wrap}.cookie-btn{padding:.625rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;border:none;transition:all .2s;white-space:nowrap}.cookie-btn-primary{background:#2563eb;color:#fff}.cookie-btn-primary:hover{background:#1d4ed8}.cookie-btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #D1D5DB}.cookie-btn-secondary:hover{background:#e5e7eb}.cookie-btn-text{background:transparent;color:#6b7280;padding:.625rem .75rem}.cookie-btn-text:hover{color:#374151;background:#f9fafb}#cookie-preferences-modal{position:fixed;inset:0;background:#00000080;align-items:center;justify-content:center;z-index:10000;padding:1rem;display:none}#cookie-preferences-modal.show{display:flex;animation:fadeIn .3s ease-in-out}.cookie-modal-content{background:#fff;border-radius:1rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.cookie-modal-header{padding:1.5rem;border-bottom:1px solid #E5E7EB;display:flex;justify-content:space-between;align-items:center}.cookie-modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.cookie-modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;line-height:1;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:background .2s}.cookie-modal-close:hover{background:#f3f4f6;color:#374151}.cookie-modal-body{padding:1.5rem}.cookie-category{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #E5E7EB}.cookie-category:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.cookie-category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.cookie-category-header h3{margin:0;font-size:1rem;font-weight:600;color:#111827}.cookie-category-description{font-size:.875rem;color:#6b7280;line-height:1.5;margin:0}.cookie-toggle{position:relative;display:inline-block;width:44px;height:24px}.cookie-toggle input{opacity:0;width:0;height:0}.cookie-toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#d1d5db;transition:.3s;border-radius:24px}.cookie-toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.cookie-toggle input:checked+.cookie-toggle-slider{background-color:#2563eb}.cookie-toggle input:checked+.cookie-toggle-slider:before{transform:translate(20px)}.cookie-toggle input:disabled+.cookie-toggle-slider{opacity:.5;cursor:not-allowed}.cookie-toggle-always-on{font-size:.75rem;color:#6b7280;font-weight:500}.cookie-modal-footer{padding:1.5rem;border-top:1px solid #E5E7EB;display:flex;justify-content:flex-end;gap:.75rem}@media (max-width: 768px){#cookie-consent-banner{padding:1rem}.cookie-banner-content{gap:1rem}.cookie-banner-text{min-width:100%}.cookie-banner-actions{width:100%}.cookie-btn{flex:1;text-align:center}.cookie-modal-content{margin:1rem}.cookie-modal-header,.cookie-modal-body,.cookie-modal-footer{padding:1rem}.cookie-modal-footer{flex-direction:column}.cookie-modal-footer .cookie-btn{width:100%}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
