
/* shell */
.section-1qy{ padding:var(--shell-pad,var(--section-gap,40px)) 0 0; }
.s-dense-td{ padding:var(--section-gap-dense,16px) 0 0; }
.container-t6{ width:min(var(--shell-cw,var(--container-w,1100px)),calc(100% - var(--space-5))); margin:0 auto; }
.section-1qy:not(.s-dense-td) > .container-t6{ background:var(--shell-bg,var(--skin-bg)); border-radius:var(--skin-r); box-shadow:var(--shell-shadow,var(--skin-shadow)); backdrop-filter:var(--shell-blur,blur(var(--skin-blur))); overflow:hidden; }
figure.shot-mobile{ max-width:360px; margin-left:auto; margin-right:auto; border-radius:12px; overflow:hidden; }
figure.shot-mobile img{ max-height:560px; width:100%; object-fit:cover; object-position:top; display:block; }
@media(max-width:600px){ .section-1qy{ padding:var(--shell-pad-mobile,var(--shell-pad)) 0 0; } .s-dense-td{ padding:var(--section-gap-dense-mobile,var(--section-gap-dense)) 0 0; } }

/* header B */
/* Header B — brand + nav left cluster, CTA far right */

.hd-root-68 {
  position: var(--hd-position, relative);
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: var(--hd-height, 58px);
  background: var(--bg);
  border-bottom: 2px solid var(--primary);
  transition: height .25s ease, box-shadow .25s ease;
}

