.page-wide { max-width: 720px; }

.field-row { display: flex; gap: 14px; }
.field-row .field { flex: 1; }

.field-note { font-size: 12.5px; color: var(--text-faint); line-height: 1.5; margin: -8px 0 4px; }

.result-sub { margin-bottom: 8px; }

.fire-chart, #fire-chart { margin-top: 18px; max-width: 100%; }

.types-section { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--border); }
.types-section .intro { margin-bottom: 18px; }

.table-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: 10px; }

.fire-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
  min-width: 640px;
}
.fire-table th, .fire-table td {
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
  line-height: 1.5;
}
.fire-table thead th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--text-faint);
  background: var(--panel-solid);
}
.fire-table tbody tr:last-child td { border-bottom: none; }
.fire-table td.type-name { font-weight: 700; color: var(--cyan); white-space: nowrap; }
.fire-table td.type-number { font-variant-numeric: tabular-nums; white-space: nowrap; color: var(--text); }
.fire-table td.type-pros { color: var(--good); }
.fire-table td.type-cons { color: var(--bad); }

.table-note { font-size: 12px; color: var(--text-faint); margin-top: 14px; line-height: 1.5; }

@media (max-width: 480px) {
  .field-row { flex-direction: column; gap: 16px; }
  .fire-table { font-size: 12.5px; }
}
