:root {
  --mobilee3bd0-ink: #2c2c2c;
  --mobilee3bd0-ink-soft: #37313a;
  --mobilee3bd0-panel: #342f36;
  --mobilee3bd0-panel-deep: #262329;
  --mobilee3bd0-plum: #9932cc;
  --mobilee3bd0-plum-dark: #702397;
  --mobilee3bd0-orchid: #dda0dd;
  --mobilee3bd0-orchid-soft: #f1cff1;
  --mobilee3bd0-mint: #b8f2d3;
  --mobilee3bd0-gold: #ffd87a;
  --mobilee3bd0-white: #fffafb;
  --mobilee3bd0-muted: #d5c9d8;
  --mobilee3bd0-line: rgba(221, 160, 221, 0.28);
  --mobilee3bd0-line-strong: rgba(221, 160, 221, 0.62);
  --mobilee3bd0-shadow: 0 14px 34px rgba(12, 7, 15, 0.32);
  --mobilee3bd0-radius-sm: 5px;
  --mobilee3bd0-radius-md: 9px;
  --mobilee3bd0-radius-lg: 14px;
  --mobilee3bd0-header-height: 118px;
  --mobilee3bd0-bottom-height: 72px;
  --mobilee3bd0-ease: 180ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--mobilee3bd0-header-height) + 14px);
  background: #171419;
}

body {
  width: 100%;
  min-width: 320px;
  max-width: 430px;
  min-height: 100vh;
  margin: 0 auto;
  overflow-x: hidden;
  color: var(--mobilee3bd0-white);
  background:
    radial-gradient(circle at 92% 8%, rgba(153, 50, 204, 0.24), transparent 27%),
    radial-gradient(circle at 6% 38%, rgba(221, 160, 221, 0.11), transparent 23%),
    linear-gradient(165deg, #242026 0%, var(--mobilee3bd0-ink) 48%, #221f24 100%);
  font-family: "Archivo Narrow", "Arial Narrow", sans-serif;
  font-size: 16px;
  line-height: 1.48;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.52);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background-image:
    linear-gradient(rgba(221, 160, 221, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(221, 160, 221, 0.026) 1px, transparent 1px);
  background-size: 22px 22px;
}

button,
a,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

a {
  color: var(--mobilee3bd0-orchid-soft);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--mobilee3bd0-white);
}

img,
svg {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p,
ul,
ol,
dl,
figure {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--mobilee3bd0-white);
  font-family: "Nunito", sans-serif;
  line-height: 1.08;
  text-wrap: balance;
}

h1 {
  margin-bottom: 12px;
  font-size: clamp(1.82rem, 8vw, 2.35rem);
  font-weight: 900;
  letter-spacing: -0.045em;
}

h2 {
  margin-bottom: 10px;
  font-size: clamp(1.38rem, 6.4vw, 1.78rem);
  font-weight: 900;
  letter-spacing: -0.035em;
}

h3 {
  margin-bottom: 7px;
  font-size: 1.03rem;
  font-weight: 800;
}

p {
  margin-bottom: 12px;
  color: var(--mobilee3bd0-muted);
}

:focus-visible {
  outline: 3px solid var(--mobilee3bd0-gold);
  outline-offset: 3px;
}

.mobilee3bd0-skip {
  position: fixed;
  top: -90px;
  left: 10px;
  z-index: 1200;
  min-height: 44px;
  padding: 11px 14px;
  color: var(--mobilee3bd0-ink);
  background: var(--mobilee3bd0-gold);
  border-radius: var(--mobilee3bd0-radius-sm);
  font-weight: 800;
}

.mobilee3bd0-skip:focus {
  top: 8px;
}

.mobilee3bd0-shell {
  width: 100%;
  min-height: 100vh;
  padding-top: var(--mobilee3bd0-header-height);
  padding-bottom: calc(var(--mobilee3bd0-bottom-height) + env(safe-area-inset-bottom) + 18px);
}

.mobilee3bd0-topbar {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 900;
  width: min(100%, 430px);
  min-width: 320px;
  transform: translateX(-50%);
  background: rgba(38, 35, 41, 0.97);
  border-bottom: 1px solid var(--mobilee3bd0-line-strong);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px);
}

.mobilee3bd0-brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 8px 10px 6px 12px;
}

.mobilee3bd0-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: var(--mobilee3bd0-white);
  text-decoration: none;
}

.mobilee3bd0-brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  margin-right: 8px;
  object-fit: cover;
  background: var(--mobilee3bd0-panel-deep);
  border: 1px solid var(--mobilee3bd0-line-strong);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(153, 50, 204, 0.18);
}

