/* Mobile-first refinements layered on top of style.css */

@media (max-width: 768px) {
  .tr-nav { flex-wrap: wrap; padding: 10px 16px; }
  .tr-nav-links { width: 100%; justify-content: flex-start; gap: 12px; }
  .tr-hero-grid { gap: 24px; }
  .tr-hero-meta { grid-template-columns: 1fr 1fr; }
  .tr-h1 { font-size: clamp(36px, 11vw, 60px); }
  .tr-games { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .tr-brand { font-size: 18px; }
  .tr-brand .small { display: none; }
  .tr-user-chip .country { display: none; }
  .tr-section { padding: 32px 0; }
  .tr-card { padding: 16px; }
  .tr-table th, .tr-table td { padding: 10px 8px; font-size: 12px; }
}

@media (min-width: 1600px) {
  :root { --tr-content-max: 1500px; }
}
