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

/* header H */
/* Header H — floating card: rounded card inset from viewport edges (best with position:fixed) */

/* Account for the 14px top offset so body padding compensates correctly */
:root { --hd-total: calc(var(--hd-height, 62px) + 22px); }

.hdRoot-1jj {
  position: var(--hd-position, relative);
  top: 14px;
  left: 20px;
  right: 20px;
  z-index: 1000;
  width: auto;
  height: var(--hd-height, 62px);
  background: color-mix(in srgb, var(--surface) 90%, transparent);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 4px 28px rgba(0, 0, 0, .30);
  transition: box-shadow .3s, height .25s;
}

.hdRoot-1jj.hd-scrolled {
  height: calc(var(--hd-height, 62px) - 6px);
  box-shadow: 0 10px 48px rgba(0, 0, 0, .52);
}

.hd-inner-34t {
  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);
}

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

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

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

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

.h-navlink-1i4:hover { color: var(--fg); }

.hdCta-s7 {
  display: inline-block;
  padding: 8px 20px;
  background: var(--primary);
  color: var(--bg);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border-radius: var(--radius-1);
  transition: opacity .2s, transform .15s;
  white-space: nowrap;
  flex-shrink: 0;
}

.hdCta-s7:hover { opacity: .88; transform: translateY(-1px); }

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

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

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

/* Dropdown hangs below the card with matching rounded bottom */
.hdMobileNav-1ea {
  display: flex;
  flex-direction: column;
  padding: var(--space-3) var(--space-4);
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: none;
  border-radius: 0 0 14px 14px;
  gap: var(--space-2);
}

.hdMobileNav-1ea[hidden] { display: none !important; }
.hdMobileNav-1ea .hdCta-s7 { margin-top: var(--space-2); text-align: center; }

@media (max-width: 768px) {
  :root { --hd-total: calc(var(--hd-height, 62px) + 18px); }
  .hdRoot-1jj { left: 10px; right: 10px; top: 10px; }
  .hd-nav-1kc { display: none; }
  .hd-burger-292 { display: flex; }
}


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

.bc_root-27q {
  padding: var(--space-2) var(--space-5);
}

.bc-list-2m {
  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;
}

.bc_item-1rt {
  display: flex;
  align-items: center;
}

.bc-link-122 {
  color: var(--fg);
  text-decoration: none;
}

.bc-link-122:hover {
  color: var(--skin-ac);
}

.bc-sep-2h2 {
  color: var(--muted);
  margin: 0 6px;
  font-size: 11px;
}

.b-current-1vn {
  color: var(--fg);
}


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

.bn-root-yj {
  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);
}

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

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

.bnSlide-10o[data-active] {
  opacity: 1;
  pointer-events: auto;
}

.bnImg-2c6 {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bn-overlay-1h9 {
  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;
}

.bnSlide-10o[data-dark="light"]  .bn-overlay-1h9 { background: linear-gradient(to bottom, rgba(0, 0, 0, .18), rgba(0, 0, 0, .35)); }
.bnSlide-10o[data-dark="medium"] .bn-overlay-1h9 { background: linear-gradient(to bottom, rgba(0, 0, 0, .35), rgba(0, 0, 0, .55)); }
.bnSlide-10o[data-dark="dark"]   .bn-overlay-1h9 { background: linear-gradient(to bottom, rgba(0, 0, 0, .55), rgba(0, 0, 0, .78)); }

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

.bn-title-rj {
  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;
}

.bn_label-2mn {
  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);
}

.bnBadge-1iu {
  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);
}

.b-sub-20r {
  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;
}

.bn_btn-1r1 {
  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);
}

.bn_btn-1r1:hover { opacity: .9; }

.bnBtnSecondary-13d {
  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;
}

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

.bn-arrows-1id {
  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;
}

.bn-arrow-prev-qp,
.bnArrowNext-1t9 {
  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;
}

.bn-arrow-prev-qp:hover,
.bnArrowNext-1t9:hover {
  background: rgba(0, 0, 0, 0.55);
}

