/* auto-audit.hesketh.pro — additions on top of the shared Claude Code Plugins theme */

.hero {
  padding: 48px 0 32px;
  border-bottom: 1px solid var(--md-sys-color-outline-variant);
  margin-bottom: 32px;
}
.hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}
.hero .lede {
  font-size: 1.15rem;
  line-height: 1.55;
  max-width: 70ch;
  color: var(--md-sys-color-on-surface-variant);
  margin: 0 0 20px;
}
.hero .code-block { margin: 16px 0; max-width: 52ch; }
.hero .quiet { color: var(--md-sys-color-outline); font-size: 0.9rem; margin: 8px 0 0; }
.hero .detail-meta { margin-bottom: 16px; }

.section { padding: 24px 0; }
.section h2 { font-size: 1.6rem; margin: 0 0 12px; letter-spacing: -0.01em; }
.section h3 { font-size: 1.15rem; margin: 20px 0 8px; }
.section h4 { font-size: 1rem; margin: 16px 0 6px; color: var(--md-sys-color-on-surface-variant); }

.diagram {
  font-family: 'Roboto Mono', ui-monospace, SFMono-Regular, monospace;
  font-size: 0.85rem;
  background: var(--md-sys-color-surface-container);
  border: 1px solid var(--md-sys-color-outline-variant);
  border-radius: var(--md-shape-corner-m);
  padding: 16px;
  overflow-x: auto;
  line-height: 1.5;
}

.safety-table,
.section table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  margin: 8px 0 16px;
}
.safety-table th, .safety-table td,
.section table th, .section table td {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid var(--md-sys-color-outline-variant);
  vertical-align: top;
}
.safety-table th,
.section table th {
  font-weight: 500;
  color: var(--md-sys-color-on-surface-variant);
  background: var(--md-sys-color-surface-container-low);
}
.safety-table td code,
.section table td code { word-break: break-word; }

.table-scroll { overflow-x: auto; }

kbd {
  font-family: 'Roboto Mono', ui-monospace, monospace;
  font-size: 0.85em;
  background: var(--md-sys-color-surface-container-high);
  border: 1px solid var(--md-sys-color-outline-variant);
  border-bottom-width: 2px;
  border-radius: 4px;
  padding: 1px 6px;
}

.changelog-entry {
  padding: 1rem 1.25rem;
  margin: 1rem 0;
  background: var(--md-sys-color-surface-container-low);
  border: 1px solid var(--md-sys-color-outline-variant);
  border-radius: 8px;
}
.changelog-entry h3 {
  margin: 0 0 0.4rem 0;
  font-size: 1.05rem;
}
.changelog-entry h3 .changelog-date {
  font-weight: 400;
  font-size: 0.85rem;
  color: var(--md-sys-color-on-surface-variant);
  margin-left: 0.5rem;
  font-family: 'Roboto Mono', ui-monospace, monospace;
}
.changelog-entry p {
  margin: 0;
  line-height: 1.55;
}
