/* Ermao-style command-palette behavior: opening focuses a clean query field; only typed-query results appear. */
.search-modal [data-search-history] { display: none !important; }
.search-modal__results { margin-top: .65rem; max-height: min(58vh, 34rem); scroll-behavior: smooth; }
.search-modal__results a { transition: border-color 120ms ease, background-color 120ms ease, transform 120ms ease; }
.search-modal__results a.is-key-selected { transform: translateX(2px); }
@media (prefers-reduced-motion: reduce) { .search-modal__results { scroll-behavior: auto; } .search-modal__results a { transition: none; } }
