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

/* header J */
/* Header J — split panel: primary-bg brand zone extends to left viewport edge */

.hd-root-21p {
  position: var(--hd-position, relative);
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: var(--hd-height, 60px);
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  transition: box-shadow .25s, height .25s;
}

.hd-root-21p.hd-scrolled {
  height: calc(var(--hd-height, 60px) - 6px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, .35);
  backdrop-filter: blur(10px);
}

.hd_inner-35r {
  max-width: var(--container-w, 1100px);
  margin: 0 auto;
  height: 100%;
  /* No left padding: brand provides its own */
  padding: 0 var(--space-4) 0 0;
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.hd_brand-30u {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  color: var(--bg);
  height: 100%;
  padding: 0 var(--space-5) 0 var(--space-4);
  background: var(--primary);
  flex-shrink: 0;
  z-index: 1;
}

/* Primary color band extending to the left viewport edge */
.hd_brand-30u::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 100vw;
  background: var(--primary);
}

/* Diagonal cut between primary and surface zones */
.hd_brand-30u::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 22px;
  background: linear-gradient(to bottom right, var(--primary) 50%, transparent 50%);
  pointer-events: none;
}

.hdLogo-10i { height: calc(var(--hd-height, 64px) - 24px); width: auto; display: block; filter: brightness(0) invert(1); }

.hdNav-3u {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex: 1;
  padding-left: var(--space-3);
}

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

.hd-nav-link-4i:hover { color: var(--fg); }

.hd_cta-b5 {
  margin-left: auto;
  display: inline-block;
  padding: 8px 22px;
  background: var(--primary);
  color: var(--bg);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border-radius: var(--radius-1);
  transition: opacity .2s;
  white-space: nowrap;
  flex-shrink: 0;
}

.hd_cta-b5:hover { opacity: .88; }

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

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

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

.hd-mobile-nav-25c {
  display: flex;
  flex-direction: column;
  padding: var(--space-3) var(--space-4);
  background: var(--surface);
  border-top: 1px solid var(--border);
  gap: var(--space-2);
}

.hd-mobile-nav-25c[hidden] { display: none !important; }
.hd-mobile-nav-25c .hd_cta-b5 { margin-left: 0; margin-top: var(--space-2); text-align: center; }

@media (max-width: 768px) {
  /* On mobile: restore full-width layout, hide the diagonal pseudo-elements */
  .hd_inner-35r { padding: 0 var(--space-4) 0 0; }
  .hd_brand-30u::before { display: none; }
  .hd_brand-30u::after { display: none; }
  .hdNav-3u { display: none; }
  .h-burger-nc { display: flex; }
}


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

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

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

.bn-slide-35k[data-active] {
  opacity: 1;
  pointer-events: auto;
}

.b-img-1qe {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bnOverlay-1ql {
  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;
}

.bn-slide-35k[data-dark="light"]  .bnOverlay-1ql { background: linear-gradient(to bottom, rgba(0, 0, 0, .18), rgba(0, 0, 0, .35)); }
.bn-slide-35k[data-dark="medium"] .bnOverlay-1ql { background: linear-gradient(to bottom, rgba(0, 0, 0, .35), rgba(0, 0, 0, .55)); }
.bn-slide-35k[data-dark="dark"]   .bnOverlay-1ql { background: linear-gradient(to bottom, rgba(0, 0, 0, .55), rgba(0, 0, 0, .78)); }

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

.b-title-30v {
  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;
}

.b-label-1j3 {
  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);
}

.bn-badge-fa {
  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);
}

