/* ==========================================================================
   interface-mobile-d0b4a7.css
   goldenbet.cfd - mobile-first canvas styles (bn-BD audience)
   Naming contract: every class and custom property carries the
   shell4a78e- prefix. Palette anchors: #1B263B base / #32CD32 primary /
   #66CDAA secondary. Visual direction: technical headings + open body
   text, low-radius sectioned blocks, outlined tile game cards,
   intro-led sections, icon micro-state motion, full-width primary CTA.
   ========================================================================== */

/* ---------- 1. Tokens ---------- */

:root {
  --shell4a78e-night: #1B263B;
  --shell4a78e-abyss: #101a2d;
  --shell4a78e-panel: #21304e;
  --shell4a78e-panel-2: #1a2a46;
  --shell4a78e-lime: #32CD32;
  --shell4a78e-mint: #66CDAA;
  --shell4a78e-ink: #e9f2ff;
  --shell4a78e-dim: #9daecc;
  --shell4a78e-hair: rgba(102, 205, 170, 0.28);
  --shell4a78e-hair-2: rgba(50, 205, 50, 0.5);
  --shell4a78e-radius: 4px;
  --shell4a78e-radius-2: 6px;
  --shell4a78e-font-head: "Segoe UI", "Noto Sans Bengali", "Hind Siliguri",
    system-ui, -apple-system, sans-serif;
  --shell4a78e-font-body: "Noto Sans Bengali", "Hind Siliguri", "Segoe UI",
    system-ui, -apple-system, sans-serif;
  --shell4a78e-topbar-h: 56px;
  --shell4a78e-dock-h: 62px;
  --shell4a78e-gutter: 14px;
}

/* ---------- 2. Base and canvas ---------- */

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--shell4a78e-abyss);
  color: var(--shell4a78e-ink);
  font-family: var(--shell4a78e-font-body);
  font-size: 15px;
  line-height: 1.75;
  overflow-x: hidden;
}

.shell4a78e-stage {
  position: relative;
  max-width: 480px;
  margin-inline: auto;
  background: var(--shell4a78e-night);
  min-height: 100vh;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.45);
}

.shell4a78e-main {
  display: block;
  padding: calc(var(--shell4a78e-topbar-h) + 10px) var(--shell4a78e-gutter)
    calc(var(--shell4a78e-dock-h) + 34px);
}

h1, h2, h3 {
  font-family: var(--shell4a78e-font-head);
  line-height: 1.3;
  margin: 0;
}

p {
  margin: 0 0 12px;
}

a {
  color: var(--shell4a78e-mint);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

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

button {
  font-family: inherit;
  cursor: pointer;
}

:focus-visible {
  outline: 2px solid var(--shell4a78e-lime);
  outline-offset: 2px;
  border-radius: 2px;
}

::selection {
  background: var(--shell4a78e-lime);
  color: #081408;
}

/* ---------- 3. Top action band ---------- */

.shell4a78e-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  height: var(--shell4a78e-topbar-h);
  max-width: 480px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 10px;
  background: rgba(16, 26, 45, 0.96);
  border-bottom: 1px solid var(--shell4a78e-hair);
  backdrop-filter: blur(6px);
}

.shell4a78e-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  text-decoration: none;
  color: var(--shell4a78e-ink);
}

.shell4a78e-brand img {
  width: 34px;
  height: 34px;
  border-radius: var(--shell4a78e-radius);
  border: 1px solid var(--shell4a78e-hair);
  flex: none;
}

.shell4a78e-brand b {
  font-family: var(--shell4a78e-font-head);
  font-size: 18px;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.shell4a78e-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: none;
}

.shell4a78e-btn {
  min-height: 36px;
  padding: 6px 12px;
  border-radius: var(--shell4a78e-radius);
  border: 1px solid var(--shell4a78e-hair-2);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease;
}

.shell4a78e-btn--solid {
  background: var(--shell4a78e-lime);
  border-color: var(--shell4a78e-lime);
  color: #0a1c0a;
}

.shell4a78e-btn--solid:active {
  transform: translateY(1px);
  background: #2ab42a;
}