.mobilee3bd0-brand-name {
  overflow: hidden;
  font-family: "Nunito", sans-serif;
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: -0.035em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobilee3bd0-account-actions {
  display: grid;
  grid-template-columns: auto auto 44px;
  align-items: center;
  gap: 5px;
}

.mobilee3bd0-action-button,
.mobilee3bd0-menu-button {
  min-height: 44px;
  border: 1px solid var(--mobilee3bd0-line-strong);
  border-radius: var(--mobilee3bd0-radius-sm);
  cursor: pointer;
  transition:
    color var(--mobilee3bd0-ease),
    background var(--mobilee3bd0-ease),
    border-color var(--mobilee3bd0-ease),
    transform var(--mobilee3bd0-ease);
}

.mobilee3bd0-action-button {
  padding: 8px 9px;
  color: var(--mobilee3bd0-orchid-soft);
  background: transparent;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.mobilee3bd0-action-button:first-child {
  color: var(--mobilee3bd0-white);
  background: var(--mobilee3bd0-plum);
  border-color: var(--mobilee3bd0-plum);
}

.mobilee3bd0-action-button:hover,
.mobilee3bd0-action-button:active {
  color: var(--mobilee3bd0-ink);
  background: var(--mobilee3bd0-orchid);
  border-color: var(--mobilee3bd0-orchid);
  transform: translateY(-1px);
}

.mobilee3bd0-menu-button {
  position: relative;
  width: 44px;
  padding: 0;
  color: var(--mobilee3bd0-orchid-soft);
  background: rgba(221, 160, 221, 0.06);
}

.mobilee3bd0-menu-line {
  position: absolute;
  left: 11px;
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition:
    top var(--mobilee3bd0-ease),
    transform var(--mobilee3bd0-ease),
    opacity var(--mobilee3bd0-ease);
}

.mobilee3bd0-menu-line:nth-child(1) {
  top: 14px;
}

.mobilee3bd0-menu-line:nth-child(2) {
  top: 20px;
}

.mobilee3bd0-menu-line:nth-child(3) {
  top: 26px;
}

.mobilee3bd0-menu-button[aria-expanded="true"] .mobilee3bd0-menu-line:nth-child(1) {
  top: 20px;
  transform: rotate(45deg);
}

.mobilee3bd0-menu-button[aria-expanded="true"] .mobilee3bd0-menu-line:nth-child(2) {
  opacity: 0;
}

.mobilee3bd0-menu-button[aria-expanded="true"] .mobilee3bd0-menu-line:nth-child(3) {
  top: 20px;
  transform: rotate(-45deg);
}

.mobilee3bd0-category-rail {
  display: flex;
  gap: 5px;
  min-height: 55px;
  padding: 5px 10px 7px;
  overflow-x: auto;
  scrollbar-width: none;
  border-top: 1px solid rgba(221, 160, 221, 0.1);
}

.mobilee3bd0-category-rail::-webkit-scrollbar {
  display: none;
}

.mobilee3bd0-category-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: max-content;
  min-height: 44px;
  padding: 7px 11px;
  color: var(--mobilee3bd0-muted);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid transparent;
  border-radius: var(--mobilee3bd0-radius-sm);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.025em;
  transition: all var(--mobilee3bd0-ease);
}

.mobilee3bd0-category-link:hover,
.mobilee3bd0-category-link[aria-current="true"] {
  color: var(--mobilee3bd0-ink);
  background: var(--mobilee3bd0-orchid);
  border-color: var(--mobilee3bd0-orchid);
}

.mobilee3bd0-menu-panel {
  position: fixed;
  top: var(--mobilee3bd0-header-height);
  left: 50%;
  z-index: 850;
  width: min(100%, 430px);
  max-height: calc(100vh - var(--mobilee3bd0-header-height) - 18px);
  padding: 12px;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -10px);
  background: rgba(38, 35, 41, 0.985);
  border-bottom: 1px solid var(--mobilee3bd0-line-strong);
  box-shadow: var(--mobilee3bd0-shadow);
  transition:
    opacity var(--mobilee3bd0-ease),
    transform var(--mobilee3bd0-ease),
    visibility var(--mobilee3bd0-ease);
}

