.gr-filters{position:sticky;top:0;z-index:9;background:#fff;border-bottom:1px solid #eee}
.gr-filters-inner{max-width:800px;margin:0 auto;padding:10px 8px;display:grid;grid-template-columns:1fr;gap:8px}
.gr-stage{display:flex;gap:6px;flex-wrap:wrap;justify-content:center}
.gr-stage button{padding:8px 10px;border:1px solid #ccc;background:#f7f7f7;border-radius:999px;font-weight:700;font-size:13px;cursor:pointer}
.gr-stage button[aria-pressed="true"]{background:#0069CC;color:#fff;border-color:#0069CC}
.gr-row{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}
.gr-search{padding:8px 10px;border:1px solid #ccc;border-radius:8px;font-size:14px;min-width:220px;flex:1}
.gr-chips{display:flex;gap:6px;flex-wrap:wrap;justify-content:center}
.gr-chip{padding:6px 9px;border:1px solid #ccc;border-radius:999px;background:#fafafa;font-size:12px;cursor:pointer}
.gr-chip[aria-pressed="true"]{background:#111;color:#fff;border-color:#111}
.gr-aux{display:flex;gap:8px;justify-content:center;align-items:center;font-size:12px;color:#666}
.gr-clear{background:none;border:none;color:#0069CC;cursor:pointer;text-decoration:underline}
.gr-count{font-weight:700;color:#333}
@media (max-width:768px){.gr-filters-inner{padding:8px}}
