.mobile-toolbar{background:var(--background);display:none}.mobile-toolbar-inner{max-width:var(--site-container-max-width);padding:.65rem var(--site-container-padding-x) .25rem;margin:0 auto}.mobile-toolbar-search-row{align-items:flex-start;gap:.5rem;display:flex}.mobile-toolbar-search-wrap{flex:1;min-width:0;position:relative}.mobile-toolbar-search,.mobile-toolbar-search-field{border:1px solid var(--border);background:var(--surface);width:100%;min-width:0;color:var(--muted);text-align:left;border-radius:.65rem;align-items:center;gap:.55rem;padding:.65rem .85rem;font-family:inherit;transition:border-color .2s,box-shadow .2s;display:flex}.mobile-toolbar-search{cursor:pointer}.mobile-toolbar-search:hover,.mobile-toolbar-search:focus-visible,.mobile-toolbar-search-field:focus-within{border-color:color-mix(in srgb, var(--primary) 40%, var(--border));box-shadow:0 0 0 3px var(--primary-muted);outline:none}.mobile-toolbar-search-field input{min-width:0;color:var(--foreground);background:0 0;border:0;outline:none;flex:1;font-family:inherit;font-size:.9rem}.mobile-toolbar-search-field input::placeholder{color:var(--muted)}.mobile-toolbar-search-placeholder{min-width:0;color:var(--muted);flex:1;font-size:.9rem}.mobile-toolbar-search-clear,.mobile-toolbar-search-close{background:var(--surface-muted);width:1.5rem;height:1.5rem;color:var(--muted);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;font-size:1rem;line-height:1;display:inline-flex}.mobile-toolbar-search-results{z-index:35;border:1px solid var(--border);background:var(--surface);border-radius:.75rem;max-height:min(22rem,100dvh - 12rem);position:absolute;top:calc(100% + .45rem);left:0;right:0;overflow:auto;box-shadow:0 12px 30px #00000038}.mobile-toolbar-icon-btn{border:1px solid var(--border);background:var(--surface);width:2.5rem;height:2.5rem;color:var(--muted);cursor:pointer;border-radius:.65rem;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .2s,color .2s,border-color .2s;display:inline-flex}.mobile-toolbar-icon-btn:hover,.mobile-toolbar-icon-btn.is-active{background:var(--primary-hover-bg);border-color:color-mix(in srgb, var(--primary) 35%, var(--border));color:var(--primary)}.mobile-toolbar-pills{scrollbar-width:none;-ms-overflow-style:none;gap:.45rem;margin-top:.65rem;padding-bottom:.35rem;display:flex;overflow-x:auto}.mobile-toolbar-pills::-webkit-scrollbar{display:none}.mobile-toolbar-pill{border:1px solid var(--border);background:var(--surface);color:var(--muted);cursor:pointer;border-radius:999px;flex-shrink:0;padding:.45rem .85rem;font-size:.8rem;font-weight:600;transition:background-color .2s,color .2s,border-color .2s}.mobile-toolbar-pill:hover{background:var(--primary-hover-bg);color:var(--primary)}.mobile-toolbar-pill.is-active{background:var(--primary);border-color:var(--primary);color:#fff}@media (max-width:767px){.mobile-toolbar{display:block}}
