:root {
  --brand: #d32f2f;
  --brand-dark: #a31f26;
  --ink: #171717;
  --muted: #696969;
  --surface: #ffffff;
  --surface-soft: #f5f5f5;
  --line: #e5e5e5;
  --header: #121212;
  --max-width: 1440px;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--surface);
  font-family: Helvetica, Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(211, 47, 47, 0.65);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 8px 14px;
  color: #fff;
  background: var(--brand);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 72px;
  color: #fff;
  background: rgba(18, 18, 18, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
  width: min(100%, var(--max-width));
  height: 100%;
  margin: 0 auto;
  padding: 0 38px;
  display: grid;
  grid-template-columns: 180px 1fr 180px;
  align-items: center;
}

.site-brand {
  width: auto;
  height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-mark {
  width: 150px;
  height: 48px;
  flex: 0 0 150px;
  overflow: hidden;
}

.brand-mark .brand-logo {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-slot {
  display: block;
  width: 150px;
  height: 42px;
}

.site-nav {
  justify-self: center;
}

.site-nav ul {
  display: flex;
  align-items: center;
  gap: 42px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a {
  position: relative;
  display: block;
  padding: 24px 0 20px;
  font-size: 17px;
  font-weight: 600;
  white-space: nowrap;
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 14px;
  left: 0;
  height: 2px;
  background: var(--brand);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #ef4a50;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-spacer {
  width: 100%;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero,
.hero-slide {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 72% 32%, rgba(211, 47, 47, 0.38), transparent 28%),
    radial-gradient(circle at 18% 70%, rgba(163, 31, 38, 0.34), transparent 32%),
    linear-gradient(125deg, #080808 0%, #262626 52%, #111 100%);
}

.hero-neutral::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(30deg, transparent 49.5%, rgba(255,255,255,.18) 50%, transparent 50.5%),
    linear-gradient(150deg, transparent 49.5%, rgba(255,255,255,.12) 50%, transparent 50.5%);
  background-size: 120px 120px;
}

.hero-slide picture,
.hero-slide picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-slide picture img {
  object-fit: cover;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.12) 65%, rgba(0,0,0,.28));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, var(--max-width));
  min-height: 540px;
  margin: 0 auto;
  padding: 0 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.hero-kicker {
  margin: 0 0 10px;
  color: #ef4a50;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero h1,
.hero-slide h1 {
  margin: 0;
  font-size: clamp(48px, 6vw, 86px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.hero-subtitle {
  margin: 18px 0 0;
  color: rgba(255,255,255,.8);
  font-size: clamp(18px, 2vw, 28px);
}

.hero-wordmark {
  width: 180px;
  height: 90px;
  margin-bottom: 16px;
  object-fit: contain;
  object-position: left center;
}

.temporary-badge {
  margin: 0 0 12px;
  padding: 5px 12px;
  color: #fff;
  background: rgba(211, 47, 47, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.hero-controls {
  position: absolute;
  z-index: 5;
  right: 38px;
  bottom: 30px;
  display: flex;
  gap: 10px;
}

.hero-control {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.5);
  color: #fff;
  background: rgba(0,0,0,.36);
  cursor: pointer;
}

.section {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  padding: 76px 40px;
}

.section-soft {
  max-width: none;
  background: var(--surface-soft);
}

.section-soft > .section-inner {
  width: min(100%, calc(var(--max-width) - 80px));
  margin: 0 auto;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 34px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.15;
}

.section-heading p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
}

.text-link {
  color: var(--brand);
  font-weight: 700;
}

.game-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.home-game-card {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  color: #fff;
  background: #1b1b1b;
  box-shadow: var(--shadow);
}

.home-game-card > img:first-child {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.home-game-card:hover > img:first-child {
  transform: scale(1.035);
}

.home-game-card::after {
  content: "";
  position: absolute;
  inset: 32% 0 0;
  background: linear-gradient(transparent, rgba(0,0,0,.92));
}

.game-card-content {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 28px;
  left: 26px;
}

.game-icon {
  width: 82px;
  height: 82px;
  margin-bottom: 16px;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 8px 30px rgba(0,0,0,.3);
}

.game-card-content h3 {
  margin: 0 0 6px;
  font-size: 27px;
}

.game-card-content p {
  margin: 0;
  color: rgba(255,255,255,.78);
}

.status-pill {
  display: inline-flex;
  margin-top: 18px;
  padding: 5px 12px;
  border: 1px solid rgba(255,255,255,.44);
  border-radius: 999px;
  font-size: 12px;
}

.temporary-notice {
  margin: 0 0 30px;
  padding: 15px 18px;
  color: #6f2227;
  background: #fff2f2;
  border-left: 4px solid var(--brand);
  font-size: 14px;
}

.empty-state {
  min-height: 280px;
  padding: 60px 24px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--muted);
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(211,47,47,.04), transparent 55%),
    #fafafa;
}

.empty-state strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 28px;
}

.news-feature {
  display: grid;
  grid-template-columns: minmax(190px, .55fr) minmax(0, 1.45fr);
  min-height: 310px;
  overflow: hidden;
  background: #1f322d;
  color: #fff;
  box-shadow: var(--shadow);
}

.news-year {
  display: grid;
  place-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.12), transparent 35%),
    var(--brand);
  font-size: clamp(54px, 8vw, 104px);
  font-weight: 800;
  letter-spacing: -.06em;
}

