*,:after,:before{box-sizing:border-box}body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-size:16px;color:#333;background-color:#faf8f3}a{color:#2563eb;text-decoration:none}a:hover{color:#1d4ed8;text-decoration:underline}h1,h2,h3,h4,h5,h6{margin:0 0 1rem;line-height:1.3;font-weight:600}h1{font-size:2.5rem;color:#1f2937}h2{font-size:2rem;color:#374151;margin-top:2rem}h3{font-size:1.5rem;color:#4b5563}ol,p,ul{margin:0 0 1rem}ol,ul{padding-left:2rem}li{margin-bottom:.5rem}.scrollable-content{max-height:70vh;overflow-y:auto;padding:2rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.scrollable-content::-webkit-scrollbar{width:8px}.scrollable-content::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.scrollable-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.scrollable-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background-color:#fff;border-top:2px solid #e5e7eb;box-shadow:0 -4px 6px -1px rgba(0,0,0,.1),0 -2px 4px -1px rgba(0,0,0,.06);z-index:9999;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-banner-content{max-width:1200px;margin:0 auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}@media (min-width:768px){.cookie-banner-content{flex-direction:row;align-items:center;justify-content:space-between}}.cookie-banner-text{flex:1 1}.cookie-banner-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.cookie-banner-description{font-size:.875rem;color:#4b5563;margin:0 0 .75rem;line-height:1.5}.cookie-banner-links{font-size:.75rem;margin:0}.cookie-banner-link{color:#2563eb;text-decoration:underline}.cookie-banner-link:hover{color:#1d4ed8}.cookie-banner-actions{display:flex;flex-direction:column;gap:.75rem;min-width:200px}@media (min-width:640px){.cookie-banner-actions{flex-direction:row}}.cookie-btn{padding:.75rem 1.5rem;border:none;border-radius:.375rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.cookie-btn:focus{outline:2px solid #2563eb;outline-offset:2px}.cookie-btn:disabled{opacity:.5;cursor:not-allowed}.cookie-btn-accept{background-color:#2563eb;color:#fff}.cookie-btn-accept:hover:not(:disabled){background-color:#1d4ed8}.cookie-btn-reject{background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db}.cookie-btn-reject:hover:not(:disabled){background-color:#e5e7eb}.cookie-btn-manage{background-color:transparent;color:#2563eb;border:1px solid #2563eb}.cookie-btn-manage:hover:not(:disabled){background-color:#eff6ff}.cookie-btn-save{background-color:#2563eb;color:#fff}.cookie-btn-save:hover:not(:disabled){background-color:#1d4ed8}.cookie-modal-overlay{position:fixed;inset:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cookie-modal{background-color:#fff;border-radius:.5rem;max-width:700px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);animation:scaleIn .2s ease-out}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.cookie-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.cookie-modal-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}.cookie-modal-close{background:none;border:none;cursor:pointer;padding:.5rem;color:#6b7280;transition:color .2s;border-radius:.25rem}.cookie-modal-close:hover{color:#374151;background-color:#f3f4f6}.cookie-modal-close:focus{outline:2px solid #2563eb;outline-offset:2px}.cookie-modal-body{flex:1 1;overflow-y:auto;padding:1.5rem}.cookie-modal-description{font-size:.875rem;color:#6b7280;margin:0 0 1.5rem;line-height:1.6}.cookie-categories{display:flex;flex-direction:column;gap:1rem}.cookie-category{border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;background-color:#f9fafb}.cookie-category-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.cookie-category-info{flex:1 1}.cookie-category-title{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.cookie-category-description{font-size:.875rem;color:#6b7280;margin:0;line-height:1.5}.cookie-modal-footer{display:flex;flex-wrap:wrap;gap:.75rem;padding:1.5rem;border-top:1px solid #e5e7eb;background-color:#f9fafb}.cookie-modal-footer .cookie-btn{flex:1 1;min-width:150px}.cookie-toggle{flex-shrink:0}.toggle-switch{position:relative;display:inline-block;width:52px;height:28px;cursor:pointer}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#d1d5db;transition:.3s;border-radius:28px}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.2)}.toggle-switch input:checked+.toggle-slider{background-color:#2563eb}.toggle-switch input:checked+.toggle-slider:before{transform:translateX(24px)}.toggle-switch input:focus+.toggle-slider{box-shadow:0 0 0 2px rgba(37,99,235,.5)}.toggle-disabled{opacity:.6;cursor:not-allowed!important}.toggle-disabled .toggle-slider{cursor:not-allowed;background-color:#9ca3af}@media (prefers-contrast:high){.cookie-banner,.cookie-btn,.cookie-modal{border:2px solid}}@media (prefers-reduced-motion:reduce){.cookie-banner,.cookie-modal,.cookie-modal-overlay{animation:none}.cookie-btn,.toggle-slider,.toggle-slider:before{transition:none}}.cookie-btn:focus-visible,.cookie-modal-close:focus-visible,.toggle-switch input:focus-visible+.toggle-slider{outline:2px solid #2563eb;outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media (max-width:640px){.cookie-banner-content{padding:1rem}.cookie-modal{margin:.5rem}.cookie-modal-body,.cookie-modal-footer,.cookie-modal-header{padding:1rem}.cookie-modal-footer .cookie-btn{width:100%}}