.mobilee3bd0-menu-panel[data-open="true"] {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.mobilee3bd0-menu-heading {
  margin-bottom: 9px;
  color: var(--mobilee3bd0-orchid);
  font-family: "Nunito", sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.mobilee3bd0-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.mobilee3bd0-menu-link {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 9px 10px;
  color: var(--mobilee3bd0-white);
  text-decoration: none;
  background: linear-gradient(135deg, rgba(221, 160, 221, 0.08), rgba(153, 50, 204, 0.06));
  border: 1px solid var(--mobilee3bd0-line);
  border-radius: var(--mobilee3bd0-radius-sm);
  font-size: 0.87rem;
  font-weight: 700;
  line-height: 1.15;
}

.mobilee3bd0-menu-link:hover {
  background: rgba(153, 50, 204, 0.28);
  border-color: var(--mobilee3bd0-orchid);
}

.mobilee3bd0-menu-note {
  margin: 11px 0 0;
  padding-top: 9px;
  color: var(--mobilee3bd0-muted);
  border-top: 1px solid var(--mobilee3bd0-line);
  font-size: 0.79rem;
}

.mobilee3bd0-main {
  width: 100%;
}

.mobilee3bd0-hero {
  position: relative;
  padding: 24px 14px 18px;
  overflow: hidden;
}

.mobilee3bd0-hero::before {
  position: absolute;
  top: 14px;
  right: -38px;
  width: 140px;
  height: 140px;
  content: "";
  border: 24px solid rgba(221, 160, 221, 0.065);
  border-radius: 50%;
}

.mobilee3bd0-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 10px;
  padding: 4px 9px;
  color: var(--mobilee3bd0-orchid-soft);
  background: rgba(153, 50, 204, 0.17);
  border-left: 3px solid var(--mobilee3bd0-orchid);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mobilee3bd0-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 380px;
  margin-bottom: 14px;
  color: var(--mobilee3bd0-orchid-soft);
  font-size: 1.02rem;
}

.mobilee3bd0-token-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 17px 0;
  border: 1px solid var(--mobilee3bd0-line-strong);
  border-radius: var(--mobilee3bd0-radius-sm);
  overflow: hidden;
}

.mobilee3bd0-token {
  min-width: 0;
  padding: 10px 6px;
  text-align: center;
  background: rgba(18, 14, 20, 0.24);
}

.mobilee3bd0-token + .mobilee3bd0-token {
  border-left: 1px solid var(--mobilee3bd0-line);
}

.mobilee3bd0-token strong,
.mobilee3bd0-token span {
  display: block;
}

.mobilee3bd0-token strong {
  margin-bottom: 2px;
  color: var(--mobilee3bd0-white);
  font-family: "Nunito", sans-serif;
  font-size: 0.95rem;
}

.mobilee3bd0-token span {
  color: var(--mobilee3bd0-muted);
  font-size: 0.69rem;
  line-height: 1.1;
}

.mobilee3bd0-segmented-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--mobilee3bd0-orchid);
  border-radius: var(--mobilee3bd0-radius-sm);
  overflow: hidden;
}

.mobilee3bd0-primary-cta,
.mobilee3bd0-secondary-cta {
  min-height: 48px;
  padding: 10px 12px;
  border: 0;
  cursor: pointer;
  font-family: "Nunito", sans-serif;
  font-size: 0.88rem;
  font-weight: 900;
  transition: filter var(--mobilee3bd0-ease), background var(--mobilee3bd0-ease);
}

.mobilee3bd0-primary-cta {
  color: var(--mobilee3bd0-white);
  background: var(--mobilee3bd0-plum);
}

.mobilee3bd0-secondary-cta {
  color: var(--mobilee3bd0-ink);
  background: var(--mobilee3bd0-orchid);
  border-left: 1px solid var(--mobilee3bd0-panel-deep);
}

.mobilee3bd0-primary-cta:hover,
.mobilee3bd0-secondary-cta:hover {
  filter: brightness(1.12);
}

.mobilee3bd0-carousel-wrap {
  padding: 0 12px 22px;
}

.mobilee3bd0-carousel {
  position: relative;
  overflow: hidden;
  background: var(--mobilee3bd0-panel-deep);
  border: 1px solid var(--mobilee3bd0-line-strong);
  border-radius: var(--mobilee3bd0-radius-md);
  box-shadow: var(--mobilee3bd0-shadow);
}

.mobilee3bd0-slides {
  display: flex;
  transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mobilee3bd0-slide {
  position: relative;
  min-width: 100%;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.mobilee3bd0-slide img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.mobilee3bd0-slide-caption {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  padding: 7px 9px;
  color: var(--mobilee3bd0-white);
  text-align: left;
  background: rgba(31, 25, 34, 0.85);
  border-left: 3px solid var(--mobilee3bd0-orchid);
  font-size: 0.78rem;
  font-weight: 800;
  backdrop-filter: blur(5px);
}

.mobilee3bd0-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 45px;
  padding: 5px 8px;
  border-top: 1px solid var(--mobilee3bd0-line);
}

.mobilee3bd0-carousel-arrow {
  display: grid;
  width: 44px;
  height: 34px;
  place-items: center;
  color: var(--mobilee3bd0-orchid-soft);
  background: transparent;
  border: 1px solid var(--mobilee3bd0-line);
  border-radius: var(--mobilee3bd0-radius-sm);
  cursor: pointer;
  font-size: 1.1rem;
}

.mobilee3bd0-carousel-arrow:hover {
  color: var(--mobilee3bd0-ink);
  background: var(--mobilee3bd0-orchid);
}

.mobilee3bd0-carousel-dots {
  display: flex;
  gap: 7px;
}

.mobilee3bd0-carousel-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  background: transparent;
  border: 1px solid var(--mobilee3bd0-orchid);
  border-radius: 50%;
  cursor: pointer;
  transition: transform var(--mobilee3bd0-ease), background var(--mobilee3bd0-ease);
}

