/* fusion-diagrams — DeepWiki 覆盖清单页样式（配色继承 diagrams.css 变量） */
.method {
  margin-top: .6rem; max-width: 78ch;
  font-size: .85rem; color: var(--muted);
  background: var(--panel); border: 1px solid var(--line);
  border-radius: var(--radius); padding: .45rem .8rem;
}
.method summary { cursor: pointer; color: var(--accent); font-weight: 600; }
.method p { margin: .4rem 0 0; }
.method .method-date { font-size: .78rem; }

.coverage { max-width: 1400px; margin: 0 auto; padding: 1.1rem 1.2rem 1.5rem; }
.load-status { color: var(--muted); font-size: .9rem; }
.load-status.is-error { color: #b3261e; }

.table-wrap {
  background: var(--panel); border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow);
  overflow-x: auto;
}
#coverage-table { width: 100%; border-collapse: collapse; font-size: .88rem; }
#coverage-table th, #coverage-table td {
  padding: .55rem .8rem; text-align: left; vertical-align: top;
  border-bottom: 1px solid var(--line);
}
#coverage-table thead th {
  position: sticky; top: 0;
  background: var(--accent-soft); color: var(--accent);
  font-size: .8rem; white-space: nowrap;
}
#coverage-table tbody tr:last-child td { border-bottom: none; }
#coverage-table tbody tr:hover { background: #f4f8fd; }

.cell-codes { display: flex; flex-direction: column; gap: .15rem; }
.cell-codes a { font-weight: 600; }
.repo-name { font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .82rem; }
.wiki-size { display: block; font-size: .74rem; color: var(--muted); }
.cell-note { color: var(--muted); font-size: .82rem; max-width: 34ch; }

@media (max-width: 720px) {
  #coverage-table { font-size: .8rem; }
  #coverage-table th, #coverage-table td { padding: .45rem .55rem; }
}
