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

/* header I */
/* Header I — top crown: 3px primary bar at top, nav links with slide-in underline */

.hdRoot-2fp {
  position: var(--hd-position, relative);
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: var(--hd-height, 60px);
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  transition: box-shadow .25s, height .25s;
}

.hdRoot-2fp.hd-scrolled {
  height: calc(var(--hd-height, 60px) - 6px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, .3);
}

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

.hdBrand-26e {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 19px;
  font-weight: 800;
  color: var(--fg);
  flex-shrink: 0;
}

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

.hd-nav-20y {
  display: flex;
  align-items: stretch;
  gap: 0;
  flex: 1;
  justify-content: center;
}

.hd-nav-link-122 {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 14px;
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: color .2s;
}

/* Slide-in underline aligned with header bottom border */
.hd-nav-link-122::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 14px;
  right: 14px;
  height: 2px;
  background: var(--primary);
  transform: scaleX(0);
  transition: transform .22s ease;
}

.hd-nav-link-122:hover { color: var(--fg); }
.hd-nav-link-122:hover::after { transform: scaleX(1); }

.hdCta-1p5 {
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  background: var(--primary);
  color: var(--bg);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border-radius: 0;
  margin: 8px 0;
  border-radius: var(--radius-1);
  transition: opacity .2s;
  white-space: nowrap;
  flex-shrink: 0;
}

.hdCta-1p5:hover { opacity: .88; }

.hd_actions-32s {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  flex-shrink: 0;
}

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

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

.hd_mobilenav-pk {
  display: flex;
  flex-direction: column;
  padding: var(--space-3) var(--space-4);
  background: var(--surface);
  border-top: 1px solid var(--border);
  gap: var(--space-2);
}

.hd_mobilenav-pk[hidden] { display: none !important; }
.hd_mobilenav-pk .hd-nav-link-122::after { display: none; }
.hd_mobilenav-pk .hdCta-1p5 { margin: var(--space-2) 0 0; text-align: center; border-radius: var(--radius-1); }

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


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

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

