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

/* header B */
/* Header B — brand + nav left cluster, CTA far right */

.c_229d9 {
  position: var(--hd-position, relative);
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: var(--hd-height, 58px);
  background: var(--bg);
  border-bottom: 2px solid var(--primary);
  transition: height .25s ease, box-shadow .25s ease;
}

.c_229d9.hd-scrolled {
  height: calc(var(--hd-height, 58px) - 8px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
}

.c_9a698 {
  max-width: var(--container-w, 1100px);
  margin: 0 auto;
  height: 100%;
  padding: 0 var(--space-4);
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.c_aad85 {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 900;
  color: var(--primary);
  flex-shrink: 0;
  margin-right: var(--space-2);
}

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

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

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

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

.c_ccf2f {
  margin-left: auto;
  display: inline-block;
  padding: 8px 20px;
  background: transparent;
  color: var(--primary);
  border: 1.5px solid var(--primary);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  border-radius: var(--radius-1);
  transition: background .2s, color .2s;
  white-space: nowrap;
  flex-shrink: 0;
}

.c_ccf2f:hover { background: var(--primary); color: var(--bg); }

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

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

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

.c_b9b30 {
  display: flex;
  flex-direction: column;
  padding: var(--space-3) var(--space-4);
  background: var(--bg);
  border-top: 1px solid var(--primary);
  gap: var(--space-2);
}

.c_b9b30[hidden] { display: none !important; }
.c_b9b30 .c_ccf2f { margin-left: 0; margin-top: var(--space-2); text-align: center; background: var(--primary); color: var(--bg); }

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


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

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

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

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

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

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

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


/* banner F */
/* Banner F — carousel with arrows */

.c_3aac3 {
  position: relative;
  width: calc(100% - var(--space-5) * 2);
  max-width: var(--container-w, 1100px);
  margin: var(--section-gap, 40px) auto 0;
  overflow: hidden;
  border-radius: var(--skin-r);
  box-shadow: 0 8px 32px rgba(0, 0, 0, .45);
}

.c_3aac3::before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 16:9 */
}

.c_71b49 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s ease;
}

.c_71b49[data-active] {
  opacity: 1;
  pointer-events: auto;
}

.c_8c876 {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.c_8f7da {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.55));
  /* horizontal padding reserves space so content never sits behind arrows */
  padding: var(--space-4) 72px;
  text-align: center;
}

.c_71b49[data-dark="light"]  .c_8f7da { background: linear-gradient(to bottom, rgba(0, 0, 0, .18), rgba(0, 0, 0, .35)); }
.c_71b49[data-dark="medium"] .c_8f7da { background: linear-gradient(to bottom, rgba(0, 0, 0, .35), rgba(0, 0, 0, .55)); }
.c_71b49[data-dark="dark"]   .c_8f7da { background: linear-gradient(to bottom, rgba(0, 0, 0, .55), rgba(0, 0, 0, .78)); }

.c_8f7da[data-align="left"]   { align-items: flex-start; text-align: left; }
.c_8f7da[data-align="center"] { align-items: center;     text-align: center; }
.c_8f7da[data-align="right"]  { align-items: flex-end;   text-align: right; }

.c_b7741 {
  margin: 0;
  font-size: clamp(22px, 3.8vw, 48px);
  font-weight: 800;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.c_97707 {
  display: inline-block;
  padding: 4px 14px;
  background: var(--skin-btn-bg);
  color: var(--skin-btn-c);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: var(--skin-r);
}

.c_d8327 {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 5px 12px;
  background: var(--skin-btn-bg);
  color: var(--skin-btn-c);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: var(--skin-r);
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .4);
}

.c_e1b9d {
  margin: 0;
  font-size: clamp(14px, 1.8vw, 20px);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 4px rgba(0, 0, 0, .5);
  line-height: 1.4;
}

.c_6f67d {
  display: inline-block;
  padding: 13px 36px;
  background: var(--skin-btn-bg);
  color: var(--skin-btn-c);
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border-radius: var(--skin-r);
  transition: opacity .2s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.c_6f67d:hover { opacity: .9; }

.c_1344f {
  display: inline-block;
  padding: 11px 26px;
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border-radius: var(--skin-r);
  border: 2px solid rgba(255, 255, 255, 0.65);
  transition: background .2s, border-color .2s;
}

.c_1344f:hover {
  background: rgba(255, 255, 255, .12);
  border-color: #fff;
}

.c_8e376 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  pointer-events: none;
  z-index: 10;
}

