This panel is shown/hidden via JavaScript. The button updates
aria-expanded and toggles hidden on the content.
This panel uses a simple height animation. It measures content height and transitions to provide a smooth open/close effect.
Try toggling a few times to see the animation.
<details> / <summary>This uses the built-in HTML expand/collapse behavior. It works without JavaScript.
Styling is customized, but the interaction remains native.