/* FinanceSignal.ai — Signal Lab gap tools (schedules / statements)
 * Cache-bust via ?v= on link. No MOCK chrome.
 */

body.page-signal-lab-tool .page-header .lede + .lede {
  margin-top: 0.35rem;
}

.lab-schedule-wrap {
  overflow-x: auto;
  margin-top: 1rem;
  border: 1px solid var(--line, #2a2d35);
  border-radius: var(--radius, 10px);
}

.lab-schedule-table {
  width: 100%;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
  font-size: 0.92rem;
}

.lab-schedule-table th,
.lab-schedule-table td {
  padding: 0.55rem 0.75rem;
  border-bottom: 1px solid var(--line, #2a2d35);
  text-align: right;
  white-space: nowrap;
}

.lab-schedule-table th:first-child,
.lab-schedule-table td:first-child {
  text-align: left;
}

.lab-schedule-table thead th {
  background: var(--bg-elevated, #12171f);
  font-weight: 650;
  color: var(--ink-muted, #c8c2b4);
}

.lab-schedule-table tbody tr:last-child td {
  border-bottom: 0;
}

.lab-schedule-table tfoot td {
  font-weight: 700;
  background: rgba(61, 184, 168, 0.06);
  border-top: 1px solid var(--line-strong, #3a3f4a);
}

.lab-schedule-table .is-neg {
  color: #e07a6a;
}

.lab-schedule-table .is-pos {
  color: #3db8a8;
}

.lab-stmt-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  gap: 1rem;
  margin-top: 0.75rem;
}

.lab-stmt-panel {
  border: 1px solid var(--line, #2a2d35);
  border-radius: var(--radius, 10px);
  padding: 0.85rem 1rem;
  background: rgba(18, 23, 31, 0.55);
}

.lab-stmt-panel h4 {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
}

.lab-stmt-panel p {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
  color: var(--ink-muted, #c8c2b4);
  line-height: 1.45;
}

.lab-stmt-panel p strong {
  color: var(--ink, #f2f0ea);
}
