/* Smooth scroll for in-page links */
html { scroll-behavior: smooth; }

/* Selection */
::selection { background: #E3F463; color: #043736; }

/* Subtle scrollbar */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #e8ece8; }
::-webkit-scrollbar-thumb { background: #c8d0c8; border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background: #043736; }

/* Hide default summary marker */
details > summary::-webkit-details-marker { display: none; }
details > summary { list-style: none; }
