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

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

.c_9ac42 {
  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_9ac42.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_17425 {
  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_b0325 {
  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_3a05c { height: calc(var(--hd-height, 64px) - 24px); width: auto; display: block; }

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

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

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

.c_d5c29 {
  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_d5c29:hover { background: var(--primary); color: var(--bg); }

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

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

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

.c_f7e1f {
  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_f7e1f[hidden] { display: none !important; }
.c_f7e1f .c_d5c29 { margin-left: 0; margin-top: var(--space-2); text-align: center; background: var(--primary); color: var(--bg); }

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


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

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

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

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

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

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

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


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

.c_6b72a {
  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_6b72a::before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 16:9 */
}

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

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

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

.c_2c8da {
  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_8e033[data-dark="light"]  .c_2c8da { background: linear-gradient(to bottom, rgba(0, 0, 0, .18), rgba(0, 0, 0, .35)); }
.c_8e033[data-dark="medium"] .c_2c8da { background: linear-gradient(to bottom, rgba(0, 0, 0, .35), rgba(0, 0, 0, .55)); }
.c_8e033[data-dark="dark"]   .c_2c8da { background: linear-gradient(to bottom, rgba(0, 0, 0, .55), rgba(0, 0, 0, .78)); }

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

.c_9a12b {
  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_908da {
  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_2cd4b {
  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_d6a3c {
  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_b01f7 {
  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_b01f7:hover { opacity: .9; }

.c_32597 {
  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_32597:hover {
  background: rgba(255, 255, 255, .12);
  border-color: #fff;
}

.c_fe53a {
  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_f5e24,
.c_3f1a5 {
  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_f5e24:hover,
.c_3f1a5:hover {
  background: rgba(0, 0, 0, 0.55);
}

@media (max-width: 768px) {
  .c_9a12b { font-size: clamp(20px, 3.5vw, 38px); }
  .c_2c8da { padding-left: 58px; padding-right: 58px; }
  .c_f5e24, .c_3f1a5 { width: 38px; height: 38px; font-size: 22px; }
}

@media (max-width: 600px) {
  .c_6b72a::before { padding-top: 90%; }
  .c_2c8da { padding-left: 48px; padding-right: 48px; }
  .c_9a12b { font-size: clamp(17px, 5vw, 26px); }
  .c_b01f7 { padding: 11px 28px; font-size: 14px; }
  .c_32597 { padding: 9px 20px; font-size: 13px; }
  .c_2cd4b { top: 10px; right: 10px; font-size: 10px; padding: 4px 10px; }
  .c_f5e24, .c_3f1a5 { width: 34px; height: 34px; font-size: 20px; }
  .c_fe53a { padding: 0 8px; }
}


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

.c_459e0 { text-align: center; }

.c_768d4 {
  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_40f2c {
  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_67e88 {
  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_768d4 { font-size: 26px; margin-bottom: 16px; }
  .c_40f2c { font-size: 16px; margin-bottom: 12px; }
}


/* overview A */
/* Overview A — prose + facts table */

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

.c_e7bba {
  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_e4c06 {
  margin: 0 0 var(--space-4);
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
}

.c_927b1 {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

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

.c_d1cfa {
  font-weight: 700;
  color: var(--primary);
  white-space: nowrap;
  width: 1%;
}

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


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

.c_c1c89 {
  overflow: hidden;
}

.c_48ab9 {
  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_ddd0e {
  display: flex;
  flex-direction: column;
}

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

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

.c_cc234: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_cc234:first-child .c_f3854 {
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
  font-weight: 700;
  font-size: 15px;
}

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

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

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

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

@media (max-width: 600px) {
  .c_48ab9 { padding: var(--space-3); }
  .c_f3854, .c_b3068 { font-size: 13px; }
  .c_cc234 { padding-left: var(--space-3); padding-right: var(--space-3); }
}


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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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


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

.c_1f73b>* {
  position: relative;
}

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

.c_bd210 {
  margin: 0 0 var(--space-3);
  color: var(--muted);
}

.c_9ce31 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: var(--space-3);
}

.c_1dc45 {
  margin: 0 0 var(--space-2);
  font-size: 16px;
}

.c_f7ae7 {
  margin: 0;
  color: var(--muted);
}

.c_906bb {
  transition: transform .14s ease, border-color .14s ease, background .14s ease, box-shadow .14s ease;
}

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

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

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

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

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

.c_26fb2 {
  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_26fb2::after {
  content: "+";
  margin-left: auto;
  font-size: 18px;
  font-weight: 400;
  color: var(--muted);
  transition: transform .2s;
}

.c_9d28a[open] > .c_26fb2::after {
  content: "\2212";
}

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

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

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


/* rg B */
/* RG B — two-line header (title + helpline) then sites row */

.c_1c68d {
  padding: var(--space-3) var(--space-4);
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  font-size: 13px;
  color: var(--muted);
}

.c_f4352 {
  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_41dbd {
  font-size: 12px;
  color: var(--muted);
}

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

.c_19df6 {
  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_19df6:hover {
  background: rgba(var(--primary-rgb), .08);
}


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

.c_6ad5b {
  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_cbcee {
  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_14bed {
  font-size: 22px;
  font-weight: 900;
  color: var(--primary);
  letter-spacing: -0.5px;
}

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

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

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

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

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

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

