.cookie-consent-modal{display:none;position:fixed;right:-15px;bottom:0;top:0;z-index:999999;align-items:center;justify-content:center;pointer-events:none}.cookie-consent-container{pointer-events:auto}.cookie-consent-overlay{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(8px)}.cookie-consent-container{position:relative;width:90%;max-width:700px;max-height:85vh;background:#fff;border-radius:0;box-shadow:0 20px 60px #0000004d;overflow-y:auto;z-index:1000000;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.cookie-header{padding:2rem 2.5rem 1.5rem;border-bottom:2px solid #f0f0f0}.cookie-header h2{font-size:24px;font-weight:700;color:var(--djs-secondPink-color);margin:0 0 1rem;padding-right:40px}.cookie-intro{font-size:1rem;line-height:1.3;margin:0}.cookie-categories{padding:1.5rem 2.5rem}.cookie-category{margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #f0f0f0}.cookie-category:last-child{border-bottom:none;margin-bottom:0}.cookie-category-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.cookie-info{flex:1}.cookie-info h3{font-size:19px;font-weight:600;color:#575756;margin:0 0 .5rem;display:flex;align-items:center;gap:.5rem}.cookie-icon{font-size:1.3rem}.cookie-badge{display:inline-block;padding:.25rem .75rem;border-radius:0;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.cookie-badge-required{background:var(--djs-greybg-color);color:var(--djs-secondPink-color);border:1px solid #6d6e71}.cookie-description{font-size:.9rem;line-height:1.5;color:#666;margin:0}.cookie-description strong,.cookie-description em{font-size:1em!important}.cookie-switch{position:relative;display:inline-block;width:54px;height:28px;flex-shrink:0}.cookie-switch input{opacity:0;width:0;height:0}.cookie-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:28px}.cookie-slider:before{position:absolute;content:"";height:22px;width:22px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 2px 4px #0003}.cookie-switch input:checked+.cookie-slider{background-color:#d32d7d}.cookie-switch input:checked+.cookie-slider:before{transform:translate(26px)}.cookie-switch-disabled{opacity:.7;cursor:not-allowed}.cookie-switch-disabled .cookie-slider{cursor:not-allowed;background-color:#1976d2}.cookie-footer{padding:1.5rem 2.5rem;background:#f9f9f9;border-bottom:2px solid #f0f0f0}.cookie-links{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center}.cookie-policy-link{font-size:1rem;text-decoration:none;color:#575756;font-weight:500;transition:color .2s ease}.cookie-policy-link:hover{color:#000;text-decoration:underline}.cookie-separator{color:#ccc}.cookie-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;margin-bottom:1.25rem}@media(max-width:768px){.cookie-consent-container{width:95%;max-height:90vh}.cookie-header{padding:1.5rem 1.5rem 1.25rem}.cookie-header h2{font-size:24px}.cookie-intro{font-size:.9rem}.cookie-categories{padding:1.25rem 1.5rem}.cookie-footer{padding:1.25rem 1.5rem 1.5rem}.cookie-actions{flex-direction:column}.cookie-btn{width:100%;min-width:auto}.cookie-category-header{flex-wrap:wrap}}@media(max-width:480px){.cookie-header h2{font-size:1.35rem}.cookie-info h3{font-size:24px}.cookie-icon{font-size:1.1rem}}.cookie-toggle-info{background:none;border:none;cursor:pointer;padding:0;margin-left:8px;color:#666;font-size:.9rem;transition:transform .3s ease,color .2s ease;display:inline-flex;align-items:center;vertical-align:middle}.cookie-toggle-info:hover{color:#333}.cookie-toggle-info:focus{outline:2px solid #007bff;outline-offset:2px;border-radius:0}.cookie-arrow{display:inline-block;transition:transform .3s ease;font-size:15px}.cookie-category.expanded .cookie-arrow{transform:rotate(180deg)}.cookie-description{max-height:0;overflow:hidden;opacity:0;transition:max-height .4s ease,opacity .3s ease,margin-top .3s ease;margin-top:0}.cookie-category.expanded .cookie-description{max-height:500px;opacity:1;margin-top:12px}
