.adv-grid{gap:var(--space-5);grid-template-columns:repeat(auto-fill,minmax(260px,1fr));display:grid}.adv-card{gap:var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-5);flex-direction:column;transition:border-color .12s,box-shadow .12s,transform .12s;display:flex;position:relative;overflow:hidden}.adv-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-card);transform:translateY(-2px)}.adv-card__hit{z-index:1;border-radius:inherit;position:absolute;inset:0}.adv-card__hit:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}.adv-card__head{align-items:center;gap:var(--space-4);display:flex}.adv-card__avatar{border-radius:var(--radius-pill);background:var(--surface-2);flex:none;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex;overflow:hidden}.adv-card__avatar-img{object-fit:cover;width:100%;height:100%}.adv-card__avatar-fallback{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--muted);font-weight:700}.adv-card__id{flex-direction:column;flex:auto;min-width:0;display:flex}.adv-card__name{font-size:var(--text-md);color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.adv-card__sub{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.adv-card__ext{z-index:2;border-radius:var(--radius);width:24px;height:24px;color:var(--faint);font-size:var(--text-md);flex:none;justify-content:center;align-items:center;text-decoration:none;display:inline-flex;position:relative}.adv-card__ext:hover{background:var(--surface-2);color:var(--brand-text)}.adv-card__stats{gap:var(--space-3) var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--border);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.adv-card__stat{flex-direction:column;gap:2px;display:flex}.adv-card__stat-value{align-items:baseline;gap:var(--space-2);font-family:var(--font-mono);font-size:var(--text-md);color:var(--text);font-weight:700;display:flex}.adv-card__stat-label{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--faint)}.adv-card__growth{font-size:var(--text-sm);font-weight:700}.adv-card__growth[data-dir=up]{color:var(--success)}.adv-card__growth[data-dir=down]{color:var(--danger)}.adv-card__niches{gap:var(--space-2);flex-wrap:wrap;display:flex}.adv-card__niche{font-size:var(--text-xs);color:var(--muted);background:var(--surface-2);padding:2px var(--space-3);border-radius:var(--radius-pill);white-space:nowrap;font-weight:600}.adv-card__niche--more{color:var(--faint)}.adv-card__badge{align-items:center;gap:var(--space-2);font-size:var(--text-xs);color:var(--warning);background:var(--warning-weak);padding:3px var(--space-3);border-radius:var(--radius-pill);font-weight:700;display:inline-flex}.adv-card__thumbs{gap:var(--space-2);grid-template-columns:repeat(3,1fr);margin-top:auto;display:grid}.adv-card__thumb{object-fit:cover;border-radius:var(--radius-sm);background:var(--surface-2);width:100%;height:56px;display:block}.scroll-sentinel{justify-content:center;align-items:center;min-height:48px;padding:16px;display:flex}.spinner{border:2px solid var(--border);border-top-color:var(--brand);border-radius:50%;width:22px;height:22px;animation:.7s linear infinite ap-spin}@keyframes ap-spin{to{transform:rotate(360deg)}}