@media (max-width: 768px) {
  .bn-title-rj { font-size: clamp(20px, 3.5vw, 38px); }
  .bn-overlay-1h9 { padding-left: 58px; padding-right: 58px; }
  .bn-arrow-prev-qp, .bnArrowNext-1t9 { width: 38px; height: 38px; font-size: 22px; }
}

@media (max-width: 600px) {
  .bn-root-yj::before { padding-top: 90%; }
  .bn-overlay-1h9 { padding-left: 48px; padding-right: 48px; }
  .bn-title-rj { font-size: clamp(17px, 5vw, 26px); }
  .bn_btn-1r1 { padding: 11px 28px; font-size: 14px; }
  .bnBtnSecondary-13d { padding: 9px 20px; font-size: 13px; }
  .bnBadge-1iu { top: 10px; right: 10px; font-size: 10px; padding: 4px 10px; }
  .bn-arrow-prev-qp, .bnArrowNext-1t9 { width: 34px; height: 34px; font-size: 20px; }
  .bn-arrows-1id { padding: 0 8px; }
}


/* hero E */
/* Hero E — h1 + intro as bullet list (compact, scannable) */

.hero-root-kh {}

.hero-title-1h {
  margin: 0 0 20px;
  font-weight: 800;
  font-size: clamp(22px, 3.5vw, 36px);
  line-height: 1.2;
  letter-spacing: -.015em;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.h-list-rp {
  margin: 0;
  padding: 0 0 0 1.2em;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hero-item-s2 {
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.6;
  color: var(--text);
}

.hero-item-s2::marker {
  color: var(--primary);
}

@media (max-width: 600px) {
  .hero-title-1h { font-size: 20px; margin-bottom: 14px; }
  .h-list-rp { gap: 6px; }
}


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

.ovRoot-1od {
  padding: var(--card-pad);
}

.o-title-10x {
  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);
}

.o-body-tp {
  margin: 0 0 var(--space-4);
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
}

.ov-table-2d3 {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

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

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

.ov-screenshot-2u1 {
  margin: 28px 0;
  border-radius: var(--radius-1);
  overflow: hidden;
  line-height: 0;
}
.ov-screenshot-2u1 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 */

.bt-root-16g {
  overflow: hidden;
}

.bt-title-306 {
  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);
}

.bt-stripes-1xa {
  display: flex;
  flex-direction: column;
}

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

.b-row-5g:nth-child(even) {
  background: var(--bg);
}

.b-row-5g: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);
}

.b-row-5g:first-child .btLabel-1q6 {
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
  font-weight: 700;
  font-size: 15px;
}

.b-row-5g:first-child .bt-value-wh {
  font-size: 17px;
  color: var(--primary);
}

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

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

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

@media (max-width: 600px) {
  .bt-title-306 { padding: var(--space-3); }
  .btLabel-1q6, .bt-value-wh { font-size: 13px; }
  .b-row-5g { padding-left: var(--space-3); padding-right: var(--space-3); }
}


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

.prRoot-26t {
  padding: var(--card-pad) var(--card-pad) 0;
}

.pr-h2-1pr {
  margin: 0 0 var(--space-3);
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 800;
  line-height: 1.2;
  color: var(--skin-title);
}

.prH3-1ek {
  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);
}

.pr-p-1kv {
  margin: 0 0 var(--space-3);
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}

.pr-list-2kx {
  margin: 0 0 var(--space-3);
  padding-left: var(--space-4);
}

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

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

.pr-thead-1pl {
  background: var(--skin-ac);
}

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

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

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

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


/* providers C */
/* Providers C — flex-wrap cards: logo centered + name, comfortable sizing */

.p-root-2gj {
  padding: var(--card-pad);
}

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

