{#if $search.isModalOpen}
{ if (e.key === 'Escape') handleClose(); }} role="dialog" aria-modal="true" aria-label="Search" tabindex="-1" >
K
{#if $search.recentSearches.length > 0}
Recent Searches
Clear
{#each $search.recentSearches as recent}
handleRecentClick(recent)} >
{recent}
{/each}
{/if}
Search Tips
Search by player name or Steam ID
Enter share code to find specific match
Use map name to filter matches (e.g., "de_dust2")
{/if}