.bn-subtitle-p7 {
  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-1v1 {
  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-1v1:hover { opacity: .9; }

.b-btnsecondary-1nd {
  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;
}

.b-btnsecondary-1nd:hover {
  background: rgba(255, 255, 255, .12);
  border-color: #fff;
}

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

.bnArrowPrev-1f5,
.bn-arrow-next-1z1 {
  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;
}

.bnArrowPrev-1f5:hover,
.bn-arrow-next-1z1:hover {
  background: rgba(0, 0, 0, 0.55);
}

@media (max-width: 768px) {
  .b-title-30v { font-size: clamp(20px, 3.5vw, 38px); }
  .bnOverlay-1ql { padding-left: 58px; padding-right: 58px; }
  .bnArrowPrev-1f5, .bn-arrow-next-1z1 { width: 38px; height: 38px; font-size: 22px; }
}

@media (max-width: 600px) {
  .bn-root-357::before { padding-top: 90%; }
  .bnOverlay-1ql { padding-left: 48px; padding-right: 48px; }
  .b-title-30v { font-size: clamp(17px, 5vw, 26px); }
  .bn-btn-1v1 { padding: 11px 28px; font-size: 14px; }
  .b-btnsecondary-1nd { padding: 9px 20px; font-size: 13px; }
  .bn-badge-fa { top: 10px; right: 10px; font-size: 10px; padding: 4px 10px; }
  .bnArrowPrev-1f5, .bn-arrow-next-1z1 { width: 34px; height: 34px; font-size: 20px; }
  .bn-arrows-dx { padding: 0 8px; }
}


/* hero F */
/* Hero F — two-column grid: split title left, intro right */

.heroRoot-27i {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.hero_titlemain-189 {
  margin: 0 0 8px;
  font-weight: 900;
  font-size: clamp(26px, 4.5vw, 48px);
  line-height: 1.1;
  letter-spacing: -.03em;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.hero-title-sub-332 {
  margin: 0;
  font-size: clamp(15px, 2vw, 22px);
  font-weight: 500;
  line-height: 1.4;
  color: var(--primary);
}

.h-intro-4k {
  margin: 0;
  font-size: clamp(14px, 1.5vw, 17px);
  line-height: 1.75;
  color: var(--text);
  align-self: center;
}

@media (max-width: 600px) {
  .heroRoot-27i { grid-template-columns: 1fr; gap: 16px; }
  .hero_titlemain-189 { font-size: 24px; margin-bottom: 4px; }
  .hero-title-sub-332 { font-size: 15px; }
}


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

.ov_root-9n {
  padding: var(--card-pad);
}

.ov_title-9r {
  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);
}

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

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

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

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

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


/* bonus A */
/* bonus A — table with accent top bar and primary-colored values */

.bt-root-1ll {
  padding: var(--card-pad);
  position: relative;
  overflow: hidden;
}

.bt-root-1ll::before {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  position: absolute;
  top: 0; left: 0; right: 0;
  border-radius: var(--radius-2) var(--radius-2) 0 0;
}

.bt-title-1kt {
  margin: var(--space-2) 0 var(--space-3);
  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);
}

.bt-table-31n {
  width: 100%;
  border-collapse: collapse;
}

.bt_row-1kf:first-child .btLabel-2ex,
.bt_row-1kf:first-child .bt-value-ri {
  padding-top: var(--space-3);
}

.bt_row-1kf + .bt_row-1kf .btLabel-2ex,
.bt_row-1kf + .bt_row-1kf .bt-value-ri {
  border-top: 1px solid var(--border);
}

.bt_row-1kf:hover .btLabel-2ex,
.bt_row-1kf:hover .bt-value-ri {
  background: color-mix(in srgb, var(--primary) 6%, transparent);
}

.btLabel-2ex,
.bt-value-ri {
  padding: var(--space-2) 0;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
  transition: background .15s;
}

.btLabel-2ex {
  color: var(--muted);
  font-weight: 500;
  padding-right: var(--space-3);
  white-space: nowrap;
}

.bt-value-ri {
  color: var(--primary);
  font-weight: 700;
  text-align: right;
}

@media (max-width: 600px) {
  .btLabel-2ex, .bt-value-ri { font-size: 13px; }
}

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


/* promo F */
/* Promo F — prose */

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

.pr-title-1gh {
  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);
}

.pr-body-331 {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}


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

.l-root-2hh {
  padding: var(--card-pad);
}

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

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

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

.lbCard-zz:hover {
  transform: scale(1.03);
}

.lb_cardimg-v2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: var(--border);
}

.lb-cardname-2zw {
  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;
}

.l-cta-1y1 {
  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;
}

.l-cta-1y1:hover {
  opacity: .85;
}