.mobilee3bd0-carousel-dot[aria-current="true"] {
  background: var(--mobilee3bd0-orchid);
  transform: scale(1.35);
}

.mobilee3bd0-ledger-intro {
  display: grid;
  grid-template-columns: 4px 1fr;
  gap: 10px;
  margin: 0 12px 18px;
  padding: 14px 12px;
  background: rgba(221, 160, 221, 0.055);
  border: 1px solid var(--mobilee3bd0-line);
  border-radius: var(--mobilee3bd0-radius-sm);
}

.mobilee3bd0-ledger-line {
  width: 4px;
  background: linear-gradient(var(--mobilee3bd0-orchid), var(--mobilee3bd0-plum));
  border-radius: 4px;
}

.mobilee3bd0-ledger-intro p:last-child {
  margin-bottom: 0;
}

.mobilee3bd0-game-section {
  padding: 18px 10px 22px;
  border-top: 1px solid var(--mobilee3bd0-line);
}

.mobilee3bd0-game-section:nth-of-type(even) {
  background: rgba(18, 14, 20, 0.11);
}

.mobilee3bd0-section-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 10px;
  margin: 0 2px 10px;
}

.mobilee3bd0-section-heading h2 {
  margin-bottom: 3px;
}

.mobilee3bd0-section-heading p {
  margin-bottom: 0;
  font-size: 0.82rem;
}

.mobilee3bd0-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 32px;
  padding: 4px 8px;
  color: var(--mobilee3bd0-orchid-soft);
  background: rgba(153, 50, 204, 0.2);
  border: 1px solid var(--mobilee3bd0-line);
  border-radius: var(--mobilee3bd0-radius-sm);
  font-family: "Nunito", sans-serif;
  font-size: 0.74rem;
  font-weight: 900;
}

.mobilee3bd0-route-pair {
  display: flex;
  gap: 7px;
  margin: 0 2px 12px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mobilee3bd0-route-pair::-webkit-scrollbar {
  display: none;
}

.mobilee3bd0-route-link {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  min-height: 44px;
  padding: 8px 10px;
  color: var(--mobilee3bd0-orchid-soft);
  text-decoration: none;
  background: rgba(221, 160, 221, 0.05);
  border-bottom: 2px solid var(--mobilee3bd0-plum);
  font-size: 0.78rem;
  font-weight: 700;
}

.mobilee3bd0-game-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px 6px;
}

.mobilee3bd0-game-card {
  display: grid;
  grid-template-rows: auto minmax(35px, auto);
  width: 100%;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  color: var(--mobilee3bd0-white);
  background: var(--mobilee3bd0-panel-deep);
  border: 1px solid var(--mobilee3bd0-line);
  border-radius: var(--mobilee3bd0-radius-sm);
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
  transition:
    border-color var(--mobilee3bd0-ease),
    transform var(--mobilee3bd0-ease),
    background var(--mobilee3bd0-ease);
}

.mobilee3bd0-game-card:hover,
.mobilee3bd0-game-card:active {
  background: #3c3140;
  border-color: var(--mobilee3bd0-orchid);
  transform: translateY(-2px);
}

.mobilee3bd0-game-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #1f1c21;
}

.mobilee3bd0-game-name {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 5px 3px;
  overflow-wrap: anywhere;
  color: var(--mobilee3bd0-white);
  text-align: center;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.04;
}

.mobilee3bd0-content-band {
  padding: 25px 13px;
  border-top: 1px solid var(--mobilee3bd0-line-strong);
}

.mobilee3bd0-content-band h2 {
  max-width: 370px;
}

.mobilee3bd0-answer-first {
  color: var(--mobilee3bd0-orchid-soft);
  font-size: 1.01rem;
  font-weight: 700;
}

