
/* shell */
.section-v8{ padding:var(--shell-pad,var(--section-gap,40px)) 0 0; }
.section_dense-1e7{ padding:var(--section-gap-dense,16px) 0 0; }
.container-200{ width:min(var(--shell-cw,var(--container-w,1100px)),calc(100% - var(--space-5))); margin:0 auto; }
.section-v8:not(.section_dense-1e7) > .container-200{ 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-v8{ padding:var(--shell-pad-mobile,var(--shell-pad)) 0 0; } .section_dense-1e7{ padding:var(--section-gap-dense-mobile,var(--section-gap-dense)) 0 0; } }

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

.h-root-2kq {
  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;
}

.h-root-2kq.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-23y {
  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);
}

.hdBrand-2sz {
  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-ch { height: calc(var(--hd-height, 64px) - 24px); width: auto; display: block; }

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

.hd-nav-link-1v {
  color: var(--muted);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: color .2s;
  white-space: nowrap;
}

.hd-nav-link-1v:hover { color: var(--fg); }

.hd-cta-2ig {
  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;
}

.hd-cta-2ig:hover { background: var(--primary); color: var(--bg); }

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

.hdBurger-2ff {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

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

.hdMobileNav-12t {
  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);
}

.hdMobileNav-12t[hidden] { display: none !important; }
.hdMobileNav-12t .hd-cta-2ig { margin-left: 0; margin-top: var(--space-2); text-align: center; background: var(--primary); color: var(--bg); }

@media (max-width: 768px) {
  .hdNav-2z3 { display: none; }
  .hdBurger-2ff { display: flex; }
}


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

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

.bc_list-230 {
  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-117 {
  display: flex;
  align-items: center;
}

.bcLink-2hg {
  color: var(--fg);
  text-decoration: none;
}

.bcLink-2hg:hover {
  color: var(--skin-ac);
}

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

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


/* demo C */
/* Demo C — side panel left, game stage right */

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

.dm_layout-2pl {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: var(--space-4);
  align-items: stretch;
}

.dm-info-ef {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  justify-content: center;
}

.d-title-16r {
  margin: 0;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 800;
  line-height: 1.2;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.dm-provider-1u {
  margin: 0;
  font-size: 13px;
  color: var(--text-2);
}

.dm_playdemo-2sq {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background: var(--primary);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: var(--radius-1);
  cursor: pointer;
  text-align: center;
  transition: opacity .2s;
}
.dm_playdemo-2sq:hover { opacity: .85; }
.dm_playdemo-2sq:disabled { opacity: .45; cursor: default; }

.dm_playreal-335 {
  display: block;
  width: 100%;
  padding: 12px 20px;
  border: 2px solid var(--primary);
  color: var(--primary);
  font-size: 15px;
  font-weight: 700;
  border-radius: var(--radius-1);
  text-align: center;
  text-decoration: none;
  transition: background .15s, color .15s;
}
.dm_playreal-335:hover { background: var(--primary); color: #fff; }

.dm_agenote-2ym {
  margin: 0;
  font-size: 12px;
  color: var(--text-2);
  line-height: 1.4;
}

[data-demo-stage] {
  position: relative;
  background: #0a0a14;
  border-radius: var(--radius-1);
  overflow: hidden;
  min-height: 260px;
}

.d-preview-1b9 {
  position: absolute;
  inset: 0;
}

.dmPreviewImg-150 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .7;
}

.dm-overlay-1qp {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-demo-live] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

@media (max-width: 720px) {
  .dm_layout-2pl { grid-template-columns: 1fr; }
  [data-demo-stage] { min-height: 0; aspect-ratio: 16/9; }
}

[data-demo-stage]:fullscreen,
[data-demo-stage]:-webkit-full-screen {
  aspect-ratio: unset !important;
  width: 100vw !important;
  height: 100vh !important;
  max-height: 100vh !important;
  min-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 B */
/* Prose B — wide, generous spacing */

.pr-root-1et {
  padding: var(--card-pad) calc(var(--card-pad) * 1.5) 0;
}

.prH2-2n3 {
  margin: 0 0 var(--space-4);
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--skin-title);
  border-bottom: 2px solid var(--skin-ac);
  padding-bottom: var(--space-2);
}

.prH3-2bw {
  margin: var(--space-5) 0 var(--space-3);
  font-size: clamp(17px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.3;
  color: var(--primary);
}

.pr-p-9b {
  margin: 0 0 var(--space-4);
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted);
}

.pr_list-21t {
  margin: 0 0 var(--space-4);
  padding-left: var(--space-5);
}

.pr-li-2li {
  margin-bottom: var(--space-2);
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
}

.pr-table-11b {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 var(--space-4);
  font-size: 15px;
}

.pr-thead-s9 {
  background: color-mix(in srgb, var(--primary) 15%, transparent);
}

.prTh-1v5 {
  padding: var(--space-3);
  text-align: left;
  font-weight: 700;
  color: var(--text);
}

.pr-td-md {
  padding: var(--space-3);
  border-top: 1px solid var(--border);
  color: var(--text);
  line-height: 1.6;
}

.pr-image-uy {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-1);
  margin: var(--space-4) 0;
}


/* lobby C */
/* Lobby C — overlay name on image, compact grid */

.lbRoot-1wy {
  padding: var(--card-pad);
}

.lb_title-28g {
  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);
}

.lb-grid-ce {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}

.lb-card-2s4 {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-1);
  overflow: hidden;
  text-decoration: none;
  transition: transform .15s;
  cursor: pointer;
}

.lb-card-2s4:hover {
  transform: scale(1.03);
}

.lb-card-img-2vv {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: var(--border);
}

.lb-card-name-8f {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, .75), transparent);
  line-height: 1.3;
}

.lb-cta-1bk {
  display: inline-block;
  padding: 11px 28px;
  background: var(--primary);
  color: var(--bg);
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: var(--radius-1);
  transition: opacity .2s;
}

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

@media (max-width: 600px) {
  .lb-grid-ce { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: var(--space-2); }
  .lb-card-name-8f { font-size: 12px; padding: 6px 8px; }
}


/* footer C */
/* Footer C — two-column: brand+disclaimer left, nav right */

.ft-root-1a4 {
  margin-top: var(--space-5);
  width: 100%;
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: var(--space-5) 0 var(--space-4);
}

.ftInner-1gs {
  max-width: var(--container-w, 1100px);
  margin: 0 auto;
  padding: 0 var(--space-4);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-5);
}

.ftInner-1gs > div:first-child {
  flex: 1;
  min-width: 0;
}

.ft-brand-td {
  font-size: 20px;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: var(--space-2);
}

.ft-logo-r7 {
  height: 40px;
  width: auto;
  display: block;
  margin-bottom: var(--space-2);
}

.ft-nav-2mh {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  flex-shrink: 0;
}

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

.ftNavLink-1tp:hover { color: var(--primary); }

.ft-disclaimer-15n {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.65;
  margin-top: var(--space-1);
}

.f-copy-up {
  max-width: var(--container-w, 1100px);
  margin: var(--space-3) auto 0;
  padding: var(--space-3) var(--space-4) 0;
  border-top: 1px solid var(--border);
  font-size: 12px;
  color: var(--muted);
}

@media (max-width: 640px) {
  .ftInner-1gs { flex-direction: column; }
  .ft-nav-2mh { flex-direction: row; flex-wrap: wrap; }
}