.c_2639b,
.c_eb5b4 {
  pointer-events: auto;
  width: 46px;
  height: 46px;
  border: none;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
  border-radius: 50%;
  cursor: pointer;
  transition: background .2s;
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.c_2639b:hover,
.c_eb5b4:hover {
  background: rgba(0, 0, 0, 0.55);
}

@media (max-width: 768px) {
  .c_b7741 { font-size: clamp(20px, 3.5vw, 38px); }
  .c_8f7da { padding-left: 58px; padding-right: 58px; }
  .c_2639b, .c_eb5b4 { width: 38px; height: 38px; font-size: 22px; }
}

@media (max-width: 600px) {
  .c_3aac3::before { padding-top: 90%; }
  .c_8f7da { padding-left: 48px; padding-right: 48px; }
  .c_b7741 { font-size: clamp(17px, 5vw, 26px); }
  .c_6f67d { padding: 11px 28px; font-size: 14px; }
  .c_1344f { padding: 9px 20px; font-size: 13px; }
  .c_d8327 { top: 10px; right: 10px; font-size: 10px; padding: 4px 10px; }
  .c_2639b, .c_eb5b4 { width: 34px; height: 34px; font-size: 20px; }
  .c_8e376 { padding: 0 8px; }
}


/* hero B */
/* Hero B — centered, h1 + lead paragraph + sub paragraph */

.c_4e2d5 { text-align: center; }

.c_edad5 {
  margin: 0 0 24px;
  font-weight: 900;
  font-size: clamp(30px, 5.5vw, 52px);
  line-height: 1.1;
  letter-spacing: -.03em;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.c_cb910 {
  margin: 0 auto 16px;
  max-width: 640px;
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.65;
  font-weight: 500;
  color: var(--text);
}

.c_f64b7 {
  margin: 0 auto;
  max-width: 600px;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.75;
  color: var(--text-muted, var(--text));
  opacity: .8;
}

@media (max-width: 600px) {
  .c_edad5 { font-size: 26px; margin-bottom: 16px; }
  .c_cb910 { font-size: 16px; margin-bottom: 12px; }
}


/* overview B */
/* Overview B — prose only */

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

.c_291c4 {
  margin: 0 0 var(--space-2);
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.2;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.c_c027f {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
}


/* bonus D */
/* bonus D — stripe rows: bold zebra, first row hero, primary values */

.c_aea0e {
  overflow: hidden;
}

.c_765c8 {
  padding: var(--card-pad) var(--card-pad) var(--space-3);
  margin: 0;
  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);
  border-bottom: 1px solid var(--border);
}

.c_f3156 {
  display: flex;
  flex-direction: column;
}

.c_8a6d9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-2) var(--card-pad);
  gap: var(--space-3);
  transition: background .15s;
}

.c_8a6d9:nth-child(even) {
  background: var(--bg);
}

.c_8a6d9:first-child {
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--primary) 15%, var(--surface)),
    var(--surface));
  padding-top: var(--space-3);
  padding-bottom: var(--space-3);
}

.c_8a6d9:first-child .c_5131e {
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
  font-weight: 700;
  font-size: 15px;
}

.c_8a6d9:first-child .c_893ef {
  font-size: 17px;
  color: var(--primary);
}

.c_8a6d9:hover {
  background: color-mix(in srgb, var(--primary) 8%, transparent);
}

.c_5131e {
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
  line-height: 1.4;
}

.c_893ef {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  text-align: right;
  line-height: 1.4;
}

@media (max-width: 600px) {
  .c_765c8 { padding: var(--space-3); }
  .c_5131e, .c_893ef { font-size: 13px; }
  .c_8a6d9 { padding-left: var(--space-3); padding-right: var(--space-3); }
}


/* payments C */
/* Payments C — horizontal striped rows */

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