.mobilee3bd0-signal-list {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.mobilee3bd0-signal-item {
  position: relative;
  padding: 12px 12px 12px 38px;
  color: var(--mobilee3bd0-muted);
  background: rgba(221, 160, 221, 0.045);
  border: 1px solid var(--mobilee3bd0-line);
  border-left-color: var(--mobilee3bd0-plum);
}

.mobilee3bd0-signal-item::before {
  position: absolute;
  top: 14px;
  left: 13px;
  width: 12px;
  height: 12px;
  content: "";
  background: var(--mobilee3bd0-orchid);
  border: 3px solid var(--mobilee3bd0-plum-dark);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(221, 160, 221, 0.12);
}

.mobilee3bd0-signal-item strong {
  display: block;
  margin-bottom: 3px;
  color: var(--mobilee3bd0-white);
  font-family: "Nunito", sans-serif;
}

.mobilee3bd0-method-table {
  width: 100%;
  margin: 14px 0;
  border-collapse: collapse;
  background: rgba(18, 14, 20, 0.16);
  border: 1px solid var(--mobilee3bd0-line);
  font-size: 0.83rem;
}

.mobilee3bd0-method-table th,
.mobilee3bd0-method-table td {
  padding: 9px 7px;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid var(--mobilee3bd0-line);
}

.mobilee3bd0-method-table th {
  color: var(--mobilee3bd0-ink);
  background: var(--mobilee3bd0-orchid);
  font-family: "Nunito", sans-serif;
  font-weight: 900;
}

.mobilee3bd0-method-table td {
  color: var(--mobilee3bd0-muted);
}

.mobilee3bd0-method-table tr:last-child td {
  border-bottom: 0;
}

.mobilee3bd0-method-table strong {
  color: var(--mobilee3bd0-white);
}

.mobilee3bd0-style-track {
  display: grid;
  gap: 10px;
  margin-top: 15px;
  counter-reset: mobilee3bd0-style;
}

.mobilee3bd0-style-row {
  position: relative;
  padding: 12px 12px 12px 53px;
  background: linear-gradient(90deg, rgba(153, 50, 204, 0.18), transparent);
  border-top: 1px solid var(--mobilee3bd0-line);
  border-bottom: 1px solid var(--mobilee3bd0-line);
  counter-increment: mobilee3bd0-style;
}

.mobilee3bd0-style-row::before {
  position: absolute;
  top: 12px;
  left: 10px;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  content: counter(mobilee3bd0-style, decimal-leading-zero);
  color: var(--mobilee3bd0-ink);
  background: var(--mobilee3bd0-orchid);
  border-radius: 50%;
  font-family: "Nunito", sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
}

.mobilee3bd0-style-row h3 {
  margin-bottom: 3px;
}

.mobilee3bd0-style-row p {
  margin-bottom: 0;
  font-size: 0.87rem;
}

.mobilee3bd0-balance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 14px;
}

.mobilee3bd0-balance-side {
  padding: 13px 11px;
  border: 1px solid var(--mobilee3bd0-line);
  border-radius: var(--mobilee3bd0-radius-sm);
}

.mobilee3bd0-balance-side:first-child {
  background: rgba(184, 242, 211, 0.08);
  border-top: 3px solid var(--mobilee3bd0-mint);
}

.mobilee3bd0-balance-side:last-child {
  background: rgba(255, 216, 122, 0.06);
  border-top: 3px solid var(--mobilee3bd0-gold);
}

.mobilee3bd0-balance-side ul {
  margin: 0;
  padding-left: 16px;
  color: var(--mobilee3bd0-muted);
  font-size: 0.86rem;
}

.mobilee3bd0-balance-side li + li {
  margin-top: 6px;
}

.mobilee3bd0-inline-link {
  color: var(--mobilee3bd0-orchid-soft);
  font-weight: 800;
}

.mobilee3bd0-guardrail {
  margin-top: 14px;
  padding: 12px;
  color: var(--mobilee3bd0-muted);
  background: rgba(255, 216, 122, 0.06);
  border-left: 3px solid var(--mobilee3bd0-gold);
  font-size: 0.87rem;
}

.mobilee3bd0-guardrail strong {
  color: var(--mobilee3bd0-gold);
}

.mobilee3bd0-promo-ribbon {
  margin: 4px 12px 24px;
  padding: 16px 12px;
  background:
    linear-gradient(125deg, rgba(153, 50, 204, 0.52), rgba(44, 44, 44, 0.88)),
    radial-gradient(circle at 80%, var(--mobilee3bd0-orchid), transparent 45%);
  border: 1px solid var(--mobilee3bd0-orchid);
  border-radius: var(--mobilee3bd0-radius-md);
}

.mobilee3bd0-promo-ribbon p {
  color: var(--mobilee3bd0-orchid-soft);
}

.mobilee3bd0-promo-ribbon button {
  width: 100%;
  min-height: 48px;
  color: var(--mobilee3bd0-ink);
  background: var(--mobilee3bd0-gold);
  border: 0;
  border-radius: var(--mobilee3bd0-radius-sm);
  cursor: pointer;
  font-family: "Nunito", sans-serif;
  font-weight: 900;
}

.mobilee3bd0-extended-footer {
  padding: 24px 13px;
  background: var(--mobilee3bd0-panel-deep);
  border-top: 1px solid var(--mobilee3bd0-line-strong);
}

.mobilee3bd0-brand-note {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 11px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--mobilee3bd0-line);
}

.mobilee3bd0-brand-note img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border: 1px solid var(--mobilee3bd0-line-strong);
  border-radius: 50%;
}

.mobilee3bd0-brand-note p {
  margin: 0;
  font-size: 0.86rem;
}

.mobilee3bd0-promo-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin: 15px 0 20px;
}