.pv-intro-18b {
  margin: 0 0 var(--space-3);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.pvGrid-2eb {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.pv-tag-lh {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-1);
  padding: var(--space-3);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  flex: 1 1 140px;
  min-width: 130px;
  max-width: 200px;
  transition: border-color .2s, background .2s, transform .2s;
}

.pv-tag-lh:hover {
  border-color: rgba(var(--primary-rgb), .5);
  background: rgba(var(--primary-rgb), .06);
  transform: translateY(-2px);
}

.pv-tag-logo-262 {
  width: 100%;
  height: 52px;
  object-fit: contain;
  flex-shrink: 0;
}

.pv-tag-name-30m {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: .04em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

@media (max-width: 480px) {
  .pv-tag-lh { min-width: 110px; }
}


/* lobby C */
/* Lobby C — overlay name on image, compact grid */

.lb-root-8o {
  padding: var(--card-pad);
}

.lb-title-hi {
  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);
}

.lbGrid-2vk {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}

.lb-card-11a {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-1);
  overflow: hidden;
  text-decoration: none;
  transition: transform .15s;
  cursor: pointer;
}

.lb-card-11a:hover {
  transform: scale(1.03);
}

.lb-card-img-2u5 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: var(--border);
}

.lb-card-name-29p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, .75), transparent);
  line-height: 1.3;
}

.lbCta-jm {
  display: inline-block;
  padding: 11px 28px;
  background: var(--primary);
  color: var(--bg);
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: var(--radius-1);
  transition: opacity .2s;
}

.lbCta-jm:hover {
  opacity: .85;
}

@media (max-width: 600px) {
  .lbGrid-2vk { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: var(--space-2); }
  .lb-card-name-29p { font-size: 12px; padding: 6px 8px; }
}


/* payments F */
/* Payments F — definition list */

.pm-root-kt {
  padding: var(--card-pad);
}

.pm-title-329 {
  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);
}

.pm-intro-1uh {
  margin: 0 0 var(--space-3);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.pm-dl-2o5 {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.pm_dt-nh {
  font-size: 15px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.3;
  padding-left: var(--space-2);
  border-left: 3px solid var(--primary);
}

.pm_dd-1zx {
  margin: 6px 0 0 0;
  padding-left: calc(var(--space-2) + 3px);
  font-size: 13px;
  line-height: 1.6;
  color: var(--text);
  display: flex;
  flex-wrap: wrap;
  gap: 4px var(--space-3);
}

.pm-label-1xx {
  color: var(--muted);
  font-weight: 500;
}

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


/* security B */
/* Security B — compact inline banner */

.s-root-vi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-3);
  background: rgba(var(--primary-rgb), .06);
  border: 1px solid rgba(var(--primary-rgb), .18);
  border-radius: var(--radius-2);
}

.sc-badge-tt {
  display: inline-block;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--bg);
  background: var(--primary);
  border-radius: 999px;
  line-height: 1.4;
}

.sc-title-2r0 {
  font-size: 14px;
  font-weight: 700;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.s-body-1vi {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}


/* license A */
/* License A — four-column table */

.lc-root-1tr {
  padding: var(--card-pad);
}

.lc-title-243 {
  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);
}

.lc-intro-r3 {
  margin: 0 0 var(--space-3);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.lc-table-1yd {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}

.lc-thead-2hf {
  border-bottom: 2px solid var(--primary);
}

.lc_th-2rr {
  padding: var(--space-2);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--primary);
  text-align: left;
  white-space: nowrap;
}

.l-row-dl + .l-row-dl .lc-td-277 {
  border-top: 1px solid var(--border);
}

.lc-td-277 {
  padding: var(--space-2);
  font-size: 14px;
  line-height: 1.5;
  color: var(--text);
  vertical-align: top;
}

.lc-reg-3z {
  font-weight: 700;
  color: var(--primary);
  white-space: nowrap;
}

.lc_note-1yb {
  font-size: 13px;
  color: var(--muted);
}


/* support E */
/* Support E — definition list (channel : languages) */

.sp-root-1gi {
  padding: var(--card-pad);
}

.s-title-bk {
  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);
}