.shell4a78e-btn--ghost {
  background: transparent;
  color: var(--shell4a78e-mint);
}

.shell4a78e-btn--ghost:active {
  transform: translateY(1px);
  border-color: var(--shell4a78e-mint);
}

/* Menu trigger: three hairlines that morph into a cross. */
.shell4a78e-burger {
  width: 38px;
  height: 36px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background: transparent;
  border: 1px solid var(--shell4a78e-hair);
  border-radius: var(--shell4a78e-radius);
}

.shell4a78e-burger span {
  width: 16px;
  height: 2px;
  background: var(--shell4a78e-mint);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.shell4a78e-burger.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.shell4a78e-burger.is-open span:nth-child(2) {
  opacity: 0;
}

.shell4a78e-burger.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* ---------- 4. Expandable navigation sheet ---------- */

.shell4a78e-sheet {
  position: fixed;
  top: var(--shell4a78e-topbar-h);
  left: 0;
  right: 0;
  z-index: 55;
  max-width: 480px;
  margin-inline: auto;
  background: var(--shell4a78e-panel-2);
  border-bottom: 1px solid var(--shell4a78e-hair);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

.shell4a78e-sheet.is-open {
  max-height: 420px;
}

.shell4a78e-sheet nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 10px;
}

.shell4a78e-sheet a {
  position: relative;
  display: block;
  min-height: 44px;
  padding: 10px 10px 10px 14px;
  color: var(--shell4a78e-ink);
  text-decoration: none;
  font-size: 13px;
  border: 1px solid transparent;
  border-radius: var(--shell4a78e-radius);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Sliding indicator: a mint bar that grows in from the left edge. */
.shell4a78e-sheet a::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 3px;
  height: 0;
  background: var(--shell4a78e-mint);
  transition: height 0.2s ease;
}

.shell4a78e-sheet a:hover::before,
.shell4a78e-sheet a:focus-visible::before,
.shell4a78e-sheet a.is-here::before {
  height: 60%;
}

.shell4a78e-sheet a.is-here {
  background: var(--shell4a78e-lime);
  color: #0a1c0a;
  font-weight: 700;
}

.shell4a78e-sheet a.is-here::before {
  background: #0a1c0a;
}

/* ---------- 5. Hero ---------- */

.shell4a78e-hero {
  padding: 14px 2px 4px;
}

.shell4a78e-hero h1 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--shell4a78e-ink);
}

.shell4a78e-hero h1 em {
  font-style: normal;
  color: var(--shell4a78e-lime);
}

.shell4a78e-hero-lead {
  color: var(--shell4a78e-dim);
  margin-top: 10px;
}

.shell4a78e-meter {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin: 12px 0;
}

.shell4a78e-meter span {
  display: block;
  border: 1px solid var(--shell4a78e-hair);
  border-radius: var(--shell4a78e-radius);
  background: var(--shell4a78e-panel-2);
  padding: 8px 6px;
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--shell4a78e-ink);
  text-align: center;
}

.shell4a78e-meter b {
  display: block;
  font-family: var(--shell4a78e-font-head);
  font-size: 15px;
  color: var(--shell4a78e-lime);
}

.shell4a78e-cta {
  display: block;
  width: 100%;
  min-height: 48px;
  margin: 4px 0 6px;
  border: 0;
  border-radius: var(--shell4a78e-radius-2);
  background: var(--shell4a78e-lime);
  color: #0a1c0a;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: background-color 0.15s ease, transform 0.15s ease;
}

.shell4a78e-cta:active {
  background: #2ab42a;
  transform: translateY(1px);
}

.shell4a78e-cta--alt {
  background: transparent;
  border: 1px solid var(--shell4a78e-hair-2);
  color: var(--shell4a78e-mint);
}

.shell4a78e-cta--alt:active {
  background: var(--shell4a78e-panel-2);
}

/* ---------- 6. Banner ribbon (carousel) ---------- */

.shell4a78e-ribbon {
  position: relative;
  margin: 12px calc(var(--shell4a78e-gutter) * -1) 4px;
  overflow: hidden;
  border-block: 1px solid var(--shell4a78e-hair);
}