.mobilee3bd0-promo-choice {
  min-height: 46px;
  padding: 8px;
  color: var(--mobilee3bd0-white);
  background: rgba(153, 50, 204, 0.15);
  border: 1px solid var(--mobilee3bd0-line);
  border-radius: var(--mobilee3bd0-radius-sm);
  cursor: pointer;
  font-size: 0.79rem;
  font-weight: 800;
  transition: background var(--mobilee3bd0-ease), border-color var(--mobilee3bd0-ease);
}

.mobilee3bd0-promo-choice:hover {
  background: var(--mobilee3bd0-plum);
  border-color: var(--mobilee3bd0-orchid);
}

.mobilee3bd0-directory-title {
  margin: 0 0 9px;
  color: var(--mobilee3bd0-orchid);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mobilee3bd0-directory {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--mobilee3bd0-line);
  border-left: 1px solid var(--mobilee3bd0-line);
}

.mobilee3bd0-directory a {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 8px 9px;
  color: var(--mobilee3bd0-muted);
  text-decoration: none;
  border-right: 1px solid var(--mobilee3bd0-line);
  border-bottom: 1px solid var(--mobilee3bd0-line);
  font-size: 0.79rem;
  line-height: 1.12;
}

.mobilee3bd0-directory a:hover {
  color: var(--mobilee3bd0-white);
  background: rgba(221, 160, 221, 0.08);
}

.mobilee3bd0-disclaimer {
  margin: 16px 0 0;
  padding: 12px 0 0;
  color: #bcb0c0;
  border-top: 1px solid var(--mobilee3bd0-line);
  font-size: 0.78rem;
}

.mobilee3bd0-copyright {
  margin: 0;
  padding: 16px 13px 9px;
  color: #a99dab;
  text-align: center;
  background: #201d22;
  border-top: 1px solid rgba(221, 160, 221, 0.16);
  font-size: 0.75rem;
}

.mobilee3bd0-bottom-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 950;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: min(100%, 430px);
  min-height: var(--mobilee3bd0-bottom-height);
  padding: 5px 5px calc(5px + env(safe-area-inset-bottom));
  transform: translateX(-50%);
  background: rgba(31, 28, 33, 0.98);
  border-top: 1px solid var(--mobilee3bd0-line-strong);
  box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(12px);
}

.mobilee3bd0-bottom-link,
.mobilee3bd0-bottom-button {
  display: grid;
  grid-template-rows: 24px auto;
  align-content: center;
  justify-items: center;
  min-width: 0;
  min-height: 58px;
  padding: 4px 2px;
  color: var(--mobilee3bd0-muted);
  text-decoration: none;
  background: transparent;
  border: 0;
  border-radius: var(--mobilee3bd0-radius-sm);
  cursor: pointer;
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1;
  transition: color var(--mobilee3bd0-ease), background var(--mobilee3bd0-ease);
}

.mobilee3bd0-bottom-link svg,
.mobilee3bd0-bottom-button svg {
  width: 21px;
  height: 21px;
  margin-bottom: 3px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform var(--mobilee3bd0-ease);
}

.mobilee3bd0-bottom-link:hover,
.mobilee3bd0-bottom-button:hover,
.mobilee3bd0-bottom-link[aria-current="page"] {
  color: var(--mobilee3bd0-ink);
  background: var(--mobilee3bd0-orchid);
}

.mobilee3bd0-bottom-link:hover svg,
.mobilee3bd0-bottom-button:hover svg,
.mobilee3bd0-bottom-link[aria-current="page"] svg {
  transform: translateY(-2px);
}

.mobilee3bd0-reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.mobilee3bd0-reveal[data-visible="true"] {
  opacity: 1;
  transform: translateY(0);
}

.mobilee3bd0-scroll-top {
  position: fixed;
  right: max(12px, calc((100vw - 430px) / 2 + 12px));
  bottom: calc(var(--mobilee3bd0-bottom-height) + env(safe-area-inset-bottom) + 12px);
  z-index: 820;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  visibility: hidden;
  opacity: 0;
  color: var(--mobilee3bd0-ink);
  background: var(--mobilee3bd0-orchid);
  border: 1px solid var(--mobilee3bd0-white);
  border-radius: 50%;
  cursor: pointer;
  transform: translateY(8px);
  transition: all var(--mobilee3bd0-ease);
}

