.gg-cl-tonight {
  position: relative;
  margin: 0 auto 28px;
  padding: 20px;
  border: 1px solid rgba(80, 135, 255, .32);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 0, rgba(72, 79, 255, .22), transparent 34%),
    linear-gradient(135deg, rgba(11, 24, 43, .98), rgba(8, 18, 32, .98));
  box-shadow: 0 20px 45px rgba(0, 0, 0, .2);
  overflow: hidden;
}
.gg-cl-tonight::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 0 70%, rgba(255,255,255,.035));
}
.gg-cl-tonight-head,
.gg-cl-tonight-title,
.gg-cl-tonight-card-main,
.gg-cl-tonight-teams,
.gg-cl-tonight-status { display: flex; align-items: center; }
.gg-cl-tonight-head { position: relative; z-index: 1; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
.gg-cl-tonight-title { gap: 12px; }
.gg-cl-tonight-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(115, 144, 255, .5);
  border-radius: 50%;
  color: #fff;
  background: radial-gradient(circle, #536cff 0 22%, #18265b 23% 60%, #0d172b 61%);
  box-shadow: 0 0 24px rgba(73, 101, 255, .28);
  font-size: 21px;
}
.gg-cl-tonight-title p { margin: 0 0 2px; color: #8ca8dc; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.gg-cl-tonight-title h2 { margin: 0; color: #fff; font-size: clamp(19px, 2.2vw, 25px); }
.gg-cl-tonight-head > a { color: #bcd0ff; font-size: 13px; font-weight: 800; text-decoration: none; }
.gg-cl-tonight-head > a:hover { color: #fff; }
.gg-cl-tonight-list { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.gg-cl-tonight-card {
  min-width: 0;
  padding: 14px 15px;
  border: 1px solid rgba(118, 144, 200, .2);
  border-radius: 16px;
  color: inherit;
  background: rgba(7, 17, 31, .72);
  text-decoration: none;
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}
.gg-cl-tonight-card:hover { transform: translateY(-2px); border-color: rgba(103, 129, 255, .58); background: rgba(15, 29, 51, .9); }
.gg-cl-tonight-card-main { justify-content: space-between; gap: 12px; }
.gg-cl-tonight-teams { min-width: 0; gap: 9px; font-weight: 800; }
.gg-cl-tonight-team { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gg-cl-tonight-vs { flex: 0 0 auto; color: #647897; font-size: 10px; font-weight: 800; }
.gg-cl-tonight-status { flex: 0 0 auto; justify-content: center; min-width: 52px; min-height: 30px; padding: 5px 9px; border: 1px solid rgba(98, 126, 184, .28); border-radius: 10px; color: #eef4ff; background: rgba(20, 34, 54, .86); font-weight: 900; }
.gg-cl-tonight-status.is-live { border-color: rgba(53, 222, 192, .48); color: #4af0d0; background: rgba(14, 77, 70, .42); }
.gg-cl-tonight-meta { margin-top: 9px; color: #8397b8; font-size: 11px; }
@media (max-width: 900px) {
  .gg-cl-tonight-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .gg-cl-tonight { margin: 0 12px 22px; padding: 15px 14px; border-radius: 19px; }
  .gg-cl-tonight-head { align-items: flex-end; }
  .gg-cl-tonight-head > a { font-size: 0; }
  .gg-cl-tonight-head > a span { font-size: 20px; }
  .gg-cl-tonight-mark { width: 36px; height: 36px; font-size: 18px; }
  .gg-cl-tonight-title h2 { font-size: 19px; }
  .gg-cl-tonight-list { display: flex; gap: 9px; margin-right: -14px; padding-right: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .gg-cl-tonight-list::-webkit-scrollbar { display: none; }
  .gg-cl-tonight-card { flex: 0 0 min(84vw, 330px); scroll-snap-align: start; }
}