.shell4a78e-ribbon-track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}

.shell4a78e-ribbon-slide {
  position: relative;
  flex: 0 0 100%;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: var(--shell4a78e-panel-2);
  text-align: left;
}

.shell4a78e-ribbon-slide img {
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
}

.shell4a78e-ribbon-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 14px 8px;
  font-size: 13px;
  font-weight: 700;
  color: #f2fff2;
  background: linear-gradient(to top, rgba(10, 18, 32, 0.92), transparent);
}

.shell4a78e-ribbon-dots {
  position: absolute;
  right: 12px;
  bottom: 8px;
  display: flex;
  gap: 6px;
}

.shell4a78e-ribbon-dots button {
  width: 22px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: rgba(233, 242, 255, 0.35);
  transition: background-color 0.2s ease, width 0.2s ease;
}

.shell4a78e-ribbon-dots button.is-on {
  width: 30px;
  background: var(--shell4a78e-lime);
}

/* ---------- 7. Category lane chips ---------- */

.shell4a78e-lanes {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 12px 2px 4px;
  scrollbar-width: none;
}

.shell4a78e-lanes::-webkit-scrollbar {
  display: none;
}

.shell4a78e-lane {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 40px;
  padding: 6px 12px;
  border: 1px solid var(--shell4a78e-hair);
  border-radius: var(--shell4a78e-radius);
  background: var(--shell4a78e-panel-2);
  color: var(--shell4a78e-ink);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.shell4a78e-lane i {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--shell4a78e-mint);
  transition: transform 0.15s ease;
}

.shell4a78e-lane:hover {
  border-color: var(--shell4a78e-hair-2);
}

.shell4a78e-lane:hover i {
  transform: rotate(45deg) scale(1.15);
}

/* ---------- 8. Game wings and tile grid ---------- */

.shell4a78e-wing {
  margin-top: 26px;
  border: 1px solid var(--shell4a78e-hair);
  border-radius: var(--shell4a78e-radius-2);
  background: var(--shell4a78e-panel-2);
  padding: 14px 12px 16px;
}

.shell4a78e-wing-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.shell4a78e-wing h2 {
  font-size: 18px;
  font-weight: 800;
  color: var(--shell4a78e-ink);
}

.shell4a78e-wing-tag {
  font-family: var(--shell4a78e-font-head);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--shell4a78e-mint);
  border: 1px solid var(--shell4a78e-hair);
  border-radius: 3px;
  padding: 2px 8px;
  white-space: nowrap;
}

.shell4a78e-wing-note {
  color: var(--shell4a78e-dim);
  font-size: 13.5px;
  margin: 8px 0 10px;
}

.shell4a78e-wing-links {
  font-size: 12.5px;
  margin: 0 0 12px;
  color: var(--shell4a78e-dim);
}

.shell4a78e-wing-links a {
  display: inline-block;
  border: 1px solid var(--shell4a78e-hair);
  border-radius: 3px;
  padding: 3px 9px;
  margin: 2px 6px 2px 0;
  text-decoration: none;
  background: var(--shell4a78e-night);
  transition: border-color 0.15s ease;
}

.shell4a78e-wing-links a:hover {
  border-color: var(--shell4a78e-hair-2);
}

/* Outlined tile cards: 4 columns at 320px, 5 from 375px up. */
.shell4a78e-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px 6px;
}

.shell4a78e-tile {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 0 0 6px;
  background: var(--shell4a78e-night);
  border: 1px solid var(--shell4a78e-hair);
  border-radius: var(--shell4a78e-radius);
  transition: border-color 0.15s ease;
}

.shell4a78e-tile img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--shell4a78e-radius) var(--shell4a78e-radius) 0 0;
  transition: transform 0.2s ease;
}

.shell4a78e-tile span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.9em;
  padding: 4px 4px 0;
  font-size: 11px;
  line-height: 1.45;
  color: var(--shell4a78e-ink);
  text-align: center;
}

.shell4a78e-tile:hover,
.shell4a78e-tile:active {
  border-color: var(--shell4a78e-hair-2);
}

.shell4a78e-tile:hover img {
  transform: scale(1.05);
}

