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

/* header E */
/* Header E — glassmorphism: blurred background always, accent CTA */

.c_4d031 {
  position: var(--hd-position, relative);
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: var(--hd-height, 66px);
  background: color-mix(in srgb, var(--fg) 4%, transparent);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  transition: height .25s ease, background .25s ease;
}

.c_4d031.hd-scrolled {
  height: calc(var(--hd-height, 66px) - 10px);
  background: color-mix(in srgb, var(--bg) 78%, transparent);
  box-shadow: 0 4px 30px color-mix(in srgb, var(--fg) 20%, transparent);
}

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

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

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

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

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

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

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

.c_1718d {
  display: inline-block;
  padding: 9px 22px;
  background: var(--primary);
  color: var(--bg);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border-radius: var(--radius-1);
  box-shadow: 0 0 16px color-mix(in srgb, var(--primary) 50%, transparent);
  transition: opacity .2s, box-shadow .2s;
  white-space: nowrap;
}

.c_1718d:hover { opacity: .88; box-shadow: 0 0 24px color-mix(in srgb, var(--primary) 70%, transparent); }

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

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

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

.c_2483a {
  display: flex;
  flex-direction: column;
  padding: var(--space-3) var(--space-4);
  background: color-mix(in srgb, var(--bg) 92%, transparent);
  backdrop-filter: blur(16px);
  gap: var(--space-2);
}

.c_2483a[hidden] { display: none !important; }
.c_2483a .c_1718d { margin-top: var(--space-2); text-align: center; box-shadow: none; }

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


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

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

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

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

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

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

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


/* prose C */
/* Prose C — narrow blog-style column */

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

.c_cbb9f {
  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_1be53 {
  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_24c84 {
  margin: 0 0 var(--space-3);
  font-size: 15px;
  line-height: 1.9;
  color: var(--muted);
}

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

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

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

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

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

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


/* prose A */
/* Prose A — standard */

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

.c_a27f4 {
  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_e8723 {
  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_2c5bb {
  margin: 0 0 var(--space-3);
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

.c_756ef {
  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_ea3a9 { flex-direction: column; }
  .c_3852b { flex-direction: row; flex-wrap: wrap; }
}

