/* pc_tune.r1.css - 2025-10-13: reduce oversized UI on desktop */
@media (min-width: 1024px){
  html{ font-size: 15px; }
  .container{ max-width: 1080px; margin: 0 auto; }
  .card-news .title{ font-size: 1.05rem; }
  .card-news .summary{ font-size: 0.95rem; line-height: 1.45; max-height: none; }
  .grid.cards-4x4{ grid-template-columns: repeat(4, 1fr); gap: 14px; }
  .section-title{ font-size: 1.4rem; }
  header.site-header .brand a{ font-size: 1.2rem; }
}