/* ---------- 9. Intro-led content tracts ---------- */

.shell4a78e-tract {
  margin-top: 30px;
}

.shell4a78e-tract-kicker {
  font-family: var(--shell4a78e-font-head);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--shell4a78e-lime);
  margin-bottom: 4px;
}

.shell4a78e-tract h2 {
  font-size: 19px;
  font-weight: 800;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--shell4a78e-hair);
  margin-bottom: 12px;
}

.shell4a78e-tract h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--shell4a78e-mint);
  margin: 14px 0 4px;
}

.shell4a78e-tract p {
  color: var(--shell4a78e-dim);
  font-size: 13.8px;
}

.shell4a78e-tract-lead {
  color: var(--shell4a78e-ink);
  border-left: 3px solid var(--shell4a78e-lime);
  padding-left: 10px;
}

.shell4a78e-points {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

.shell4a78e-points li {
  position: relative;
  padding: 4px 0 4px 20px;
  color: var(--shell4a78e-dim);
  font-size: 13.5px;
  border-bottom: 1px dashed rgba(102, 205, 170, 0.16);
}

.shell4a78e-points li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 13px;
  width: 7px;
  height: 7px;
  border: 1.5px solid var(--shell4a78e-mint);
  border-radius: 2px;
}

.shell4a78e-flow {
  list-style: none;
  counter-reset: shell4a78e-step;
  margin: 10px 0;
  padding: 0;
}

.shell4a78e-flow li {
  counter-increment: shell4a78e-step;
  position: relative;
  padding: 6px 0 6px 40px;
  color: var(--shell4a78e-dim);
  font-size: 13.5px;
}

.shell4a78e-flow li::before {
  content: counter(shell4a78e-step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 8px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--shell4a78e-hair-2);
  border-radius: 3px;
  font-family: var(--shell4a78e-font-head);
  font-size: 11px;
  font-weight: 700;
  color: var(--shell4a78e-lime);
}

/* ---------- 10. Extended footer (finale) ---------- */

.shell4a78e-finale {
  margin-top: 34px;
  border: 1px solid var(--shell4a78e-hair);
  border-radius: var(--shell4a78e-radius-2);
  background: var(--shell4a78e-panel-2);
  padding: 14px 12px;
}

.shell4a78e-finale-label {
  font-family: var(--shell4a78e-font-head);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--shell4a78e-mint);
  margin: 0 0 8px;
}

.shell4a78e-deals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.shell4a78e-deal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-height: 64px;
  padding: 8px 4px;
  background: var(--shell4a78e-night);
  border: 1px solid var(--shell4a78e-hair-2);
  border-radius: var(--shell4a78e-radius);
  color: var(--shell4a78e-ink);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.shell4a78e-deal svg {
  width: 20px;
  height: 20px;
  stroke: var(--shell4a78e-lime);
  fill: none;
  stroke-width: 1.7;
  transition: stroke 0.15s ease, transform 0.15s ease;
}

.shell4a78e-deal:hover {
  border-color: var(--shell4a78e-lime);
  transform: translateY(-1px);
}

.shell4a78e-deal:hover svg {
  stroke: var(--shell4a78e-mint);
  transform: translateY(-1px);
}

.shell4a78e-finale-brand {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--shell4a78e-hair);
  color: var(--shell4a78e-dim);
  font-size: 13px;
}

.shell4a78e-finale-dir {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--shell4a78e-hair);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px 10px;
}

.shell4a78e-finale-dir a {
  display: block;
  padding: 6px 2px;
  font-size: 12.5px;
  text-decoration: none;
  border-bottom: 1px dashed rgba(102, 205, 170, 0.16);
}

.shell4a78e-finale-warn {
  margin: 12px 0 0;
  padding: 10px;
  border: 1px dashed rgba(50, 205, 50, 0.4);
  border-radius: var(--shell4a78e-radius);
  font-size: 12px;
  color: var(--shell4a78e-dim);
  background: rgba(50, 205, 50, 0.06);
}

/* ---------- 11. Legal footer and bottom dock ---------- */

