/* TreScout · rapor KAPAK sayfası stilleri · site.css üzerine biner · generator (publish-report.ts) üretir */

  /* kapak · iskelet /assets/site.css'te · chip + act burada (arşivle aynı dil) */
  .report-main { max-width: 760px; margin: 0 auto; padding: 56px 24px 48px; }
  .rep-back { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; color: var(--ink-muted); margin-bottom: 28px; transition: color .15s; }
  .rep-back:hover { color: var(--accent); }
  .rep-eyebrow { font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--accent); font-weight: 700; margin-bottom: 12px; }
  .rep-title { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(34px,6vw,52px); line-height: 1.08; font-weight: 700; letter-spacing: -.015em; color: #fff; }
  .rep-chips { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 8px; }
  .chip { font-size: 12px; color: var(--brand-light); background: rgba(95,168,211,.1); border: 1px solid rgba(95,168,211,.22); padding: 4px 10px; border-radius: 999px; white-space: nowrap; }
  .chip-total { color: var(--accent); background: rgba(244,211,94,.1); border-color: rgba(244,211,94,.25); }
  .rep-editorial { margin-top: 30px; font-size: 18px; line-height: 1.7; color: var(--ink); }
  .rep-actions { margin-top: 38px; display: flex; gap: 12px; flex-wrap: wrap; }
  .act { font-size: 15px; font-weight: 600; text-align: center; padding: 13px 26px; border-radius: 11px; transition: transform .12s, box-shadow .12s; }
  .act-read { background: var(--accent); color: #15202B; }
  .act-read:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(244,211,94,.24); }
  .act-dl { color: var(--ink-muted); border: 1px solid rgba(95,168,211,0.28); }
  .act-dl:hover { color: var(--accent); border-color: var(--accent); }
  .rep-note { margin-top: 26px; font-size: 13.5px; color: var(--ink-muted); line-height: 1.6; }
  @media (max-width: 560px) { .report-main { padding: 36px 18px 36px; } .rep-actions .act { flex: 1; } }
