.category-index{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.category-row{min-height:72px;padding:14px var(--app-doc-gutter,20px);border-bottom:1px solid var(--border);color:var(--foreground);justify-content:space-between;align-items:center;gap:16px;text-decoration:none;transition:background-color .15s;display:flex}.category-index>.category-row:nth-child(odd){border-right:1px solid var(--border)}.category-row:hover{background:var(--accent)}.category-row:focus-visible{outline:2px solid var(--ring);outline-offset:-2px}.category-name{letter-spacing:-.015em;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:17px;font-weight:500;overflow:hidden}.category-count{background:var(--muted);min-width:44px;height:27px;color:var(--muted-foreground);font-variant-numeric:tabular-nums;border-radius:999px;flex-shrink:0;place-items:center;padding-inline:10px;font-size:13px;font-weight:500;transition:background-color .15s,color .15s;display:grid}.category-row:hover .category-count{background:var(--card);color:var(--foreground)}.category-filler{border-bottom:1px solid var(--border)}.category-lede a{color:var(--foreground);text-underline-offset:3px;font-weight:500;text-decoration:underline}@media not (min-width:640px){.category-index{grid-template-columns:minmax(0,1fr)}.category-index>.category-row:nth-child(odd){border-right:0}.category-filler{display:none}.category-row{min-height:60px;padding-block:12px}.category-name{font-size:15px}}