.shell4a78e-legal {
  padding: 16px var(--shell4a78e-gutter) 8px;
  text-align: center;
  font-size: 11.5px;
  color: #7488a8;
}

.shell4a78e-dock {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 70;
  max-width: 480px;
  margin-inline: auto;
  background: rgba(16, 26, 45, 0.97);
  border-top: 1px solid var(--shell4a78e-hair);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

.shell4a78e-dock ul {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.shell4a78e-dock-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 3px;
  background: var(--shell4a78e-lime);
  transition: transform 0.25s ease;
}

.shell4a78e-dock a,
.shell4a78e-dock button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-height: var(--shell4a78e-dock-h);
  padding: 8px 2px 6px;
  background: transparent;
  border: 0;
  color: var(--shell4a78e-dim);
  font-size: 10.5px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.15s ease;
}

.shell4a78e-dock svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  transition: transform 0.15s ease;
}

.shell4a78e-dock li:hover svg,
.shell4a78e-dock li:active svg {
  transform: translateY(-2px);
}

/* Active role: contrast inversion. */
.shell4a78e-dock li.is-here a,
.shell4a78e-dock li.is-here button {
  color: #0a1c0a;
  background: var(--shell4a78e-lime);
  border-radius: var(--shell4a78e-radius-2) var(--shell4a78e-radius-2) 0 0;
  font-weight: 800;
}

.shell4a78e-dock li.is-here svg {
  stroke: #0a1c0a;
}

/* ---------- 12. Utilities and breakpoints ---------- */

.shell4a78e-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* Five game columns once the canvas reaches 375px. */
@media (min-width: 375px) {
  .shell4a78e-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* Narrow phone canvas tuning under 430px. */
@media (max-width: 430px) {
  :root {
    --shell4a78e-gutter: 12px;
  }

  .shell4a78e-hero h1 {
    font-size: 22px;
  }

  .shell4a78e-tile span {
    font-size: 10.5px;
  }

  .shell4a78e-sheet nav {
    grid-template-columns: 1fr;
  }
}

/* Wide screens: keep the centered phone canvas visible. */
@media (min-width: 520px) {
  .shell4a78e-stage {
    border-inline: 1px solid var(--shell4a78e-hair);
  }
}

@media (prefers-reduced-motion: reduce) {
  .shell4a78e-ribbon-track,
  .shell4a78e-dock-bar,
  .shell4a78e-sheet,
  .shell4a78e-tile img,
  .shell4a78e-deal svg,
  .shell4a78e-lane i {
    transition: none;
  }
}

/* ---------- 13. Help-page reading tools ---------- */
.shell4a78e-help {
  padding-top: calc(var(--shell4a78e-topbar-h) + 18px);
}

.shell4a78e-help-intro {
  padding: 4px 2px 14px;
}

.shell4a78e-help-intro h1 {
  font-size: 24px;
  color: var(--shell4a78e-lime);
  overflow-wrap: anywhere;
}

.shell4a78e-help-intro p {
  margin-top: 10px;
  color: var(--shell4a78e-dim);
  font-size: 14px;
}

.shell4a78e-help-rail {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding: 5px 0 14px;
  scrollbar-width: none;
}

.shell4a78e-help-rail::-webkit-scrollbar {
  display: none;
}

.shell4a78e-help-rail span {
  flex: 0 0 auto;
  padding: 5px 9px;
  border-left: 2px solid var(--shell4a78e-lime);
  background: var(--shell4a78e-panel-2);
  color: var(--shell4a78e-ink);
  font-size: 11.5px;
  white-space: nowrap;
}

.shell4a78e-help-block {
  margin-top: 18px;
  padding: 14px 12px 15px;
  border-top: 2px solid var(--shell4a78e-mint);
  background: linear-gradient(135deg, var(--shell4a78e-panel), var(--shell4a78e-panel-2));
  box-shadow: inset 4px 0 0 rgba(50, 205, 50, 0.16);
}

.shell4a78e-help-block h2 {
  margin-bottom: 9px;
  font-size: 18px;
  color: var(--shell4a78e-ink);
  overflow-wrap: anywhere;
}

.shell4a78e-help-block h3 {
  margin: 14px 0 5px;
  font-size: 14.5px;
  color: var(--shell4a78e-mint);
}

.shell4a78e-help-block p,
.shell4a78e-help-block li {
  color: var(--shell4a78e-dim);
  font-size: 13.6px;
}

.shell4a78e-help-block ul,
.shell4a78e-help-block ol {
  margin: 8px 0 4px;
  padding-left: 21px;
}

.shell4a78e-help-block li {
  margin: 5px 0;
}

.shell4a78e-answer {
  margin: 10px 0 12px;
  padding: 10px;
  border-left: 3px solid var(--shell4a78e-lime);
  background: rgba(50, 205, 50, 0.08);
  color: var(--shell4a78e-ink) !important;
}

.shell4a78e-step-list {
  list-style: none;
  margin: 9px 0;
  padding: 0;
  counter-reset: shell4a78e-help-step;
}

.shell4a78e-step-list li {
  counter-increment: shell4a78e-help-step;
  position: relative;
  min-height: 44px;
  padding: 7px 6px 7px 38px;
  border-bottom: 1px solid var(--shell4a78e-hair);
}

.shell4a78e-step-list li::before {
  content: counter(shell4a78e-help-step);
  position: absolute;
  left: 0;
  top: 7px;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid var(--shell4a78e-lime);
  color: var(--shell4a78e-lime);
  font-weight: 800;
}

.shell4a78e-check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin: 10px 0;
}

