/* turfcharts — minimal custom CSS (Tailwind handles the rest via CDN) */
html { scroll-behavior: smooth; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #0b0f17; }
::-webkit-scrollbar-thumb { background: #1e293b; border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: #334155; }

/* hide the search dropdown when empty */
#search-results:empty { display: none; }
#search-results > .hidden { display: none; }
