/* ==========================================================================
   Moban 8-10-30 — responsive.css
   ========================================================================== */

/* ---- Tablet / màn hình vừa ---- */
@media (max-width: 992px) {
    .poster-title { font-size: 32px; }
    .gallery-shell { padding: 0 46px; }
    .poster-card { width: 260px; }
    .post-detail { padding: 30px 26px; }
    .cta-band-inner { padding: 30px 28px; justify-content: center; text-align: center; }
}

/* ---- Mobile ---- */
@media (max-width: 768px) {
    .header-inner { min-height: 64px; }
    .logo-img { max-height: 42px; }
    .btn-login { padding: 7px 14px; font-size: 13px; }
    .btn-register { padding: 9px 16px; font-size: 13px; }
    .nav-toggle { width: 46px; height: 46px; border-radius: 16px; }

    .poster-section { padding: 32px 0 24px; }
    .poster-title { font-size: 27px; }
    .gallery-shell { padding: 0 44px; }
    .gallery-track { gap: 14px; }
    .poster-card { width: 220px; border-radius: 20px; }
    .gallery-arrow { width: 44px; height: 44px; font-size: 28px; }

    .section-title { font-size: 24px; }
    .game-grid { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 14px; }
    .game-name { font-size: 14px; }

    .news-grid { grid-template-columns: 1fr; gap: 18px; }
    .news-card-link { display: grid; grid-template-columns: 130px 1fr; }
    .news-thumb img { height: 100%; aspect-ratio: auto; }

    .cta-band-title { font-size: 21px; }
    .page-hero-title { font-size: 28px; }
    .post-detail-title { font-size: 26px; }
    .post-nav { grid-template-columns: 1fr; }
    .footer-widgets { grid-template-columns: 1fr; }
}

/* ---- Màn hình nhỏ ---- */
@media (max-width: 480px) {
    .container { padding: 0 14px; }
    .header-actions { gap: 6px; }
    .btn-login { display: none; }

    .poster-title { font-size: 23px; }
    .gallery-shell { padding: 0 40px; }
    .poster-card { width: 190px; }
    .gallery-arrow { width: 38px; height: 38px; font-size: 24px; }

    .game-search-input { padding: 13px 18px 13px 48px; font-size: 15px; }
    .game-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }

    .news-card-link { grid-template-columns: 1fr; }
    .news-thumb img { aspect-ratio: 16 / 9; height: auto; }

    .post-detail { padding: 24px 18px; border-radius: 20px; }
    .post-detail-title { font-size: 23px; }
    .btn-big { padding: 13px 26px; font-size: 15px; }
    .cta-band-inner { padding: 26px 20px; }
}
