
/* shell */
.c_9d7f7{ padding:var(--shell-pad,var(--section-gap,40px)) 0 0; }
.c_ea549{ padding:var(--section-gap-dense,16px) 0 0; }
.c_2a289{ width:min(var(--shell-cw,var(--container-w,1100px)),calc(100% - var(--space-5))); margin:0 auto; }
.c_9d7f7:not(.c_ea549) > .c_2a289{ 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_9d7f7{ padding:var(--shell-pad-mobile,var(--shell-pad)) 0 0; } .c_ea549{ 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_6785e {
  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_6785e.hd-scrolled {
  background: var(--bg);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
  height: calc(var(--hd-height, 52px) - 4px);
}

.c_6ab81 {
  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_8ec9e {
  text-decoration: none;
  font-size: 22px;
  font-weight: 900;
  color: var(--primary);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-shrink: 0;
}

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

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

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

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

.c_b3ac0 {
  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_b3ac0:hover { opacity: .88; }

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

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

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

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

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

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


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

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

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

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

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

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

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


/* demo E */
/* Demo E — decorated header, full stage, action strip below */

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

.c_e96c6 {
  display: flex;
  align-items: baseline;
  gap: var(--space-3);
  margin-bottom: var(--space-3);
  padding-bottom: var(--space-3);
  border-bottom: 2px solid var(--primary);
}

.c_b8459 {
  margin: 0;
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 900;
  line-height: 1.15;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.c_d3fce {
  padding: 4px 10px;
  background: var(--primary);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  white-space: nowrap;
  letter-spacing: .04em;
  text-transform: uppercase;
}

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

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

.c_e579c {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .6;
}

.c_1a3b5 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 0 0 var(--radius-1) var(--radius-1);
  overflow: hidden;
}

.c_19bba {
  padding: 16px 24px;
  background: var(--primary);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: opacity .2s;
}
.c_19bba:hover { opacity: .85; }
.c_19bba:disabled { opacity: .45; cursor: default; }

.c_fa5a1 {
  padding: 16px 24px;
  background: color-mix(in srgb, var(--primary) 18%, var(--bg));
  color: var(--primary);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-top: 2px solid var(--primary);
  transition: background .15s;
}
.c_fa5a1:hover { background: color-mix(in srgb, var(--primary) 28%, var(--bg)); }

.c_64ea5 {
  margin: var(--space-2) 0 0;
  font-size: 12px;
  color: var(--text-2);
  text-align: center;
}

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

@media (max-width: 500px) {
  .c_1a3b5 { grid-template-columns: 1fr; }
  .c_fa5a1 { border-top: none; border-left: none; border-top: 1px solid var(--primary); }
}

[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 C */
/* Prose C — narrow blog-style column */

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

.c_30013 {
  margin: 0 0 var(--space-3);
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--skin-title);
}

.c_f19f0 {
  margin: var(--space-4) 0 var(--space-2);
  font-size: clamp(15px, 1.6vw, 20px);
  font-weight: 700;
  line-height: 1.3;
  color: var(--text);
}

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

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

.c_32126 {
  margin-bottom: var(--space-2);
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

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

.c_bd52a {
  padding: var(--space-2);
  text-align: left;
  font-weight: 700;
  border-bottom: 2px solid var(--border);
  color: var(--text);
}

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

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


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

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

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

.c_3f408 {
  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_3f408:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-2);
}

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

.c_ae82b {
  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_96cea {
  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_96cea:hover {
  opacity: .85;
}

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

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


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

.c_b376d {
  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_ee04a {
  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_ee04a > div:first-child {
  flex: 1;
  min-width: 0;
}

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

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

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

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

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

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

.c_57cbd {
  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_ee04a { flex-direction: column; }
  .c_fdc0a { flex-direction: row; flex-wrap: wrap; }
}

