.tab-panel:not(:first-child){display:none}.js-enabled .tab-panel{display:block}.js-enabled .tab-panel:not([data-active]){display:none}[role=tab][aria-selected=true]{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:transparent}details>summary{list-style:none}details>summary::-webkit-details-marker{display:none}details>div{overflow:hidden}details:not([open])>div{max-height:0}details[open]>div{max-height:var(--max-height);animation:accordion-open .2s ease-out}@keyframes accordion-open{0%{max-height:0}to{max-height:var(--max-height)}}