/* TradeWave 2.0 - static report stylesheet
 * Keeps the look close to TW1's Divi-rendered reports without dragging in Divi/WP CSS. */

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: #e0e0e0;
  background: #0f0a15;
  line-height: 1.55;
}

.container-blog-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px 64px;
}

.container-blog-content h1 {
  font-size: 28px;
  line-height: 1.25;
  margin: 8px 0 24px;
  color: #fff;
}

.report-date {
  font-size: 14px;
  color: #93b5f6;
  margin: 4px 0 18px;
}

.report-intro {
  font-size: 17px;
  margin: 0 0 24px;
}

.report-intro .cta,
a.cta {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 18px;
  background: #2563eb;
  color: #fff !important;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

a.cta:hover { background: #1d4ed8; }

/* Highlighted inline text - symbol, dates */
.hl {
  color: #ff6b6b;
  font-weight: 700;
}

/* Collapsible info blocks */
details {
  margin: 24px 0 12px;
  border-top: 1px solid #1f2937;
  padding-top: 16px;
}

details summary {
  cursor: pointer;
  list-style: none;
}

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

.report-h2-info {
  font-size: 22px;
  color: #fff;
  margin: 8px 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.info-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: #93b5f6;
  color: #0f0a15;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
}

.report-h3 {
  font-size: 16px;
  color: #93b5f6;
  margin: 16px 0 6px;
}

.info-block {
  background: rgba(255,255,255,0.04);
  border-left: 3px solid #2563eb;
  padding: 10px 14px;
  margin: 6px 0 14px;
  font-size: 14px;
  color: #d0d0d0;
  border-radius: 0 4px 4px 0;
}

/* Stats table */
.stat-table {
  width: 100%;
  max-width: 600px;
  margin: 20px 0;
  border-collapse: collapse;
  font-size: 15px;
}

.stat-table tr:nth-child(odd) {
  background: rgba(255,255,255,0.03);
}

.stat-td-left {
  padding: 8px 14px;
  color: #93b5f6;
  width: 220px;
}

.stat-td-right {
  padding: 8px 14px;
  color: #fff;
  font-weight: 600;
}

/* Chart images */
.report-chart {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 8px 0 24px;
  background: #fff;
  border: 1px solid #1f2937;
  border-radius: 6px;
}

.closing {
  font-size: 15px;
  color: #c0c0c0;
  margin: 16px 0;
}

/* Mobile */
@media (max-width: 720px) {
  .container-blog-content { padding: 16px 12px 32px; }
  .container-blog-content h1 { font-size: 22px; }
  .report-h2-info { font-size: 18px; }
  .stat-td-left { width: 50%; }
}