@media (max-width: 600px) {
  .lb_grid-1q9 { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: var(--space-2); }
  .lb-cardname-2zw { font-size: 12px; padding: 6px 8px; }
}


/* providers F */
/* Providers F — CSS marquee auto-scroll strip (no JS) */

.pv-root-1a7 {
  padding: var(--card-pad);
  overflow: hidden;
}

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

@keyframes pvMarquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.pv-scroll-2oq {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}

.pv-track-28y {
  display: flex;
  gap: var(--space-3);
  width: max-content;
  animation: pvMarquee 28s linear infinite;
}

.pv-track-28y:hover {
  animation-play-state: paused;
}

.pv-card-6t {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2);
  width: 140px;
  flex-shrink: 0;
  padding: var(--space-3) var(--space-2);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  text-align: center;
  transition: border-color .2s;
}

.pv-card-6t:hover {
  border-color: rgba(var(--primary-rgb), .4);
}

.pv-logo-17o {
  width: 100%;
  height: 44px;
  object-fit: contain;
}

.pv-name-13c {
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .05em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}


/* payments B */
/* Payments B — cards grid */

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

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

.pm-grid-26t {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: var(--space-3);
}

.pm_card-ob {
  padding: var(--space-3);
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  background: var(--bg);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px var(--space-2);
  align-items: start;
}

.p-method-1ng {
  grid-column: 1 / -1;
  margin: 0 0 var(--space-1);
  font-size: 15px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.3;
}

.pm-label-2pt {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  white-space: nowrap;
}

.pm-value-2dy {
  font-size: 13px;
  font-weight: 600;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
  text-align: right;
  min-width: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


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

.mb-root-2l5 {
  padding: var(--card-pad);
}

.mb-title-1dp {
  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);
}

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

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

.mbTable-2uj table {
  width: 100%;
  border-collapse: collapse;
  min-width: 480px;
  font-size: 14px;
}

.m-head-1a7 {
  background: var(--bg);
}

.m-headcell-2pv {
  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;
}

.m-row-2y7 {
  border-bottom: 1px solid var(--border);
}

.m-row-2y7:last-child {
  border-bottom: none;
}

.m-row-2y7:nth-child(even) {
  background: var(--bg);
}

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

.mb-cell-name-1aa {
  font-weight: 700;
  white-space: nowrap;
}

.mbBadge-2h0 {
  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-212 {
  color: var(--muted);
  font-size: 13px;
}

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


/* registration D */
/* Registration D — grid cards with big step number */

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

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

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

.ht-grid-1qf {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: var(--space-3);
}

.ht-card-2th {
  padding: var(--space-3);
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  background: var(--bg);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.h-num-2g1 {
  font-size: 32px;
  font-weight: 900;
  color: var(--primary);
  line-height: 1;
  letter-spacing: -.02em;
  opacity: .7;
}

.ht-heading-29j {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
  line-height: 1.3;
}

.htBody-1zv {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
}


/* login D */
/* Login D — side-nav + content */

.lg_root-2vz {
  padding: var(--card-pad);
}

.lg_title-1w3 {
  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);
}

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

.lgLayout-1jd {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: var(--space-3);
  min-height: 120px;
}

.l-nav-2ik {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-right: 1px solid var(--border);
  padding-right: var(--space-2);
}

.lgNavItem-28j {
  padding: var(--space-1) var(--space-2);
  background: none;
  border: none;
  border-radius: var(--radius-1);
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  text-align: left;
  transition: background .15s, color .15s;
}

.lgNavItem-28j:hover { background: var(--bg); color: var(--text); }

.lgNavItem-28j[data-active] {
  background: var(--bg);
  color: var(--primary);
}

.lg-content-uc {
  min-width: 0;
}

.l-section-9i { /* styled by skin */ }

.lg_heading-22v {
  margin: 0 0 var(--space-1);
  font-size: 16px;
  font-weight: 700;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
  line-height: 1.3;
}

.lg_body-1t7 {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--text);
}

