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

/* header D */
/* Header D — minimal text-only brand, nav+CTA inline right */

.c_9a69f {
  position: var(--hd-position, relative);
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: var(--hd-height, 52px);
  background: transparent;
  transition: background .3s, height .25s;
}

.c_9a69f.hd-scrolled {
  background: var(--bg);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
  height: calc(var(--hd-height, 52px) - 4px);
}

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

.c_a8b68 {
  text-decoration: none;
  font-size: 22px;
  font-weight: 900;
  color: var(--primary);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-shrink: 0;
}

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

.c_b64d4 {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

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

.c_ffdc5:hover { color: var(--fg); }

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

.c_f0148:hover { opacity: .88; }

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

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

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

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

.c_f3965[hidden] { display: none !important; }
.c_f3965 .c_f0148 { margin-top: var(--space-2); text-align: center; border-radius: 999px; }

@media (max-width: 768px) {
  .c_b64d4 { display: none; }
  .c_b8473 { display: flex; }
}


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

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

.c_9f536 {
  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_72d0f {
  display: flex;
  align-items: center;
}

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

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

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

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


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

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

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

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

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

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

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

.c_462a0 {
  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_21209 {
  position: absolute;
  inset: 0;
}

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

.c_d588a {
  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_ff65d { 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 */

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

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

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

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

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

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

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

.c_22a66 {
  background: var(--skin-ac);
}

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

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

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

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


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

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

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

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

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

.c_d391c:hover {
  transform: scale(1.03);
}

.c_dae9d {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: var(--border);
}

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

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

.c_322b2:hover {
  opacity: .85;
}

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


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

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

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

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

.c_6dd2b {
  height: 40px;
  width: auto;
  display: block;
}

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

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

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

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

.c_a18cf {
  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) {
  .c_4af86 { flex-direction: column; align-items: flex-start; gap: var(--space-3); }
  .c_abdef { justify-content: flex-start; }
}

