* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; background: #050505; }
body.theme-022 {
  margin: 0;
  min-width: 320px;
  color: #999;
  background:
    linear-gradient(rgba(5, 5, 5, .24), rgba(5, 5, 5, .38)),
    url("../img/hero-black-gold-bg.svg") center top / 100% 800px fixed repeat-y;
  background-color: #050505;
  font: 12px/1 Arial, "Microsoft YaHei", sans-serif;
  overflow-x: hidden;
}

/* PG hot-game covers: real crawlable copy with locally hosted artwork. */
.index_layer2__3N88A .s22-pg-games { gap: 18px 14px; }
.index_layer2__3N88A .s22-pg-games > li {
  height: auto;
  min-height: 0;
  border: 1px solid rgba(251, 229, 156, .1);
  border-radius: 8px;
  background: #292929;
}
.s22-pg-game {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: inherit;
}
.s22-pg-game .text__2Ok-D {
  order: 2;
  width: 100%;
  height: 154px;
  min-width: 0;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.s22-pg-game .text__2Ok-D h3 {
  margin: 0;
  color: #f3f3f3;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}
.s22-pg-game .text__2Ok-D p {
  margin: 8px 0 0;
  display: -webkit-box;
  overflow: hidden;
  color: #999;
  font-size: 11px;
  line-height: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.s22-pg-game .text__2Ok-D span {
  margin-top: 9px;
  color: #fbe59c;
  font-size: 12px;
  line-height: 18px;
}
.s22-pg-game .icon__JVEp1 {
  order: 1;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  padding: 0;
  aspect-ratio: 6 / 5;
  overflow: hidden;
  justify-content: center;
}
.s22-pg-game .icon__JVEp1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: none;
}
.index_layer2__3N88A .s22-pg-games > li:hover {
  border-color: rgba(251, 229, 156, .34);
  background: #303030;
}
.index_layer2__3N88A .s22-pg-games > li:hover .icon__JVEp1 img { transform: scale(1.04); }

@media (max-width: 1100px) {
  .s22-pg-game .text__2Ok-D h3 { font-size: 18px; }
}

@media (max-width: 600px) {
  .index_layer2__3N88A .s22-pg-games { gap: 10px; }
  .index_layer2__3N88A .s22-pg-games > li {
    height: auto;
    min-height: 0;
    padding: 0;
    display: block;
  }
  .s22-pg-game {
    display: flex;
    flex-direction: column;
  }
  .s22-pg-game .icon__JVEp1 {
    order: 1;
    width: 100%;
    height: auto;
    flex: 0 0 auto;
    aspect-ratio: 6 / 5;
  }
  .s22-pg-game .icon__JVEp1 img { width: 100%; height: 100%; }
  .s22-pg-game .text__2Ok-D {
    order: 2;
    width: 100%;
    height: 118px;
    padding: 12px;
    display: flex;
    overflow: hidden;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .s22-pg-game .text__2Ok-D h3 {
    width: 100%;
    min-height: 42px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
  .s22-pg-game .text__2Ok-D p {
    margin-top: 5px;
    font-size: 10px;
    line-height: 15px;
    -webkit-line-clamp: 2;
  }
  .s22-pg-game .text__2Ok-D span { display: none; }
}

/* Rules and guide pages: T19 information architecture in the T22 black-gold skin. */
.s22-docs-page main {
  min-height: 70vh;
  padding-bottom: 64px;
}
.s22-docs-layout {
  width: min(1200px, calc(100% - 24px));
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: 274px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}
.s22-docs-aside,
.s22-docs-main {
  border: 1px solid rgba(251, 229, 156, .14);
  border-radius: 6px;
  background: rgba(31, 31, 31, .94);
  box-shadow: 0 18px 38px -30px #000;
}
.s22-docs-aside {
  position: sticky;
  top: 92px;
  max-height: calc(100vh - 112px);
  padding: 20px 16px;
  overflow: auto;
}
.s22-docs-aside-head {
  margin-bottom: 16px;
  padding: 0 8px 15px;
  border-bottom: 1px solid rgba(251, 229, 156, .12);
}
.s22-docs-aside-head span {
  display: block;
  margin-bottom: 5px;
  color: #8a7950;
  font-size: 10px;
  line-height: 15px;
}
.s22-docs-aside-head h2 {
  color: #fbe59c;
  font-size: 19px;
  line-height: 27px;
  font-weight: 500;
}
.s22-docs-nav-details { border: 0; }
.s22-docs-nav-details > summary { display: none; list-style: none; }
.s22-docs-nav-details > summary::-webkit-details-marker { display: none; }
.s22-docs-nav-list { margin: 0; padding: 0; }
.s22-docs-nav-list--depth-1,
.s22-docs-nav-list--depth-2 {
  margin: 3px 0 3px 10px;
  padding-left: 9px;
  border-left: 1px solid #3a3529;
}
.s22-docs-nav-list li > a {
  display: block;
  padding: 7px 9px;
  border-radius: 3px;
  color: #9c9c9c;
  font-size: 13px;
  line-height: 19px;
  transition: color .2s ease, background .2s ease;
}
.s22-docs-nav-list li > a:hover,
.s22-docs-nav-list li.is-active > a {
  color: #fbe59c;
  background: rgba(251, 229, 156, .07);
}
.s22-docs-main { min-width: 0; padding: 28px 32px 38px; }
.s22-docs-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 20px;
  color: #777;
  font-size: 12px;
  line-height: 18px;
}
.s22-docs-crumb a { color: #aaa; }
.s22-docs-crumb a:hover { color: #fbe59c; }
.s22-docs-header {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(251, 229, 156, .14);
}
.s22-docs-header h1 {
  color: #f4e4aa;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}
.s22-docs-header > p { margin-top: 8px; color: #999; font-size: 14px; line-height: 23px; }
.s22-docs-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.s22-docs-tags span {
  padding: 4px 9px;
  border: 1px solid rgba(251, 229, 156, .2);
  border-radius: 3px;
  color: #c9b976;
  background: rgba(251, 229, 156, .05);
  font-size: 11px;
  line-height: 16px;
}
.s22-docs-body { color: #b5b5b5; font-size: 15px; line-height: 1.8; overflow-wrap: anywhere; }
.s22-docs-body h1,
.s22-docs-body h2,
.s22-docs-body h3,
.s22-docs-body h4 { margin: 1.5em 0 .6em; color: #eee0aa; font-weight: 500; line-height: 1.4; }
.s22-docs-body h1 { font-size: 25px; }
.s22-docs-body h2 { font-size: 21px; }
.s22-docs-body h3 { font-size: 18px; }
.s22-docs-body h4 { font-size: 16px; }
.s22-docs-body p,
.s22-docs-body li { margin: .65em 0; }
.s22-docs-body ul { padding-left: 1.25em; }
.s22-docs-body ol { padding-left: 1.45em; }
.s22-docs-body ul li { list-style: disc; }
.s22-docs-body ol li { list-style: decimal; }
.s22-docs-body a { color: #e2cf83; text-decoration: underline; text-underline-offset: 3px; }
.s22-docs-body strong { color: #ddd; }
.s22-docs-body img { max-width: 100%; height: auto; margin: 15px auto; border-radius: 5px; cursor: zoom-in; }
.s22-docs-body table { width: 100%; margin: 18px 0; border-collapse: collapse; font-size: 13px; }
.s22-docs-body th,
.s22-docs-body td { padding: 10px 12px; border: 1px solid #3c392f; text-align: left; vertical-align: top; }
.s22-docs-body th { color: #eadb9f; background: #29271f; }
.s22-docs-body blockquote {
  margin: 18px 0;
  padding: 12px 16px;
  border-left: 3px solid #c5ad5d;
  color: #aaa;
  background: rgba(251, 229, 156, .05);
}
.s22-docs-body .rules-kw-note {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid rgba(251, 229, 156, .12);
  color: #777;
  font-size: 12px;
}
.s22-guide-lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  padding: 20px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, .9);
}
.s22-guide-lightbox[hidden] { display: none; }
.s22-guide-lightbox img { max-width: min(1100px, 96vw); max-height: 90vh; object-fit: contain; }

@media (max-width: 900px) {
  .s22-docs-layout { grid-template-columns: 1fr; margin-top: 18px; }
  .s22-docs-aside { position: static; max-height: none; padding: 15px; overflow: visible; }
  .s22-docs-aside-head { margin-bottom: 10px; padding-bottom: 10px; }
  .s22-docs-nav-details > summary {
    padding: 10px 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(251, 229, 156, .13);
    border-radius: 3px;
    color: #d8ca95;
    background: #26241e;
    cursor: pointer;
  }
  .s22-docs-nav-details > summary span { color: #858070; font-size: 11px; }
  .s22-docs-nav-details:not([open]) .s22-docs-nav { display: none; }
  .s22-docs-nav { padding-top: 10px; }
  .s22-docs-main { padding: 22px 20px 30px; }
}

@media (max-width: 600px) {
  .s22-docs-page main { padding-bottom: 38px; }
  .s22-docs-layout { width: calc(100% - 16px); gap: 10px; }
  .s22-docs-main { padding: 18px 14px 25px; }
  .s22-docs-crumb { margin-bottom: 14px; }
  .s22-docs-header { margin-bottom: 18px; padding-bottom: 16px; }
  .s22-docs-header h1 { font-size: 24px; line-height: 33px; }
  .s22-docs-body { font-size: 14px; line-height: 1.75; }
  .s22-docs-body h1 { font-size: 22px; }
  .s22-docs-body h2 { font-size: 19px; }
  .s22-docs-body h3 { font-size: 17px; }
  .s22-docs-body table { display: block; overflow-x: auto; white-space: nowrap; }
}

/* PG Queen detail: source layout, theme_022 gold/black palette. */
.s22-pg-container { width: min(1180px, calc(100% - 24px)); margin: 0 auto; padding: 36px 0 64px; color: #d5d5d5; font-size: 16px; line-height: 1.75; }
.s22-pg-card { padding: 28px; border: 1px solid rgba(251, 229, 156, .12); border-radius: 10px; background: #252525; box-shadow: 0 28px 50px -36px rgba(0,0,0,.9); }
.s22-pg-card-grid { display: grid; gap: 24px; }
.s22-pg-info { grid-template-columns: 150px minmax(0, 1fr); }
.s22-pg-cover { width: 150px; height: 150px; margin: 0; overflow: hidden; border-radius: 10px; }
.s22-pg-cover img { width: 100%; height: 100%; object-fit: cover; }
.s22-pg-title h1 { margin: 0 0 10px; color: #fff1bd; font-size: 32px; line-height: 42px; font-weight: 500; letter-spacing: 0; }
.s22-pg-devices { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 16px; color: #999; font-size: 13px; }
.s22-pg-devices span { display: flex; align-items: center; gap: 5px; }
.s22-pg-devices img { width: 18px; height: 18px; object-fit: contain; filter: grayscale(1) brightness(1.8); }
.s22-pg-actions { display: flex; flex-wrap: wrap; gap: 12px; padding-top: 18px; }
.s22-pg-actions a { padding: 8px 22px; border: 1px solid #fbe59c; border-radius: 50px; color: #17130a; background: #fbe59c; font-weight: 700; }
.s22-pg-actions a:nth-child(2) { color: #fbe59c; background: transparent; }
.s22-pg-lead { grid-column: 1 / 3; padding-top: 18px; border-top: 1px solid rgba(251, 229, 156, .18); color: #aaa; }
.s22-pg-reading-layout { display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 22px; align-items: start; }
.s22-pg-reading-content { min-width: 0; }
.s22-pg-guide { top: 105px; margin-top: 24px; }
.s22-pg-section-title { position: relative; width: 100%; height: 56px; margin-top: 24px; overflow: hidden; }
.s22-pg-section-title img { position: absolute; left: 50%; bottom: 0; height: 48px; width: auto; transform: translateX(-50%); filter: sepia(1) saturate(.75) brightness(1.28); opacity: .72; }
.s22-pg-section-title h2 { position: relative; z-index: 1; margin: 0; padding-top: 16px; color: #fff5ce; font-size: 21px; line-height: 32px; font-weight: 600; text-align: center; letter-spacing: 0; }
.s22-pg-copy p { margin: 10px 0; color: #bbb; }
.s22-pg-copy h3 { margin: 24px 0 12px; color: #fbe59c; font-size: 21px; }
.s22-pg-copy figure { margin: 14px auto; text-align: center; }
.s22-pg-copy figure img { width: auto; max-width: 100%; max-height: 560px; margin: auto; border-radius: 8px; }
.s22-pg-copy ol { margin: 20px 0 0; padding: 18px 28px 18px 48px; border: 1px solid rgba(251, 229, 156, .22); background: #1c1c1c; }
.s22-pg-copy ol li { padding: 5px 0; list-style: decimal; }
.s22-pg-copy ul { margin: 14px 0 0; }
.s22-pg-copy ul li { position: relative; padding: 8px 0 8px 24px; border-bottom: 1px solid rgba(251, 229, 156, .1); }
.s22-pg-copy ul li::before { content: "✦"; position: absolute; left: 0; color: #fbe59c; }
.s22-pg-trial-fallback { display: grid; grid-template-columns: 220px minmax(0, 1fr); align-items: center; gap: 32px; }
.s22-pg-trial-fallback > img { width: 220px; aspect-ratio: 6 / 5; object-fit: cover; border-radius: 8px; }
.s22-pg-trial-fallback h3 { margin: 0 0 8px; color: #fbe59c; font-size: 24px; }
.s22-pg-trial-fallback p { max-width: 620px; color: #aaa; }
.s22-pg-trial-mobile { display: none; }
.s22-pg-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.s22-pg-feature-grid img { width: 100%; border-radius: 8px; }
@media (min-width: 601px) {
  .s22-pg-feature-grid { grid-template-columns: repeat(2, minmax(0, 300px)); justify-content: center; align-items: center; gap: 40px; }
  .s22-pg-feature-grid img { width: auto; max-width: 100%; max-height: 228px; object-fit: contain; }
}
.s22-pg-paytable { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(251, 229, 156, .2); border-radius: 8px; background: rgba(251, 229, 156, .16); }
.s22-pg-paytable > div { min-height: 150px; padding: 14px; display: grid; grid-template-columns: 76px 1fr; align-content: center; gap: 2px 12px; background: #1c1c1c; }
.s22-pg-paytable img { grid-row: 1 / 3; width: 76px; height: 76px; object-fit: contain; }
.s22-pg-paytable strong { align-self: end; color: #eee; }
.s22-pg-paytable span { color: #999; font-size: 13px; }
.s22-pg-paytable--facts > div { min-height: 96px; grid-template-columns: 1fr; text-align: center; }
.s22-pg-paytable--facts strong { align-self: end; color: #fbe59c; }
.s22-pg-more { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.s22-pg-more figure { min-width: 0; margin: 0; text-align: center; }
.s22-pg-more img { width: 100%; aspect-ratio: 6 / 5; object-fit: cover; border-radius: 8px; }
.s22-pg-more figcaption { padding-top: 8px; color: #ddd; font-size: 13px; line-height: 19px; }

@media (max-width: 900px) {
  .s22-pg-container { padding-top: 24px; }
  .s22-pg-reading-layout { grid-template-columns: 1fr; }
  .s22-pg-guide { position: static; order: -1; }
  .s22-pg-guide .s22-detail-side-card { min-width: 0; padding: 14px; }
  .s22-pg-guide .s22-detail-toc { max-height: none; overflow-x: auto; overflow-y: hidden; flex-direction: row; gap: 12px; scrollbar-width: thin; }
  .s22-pg-guide .s22-detail-toc li { flex: 0 0 auto; }
  .s22-pg-guide .s22-detail-toc a,
  .s22-pg-guide .s22-detail-toc .is-sub a { padding: 0 2px 5px; border-left: 0; border-bottom: 2px solid #3c3c3c; white-space: nowrap; }
  .s22-pg-guide .s22-detail-toc a.is-active { border-bottom-color: #e9d481; }
  .s22-pg-more { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
  .s22-pg-container { width: calc(100% - 16px); font-size: 14px; }
  .s22-pg-card { padding: 15px; }
  .s22-pg-info { display: block; }
  .s22-pg-cover { width: 180px; height: 180px; margin: 0 auto 16px; }
  .s22-pg-title h1 { font-size: 25px; line-height: 34px; text-align: center; }
  .s22-pg-devices { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .s22-pg-devices span { min-width: 0; justify-content: center; white-space: nowrap; }
  .s22-pg-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .s22-pg-actions a { min-width: 0; padding: 8px 4px; font-size: 13px; text-align: center; white-space: nowrap; }
  .s22-pg-lead { margin-top: 18px; }
  .s22-pg-section-title { height: 46px; }
  .s22-pg-section-title img { height: 38px; }
  .s22-pg-section-title h2 { padding-top: 11px; font-size: 16px; }
  .s22-pg-trial-fallback { grid-template-columns: 1fr; gap: 18px; text-align: center; }
  .s22-pg-trial-fallback > img { width: min(240px, 100%); margin: auto; }
  .s22-pg-trial-fallback .s22-pg-actions { grid-template-columns: 1fr; }
  .s22-pg-trial-fallback { display: none; }
  .s22-pg-trial-mobile { display: block; padding: 8px; }
  .s22-pg-trial-mobile iframe { display: block; width: 100%; height: 580px; border: 0; border-radius: 8px; background: #111; }
  .s22-pg-feature-grid { grid-template-columns: 1fr; }
  .s22-pg-paytable { grid-template-columns: 1fr 1fr; }
  .s22-pg-paytable > div { grid-template-columns: 58px 1fr; min-height: 112px; padding: 10px; }
  .s22-pg-paytable img { width: 58px; height: 58px; }
  .s22-pg-more { gap: 10px; }
  .s22-pg-more figcaption { font-size: 11px; line-height: 16px; }
}
body.theme-022 main { padding-top: 85px; background: transparent; }
body, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dd, form, input { margin: 0; padding: 0; }
ul, li { list-style: none; }
a { color: #d7d7d7; text-decoration: none; }
img { display: block; border: 0; height: auto; }
input, button { font-family: Arial, "Microsoft YaHei", sans-serif; border: 0; outline: 0; }
.s22-wrap { width: 1200px; margin: 0 auto; }

.s22-herder {
  position: fixed;
  top: 0;
  width: 100%;
  height: 85px;
  border-bottom: 1px solid rgba(251, 229, 156, .14);
  background: rgba(7, 7, 7, .94);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .24);
  backdrop-filter: blur(14px);
  transition: height .25s ease, background .25s ease, box-shadow .25s ease;
  z-index: 20;
}
.s22-herder.is-scrolled {
  height: 72px;
  background: rgba(3, 3, 3, .98);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .42);
}
.s22-herder-box {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.s22-herder-box ul {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(96px, 128px)) 178px repeat(3, minmax(96px, 128px));
  align-items: center;
  justify-content: center;
  column-gap: 4px;
  color: #d7d7d7;
}
.s22-herder-box li:not(.s22-logo-li) {
  width: auto;
  height: 85px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  background: none;
}
.s22-herder.is-scrolled .s22-herder-box li:not(.s22-logo-li),
.s22-herder.is-scrolled .s22-logo-li { height: 72px; }
.s22-herder-box li a {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
  transition: color .2s ease, background .2s ease;
}
.s22-herder-box li:hover a { color: #fbe59c !important; background: rgba(251, 229, 156, .04); }
.s22-herder-box li a.is-active {
  color: #fbe59c;
  background: rgba(251, 229, 156, .06);
}
.s22-herder-box li a.is-active::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 2px;
  left: 18px;
  height: 2px;
  background: #e9d481;
  box-shadow: 0 0 8px rgba(233, 212, 129, .55);
}
.s22-header-entry {
  position: fixed;
  z-index: 2;
  top: 20px;
  right: 18px;
  width: 144px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(251, 229, 156, .55);
  border-radius: 3px;
  color: #17130a;
  background: linear-gradient(90deg, #fff1c5, #e9d481);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .28);
  font-size: 14px;
  font-weight: 600;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.s22-header-entry:hover,
.s22-header-entry:focus-visible {
  color: #fff3c3;
  background: #211d13;
  transform: translateY(-1px);
}
.s22-header-entry:active { transform: translateY(1px); }
.s22-herder.is-scrolled .s22-header-entry { top: 14px; }
.s22-header-entry__short { display: none; }
.s22-nav-short { display: none; }
.s22-logo-li {
  width: 178px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s22-logo-li img {
  width: 170px;
  height: 70px;
  object-fit: contain;
  transition: width .25s ease, height .25s ease;
}
.s22-herder.is-scrolled .s22-logo-li img { width: 150px; height: 62px; }
main section[id] { scroll-margin-top: 96px; }

.s22-banner {
  position: relative;
  height: 520px;
  overflow: hidden;
  background: transparent;
}
.s22-banner::before {
  display: none;
}
.s22-banner-inner {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.s22-banner-copy {
  position: absolute;
  z-index: 1;
  left: 35px;
  top: 82px;
  width: 680px;
  color: #fff;
}
.s22-banner-copy p {
  color: #fbe59c;
  font-size: 20px;
  line-height: 30px;
}
.s22-banner-copy h1 {
  margin-top: 4px;
  color: #fff7c8;
  max-width: 100%;
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.s22-banner-copy h2 {
  color: #fbe59c;
  font-size: 30px;
  line-height: 42px;
  font-weight: 400;
}
.s22-banner-line {
  width: 360px;
  max-width: 100%;
  height: 2px;
  margin: 16px 0;
  background: linear-gradient(90deg, #fbe59c, transparent);
}
.s22-banner-copy span {
  display: block;
  color: #d7d7d7;
  font-size: 18px;
  line-height: 32px;
}
.s22-banner-copy a {
  width: 168px;
  height: 46px;
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f3dc94;
  border-radius: 4px;
  color: #17130a;
  font-size: 15px;
  font-weight: 600;
  background: linear-gradient(90deg, #fff1c5, #e9d481);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .55);
  transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.s22-banner-copy a:hover,
.s22-banner-copy a:focus-visible {
  color: #fff3c3;
  background: #211d13;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .38), inset 0 0 0 1px rgba(233, 212, 129, .24);
  transform: translateY(-2px);
}
.s22-banner-copy a:active { transform: translateY(1px); }
.s22-banner-visual {
  position: absolute;
  right: 24px;
  bottom: 0;
  width: 500px;
  height: 500px;
}
.s22-banner-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center bottom;
}
.s22-card {
  position: absolute;
  width: 120px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #111;
  background: #fff8e3;
  box-shadow: 0 24px 70px rgba(0,0,0,.45);
  font-size: 72px;
  font-weight: 700;
}
.s22-card-a { right: 220px; top: 72px; transform: rotate(-13deg); }
.s22-card-k { right: 132px; top: 105px; color: #c50000; transform: rotate(10deg); }
.s22-chip {
  position: absolute;
  border-radius: 50%;
  border: 10px dashed rgba(255,255,255,.7);
  box-shadow: inset 0 0 0 12px rgba(0,0,0,.16), 0 18px 45px rgba(0,0,0,.4);
}
.s22-chip-red { right: 50px; bottom: 56px; width: 118px; height: 118px; background: #b80000; }
.s22-chip-gold { right: 160px; bottom: 22px; width: 145px; height: 145px; background: #fbe59c; }
.s22-dots {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
}
.s22-dots i {
  width: 42px;
  height: 4px;
  border-radius: 4px;
  background: rgba(255,255,255,.35);
}
.s22-dots .active { background: #fbe59c; }

.s22-notice {
  height: 48px;
  background: rgba(8, 8, 8, .72);
  border: 0;
}
.s22-notice-box {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  color: #d7d7d7;
  overflow: hidden;
}
.s22-notice b {
  width: 72px;
  color: #fbe59c;
  font-size: 16px;
}
.s22-notice span {
  display: block;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
}
.s22-metrics {
  position: relative;
  z-index: 2;
  margin-top: -70px;
  background: transparent;
}
.s22-metrics-list {
  width: 1200px;
  margin: 0 auto;
  padding: 28px 0 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  background: transparent;
  box-shadow: none;
}
.s22-metrics-list li {
  min-width: 0;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(233, 212, 129, .12);
  text-align: center;
}
.s22-metrics-list li:first-child { border-left: 1px solid rgba(233, 212, 129, .12); }
.s22-metric-dial {
  position: relative;
  width: 90px;
  height: 90px;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border-radius: 50%;
  background: conic-gradient(from -45deg, #f4dea0 0 var(--metric-progress), rgba(244, 222, 160, .12) var(--metric-progress) 100%);
  box-shadow: 0 0 24px rgba(233, 212, 129, .1);
}
.s22-metric-dial::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(251, 229, 156, .26);
  border-radius: inherit;
  background: #121212;
}
.s22-metric-dial strong,
.s22-metric-dial span {
  position: relative;
  z-index: 1;
}
.s22-metric-dial strong {
  color: #fff3c3;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
}
.s22-metric-dial span {
  margin-top: 9px;
  color: #d7c589;
  font-size: 13px;
  line-height: 1;
}
.s22-metrics-list p {
  margin: 0;
  color: #eee;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
.s22-metrics-list small {
  margin-top: 2px;
  color: #8f8f8f;
  font-size: 10px;
  line-height: 16px;
  white-space: nowrap;
}

.index_layer2__3N88A {
  width: 1200px;
  max-width: calc(100% - 24px);
  margin: 0 auto;
  padding: 38px 0 46px;
  background: transparent;
  border: 0;
}
.s22-game-head {
  height: 106px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
  text-align: center;
}
.s22-game-head span {
  width: 110px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #454545 70%, #6b6b6b);
  position: relative;
}
.s22-game-head span:last-child {
  background: linear-gradient(90deg, #6b6b6b, #454545 30%, transparent);
}
.s22-game-head span::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #565656;
}
.s22-game-head span:last-child::after {
  left: 0;
  right: auto;
}
.s22-game-head h2 {
  color: #fbe59c;
  font-size: 52px;
  line-height: 62px;
  font-weight: 400;
  white-space: nowrap;
}
.s22-game-head p {
  margin-top: 12px;
  color: #fbe59c;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
}
.index_layer2__3N88A ul {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px 20px;
  background: transparent;
}
.index_layer2__3N88A li {
  position: relative;
  height: 170px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  cursor: pointer;
  background: #2b2b2b;
  border-radius: 22px;
  box-shadow: none;
}
.index_layer2__3N88A li::before { display: none; }
.index_layer2__3N88A li:hover { background: #303030; }
.text__2Ok-D {
  position: static;
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
  padding-left: 28px;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: transparent;
}
.text__2Ok-D h2 {
  width: 100%;
  color: #d7d7d7;
  font-size: clamp(22px, 1.45vw, 32px);
  line-height: 36px;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
}
.text__2Ok-D h2::after {
  content: "热门推荐";
  display: block;
  margin-top: 6px;
  color: #969696;
  font-size: 13px;
  line-height: 19px;
  white-space: normal;
  word-break: keep-all;
}
.index_layer2__3N88A li:nth-child(1) .text__2Ok-D h2::after { content: "高倍赏金对战，爆分节奏更刺激"; }
.index_layer2__3N88A li:nth-child(2) .text__2Ok-D h2::after { content: "女王主题大奖，华丽转轴人气热玩"; }
.index_layer2__3N88A li:nth-child(3) .text__2Ok-D h2::after { content: "经典国风麻将，轻松上手连赢不断"; }
.index_layer2__3N88A li:nth-child(4) .text__2Ok-D h2::after { content: "升级麻将玩法，倍数奖励更有看点"; }
.index_layer2__3N88A li:nth-child(5) .text__2Ok-D h2::after { content: "船长宝藏冒险，金币奖励一路开启"; }
.index_layer2__3N88A li:nth-child(6) .text__2Ok-D h2::after { content: "人气棋牌竞技，炸金花对局更痛快"; }
.index_layer2__3N88A li:nth-child(7) .text__2Ok-D h2::after { content: "牛牛抢庄对局，牌局节奏紧张刺激"; }
.index_layer2__3N88A li:nth-child(8) .text__2Ok-D h2::after { content: "经典 21 点玩法，策略与好运同场"; }
.index_layer2__3N88A li:nth-child(9) .text__2Ok-D h2::after { content: "热门百家乐桌，沉浸式经典体验"; }
.index_layer2__3N88A li:nth-child(10) .text__2Ok-D h2::after { content: "快速抢庄牛牛，翻倍对局畅快开局"; }
.index_layer2__3N88A li:nth-child(11) .text__2Ok-D h2::after { content: "黄金城寻宝，探索大奖惊喜不断"; }
.index_layer2__3N88A li:nth-child(12) .text__2Ok-D h2::after { content: "招财猫奖励，萌趣主题好运加持"; }
.icon__JVEp1 {
  position: static;
  flex: 0 0 118px;
  width: 118px;
  height: 100%;
  padding-right: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: transparent;
}
.icon__JVEp1 img {
  width: 112px;
  height: 112px;
  object-fit: contain;
  transition: transform .5s ease;
}
.index_layer2__3N88A li:hover .icon__JVEp1 img {
  transform: scale(1.1);
}

.index_layer3__1DuSP {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.s22-platform-section { padding-top: 38px; }
.s22-platform-section > .s22-game-head,
.page2__22yzt > .s22-game-head {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.title__3dk5w {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px 0;
}
.title__3dk5w h2 {
  padding-bottom: 10px;
  color: #fbe59c;
  font-size: 34px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}
.title__3dk5w p {
  color: #fbe59c;
  background: url("/static/theme_022/img/bg6.46d02e52.png") center no-repeat;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}
.layer3_box__23RsY {
  width: 590px;
  border-radius: 24px;
}
.index_layer3__1DuSP .icon__JVEp1 {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  padding: 0;
}
.index_layer3__1DuSP .bg__2OGdy {
  display: block;
  width: 100%;
  height: 100%;
}
.index_layer3__1DuSP .pic__3z_zw {
  position: absolute;
  bottom: 0;
  right: 44px;
  width: auto;
  height: auto;
  max-width: none;
  transition: .5s;
}
.index_layer3__1DuSP .text__2Ok-D {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 215px;
  padding: 0;
  background: #2b2b2b;
  border-radius: 0 0 25px 25px;
}
.index_layer3__1DuSP .text_box__c-n_Q {
  width: 560px;
  margin: 0 auto;
}
.index_layer3__1DuSP .text_Top__2LYad {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #333;
}
.index_layer3__1DuSP .text_Top__2LYad p {
  float: left;
  width: 385px;
  color: #d7d7d7;
  font-size: 12px;
  line-height: 25px;
}
.index_layer3__1DuSP .playBtn__1NlEm {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  float: right;
  width: 155px;
  height: 56px;
  border: 3px solid #fbe59c;
  border-radius: 28px;
  color: #fbe59c;
  background: url("/static/theme_022/img/play.802c9e72.png") 100px center no-repeat;
  font-size: 20px;
  font-weight: 700;
  text-indent: 40px;
}
.playBtn__1NlEm:hover {
  color: #000;
  background: #fbe59c;
}
.index_layer3__1DuSP .text_Bottom__2MrC4 {
  width: 100%;
}
.index_layer3__1DuSP .text_Bottom__2MrC4 ul {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.index_layer3__1DuSP .text_Bottom__2MrC4 li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100px;
  cursor: pointer;
}
.index_layer3__1DuSP .text_Bottom__2MrC4 a {
  display: block;
  color: #d7d7d7;
}
.index_layer3__1DuSP .text_Bottom__2MrC4 img {
  width: 45px;
  height: 45px;
  margin: 12px 0;
  filter: grayscale(100%);
  opacity: .4;
}
.index_layer3__1DuSP .bt__gU_x5 {
  color: #90aca4;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
}

.page2__22yzt {
  width: 100%;
  min-height: 634px;
  padding-top: 38px;
  padding-bottom: 20px;
  background: transparent;
}
.page2__22yzt .page2_box__2DBkU {
  position: relative;
  width: 1200px;
  height: 634px;
  margin: 0 auto;
  overflow: hidden;
}
.page2_box__2DBkU .text__3puny {
  position: relative;
  z-index: 1;
  float: left;
  width: 485px;
}
.page2_box__2DBkU .tit__25XvL { padding: 60px 0; }
.page2_box__2DBkU .tit__25XvL img {
  width: 120px;
  transition: .5s;
}
.page2_box__2DBkU .tit__25XvL img:hover { transform: scale(1.1); }
.page2_box__2DBkU .text__3puny img {
  display: block;
  margin: 0 auto;
}
.page2_box__2DBkU .text__3puny > span {
  display: block;
  width: 185px;
  height: 54px;
  margin: 0 auto;
  border-radius: 27px;
  font-size: 26px;
  line-height: 54px;
  text-align: center;
}
.page2_box__2DBkU .text__3puny > p {
  width: 355px;
  margin: 0 auto;
  padding: 35px 0;
  color: #666;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.page2_box__2DBkU .icon__3l3do {
  position: absolute;
  top: 17px;
  right: 0;
  isolation: isolate;
}
.page2_box__2DBkU .icon__3l3do img {
  width: auto;
  height: 600px;
  opacity: .96;
  mix-blend-mode: lighten;
  -webkit-mask-image: radial-gradient(ellipse 92% 90% at 64% 52%, #000 52%, rgba(0,0,0,.9) 70%, transparent 100%);
  mask-image: radial-gradient(ellipse 92% 90% at 64% 52%, #000 52%, rgba(0,0,0,.9) 70%, transparent 100%);
  animation: esports-float 2s linear infinite;
}
.game_list__2rID0 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 80px;
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  color: #4d4d4d;
}
.list_box__3TD1N {
  position: relative;
  width: 560px;
  height: 240px;
  margin: 15px 0;
  background: url("/static/theme_022/img/iconBG.b7d1c8e0.png") no-repeat;
}
.game_enter__28h93 {
  margin-top: 30px;
  margin-left: 35px;
}
.game_title__yPKJ0 {
  display: flex;
  align-items: center;
  height: 80px;
}
.game_title__yPKJ0 > img {
  width: auto;
  height: 75px;
}
.game_name__YZPHE { margin-left: 15px; }
.game_name__YZPHE p:first-child { font-size: 24px; }
.game_name__YZPHE p:nth-child(2) {
  margin-top: 10px;
  font-size: 13px;
}
.enter_btn__ISMfS {
  position: absolute;
  z-index: 1;
  top: 115px;
  left: 35px;
  width: 160px;
  height: 42px;
  margin-top: 30px;
  border: 1px solid #4d4d4d;
  border-radius: 20px;
  font-size: 18px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}
.game_icon__y7UW2 {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  transition: .5s;
}
.list_box__3TD1N:hover .game_icon__y7UW2 { transform: scale(1.05); }
.noFixed__7Y04i {
  color: #fbe59c;
  background: #000;
  box-shadow: 0 5px 10px #000;
  font-weight: 600;
  cursor: pointer;
}
.noFixed__7Y04i:hover {
  color: #000;
  background: linear-gradient(90deg, #fff1c5, #e9d481);
}
@keyframes esports-float {
  50% { transform: translateY(-6px); }
}

.s22-news {
  padding: 38px 0 64px;
  background: transparent;
}
.s22-title {
  text-align: center;
  margin-bottom: 34px;
}
.s22-title h2 {
  color: #fff;
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
}
.s22-title p {
  color: #fbe59c;
  font-size: 14px;
  line-height: 24px;
}
.s22-news-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.s22-news-post {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding-bottom: 18px;
  overflow: hidden;
  border: 1px solid rgba(251, 229, 156, .14);
  border-radius: 6px;
  background: rgba(35, 35, 35, .9);
  transition: transform .2s ease, border-color .2s ease;
}
.s22-news-post:hover { transform: translateY(-3px); border-color: rgba(251, 229, 156, .34); }
.s22-news-post__thumb {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 16px;
  place-items: center;
  overflow: hidden;
  background: #171717;
}
.s22-news-post__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, .45));
}
.s22-news-post__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.s22-news-post:hover .s22-news-post__thumb img { transform: scale(1.04); }
.s22-news-post__thumb--placeholder {
  background: linear-gradient(135deg, #3b3320, #171717 72%);
}
.s22-news-post__thumb--placeholder > span {
  color: rgba(251, 229, 156, .72);
  font-size: 52px;
  font-weight: 700;
}
.s22-news-post__cat {
  align-self: flex-start;
  margin: 0 18px 10px;
  padding: 3px 9px;
  border-radius: 3px;
  color: #171717;
  background: #e9d481;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
}
.s22-news-post h3 {
  margin: 0 18px 10px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
}
.s22-news-post h3 a { color: #eee; }
.s22-news-post h3 a:hover { color: #fbe59c; }
.s22-news-post > p {
  flex: 1;
  margin: 0 18px 16px;
  display: -webkit-box;
  overflow: hidden;
  color: #999;
  font-size: 13px;
  line-height: 21px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.s22-news-post__meta {
  margin: auto 18px 0;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px dashed rgba(251, 229, 156, .15);
  color: #777;
  font-size: 12px;
  line-height: 18px;
}
.s22-news-post__meta > a { color: #fbe59c; white-space: nowrap; }
.s22-news-more { margin-top: 24px; display: flex; justify-content: center; }
.s22-news-more a {
  min-width: 150px;
  height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9d481;
  border-radius: 4px;
  color: #fbe59c;
  font-size: 14px;
}
.s22-news-more a:hover {
  color: #fff;
  background: rgba(251, 229, 156, .1);
}

.s22-page-head {
  padding: 58px 0;
  background: #101010;
  border-bottom: 1px solid #1d1d1d;
}
.s22-page-head h1 {
  color: #fff;
  font-size: 38px;
  line-height: 54px;
  font-weight: 400;
}
.s22-page-head p,
.s22-empty {
  color: #999;
  font-size: 14px;
  line-height: 24px;
}
.s22-crumb {
  display: flex;
  gap: 8px;
  color: #fbe59c;
  font-size: 14px;
  margin-bottom: 10px;
}
.s22-section { padding: 54px 0; background: #1c1c1c; }
.s22-faq { padding: 58px 0 64px; background: transparent; }
.s22-faq .s22-wrap { width: 880px; max-width: calc(100% - 24px); }
.s22-faq-head { margin-bottom: 24px; }
.s22-faq-head span { display: block; margin-bottom: 9px; color: #e9d481; font-size: 12px; line-height: 18px; }
.s22-faq-head h2 { margin: 0; color: #f5f5f5; font-size: 30px; line-height: 40px; font-weight: 600; }
.s22-faq-list { width: 100%; display: flex; flex-direction: column; gap: 8px; }
.s22-faq-list details { min-width: 0; padding: 0; overflow: hidden; border: 1px solid rgba(251, 229, 156, .14); border-radius: 6px; background: #232323; }
.s22-faq-list details[open] { border-color: rgba(251, 229, 156, .3); }
.s22-faq-list summary {
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  list-style: none;
  color: #f3f3f3;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
}
.s22-faq-list summary::-webkit-details-marker { display: none; }
.s22-faq-list summary::after { content: "+"; flex: 0 0 auto; color: #e9d481; font-size: 19px; line-height: 20px; }
.s22-faq-list details[open] summary { border-bottom: 1px solid rgba(251, 229, 156, .14); }
.s22-faq-list details[open] summary::after { content: "−"; }
.s22-faq-list p { margin: 0; padding: 14px 22px 20px; color: #aaa; font-size: 14px; line-height: 25px; }
.s22-news-card h2 { margin: 8px 0 0; font-size: 20px; line-height: 29px; letter-spacing: 0; }
.s22-news-card h2 a { color: #f1f1f1; }
.s22-news-card h2 a:hover { color: #fbe59c; }
.s22-news-card footer { margin-top: auto; padding-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #777; font-size: 12px; }
.s22-news-card footer a { color: #fbe59c; white-space: nowrap; }
.s22-pagination { margin-top: 30px; display: flex; align-items: center; justify-content: center; gap: 18px; color: #aaa; }
.s22-pagination a { min-width: 88px; padding: 10px 16px; border: 1px solid rgba(251, 229, 156, .3); border-radius: 6px; color: #fbe59c; text-align: center; }
.s22-news-grid,
.s22-news-grid--wide {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.s22-news-card {
  min-height: 150px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  background: #101010;
  border: 1px solid #2b2b2b;
}
.s22-news-card span { color: #fbe59c; }
.s22-news-card strong {
  display: block;
  margin: 12px 0;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}
.s22-news-card p { color: #999; line-height: 20px; }
.s22-reading-progress {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
}
.s22-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: #e9d481;
  box-shadow: 0 0 8px rgba(233, 212, 129, .45);
}
.s22-detail-section { padding: 42px 0 72px; }
.s22-detail-wrap { width: 1200px; max-width: calc(100% - 24px); margin: 0 auto; }
.s22-detail-crumb {
  min-width: 0;
  margin-bottom: 18px;
  align-items: center;
  color: #777;
}
.s22-detail-crumb a { flex: 0 0 auto; color: #fbe59c; }
.s22-detail-crumb__current {
  min-width: 0;
  overflow: hidden;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.s22-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 26px;
  align-items: start;
}
.s22-detail-article {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(251, 229, 156, .14);
  border-radius: 6px;
  background: rgba(26, 26, 26, .94);
}
.s22-detail-cover {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 21 / 9;
  margin: 0;
  overflow: hidden;
  place-items: center;
  background: #111;
}
.s22-detail-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(26, 26, 26, .88));
}
.s22-detail-cover img { width: 100%; height: 100%; object-fit: cover; }
.s22-detail-cover--placeholder { background: linear-gradient(135deg, #3b3320, #151515 72%); }
.s22-detail-cover--placeholder span { color: rgba(251, 229, 156, .72); font-size: 92px; font-weight: 700; }
.s22-detail-head,
.s22-detail-body,
.s22-detail-tags,
.s22-detail-share,
.s22-detail-nav,
.s22-detail-foot { padding-right: 38px; padding-left: 38px; }
.s22-detail-head { padding-top: 28px; padding-bottom: 24px; }
.s22-detail-cat { display: inline-flex; margin: 0 0 12px; }
.s22-detail-head h1 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.35;
  font-weight: 500;
}
.s22-detail-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; color: #777; font-size: 13px; line-height: 20px; }
.s22-detail-meta > * { position: relative; }
.s22-detail-meta > * + *::before { content: "·"; position: absolute; left: -11px; color: #555; }
.s22-detail-lede {
  margin: 20px 0 0;
  padding-left: 14px;
  border-left: 3px solid #e9d481;
  color: #aaa;
  font-size: 15px;
  line-height: 1.75;
}
.s22-detail-body {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #d2d2d2;
  font-size: 16px;
  line-height: 1.9;
}
.s22-detail-body h2,
.s22-detail-body h3 { margin: 1.8em 0 .75em; color: #fff; line-height: 1.4; scroll-margin-top: 100px; }
.s22-detail-body h2 { padding-bottom: 10px; border-bottom: 1px solid rgba(251, 229, 156, .14); font-size: 25px; }
.s22-detail-body h3 { color: #fbe59c; font-size: 20px; }
.s22-detail-body p { margin: 0 0 1.15em; }
.s22-detail-body ul,
.s22-detail-body ol { margin: 0 0 1.15em; padding-left: 1.4em; }
.s22-detail-body a { color: #fbe59c; border-bottom: 1px dashed rgba(251, 229, 156, .55); }
.s22-detail-body blockquote {
  margin: 20px 0;
  padding: 15px 18px;
  border-left: 3px solid #e9d481;
  color: #bbb;
  background: rgba(251, 229, 156, .06);
}
.s22-detail-body img,
.s22-detail-body video,
.s22-detail-body iframe { max-width: 100%; height: auto; }
.s22-detail-body img { display: block; margin: 20px auto; border-radius: 4px; }
.s22-detail-body table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.s22-detail-body th,
.s22-detail-body td { padding: 8px 12px; border: 1px solid #3a3a3a; white-space: nowrap; }
.s22-detail-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.s22-detail-tags span {
  padding: 4px 10px;
  border: 1px solid rgba(251, 229, 156, .2);
  border-radius: 3px;
  color: #d9c477;
  background: rgba(251, 229, 156, .05);
  font-size: 12px;
}
.s22-detail-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #303030;
  color: #777;
  font-size: 13px;
}
.s22-detail-share button,
.s22-detail-share a {
  min-height: 32px;
  padding: 5px 12px;
  border: 1px solid #3a3a3a;
  border-radius: 3px;
  color: #bbb;
  background: #222;
  font: inherit;
  cursor: pointer;
}
.s22-detail-share button:hover,
.s22-detail-share a:hover { color: #fbe59c; border-color: rgba(251, 229, 156, .4); }
.s22-detail-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.s22-detail-nav > a {
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid #303030;
  border-radius: 4px;
  background: #202020;
}
.s22-detail-nav small { display: block; margin-bottom: 5px; color: #d9c477; }
.s22-detail-nav strong { display: block; overflow: hidden; color: #ddd; font-size: 14px; line-height: 21px; font-weight: 500; white-space: nowrap; text-overflow: ellipsis; }
.s22-detail-nav__next { text-align: right; }
.s22-detail-foot {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding-top: 18px;
  padding-bottom: 30px;
  border-top: 1px solid #303030;
  font-size: 14px;
}
.s22-detail-foot a { color: #fbe59c; }
.s22-detail-side { position: sticky; top: 98px; display: flex; flex-direction: column; gap: 14px; }
.s22-detail-side-card {
  padding: 20px;
  border: 1px solid rgba(251, 229, 156, .14);
  border-radius: 6px;
  background: rgba(31, 31, 31, .94);
}
.s22-detail-side-card h2 { margin: 0 0 12px; color: #fbe59c; font-size: 16px; line-height: 24px; font-weight: 500; }
.s22-detail-side-card p { margin: 0 0 14px; color: #999; font-size: 13px; line-height: 22px; }
.s22-detail-side-links { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #333; }
.s22-detail-side-links a { padding: 9px 8px; color: #bbb; background: #202020; font-size: 12px; text-align: center; }
.s22-detail-side-links a:hover { color: #fbe59c; }
.s22-detail-toc { display: flex; max-height: 50vh; margin: 0; padding: 0; overflow-y: auto; flex-direction: column; gap: 7px; list-style: none; }
.s22-detail-toc a { display: block; padding-left: 10px; border-left: 2px solid #3c3c3c; color: #aaa; font-size: 13px; line-height: 20px; }
.s22-detail-toc a:hover { color: #fbe59c; border-left-color: #e9d481; }
.s22-detail-toc a.is-active { color: #fbe59c; border-left-color: #e9d481; background: rgba(251, 229, 156, .06); }
.s22-detail-toc .is-sub a { padding-left: 20px; font-size: 12px; }
.s22-detail-related { margin-top: 56px; }
.s22-detail-related > .s22-game-head { margin-bottom: 30px; }

.s22-footer {
  width: 100%;
  border-top: 1px solid rgba(251, 229, 156, .16);
  background: rgba(5, 5, 5, .94);
}
.s22-footer-brand {
  min-width: 0;
}
.s22-footer-brand > a { max-width: 100%; display: inline-flex; align-items: center; gap: 10px; }
.s22-footer-brand img { width: 150px; height: 36px; object-fit: contain; }
.s22-footer-brand__name {
  padding-left: 12px;
  border-left: 1px solid rgba(251, 229, 156, .34);
  color: #fbe59c;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  white-space: nowrap;
}
.s22-footer-brand p {
  max-width: 360px;
  margin-top: 15px;
  color: #888;
  font-size: 13px;
  line-height: 22px;
}
.s22-footer-main {
  width: 1200px;
  max-width: calc(100% - 24px);
  margin: 0 auto;
  padding: 40px 0 32px;
  display: grid;
  grid-template-columns: minmax(300px, 1.7fr) repeat(3, minmax(130px, 1fr));
  gap: 38px;
}
.s22-footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.s22-footer-column h2 {
  margin-bottom: 4px;
  color: #fbe59c;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}
.s22-footer-column a {
  color: #909090;
  font-size: 13px;
  line-height: 20px;
  transition: color .2s ease, transform .2s ease;
}
.s22-footer-column a:hover { color: #fbe59c; transform: translateX(3px); }
.s22-fy-footer {
  width: 100%;
  height: auto;
  min-height: 250px;
  padding: 18px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid rgba(233, 212, 129, .2);
  background: #080704;
}
.s22-fy-logos {
  height: 60px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s22-fy-logo {
  position: relative;
  width: auto;
  height: 60px;
  margin-right: 20px;
}
.s22-fy-logo:last-child { margin-right: 0; }
.s22-fy-logo img {
  width: auto;
  max-width: 113px;
  height: 60px;
  object-fit: contain;
  filter: grayscale(1) sepia(1) saturate(.75) brightness(.92);
  opacity: .62;
}
.s22-fy-logo__active,
.s22-fy-licence__active {
  position: absolute;
  inset: 0;
  filter: none;
  opacity: 0;
  transition: opacity .2s linear;
}
.s22-fy-logo img.s22-fy-logo__active { filter: none; opacity: 0; }
.s22-fy-logo:hover .s22-fy-logo__active,
.s22-fy-licence > div:hover .s22-fy-licence__active { opacity: 1; }
.s22-fy-desc,
.s22-fy-copyright {
  margin: 0 12px 10px;
  color: rgba(210, 194, 139, .68);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}
.s22-fy-licence {
  width: 550px;
  height: 92px;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s22-fy-licence > div { position: relative; width: 230px; height: 80px; }
.s22-fy-licence img {
  position: absolute;
  inset: 0;
  width: 230px;
  height: 80px;
  object-fit: contain;
  filter: grayscale(1) sepia(1) saturate(.7) brightness(.9);
  opacity: .68;
}
.s22-fy-licence img.s22-fy-licence__active {
  filter: none;
  opacity: 0;
}
.s22-fy-copyright { margin-bottom: 0; color: rgba(190, 171, 111, .58); }

.s22-app-section,
.s22-fan-feedback {
  padding: 38px 0 64px;
}
.s22-app-section > .s22-game-head,
.s22-fan-feedback > .s22-game-head,
.s22-app-layout,
.s22-feedback-list {
  width: 1200px;
  max-width: calc(100% - 24px);
  margin-right: auto;
  margin-left: auto;
}
.s22-feedback-item h3 {
  margin: 0 0 7px;
  color: #fbe59c;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
}
.s22-feedback-item p {
  margin: 0;
  color: #aaa;
  font-size: 14px;
  line-height: 23px;
}
.s22-fan-feedback { background: rgba(10, 10, 10, .28); }
.s22-feedback-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.s22-feedback-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(251, 229, 156, .14);
  border-radius: 6px;
  background: rgba(43, 43, 43, .82);
}
.s22-feedback-item > img {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  padding: 3px;
  box-sizing: border-box;
  border: 2px solid rgba(251, 229, 156, .35);
  border-radius: 50%;
  object-fit: cover;
}
.s22-feedback-item > div { min-width: 0; }
.s22-app-section { background: rgba(10, 10, 10, .18); }
.s22-app-layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
  align-items: center;
  gap: 38px;
}
.s22-app-copy { min-width: 0; }
.s22-app-kicker {
  display: block;
  margin-bottom: 10px;
  color: #e9d481;
  font-size: 12px;
  line-height: 18px;
}
.s22-app-copy h3 {
  margin: 0 0 14px;
  color: #fbe59c;
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
}
.s22-app-copy > p {
  margin: 0;
  color: #bdbdbd;
  font-size: 15px;
  line-height: 26px;
}
.s22-app-store-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}
.s22-app-store-btn {
  min-height: 64px;
  padding: 10px 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(251, 229, 156, .24);
  border-radius: 6px;
  background: #232323;
}
.s22-app-store-btn strong { color: #eee; font-size: 14px; line-height: 20px; font-weight: 500; }
.s22-app-store-btn span { color: #888; font-size: 10px; line-height: 16px; }
.s22-app-store-btn--gold { background: linear-gradient(90deg, #fff1c5, #e9d481); }
.s22-app-store-btn--gold strong,
.s22-app-store-btn--gold span { color: #161616; }
.s22-app-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}
.s22-app-benefits article { padding-top: 14px; border-top: 1px solid rgba(251, 229, 156, .16); }
.s22-app-benefits b,
.s22-app-benefits span { display: block; }
.s22-app-benefits b { margin-bottom: 4px; color: #fbe59c; font-size: 14px; line-height: 20px; }
.s22-app-benefits span { color: #8e8e8e; font-size: 11px; line-height: 18px; }
.s22-app-visual {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.s22-app-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 670 / 697;
  object-fit: contain;
}

.s22-wrap,
.s22-herder-box,
.s22-banner-inner,
.s22-notice-box,
.s22-metrics-list,
.index_layer2__3N88A,
.title__3dk5w,
.index_layer3__1DuSP,
.s22-platform-section > .s22-game-head,
.page2__22yzt > .s22-game-head,
.page2__22yzt .page2_box__2DBkU,
.game_list__2rID0,
.s22-news-grid,
.s22-news-grid--wide {
  max-width: calc(100% - 24px);
}

@media (max-width: 1100px) {
  .s22-herder-box li:not(.s22-logo-li) { width: 76px; }
  .s22-herder-box li a { font-size: 14px; }
  .s22-logo-li { width: 150px; }
  .s22-logo-li img { width: 148px; }
  .index_layer2__3N88A ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .layer3_box__23RsY { width: calc(50% - 10px); }
  .index_layer3__1DuSP .text__2Ok-D { padding-right: 18px; padding-left: 18px; }
  .index_layer3__1DuSP .text_box__c-n_Q { width: 100%; }
  .index_layer3__1DuSP .text_Top__2LYad { display: flex; align-items: center; gap: 14px; }
  .index_layer3__1DuSP .text_Top__2LYad p { float: none; flex: 1 1 auto; width: auto; min-width: 0; }
  .index_layer3__1DuSP .playBtn__1NlEm { float: none; flex: 0 0 130px; width: 130px; background-position: 82px center; text-indent: 28px; }
  .index_layer3__1DuSP .text_Bottom__2MrC4,
  .index_layer3__1DuSP .text_Bottom__2MrC4 ul { width: 100%; }
  .page2_box__2DBkU .icon__3l3do { top: 57px; }
  .page2_box__2DBkU .icon__3l3do img { height: 520px; }
  .game_list__2rID0 { gap: 20px; }
  .list_box__3TD1N { flex: 0 1 560px; }
}

@media (max-width: 900px) {
  body.theme-022 main { padding-top: 112px; }
  .s22-wrap, .s22-herder-box, .s22-banner-inner, .s22-notice-box, .s22-metrics-list {
    width: calc(100% - 16px);
    max-width: none;
  }
  .s22-herder,
  .s22-herder.is-scrolled { height: 112px; }
  .s22-herder-box ul {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: 64px 38px;
    gap: 0;
    padding: 4px 0 6px;
  }
  .s22-herder-box li:not(.s22-logo-li),
  .s22-herder.is-scrolled .s22-herder-box li:not(.s22-logo-li) { grid-row: 2; width: 100%; height: 38px; padding: 0; justify-content: center; background: none; }
  .s22-herder-box li a { height: 36px; font-size: 12px; }
  .s22-herder-box li a.is-active::after { right: 8px; left: 8px; }
  .s22-logo-li,
  .s22-herder.is-scrolled .s22-logo-li { grid-row: 1; grid-column: 1 / -1; width: 100%; height: 64px; }
  .s22-logo-li img,
  .s22-herder.is-scrolled .s22-logo-li img { width: 145px; height: 60px; }
  .s22-header-entry,
  .s22-herder.is-scrolled .s22-header-entry { top: 14px; right: 8px; width: 96px; height: 36px; font-size: 11px; }
  .s22-banner { height: 840px; }
  .s22-banner-copy { top: 54px; left: 20px; width: calc(100% - 40px); }
  .s22-banner-copy h1 { font-size: 34px; line-height: 44px; }
  .s22-banner-visual {
    right: auto;
    bottom: 48px;
    left: 50%;
    width: min(380px, calc(100% - 32px));
    height: auto;
    aspect-ratio: 14 / 15;
    opacity: 1;
    transform: translateX(-50%);
  }
  .s22-metrics { margin-top: -76px; }
  .index_layer2__3N88A,
  .title__3dk5w,
  .s22-platform-section > .s22-game-head,
  .page2__22yzt > .s22-game-head,
  .page2__22yzt .page2_box__2DBkU,
  .game_list__2rID0 { width: calc(100% - 16px); max-width: none; }
  .s22-game-head { gap: 20px; }
  .s22-game-head h2 { font-size: 34px; line-height: 42px; }
  .index_layer2__3N88A ul, .s22-news-list {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .s22-news-grid, .s22-news-grid--wide {
    width: calc(100% - 16px);
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .index_layer2__3N88A ul { width: 100%; }
  .index_layer2__3N88A li { width: 100%; height: 150px; }
  .text__2Ok-D { padding-left: 24px; }
  .text__2Ok-D h2 { font-size: 24px; line-height: 32px; }
  .text__2Ok-D h2::after { font-size: 13px; line-height: 18px; }
  .icon__JVEp1 { flex-basis: 116px; width: 116px; }
  .icon__JVEp1 img { width: 104px; height: 104px; }
  .index_layer3__1DuSP { width: calc(100% - 16px); max-width: none; flex-direction: column; gap: 20px; }
  .layer3_box__23RsY { width: 100%; }
  .page2__22yzt .page2_box__2DBkU { height: auto; padding: 28px 0; }
  .page2_box__2DBkU .text__3puny { float: none; width: 100%; }
  .page2_box__2DBkU .tit__25XvL { padding: 20px 0; }
  .page2_box__2DBkU .text__3puny > p { width: min(100%, 480px); padding: 24px 12px; }
  .page2_box__2DBkU .text__3puny > img { max-width: 100%; height: auto; }
  .page2_box__2DBkU .icon__3l3do { display: none; }
  .game_list__2rID0 { gap: 18px; }
  .list_box__3TD1N { width: 100%; max-width: 560px; }
  .layer3_box__23RsY { height: auto; flex-direction: column; }
  .index_layer3__1DuSP .icon__JVEp1 { width: 100%; height: 220px; flex-basis: 220px; }
  .index_layer3__1DuSP .pic__3z_zw { width: 260px; max-height: 220px; }
  .index_layer3__1DuSP .text__2Ok-D { height: auto; padding: 24px; }
  .text_Top__2LYad { flex-direction: column; gap: 18px; }
  .index_layer3__1DuSP .playBtn__1NlEm { flex-basis: auto; width: 155px; }
  .text_Bottom__2MrC4 ul { flex-wrap: wrap; gap: 16px; justify-content: flex-start; }
  .s22-footer-main { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
  .s22-footer-brand { grid-column: 1 / -1; }
  .s22-footer-brand p { max-width: 620px; }
  .s22-fy-footer { height: auto; padding-bottom: 22px; }
  .s22-fy-logos {
    width: min(680px, calc(100% - 24px));
    height: auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px 18px;
  }
  .s22-fy-logo { width: 100%; margin: 0; display: grid; place-items: center; }
  .s22-fy-logo img { max-width: 100%; }
  .s22-app-section > .s22-game-head,
  .s22-fan-feedback > .s22-game-head,
  .s22-app-layout,
  .s22-feedback-list { width: calc(100% - 16px); max-width: none; }
  .s22-feedback-list { grid-template-columns: 1fr; }
  .s22-app-layout { grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr); gap: 20px; }
  .s22-app-store-row { grid-template-columns: 1fr; }
  .s22-detail-layout { grid-template-columns: 1fr; }
  .s22-detail-side { position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .s22-detail-related { margin-top: 42px; }
}

@media (max-width: 600px) {
  body.theme-022 main { padding-top: 102px; }
  .s22-wrap,
  .s22-herder-box,
  .s22-banner-inner,
  .s22-notice-box,
  .s22-metrics-list,
  .index_layer2__3N88A,
  .title__3dk5w,
  .index_layer3__1DuSP,
  .s22-platform-section > .s22-game-head,
  .page2__22yzt > .s22-game-head,
  .page2__22yzt .page2_box__2DBkU,
  .game_list__2rID0 { width: calc(100% - 24px); max-width: none; }
  .s22-herder,
  .s22-herder.is-scrolled { height: 102px; }
  .s22-herder-box ul { grid-template-rows: 60px 36px; padding: 2px 0 4px; }
  .s22-herder-box li:not(.s22-logo-li),
  .s22-herder.is-scrolled .s22-herder-box li:not(.s22-logo-li) { width: 100%; min-width: 0; height: 36px; }
  .s22-herder-box li a { height: 34px; font-size: 11px; white-space: nowrap; }
  .s22-logo-li,
  .s22-herder.is-scrolled .s22-logo-li { height: 60px; }
  .s22-logo-li img,
  .s22-herder.is-scrolled .s22-logo-li img { width: 138px; height: 56px; }
  .s22-header-entry,
  .s22-herder.is-scrolled .s22-header-entry { top: 12px; right: 6px; width: 78px; height: 34px; font-size: 10px; }
  .s22-header-entry__full { display: none; }
  .s22-header-entry__short { display: inline; }
  .s22-nav-full { display: none; }
  .s22-nav-short { display: inline; }
  .s22-banner { height: auto; padding: 42px 0 68px; }
  .s22-banner-inner {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .s22-banner-copy {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% - 24px);
  }
  .s22-banner-copy h1 { font-size: 26px; line-height: 36px; }
  .s22-banner-copy h2 { font-size: 22px; line-height: 32px; }
  .s22-banner-copy p { font-size: 16px; line-height: 24px; }
  .s22-banner-copy span { font-size: 14px; line-height: 24px; }
  .s22-banner-copy a { margin-top: 20px; }
  .s22-banner-visual {
    position: relative;
    display: block;
    right: auto;
    bottom: auto;
    left: auto;
    width: min(340px, calc(100% - 20px));
    height: auto;
    margin: 24px auto 0;
    aspect-ratio: 14 / 15;
    opacity: 1;
    transform: none;
  }
  .s22-notice b { flex: 0 0 54px; font-size: 14px; }
  .s22-notice { height: 72px; }
  .s22-notice span { white-space: normal; overflow-wrap: anywhere; font-size: 12px; line-height: 18px; }
  .index_layer2__3N88A ul,
  .s22-news-list { width: 100%; grid-template-columns: 1fr; }
  .s22-metrics { margin-top: -100px; }
  .s22-metrics-list { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 18px 0; }
  .s22-metrics-list li { min-height: 158px; padding: 14px 6px; border-bottom: 1px solid rgba(233, 212, 129, .12); }
  .s22-metrics-list li:nth-child(2n + 1) { border-left: 1px solid rgba(233, 212, 129, .12); }
  .s22-metrics-list li:nth-child(n + 3) { border-bottom: 0; }
  .s22-metric-dial { width: 76px; height: 76px; margin-bottom: 10px; }
  .s22-metric-dial strong { font-size: 25px; }
  .s22-metric-dial span { margin-top: 7px; font-size: 12px; }
  .s22-metrics-list p { font-size: 14px; line-height: 22px; }
  .s22-metrics-list small { max-width: 100%; font-size: 8px; line-height: 14px; white-space: normal; }
  .s22-news-grid,
  .s22-news-grid--wide { width: calc(100% - 24px); grid-template-columns: 1fr; }
  .s22-faq { padding: 42px 0 48px; }
  .s22-faq-head { margin-bottom: 18px; }
  .s22-faq-head h2 { font-size: 24px; line-height: 34px; }
  .s22-faq-list { gap: 8px; }
  .s22-faq-list details { padding: 0; }
  .s22-faq-list summary { padding: 14px 16px; font-size: 15px; line-height: 23px; }
  .s22-faq-list p { padding: 13px 16px 17px; font-size: 13px; line-height: 22px; }
  .s22-pagination { gap: 8px; font-size: 12px; }
  .s22-pagination a { min-width: 72px; padding: 9px 10px; }
  .index_layer2__3N88A { padding-top: 26px; padding-bottom: 34px; }
  .s22-platform-section { padding-top: 26px; }
  .s22-game-head { height: auto; min-height: 76px; margin-bottom: 16px; gap: 0; }
  .s22-game-head span { display: none; }
  .s22-game-head h2 { font-size: 20px; line-height: 30px; white-space: nowrap; }
  .s22-game-head p { margin-top: 5px; font-size: 11px; line-height: 16px; }
  .index_layer2__3N88A ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .index_layer2__3N88A li {
    height: 156px;
    min-height: 156px;
    padding: 10px 8px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px;
  }
  .index_layer2__3N88A .text__2Ok-D {
    order: 2;
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    padding: 0;
    display: block;
    overflow: hidden;
  }
  .index_layer2__3N88A .text__2Ok-D h2 { font-size: 16px; line-height: 24px; text-align: center; }
  .index_layer2__3N88A .text__2Ok-D h2::after {
    margin-top: 2px;
    display: -webkit-box;
    overflow: hidden;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .index_layer2__3N88A .icon__JVEp1 {
    order: 1;
    flex: 0 0 76px;
    width: 100%;
    height: 76px;
    padding: 0;
    justify-content: center;
  }
  .index_layer2__3N88A .icon__JVEp1 img { width: 72px; height: 72px; }
  .index_layer3__1DuSP { gap: 16px; }
  .layer3_box__23RsY { border-radius: 12px; }
  .index_layer3__1DuSP .icon__JVEp1 {
    height: auto;
    flex-basis: auto;
    aspect-ratio: 590 / 200;
    overflow: hidden;
  }
  .index_layer3__1DuSP .pic__3z_zw {
    right: 7.46%;
    bottom: 0;
    left: auto;
    height: auto;
    max-width: none;
    max-height: none;
    object-fit: contain;
    transform: none;
  }
  .index_layer3__1DuSP .layer3_box__23RsY:first-child .pic__3z_zw { width: 47.29%; }
  .index_layer3__1DuSP .layer3_box__23RsY:nth-child(2) .pic__3z_zw { width: 54.75%; }
  .index_layer3__1DuSP .text__2Ok-D { padding: 18px; }
  .index_layer3__1DuSP .text_Top__2LYad { flex-direction: row; align-items: center; gap: 12px; }
  .index_layer3__1DuSP .text_Top__2LYad p { flex: 1 1 auto; min-width: 0; line-height: 20px; }
  .index_layer3__1DuSP .playBtn__1NlEm {
    flex: 0 0 110px;
    width: 110px;
    height: 44px;
    border-width: 2px;
    background-position: 76px center;
    font-size: 16px;
    text-indent: 20px;
  }
  .text_Bottom__2MrC4 ul { display: grid; grid-template-columns: repeat(4, 1fr); width: 100%; gap: 10px 6px; }
  .text_Bottom__2MrC4 li { width: auto; }
  .list_box__3TD1N { height: 210px; background-size: 100% 100%; overflow: hidden; }
  .game_enter__28h93 { position: relative; z-index: 2; margin: 22px 0 0 22px; }
  .game_icon__y7UW2 { right: 0; width: auto; max-width: 72%; height: 100%; object-fit: contain; object-position: right center; opacity: .72; }
  .enter_btn__ISMfS { left: 22px; top: 104px; }
  .s22-footer-main { padding: 34px 0 28px; grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .s22-footer-brand { grid-column: 1 / -1; }
  .s22-footer-brand p { margin-top: 10px; font-size: 12px; line-height: 20px; }
  .s22-footer-brand img { width: 130px; height: 32px; }
  .s22-footer-brand__name { min-width: 0; padding-left: 10px; font-size: 17px; line-height: 24px; white-space: normal; overflow-wrap: anywhere; }
  .s22-footer-column:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .s22-footer-column:last-child h2 { grid-column: 1 / -1; }
  .s22-fy-logos { gap: 9px 10px; margin-bottom: 16px; }
  .s22-fy-desc { font-size: 12px; line-height: 19px; }
  .s22-fy-licence { width: calc(100% - 24px); height: auto; gap: 12px; }
  .s22-fy-licence > div { width: calc(50% - 6px); height: auto; aspect-ratio: 230 / 80; }
  .s22-fy-licence img { width: 100%; height: 100%; }
  .s22-fy-copyright { font-size: 12px; }
  .s22-app-section,
  .s22-fan-feedback { padding: 26px 0 38px; }
  .s22-app-section > .s22-game-head,
  .s22-fan-feedback > .s22-game-head,
  .s22-app-layout,
  .s22-feedback-list { width: calc(100% - 24px); }
  .s22-feedback-list { gap: 10px; }
  .s22-feedback-item { gap: 12px; padding: 15px; }
  .s22-feedback-item > img { flex-basis: 52px; width: 52px; height: 52px; }
  .s22-feedback-item h3 { font-size: 15px; line-height: 22px; }
  .s22-feedback-item p { font-size: 12px; line-height: 20px; }
  .s22-app-layout { grid-template-columns: 1fr; gap: 18px; }
  .s22-app-copy h3 { font-size: 24px; line-height: 32px; }
  .s22-app-copy > p { font-size: 13px; line-height: 22px; }
  .s22-app-store-row { grid-template-columns: 1fr; gap: 8px; margin-top: 18px; }
  .s22-app-store-btn { min-height: 56px; }
  .s22-app-benefits { grid-template-columns: 1fr; gap: 8px; }
  .s22-app-benefits article { display: grid; grid-template-columns: 88px 1fr; gap: 8px; padding-top: 10px; }
  .s22-app-benefits b { margin: 0; }
  .s22-app-visual { order: -1; }
  .s22-detail-section { padding: 24px 0 44px; }
  .s22-detail-wrap { max-width: calc(100% - 24px); }
  .s22-detail-crumb { margin-bottom: 12px; font-size: 12px; }
  .s22-detail-cover { aspect-ratio: 16 / 9; }
  .s22-detail-head,
  .s22-detail-body,
  .s22-detail-tags,
  .s22-detail-share,
  .s22-detail-nav,
  .s22-detail-foot { padding-right: 16px; padding-left: 16px; }
  .s22-detail-head { padding-top: 20px; padding-bottom: 18px; }
  .s22-detail-head h1 { font-size: 25px; line-height: 34px; }
  .s22-detail-meta { gap: 6px 14px; font-size: 11px; line-height: 18px; }
  .s22-detail-meta > * + *::before { left: -9px; }
  .s22-detail-lede { margin-top: 16px; font-size: 13px; line-height: 22px; }
  .s22-detail-body { font-size: 15px; line-height: 1.8; }
  .s22-detail-body h2 { font-size: 21px; }
  .s22-detail-body h3 { font-size: 18px; }
  .s22-detail-nav { grid-template-columns: 1fr; }
  .s22-detail-nav > span { display: none; }
  .s22-detail-nav__next { text-align: left; }
  .s22-detail-foot { flex-direction: column; }
  .s22-detail-side { grid-template-columns: 1fr; }
  .s22-detail-side-card { padding: 16px; }
  .s22-detail-related { margin-top: 34px; }
  .s22-detail-related > .s22-game-head { width: 100%; }
}

@media (max-width: 600px) {
  .index_layer2__3N88A .s22-pg-game .icon__JVEp1 {
    width: 100%;
    height: auto;
    flex: 0 0 auto;
    padding: 0;
    aspect-ratio: 6 / 5;
  }
  .index_layer2__3N88A .s22-pg-game .icon__JVEp1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* Compact hot-game cards: copy on the left, artwork held in a fixed circle. */
.index_layer2__3N88A .s22-pg-games > li {
  padding: 0;
  overflow: hidden;
  border-color: rgba(251, 229, 156, .16);
  background: #252525;
  box-shadow: 0 14px 30px -24px #000;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.index_layer2__3N88A .s22-pg-games > li:hover { transform: translateY(-3px); }
.index_layer2__3N88A .s22-pg-game {
  min-height: 184px;
  padding: 20px 16px 20px 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  align-items: center;
  gap: 12px;
}
.index_layer2__3N88A .s22-pg-game .icon__JVEp1 {
  order: 2;
  width: 112px;
  height: 112px;
  margin: 0;
  aspect-ratio: 1;
  overflow: hidden;
  border: 2px solid rgba(251, 229, 156, .32);
  border-radius: 50%;
  background: #181818;
  box-shadow: 0 0 0 5px rgba(251, 229, 156, .05);
}
.index_layer2__3N88A .s22-pg-game .icon__JVEp1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.index_layer2__3N88A .s22-pg-game .text__2Ok-D {
  order: 1;
  width: 100%;
  height: auto;
  min-width: 0;
  padding: 0;
}
.index_layer2__3N88A .s22-pg-game .text__2Ok-D h3 { font-size: 16px; line-height: 23px; }
.index_layer2__3N88A .s22-pg-game .text__2Ok-D p { margin-top: 8px; font-size: 11px; line-height: 18px; -webkit-line-clamp: 3; }
.index_layer2__3N88A .s22-pg-game .text__2Ok-D span {
  margin-top: 10px;
  padding-top: 0;
  border-top: 0;
  width: auto;
}

@media (max-width: 600px) {
  .index_layer2__3N88A .s22-pg-games { gap: 9px; }
  .index_layer2__3N88A .s22-pg-games > li { border-radius: 6px; }
  .index_layer2__3N88A .s22-pg-game {
    min-height: 146px;
    padding: 12px 9px 12px 11px;
    grid-template-columns: minmax(0, 1fr) 68px;
    gap: 7px;
  }
  .index_layer2__3N88A .s22-pg-game .icon__JVEp1 {
    order: 2;
    width: 68px;
    height: 68px;
    margin: 0;
    aspect-ratio: 1;
  }
  .index_layer2__3N88A .s22-pg-game .text__2Ok-D {
    order: 1;
    width: 100%;
    height: auto;
    padding: 0;
    display: flex;
    overflow: hidden;
  }
  .index_layer2__3N88A .s22-pg-game .text__2Ok-D h3 {
    min-height: 36px;
    font-size: 13px;
    line-height: 18px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .index_layer2__3N88A .s22-pg-game .text__2Ok-D p {
    margin-top: 5px;
    font-size: 9px;
    line-height: 14px;
    -webkit-line-clamp: 3;
  }
  .index_layer2__3N88A .s22-pg-game .text__2Ok-D span {
    display: block;
    margin-top: 5px;
    padding-top: 0;
    font-size: 10px;
    line-height: 14px;
  }
}

@media (max-width: 900px) {
  .s22-wrap,
  .s22-herder-box,
  .s22-banner-inner,
  .s22-notice-box,
  .s22-metrics-list,
  .index_layer2__3N88A,
  .title__3dk5w,
  .index_layer3__1DuSP,
  .s22-platform-section > .s22-game-head,
  .page2__22yzt > .s22-game-head,
  .page2__22yzt .page2_box__2DBkU,
  .game_list__2rID0,
  .s22-news-grid,
  .s22-news-grid--wide,
  .s22-faq .s22-wrap,
  .s22-footer-main,
  .s22-fy-logos,
  .s22-fy-licence,
  .s22-app-section > .s22-game-head,
  .s22-fan-feedback > .s22-game-head,
  .s22-app-layout,
  .s22-feedback-list,
  .s22-detail-wrap,
  .s22-docs-layout,
  .s22-pg-container {
    width: calc(100% - 16px);
    max-width: none;
  }
  .s22-banner-copy { width: 100%; }
}

@media (max-width: 600px) {
  .s22-wrap,
  .s22-herder-box,
  .s22-banner-inner,
  .s22-notice-box,
  .s22-metrics-list,
  .index_layer2__3N88A,
  .title__3dk5w,
  .index_layer3__1DuSP,
  .s22-platform-section > .s22-game-head,
  .page2__22yzt > .s22-game-head,
  .page2__22yzt .page2_box__2DBkU,
  .game_list__2rID0,
  .s22-news-grid,
  .s22-news-grid--wide,
  .s22-faq .s22-wrap,
  .s22-footer-main,
  .s22-fy-logos,
  .s22-fy-licence,
  .s22-app-section > .s22-game-head,
  .s22-fan-feedback > .s22-game-head,
  .s22-app-layout,
  .s22-feedback-list,
  .s22-detail-wrap,
  .s22-docs-layout,
  .s22-pg-container {
    width: 85%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .index_layer2__3N88A .s22-pg-games { grid-template-columns: 1fr; }
  .index_layer2__3N88A .s22-pg-game {
    min-height: 138px;
    padding: 16px;
    grid-template-columns: minmax(0, 1fr) 92px;
    gap: 14px;
  }
  .index_layer2__3N88A .s22-pg-game .icon__JVEp1 {
    width: 92px;
    height: 92px;
  }
  .index_layer2__3N88A .s22-pg-game .text__2Ok-D h3 {
    min-height: 0;
    font-size: 16px;
    line-height: 23px;
  }
  .index_layer2__3N88A .s22-pg-game .text__2Ok-D p {
    font-size: 11px;
    line-height: 17px;
  }
  .s22-herder-box { width: 100%; }
}
