/* GameNewsVN visual polish pass - 20260608
   Loaded after child theme CSS to fix cross-site display issues. */

.site-header{
  background:rgba(14,18,28,.96) !important;
  border-bottom:1px solid rgba(255,255,255,.10) !important;
  box-shadow:0 10px 28px rgba(7,10,18,.18) !important;
  color:#f8fafc !important;
}

.site-header .logo-text,
.site-header .logo-text:visited,
.site-header .site-title a,
.site-header .nav-menu a{
  color:#f8fafc !important;
}

.site-header .site-tagline{
  color:rgba(248,250,252,.72) !important;
}

.site-header .header-search-form{
  background:rgba(255,255,255,.08) !important;
  border-color:rgba(255,255,255,.12) !important;
}

.site-header .header-search-form:focus-within{
  background:rgba(255,255,255,.11) !important;
  border-color:rgba(255,255,255,.22) !important;
}

.site-header .search-field{
  color:#f8fafc !important;
}

.site-header .search-field::placeholder{
  color:rgba(248,250,252,.58) !important;
}

.site-header .search-btn,
.site-header .theme-toggle,
.site-header .mobile-menu-btn{
  color:#f8fafc !important;
}

.site-header .mobile-menu-btn span{
  background:#f8fafc !important;
}

.site-header .theme-toggle{
  background:rgba(255,255,255,.08) !important;
  border-color:rgba(255,255,255,.12) !important;
}

.hero-main-overlay{
  background:
    linear-gradient(90deg,rgba(6,9,16,.84) 0%,rgba(6,9,16,.68) 48%,rgba(6,9,16,.22) 100%),
    linear-gradient(180deg,rgba(6,9,16,.10) 0%,rgba(6,9,16,.50) 58%,rgba(6,9,16,.92) 100%) !important;
}

.hero-main-info{
  max-width:min(78%,760px);
  gap:9px !important;
}

.hero-main .hero-main-title{
  font-size:clamp(24px,2.25vw,31px) !important;
  line-height:1.16 !important;
  -webkit-line-clamp:3;
  text-wrap:balance;
}

.hero-main .hero-main-excerpt{
  max-width:64ch;
  color:rgba(255,255,255,.88) !important;
  font-size:14.5px;
  line-height:1.5;
}

.hero-main-info .post-meta{
  flex-wrap:wrap;
  gap:12px !important;
}

.hero-main-img img.is-placeholder-img{
  opacity:.72;
  filter:saturate(.74) contrast(.92) brightness(.58) !important;
  transform:scale(1.015);
}

.hero-side-img img.is-placeholder-img,
.card-thumbnail img.is-placeholder-img,
.cat-main-img img.is-placeholder-img,
.cat-side-img img.is-placeholder-img,
.trending-img img.is-placeholder-img,
.article-featured-img img.is-placeholder-img{
  opacity:.84;
  filter:saturate(.80) contrast(.94) brightness(.72) !important;
}

.card-title,
.card-excerpt{
  min-height:0 !important;
}

.article-meta{
  row-gap:10px;
}

.meta-author,
.meta-date,
.meta-read,
.meta-date-sm{
  color:var(--txt-2);
}

@media(max-width:900px){
  .hero-main-info{
    max-width:100%;
  }
}

@media(max-width:720px){
  .hero-section{
    padding:16px 0 20px;
  }

  .hero-main{
    border-radius:8px !important;
  }

  .hero-main-img{
    padding-top:66% !important;
  }

  .hero-main-overlay{
    background:
      linear-gradient(90deg,rgba(6,9,16,.86) 0%,rgba(6,9,16,.68) 58%,rgba(6,9,16,.32) 100%),
      linear-gradient(180deg,rgba(6,9,16,.08) 0%,rgba(6,9,16,.48) 46%,rgba(6,9,16,.94) 100%) !important;
  }

  .hero-main-info{
    padding:16px !important;
    gap:7px !important;
  }

  .hero-main .hero-main-title{
    font-size:clamp(20px,5.35vw,23px) !important;
    line-height:1.15 !important;
    -webkit-line-clamp:4;
  }

  .hero-main .hero-main-excerpt{
    font-size:13px !important;
    line-height:1.45 !important;
    -webkit-line-clamp:2;
  }

  .hero-badge-row{
    gap:6px !important;
  }

  .hero-main .cat-label,
  .hero-main .post-badge{
    min-height:22px !important;
    padding:3px 8px !important;
    font-size:9.5px !important;
    line-height:1.35 !important;
  }

  .hero-main-info .post-meta,
  .hero-main-info .meta-date,
  .hero-main-info .meta-read{
    font-size:11.5px !important;
    gap:8px !important;
  }

  .quick-cats-section{
    position:relative;
    overflow:hidden !important;
    padding-bottom:14px !important;
  }

  .quick-cats-section::after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:10px;
    width:32px;
    pointer-events:none;
    background:linear-gradient(90deg,rgba(255,255,255,0),var(--bg-body,#f7f8fb));
  }

  .quick-cats-wrap{
    display:flex !important;
    flex-wrap:nowrap !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    max-width:100% !important;
    gap:8px !important;
    padding:0 30px 2px 0 !important;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    scroll-snap-type:x proximity;
  }

  .quick-cats-wrap::-webkit-scrollbar{
    display:none;
  }

  .quick-cats-label,
  .quick-cat-pill{
    flex:0 0 auto !important;
    min-height:38px !important;
    max-width:min(64vw,220px);
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap !important;
    scroll-snap-align:start;
  }

  .post-card .card-body{
    padding:12px 14px 14px !important;
    gap:7px !important;
  }

  .post-card .card-title{
    font-size:15.5px !important;
    line-height:1.32 !important;
    -webkit-line-clamp:2;
  }

  .post-card .card-excerpt{
    font-size:13px !important;
    line-height:1.45 !important;
  }

  .article-title{
    font-size:clamp(25px,7vw,30px) !important;
    line-height:1.12 !important;
    text-wrap:balance;
  }

  .article-meta{
    gap:8px 12px !important;
    padding:12px 0 !important;
    margin-bottom:16px !important;
  }

  .article-meta > span{
    min-height:26px;
    font-size:12px !important;
  }

  .article-featured-img{
    border-radius:8px !important;
    margin-bottom:18px !important;
  }

  .article-intel{
    padding:14px !important;
    margin-bottom:18px !important;
  }
}

@media(max-width:420px){
  .hero-main .hero-main-title{
    font-size:21px !important;
  }

  .site-header .logo-text{
    font-size:clamp(21px,6.3vw,24px) !important;
  }
}