.news-copy {
  padding: 54px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-copy h3 {
  margin: 0 0 16px;
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.25;
}

.news-copy p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 17px;
}

.careers-callout {
  min-height: 320px;
  padding: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 30%, rgba(211,47,47,.42), transparent 35%),
    linear-gradient(120deg, #161616, #2b2b2b);
}

.careers-callout h2 {
  margin: 0 0 12px;
  font-size: clamp(34px, 5vw, 58px);
}

.careers-callout p {
  margin: 0;
  color: rgba(255,255,255,.72);
}

.button {
  min-width: 150px;
  padding: 13px 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: var(--brand);
  border: 1px solid var(--brand);
  font-weight: 700;
  transition: background 180ms ease, transform 180ms ease;
}

.button:hover {
  background: var(--brand-dark);
  transform: translateY(-2px);
}

.page-banner {
  min-height: 270px;
  padding: 60px 30px;
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 70% 10%, rgba(211,47,47,.32), transparent 34%),
    #151515;
}

.page-banner h1 {
  margin: 0 0 8px;
  font-size: clamp(42px, 6vw, 66px);
  line-height: 1.1;
}

.page-banner p {
  margin: 0;
  color: rgba(255,255,255,.65);
}

.games-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.games-list-card {
  min-height: 390px;
  display: grid;
  grid-template-columns: 210px 1fr;
  overflow: hidden;
  background: #f0f0f0;
  box-shadow: var(--shadow);
}

.games-list-copy {
  position: relative;
  z-index: 2;
  padding: 32px 24px 30px 30px;
  background: rgba(255,255,255,.94);
}

.games-list-copy h2 {
  margin: 18px 0 6px;
  font-size: 26px;
  line-height: 1.25;
}

.games-list-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.games-list-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-card {
  max-width: 1040px;
  min-height: 330px;
  margin: 0 auto;
  padding: clamp(40px, 7vw, 88px);
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}

.content-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: var(--brand);
}