.mobilee3bd0-scroll-top[data-visible="true"] {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.mobilee3bd0-noscript {
  margin: 8px 12px;
  padding: 10px;
  color: var(--mobilee3bd0-ink);
  background: var(--mobilee3bd0-gold);
  border-radius: var(--mobilee3bd0-radius-sm);
  font-weight: 800;
}

@media (min-width: 375px) {
  .mobilee3bd0-game-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .mobilee3bd0-game-name {
    min-height: 39px;
    font-size: 0.69rem;
  }

  .mobilee3bd0-action-button {
    padding-inline: 11px;
    font-size: 0.81rem;
  }
}

@media (max-width: 345px) {
  :root {
    --mobilee3bd0-header-height: 114px;
  }

  .mobilee3bd0-brand-row {
    padding-inline: 8px;
  }

  .mobilee3bd0-brand-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    margin-right: 6px;
  }

  .mobilee3bd0-brand-name {
    max-width: 72px;
    font-size: 0.93rem;
  }

  .mobilee3bd0-account-actions {
    gap: 3px;
  }

  .mobilee3bd0-action-button {
    padding-inline: 7px;
    font-size: 0.72rem;
  }

  .mobilee3bd0-menu-grid {
    gap: 5px;
  }

  .mobilee3bd0-menu-link {
    padding-inline: 7px;
    font-size: 0.8rem;
  }

  .mobilee3bd0-balance-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .mobilee3bd0-reveal {
    opacity: 1;
    transform: none;
  }
}

@media (forced-colors: active) {
  .mobilee3bd0-game-card,
  .mobilee3bd0-menu-link,
  .mobilee3bd0-bottom-link,
  .mobilee3bd0-bottom-button {
    border: 1px solid ButtonText;
  }
}

.mobilee3bd0-help-main {
  padding-bottom: 8px;
}

.mobilee3bd0-help-intro {
  padding: 25px 13px 22px;
  background:
    linear-gradient(145deg, rgba(153, 50, 204, 0.3), rgba(44, 44, 44, 0.12)),
    radial-gradient(circle at 88% 18%, rgba(221, 160, 221, 0.2), transparent 34%);
  border-bottom: 1px solid var(--mobilee3bd0-line-strong);
}

.mobilee3bd0-help-intro p:last-child,
.mobilee3bd0-review-lead p:last-child {
  margin-bottom: 0;
}

