.cookie-overlay-auto{position:fixed;top:0;left:0;right:0;bottom:0;height:100dvh;z-index:99999;display:flex;justify-content:center;align-items:center;padding:20px;animation:overlayFadeIn 0.3s ease-out}.cookie-overlay-auto.cookie-theme-light{background:rgba(0, 0, 0, 0.5);backdrop-filter:blur(4px)}.cookie-overlay-auto.cookie-theme-dark{background:rgba(0, 0, 0, 0.7);backdrop-filter:blur(8px)}.cookie-popover-auto{background:white;border-radius:16px;max-width:520px;width:100%;max-height:85vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,0.3);animation:popoverSlideUp 0.4s ease-out}.cookie-theme-dark .cookie-popover-auto{background:var(--color-bg-dark);color:#f7fafc}.cookie-position-center{align-self:center}.cookie-position-bottom-right{align-self:flex-end;justify-self:flex-end;margin:20px}.cookie-position-bottom-left{align-self:flex-end;justify-self:flex-start;margin:20px}.cookie-position-top{align-self:flex-start;margin-top:20px}.cookie-animation-fade{animation:popoverFadeIn 0.4s ease-out}.cookie-animation-slide-up{animation:popoverSlideUp 0.4s ease-out}.cookie-animation-slide-down{animation:popoverSlideDown 0.4s ease-out}.cookie-animation-scale{animation:popoverScale 0.4s ease-out}.cookie-closing{animation:popoverSlideDown 0.3s ease-in forwards !important}.cookie-header{padding:24px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.cookie-theme-dark .cookie-header{border-bottom-color:#4a5568}.cookie-title{flex:1}.cookie-title h2{margin:0 0 8px;font-size:1.5rem;font-weight:600}.cookie-subtitle{margin:0;color:#718096;font-size:0.95rem;line-height:1.5}.cookie-theme-dark .cookie-subtitle{color:#cbd5e0}.cookie-close{background:none;border:none;color:#718096;cursor:pointer;padding:8px;border-radius:50%;transition:all 0.2s;flex-shrink:0}.cookie-close:hover{background:#f7fafc;color:#4a5568;transform:rotate(90deg)}.cookie-theme-dark .cookie-close{color:#cbd5e0}.cookie-theme-dark .cookie-close:hover{background:#4a5568;color:#f7fafc}.cookie-content{padding:24px}.cookie-categories-wrapper{margin-bottom:24px}.cookie-category{background:#f8fafc;border-radius:12px;padding:16px;margin-bottom:12px;border:1px solid transparent;transition:all 0.2s}.cookie-theme-dark .cookie-category{background:var(--color-bg-dark)}.cookie-category:hover{border-color:#e2e8f0}.cookie-theme-dark .cookie-category:hover{border-color:#4a5568}.cookie-category.show-advanced{background:#edf2f7}.cookie-theme-dark .cookie-category.show-advanced{background:var(--color-bg-dark)}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;cursor:pointer}.category-title{display:flex;align-items:center;gap:12px}.category-title h4{margin:0;font-size:1rem;font-weight:600}.required-badge{background:var(--color-primary);color:var(--color-font-dark);padding:4px 8px;border-radius:6px;font-size:0.75rem;font-weight:500}.category-content{font-size:0.9rem;color:#4a5568}.cookie-theme-dark .category-content{color:#cbd5e0}.toggle-details{background:none;border:none;color:#4299e1;cursor:pointer;padding:4px 0;font-size:0.85rem;display:flex;align-items:center;gap:6px;margin-top:8px}.cookie-theme-dark .toggle-details{color:#90cdf4}.toggle-details:hover{text-decoration:underline}.details-icon{font-size:0.7rem;transition:transform 0.2s}.category-details{display:none;margin-top:12px;padding:12px;background:white;border-radius:8px;border-left:3px solid #4299e1;font-size:0.85rem}.cookie-theme-dark .category-details{background:#4a5568;border-left-color:#90cdf4}.cookie-switch{position:relative;display:inline-block;width:44px;height:24px}.cookie-switch input{opacity:0;width:0;height:0}.switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#cbd5e0;transition:0.3s;border-radius:24px}.switch-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:white;transition:0.3s;border-radius:50%}.cookie-switch input:checked + .switch-slider{background-color:var(--color-primary)}.cookie-switch input:checked + .switch-slider:before{transform:translateX(20px)}.cookie-switch input:disabled + .switch-slider{background-color:#4299e1;cursor:not-allowed}.cookie-actions{display:flex;flex-direction:column;gap:16px}.cookie-buttons-primary{display:flex;gap:12px}.cookie-buttons-secondary{display:flex;justify-content:center}.cookie-btn{padding:12px 24px;border:none;border-radius:8px;cursor:pointer;font-size:0.95rem;font-weight:500;transition:all 0.2s;flex:1}.btn-reject{background:#f7fafc;color:#4a5568;border:2px solid #e2e8f0}.btn-reject:hover{background:#e2e8f0;transform:translateY(-1px)}.btn-accept{background:#4299e1;color:white}.btn-accept:hover{background:#3182ce;transform:translateY(-1px);box-shadow:0 4px 12px rgba(66, 153, 225, 0.3)}.btn-settings{background:transparent;color:#4299e1;border:2px solid #4299e1}.btn-settings:hover{background:rgba(66, 153, 225, 0.1);transform:translateY(-1px)}.btn-save{background:#48bb78;color:white;border:none}.btn-save:hover{background:#38a169;transform:translateY(-1px)}.cookie-theme-dark .btn-reject{background:#4a5568;color:#f7fafc;border-color:#718096}.cookie-theme-dark .btn-reject:hover{background:#718096}.cookie-theme-dark .btn-settings{color:#90cdf4;border-color:#90cdf4}.cookie-theme-dark .btn-settings:hover{background:rgba(144, 205, 244, 0.1)}.cookie-footer{padding:20px 24px;border-top:1px solid #e2e8f0;text-align:center}.cookie-theme-dark .cookie-footer{border-top-color:#4a5568}.footer-links{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-bottom:12px}.footer-link{color:#4299e1;text-decoration:none;font-size:0.9rem}.footer-link:hover{text-decoration:underline}.cookie-theme-dark .footer-link{color:#90cdf4}.consent-info{color:#a0aec0;font-size:0.8rem;margin-top:8px}@keyframes overlayFadeIn{from{opacity:0}to{opacity:1}}@keyframes popoverFadeIn{from{opacity:0}to{opacity:1}}@keyframes popoverSlideUp{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes popoverSlideDown{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(40px)}}@keyframes popoverScale{from{opacity:0;transform:scale(0.9)}to{opacity:1;transform:scale(1)}}@media (max-width: 640px){.cookie-overlay-auto{padding:10px;align-items:flex-end}.cookie-popover-auto{max-height:90vh;border-radius:16px 16px 0 0;margin-bottom:0}.cookie-header{padding:20px}.cookie-content{padding:20px}.cookie-buttons-primary{flex-direction:column}.footer-links{flex-direction:column;gap:12px}.cookie-position-center,.cookie-position-bottom-right,.cookie-position-bottom-left,.cookie-position-top{align-self:flex-end;margin:0;width:100%;max-width:100%;border-radius:16px 16px 0 0}}@media print{.cookie-overlay-auto{display:none !important}}