.sp_intro-1zk {
  margin: 0 0 var(--space-3);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.sp-dl-mm {
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 var(--space-3);
  align-items: baseline;
}

.sp_dt-2na {
  font-weight: 700;
  font-size: 14px;
  color: var(--primary);
  padding: var(--space-2) 0;
  border-bottom: 1px solid var(--border);
  white-space: nowrap;
}

.sp-dd-1au {
  margin: 0;
  padding: var(--space-2) 0;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}

@media (max-width: 480px) {
  .sp-dl-mm { grid-template-columns: 1fr; }
  .sp_dt-2na { border-bottom: none; padding-bottom: 0; }
  .sp-dd-1au { padding-top: 2px; }
}


/* mobile A */
/* Mobile A — H2 + intro + classic responsive table */

.mb-root-1td {
  padding: var(--card-pad);
}

.mb_title-1t1 {
  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);
}

.m-intro-lx {
  margin: 0 0 var(--space-4);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

/* scrollable table wrapper */
.mb-table-23n {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
}

.mb-table-23n table {
  width: 100%;
  border-collapse: collapse;
  min-width: 480px;
  font-size: 14px;
}

.mb-head-p3 {
  background: var(--bg);
}

.mb-head-cell-1bf {
  padding: 10px 14px;
  text-align: left;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--muted);
  border-bottom: 2px solid var(--border);
  white-space: nowrap;
}

.mb_row-23r {
  border-bottom: 1px solid var(--border);
}

.mb_row-23r:last-child {
  border-bottom: none;
}

.mb_row-23r:nth-child(even) {
  background: var(--bg);
}

.mb-cell-4h {
  padding: 10px 14px;
  vertical-align: top;
  color: var(--text);
  line-height: 1.5;
}

.mb_cellname-ze {
  font-weight: 700;
  white-space: nowrap;
}

.mb-badge-11o {
  display: inline-block;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--primary);
  background: rgba(var(--primary-rgb), .1);
  border-radius: 99px;
  white-space: nowrap;
}

.mb_cellfeatures-23i {
  color: var(--muted);
  font-size: 13px;
}

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


/* sticky-banner C */
/* Variant C — тонкий однорядковий sticky банер з таймером
   HTML: bnRoot > bnInner(relative, flex row) > bnLabel + bnTitle + bnTimer + bnCta + bnClose(absolute) */

@keyframes bnSlideUp   { from { transform: translateY(100%); opacity: 0 } to { transform: translateY(0); opacity: 1 } }
@keyframes bnSlideDown { from { transform: translateY(0); opacity: 1 } to { transform: translateY(100%); opacity: 0 } }
@keyframes bnFadeOut   { from { opacity: 1 } to { opacity: 0 } }
@keyframes bnWipeIn  { from { clip-path: inset(0 100% 0 0); opacity: .5 } to { clip-path: inset(0 0 0 0); opacity: 1 } }
@keyframes bnWipeOut { from { clip-path: inset(0 0 0 0); opacity: 1 } to { clip-path: inset(0 100% 0 0); opacity: 0 } }

.bn-root-o5 {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 999;
}
.bn-root-o5[hidden] { display: none; }

.bn-inner-1xj {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 48px 10px 16px;
  background: var(--surface);
  border-top: 1px solid var(--border);
  box-sizing: border-box;
  width: 100%;
}

.bn-close-1j7 {
  position: absolute;
  top: 50%; right: 12px;
  transform: translateY(-50%);
  background: transparent; border: 0;
  cursor: pointer; color: var(--muted);
  font-size: 16px;
  width: 28px; height: 28px;
  display: grid; place-items: center;
  border-radius: var(--skin-r);
  transition: color .15s, background .15s;
  line-height: 1;
}
.bn-close-1j7:hover { color: var(--text); background: rgba(255,255,255,.08); }

.bn-label-2ot {
  font-size: 11px; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase;
  padding: 2px 8px; border-radius: var(--skin-r);
}
.bn-title-2i1 { font-weight: 700; font-size: 14px; }
.bn-timer-5e {
  font-weight: 800; font-size: 14px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .04em;
  padding: 1px 8px; border-radius: var(--skin-r);
}
.bn_cta-a1 {
  padding: 6px 16px; border-radius: var(--skin-r);
  background: var(--skin-btn-bg); color: var(--skin-btn-c);
  font-weight: 800; font-size: 13px;
  text-decoration: none; white-space: nowrap; cursor: pointer;
}

