body { font-family: 'DM Sans', sans-serif; }
h1, h2, h3, h4 { font-family: 'Syne', sans-serif; }

.prose-table th {
  background: rgba(252, 128, 25, 0.15);
  color: #fc8019;
  font-family: 'Syne', sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #2a3045;
}

.prose-table td {
  padding: 11px 16px;
  font-size: 0.9rem;
  color: #c5cad8;
  border-bottom: 1px solid #2a3045;
}

.prose-table tr:last-child td { border-bottom: none; }

.prose-table tr.total-row td {
  background: rgba(34, 197, 94, 0.08);
  color: #f0f2f7;
  font-weight: 700;
  border-top: 1px solid #2a3045;
}

.prose-table tr.danger-row td {
  background: rgba(239, 68, 68, 0.07);
  color: #fca5a5;
  font-weight: 600;
}

details summary::-webkit-details-marker { display: none; }
