.m-catlist-page{width:100vw;min-height:100vh;background:#f7f5ff;padding-bottom:80px;box-sizing:border-box;overflow-x:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.m-catlist-topbar{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(0,0,0,.04)}.m-catlist-back{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;border:none;background:#f0ecff;color:#704dff;font-size:1.15rem;cursor:pointer;flex-shrink:0;-webkit-tap-highlight-color:transparent}.m-catlist-back:active{background:#ddd4ff}.m-catlist-heading{font-family:Inter,Arial,sans-serif;font-size:1.05rem;font-weight:700;color:#222;margin:0}.m-catlist-chips{display:flex;flex-wrap:wrap;gap:8px;padding:12px 16px;background:#fff}.m-catlist-chip{flex-shrink:0;padding:7px 16px;border-radius:20px;border:1.5px solid #ede8ff;background:#fff;font-family:Inter,Arial,sans-serif;font-size:.73rem;font-weight:600;color:#666;cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;transition:background .15s,color .15s,border-color .15s}.m-catlist-chip:active{transform:scale(.95)}.m-catlist-chip.active{background:#704dff;color:#fff;border-color:#704dff}.m-catlist-body{padding:4px 16px 20px}.m-catlist-group{margin-bottom:18px}.m-catlist-group-header{display:flex;align-items:center;gap:8px;padding:10px 0 8px}.m-catlist-group-label{font-family:Inter,Arial,sans-serif;font-size:.85rem;font-weight:700;color:#333}.m-catlist-group-count{font-family:Inter,Arial,sans-serif;font-size:.6rem;font-weight:600;color:#704dff;background:#ede8ff;padding:2px 8px;border-radius:10px}.m-catlist-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px 8px}.m-catlist-loading,.m-catlist-empty{text-align:center;padding:40px 16px;font-family:Inter,Arial,sans-serif;font-size:.85rem;color:#999}@media (max-width: 380px){.m-catlist-topbar{padding:10px 12px}.m-catlist-chips{padding:10px 12px;gap:6px}.m-catlist-chip{padding:6px 12px;font-size:.68rem}.m-catlist-body{padding:4px 12px 20px}.m-catlist-grid{gap:8px 6px}.m-catlist-group-label{font-size:.8rem}.m-catlist-heading{font-size:.95rem}}