.content-card .eyebrow {
  color: var(--brand);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.content-card h2 {
  margin: 12px 0 18px;
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1.2;
}

.content-card p {
  max-width: 760px;
  margin: 10px 0;
  color: var(--muted);
  font-size: 17px;
}

.fact-row {
  margin-top: 34px;
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  border-top: 1px dashed #ccc;
  color: #4f4f4f;
}

.legal-layout {
  width: min(100%, 960px);
  margin: 0 auto;
  padding: 64px 36px 90px;
}

.draft-notice {
  margin-bottom: 34px;
  padding: 16px 18px;
  color: #7a1f24;
  background: #fff1f1;
  border-left: 4px solid var(--brand);
  font-weight: 700;
}

.legal-layout h1 {
  margin: 0 0 8px;
  font-size: clamp(38px, 6vw, 58px);
}

.legal-layout h2 {
  margin: 42px 0 12px;
  font-size: 24px;
}

.legal-layout p,
.legal-layout li {
  color: #4f4f4f;
}

.legal-meta {
  color: var(--muted);
}

.site-footer {
  padding: 52px 30px 34px;
  color: rgba(255,255,255,.68);
  background: #111;
  text-align: center;
}

.footer-inner {
  width: min(100%, 1040px);
  margin: 0 auto;
}

.footer-name {
  margin: 0 0 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.footer-meta {
  margin: 5px 0;
  font-size: 13px;
}

.footer-links {
  margin: 24px 0 18px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 28px;
  font-size: 14px;
}

.footer-links a:hover,
.icp-link:hover {
  color: #fff;
}

.icp-line {
  margin: 18px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 13px;
}

@media (max-width: 1100px) {
  .header-inner {
    grid-template-columns: 150px 1fr 20px;
    padding: 0 24px;
  }

  .site-nav ul {
    gap: 24px;
  }

  .game-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .games-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  .site-header {
    height: 60px;
  }

  .header-inner {
    padding: 0 18px;
    display: flex;
    justify-content: space-between;
  }

  .site-brand,
  .brand-slot {
    width: auto;
    height: 36px;
  }

  .site-brand {
    gap: 8px;
  }

  .brand-mark {
    width: 110px;
    height: 36px;
    flex-basis: 110px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 38px 28px;
    display: none;
    justify-self: stretch;
    background: rgba(18,18,18,.99);
  }

  .nav-open .site-nav {
    display: block;
  }

  .site-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .site-nav a {
    padding: 16px 4px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    font-size: 20px;
  }

  .site-nav a::after,
  .header-spacer {
    display: none;
  }

  .hero,
  .hero-slide,
  .hero-content {
    min-height: 430px;
  }

  .hero-content {
    padding: 0 24px;
  }

  .hero h1,
  .hero-slide h1 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .hero-slide picture img {
    object-position: center;
  }

  .hero-slide::after {
    background: linear-gradient(90deg, rgba(0,0,0,.75), rgba(0,0,0,.18));
  }

  .hero-controls {
    right: 18px;
    bottom: 18px;
  }

  .section {
    padding: 52px 20px;
  }

  .section-soft > .section-inner {
    width: 100%;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 24px;
  }

  .game-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .home-game-card {
    min-height: 66vw;
  }

  .game-card-content {
    right: 15px;
    bottom: 16px;
    left: 15px;
  }

  .game-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 9px;
    border-radius: 14px;
  }

  .game-card-content h3 {
    font-size: 19px;
  }

  .game-card-content p,
  .status-pill {
    display: none;
  }

  .news-feature {
    grid-template-columns: 1fr;
  }

  .news-year {
    min-height: 180px;
    font-size: 72px;
  }

  .news-copy {
    padding: 34px 26px 40px;
  }

  .careers-callout {
    min-height: 360px;
    padding: 38px 26px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }

  .page-banner {
    min-height: 220px;
  }

  .games-list-card {
    min-height: 260px;
    grid-template-columns: 36% 64%;
  }

  .games-list-copy {
    padding: 22px 14px 18px 18px;
  }

  .games-list-copy .game-icon {
    width: 62px;
    height: 62px;
  }

  .games-list-copy h2 {
    margin-top: 12px;
    font-size: 20px;
  }

  .games-list-copy p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .content-card {
    min-height: 300px;
    padding: 42px 28px 48px 34px;
  }

  .fact-row {
    flex-direction: column;
    gap: 6px;
  }

  .legal-layout {
    padding: 44px 22px 70px;
  }

  .site-footer {
    padding: 42px 20px 28px;
  }
}

@media (max-width: 380px) {
  .game-showcase-grid {
    grid-template-columns: 1fr;
  }

  .home-game-card {
    min-height: 118vw;
  }

  .games-list-card {
    grid-template-columns: 42% 58%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* 首页沿用原站的轮播、游戏卡片和动态卡片表现层。 */
.home-banner {
  position: relative;
  width: 100%;
  height: 540px;
  overflow: hidden;
  color: #fff;
  background: #000;
}

.home-banner-swiper {
  height: calc(100% - 26px);
}

.home-banner-swiper,
.home-banner-swiper .swiper-wrapper,
.home-banner-slide,
.home-banner-card {
  width: 100%;
}

.home-banner-swiper .swiper-wrapper,
.home-banner-slide,
.home-banner-card {
  height: 100%;
}

.home-banner-slide {
  position: relative;
  overflow: hidden;
  background: #000;
}

.home-banner-card {
  position: relative;
  display: block;
  overflow: hidden;
}

.home-banner-picture,
.home-banner-picture::after,
.home-banner-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-banner-picture::after {
  content: "";
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, .55), transparent 46%, rgba(0, 0, 0, .08));
}

.home-banner-image {
  object-fit: cover;
  object-position: center;
}

.home-banner-copy {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: max(70px, calc((100vw - 1440px) / 2 + 70px));
  max-width: 660px;
  text-align: left;
  text-shadow: 3px 4px 12px rgba(0, 0, 0, .82);
}

.home-banner-wordmark {
  width: 220px;
  height: 104px;
  margin-bottom: 16px;
  object-fit: contain;
  object-position: left center;
}

.home-banner-copy h1,
.home-banner-copy p {
  margin: 0;
  color: #fff;
  font-weight: 650;
  line-height: 1.18;
  white-space: nowrap;
}

.home-banner-copy h1 {
  font-size: clamp(38px, 3vw, 50px);
}

.home-banner-copy p {
  margin-top: 4px;
  font-size: clamp(30px, 2.7vw, 46px);
}

.home-banner-button {
  width: 176px;
  height: 46px;
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #d32f2f;
  border: 1px solid #d32f2f;
  box-shadow: 3px 4px 12px rgba(211, 47, 47, .5);
  font-size: 18px;
  font-weight: 600;
  text-shadow: none;
}

.home-banner-card[href] .home-banner-button {
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease;
}

.home-banner-card[href]:hover .home-banner-button {
  background: #ee2727;
  border-color: #ee2727;
}

.carousel-control {
  position: absolute;
  z-index: 8;
  top: 45%;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  cursor: pointer;
}

.carousel-control span {
  display: block;
  line-height: 1;
}

.home-banner .carousel-control {
  width: 40px;
  height: 80px;
  color: #d32f2f;
  background: rgba(0, 0, 0, .3);
  border: 1px solid rgba(0, 0, 0, .15);
  font-size: 30px;
  transform: translateY(-50%);
}

.home-banner-prev {
  left: 20px;
}

.home-banner-next {
  right: 20px;
}

.home-banner-pagination {
  position: absolute;
  z-index: 9;
  right: 0;
  bottom: 0;
  left: 0;
  height: 26px;
  padding: 8px max(6vw, 70px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: #000;
}

.home-banner-progress.swiper-pagination-bullet {
  position: relative;
  width: 100%;
  max-width: 180px;
  height: 6px;
  margin: 0 !important;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  opacity: 1;
  background: rgba(255, 255, 255, .5);
  cursor: pointer;
}

.home-banner-progress > span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: #d32f2f;
}

.home-banner-progress.swiper-pagination-bullet-active {
  height: 10px;
  background: rgba(211, 47, 47, .5);
}

.home-banner-progress.swiper-pagination-bullet-active > span {
  animation: home-banner-progress 4s linear forwards;
}

.home-banner.is-paused .home-banner-progress.swiper-pagination-bullet-active > span {
  animation-play-state: paused;
}

@keyframes home-banner-progress {
  from { width: 0; }
  to { width: 100%; }
}

.home-module {
  width: min(100%, 1560px);
  margin: 0 auto;
  padding: 38px 40px 0;
  overflow: hidden;
}

.home-module-heading {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.home-module-heading h2 {
  margin: 0;
  color: #333;
  font-size: 28px;
  line-height: 1.3;
}

.home-module-heading a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #d32f2f;
  font-size: 14px;
}

.home-module-heading a span {
  font-size: 20px;
  line-height: 1;
}

.home-game-swiper {
  position: relative;
  width: 100%;
  margin-top: 18px;
  overflow: hidden;
}

.home-game-list {
  align-items: stretch;
}

.home-game-slide {
  height: auto;
}

.home-game-card {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding-bottom: 48px;
  display: block;
  overflow: visible;
  color: #fff;
  background: transparent;
  box-shadow: none;
}

.home-game-card::after {
  content: none;
}

.home-game-cover {
  position: relative;
  width: 100%;
  aspect-ratio: 750 / 1058;
  overflow: hidden;
  background: #191919;
}

.home-game-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.home-game-copy {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 50%;
  padding: 0 25px 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  opacity: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .92));
  transition: opacity 500ms ease;
}

