html.dark .accordion-dark{color:#e5e7eb}html.dark .accordion-item-dark{border-color:#374151}html.dark .accordion-trigger-dark{color:#e5e7eb}html.dark .accordion-trigger-dark:hover{color:#5eead4}html.dark .accordion-icon-dark{color:#9ca3af}html.dark .accordion-content-dark{color:#d1d5db}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.animate-accordion-down{animation:.2s ease-out accordion-down}.animate-accordion-up{animation:.2s ease-out accordion-up}