.mobilee3bd0-help-kicker {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 8px;
  color: var(--mobilee3bd0-ink);
  background: var(--mobilee3bd0-orchid);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mobilee3bd0-path-map {
  display: grid;
  gap: 8px;
  margin: 16px 13px 2px;
  padding: 13px 11px;
  background: rgba(221, 160, 221, 0.06);
  border: 1px solid var(--mobilee3bd0-line);
  border-left: 4px solid var(--mobilee3bd0-plum);
}

.mobilee3bd0-path-map strong,
.mobilee3bd0-check-card strong,
.mobilee3bd0-review-card strong,
.mobilee3bd0-fault-row strong {
  color: var(--mobilee3bd0-white);
  font-family: "Nunito", sans-serif;
}

.mobilee3bd0-path-map span {
  display: block;
  color: var(--mobilee3bd0-muted);
  font-size: 0.86rem;
}

.mobilee3bd0-step-line {
  display: grid;
  gap: 11px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: mobilee3bd0-step;
}

.mobilee3bd0-step-line li {
  position: relative;
  min-height: 58px;
  padding: 11px 11px 11px 49px;
  background: linear-gradient(90deg, rgba(153, 50, 204, 0.2), rgba(221, 160, 221, 0.025));
  border-top: 1px solid var(--mobilee3bd0-line);
  border-bottom: 1px solid var(--mobilee3bd0-line);
  counter-increment: mobilee3bd0-step;
}

.mobilee3bd0-step-line li::before {
  position: absolute;
  top: 12px;
  left: 10px;
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  content: counter(mobilee3bd0-step);
  color: var(--mobilee3bd0-ink);
  background: var(--mobilee3bd0-orchid);
  border: 1px solid var(--mobilee3bd0-white);
  border-radius: 50%;
  font-family: "Nunito", sans-serif;
  font-weight: 900;
}

.mobilee3bd0-step-line li span {
  display: block;
  color: var(--mobilee3bd0-muted);
  font-size: 0.87rem;
}

.mobilee3bd0-checklist {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.mobilee3bd0-checklist li {
  position: relative;
  padding: 11px 11px 11px 37px;
  color: var(--mobilee3bd0-muted);
  background: rgba(184, 242, 211, 0.055);
  border: 1px solid rgba(184, 242, 211, 0.22);
}

.mobilee3bd0-checklist li::before {
  position: absolute;
  top: 12px;
  left: 12px;
  content: "✓";
  color: var(--mobilee3bd0-mint);
  font-weight: 900;
}

.mobilee3bd0-choice-grid {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.mobilee3bd0-choice-card {
  padding: 13px 11px;
  background: rgba(18, 14, 20, 0.23);
  border: 1px solid var(--mobilee3bd0-line);
  border-top: 3px solid var(--mobilee3bd0-orchid);
}

.mobilee3bd0-choice-card p:last-child,
.mobilee3bd0-review-card p:last-child,
.mobilee3bd0-fault-row p:last-child {
  margin-bottom: 0;
}

.mobilee3bd0-branch-table,
.mobilee3bd0-review-table {
  width: 100%;
  margin: 14px 0 4px;
  border-collapse: collapse;
  background: rgba(18, 14, 20, 0.2);
  border: 1px solid var(--mobilee3bd0-line);
  font-size: 0.8rem;
}

.mobilee3bd0-branch-table th,
.mobilee3bd0-branch-table td,
.mobilee3bd0-review-table th,
.mobilee3bd0-review-table td {
  padding: 9px 7px;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid var(--mobilee3bd0-line);
}

.mobilee3bd0-branch-table th,
.mobilee3bd0-review-table th {
  color: var(--mobilee3bd0-ink);
  background: var(--mobilee3bd0-orchid);
  font-family: "Nunito", sans-serif;
  font-weight: 900;
}

.mobilee3bd0-branch-table td,
.mobilee3bd0-review-table td {
  color: var(--mobilee3bd0-muted);
}

.mobilee3bd0-branch-table tr:last-child td,
.mobilee3bd0-review-table tr:last-child td {
  border-bottom: 0;
}

.mobilee3bd0-mini-note {
  margin-top: 12px;
  padding: 10px 11px;
  color: var(--mobilee3bd0-muted);
  background: rgba(255, 216, 122, 0.06);
  border-right: 3px solid var(--mobilee3bd0-gold);
  font-size: 0.84rem;
}

.mobilee3bd0-review-lead {
  padding: 22px 13px 19px;
  background:
    linear-gradient(110deg, rgba(44, 44, 44, 0.72), rgba(153, 50, 204, 0.28)),
    radial-gradient(circle at 15% 10%, rgba(221, 160, 221, 0.2), transparent 33%);
  border-bottom: 1px solid var(--mobilee3bd0-line-strong);
}

.mobilee3bd0-rating-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
  border: 1px solid var(--mobilee3bd0-line-strong);
}

.mobilee3bd0-rating-strip div {
  min-width: 0;
  padding: 10px 6px;
  text-align: center;
  background: rgba(18, 14, 20, 0.3);
}

.mobilee3bd0-rating-strip div + div {
  border-left: 1px solid var(--mobilee3bd0-line);
}

.mobilee3bd0-rating-strip strong,
.mobilee3bd0-rating-strip span {
  display: block;
}

.mobilee3bd0-rating-strip strong {
  color: var(--mobilee3bd0-orchid);
  font-family: "Nunito", sans-serif;
  font-size: 1.08rem;
}

.mobilee3bd0-rating-strip span {
  color: var(--mobilee3bd0-muted);
  font-size: 0.7rem;
}

.mobilee3bd0-review-card {
  padding: 13px 11px;
  background: rgba(221, 160, 221, 0.045);
  border: 1px solid var(--mobilee3bd0-line);
  border-left: 4px solid var(--mobilee3bd0-plum);
}

.mobilee3bd0-review-card + .mobilee3bd0-review-card {
  margin-top: 9px;
}

.mobilee3bd0-review-card p,
.mobilee3bd0-fault-row p {
  color: var(--mobilee3bd0-muted);
  font-size: 0.88rem;
}

.mobilee3bd0-fault-list {
  display: grid;
  gap: 9px;
  margin: 14px 0 0;
}

.mobilee3bd0-fault-row {
  padding: 12px 11px;
  background: rgba(255, 216, 122, 0.045);
  border: 1px solid rgba(255, 216, 122, 0.24);
}

.mobilee3bd0-fault-row strong {
  display: block;
  margin-bottom: 4px;
  color: var(--mobilee3bd0-gold);
}

.mobilee3bd0-audience-grid {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.mobilee3bd0-audience-grid div {
  padding: 12px 11px;
  border: 1px solid var(--mobilee3bd0-line);
  background: rgba(18, 14, 20, 0.22);
}

.mobilee3bd0-audience-grid div:first-child {
  border-top: 3px solid var(--mobilee3bd0-mint);
}

.mobilee3bd0-audience-grid div:last-child {
  border-top: 3px solid var(--mobilee3bd0-gold);
}

.mobilee3bd0-audience-grid p:last-child {
  margin-bottom: 0;
}

.mobilee3bd0-review-quote {
  margin: 14px 0 0;
  padding: 14px 12px;
  color: var(--mobilee3bd0-orchid-soft);
  background: rgba(153, 50, 204, 0.16);
  border-top: 1px solid var(--mobilee3bd0-orchid);
  border-bottom: 1px solid var(--mobilee3bd0-orchid);
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}

@media (min-width: 375px) {
  .mobilee3bd0-choice-grid,
  .mobilee3bd0-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 345px) {
  .mobilee3bd0-rating-strip strong {
    font-size: 0.93rem;
  }

  .mobilee3bd0-branch-table,
  .mobilee3bd0-review-table {
    font-size: 0.73rem;
  }
}