.hd-root-68.hd-scrolled {
  height: calc(var(--hd-height, 58px) - 8px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
}

.hd_inner-148 {
  max-width: var(--container-w, 1100px);
  margin: 0 auto;
  height: 100%;
  padding: 0 var(--space-4);
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.h-brand-1wl {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 900;
  color: var(--primary);
  flex-shrink: 0;
  margin-right: var(--space-2);
}

.hd-logo-pb { height: calc(var(--hd-height, 64px) - 24px); width: auto; display: block; }

.hdNav-6l {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex: 1;
}

.hd_navlink-s1 {
  color: var(--muted);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: color .2s;
  white-space: nowrap;
}

.hd_navlink-s1:hover { color: var(--fg); }

.hdCta-2oq {
  margin-left: auto;
  display: inline-block;
  padding: 8px 20px;
  background: transparent;
  color: var(--primary);
  border: 1.5px solid var(--primary);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  border-radius: var(--radius-1);
  transition: background .2s, color .2s;
  white-space: nowrap;
  flex-shrink: 0;
}

.hdCta-2oq:hover { background: var(--primary); color: var(--bg); }

.h-actions-2gj {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  flex-shrink: 0;
  margin-left: auto;
}

.hd-burger-165 {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.hd-burger-165 span { display: block; width: 20px; height: 2px; background: var(--fg); border-radius: 2px; transition: transform .25s, opacity .25s; }
.hd-burger-165.hd-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hd-burger-165.hd-open span:nth-child(2) { opacity: 0; }
.hd-burger-165.hd-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.h-mobilenav-ej {
  display: flex;
  flex-direction: column;
  padding: var(--space-3) var(--space-4);
  background: var(--bg);
  border-top: 1px solid var(--primary);
  gap: var(--space-2);
}

.h-mobilenav-ej[hidden] { display: none !important; }
.h-mobilenav-ej .hdCta-2oq { margin-left: 0; margin-top: var(--space-2); text-align: center; background: var(--primary); color: var(--bg); }

@media (max-width: 768px) {
  .hdNav-6l { display: none; }
  .hd-burger-165 { display: flex; }
}


/* breadcrumbs A */
/* Breadcrumbs A */

.bc-root-2di {
  padding: var(--space-2) var(--space-5);
}

.bcList-166 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.7;
}

.bc-item-x5 {
  display: flex;
  align-items: center;
}

.b-link-1wq {
  color: var(--fg);
  text-decoration: none;
}

.b-link-1wq:hover {
  color: var(--skin-ac);
}

.bc-sep-2ye {
  color: var(--muted);
  margin: 0 6px;
  font-size: 11px;
}

.bc-current-s3 {
  color: var(--fg);
}


/* demo A */
/* Demo A — centered play button over game image */

.dm-root-zl { padding: var(--card-pad); }

.dm-title-2xh {
  margin: 0 0 var(--space-2);
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 800;
  line-height: 1.2;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.dmProvider-1fk {
  font-size: 13px;
  font-weight: 400;
  color: var(--text-2);
  margin-left: 8px;
}

[data-demo-stage] {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #0a0a14;
  border-radius: var(--radius-1);
  overflow: hidden;
}

.dmPreview-13n {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dm-previewimg-1m {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .55;
}

.d-overlay-2en {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px;
}

.dm_playdemo-2ck {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 36px;
  background: var(--primary);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: opacity .2s, transform .15s;
  box-shadow: 0 4px 24px rgba(0,0,0,.4);
}
.dm_playdemo-2ck:hover { opacity: .88; transform: translateY(-1px); }
.dm_playdemo-2ck:disabled { opacity: .45; cursor: default; transform: none; }

.dm-age-note-2g4 {
  margin: 0;
  font-size: 12px;
  color: rgba(255,255,255,.65);
  text-align: center;
}

.dm-expand-131 {
  position: absolute;
  bottom: 10px;
  right: 12px;
  z-index: 3;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  border-radius: 4px;
  padding: 5px 6px;
  cursor: pointer;
  line-height: 1;
  transition: background .15s;
}
.dm-expand-131:hover { background: rgba(255,255,255,.3); }

.dm-play-real-1l7 {
  display: block;
  margin-top: var(--space-3);
  text-align: center;
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s;
}
.dm-play-real-1l7:hover { opacity: .75; }

/* Iframe injected by JS */
[data-demo-live] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

@media (max-width: 600px) {
  .dm_playdemo-2ck { font-size: 14px; padding: 12px 28px; }
}

[data-demo-stage]:fullscreen,
[data-demo-stage]:-webkit-full-screen {
  aspect-ratio: unset !important;
  width: 100vw !important;
  height: 100vh !important;
  max-height: 100vh !important;
  border-radius: 0 !important;
}


[data-demo-overlay] {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #000;
  display: flex;
}
[data-demo-overlay] iframe {
  flex: 1;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
[data-demo-close] {
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 10000;
  width: 40px;
  height: 40px;
  padding: 0;
  background: rgba(210, 30, 30, .92);
  border: 2px solid rgba(255,255,255,.25);
  border-radius: 50%;
  color: #fff;
  font-size: 19px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s, transform .1s;
}
[data-demo-close]:hover { background: rgb(230,30,30); transform: scale(1.08); }

/* prose C */
/* Prose C — narrow blog-style column */

.pr_root-1so {
  padding: var(--card-pad) var(--card-pad) 0;
}

.pr-h2-2fy {
  margin: 0 0 var(--space-3);
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--skin-title);
}

.prH3-2r5 {
  margin: var(--space-4) 0 var(--space-2);
  font-size: clamp(15px, 1.6vw, 20px);
  font-weight: 700;
  line-height: 1.3;
  color: var(--text);
}

.prP-a8 {
  margin: 0 0 var(--space-3);
  font-size: 15px;
  line-height: 1.9;
  color: var(--muted);
}

.pr-list-1k8 {
  margin: 0 0 var(--space-3);
  padding-left: var(--space-4);
}

.prLi-20n {
  margin-bottom: var(--space-2);
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

.pr-table-2tg {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 var(--space-3);
  font-size: 13px;
}

.pr-th-jg {
  padding: var(--space-2);
  text-align: left;
  font-weight: 700;
  border-bottom: 2px solid var(--border);
  color: var(--text);
}

.pr-td-1s8 {
  padding: var(--space-2);
  border-top: 1px solid var(--border);
  color: var(--muted);
  line-height: 1.5;
}

.pr_image-n1 {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-1);
  margin: var(--space-3) auto;
}


/* lobby A */
/* Lobby A — simple grid: img above name, centered CTA */

.lbRoot-4s {
  padding: var(--card-pad);
}

.lb_title-l6 {
  margin: 0 0 var(--space-4);
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: 1.2;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.l-grid-2p8 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}

.lb_card-302 {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  padding: var(--space-2);
  text-decoration: none;
  transition: transform .15s, box-shadow .15s;
}

.lb_card-302:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-2);
}

.l-cardimg-22h {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--radius-1);
  background: var(--border);
}

.lb-cardname-15l {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
  line-height: 1.3;
  text-align: center;
}

.lb-cta-1u6 {
  display: inline-block;
  margin: 0 auto;
  padding: 12px 32px;
  background: var(--primary);
  color: var(--bg);
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  border-radius: var(--radius-1);
  transition: opacity .2s;
}

.lb-cta-1u6:hover {
  opacity: .85;
}

@media (max-width: 600px) {
  .l-grid-2p8 { grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: var(--space-2); }
  .lb_card-302 { padding: 8px; }
  .lb-cardname-15l { font-size: 12px; }
}

.lb_screenshot-m0 {
  margin: 28px 0;
  border-radius: var(--radius-1);
  overflow: hidden;
  line-height: 0;
}
.lb_screenshot-m0 img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  object-position: top;
  display: block;
}


/* footer B */
/* Footer B — centered stacked: brand → nav → disclaimer → copyright */

.ft-root-2k9 {
  margin-top: var(--space-5);
  width: 100%;
  background: var(--bg);
  border-top: 2px solid var(--primary);
  padding: var(--space-5) 0 var(--space-4);
  text-align: center;
}

.ft_inner-1nn {
  max-width: var(--container-w, 1100px);
  margin: 0 auto;
  padding: 0 var(--space-4);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-3);
}

.f-brand-2p6 {
  font-size: 22px;
  font-weight: 900;
  color: var(--primary);
  letter-spacing: -0.5px;
}

.ft-logo-1eu {
  height: 40px;
  width: auto;
  display: block;
}

.ft-nav-1km {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.ft_navlink-2by {
  color: var(--muted);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: color .2s;
  white-space: nowrap;
}

.ft_navlink-2by:hover { color: var(--fg); }

.ft_disclaimer-1xa {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.65;
  max-width: 700px;
}

.ftCopy-1yw {
  font-size: 12px;
  color: var(--muted);
  margin-top: var(--space-1);
}

