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

/* header K */
/* Header K — centered brand: logo/name absolutely centered, nav left, CTA right */

.hd_root-34k {
  position: var(--hd-position, relative);
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: var(--hd-height, 62px);
  background: var(--bg);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  transition: background .3s, box-shadow .25s, height .25s;
}

.hd_root-34k.hd-scrolled {
  height: calc(var(--hd-height, 62px) - 8px);
  background: color-mix(in srgb, var(--bg) 92%, var(--surface));
  box-shadow: 0 4px 20px rgba(0, 0, 0, .45);
}

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

.hd_brand-nt {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
  color: var(--primary);
  white-space: nowrap;
}

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

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

.hdNavLink-2ut {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 4px;
  transition: color .2s, background .2s;
  white-space: nowrap;
}

.hdNavLink-2ut:hover { color: var(--fg); background: rgba(255, 255, 255, .07); }

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

.hd-cta-2x2:hover { opacity: .88; }

.hd-actions-q7 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--space-2);
}

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

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

.hdMobileNav-26n {
  display: flex;
  flex-direction: column;
  padding: var(--space-3) var(--space-4);
  background: color-mix(in srgb, var(--bg) 97%, var(--surface));
  border-top: 1px solid rgba(255,255,255,.06);
  gap: var(--space-2);
}

.hdMobileNav-26n[hidden] { display: none !important; }
.hdMobileNav-26n .hdNavLink-2ut { font-size: 15px; padding: 10px 0; color: rgba(255,255,255,.7); border-bottom: 1px solid rgba(255,255,255,.07); border-radius: 0; background: none; }
.hdMobileNav-26n .hd-cta-2x2 { margin-top: var(--space-2); text-align: center; border-radius: 999px; }

@media (max-width: 768px) {
  .hd-nav-2wx { display: none; }
  .hd-burger-2qp { display: flex; }
}


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

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

.bc_list-1is {
  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-21v {
  display: flex;
  align-items: center;
}

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

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

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

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


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

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

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

.dm_info-27d {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  justify-content: center;
}

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

.dm_playdemo-70 {
  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-70:hover { opacity: .85; }
.dm_playdemo-70:disabled { opacity: .45; cursor: default; }

.dm_playreal-1eb {
  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-1eb:hover { background: var(--primary); color: #fff; }

.dm-agenote-i4 {
  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-1yj {
  position: absolute;
  inset: 0;
}

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

.dm-overlay-1uv {
  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-1aj { 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-yt {
  padding: var(--card-pad) calc(var(--card-pad) * 1.5) 0;
}

.pr-h2-1pb {
  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-1e4 {
  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-7j {
  margin: 0 0 var(--space-4);
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted);
}

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

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

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

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

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

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

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


/* lobby G */
/* Lobby G — dense badge grid: HOT/TOP/NEU pills, hover overlay with play button */

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

.lb_header-bz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}

.lb-title-1w8 {
  margin: 0;
  font-size: clamp(calc(14px * var(--title-scale)), 2vw, calc(22px * var(--title-scale)));
  font-weight: 800;
  letter-spacing: -.01em;
  text-transform: uppercase;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.l-ctalink-8 {
  flex-shrink: 0;
  color: var(--fg-muted, rgba(255,255,255,.45));
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color .18s;
}

.l-ctalink-8:hover { color: var(--primary); }

.lb_grid-1s6 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--card-min-w), 1fr));
  gap: var(--item-gap);
}

.lb-card-x8 {
  position: relative;
  aspect-ratio: var(--card-aspect);
  border-radius: calc(var(--radius-1) * .75);
  overflow: hidden;
  text-decoration: none;
  display: block;
  cursor: pointer;
  background: var(--border);
}

.lb-cardimg-10j {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .22s;
}

.lb-card-x8:hover .lb-cardimg-10j { transform: scale(1.06); }

/* ── Badge pills ── */
.lb-card-badges-10c {
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
  gap: 3px;
  flex-wrap: nowrap;
  pointer-events: none;
}

.l-badge-1k5 {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1.5;
  color: #fff;
}

.lb-badge-hot { background: #F97316; }
.lb-badge-top { background: #7C3AED; }
.lb-badge-neu { background: #EF4444; }

/* ── Hover overlay ── */
.l-cardoverlay-us {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(0, 0, 0, .65);
  opacity: 0;
  transition: opacity .2s;
  padding: 8px;
}

.lb-card-x8:hover .l-cardoverlay-us { opacity: 1; }

.l-cardname-cn {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  text-shadow: 0 1px 4px rgba(0,0,0,.7);
  order: 2;
}

.l-playbtn-54 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding-left: 3px;
  flex-shrink: 0;
  order: 1;
  transition: transform .15s, opacity .15s;
}

.lb-card-x8:hover .l-playbtn-54 { transform: scale(1.08); }

/* ── Responsive ── */
@media (max-width: 480px) {
  .lb_grid-1s6 { grid-template-columns: repeat(2, 1fr); }
  .l-badge-1k5 { font-size: 8px; padding: 2px 4px; }
  .l-playbtn-54 { width: 32px; height: 32px; font-size: 11px; }
  .l-cardname-cn { font-size: 11px; }
}


/* footer A */
/* Footer A — classic: brand left, nav center, bottom copyright */

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

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

.ft-brand-k8 {
  font-size: 18px;
  font-weight: 800;
  color: var(--primary);
  text-decoration: none;
  flex-shrink: 0;
}

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

.ft_nav-20g {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-wrap: wrap;
  justify-content: center;
}

.ft-navlink-2bk {
  color: var(--muted);
  text-decoration: none;
  font-size: 13px;
  transition: color .2s;
  white-space: nowrap;
}

.ft-navlink-2bk:hover { color: var(--primary); }

.ft-disclaimer-2n4 {
  max-width: var(--container-w, 1100px);
  margin: var(--space-4) auto 0;
  padding: 0 var(--space-4);
  font-size: 11px;
  color: var(--muted);
  line-height: 1.6;
}

.f-copy-2um {
  max-width: var(--container-w, 1100px);
  margin: var(--space-2) auto 0;
  padding: 0 var(--space-4);
  font-size: 12px;
  color: var(--muted);
  text-align: center;
}

@media (max-width: 600px) {
  .ftInner-h5 { flex-direction: column; align-items: flex-start; gap: var(--space-3); }
  .ft_nav-20g { justify-content: flex-start; }
}

