.catalog-layout{grid-template-columns:280px 1fr;align-items:start;gap:2rem;display:grid}.filters-panel{background:var(--white);border:1px solid var(--cream2);border-radius:16px;max-height:calc(100vh - 104px);padding:1.5rem;position:sticky;top:88px;overflow-y:auto}.catalog-list-col{min-width:0}.filter-group{margin-bottom:1.5rem}.filter-group:last-child{margin-bottom:0}.filter-title{text-transform:uppercase;letter-spacing:.08em;color:var(--taupe);margin-bottom:.75rem;font-size:12px;font-weight:500}.filter-options{flex-direction:column;gap:.4rem;display:flex}.filter-option{cursor:pointer;align-items:center;gap:.6rem;padding:.3rem 0;display:flex}.filter-option input[type=checkbox],.filter-option input[type=radio]{width:16px;height:16px;accent-color:var(--accent);cursor:pointer}.filter-option label,.filter-option span{color:var(--muted);cursor:pointer;flex:1;font-size:13px}.filter-option .filter-count{color:var(--taupe);background:var(--cream);border-radius:10px;padding:1px 6px;font-size:11px}.filters-head{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.filters-title-text{color:var(--dark);font-size:15px;font-weight:500}.filters-reset{color:var(--accent);cursor:pointer;font-size:13px;font-family:var(--font-body);background:0 0;border:none;padding:0}.filters-reset:hover{text-decoration:underline}.filters-reset-btn{text-align:center;width:100%;display:block}.filter-range{align-items:center;gap:.5rem;display:flex}.filter-range input{width:90px}.catalog-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.catalog-count{color:var(--taupe);font-size:14px}.catalog-sort{align-items:center;gap:.75rem;display:flex}.sort-label{color:var(--taupe);font-size:13px}.sort-select{color:var(--dark);border:1px solid var(--cream2);background:var(--white);font-size:13px;font-family:var(--font-body);cursor:pointer;border-radius:6px;outline:none;padding:.4rem .8rem}.catalog-search{background:var(--cream);border-bottom:1px solid var(--cream2);margin-bottom:2.5rem;padding:2.5rem 0}.catalog-search-inner{max-width:640px}.catalog-search-title{font-family:var(--font-display);color:var(--dark);margin-bottom:1.25rem;font-size:32px;font-weight:500}.catalog-search-title em{color:var(--accent);font-style:italic}.catalog-search-box{background:var(--white);border:1px solid var(--cream2);border-radius:10px;align-items:center;gap:.75rem;padding:.5rem .5rem .5rem 1.1rem;display:flex}.catalog-search-box input{font-family:var(--font-body);color:var(--dark);background:0 0;border:none;outline:none;flex:1;padding:.35rem 0;font-size:15px}.catalog-search-box input::placeholder{color:var(--taupe);opacity:.7}.psych-list{flex-direction:column;gap:1rem;display:flex}.psych-list-item{background:var(--white);border:1px solid var(--cream2);border-radius:16px;align-items:flex-start;gap:1.5rem;padding:1.5rem;text-decoration:none;transition:border-color .2s,transform .15s;display:flex}.psych-list-item:hover{border-color:var(--sand);transform:translate(2px)}.psych-list-photo{background:var(--beige);width:80px;height:80px;font-family:var(--font-display);color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:26px;font-weight:500;display:flex;overflow:hidden}.psych-list-photo img{object-fit:cover;width:100%;height:100%}.psych-list-body{flex:1}.psych-list-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.4rem;display:flex}.psych-list-name{font-family:var(--font-display);color:var(--dark);font-size:20px;font-weight:500}.psych-list-rating{color:var(--taupe);flex-shrink:0;align-items:center;gap:.4rem;font-size:13px;display:flex}.psych-list-rating strong{color:var(--dark);font-weight:500}.psych-list-spec{color:var(--taupe);margin-bottom:.75rem;font-size:13px}.psych-list-about{color:var(--muted);margin-bottom:.85rem;font-size:13px;line-height:1.7}.psych-list-tags{flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;display:flex}.psych-list-tag{background:var(--cream);color:var(--brown);border-radius:20px;padding:.25rem .65rem;font-size:11px}.psych-list-footer{border-top:1px solid var(--cream2);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding-top:.85rem;display:flex}.psych-list-price{color:var(--dark);font-size:15px;font-weight:500}.psych-list-price span{color:var(--taupe);font-size:12px;font-weight:400}.psych-list-actions{gap:.65rem;display:flex}.active-filters{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.active-filter{background:var(--cream);border:1px solid var(--sand);color:var(--brown);cursor:pointer;border-radius:20px;align-items:center;gap:.4rem;padding:.3rem .75rem;font-size:12px;display:flex}.active-filter i{font-size:12px}.active-filter:hover{background:var(--beige)}@media (max-width:900px){.catalog-layout{grid-template-columns:1fr}.filters-panel{max-height:none;position:static;overflow:visible}.psych-list-item{flex-direction:column;gap:1rem}.psych-list-photo{width:60px;height:60px;font-size:20px}}