@media (max-width: 600px) {
  .bn-inner-1xj { padding: 10px 42px 10px 12px; gap: 8px; }
  .bn-label-2ot { display: none; }
  .bn-title-2i1 { font-size: 13px; }
  .bn-timer-5e { font-size: 13px; }
  .bn_cta-a1   { font-size: 12px; padding: 6px 10px; }
  .bn-close-1j7 { right: 8px; width: 28px; height: 28px; font-size: 16px; }
}


/* registration B */
/* Registration B — table layout */

.ht-root-rf {
  padding: var(--card-pad);
}

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

.h-intro-1k3 {
  margin: 0 0 var(--space-3);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.ht_table-2i1 {
  width: 100%;
  border-collapse: collapse;
}

.htRow-2ed {
  border-bottom: 1px solid var(--border);
}

.htRow-2ed:last-child { border-bottom: none; }

.ht-num-2rp {
  width: 40px;
  padding: var(--space-2);
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  color: var(--primary);
  vertical-align: top;
}

.h-heading-6r {
  padding: var(--space-2);
  font-size: 14px;
  font-weight: 700;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
  vertical-align: top;
  white-space: nowrap;
}

.htBody-1f3 {
  padding: var(--space-2);
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
  vertical-align: top;
}

@media (max-width: 600px) {
  .htRow-2ed { display: flex; flex-wrap: wrap; padding: var(--space-2) 0; }
  .ht-num-2rp { width: auto; padding: 0 var(--space-1); }
  .h-heading-6r { padding: 0 var(--space-1); white-space: normal; }
  .htBody-1f3 { padding: var(--space-1); flex-basis: 100%; }
}


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

.pr-root-241 {
  padding: var(--card-pad) var(--card-pad) 0;
}

.pr-h2-20j {
  margin: 0 0 var(--space-3);
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 800;
  line-height: 1.2;
  color: var(--skin-title);
}

.prH3-1pc {
  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);
}

.pr-p-2vv {
  margin: 0 0 var(--space-3);
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}

.pr-list-22d {
  margin: 0 0 var(--space-3);
  padding-left: var(--space-4);
}

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

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

.pr-thead-15p {
  background: var(--skin-ac);
}

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

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

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

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


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

.faq-root-1mn > * {
  position: relative;
}

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

.faq-intro-5r {
  margin: 0 0 var(--space-4);
  color: var(--muted);
}

.faqList-2dn {
  display: flex;
  flex-direction: column;
  gap: 0;
}

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

.faq-num-10x {
  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;
}

.faq-body-157 {
  flex: 1;
  min-width: 0;
}

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

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


/* rg C */
/* RG C — card grid of help sites + helpline footer */

.rgRoot-2fe {
  padding: var(--space-3) var(--space-4);
  font-size: 13px;
  color: var(--muted);
}

.r-title-fs {
  margin: 0 0 var(--space-3);
  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;
}

.rg-grid-1ly {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: var(--space-2);
  margin-bottom: var(--space-3);
}

.rg_card-r0 {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: var(--space-2) var(--space-2);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  text-decoration: none;
  transition: border-color .15s;
}

.rg_card-r0:hover {
  border-color: var(--primary);
}

.rg-cardname-1t3 {
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.3;
}

.rg-cardurl-85 {
  font-size: 11px;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rg_helpline-sb {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
  border-top: 1px solid var(--border);
  padding-top: var(--space-2);
}


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

.ft-root-m {
  margin-top: var(--space-5);
  width: 100%;
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: var(--space-5) 0 var(--space-4);
}

.ft_inner-2ya {
  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);
}

.ft_inner-2ya > div:first-child {
  flex: 1;
  min-width: 0;
}

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

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

.ft-nav-1yj {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  flex-shrink: 0;
}

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

.ft-nav-link-nj:hover { color: var(--primary); }

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

.ft-copy-2vj {
  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) {
  .ft_inner-2ya { flex-direction: column; }
  .ft-nav-1yj { flex-direction: row; flex-wrap: wrap; }
}

