.focused-search__overlay{z-index:var(--z-overlay);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#091f3aad;place-items:start center;padding:72px 20px;animation:.18s ease-out search-overlay-in;display:grid;position:fixed;inset:0;overflow-y:auto}.focused-search{background:#fff;border:1px solid #ffffffb3;border-radius:30px;width:min(100%,820px);padding:28px;animation:.22s ease-out search-dialog-in;box-shadow:0 32px 90px #091f3a4d}.focused-search__header{align-items:center;gap:14px;margin-bottom:22px;display:flex}.focused-search__mark{color:#fff;background:var(--color-coral);border-radius:15px;flex:none;place-items:center;width:48px;height:48px;display:grid}.focused-search__eyebrow{color:var(--color-coral-dark);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800}.focused-search__title{font-family:var(--font-display);letter-spacing:-.04em;margin-top:2px;font-size:31px;font-weight:850;line-height:1}.focused-search__close{width:44px;height:44px;color:var(--color-ink-soft);background:var(--color-sky);border-radius:50%;flex:none;place-items:center;margin-left:auto;display:grid}.focused-search__search-wrapper{margin-bottom:14px}.focused-search__starter{color:var(--color-ink-soft);flex-wrap:wrap;align-items:center;gap:8px;margin:6px 0 20px;font-size:12px;display:flex}.focused-search__error,.focused-search__empty,.focused-search__loading{color:var(--color-ink-soft);text-align:center;background:var(--color-sky);border-radius:18px;margin-top:18px;padding:22px}.focused-search__error{color:#9e2d2d;background:#fff0f0}.focused-search__results{gap:12px;margin-top:20px;list-style:none;display:grid}@keyframes search-overlay-in{0%{opacity:0}}@keyframes search-dialog-in{0%{opacity:0;transform:translateY(14px)scale(.98)}}@media (max-width:680px){.focused-search__overlay{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;padding:0}.focused-search{min-height:100svh;box-shadow:none;border:0;border-radius:0;padding:20px 16px 32px}.focused-search__header{margin-bottom:20px}.focused-search__mark{width:42px;height:42px}.focused-search__title{font-size:25px}.focused-search__eyebrow{display:none}}
