.filter-wrap{display:flex;flex-direction:column;gap:.5rem}.filter-search{height:40px;border-radius:999px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);padding:0 12px;outline:0}.filter-search::placeholder{color:var(--muted)}.filter-search:focus-visible{border-color:var(--brand);box-shadow:var(--focus-ring)}.filter-wrap select,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:44px;padding:0 44px 0 12px;border:1px solid var(--border);border-radius:999px;background:var(--surface-2);color:var(--text);outline:0;font:inherit;line-height:1;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:16px 16px}select::-ms-expand{display:none}select:focus-visible{border-color:var(--brand);box-shadow:var(--focus-ring)}select:disabled{opacity:.6;cursor:not-allowed}select.has-scroll{max-height:12rem;overflow:hidden}.form-field label{display:block;margin-bottom:.375rem;font-weight:600;font-size:14px}.filters-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-4)}.filters-grid{display:grid;grid-template-columns:1fr;gap:var(--space-3)}#filters-hint{margin-top:.5rem;color:var(--muted);font-size:.95rem}.cs{position:relative}.cs.hidden{display:none}.cs .cs-trigger{width:100%;height:44px;padding:0 44px 0 12px;border:1px solid var(--border);border-radius:999px;background:var(--surface-2);color:var(--text);text-align:left;font:inherit;line-height:1;outline:0;position:relative;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.cs .cs-trigger::after{content:"";position:absolute;right:14px;top:50%;width:16px;height:16px;transform:translateY(-50%);background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:16px 16px;opacity:.9}.cs .cs-trigger:focus-visible,.cs.open .cs-trigger{border-color:var(--brand);box-shadow:var(--focus-ring);background:var(--surface)}.cs.disabled .cs-trigger{opacity:.6;cursor:not-allowed}.cs .cs-panel{position:absolute;z-index:40;left:0;right:0;top:calc(100% + 6px);background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-md);padding:8px}.cs .cs-search-wrap{padding:4px 4px 8px}.cs .cs-search{width:100%;height:36px;border-radius:8px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);padding:0 10px;outline:0}.cs .cs-search:focus-visible{border-color:var(--brand);box-shadow:var(--focus-ring)}.cs .cs-options{max-height:260px;overflow:auto;display:grid;gap:6px}.cs .cs-option{width:100%;text-align:left;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface-2);color:var(--text);font:inherit;cursor:pointer}.cs .cs-option:focus-visible,.cs .cs-option:hover{border-color:var(--brand);background:var(--surface);box-shadow:var(--focus-ring)}.cs .cs-search,.filter-search,.search-input{font-size:16px}.filters-row{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-end;margin-bottom:16px}.filters-row>.form-field{flex:1 1 0;min-width:0}.filters-row .btn-reset{flex:0 0 auto;white-space:nowrap}@media (max-width:900px){.filters-row{align-items:stretch}.filters-row>.form-field{flex-basis:100%}.filters-row .btn-reset{width:100%;justify-content:center}}