/* Profiles first: filters stay available without taking over the screen. */
.profile-filter-details{margin:0 0 12px;background:transparent;border:0}.profile-filter-details>summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;border:2px solid var(--ink);border-radius:999px;background:var(--cream);padding:9px 12px;cursor:pointer;box-shadow:2px 2px 0 var(--ink)}.profile-filter-details>summary::-webkit-details-marker{display:none}.profile-filter-details>summary span{font-size:12px;font-weight:1000}.profile-filter-details>summary small{font-size:9px;font-weight:900;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-filter-details[open]>summary{background:var(--pink);margin-bottom:9px}.profile-filter-details .filter-bar{margin:0;box-shadow:3px 3px 0 var(--ink);padding:10px;border-radius:18px;gap:7px}.profile-filter-details .filter-bar label{font-size:7px}.profile-filter-details .filter-bar input,.profile-filter-details .filter-bar select{padding:8px 9px;font-size:13px}.profile-filter-details .filter-go{padding:9px 11px;font-size:12px}.profile-filter-details+.results-note{margin-top:8px}.profile-filter-details~.profile-grid{margin-top:6px}
@media(max-width:850px){.profile-filter-details{margin-bottom:10px}.profile-filter-details>summary{padding:10px 12px}.profile-filter-details>summary span{font-size:13px}.profile-filter-details>summary small{max-width:62%;font-size:9px}.profile-filter-details .filter-bar{grid-template-columns:repeat(2,minmax(0,1fr))!important;padding:10px}.profile-filter-details .filter-zone{grid-column:1/-1!important}.profile-filter-details .filter-go{grid-column:1/-1!important;width:100%}.profile-filter-details .filter-bar input,.profile-filter-details .filter-bar select{min-height:42px}}
@media(max-width:430px){.profile-filter-details>summary small{max-width:56%}.profile-filter-details .filter-bar{grid-template-columns:1fr 1fr!important}.profile-filter-details .filter-zone,.profile-filter-details .filter-go{grid-column:1/-1!important}}
