/* Small enhancements for the vanilla (no-framework) build */
html { scroll-behavior: smooth; }

/* Native accordion: hide default disclosure marker, rotate chevron when open */
summary::-webkit-details-marker { display: none; }
summary { list-style: none; }
details[open] > summary svg { transform: rotate(180deg); }