.c_10ec2 {
  margin: 0 0 var(--space-2);
  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_21279 {
  margin: 0 0 var(--space-3);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.c_cafce {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-1);
  overflow: hidden;
  border: 1px solid var(--border);
}

.c_309f9 {
  display: flex;
  align-items: baseline;
  gap: var(--space-3);
  padding: var(--space-2) var(--space-3);
}

.c_309f9:nth-child(odd) { background: var(--bg); }
.c_309f9:nth-child(even) { background: var(--surface); }

.c_2eec3 {
  flex: 0 0 130px;
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  white-space: nowrap;
}

.c_20371 {
  display: flex;
  flex-wrap: wrap;
  gap: 4px var(--space-3);
  font-size: 13px;
}

.c_ec7f0 {
  color: var(--muted);
  font-weight: 500;
}

.c_7640a {
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
  font-weight: 600;
}

@media (max-width: 600px) {
  .c_309f9 { flex-direction: column; gap: 4px; }
  .c_2eec3 { flex: none; }
}


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

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

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

.c_bddc2 {
  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_bddc2:hover {
  border-color: var(--primary);
}

.c_a0f89 {
  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_d0200 {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--radius-1);
  background: var(--border);
}

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

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


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

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

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

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

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

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

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

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

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

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

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


/* support D */
/* Support D — accordion */

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

.c_2eb70 {
  margin: 0 0 var(--space-2);
  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_42b40 {
  margin: 0 0 var(--space-3);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

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

.c_cc249 {
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  overflow: hidden;
}

.c_52119 {
  padding: var(--space-2) var(--space-3);
  font-weight: 700;
  font-size: 15px;
  color: var(--primary);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
}

.c_52119::after {
  content: "+";
  margin-left: auto;
  font-size: 18px;
  font-weight: 400;
  color: var(--muted);
  transition: transform .2s;
}

.c_cc249[open] > .c_52119::after {
  content: "\2212";
}

.c_638aa {
  padding: 0 var(--space-3) var(--space-3);
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}

.c_638aa p {
  margin: 0 0 var(--space-1);
}

.c_638aa p:last-child {
  margin-bottom: 0;
}


/* faq D */
.c_476be {
  padding: var(--card-pad);
  position: relative;
  overflow: hidden;
}

.c_476be > * {
  position: relative;
}

.c_39c3b {
  margin: 0 0 var(--space-2);
  font-size: clamp(18px, 2.4vw, 26px);
}

.c_5dec0 {
  margin: 0 0 var(--space-4);
  color: var(--muted);
}

.c_351a0 {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.c_99d0b {
  display: flex;
  gap: var(--space-3);
  align-items: flex-start;
  padding: var(--space-3) 0;
  border-top: 1px solid var(--border);
}

.c_5ff33 {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-1);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  background: color-mix(in srgb, var(--brand) 14%, transparent);
  color: var(--brand);
  margin-top: 2px;
}

.c_b638b {
  flex: 1;
  min-width: 0;
}

.c_24c40 {
  margin: 0 0 var(--space-2);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
}

.c_a263f {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}


/* rg D */
/* RG D — accent border left, stacked layout */

.c_66cba {
  padding: var(--space-3) var(--space-3) var(--space-3) var(--space-4);
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 4px solid var(--primary);
  border-radius: 0 var(--radius-2) var(--radius-2) 0;
  box-shadow: var(--shadow-1);
  font-size: 13px;
  color: var(--muted);
}

.c_ba7f1 {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 700;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
  text-transform: uppercase;
  letter-spacing: .06em;
}

.c_22a00 {
  margin: 0 0 var(--space-2);
  font-size: 12px;
  color: var(--muted);
}

.c_b3ac7 {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.c_a9c2d {
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--primary);
  border: 1px solid rgba(var(--primary-rgb), .35);
  border-radius: var(--radius-3);
  text-decoration: none;
  transition: background .15s;
}

.c_a9c2d:hover {
  background: rgba(var(--primary-rgb), .08);
}


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

.c_71bd5 {
  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_88131 {
  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_32aa1 {
  font-size: 18px;
  font-weight: 800;
  color: var(--primary);
  text-decoration: none;
  flex-shrink: 0;
}

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

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

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

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

.c_b32c8 {
  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_548ab {
  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_88131 { flex-direction: column; align-items: flex-start; gap: var(--space-3); }
  .c_42065 { justify-content: flex-start; }
}