@media (max-width: 600px) {
  .lgLayout-1jd { grid-template-columns: 1fr; }
  .l-nav-2ik {
    flex-direction: row;
    overflow-x: auto;
    border-right: none;
    border-bottom: 1px solid var(--border);
    padding-right: 0;
    padding-bottom: var(--space-1);
  }
  .lgNavItem-28j { white-space: nowrap; }
}


/* loyalty D */
/* Loyalty D — stripe blocks */

.loy-root-u9 {
  padding: var(--card-pad);
  overflow: hidden;
}

.l-title-2s5 {
  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);
}

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

.loy_list-11h {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-1);
  overflow: hidden;
}

.l-item-11u {
  padding: var(--space-3);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.l-item-11u:nth-child(odd) {
  background: var(--bg);
}

.loy-name-2aa {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.3;
}

.loy-entry-qf {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}

.loy_perks-1xa {
  margin: 0;
  font-size: 13px;
  color: var(--text);
  line-height: 1.5;
}


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

.sp_root-8z {
  padding: var(--card-pad);
}

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

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

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

.spSummary-3d {
  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;
}

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

.s-details-ev[open] > .spSummary-3d::after {
  content: "\2212";
}

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

.spBody-2rb p {
  margin: 0 0 var(--space-1);
}

.spBody-2rb p:last-child {
  margin-bottom: 0;
}


/* security D */
/* Security D — checklist */

.sc-root-2d3 {
  padding: var(--card-pad);
}

.sc-title-2ij {
  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);
}

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

.s-list-kj {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.scItem-324 {
  display: flex;
  align-items: baseline;
  gap: var(--space-2);
}

.sc-check-2r1::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 13px;
  font-weight: 800;
  color: var(--bg);
  background: var(--primary);
  border-radius: 50%;
  flex-shrink: 0;
  line-height: 1;
}

.sc-text-33g {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.5;
}


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

.lc_root-2kk {
  padding: var(--card-pad);
}

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

.lc_table-20 {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}

.lcThead-28y {
  border-bottom: 2px solid var(--primary);
}

.lcTh-e0 {
  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;
}

.lc-row-2pc + .lc-row-2pc .l-td-2b0 {
  border-top: 1px solid var(--border);
}

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

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

.lc-note-268 {
  font-size: 13px;
  color: var(--muted);
}


/* faq C */
.faq_root-1be {
  padding: var(--card-pad);
  position: relative;
  overflow: hidden;
}

.faq_root-1be > * {
  position: relative;
}

.f-header-20f {
  margin-bottom: var(--space-4);
}

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

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

.faqGrid-2o6 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--space-3);
}

.faq_item-1ml {
  padding: var(--space-3);
  border-radius: var(--radius-2);
  border: 1px solid var(--border);
}

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

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


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

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

.r-title-2lv {
  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;
}

.r-helpline-6y {
  font-size: 12px;
  color: var(--muted);
}

.rg-sites-2m9 {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.rg_sitelink-yg {
  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;
}

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


/* footer D */
/* Footer D — minimal: nav top row, brand + copyright bottom */

.ft-root-1z6 {
  margin-top: var(--space-5);
  width: 100%;
  background: var(--bg);
  padding: var(--space-4) 0 var(--space-3);
}

.ftNav-g7 {
  max-width: var(--container-w, 1100px);
  margin: 0 auto;
  padding: 0 var(--space-4) var(--space-3);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.ft-nav-link-26z {
  color: var(--muted);
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: color .2s;
  white-space: nowrap;
}

.ft-nav-link-26z:hover { color: var(--fg); }

.ft_inner-qu {
  max-width: var(--container-w, 1100px);
  margin: 0 auto;
  padding: var(--space-3) var(--space-4) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  flex-wrap: wrap;
}

.ftBrand-1vv {
  font-size: 15px;
  font-weight: 700;
  color: var(--muted);
}

.ft-logo-26h {
  height: 36px;
  width: auto;
  display: block;
}

.ft-copy-1m3 {
  font-size: 12px;
  color: var(--muted);
}

.ftDisclaimer-7l {
  max-width: var(--container-w, 1100px);
  margin: var(--space-3) auto 0;
  padding: 0 var(--space-4);
  font-size: 11px;
  color: var(--muted);
  line-height: 1.6;
}

