main section { margin-bottom: 24px; }
.table { width: 100%; border-collapse: collapse; }
.table th, .table td { border-bottom: 1px solid var(--border); text-align: left; padding: 8px; }
.metric { font-size: 28px; font-weight: 800; color: var(--text); }
.timeline { list-style: none; padding: 0; margin: 0; }
.timeline li { padding: 8px 0; border-bottom: 1px dashed var(--border); }