.home-game-copy h3,
.home-game-copy p {
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-game-copy h3 {
  font-size: 24px;
  line-height: 1.35;
  white-space: nowrap;
  text-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.home-game-copy p {
  margin-top: 12px;
  display: -webkit-box;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-game-card:hover .home-game-copy,
.home-game-card:focus-within .home-game-copy {
  opacity: 1;
}

.home-game-card:hover .home-game-image {
  transform: scale(1.025);
}

.home-game-icon-wrap {
  position: relative;
  z-index: 3;
  width: 100px;
  height: 100px;
  margin: -50px auto 0;
}

.home-game-icon,
.home-game-icon-glow {
  position: absolute;
  object-fit: cover;
  border-radius: 25px;
}

.home-game-icon {
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-game-icon-glow {
  z-index: -1;
  top: 10px;
  left: 5px;
  width: 90px;
  height: 90px;
  filter: blur(17px);
}

.home-game-swiper > .carousel-control {
  width: 40px;
  height: 40px;
  color: #979797;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
  font-size: 28px;
  transform: translateY(-100%);
}

.home-game-prev {
  left: 0;
}

.home-game-next {
  right: 0;
}

.home-game-swiper .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.home-news {
  padding-top: 38px;
  padding-bottom: 76px;
}

.home-news-list,
.news-page-list {
  margin-top: 18px;
  padding: 0 2px 6px;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scrollbar-width: none;
}

.home-news-list::-webkit-scrollbar,
.news-page-list::-webkit-scrollbar {
  display: none;
}

.home-news-card {
  width: calc((100% - 40px) / 3);
  min-width: min(480px, calc((100% - 40px) / 3));
  min-height: 400px;
  overflow: hidden;
  color: #333;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  text-align: left;
}

.home-news-image-wrap {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.home-news-image {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 72% 24%, rgba(211, 47, 47, .24), transparent 34%),
    linear-gradient(135deg, #0e0e0e, #281719 62%, #111);
  transition: transform 500ms linear;
}

.home-news-image img {
  width: 64%;
  max-height: 110px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .22));
}

.home-news-image span {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.home-news-card:hover .home-news-image {
  transform: scale(1.08);
}

.home-news-copy {
  min-height: 150px;
  padding: 18px 30px 20px;
}

.home-news-copy h3 {
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  color: #333;
  font-size: 18px;
  line-height: 22px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-news-copy p {
  margin: 17px 0 0;
  display: -webkit-box;
  overflow: hidden;
  color: #777;
  font-size: 13px;
  line-height: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-news-copy time {
  margin-top: 8px;
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 16px;
}

.news-page-list {
  margin-top: 0;
}

.news-page .home-news-card {
  flex: 0 0 min(480px, 100%);
}

@media (max-width: 750px) {
  .home-banner {
    height: 106.67vw;
    min-height: 405px;
  }

  .home-banner-swiper {
    height: calc(100% - 18px);
  }

  .home-banner-picture {
    bottom: auto;
    height: 61.33vw;
  }

  .home-banner-picture::after {
    background: linear-gradient(180deg, transparent 72%, rgba(0, 0, 0, .45));
  }

  .home-banner-image {
    object-fit: cover;
  }

  .home-banner-copy {
    top: 45vw;
    right: 0;
    bottom: auto;
    left: 0;
    max-width: none;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .home-banner-wordmark {
    width: 42vw;
    height: 20vw;
    margin: 0 0 3vw;
    object-position: center;
  }

  .home-banner-copy h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .home-banner-copy p {
    margin-top: 0;
    font-size: 16px;
    line-height: 30px;
  }

  .home-banner-button {
    width: 100%;
    height: 12.266vw;
    min-height: 46px;
    margin-top: 5.2vw;
    box-shadow: none;
  }

  .home-banner .carousel-control {
    top: 30.5vw;
    width: 18px;
    height: 60px;
    font-size: 24px;
  }

  .home-banner-prev {
    left: 0;
  }

  .home-banner-next {
    right: 0;
  }

  .home-banner-pagination {
    height: 18px;
    padding: 6px 3px;
    gap: 2px;
  }

  .home-banner-progress.swiper-pagination-bullet {
    max-width: 70px;
    height: 3px;
  }

  .home-banner-progress.swiper-pagination-bullet-active {
    height: 5px;
  }

  .home-module {
    width: 100%;
    padding: 36px 0 0;
  }

  .home-module-heading {
    min-height: 35px;
    padding: 0 20px;
    gap: 10px;
  }

  .home-module-heading h2 {
    font-size: 22px;
  }

  .home-module-heading a {
    font-size: 0;
  }

  .home-module-heading a span {
    font-size: 24px;
  }

  .home-game-swiper {
    margin-top: 15px;
    padding: 0 20px;
    overflow: visible;
  }

  .home-games {
    overflow: hidden;
  }

  .home-game-card {
    padding-bottom: 30px;
  }

  .home-game-copy {
    min-height: 26.133vw;
    padding: 0 10px 7vw;
    opacity: 1;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .8));
  }

  .home-game-copy h3 {
    font-size: 16px;
  }

  .home-game-copy p {
    display: none;
  }

  .home-game-icon-wrap {
    width: 70px;
    height: 70px;
    margin-top: -30px;
  }

  .home-game-icon {
    inset: 5px;
    width: 60px;
    height: 60px;
    border-radius: 15px;
  }

  .home-game-icon-glow {
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    border-radius: 15px;
  }

  .home-game-swiper > .carousel-control {
    display: none;
  }

  .home-news {
    padding-top: 28px;
    padding-bottom: 58px;
  }

  .home-news-list {
    margin-top: 15px;
    padding: 0 20px 6px;
  }

  .home-news-card {
    width: 57.866vw;
    min-width: 57.866vw;
    min-height: 64vw;
  }

  .home-news-image-wrap {
    height: 32.8vw;
  }

  .home-news-image img {
    max-height: 64px;
  }

  .home-news-copy {
    min-height: 31.2vw;
    padding: 10px 15px 12px;
  }

  .home-news-copy h3 {
    font-size: 14px;
    line-height: 18px;
  }

  .home-news-copy p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
    -webkit-line-clamp: 2;
  }

  .home-news-copy time {
    margin-top: 4px;
    font-size: 12px;
  }

  .news-page-list {
    display: block;
  }

  .news-page .home-news-card {
    width: 100%;
    min-width: 0;
    min-height: 320px;
  }

  .news-page .home-news-image-wrap {
    height: 190px;
  }

  .news-page .home-news-copy {
    min-height: 130px;
  }
}
