/* Candidate 25 — review-only Bounty typography and diagonal cleanup. No deployment. */

@media(min-width:901px){
  .bounty-clean-diagonals-preview-candidate .bounty-intro{
    grid-template-columns:minmax(0,1fr) 440px;
    gap:clamp(36px,5vw,72px);
  }

  .bounty-clean-diagonals-preview-candidate .bounty-copy{
    width:440px;
    max-width:440px;
  }

  .bounty-clean-diagonals-preview-candidate .bounty-copy p:first-child strong{
    white-space:nowrap;
  }
}

/* Remove decorative yellow diagonal strokes while preserving vertical/horizontal rules and status accents. */
.bounty-clean-diagonals-preview-candidate .bounty-loop-section::before,
.bounty-clean-diagonals-preview-candidate .c19-token-card::before,
.bounty-clean-diagonals-preview-candidate .chart-panel::before{
  content:none!important;
  background:none!important;
}
