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

/* header C */
/* Header C — two-row: brand row + full-width nav row */

/* Two-row total height on :root so body{padding-top:var(--hd-total)} can inherit it */
:root { --hd-total: calc(var(--hd-height, 54px) + 42px); }

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

.c_64e18.hd-scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
}

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

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

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

/* Second row nav */
.c_40d9e {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  max-width: var(--container-w, 1100px);
  margin: 0 auto;
  padding: 0 var(--space-4);
  border-top: 1px solid var(--border);
  height: 42px;
}

.c_95201 {
  display: flex;
  align-items: center;
  height: 42px;
  padding: 0 var(--space-3);
  color: var(--muted);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  transition: color .2s, border-color .2s;
  white-space: nowrap;
}

.c_95201:hover { color: var(--fg); border-bottom-color: var(--primary); }

.c_b51fb {
  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;
  white-space: nowrap;
  flex-shrink: 0;
}

.c_b51fb:hover { opacity: .88; }

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

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

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

.c_e9895 {
  display: flex;
  flex-direction: column;
  padding: var(--space-3) var(--space-4);
  background: var(--surface);
  gap: var(--space-2);
}

.c_e9895[hidden] { display: none !important; }
.c_e9895 .c_b51fb { margin-top: var(--space-2); text-align: center; }

@media (max-width: 768px) {
  .c_40d9e { display: none; }
  .c_7373e { display: flex; }
  :root { --hd-total: var(--hd-height, 54px); }
}


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

.c_c11f3 {
  padding: var(--space-2) var(--space-5);
}

.c_c4fe1 {
  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;
}

.c_7bda4 {
  display: flex;
  align-items: center;
}

.c_8e73b {
  color: var(--fg);
  text-decoration: none;
}

.c_8e73b:hover {
  color: var(--skin-ac);
}

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

.c_c0462 {
  color: var(--fg);
}


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

.c_6224a { padding: var(--card-pad); }

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

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

.c_6514f {
  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);
}

.c_aa56a {
  margin: 0;
  font-size: 13px;
  color: var(--text-2);
}

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

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

.c_2dd29 {
  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;
}

.c_2e742 {
  position: absolute;
  inset: 0;
}

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

.c_7ade0 {
  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) {
  .c_8927d { 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 */

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

.c_f5de0 {
  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);
}

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

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

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

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

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

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

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

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

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


/* lobby B */
/* Lobby B — name above image, bigger cards */

.c_1bd23 {
  padding: var(--card-pad);
}

.c_c25f2 {
  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);
  text-align: var(--skin-align);
}

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

.c_c074d {
  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-3);
  text-decoration: none;
  transition: border-color .15s;
}

.c_c074d:hover {
  border-color: var(--primary);
}

.c_b67ec {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
  line-height: 1.3;
  order: -1;
}

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

.c_adcdc {
  display: inline-block;
  max-width: 260px;
  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;
}

.c_adcdc:hover {
  opacity: .85;
}

@media (max-width: 600px) {
  .c_962cd { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: var(--space-3); }
  .c_c074d { padding: var(--space-2); }
}


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

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

.c_35977 {
  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);
}

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

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

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

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

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

.c_bce9c:hover { color: var(--primary); }

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

.c_aa7e7 {
  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) {
  .c_35977 { flex-direction: column; }
  .c_1d888 { flex-direction: row; flex-wrap: wrap; }
}