.bc_list-1fm {
  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-2yd {
  display: flex;
  align-items: center;
}

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

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

.bcSep-2u2 {
  color: var(--muted);
  margin: 0 6px;
  font-size: 11px;
}

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


/* demo B */
/* Demo B — frosted glass card centred over blurred game image */

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

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

.dm_preview-2bi {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dm-preview-img-15p {
  position: absolute;
  inset: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  object-fit: cover;
  filter: blur(4px);
  opacity: .6;
}

.dm-overlay-136 {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  width: 100%;
}

.dm-glass-26e {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 28px 36px;
  background: rgba(10, 10, 20, .72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  max-width: 340px;
  width: 100%;
  text-align: center;
}

.dm-title-kk {
  margin: 0;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}

.dm-provider-v3 {
  margin: 0;
  font-size: 12px;
  color: rgba(255,255,255,.55);
}

.dm-play-demo-1r7 {
  width: 100%;
  padding: 13px 24px;
  background: var(--primary);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: opacity .2s;
}
.dm-play-demo-1r7:hover { opacity: .85; }
.dm-play-demo-1r7:disabled { opacity: .45; cursor: default; }

.dm-play-real-1fc {
  font-size: 13px;
  color: rgba(255,255,255,.75);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.dm-play-real-1fc:hover { color: #fff; }

.dm-age-note-1j9 {
  margin: 0;
  font-size: 11px;
  color: rgba(255,255,255,.45);
}

.dm_expand-2ty {
  position: absolute;
  top: 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-2ty:hover { background: rgba(255,255,255,.3); }

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

@media (max-width: 480px) {
  .dm-glass-26e { padding: 20px 20px; max-width: 90%; }
  .dm-play-demo-1r7 { font-size: 14px; }
}

[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 B */
/* Prose B — wide, generous spacing */

.p-root-ef {
  padding: var(--card-pad) calc(var(--card-pad) * 1.5) 0;
}

.pr-h2-gh {
  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);
}

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

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

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

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

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

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

.p-th-30f {
  padding: var(--space-3);
  text-align: left;
  font-weight: 700;
  color: var(--text);
}

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

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


/* lobby H */
/* Lobby H — carousel with prev/next arrows, badge pills, hover play+demo overlay */

.lb-root-8d {
  padding: var(--card-pad);
  overflow: hidden;
}

/* ── Header ── */
.l-header-8o {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}

.lb-header-left-1wp {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.lb-icon-2aw {
  height: 28px;
  width: auto;
  display: block;
  flex-shrink: 0;
}

.lb-title-1j5 {
  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);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lbHeaderRight-2bu {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.lb-cta-link-2d {
  padding: 6px 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  color: var(--fg-muted, rgba(255,255,255,.5));
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color .18s, color .18s;
}

.lb-cta-link-2d:hover { border-color: var(--primary); color: var(--primary); }

.lbPrev-1iw,
.lb_next-1ow {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--bg-2, rgba(255,255,255,.06));
  color: var(--fg-muted, rgba(255,255,255,.6));
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s, color .15s, border-color .15s;
  flex-shrink: 0;
}

.lbPrev-1iw:hover, .lb_next-1ow:hover { background: var(--primary); border-color: var(--primary); color: #fff; }
.lbPrev-1iw:disabled, .lb_next-1ow:disabled { opacity: .3; cursor: default; pointer-events: none; }

/* ── Carousel ── */
.lb_viewport-y3 {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}

.lb_viewport-y3::-webkit-scrollbar { display: none; }

.lb-track-1s4 {
  display: flex;
  gap: var(--item-gap);
  width: max-content;
}

/* ── Cards ── */
.lbCard-1yf {
  flex: 0 0 var(--card-min-w);
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-decoration: none;
}

.lb-card-media-26x {
  position: relative;
  width: var(--card-min-w);
  aspect-ratio: var(--card-aspect);
  border-radius: calc(var(--radius-1) * .75);
  overflow: hidden;
  background: var(--border);
  flex-shrink: 0;
}

.l-cardimg-2bq {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .22s;
}

.lbCard-1yf:hover .l-cardimg-2bq { transform: scale(1.06); }

/* ── Badge pills ── */
.lb-badge-2cw {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1.5;
  color: #fff;
  pointer-events: none;
  z-index: 2;
}

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

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

.lbCard-1yf:hover .l-cardoverlay-2bx { opacity: 1; }

.lb-card-name-1c4 {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  text-shadow: 0 1px 3px rgba(0,0,0,.7);
  order: 1;
}

.lb_playbtn-1ll {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: 13px;
  padding-left: 2px;
  flex-shrink: 0;
  order: 2;
  transition: transform .15s;
  text-decoration: none;
}

.lbCard-1yf:hover .lb_playbtn-1ll { transform: scale(1.1); }

.lb-demo-btn-162 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px;
  border-radius: var(--radius-1);
  border: 1px solid rgba(255,255,255,.35);
  color: rgba(255,255,255,.8);
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  order: 3;
  text-decoration: none;
}

/* ── Provider text below card ── */
.lb_provider-1gk {
  display: block;
  font-size: 10px;
  font-weight: 500;
  color: var(--fg-muted, rgba(255,255,255,.4));
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: var(--card-min-w);
}

/* ── Responsive ── */
@media (max-width: 600px) {
  .lbCard-1yf      { flex: 0 0 145px; }
  .lb-card-media-26x { width: 145px; }
  .lb_provider-1gk  { max-width: 145px; }
  .lb_playbtn-1ll   { width: 30px; height: 30px; font-size: 11px; }
}


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

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

.f-inner-25u {
  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);
}

.f-inner-25u > div:first-child {
  flex: 1;
  min-width: 0;
}

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

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

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

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

.ft-nav-link-30v:hover { color: var(--primary); }

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

.ftCopy-i7 {
  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) {
  .f-inner-25u { flex-direction: column; }
  .ft-nav-163 { flex-direction: row; flex-wrap: wrap; }
}

