.part-hub{margin:var(--space-6) 0}.part-hub__heading{font-family:var(--font-display);font-size:var(--text-xl);font-weight:800;color:var(--ink);margin:0 0 var(--space-4)}.part-hub__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-3);list-style:none;padding:0;margin:0}.part-hub__card{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);min-height:48px;padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);border:1px solid var(--line);background:var(--surface);font-weight:700;font-size:var(--text-sm);color:var(--ink);transition:border-color var(--dur-fast) var(--ease),background var(--dur-fast) var(--ease),box-shadow var(--dur-fast) var(--ease)}.part-hub__card:hover{border-color:var(--brand);background:var(--brand-50);box-shadow:var(--shadow-sm)}.part-hub__card-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.part-hub__card-count{flex:none;min-width:26px;height:22px;padding:0 6px;border-radius:var(--radius-full);display:inline-flex;align-items:center;justify-content:center;background:var(--surface-soft);color:var(--muted);font-size:var(--text-xs);font-weight:800}.part-hub__card:hover .part-hub__card-count{background:var(--brand);color:var(--brand-ink)}.part-hub__all-link{display:inline-block;margin-top:var(--space-4);font-weight:700;font-size:var(--text-sm);color:var(--brand)}.part-hub__all-link:hover{text-decoration:underline}.part-hub__more{margin-top:var(--space-4)}.part-hub__more-toggle{cursor:pointer;list-style:none;display:inline-flex;align-items:center;gap:var(--space-2);font-weight:700;font-size:var(--text-sm);color:var(--brand);padding:var(--space-2) 0}.part-hub__more-toggle::-webkit-details-marker{display:none}.part-hub__more-toggle:before{content:'+';display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:var(--radius-full);border:1px solid var(--brand);font-size:var(--text-xs);line-height:1}.part-hub__more[open] .part-hub__more-toggle:before{content:'\2212'}.part-hub__grid--overflow{margin-top:var(--space-3)}.category-header__subheading{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:var(--space-3);margin:var(--space-6) 0 var(--space-4);padding-top:var(--space-5);border-top:1px solid var(--line)}.category-header__subheading h2{margin:0;font-size:var(--text-lg);font-weight:800}.category-header__subheading-count{font-size:var(--text-sm);font-weight:600;color:var(--muted);white-space:nowrap}@media (max-width:1023px){.part-hub__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.part-hub__grid{grid-template-columns:repeat(2,1fr);gap:var(--space-2)}.part-hub__card{padding:var(--space-2) var(--space-3)}.part-hub__card-label{font-size:var(--text-xs)}}