.search-autocomplete{position:absolute;left:0;right:0;top:calc(100% + .5rem);z-index:60;max-height:min(26rem,58vh);overflow:hidden auto;border-radius:14px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 4px 6px -1px rgba(15,23,42,.06),0 20px 48px -12px rgba(15,23,42,.18);scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.search-autocomplete--hero{top:calc(100% + .65rem)}.search-autocomplete--page{top:calc(100% + .45rem)}.search-autocomplete__section+.search-autocomplete__section{border-top:1px solid #f1f5f9}.search-autocomplete__section-label{margin:0;padding:.55rem 1rem .35rem;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8}.search-autocomplete__list{margin:0;padding:0;list-style:none}.search-autocomplete__item{display:flex;align-items:center;gap:.65rem;width:100%;padding:.62rem 1rem;border:none;background:transparent;text-align:left;text-decoration:none;color:#0f172a;cursor:pointer;transition:background-color .12s ease}.search-autocomplete__item:focus-visible,.search-autocomplete__item:hover{background:#f8fafc;outline:none}.search-autocomplete__item-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:8px;background:#f1f5f9;font-size:.95rem;line-height:1}.search-autocomplete__item-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.search-autocomplete__item-title{margin:0;font-size:.875rem;font-weight:600;line-height:1.35;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-autocomplete__item-sub{margin:0;font-size:.75rem;line-height:1.3;color:#64748b}.search-autocomplete__item-badge{flex-shrink:0;max-width:7rem;padding:.2rem .55rem;border-radius:999px;background:#f1f5f9;font-size:.6875rem;font-weight:600;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-autocomplete__footer{position:sticky;bottom:0;border-top:1px solid #e2e8f0;background:linear-gradient(180deg,rgba(255,255,255,.92),#fff 40%);backdrop-filter:blur(4px)}.search-autocomplete__view-all{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;padding:.75rem 1rem;border:none;background:transparent;font-size:.875rem;font-weight:600;color:var(--primary,#5b4fe8);cursor:pointer;transition:background-color .12s ease,color .12s ease}.search-autocomplete__view-all:focus-visible,.search-autocomplete__view-all:hover{background:#f5f3ff;outline:none}.search-autocomplete__view-all strong{font-weight:700}.search-autocomplete__view-all-icon{flex-shrink:0;width:1rem;height:1rem;opacity:.85}.search-autocomplete__count{font-weight:500;color:#64748b}.search-autocomplete__loading{margin:0;padding:1rem;font-size:.875rem;color:#64748b;text-align:center}.search-bar{position:relative}.search-bar__form{display:flex;gap:.5rem}.search-bar__field{position:relative;flex:1}.search-bar__icon{position:absolute;left:1rem;top:50%;z-index:1;width:1rem;height:1rem;transform:translateY(-50%);color:#64748b;pointer-events:none}.search-bar__input{width:100%;border:1px solid #e2e8f0;border-radius:12px;background:#fff;padding:.8rem 1rem .8rem 2.75rem;font-size:.9375rem;color:#0f172a;outline:none;transition:border-color .15s,box-shadow .15s}.search-bar__input:focus{border-color:rgba(91,79,232,.55);box-shadow:0 0 0 3px rgba(91,79,232,.12)}.search-bar__submit{flex-shrink:0;border:none;border-radius:12px;background:var(--primary,#5b4fe8);padding:.8rem 1.35rem;font-size:.875rem;font-weight:600;color:#fff;cursor:pointer;transition:background-color .15s,transform .12s}.search-bar__submit:hover{background:var(--primary-hover,#4a3fd4)}.search-bar__submit:active{transform:translateY(1px)}@media (max-width:520px){.search-bar__form{flex-direction:column}.search-bar__submit{width:100%}}.hero-search-bar{position:relative;width:100%;max-width:42rem;margin-inline:auto}.hero-search-bar__form{display:flex;align-items:center;height:3.5rem;border:1px solid #e2e8f0;border-radius:999px;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.04),0 12px 32px rgba(15,23,42,.08);transition:border-color .15s,box-shadow .15s}.hero-search-bar__form:focus-within{border-color:rgba(91,79,232,.55);box-shadow:0 0 0 3px rgba(91,79,232,.12),0 12px 32px rgba(15,23,42,.08)}.hero-search-bar__category{display:none;height:100%;flex-shrink:0;border:none;border-right:1px solid #e2e8f0;border-radius:999px 0 0 999px;background:#f8fafc;padding:0 .85rem;font-size:.875rem;color:#475569;outline:none;cursor:pointer}@media (min-width:640px){.hero-search-bar__category{display:block}}.hero-search-bar__input-wrap{position:relative;display:flex;flex:1;align-items:center;min-width:0;height:100%}.hero-search-bar__icon{position:absolute;left:1rem;width:1.25rem;height:1.25rem;color:#94a3b8;pointer-events:none}.hero-search-bar__input{width:100%;height:100%;border:none;background:transparent;padding:.75rem 1rem .75rem 2.75rem;font-size:.875rem;color:#0f172a;outline:none}.hero-search-bar__input::placeholder{color:#94a3b8}.hero-search-bar__submit{flex-shrink:0;margin:.35rem;border:none;border-radius:999px;background:var(--primary,#5b4fe8);padding:.6rem 1.35rem;font-size:.875rem;font-weight:600;color:#fff;cursor:pointer;transition:background-color .15s}.hero-search-bar__submit:hover{background:var(--primary-hover,#4a3fd4)}