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

/* header H */
/* Header H — floating card: rounded card inset from viewport edges (best with position:fixed) */

/* Account for the 14px top offset so body padding compensates correctly */
:root { --hd-total: calc(var(--hd-height, 62px) + 22px); }

.hd-root-i4 {
  position: var(--hd-position, relative);
  top: 14px;
  left: 20px;
  right: 20px;
  z-index: 1000;
  width: auto;
  height: var(--hd-height, 62px);
  background: color-mix(in srgb, var(--surface) 90%, transparent);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 4px 28px rgba(0, 0, 0, .30);
  transition: box-shadow .3s, height .25s;
}

.hd-root-i4.hd-scrolled {
  height: calc(var(--hd-height, 62px) - 6px);
  box-shadow: 0 10px 48px rgba(0, 0, 0, .52);
}

.hd-inner-j0 {
  max-width: var(--container-w, 1100px);
  margin: 0 auto;
  height: 100%;
  padding: 0 var(--space-4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}

.hd-brand-rd {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 19px;
  font-weight: 800;
  color: var(--primary);
  flex-shrink: 0;
}

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

.hd-nav-o9 {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex: 1;
  justify-content: center;
}

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

.hd-nav-link-7x:hover { color: var(--fg); }

.hd-cta-oe {
  display: inline-block;
  padding: 8px 20px;
  background: var(--primary);
  color: var(--bg);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border-radius: var(--radius-1);
  transition: opacity .2s, transform .15s;
  white-space: nowrap;
  flex-shrink: 0;
}

.hd-cta-oe:hover { opacity: .88; transform: translateY(-1px); }

.hd-actions-m7 {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  flex-shrink: 0;
}

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

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

/* Dropdown hangs below the card with matching rounded bottom */
.hd-mobile-nav-4f {
  display: flex;
  flex-direction: column;
  padding: var(--space-3) var(--space-4);
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: none;
  border-radius: 0 0 14px 14px;
  gap: var(--space-2);
}

.hd-mobile-nav-4f[hidden] { display: none !important; }
.hd-mobile-nav-4f .hd-cta-oe { margin-top: var(--space-2); text-align: center; }

@media (max-width: 768px) {
  :root { --hd-total: calc(var(--hd-height, 62px) + 18px); }
  .hd-root-i4 { left: 10px; right: 10px; top: 10px; }
  .hd-nav-o9 { display: none; }
  .hd-burger-c9 { display: flex; }
}


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

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

.bc-list-mk {
  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-ob {
  display: flex;
  align-items: center;
}

.bc-link-h8 {
  color: var(--fg);
  text-decoration: none;
}

.bc-link-h8:hover {
  color: var(--skin-ac);
}

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

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


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

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

.dm-layout-9l {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: var(--space-4);
  align-items: stretch;
}

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

.dm-title-dv {
  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-g2 {
  margin: 0;
  font-size: 13px;
  color: var(--text-2);
}

.dm-play-demo-ia {
  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-play-demo-ia:hover { opacity: .85; }
.dm-play-demo-ia:disabled { opacity: .45; cursor: default; }

.dm-play-real-5l {
  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-play-real-5l:hover { background: var(--primary); color: #fff; }

.dm-age-note-8m {
  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;
}

.dm-preview-6t {
  position: absolute;
  inset: 0;
}

.dm-preview-img-s {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .7;
}

.dm-overlay-gx {
  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-9l { 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 A */
/* Prose A — standard */

.pr-root-f6 {
  padding: var(--card-pad) var(--card-pad) 0;
}

.pr-h2-c8 {
  margin: 0 0 var(--space-3);
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 800;
  line-height: 1.2;
  color: var(--skin-title);
}

.pr-h3-1n {
  margin: var(--space-4) 0 var(--space-2);
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 700;
  line-height: 1.3;
  color: var(--text);
}

.pr-p-f6 {
  margin: 0 0 var(--space-3);
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}

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

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

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

.pr-thead-d4 {
  background: var(--skin-ac);
}

.pr-th-ay {
  padding: var(--space-2) var(--space-3);
  text-align: left;
  font-weight: 700;
  color: var(--skin-bg);
}

.pr-tbody-36 tr:nth-child(even) {
  background: color-mix(in srgb, var(--skin-bc) 30%, transparent);
}

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

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


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

.lb-root-qc {
  padding: var(--card-pad);
}

.lb-title-e2 {
  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-es {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}

.lb-card-o2 {
  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-o2:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-2);
}

.lb-card-img-15 {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--radius-1);
  background: var(--border);
}

.lb-card-name-6h {
  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-5q {
  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-5q:hover {
  opacity: .85;
}

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

.lb-screenshot-dc {
  margin: 28px 0;
  border-radius: var(--radius-1);
  overflow: hidden;
  line-height: 0;
}
.lb-screenshot-dc 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-g7 {
  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-a5 {
  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);
}

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

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

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

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

.ft-nav-link-f8:hover { color: var(--fg); }

.ft-disclaimer-64 {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.65;
  max-width: 700px;
}

.ft-copy-ka {
  font-size: 12px;
  color: var(--muted);
  margin-top: var(--space-1);
}

