.top-nav a {
  color: var(--accent);
  text-decoration: none;
  font-size: 0.875rem;
}

.top100-meta {
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 0.25rem;
}

.top100-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.top-card {
  display: flex;
  gap: 0.75rem;
  padding: 0.75rem 0.9rem;
  align-items: flex-start;
}

.top-rank {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--muted);
  min-width: 2rem;
  padding-top: 0.15rem;
  font-variant-numeric: tabular-nums;
}

.top-body { flex: 1; min-width: 0; }

.top-line1 {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: baseline;
}

.top-line1 a {
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  word-break: break-all;
}

.top-line1 a:hover { color: var(--accent); }

.llm-score {
  background: rgba(52, 211, 153, 0.15);
  color: #6ee7b7;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 6px;
  padding: 0.15rem 0.5rem;
  flex-shrink: 0;
}

.top-line2 {
  margin-top: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: baseline;
}

.label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 999px;
  padding: 0.15rem 0.5rem;
}

.lbl-fit { background: rgba(52,211,153,0.15); color: #6ee7b7; }
.lbl-brand { background: rgba(61,156,245,0.15); color: #93c5fd; }
.lbl-skip { background: rgba(125,143,163,0.15); color: var(--muted); }
.lbl-bad { background: rgba(251,191,36,0.12); color: #fcd34d; }

.use-case {
  font-size: 0.85rem;
  color: var(--text);
  line-height: 1.35;
}

.top-line3 {
  margin-top: 0.2rem;
  font-size: 0.75rem;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}