.searchbar{width:100%}.searchbar__fields{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);background:#fffffff0;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:1rem;padding:1.25rem 1.5rem;display:grid}.searchbar--inline .searchbar__fields{background:var(--surface);-webkit-backdrop-filter:none;backdrop-filter:none;border:1px solid var(--line);box-shadow:var(--shadow-sm)}.searchbar__submit{justify-content:center;margin-top:1.25rem;display:flex}.searchbar--inline .searchbar__submit{justify-content:flex-start;margin-top:1rem}.searchbar__error{background:var(--danger-bg);border-radius:var(--radius-sm);margin:.75rem 0 0;padding:.5rem .75rem}.searchbar__help-toggle{border:1.5px solid var(--muted);width:22px;height:22px;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;line-height:1;display:inline-flex}.searchbar__help-toggle:hover,.searchbar__help-toggle[aria-expanded=true]{border-color:var(--brand);color:var(--brand);background:var(--brand-light)}.searchbar__help{z-index:60;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);width:min(720px,100vw - 2rem);max-height:calc(100vh - 2rem);box-shadow:var(--shadow-lg);color:var(--body);padding:1rem;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}.searchbar__help-backdrop{z-index:59;cursor:default;background:#0a141e73;border:0;padding:0;position:fixed;inset:0}.searchbar__help p{margin-bottom:.75rem;font-size:.9rem}.searchbar__help img{border-radius:var(--radius-sm);width:100%;height:auto}.searchbar__help-close{margin-top:.5rem}.searchbar .field{position:relative}@media (max-width:640px){.searchbar__fields{padding:1rem}.searchbar__submit .btn{width:100%}}
