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

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

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

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

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

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

.c_19d92 {
  display: flex;
  align-items: stretch;
  gap: 0;
  flex: 1;
  justify-content: center;
}

.c_4ef63 {
  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 */
.c_4ef63::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 14px;
  right: 14px;
  height: 2px;
  background: var(--primary);
  transform: scaleX(0);
  transition: transform .22s ease;
}

.c_4ef63:hover { color: var(--fg); }
.c_4ef63:hover::after { transform: scaleX(1); }

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

.c_6f657:hover { opacity: .88; }

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

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

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

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

.c_5d11f[hidden] { display: none !important; }
.c_5d11f .c_4ef63::after { display: none; }
.c_5d11f .c_6f657 { margin: var(--space-2) 0 0; text-align: center; border-radius: var(--radius-1); }

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


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

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

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

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

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

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

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


/* demo D */
/* Demo D — minimal compact layout */

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

.c_98768 {
  margin: 0 0 var(--space-2);
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 800;
  line-height: 1.2;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.c_6979b {
  font-weight: 400;
  color: var(--text-2);
  font-size: 13px;
}

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

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

.c_d8f1a {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .65;
}

.c_15b55 {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 2;
  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;
}
.c_15b55:hover { background: rgba(255,255,255,.28); }

[data-demo-actions] {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.c_a8d54 {
  flex: 1;
  min-width: 140px;
  padding: 12px 20px;
  background: var(--primary);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border: none;
  border-radius: var(--radius-1);
  cursor: pointer;
  text-align: center;
  transition: opacity .2s;
}
.c_a8d54:hover { opacity: .85; }
.c_a8d54:disabled { opacity: .45; cursor: default; }

.c_2d6f4 {
  flex: 1;
  min-width: 140px;
  padding: 12px 20px;
  border: 2px solid var(--primary);
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
  border-radius: var(--radius-1);
  text-align: center;
  text-decoration: none;
  transition: background .15s, color .15s;
}
.c_2d6f4:hover { background: var(--primary); color: #fff; }

.c_6aab2 {
  margin: var(--space-2) 0 0;
  font-size: 11px;
  color: var(--text-2);
}

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

[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 */

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

.c_c85bf {
  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_96922 {
  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_44886 {
  margin: 0 0 var(--space-4);
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted);
}

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

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

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

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

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

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

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


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

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

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

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

.c_d83c1:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-2);
}

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

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

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

.c_4f3b0:hover {
  opacity: .85;
}

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

.c_953fc {
  margin: 28px 0;
  border-radius: var(--radius-1);
  overflow: hidden;
  line-height: 0;
}
.c_953fc img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  object-position: top;
  display: block;
}


/* footer B */
/* Footer B — centered stacked: brand → nav → disclaimer → copyright */

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

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

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

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

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

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

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

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

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

