.shell {
  --blue: #08bde8;
  --blue-dark: #047da7;
  --navy: #063653;
  --ice: #effbff;
  overflow-x: hidden;
  overflow-x: clip;
  min-height: 100vh;
  padding-bottom: 72px;
  color: var(--navy);
  background:
    radial-gradient(circle at 50% 0, rgba(53, 209, 241, .17), transparent 36rem),
    linear-gradient(180deg, #f8fdff 0, #fff 48rem);
  font-family: "Anybody", "Trebuchet MS", sans-serif;
}

  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  color: #fff;
  background: linear-gradient(90deg, #087aa8, #14c8ed 46%, #087ca5);
  box-shadow: 0 1px 8px rgba(0, 88, 126, .24);
}


.header {
  height: 74px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 22px;
  border-bottom: 1px solid #c9eef8;
  background: rgba(255,255,255,.96);
  position: relative;
  z-index: 30;
}

.menuButton { width: max-content; display: flex; align-items: center; gap: 10px; border: 0; color: var(--navy); background: none; cursor: pointer; letter-spacing: .12em; }
.hamburger { width: 34px; height: 34px; display: grid; align-content: center; gap: 4px; padding: 0 8px; border-radius: 10px; color: #fff; background: linear-gradient(#17c8ec, #078cad); box-shadow: 0 5px 12px rgba(6, 151, 190, .28); }
.hamburger i { height: 2px; border-radius: 2px; background: currentColor; }
.menuButton b { font-size: 11px; }

.logo { min-width: 52px; display: grid; place-items: center; text-decoration: none; }
.logo img { width: 44px; height: 44px; display: block; object-fit: contain; border-radius: 12px; }
.logo span { display: none; color: #089ccb; font-size: 25px; font-weight: 900; letter-spacing: -.04em; }
.logo img[src=""] + span { display: block; }

.headerTools { justify-self: end; display: flex; align-items: center; gap: 10px; }
.languagePicker { position: relative; }
.languagePicker > button { min-width: 104px; height: 40px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid #6edbf2; border-radius: 999px; color: var(--navy); background: #fff; cursor: pointer; }
.languagePicker button b { font-size: 11px; }
.languagePicker button i { font-style: normal; color: #0c91b4; }
.inlineIcon { width: 1em; height: 1em; display: block; flex: 0 0 auto; }
.languageMenu { min-width: 170px; position: absolute; top: calc(100% + 8px); right: 0; overflow: hidden; border: 1px solid #7ddcf1; border-radius: 13px; background: #fff; box-shadow: 0 14px 35px rgba(4, 66, 92, .2); }
.languageMenu a { display: flex; gap: 9px; padding: 11px 13px; color: var(--navy); font-size: 12px; text-decoration: none; }
.languageMenu a:hover { background: var(--ice); }
.partner { height: 40px; display: flex; align-items: center; gap: 6px; padding: 0 10px; border: 1px solid #82dff3; border-radius: 7px; }
.partner b { font-size: 20px; color: #0b9ec8; }
.partner small { max-width: 48px; font-size: 6px; line-height: 1.05; font-weight: 800; }

.ticker { height: 24px; display: grid; place-items: center; overflow: hidden; color: #fff; background: linear-gradient(90deg, #047da7, #18c8e9, #047da7); font-size: 10px; font-weight: 800; }
.ticker span { white-space: nowrap; }

.pageGrid { width: min(1780px, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(220px, 23%) minmax(0, 54%) minmax(220px, 23%); align-items: start; }
.pageGrid:has(.loginPage) { grid-template-columns: minmax(210px, 20%) minmax(0, 60%) minmax(210px, 20%); }
.leftRail, .rightRail { padding: 14px 10px 90px; }
.leftRail { border-right: 1px solid #c8edf6; }
.rightRail { border-left: 1px solid #c8edf6; }

.railTitle { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; padding: 12px; border-radius: 13px; color: #fff; background: linear-gradient(135deg, #075f83, #0abce5); }
.railTitle > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 9px; color: #087fa8; background: #fff; font-weight: 900; }
.railTitle div { display: grid; }
.railTitle small { font-size: 7px; letter-spacing: .16em; }
.railTitle strong { font-size: 13px; }
.pageLinks { display: grid; gap: 5px; }
.pageLinks a { min-height: 43px; display: flex; align-items: center; gap: 9px; padding: 7px 10px; border: 1px solid #d4f1f8; border-radius: 9px; color: #15516c; background: #fff; text-decoration: none; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.pageLinks a:hover { transform: translateX(3px); border-color: #51cfea; background: #eefbfe; }
.pageLinks a span { width: 26px; color: #0aa3ca; font-size: 9px; font-weight: 900; }
.pageLinks a b { overflow: hidden; font-size: 10px; line-height: 1.25; text-overflow: ellipsis; }
.pageLinks .activeLink { color: #fff; border-color: transparent; background: linear-gradient(90deg, #0785ad, #15bfe1); box-shadow: 0 7px 16px rgba(5, 145, 182, .2); }
.pageLinks .activeLink span { color: #c8f6ff; }
.railPromoSlider { position: relative; overflow: hidden; margin-bottom: 10px; border: 1px solid #70d8ef; border-radius: 13px; background: #043957; }
.railPromoSlider > a, .railPromoSlider img { display: block; width: 100%; }
.railPromoSlider img { aspect-ratio: 2 / 1; object-fit: cover; animation: railReveal .35s ease both; }
.railPromoSlider > div { position: absolute; right: 0; bottom: 8px; left: 0; display: flex; justify-content: center; gap: 5px; }
.railPromoSlider button { width: 7px; height: 7px; padding: 0; border: 1px solid #fff; border-radius: 50%; background: rgba(255,255,255,.35); cursor: pointer; }
.railPromoSlider .activeRailDot { width: 19px; border-radius: 999px; background: #fff; }
.railBanner { display: block; overflow: hidden; margin-bottom: 10px; border: 1px solid #70d8ef; border-radius: 13px; background: #043957; }
.railBanner img { width: 100%; height: auto; display: block; }
.railWinners { overflow: hidden; margin-bottom: 10px; border: 1px solid #66d5ec; border-radius: 13px; background: #fff; }
.railWinners header { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 6px; padding: 8px 10px; color: #fff; background: linear-gradient(100deg, #0783aa, #16c2e2); }
.railWinners header h2 { display: flex; align-items: center; gap: 6px; margin: 0; font-size: 12px; }
.railWinners header h2 i { width: 8px; height: 8px; border-radius: 50%; background: #18ef9e; box-shadow: 0 0 0 4px rgba(24,239,158,.2); }
.railWinners header strong { font-size: 8px; }
.railWinnerRow { min-height: 34px; display: grid; grid-template-columns: 1fr .8fr .8fr 1fr .62fr; align-items: center; border-bottom: 1px solid #d8f0f6; padding: 4px 7px; text-align: center; font-size: 7px; }
.railWinnerRow b { color: #00a05c; }
.railWinnerRow em { color: #f04444; font-style: normal; font-weight: 800; }
.railWinnerRow a { padding: 5px 4px; border-radius: 999px; color: #fff; background: #10acd1; font-size: 6px; font-weight: 900; text-decoration: none; }
.railWinnerHead { min-height: 29px; color: #1b566c; background: #e9faff; font-size: 6px; font-weight: 900; }
.railMenu { margin-bottom: 10px; overflow: hidden; border: 1px solid #84daec; border-radius: 13px; background: #fff; }
.railMenu > summary { min-height: 58px; display: grid; grid-template-columns: 35px 1fr 18px; align-items: center; gap: 10px; padding: 10px; color: #fff; background: linear-gradient(135deg, #075f83, #0abce5); cursor: pointer; list-style: none; }
.railMenu > summary::-webkit-details-marker { display: none; }
.railMenu > summary > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 9px; color: #087fa8; background: #fff; font-weight: 900; }
.railMenu > summary div { display: grid; }
.railMenu > summary small { font-size: 7px; letter-spacing: .14em; }
.railMenu > summary strong { font-size: 12px; }
.railMenu > summary .inlineIcon { transition: transform .2s ease; }
.railMenu[open] > summary .inlineIcon { transform: rotate(180deg); }
.railMenu .pageLinks { padding: 8px; }
.railDownload { min-height: 58px; display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 8px; padding: 8px 10px; border-radius: 13px; color: #fff; background: linear-gradient(100deg, #063f5d, #078eae); text-decoration: none; }
.railDownload img { width: 34px; height: 34px; border-radius: 8px; }
.railDownload span { display: grid; }
.railDownload b { font-size: 9px; }
.railDownload small { font-size: 6px; opacity: .82; }
.railDownload > strong { padding: 7px 9px; border-radius: 999px; color: #05789c; background: #fff; font-size: 6px; }
@keyframes railReveal { from { opacity: .5; transform: scale(1.02); } to { opacity: 1; transform: scale(1); } }

.contentColumn { min-width: 0; padding: 14px; }
.breadcrumb { min-height: 42px; display: flex; align-items: center; gap: 9px; margin-bottom: 10px; padding: 9px 15px; border: 1px solid #b8e9f5; border-radius: 12px; background: rgba(255,255,255,.92); font-size: 10px; }
.breadcrumb a { color: #079bc2; text-decoration: none; }
.breadcrumb strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.article { overflow: hidden; border: 1px solid #a9e6f4; border-radius: 16px; background: #fff; box-shadow: 0 14px 36px rgba(1, 90, 126, .08); }
.articleHeading { padding: 20px clamp(18px, 4vw, 44px); color: #fff; background: linear-gradient(120deg, #064667, #079dca 64%, #20cee9); position: relative; isolation: isolate; }
.articleHeading::after { content: "777"; position: absolute; right: 2%; top: 50%; z-index: -1; transform: translateY(-50%); color: rgba(255,255,255,.08); font-size: clamp(64px, 11vw, 140px); font-weight: 900; letter-spacing: -.1em; }
.articleHeading span { display: block; margin-bottom: 4px; color: #aaf1ff; font-size: 8px; font-weight: 900; letter-spacing: .2em; }
.articleHeading h1 { max-width: 800px; margin: 0; font-size: clamp(26px, 3.2vw, 52px); line-height: 1; text-transform: uppercase; }
.articleHeading p { max-width: 760px; margin: 10px 0 0; color: #d9f8ff; font-size: 13px; line-height: 1.6; }

.backupContent { padding: clamp(22px, 4vw, 48px); color: #294d5c; font-family: "Trebuchet MS", sans-serif; font-size: 15px; line-height: 1.75; overflow-wrap: anywhere; content-visibility: auto; contain-intrinsic-size: auto 900px; }
.backupContent *, .backupContent *::before, .backupContent *::after { box-sizing: border-box; }
.backupContent h1, .backupContent h2, .backupContent h3, .backupContent h4 { margin: 1.3em 0 .55em; color: #075779; font-family: "Anybody", "Trebuchet MS", sans-serif; line-height: 1.12; }
.backupContent h1 { font-size: clamp(28px, 4vw, 48px); color: #069eca; text-align: center; }
.backupContent h2 { padding-left: 13px; border-left: 4px solid #12bfe2; font-size: clamp(22px, 3vw, 34px); }
.backupContent h3 { font-size: clamp(18px, 2.4vw, 25px); }
.backupContent p { margin: .7em 0 1.05em; }
.backupContent a { color: #038eb7; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.backupContent img { display: block; width: auto; max-width: 100%; height: auto; margin: 22px auto; border-radius: 13px; object-fit: contain; box-shadow: 0 9px 24px rgba(1, 88, 123, .1); }
.backupContent iframe { display: block; width: 100% !important; max-width: 100%; min-height: 620px; margin: 18px auto; border: 1px solid #8cddf0 !important; border-radius: 12px; background: #effbfe; }
.backupContent video { width: 100%; height: auto; border-radius: 13px; background: #033b58; }
.backupContent ul, .backupContent ol { margin: 12px 0 22px; padding-left: 23px; }
.backupContent li { margin: 7px 0; }
.backupContent table { width: 100% !important; border-collapse: collapse; display: block; overflow-x: auto; }
.backupContent th, .backupContent td { min-width: 110px; padding: 10px; border: 1px solid #bde9f3; }
.backupContent th { color: #fff; background: #078fb7; }
.backupContent blockquote { margin: 20px 0; padding: 15px 20px; border-left: 4px solid #09b5db; background: #eefbfe; }
.backupContent figure { max-width: 100%; margin: 22px auto; }
.backupContent figcaption { margin-top: 7px; color: #5a7783; font-size: 11px; line-height: 1.5; text-align: center; }
.backupContent pre { max-width: 100%; overflow-x: auto; padding: 14px; border-radius: 10px; color: #dffaff; background: #062f46; white-space: pre-wrap; }
.backupContent hr { margin: 28px 0; border: 0; border-top: 1px solid #c8eaf2; }
.backupContent .hidden-desktop { display: none; }

.loginHero { min-height: 300px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(230px, 40%); align-items: center; gap: clamp(20px, 4vw, 52px); padding-block: 24px; overflow: hidden; }
.loginHeroCopy { position: relative; z-index: 1; }
.loginHeroCopy h1 { font-size: clamp(38px, 5vw, 76px); }
.memberHeroSubtitle { max-width: 560px; margin: 12px 0 0; color: #d8f8ff; font-size: clamp(12px, 1.5vw, 17px); font-weight: 700; line-height: 1.45; }
.loginHeroActions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.loginHeroActions a { min-width: 138px; min-height: 43px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 18px; border: 1px solid rgba(255,255,255,.86); border-radius: 999px; color: #056c91; background: #fff; font-size: 11px; font-weight: 900; text-decoration: none; backdrop-filter: blur(8px); transition: transform .18s ease, background .18s ease; }
.loginHeroActions a:first-child { border-color: #22d5f0; color: #fff; background: linear-gradient(110deg, #07a0cc, #20d0ea); box-shadow: 0 10px 24px rgba(0, 183, 222, .27); }
.loginHeroActions a:hover { transform: translateY(-2px); background: #d9f8ff; color: #056c91; }
.loginHeroActions .inlineIcon { width: 18px; height: 18px; }
.loginHeroVisual { height: 320px; align-self: center; display: grid; place-items: center; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.loginHeroVisual img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; }
.originalLoginHeroVisual { background: transparent; }
.originalLoginHeroVisual img { padding: 0; object-fit: contain; object-position: center; filter: none; }
.loginJumpNav { display: flex; gap: 8px; overflow-x: auto; padding: 10px clamp(18px, 3vw, 34px); border-bottom: 1px solid #b9e8f2; background: linear-gradient(90deg, #f3fcfe, #fff); scrollbar-width: none; }
.loginJumpNav::-webkit-scrollbar { display: none; }
.loginJumpNav button { flex: 0 0 auto; min-height: 34px; padding: 8px 13px; border: 1px solid #a8e4f1; border-radius: 999px; color: #087a9d; background: #fff; font: inherit; font-size: 9px; font-weight: 900; cursor: pointer; transition: color .18s ease, background .18s ease, transform .18s ease; }
.loginJumpNav button:hover { color: #fff; background: #079fc6; transform: translateY(-1px); }
.loginBody { padding: clamp(18px, 3vw, 34px); color: #294d5c; font-family: "Trebuchet MS", sans-serif; }
.loginWebPanel { margin-bottom: 18px; overflow: hidden; border: 1px solid #8cddf0; border-radius: 16px; background: #effbfe; box-shadow: 0 12px 30px rgba(1, 88, 123, .09); }
.loginWebHeading { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 18px; color: #fff; background: linear-gradient(110deg, #075b80, #0cbce2); }
.loginWebHeading > div { display: grid; gap: 3px; }
.loginWebHeading span { font-size: 8px; font-weight: 900; letter-spacing: .18em; }
.loginWebHeading strong { font-size: clamp(15px, 2vw, 22px); }
.loginWebHeading button { min-height: 36px; display: flex; align-items: center; gap: 7px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; color: #fff; background: rgba(3,74,105,.25); font: inherit; cursor: pointer; }
.loginWebHeading button span { max-width: 170px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; letter-spacing: .04em; }
.loginWebHeading button .inlineIcon { width: 16px; height: 16px; transition: transform .2s ease; }
.loginWebHeading button[aria-expanded="true"] .inlineIcon { transform: rotate(180deg); }
.loginFrames { background: #fff; }
.loginFrame iframe { width: 100% !important; height: clamp(500px, 57vw, 680px) !important; display: block; border: 0 !important; background: #effbfe; }
.loginFrameMobile { display: none; }
.loginSections { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.loginSection, .loginTroubleshooting { min-width: 0; grid-column: 1 / -1; padding: clamp(19px, 3vw, 30px); border: 1px solid #c3ebf4; border-radius: 16px; background: linear-gradient(145deg, #fff, #f5fcfe); box-shadow: 0 9px 24px rgba(1, 88, 123, .06); }
.loginSection h2 { margin: 0 0 14px; color: #075779; font-family: "Anybody", "Trebuchet MS", sans-serif; font-size: clamp(21px, 2.5vw, 32px); line-height: 1.14; }
.loginSection p, .loginTroubleshooting p { margin: .65em 0 1em; font-size: 14px; line-height: 1.75; }
.loginSection a, .loginTroubleshooting a { color: #038eb7; font-weight: 800; text-underline-offset: 3px; }
.loginSection ul, .loginSection ol, .loginTroubleshooting ul { margin: 14px 0 0; padding: 0; list-style: none; }
.loginSection li, .loginTroubleshooting li { position: relative; margin: 8px 0; padding: 12px 12px 12px 44px; border: 1px solid #d3eef5; border-radius: 11px; background: #fff; font-size: 13px; line-height: 1.6; }
.loginSection li::before, .loginTroubleshooting li::before { content: ""; box-sizing: border-box; width: 18px; height: 18px; position: absolute; top: 14px; left: 14px; border: 4px solid #d7f7fd; border-radius: 50%; background: #10bde0; }
.loginIntroSection { border-color: #8edff0; background: linear-gradient(135deg, #e9fbff, #fff 70%); }
.loginStepsSection ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; counter-reset: login-step; }
.loginStepsSection ol li { min-height: 116px; margin: 0; padding: 42px 13px 14px; counter-increment: login-step; }
.loginStepsSection ol li::before { content: counter(login-step); width: 25px; height: 25px; top: 11px; display: grid; place-items: center; border: 0; color: #fff; background: linear-gradient(145deg, #13c6e8, #0787ac); font-size: 10px; font-weight: 900; }
.loginHalfSection { grid-column: span 1; }
.registerStackSection { grid-column: 1 / -1; }
.loginFeatureSection ul, .loginFeatureSection ol { display: grid; gap: 8px; }
.loginCategorySection { overflow: hidden; }
.loginCategorySection .login-category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.loginCategorySection .login-category-card { overflow: hidden; border: 1px solid #bce8f2; border-radius: 14px; background: #fff; box-shadow: 0 8px 20px rgba(3, 103, 137, .08); }
.loginCategorySection .login-category-card img { width: 100%; height: clamp(145px, 15vw, 210px); display: block; margin: 0; border-radius: 0; object-fit: cover; box-shadow: none; }
.loginCategorySection .login-category-card h3 { margin: 0; padding: 14px 15px 5px; color: #087da4; font-family: "Anybody", "Trebuchet MS", sans-serif; font-size: 18px; }
.loginCategorySection .login-category-card p { margin: 0; padding: 5px 15px 16px; font-size: 12px; line-height: 1.65; }
.loginCategorySection .original-login-category-grid .login-category-card { display: grid; grid-template-rows: minmax(190px, auto) 1fr; background: linear-gradient(145deg, #fff, #eefbfe); }
.loginCategorySection .original-login-category-grid .login-category-card img { width: 100%; height: clamp(190px, 20vw, 280px); padding: 16px; object-fit: contain; background: radial-gradient(circle, #fff 0 44%, #e2f8fd 100%); }
.loginCategorySection .original-login-category-grid .login-category-copy { display: grid; align-content: start; }
.loginTroubleshooting { padding: 0; overflow: hidden; }
.loginTroubleshooting summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 24px; color: #fff; background: linear-gradient(110deg, #075b80, #0cbce2); cursor: pointer; list-style: none; font-family: "Anybody", "Trebuchet MS", sans-serif; font-size: clamp(19px, 2.4vw, 29px); font-weight: 800; }
.loginTroubleshooting summary::-webkit-details-marker { display: none; }
.loginTroubleshooting summary .inlineIcon { width: 22px; height: 22px; transition: transform .2s ease; }
.loginTroubleshooting[open] summary .inlineIcon { transform: rotate(180deg); }
.loginTroubleshooting > div { padding: 22px 26px 26px; }
.loginAccordionCompact { grid-column: span 1; }
.registerTutorialCarousel { position: relative; margin-top: 18px; padding-bottom: 30px; }
.registerTutorialGallery { display: flex; gap: 0; overflow: hidden; margin: 0; padding: 3px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.registerTutorialGallery::-webkit-scrollbar { display: none; }
.registerTutorialGallery figure { min-width: 0; flex: 0 0 100%; margin: 0; overflow: hidden; border: 1px solid #aee5f0; border-radius: 14px; background: #fff; box-shadow: 0 8px 20px rgba(1, 88, 123, .08); scroll-snap-align: start; }
.registerTutorialGallery figure > div { min-height: clamp(300px,42vw,520px); display: grid; place-items: center; background: linear-gradient(145deg,#f7fdff,#e9f9fd); }
.registerTutorialGallery img { width: 100%; height: clamp(300px,42vw,520px); max-height: 520px; display: block; object-fit: contain; }
.registerTutorialGallery figcaption { padding: 10px 13px; color: #087fa5; font-size: 10px; font-weight: 900; text-align: center; }
.registerCarouselButton { width: 38px; height: 38px; position: absolute; z-index: 3; top: 50%; display: grid; place-items: center; transform: translateY(-70%); border: 1px solid rgba(255,255,255,.8); border-radius: 50%; color: #fff; background: rgba(5,121,157,.86); box-shadow: 0 8px 20px rgba(0,54,78,.22); font-size: 26px; line-height: 1; cursor: pointer; backdrop-filter: blur(4px); }
.registerCarouselPrev { left: 13px; }
.registerCarouselNext { right: 13px; }
.registerCarouselDots { position: absolute; inset-inline: 0; bottom: 5px; display: flex; justify-content: center; gap: 7px; }
.registerCarouselDots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: #a9dfe9; cursor: pointer; transition: width .2s ease,background .2s ease; }
.registerCarouselDots button.activeDot { width: 25px; background: #0bb8d9; }
.registerGameGallery {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  margin-top: 16px;
}
.registerGameCard {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #afe4ef;
  border-radius: 16px;
  background: linear-gradient(155deg,#fff 0%,#f0fbfd 100%);
  box-shadow: 0 10px 24px rgba(1,88,123,.09);
}
.registerGameCard > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: contain;
  object-position: center;
  background: #fff;
}
.registerGameCopy {
  padding: 14px 16px 16px;
  border-top: 1px solid #d2f0f6;
}
.registerGameCopy p { margin: 0; }
.fourDFeatureGrid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
  margin-top: 16px;
}
.fourDFeatureCard {
  min-width: 0;
  display: grid;
  grid-template-columns: 72px minmax(0,1fr);
  align-items: start;
  gap: 14px;
  padding: 16px;
  border: 1px solid #afe4ef;
  border-radius: 16px;
  background: linear-gradient(145deg,#fff 0%,#effbfe 100%);
  box-shadow: 0 9px 22px rgba(1,88,123,.08);
}
.fourDFeatureIcon {
  width: 72px !important;
  height: 72px !important;
  display: block !important;
  object-fit: contain;
  object-position: center;
  border-radius: 15px;
  background: #e7f9fd;
}
.fourDFeatureContent { min-width: 0; }
.fourDFeatureContent h3 {
  margin: 2px 0 7px;
  color: #075d7e;
  font-size: 19px;
  line-height: 1.15;
}
.fourDFeatureDetails {
  margin: 0;
  color: #244d60;
  line-height: 1.65;
}
.fourDFeatureDetails p { margin: 0 0 8px; }
.fourDFeatureDetails p:last-child,.fourDFeatureDetails ul:last-child { margin-bottom: 0; }
.fourDFeatureContent a { font-weight: 800; }
.downloadStepCarousel { margin-top: 6px; }
.downloadStepCarousel .registerTutorialGallery figure {
  display: grid;
  grid-template-rows: minmax(0,1fr) auto;
}
.downloadStepCarousel .registerTutorialGallery img {
  padding: 8px;
  background: #fff;
}
.contentImage {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 16px auto !important;
  object-fit: contain;
  object-position: center;
  border-radius: 14px;
  background: #f5fcfe;
  box-shadow: 0 9px 22px rgba(1,88,123,.08);
}
.contentImageLandscape { width: 100% !important; }
.contentImageSquare { width: min(100%,620px) !important; }
.contentImagePortrait {
  width: auto !important;
  max-width: min(100%,520px) !important;
  max-height: 720px;
}
.contentImageCarousel { margin-top: 8px; }
.contentImageCarousel .registerTutorialGallery figure {
  display: grid;
  grid-template-rows: minmax(0,1fr) auto;
}
.contentImageCarousel .registerTutorialGallery img {
  padding: 8px;
  background: #fff;
}
.registerBackupPromo { min-height: 160px; display: grid; grid-template-columns: minmax(170px, 34%) 1fr; align-items: center; gap: 20px; margin-top: 18px; overflow: hidden; border: 1px solid #8fdef0; border-radius: 16px; color: #fff; background: linear-gradient(110deg, #064d70, #09add2); text-decoration: none; box-shadow: 0 12px 30px rgba(1, 88, 123, .1); }
.registerBackupPromo img { width: 100%; height: 180px; display: block; object-fit: cover; object-position: center 35%; }
.registerBackupPromo span { display: grid; justify-items: start; gap: 6px; padding: 20px 22px 20px 0; }
.registerBackupPromo small { color: #a6f1ff; font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.registerBackupPromo strong { font-family: "Anybody", "Trebuchet MS", sans-serif; font-size: clamp(20px, 3vw, 31px); }
.registerBackupPromo b { padding: 8px 15px; border-radius: 999px; color: #087a9d; background: #fff; font-size: 10px; }
.refreshIcon { font-size: 19px; line-height: 1; }

.promoImage { display: block; overflow: hidden; margin-bottom: 10px; border: 1px solid #70d8ef; border-radius: 13px; background: #043957; }
.promoImage img { display: block; width: 100%; height: auto; object-fit: contain; }
.accountCard, .quickCard { margin-bottom: 10px; padding: 13px; border: 1px solid #9be3f2; border-radius: 13px; background: linear-gradient(145deg, #fff, #effbfe); }
.accountTabs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 15px; }
.accountTabs a { min-height: 39px; display: grid; place-items: center; border: 2px solid #0ab3da; border-radius: 10px; color: #078bb1; font-size: 12px; font-weight: 900; text-decoration: none; }
.accountTabs a:last-child { color: #fff; background: linear-gradient(#18c8e9, #078fb8); }
.accountCard > small { display: block; font-size: 10px; }
.accountCard > strong { display: block; margin: 4px 0 12px; color: #08a7cf; font-size: 24px; }
.accountCard > p { margin: 4px 0; color: #234f61; font-size: 8px; }
.accountActions { display: grid; gap: 7px; }
.accountActions a, .accountActions button { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 6px; border: 0; border-radius: 999px; color: #fff; background: #079fc6; font: inherit; font-size: 10px; font-weight: 900; text-decoration: none; cursor: pointer; }
.accountActions .inlineIcon { width: 16px; height: 16px; }
.quickCard h2 { margin: 0 0 10px; color: #087fa5; font-size: 14px; }
.quickCard > a { display: flex; align-items: center; gap: 9px; padding: 8px 0; border-bottom: 1px solid #d7eff5; color: #174d63; font-size: 10px; font-weight: 800; text-decoration: none; }
.quickCard > a:last-child { border: 0; }
.quickCard a span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: linear-gradient(145deg, #13c6e8, #0787ac); }

.bottomNav { height: 66px; position: fixed; z-index: 70; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #9ce4f2; background: rgba(255,255,255,.97); box-shadow: 0 -7px 22px rgba(0, 68, 92, .12); backdrop-filter: blur(15px); }
.bottomNav a { display: grid; place-items: center; align-content: center; gap: 2px; color: #176078; font-size: 9px; text-decoration: none; }
.bottomNav a:hover { color: #009dc7; background: #edfbfe; }
.bottomNav .bottomNavActive { color: #fff; background: linear-gradient(145deg, #08a3cd, #18c9e7); }
.bottomNav a span { font-size: 20px; line-height: 1; }
.bottomNav .inlineIcon { width: 20px; height: 20px; }
.bottomNav a b { font-size: 8px; }

.drawerGroup { min-width: 0; }
.drawerGroup h3 { margin: 8px 0 3px; padding: 0 12px 8px; border-bottom: 1px solid #bde7f1; color: #078cac; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.drawerGroup > div { display: grid; }


@media (max-width: 1180px) {
  .pageGrid { grid-template-columns: 210px minmax(0, 1fr); }
  .pageGrid:has(.loginPage) { grid-template-columns: 210px minmax(0, 1fr); }
  .rightRail { display: none; }
}

@media (max-width: 820px) {
  .shell { padding-bottom: calc(62px + env(safe-area-inset-bottom)); }
  .bottomNav { height: calc(58px + env(safe-area-inset-bottom)) !important; padding-bottom: env(safe-area-inset-bottom); box-sizing: border-box; }
  .header { height: 62px; padding: 0 10px; grid-template-columns: 1fr auto 1fr; }
  .menuButton b, .partner { display: none; }
  .hamburger { width: 32px; height: 32px; }
  .logo { min-width: 44px; }
  .logo img { width: 36px; height: 36px; border-radius: 10px; }
  .languagePicker > button { min-width: 75px; height: 35px; gap: 5px; }
  .languageMenu { right: -2px; }
  .ticker { justify-content: start; padding-left: 100%; }
  .ticker span { animation: ticker 15s linear infinite; }
  .pageGrid { display: block; }
  .leftRail, .rightRail { display: none; }
  .contentColumn { padding: 8px; }
  .breadcrumb { margin-bottom: 7px; border-radius: 9px; }
  .article { border-radius: 12px; }
  .articleHeading { padding: 18px; }
  .articleHeading h1 { font-size: clamp(24px, 8vw, 36px); }
  .articleHeading h1 { line-height: 1.08; text-transform: none; }
  .articleHeading p { font-size: 12px; line-height: 1.55; }
  .loginHero { min-height: 0; grid-template-columns: 1fr; gap: 12px; padding: 18px 16px 0; }
  .loginHeroCopy h1 { font-size: clamp(32px, 10vw, 44px); }
  .memberHeroSubtitle { margin-top: 8px; font-size: 11px; line-height: 1.4; }
  .loginHeroActions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; width: 100%; margin-top: 14px; }
  .loginHeroActions a { width: 100%; min-width: 0; padding-inline: 10px; }
  .loginHeroVisual { width: 100%; height: clamp(210px, 58vw, 238px); max-height: none; align-self: end; overflow: visible; border-radius: 0; background: transparent; }
  .loginHeroVisual img { width: 100%; height: clamp(210px, 58vw, 238px); max-height: 238px; object-fit: contain; object-position: center bottom; }
  .originalLoginHeroVisual img { padding: 0; object-position: center; }
  .loginJumpNav { padding: 9px; }
  .loginBody { padding: 13px; }
  .loginWebHeading { align-items: center; }
  .loginWebHeading button span { max-width: 105px; }
  .loginFrameDesktop { display: none; }
  .loginFrameMobile { display: block; }
  .loginFrame iframe { height: clamp(440px, 145vw, 620px) !important; min-height: 0; }
  .loginSections { grid-template-columns: 1fr; gap: 12px; }
  .loginSection, .loginHalfSection, .loginTroubleshooting { grid-column: 1; padding: 18px 15px; border-radius: 13px; }
  .loginSection h2 { font-size: 22px; }
  .loginStepsSection ol { grid-template-columns: 1fr; }
  .loginStepsSection ol li { min-height: 0; }
  .loginCategorySection .login-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .loginCategorySection .login-category-card img { height: 120px; }
  .loginCategorySection .login-category-card h3 { padding: 10px 10px 3px; font-size: 14px; }
  .loginCategorySection .login-category-card p { display: -webkit-box; overflow: hidden; padding: 3px 10px 12px; font-size: 10px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .loginCategorySection .original-login-category-grid .login-category-card { grid-template-rows: 120px 1fr; }
  .loginCategorySection .original-login-category-grid .login-category-card img { height: 120px; padding: 8px; }
  .loginAccordionCompact { grid-column: 1; }
  .registerTutorialCarousel { margin-top: 15px; padding-bottom: 28px; }
  .registerTutorialGallery { gap: 0; margin-inline: 0; padding: 2px; }
  .registerTutorialGallery figure > div { min-height: 320px; }
  .registerTutorialGallery img { height: 320px; max-height: 320px; }
  .registerCarouselButton { width: 34px; height: 34px; font-size: 23px; }
  .registerCarouselPrev { left: 8px; }
  .registerCarouselNext { right: 8px; }
  .registerGameGallery { grid-template-columns: 1fr; gap: 13px; }
  .registerGameCopy { padding: 13px 14px 15px; }
  .fourDFeatureGrid { grid-template-columns: 1fr; gap: 11px; }
  .fourDFeatureCard { grid-template-columns: 58px minmax(0,1fr); gap: 12px; padding: 13px; }
  .fourDFeatureIcon { width: 58px !important; height: 58px !important; border-radius: 12px; }
  .fourDFeatureContent h3 { font-size: 17px; }
  .contentImage { margin-block: 12px !important; border-radius: 11px; }
  .contentImagePortrait { max-height: 68vh; }
  .contentImageCarousel .registerTutorialGallery img,
  .downloadStepCarousel .registerTutorialGallery img { height: 320px; max-height: 320px; }
  .registerBackupPromo { min-height: 132px; grid-template-columns: 120px 1fr; gap: 10px; border-radius: 13px; }
  .registerBackupPromo img { height: 145px; }
  .registerBackupPromo span { gap: 4px; padding: 12px 12px 12px 0; }
  .registerBackupPromo strong { font-size: 17px; }
  .loginTroubleshooting { padding: 0; }
  .loginTroubleshooting summary { min-height: 64px; padding: 15px; font-size: 20px; }
  .loginTroubleshooting > div { padding: 16px; }
  .backupContent { padding: 20px 16px; font-size: 14px; line-height: 1.7; }
  .backupContent h1 { font-size: 29px; }
  .backupContent h2 { font-size: 23px; }
  .backupContent iframe { min-height: clamp(320px, 65vh, 620px); }
  .backupContent table { margin: 16px 0; -webkit-overflow-scrolling: touch; }
  .backupContent th, .backupContent td { min-width: 96px; padding: 8px; font-size: 12px; }
  .backupContent blockquote { margin: 16px 0; padding: 13px 15px; }
  .backupContent ul, .backupContent ol { padding-left: 20px; }
  .backupContent .hidden-desktop { display: block; }
  .backupContent .hidden-mobile { display: none; }
  .bottomNav { height: 60px; }
  .bottomNav a span { font-size: 18px; }
  .bottomNav .inlineIcon { width: 19px; height: 19px; }
  @keyframes ticker { to { transform: translateX(-200%); } }
}

@media (max-width: 420px) {
  .headerTools { gap: 0; }
  .languagePicker > button { min-width: 68px; }
  .articleHeading h1 { overflow-wrap: anywhere; }
  .backupContent { padding-inline: 13px; }
  .backupContent h1 { font-size: 25px; }
  .backupContent h2 { padding-left: 10px; font-size: 20px; }
  .backupContent h3 { font-size: 17px; }
  .backupContent iframe { min-height: 300px; }
  .loginHeroActions { display: grid; grid-template-columns: 1fr 1fr; }
  .loginHeroActions a { min-width: 0; padding-inline: 10px; }
  .loginHeroVisual, .loginHeroVisual img { height: clamp(200px, 58vw, 224px); max-height: none; }
  .loginBody { padding-inline: 9px; }
  .loginSection p, .loginTroubleshooting p { font-size: 13px; }
}

/* 2026-08-30 inner-page hierarchy, archive and touch-target pass */
.loginHeroActions { display: none !important; }
.loginHeroCopy { align-content: center; }
.loginSection p,.loginSection li,.fourDFeatureDetails { font-size: 15px; line-height: 1.75; }
.registerCarouselButton { width: 44px !important; height: 44px !important; }
.registerCarouselDots button { min-width: 12px; width: 12px; height: 12px; }
.registerCarouselDots button.activeDot { width: 30px; }
.loginSection > div > a,
.loginSection > div > p:has(> a:only-child) > a {
  min-height: 44px;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg,#078eb7,#16c2df);
  font-weight: 850;
  text-decoration: none;
}
.archiveHidden { display: none !important; }
.archiveControls { padding: 2px 12px 28px; display: flex; justify-content: center; }
.archiveLoadMore {
  min-width: 210px;
  min-height: 48px;
  padding: 11px 22px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg,#067fa8,#19c6e2);
  box-shadow: 0 10px 24px rgba(2,105,142,.2);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}
.archiveLoadMore:disabled { opacity: .72; cursor: default; }
@media (max-width: 900px) {
  .loginSection p,.loginSection li,.fourDFeatureDetails { font-size: 15px !important; line-height: 1.72; }
  .loginSection h2 { font-size: 23px; line-height: 1.2; }
  .registerCarouselButton { width: 44px !important; height: 44px !important; }
  .archiveControls { padding-inline: 8px; }
  .archiveLoadMore { width: 100%; min-height: 50px; font-size: 13px; }
}

/* Final readable copy override for legacy category selectors. */
.loginSection p,.loginSection li,.fourDFeatureDetails { font-size: 15px !important; }


/* Shared inner-page promotion placement */
.mobileRailPromos {
  display: none;
}

@media (min-width: 901px) {
  .rightBonusFloat {
    top: 360px !important;
    bottom: auto !important;
  }
}

@media (max-width: 900px) {
  .pageGrid {
    padding-bottom: 122px;
  }

  .mobileRailPromos {
    display: block;
    position: fixed;
    right: 0;
    bottom: 58px;
    left: 0;
    height: 56px;
    z-index: 69;
    pointer-events: none;
  }

  .mobileRailDownload {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    width: calc(100% - 16px);
    height: 54px;
    margin: 0 8px;
    padding: 6px 10px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(100deg, #032c50 0%, #075d82 48%, #09bddd 100%);
    border: 1px solid #37d8f3;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 -5px 18px rgba(0, 57, 89, 0.2);
    pointer-events: auto;
  }

  .mobileRailDownload img {
    width: 48px;
    height: 36px;
    object-fit: contain;
    border-radius: 6px;
    background: #fff;
  }

  .mobileRailDownload span {
    min-width: 0;
    line-height: 1.1;
  }

  .mobileRailDownload b,
  .mobileRailDownload small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobileRailDownload b {
    font-size: 11px;
    letter-spacing: 0.03em;
  }

  .mobileRailDownload small {
    margin-top: 3px;
    color: #bfefff;
    font-size: 8px;
  }

  .mobileRailDownload strong {
    padding: 7px 9px;
    color: #006a95;
    font-size: 8px;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    background: #fff;
    border-radius: 999px;
  }

  .mobileBonusFloat {
    position: fixed;
    right: 8px;
    bottom: 120px;
    width: 72px;
    overflow: hidden;
    border: 1px solid rgba(71, 218, 248, 0.9);
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(0, 28, 67, 0.3);
    pointer-events: auto;
  }

  .mobileBonusFloat img {
    display: block;
    width: 100%;
    height: auto;
  }
}


/* Subtle desktop motion for inner-page rail artwork */
@media (min-width: 901px) and (prefers-reduced-motion: no-preference) {
  .railBanner,
  .promoImage,
  .railPromoSlider,
  .rightBonusFloat {
    isolation: isolate;
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
    animation: innerRailGlow 9s ease-in-out infinite;
  }

  .promoImage:nth-of-type(2n),
  .railBanner:nth-of-type(2n) {
    animation-delay: -4.5s;
  }

  .railBanner::after,
  .promoImage::after,
  .railPromoSlider::after,
  .rightBonusFloat::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(112deg, transparent 30%, rgba(121, 231, 255, .17) 48%, transparent 66%);
    transform: translateX(-145%);
    animation: innerRailSheen 10s ease-in-out infinite;
  }

  .promoImage:nth-of-type(2n)::after,
  .railBanner:nth-of-type(2n)::after {
    animation-delay: -5s;
  }

  .railBanner img,
  .promoImage img,
  .railPromoSlider > a img,
  .rightBonusFloat img {
    transition: transform .45s ease, filter .45s ease;
    animation: innerRailImageBreath 12s ease-in-out infinite alternate;
  }

  .promoImage:nth-of-type(2n) img,
  .railBanner:nth-of-type(2n) img {
    animation-delay: -6s;
  }

  .railBanner:hover,
  .promoImage:hover,
  .railPromoSlider:hover {
    transform: translateY(-2px);
    border-color: #22c7e8;
    box-shadow: 0 8px 20px rgba(0, 111, 151, .2);
  }

  .railBanner:hover img,
  .promoImage:hover img,
  .railPromoSlider:hover > a img,
  .rightBonusFloat:hover img {
    transform: scale(1.025);
    filter: saturate(1.06) brightness(1.03);
  }

  @keyframes innerRailGlow {
    0%, 100% { box-shadow: 0 3px 10px rgba(0, 80, 115, .08); }
    50% { box-shadow: 0 7px 18px rgba(0, 151, 193, .18); }
  }

  @keyframes innerRailSheen {
    0%, 62% { transform: translateX(-145%); opacity: 0; }
    70% { opacity: 1; }
    84%, 100% { transform: translateX(145%); opacity: 0; }
  }

  @keyframes innerRailImageBreath {
    from { transform: scale(1); filter: saturate(1); }
    to { transform: scale(1.012); filter: saturate(1.035); }
  }
}


/* 2026-08-30 compact, dismissible mobile promotion dock */
@media (max-width: 900px) {
  .pageGrid {
    padding-bottom: 112px;
  }

  .mobileRailPromos {
    bottom: 58px;
    height: 48px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  }

  .mobileRailPromos.mobilePromosVisible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .mobileRailPromos.mobilePromosDismissed {
    display: none !important;
  }

  .mobileRailDownload {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    width: calc(100% - 14px);
    height: 46px;
    margin: 0 7px;
    padding: 5px 8px;
  }

  .mobileRailDownload img {
    width: 42px;
    height: 32px;
  }

  .mobileRailDownload strong {
    padding: 6px 8px;
  }

  .mobileBonusFloat {
    right: 7px;
    bottom: 110px;
    width: 64px;
    border-radius: 9px;
  }

  .mobilePromoClose {
    position: fixed;
    right: 2px;
    bottom: 204px;
    z-index: 2;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.9);
    border-radius: 50%;
    color: #fff;
    background: #075f84;
    box-shadow: 0 4px 12px rgba(0,39,67,.3);
    font-size: 17px;
    line-height: 20px;
    pointer-events: auto;
  }
}

/* 20260831 inner mobile menu and legacy content cleanup */
.loginSection p a,
.backupContent p a {
  display: inline !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #038eb7 !important;
  background: none !important;
  box-shadow: none !important;
  transform: none !important;
  animation: none !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}
@media (max-width: 900px) {
  .header > .menuButton { display: none !important; }
  .headerTools .mobileHeaderMenu,
  .headerTools .mobileHeaderMenu:hover,
  .headerTools .mobileHeaderMenu:focus,
  .headerTools .mobileHeaderMenu:focus-visible,
  .headerTools .mobileHeaderMenu:active {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
    transform: none !important;
    animation: none !important;
    -webkit-tap-highlight-color: transparent;
  }
  .headerTools .mobileHeaderMenu .hamburger,
  .headerTools .mobileHeaderMenu:hover .hamburger,
  .headerTools .mobileHeaderMenu:focus .hamburger,
  .headerTools .mobileHeaderMenu:active .hamburger {
    transform: none !important;
    animation: none !important;
    filter: none !important;
  }
}

/* 20260831 arrow-controlled carousels */
.registerTutorialCarousel .registerCarouselDots { display: none !important; }

/* 20260831 precision carousel controls */
.registerTutorialCarousel .registerCarouselButton {
  width: 40px !important;
  height: 40px !important;
  top: calc(50% - 15px) !important;
  display: grid !important;
  place-items: center !important;
  padding: 0 !important;
  transform: translateY(-50%) !important;
  border: 1px solid rgba(255,255,255,.9) !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: linear-gradient(145deg, rgba(19,191,224,.96), rgba(4,115,153,.96)) !important;
  box-shadow: 0 6px 16px rgba(0,69,98,.24), inset 0 1px 0 rgba(255,255,255,.28) !important;
  font-size: 0 !important;
  line-height: 0 !important;
  backdrop-filter: blur(5px);
  -webkit-tap-highlight-color: transparent;
}
.registerTutorialCarousel .registerCarouselButton::before {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.registerTutorialCarousel .registerCarouselPrev { left: 12px !important; }
.registerTutorialCarousel .registerCarouselNext { right: 12px !important; }
.registerTutorialCarousel .registerCarouselPrev::before { transform: translateX(2px) rotate(-135deg); }
.registerTutorialCarousel .registerCarouselNext::before { transform: translateX(-2px) rotate(45deg); }
.registerTutorialCarousel .registerCarouselButton:hover {
  background: linear-gradient(145deg, #22cae8, #057fa8) !important;
  box-shadow: 0 8px 20px rgba(0,69,98,.3), inset 0 1px 0 rgba(255,255,255,.35) !important;
}
.registerTutorialCarousel .registerCarouselButton:focus-visible { outline: 3px solid rgba(23,197,231,.28) !important; outline-offset: 2px; }
@media (max-width: 900px) {
  .registerTutorialCarousel .registerCarouselButton { width: 36px !important; height: 36px !important; }
  .registerTutorialCarousel .registerCarouselPrev { left: 9px !important; }
  .registerTutorialCarousel .registerCarouselNext { right: 9px !important; }
}

/* 20260831 normalize all legacy body text links */
.loginSections a:not(:has(img)),
.loginTroubleshooting a:not(:has(img)),
.backupContent a:not(:has(img)) {
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 2px !important;
  padding: 0 !important;
  display: inline !important;
  align-items: initial !important;
  justify-content: initial !important;
  gap: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #038eb7 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
  animation: none !important;
  font-size: inherit !important;
  line-height: inherit !important;
  white-space: normal !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}
.loginSections a:not(:has(img))::before,
.loginSections a:not(:has(img))::after,
.loginTroubleshooting a:not(:has(img))::before,
.loginTroubleshooting a:not(:has(img))::after,
.backupContent a:not(:has(img))::before,
.backupContent a:not(:has(img))::after { display: none !important; content: none !important; }

/* 20260831 customer service media sizing */
.loginSections img[src*="1fee45_ef8f26e890cc468c9f98f0c92b503479mv2"] {
  width: min(240px, 72%) !important;
  max-width: 240px !important;
  height: auto !important;
  margin: 16px auto 20px !important;
  object-fit: contain !important;
}
.loginSections img[src$="/whatspppng.png"],
.loginSections img[src$="/telepng.png"],
.loginSections img[src$="/fbicon.png"] {
  width: 104px !important;
  max-width: 104px !important;
  height: 104px !important;
  margin: 22px auto 10px !important;
  object-fit: contain !important;
  border-radius: 22px !important;
  box-shadow: 0 7px 18px rgba(1,88,123,.1) !important;
}
.loginSections img[src*="/number-"] {
  width: 54px !important;
  max-width: 54px !important;
  height: 54px !important;
  margin: 20px auto 8px !important;
  object-fit: contain !important;
  border-radius: 14px !important;
  box-shadow: none !important;
}
@media (max-width: 820px) {
  .loginSections img[src*="1fee45_ef8f26e890cc468c9f98f0c92b503479mv2"] {
    width: min(180px, 62%) !important;
    max-width: 180px !important;
    margin-block: 12px 16px !important;
  }
  .loginSections img[src$="/whatspppng.png"],
  .loginSections img[src$="/telepng.png"],
  .loginSections img[src$="/fbicon.png"] {
    width: 82px !important;
    max-width: 82px !important;
    height: 82px !important;
    margin-block: 18px 8px !important;
    border-radius: 18px !important;
  }
  .loginSections img[src*="/number-"] {
    width: 46px !important;
    max-width: 46px !important;
    height: 46px !important;
    margin-block: 16px 7px !important;
    border-radius: 12px !important;
  }
}

/* 20260831 shared homepage menu on every inner page */
.menuOverlay[hidden] { display: none !important; }
.menuOverlay {
  padding: 18px;
  position: fixed;
  z-index: 200;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(1,20,32,.76);
  backdrop-filter: blur(8px);
}
.menuDrawer {
  width: min(900px,94vw);
  max-height: min(720px,91vh);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto minmax(0,1fr);
  border: 1px solid #8edff1;
  border-radius: 16px;
  color: #fff;
  background: #032f49;
  box-shadow: 0 25px 80px rgba(0,0,0,.44);
}
.menuDrawer > header {
  min-height: 72px;
  padding: 10px 14px;
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(142,223,241,.22);
  background: #064f70;
}
.menuDrawer header img { width: 48px; height: 48px; object-fit: contain; border-radius: 11px; background: #fff; }
.menuDrawer header small { color: #18c8e9; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.menuDrawer h2 { margin: 3px 0 0; font-size: 21px; line-height: 1.05; text-transform: uppercase; }
.menuDrawer header button { min-width: 44px; min-height: 44px; padding: 8px 12px; border: 1px solid #8edff1; border-radius: 7px; color: #fff; background: transparent; font-size: 10px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.menuContent { min-height: 0; padding: 18px; display: grid; grid-template-columns: 1fr minmax(280px,1fr); gap: 20px; overflow-y: auto; }
.menuGroups { min-width: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-content: start; gap: 13px; }
.menuGroup { min-width: 0; }
.menuGroup:last-child { grid-column: 1 / -1; }
.menuGroup h4 { margin: 0 0 7px; padding: 0 3px 6px; border-bottom: 1px solid rgba(142,223,241,.25); color: #7fe9fa; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.menuGroup > div { display: grid; gap: 6px; }
.menuContent nav a { min-height: 44px; padding: 9px 11px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(142,223,241,.25); border-radius: 8px; color: #fff; background: rgba(255,255,255,.04); font-size: 11px; font-weight: 800; text-decoration: none; }
.menuContent nav a:hover { color: #032f49; background: #18c8e9; }
.menuContent nav i { font-size: 16px; font-style: normal; }
.menuFeature > span { color: #18c8e9; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.menuFeature h3 { margin: 4px 0 10px; font-family: Impact,"Arial Narrow",sans-serif; font-size: 28px; font-weight: 500; text-transform: uppercase; }
.menuFeature > a { display: block; overflow: hidden; border: 1px solid #8edff1; border-radius: 10px; }
.menuFeature img { width: 100%; height: auto; display: block; }
.menuFeature > div { margin-top: 9px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.menuFeature > div a { min-height: 44px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: linear-gradient(90deg,#0788aa,#18c8e9); font-size: 11px; font-weight: 900; text-decoration: none; text-transform: uppercase; }
@media (max-width: 820px) {
  .menuOverlay { padding: 8px !important; align-items: center; }
  .menuDrawer { width: 100%; max-height: calc(100svh - 16px) !important; border-radius: 14px; }
  .menuDrawer > header { min-height: 62px; grid-template-columns: 48px minmax(0,1fr) 44px !important; gap: 8px; padding: 7px 9px; position: sticky; top: 0; z-index: 3; }
  .menuDrawer header img { width: 42px; height: 42px; }
  .menuDrawer h2 { font-size: 15px; }
  .menuDrawer header small { font-size: 9px; }
  .menuDrawer header button { width: 44px; padding: 0; font-size: 9px; }
  .menuContent { display: block; padding: 10px; overscroll-behavior: contain; }
  .menuGroups { max-height: none; display: grid; grid-template-columns: 1fr; gap: 8px; }
  .menuGroup:last-child { grid-column: auto; }
  .menuContent nav a { min-height: 46px; padding: 10px 12px; font-size: 12px; }
  .menuFeature { margin-top: 14px; }
  .menuFeature > a { display: none; }
  .menuFeature h3 { margin-bottom: 7px; font-size: 22px; }
  .menuFeature > div { position: sticky; bottom: -10px; padding-block: 8px 10px; background: #032f49; }
  .menuContent, .menuGroups { scrollbar-width: none; }
  .menuContent::-webkit-scrollbar, .menuGroups::-webkit-scrollbar { display: none; }
}

/* 20260831 shared chrome integration */
@media (max-width: 820px) { .shell > .header { display: none !important; } }

/* 20260831 final responsive desktop header alignment */
@media (min-width: 821px) {
  .shell > .header {
    width: 100% !important;
    height: 74px !important;
    min-height: 74px !important;
    padding: 0 clamp(14px, 1.5vw, 24px) !important;
    display: grid !important;
    grid-template-columns: minmax(150px, 1fr) auto minmax(220px, 1fr) !important;
    grid-template-rows: 74px !important;
    align-items: center !important;
    gap: 12px !important;
    overflow: visible !important;
  }

  .shell > .header > .menuButton {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: start !important;
    position: static !important;
    margin: 0 !important;
  }

  .shell > .header > .logo {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: center !important;
    margin: 0 !important;
  }

  .shell > .header > .headerTools {
    grid-column: 3 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: end !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }

  .shell > .header .headerTools > .mobileHeaderMenu {
    display: none !important;
  }
}

@media (min-width: 821px) and (max-width: 980px) {
  .shell > .header {
    grid-template-columns: minmax(110px, 1fr) auto minmax(150px, 1fr) !important;
  }

  .shell > .header .partner {
    display: none !important;
  }
}
/* 20260831 inner desktop header follows homepage */
@media (min-width: 901px) {
  .shell > .bottomNav {
    height: 64px !important;
  }

  .shell > .header {
    width: 100% !important;
    height: 62px !important;
    min-height: 62px !important;
    padding: 0 18px !important;
    grid-template-columns: minmax(150px,1fr) auto minmax(220px,1fr) !important;
    grid-template-rows: 62px !important;
    gap: 12px !important;
    border-bottom: 1px solid #d4f0f7 !important;
    background: #fff !important;
  }

  .shell > .header > .menuButton {
    min-width: 90px !important;
    width: auto !important;
    height: 40px !important;
    padding: 0 13px !important;
    gap: 9px !important;
    border: 1px solid #8edff1 !important;
    border-radius: 10px !important;
    color: #063f59 !important;
    background: #fff !important;
    box-shadow: 0 4px 10px rgba(3,80,112,.1) !important;
    letter-spacing: normal !important;
  }

  .shell > .header > .menuButton > .hamburger {
    width: 20px !important;
    height: 16px !important;
    min-width: 20px !important;
    padding: 0 !important;
    position: relative !important;
    display: block !important;
    border-radius: 0 !important;
    color: #18c8e9 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .shell > .header > .menuButton .hamburger i {
    width: 20px !important;
    height: 2px !important;
    position: absolute !important;
    left: 0 !important;
    display: block !important;
    border-radius: 2px !important;
    background: currentColor !important;
  }

  .shell > .header > .menuButton .hamburger i:first-child { top: 1px !important; }
  .shell > .header > .menuButton .hamburger i:nth-child(2) { top: 7px !important; }
  .shell > .header > .menuButton .hamburger i:last-child { top: 13px !important; }
  .shell > .header > .menuButton b { font-size: 9px !important; letter-spacing: .08em !important; text-transform: uppercase !important; }

  .shell > .header > .logo,
  .shell > .header > .logo img {
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
  }

  .shell > .header > .headerTools {
    right: auto !important;
    gap: 10px !important;
  }

  .shell > .header .languagePicker > button {
    min-width: 88px !important;
    height: 38px !important;
    padding: 0 11px !important;
    gap: 7px !important;
  }

  .shell > .header .languagePicker button b { font-size: 9px !important; }
  .shell > .header .partner { height: 37px !important; padding: 4px 9px !important; gap: 5px !important; }
  .shell > .header .partner b { font-size: 19px !important; }
  .shell > .header .partner small { max-width: 32px !important; }
  .shell > .header .headerTools > .mobileHeaderMenu { display: none !important; }
}

@media (max-width: 900px) {
  .shell > .header {
    display: none !important;
  }
}

/* 20260831 final shared desktop menu design */
@media (min-width: 901px) {
  .menuOverlay {
    padding: 20px !important;
  }

  .menuDrawer {
    width: min(1500px, calc(100vw - 40px)) !important;
    max-height: min(900px, calc(100vh - 40px)) !important;
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    overflow: hidden !important;
    border: 1px solid #8edff1 !important;
    border-radius: 16px !important;
    color: #fff !important;
    background: #032f49 !important;
    box-shadow: 0 25px 80px rgba(0,0,0,.44) !important;
  }

  .menuDrawer > header {
    min-height: 82px !important;
    padding: 11px 20px !important;
    grid-template-columns: 64px minmax(0,1fr) auto !important;
    gap: 14px !important;
  }

  .menuDrawer header img {
    width: 52px !important;
    height: 52px !important;
  }

  .menuDrawer header small {
    font-size: 9px !important;
  }

  .menuDrawer h2 {
    font-size: clamp(22px, 1.8vw, 30px) !important;
  }

  .menuDrawer header button {
    min-width: 78px !important;
    min-height: 46px !important;
    font-size: 10px !important;
  }

  .menuContent {
    min-height: 0 !important;
    padding: 22px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr) !important;
    gap: 28px !important;
    overflow-y: auto !important;
  }

  .menuGroups {
    min-width: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-content: start !important;
    gap: 18px !important;
    overflow: visible !important;
  }

  .menuGroup {
    min-width: 0 !important;
  }

  .menuGroup:last-child {
    grid-column: 1 / -1 !important;
  }

  .menuGroup h4 {
    margin: 0 0 8px !important;
    padding: 0 4px 8px !important;
    color: #7fe9fa !important;
    font-size: 10px !important;
  }

  .menuGroup > div {
    display: grid !important;
    gap: 8px !important;
  }

  .menuContent nav a {
    min-height: 54px !important;
    padding: 11px 14px !important;
    font-size: 13px !important;
  }

  .menuFeature {
    min-width: 0 !important;
  }

  .menuFeature > span {
    font-size: 11px !important;
  }

  .menuFeature h3 {
    font-size: clamp(30px, 2.3vw, 42px) !important;
  }

  .menuFeature > a {
    width: 100% !important;
  }

  .menuFeature img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: contain !important;
  }

  .menuFeature > div a {
    min-height: 50px !important;
    font-size: 12px !important;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .menuDrawer {
    width: calc(100vw - 28px) !important;
  }

  .menuContent {
    padding: 18px !important;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr) !important;
    gap: 20px !important;
  }

  .menuGroups {
    gap: 12px !important;
  }

  .menuContent nav a {
    min-height: 48px !important;
    padding: 9px 11px !important;
    font-size: 11px !important;
  }
}