.shell4a78e-check {
  min-height: 66px;
  padding: 8px;
  border: 1px solid var(--shell4a78e-hair);
  background: var(--shell4a78e-night);
  color: var(--shell4a78e-ink);
  font-size: 12px;
}

.shell4a78e-check b {
  display: block;
  margin-bottom: 3px;
  color: var(--shell4a78e-lime);
}

.shell4a78e-help-table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
  font-size: 12px;
}

.shell4a78e-help-table th,
.shell4a78e-help-table td {
  padding: 7px 5px;
  border: 1px solid var(--shell4a78e-hair);
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.shell4a78e-help-table th {
  color: var(--shell4a78e-lime);
  background: var(--shell4a78e-night);
}

.shell4a78e-help-table td {
  color: var(--shell4a78e-dim);
}

.shell4a78e-help-actions {
  display: grid;
  gap: 8px;
  margin: 12px 0 3px;
}

.shell4a78e-help-actions button {
  width: 100%;
  min-height: 46px;
  padding: 9px 12px;
  border: 1px solid var(--shell4a78e-lime);
  border-radius: var(--shell4a78e-radius);
  background: var(--shell4a78e-lime);
  color: #0a1c0a;
  font-weight: 800;
}

.shell4a78e-help-actions button.shell4a78e-help-secondary {
  background: transparent;
  color: var(--shell4a78e-mint);
  border-color: var(--shell4a78e-hair-2);
}

.shell4a78e-help-note {
  padding: 9px 10px;
  border: 1px dashed var(--shell4a78e-hair-2);
  color: var(--shell4a78e-dim);
  font-size: 12.5px;
}

.shell4a78e-fact-strip {
  display: grid;
  gap: 6px;
  margin-top: 12px;
}

.shell4a78e-fact-strip div {
  padding: 8px 9px;
  border-left: 3px solid var(--shell4a78e-mint);
  background: var(--shell4a78e-night);
}

.shell4a78e-fact-strip b {
  display: block;
  color: var(--shell4a78e-ink);
  font-size: 12px;
}

.shell4a78e-fact-strip span {
  color: var(--shell4a78e-dim);
  font-size: 12px;
}

.shell4a78e-qa {
  border-bottom: 1px solid var(--shell4a78e-hair);
}

.shell4a78e-qa summary {
  min-height: 44px;
  padding: 10px 2px;
  color: var(--shell4a78e-ink);
  cursor: pointer;
  font-weight: 700;
}

.shell4a78e-qa p {
  padding: 0 2px 8px;
}

@media (max-width: 350px) {
  .shell4a78e-help-intro h1 {
    font-size: 21px;
  }

  .shell4a78e-check-grid {
    grid-template-columns: 1fr;
  }
}
