    :root { color-scheme: light; font-family: Arial, sans-serif; color: #172033; background: #f5f7fb; }
    * { box-sizing: border-box; }
    body { margin: 0; padding: 16px; }
    main { max-width: 760px; margin: 0 auto; }
    .report-heading { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 12px; margin: 0 0 10px; }
    h1 { margin: 0 0 10px; font-size: 21px; letter-spacing: 0; }
    .report-heading h1 { margin: 0; }
    .report-regime { display: inline-flex; align-items: center; min-height: 27px; border: 1px solid #facc15; border-radius: 999px; background: #fffbeb; padding: 4px 9px; color: #a16207; font-size: 11px; font-weight: 800; text-transform: uppercase; white-space: nowrap; }
    .report-regime.bullish { border-color: #86efac; background: #ecfdf5; color: #047857; }
    .report-regime.unknown { border-color: #cbd5e1; background: #f8fafc; color: #64748b; }
    .report-intro { margin: 0 0 12px; color: #475569; font-size: 13px; line-height: 1.45; }
    .meta { margin: 0 0 14px; font: 12px/1.45 ui-monospace, SFMono-Regular, Consolas, monospace; color: #4a5568; }
    .meta p { margin: 0; overflow-wrap: anywhere; }
    .table-wrap { overflow-x: auto; border: 1px solid #cbd5e1; background: #fff; }
    table { width: 100%; min-width: 500px; border-collapse: collapse; font-size: 13px; line-height: 1.25; }
    th, td { padding: 8px 9px; border-bottom: 1px solid #e2e8f0; white-space: nowrap; }
    thead th { background: #eef6ff; color: #0f4c81; font-weight: 700; text-align: right; }
    thead th:first-child, tbody th { text-align: left; }
    tbody th { font-weight: 700; color: #172033; }
    td { text-align: right; font-variant-numeric: tabular-nums; }
    tbody tr:nth-child(even) { background: #f8fafc; }
    .empty { padding: 20px; text-align: center; color: #64748b; }
    @media (max-width: 480px) {
      body { padding: 10px; } h1 { font-size: 18px; } .report-intro { font-size: 12px; } .meta { font-size: 11px; }
      .report-heading { align-items: flex-start; } .report-regime { font-size: 10px; }
      .table-wrap { overflow-x: hidden; }
      table { min-width: 0; table-layout: fixed; font-size: 10px; }
      thead th { font-size: 10px; } th, td { padding: 5px 3px; }
      th:nth-child(1), td:nth-child(1) { width: 13%; }
      th:nth-child(2), td:nth-child(2) { width: 18%; }
      th:nth-child(3), td:nth-child(3) { width: 22%; }
      th:nth-child(4), td:nth-child(4), th:nth-child(5), td:nth-child(5) { width: 23.5%; }
    }