/* ==========================================================================
   Patokbet mobile display stylesheet
   File    : css/responsive-fb46d9-display.css
   Prefix  : shellb46d9-
   Canvas  : 320-430px phone frame, centered on wide screens
   Palette : mint #98FB98 / ink #1A1A1A / magenta #AD1457 / flame #FF5722 / butter #FFFFBA
   Voice   : bold compact headings, light body, low-radius sectioned panels,
             grouped cover-card game blocks, segmented action buttons
   ========================================================================== */

/* ---------------------------------------------------------------- tokens -- */
:root {
  --shellb46d9-ink: #141414;
  --shellb46d9-base: #1a1a1a;
  --shellb46d9-panel: #232323;
  --shellb46d9-panel-hi: #2b2b2b;
  --shellb46d9-line: #3a3a3a;
  --shellb46d9-line-soft: #2e2e2e;
  --shellb46d9-mint: #98fb98;
  --shellb46d9-butter: #ffffba;
  --shellb46d9-magenta: #ad1457;
  --shellb46d9-magenta-hi: #d81b6e;
  --shellb46d9-flame: #ff5722;
  --shellb46d9-flame-hi: #ff7a4d;
  --shellb46d9-text: #ecece2;
  --shellb46d9-dim: #b8b8aa;
  --shellb46d9-radius: 4px;
  --shellb46d9-radius-lg: 6px;
  --shellb46d9-head-h: 58px;
  --shellb46d9-dock-h: 64px;
  --shellb46d9-pad: 14px;
  --shellb46d9-gap: 10px;
}

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

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

html,
body { margin: 0; padding: 0; }

body {
  background: #0b0b0b radial-gradient(circle at 50% -10%, #1d1d1d 0%, #0b0b0b 62%);
  color: var(--shellb46d9-text);
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.55;
  -webkit-tap-highlight-color: rgba(255, 87, 34, 0.16);
  overflow-x: hidden;
}

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

a { color: var(--shellb46d9-mint); text-decoration: none; }
a:hover { text-decoration: underline; }

button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }

h1, h2, h3 {
  font-weight: 800;
  letter-spacing: 0.2px;
  line-height: 1.22;
  color: var(--shellb46d9-butter);
  margin: 0;
}

p { margin: 0 0 10px; }
p:last-child { margin-bottom: 0; }

ul, ol { margin: 0; padding: 0; }

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

.shellb46d9-promo { cursor: pointer; }

/* interactive tiles and buttons never inherit the anchor underline */
a.shellb46d9-promo:hover,
a.shellb46d9-gtile:hover,
a.shellb46d9-dock-item:hover,
a.shellb46d9-dnav-link:hover,
a.shellb46d9-dir-a:hover,
.shellb46d9-dir a:hover { text-decoration: none; }

/* ------------------------------------------------------------ phone frame - */
.shellb46d9-canvas {
  position: relative;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  min-height: 100vh;
  min-height: 100dvh;
  background: var(--shellb46d9-base);
  border-left: 1px solid #262626;
  border-right: 1px solid #262626;
  overflow-x: clip;
}

.shellb46d9-main {
  padding: calc(var(--shellb46d9-head-h) + 12px) 12px calc(var(--shellb46d9-dock-h) + 34px);
}

.shellb46d9-stack > * + * { margin-top: 14px; }

/* ------------------------------------------------------------- top bar --- */
.shellb46d9-topbar {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 430px;
  height: var(--shellb46d9-head-h);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  background: linear-gradient(180deg, #202020 0%, #191919 100%);
  border-bottom: 1px solid var(--shellb46d9-line);
  z-index: 60;
}

.shellb46d9-brand {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  margin-right: auto;
}

.shellb46d9-logo {
  width: 32px;
  height: 32px;
  border-radius: var(--shellb46d9-radius);
  border: 1px solid var(--shellb46d9-line);
  flex: 0 0 auto;
}

.shellb46d9-brandname {
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.4px;
  color: var(--shellb46d9-butter);
  white-space: nowrap;
}

.shellb46d9-topbar-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
}

/* segmented action button: label block + chip block, hard divider */
.shellb46d9-segbtn {
  display: inline-flex;
  align-items: stretch;
  min-height: 38px;
  border-radius: var(--shellb46d9-radius);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.45);
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.3px;
  color: #1a1a1a;
  transition: transform 0.12s ease;
}

.shellb46d9-segbtn:active { transform: translateY(1px); }

.shellb46d9-segbtn-main {
  display: flex;
  align-items: center;
  padding: 0 10px;
  background: var(--shellb46d9-flame);
  color: #fff;
}

.shellb46d9-segbtn-cap {
  display: flex;
  align-items: center;
  padding: 0 7px;
  background: var(--shellb46d9-mint);
  border-left: 2px solid rgba(0, 0, 0, 0.55);
}

.shellb46d9-segbtn-cap svg { width: 13px; height: 13px; stroke: #1a1a1a; }

.shellb46d9-segbtn-alt .shellb46d9-segbtn-main { background: var(--shellb46d9-magenta-hi); }
.shellb46d9-segbtn-alt .shellb46d9-segbtn-cap { background: var(--shellb46d9-butter); }

.shellb46d9-segbtn-mint .shellb46d9-segbtn-main { background: var(--shellb46d9-mint); color: #1a1a1a; }
.shellb46d9-segbtn-mint .shellb46d9-segbtn-cap { background: var(--shellb46d9-flame); }
.shellb46d9-segbtn-mint .shellb46d9-segbtn-cap svg { stroke: #fff; }

.shellb46d9-segbtn-wide { width: 100%; justify-content: stretch; }
.shellb46d9-segbtn-wide .shellb46d9-segbtn-main { flex: 1 1 auto; justify-content: center; }

/* burger */
.shellb46d9-burger {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--shellb46d9-radius);
  color: var(--shellb46d9-butter);
  background: var(--shellb46d9-panel);
  border: 1px solid var(--shellb46d9-line);
}

.shellb46d9-burger svg { width: 20px; height: 20px; }

.shellb46d9-burger:active svg { transform: scale(0.92); }
.shellb46d9-burger svg { transition: transform 0.12s ease; }

/* --------------------------------------------------------------- drawer --- */
.shellb46d9-scrim {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 10, 0.66);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 65;
}

.shellb46d9-scrim-on { opacity: 1; visibility: visible; }

.shellb46d9-drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  right: max(0px, calc(50vw - 215px));
  width: 84%;
  max-width: 340px;
  transform: translateX(105%);
  background: #1e1e1e;
  border-left: 1px solid var(--shellb46d9-line);
  box-shadow: -8px 0 22px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  z-index: 70;
  transition: transform 0.24s ease, visibility 0.24s ease;
  overflow-y: auto;
  padding-bottom: env(safe-area-inset-bottom);
  visibility: hidden;
}

.shellb46d9-drawer-open { transform: translateX(0); visibility: visible; }

.shellb46d9-drawer-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 12px;
  border-bottom: 1px solid var(--shellb46d9-line-soft);
}

.shellb46d9-drawer-head img { width: 26px; height: 26px; border-radius: 3px; }

.shellb46d9-drawer-title {
  font-weight: 800;
  font-size: 15px;
  color: var(--shellb46d9-butter);
  margin-right: auto;
}

.shellb46d9-drawer-x {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--shellb46d9-dim);
  border-radius: var(--shellb46d9-radius);
}

.shellb46d9-drawer-x svg { width: 18px; height: 18px; }

.shellb46d9-dnav { padding: 6px 0 10px; }

.shellb46d9-dnav-label {
  margin: 12px 14px 4px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--shellb46d9-flame-hi);
}

.shellb46d9-dnav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 14px;
  color: var(--shellb46d9-text);
  font-size: 13.5px;
  font-weight: 600;
  border-left: 3px solid transparent;
}

.shellb46d9-dnav-link:hover { text-decoration: none; color: var(--shellb46d9-butter); }

.shellb46d9-dnav-link:active { background: var(--shellb46d9-panel-hi); }

.shellb46d9-dnav-here {
  border-left-color: var(--shellb46d9-flame);
  color: var(--shellb46d9-butter);
  background: linear-gradient(90deg, rgba(255, 87, 34, 0.14), transparent 70%);
}

.shellb46d9-drawer-cta { padding: 12px 14px 18px; border-top: 1px solid var(--shellb46d9-line-soft); }

/* ----------------------------------------------------------------- hero --- */
.shellb46d9-hero { padding: 2px 2px 0; }

.shellb46d9-hero h1 {
  font-size: 21px;
  margin-bottom: 8px;
}

.shellb46d9-lede {
  font-size: 13px;
  color: var(--shellb46d9-dim);
}

.shellb46d9-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.shellb46d9-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 9px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: var(--shellb46d9-butter);
  background: var(--shellb46d9-panel);
  border: 1px solid var(--shellb46d9-line);
  border-radius: 999px;
  white-space: nowrap;
}

.shellb46d9-chip b { color: var(--shellb46d9-mint); font-weight: 800; }

/* ------------------------------------------------------------- carousel --- */
.shellb46d9-carousel {
  position: relative;
  border-radius: var(--shellb46d9-radius-lg);
  overflow: hidden;
  border: 1px solid var(--shellb46d9-line);
  background: var(--shellb46d9-panel);
}

.shellb46d9-track {
  display: flex;
  transition: transform 0.38s ease;
  touch-action: pan-y;
}

.shellb46d9-slide {
  position: relative;
  flex: 0 0 100%;
  aspect-ratio: 2.2 / 1;
  min-height: 148px;
  opacity: 0.25;
  transition: opacity 0.38s ease;
}

.shellb46d9-slide-on { opacity: 1; }

.shellb46d9-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shellb46d9-slide-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px 12px 10px;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.88) 78%);
  display: flex;
  flex-direction: column;
  gap: 2px;
  pointer-events: none;
}

.shellb46d9-slide-copy strong {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
}

.shellb46d9-slide-copy em {
  font-style: normal;
  font-size: 11px;
  color: var(--shellb46d9-butter);
}

.shellb46d9-slide-go {
  position: absolute;
  top: 10px;
  right: 10px;
  pointer-events: none;
  padding: 4px 9px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #1a1a1a;
  background: var(--shellb46d9-mint);
  border-radius: 3px;
}

.shellb46d9-carrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(20, 20, 20, 0.55);
  border-radius: var(--shellb46d9-radius);
  z-index: 2;
}

.shellb46d9-carrow svg { width: 16px; height: 16px; }
.shellb46d9-carrow-prev { left: 4px; }
.shellb46d9-carrow-next { right: 4px; }
.shellb46d9-carrow:active { background: rgba(255, 87, 34, 0.75); }

.shellb46d9-cdots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  display: flex;
  justify-content: center;
  gap: 6px;
  z-index: 2;
}

.shellb46d9-cdot {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.shellb46d9-cdot::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transition: background 0.15s ease, transform 0.15s ease;
}

.shellb46d9-cdot-on::after,
.shellb46d9-cdot:active::after {
  background: var(--shellb46d9-mint);
  transform: scale(1.25);
}

/* ------------------------------------------------------- game clubs grid -- */
.shellb46d9-club {
  background: var(--shellb46d9-panel);
  border: 1px solid var(--shellb46d9-line);
  border-radius: var(--shellb46d9-radius-lg);
  overflow: hidden;
}

.shellb46d9-club-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border-bottom: 1px solid var(--shellb46d9-line-soft);
  position: relative;
}

.shellb46d9-club-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--shellb46d9-club-accent, var(--shellb46d9-flame));
}

.shellb46d9-club-badge {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--shellb46d9-radius);
  background: #1b1b1b;
  border: 1px solid var(--shellb46d9-line);
  color: var(--shellb46d9-club-accent, var(--shellb46d9-flame));
}

.shellb46d9-club-badge svg { width: 18px; height: 18px; }

.shellb46d9-club-titles { min-width: 0; }

.shellb46d9-club-titles h2 {
  font-size: 16px;
  line-height: 1.2;
}

.shellb46d9-club-sub {
  margin: 2px 0 0;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--shellb46d9-dim);
}

.shellb46d9-club-count {
  margin-left: auto;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 800;
  color: var(--shellb46d9-club-accent, var(--shellb46d9-flame));
  background: #1b1b1b;
  border: 1px solid var(--shellb46d9-line);
  border-radius: 999px;
  padding: 3px 8px;
}

.shellb46d9-club-note {
  margin: 0;
  padding: 10px 12px;
  font-size: 12.5px;
  color: var(--shellb46d9-dim);
  border-bottom: 1px solid var(--shellb46d9-line-soft);
  background: rgba(0, 0, 0, 0.16);
}

.shellb46d9-club-note a { color: var(--shellb46d9-mint); font-weight: 700; }

.shellb46d9-accent-live { --shellb46d9-club-accent: var(--shellb46d9-magenta-hi); }
.shellb46d9-accent-hot { --shellb46d9-club-accent: var(--shellb46d9-flame); }
.shellb46d9-accent-slot { --shellb46d9-club-accent: var(--shellb46d9-mint); }
.shellb46d9-accent-cards { --shellb46d9-club-accent: var(--shellb46d9-butter); }
.shellb46d9-accent-fishing { --shellb46d9-club-accent: #6fd7c9; }

.shellb46d9-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 10px;
}

.shellb46d9-gtile {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  border-radius: var(--shellb46d9-radius);
  text-align: center;
}

.shellb46d9-gcover {
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: var(--shellb46d9-radius);
  border: 1px solid var(--shellb46d9-line);
  overflow: hidden;
  background: #191919;
}

.shellb46d9-gcover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.18s ease;
}

.shellb46d9-gtile:hover .shellb46d9-gcover img { transform: scale(1.06); }
.shellb46d9-gtile:active .shellb46d9-gcover img { transform: scale(0.96); }
.shellb46d9-gtile:hover .shellb46d9-gcover { border-color: var(--shellb46d9-mint); }

.shellb46d9-gtitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--shellb46d9-text);
}

.shellb46d9-gtile:hover .shellb46d9-gtitle { color: var(--shellb46d9-butter); }

/* ---------------------------------------------------------- prose blocks -- */
.shellb46d9-doc {
  background: var(--shellb46d9-panel);
  border: 1px solid var(--shellb46d9-line);
  border-radius: var(--shellb46d9-radius-lg);
  padding: 14px 13px 16px;
}

.shellb46d9-doc h2 {
  font-size: 17px;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--shellb46d9-line-soft);
}

.shellb46d9-doc h3 {
  font-size: 13.5px;
  color: var(--shellb46d9-mint);
  margin: 14px 0 6px;
}

.shellb46d9-doc p { font-size: 13px; color: var(--shellb46d9-dim); }

.shellb46d9-doc a { font-weight: 700; color: var(--shellb46d9-mint); }

.shellb46d9-doc strong { color: var(--shellb46d9-text); font-weight: 700; }

/* quotes */
.shellb46d9-quotes { list-style: none; display: grid; gap: 8px; }

.shellb46d9-quote {
  padding: 9px 10px 9px 12px;
  background: #1e1e1e;
  border: 1px solid var(--shellb46d9-line-soft);
  border-left: 3px solid var(--shellb46d9-magenta-hi);
  border-radius: var(--shellb46d9-radius);
}

.shellb46d9-quote p {
  margin: 0;
  font-size: 12.5px;
  color: var(--shellb46d9-text);
}

.shellb46d9-qwho {
  display: block;
  margin-top: 5px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--shellb46d9-mint);
}

/* fact sheet */
.shellb46d9-facts { display: grid; gap: 0; }

.shellb46d9-facts div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 9px 0;
  border-bottom: 1px dashed var(--shellb46d9-line-soft);
}

.shellb46d9-facts div:last-child { border-bottom: 0; }

.shellb46d9-facts dt {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--shellb46d9-flame-hi);
}

.shellb46d9-facts dd {
  margin: 0;
  font-size: 12.5px;
  color: var(--shellb46d9-dim);
}

/* checklist */
.shellb46d9-check {
  list-style: none;
  counter-reset: shellb46d9-step;
  display: grid;
  gap: 8px;
}

.shellb46d9-check li {
  counter-increment: shellb46d9-step;
  position: relative;
  padding: 8px 10px 8px 38px;
  background: #1e1e1e;
  border: 1px solid var(--shellb46d9-line-soft);
  border-radius: var(--shellb46d9-radius);
  font-size: 12.5px;
  color: var(--shellb46d9-dim);
}

.shellb46d9-check li::before {
  content: counter(shellb46d9-step);
  position: absolute;
  left: 8px;
  top: 8px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  color: #1a1a1a;
  background: var(--shellb46d9-mint);
  border-radius: 3px;
}

.shellb46d9-check li strong { color: var(--shellb46d9-text); }

/* ------------------------------------------------------- extended footer -- */
.shellb46d9-xfoot { display: grid; gap: 12px; }

.shellb46d9-xsec {
  background: var(--shellb46d9-panel);
  border: 1px solid var(--shellb46d9-line);
  border-radius: var(--shellb46d9-radius-lg);
  padding: 13px 12px;
}

.shellb46d9-xsec h2 {
  font-size: 14.5px;
  margin-bottom: 9px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--shellb46d9-line-soft);
}

.shellb46d9-dir {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.shellb46d9-dir a {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 40px;
  padding: 0 9px;
  background: #1e1e1e;
  border: 1px solid var(--shellb46d9-line-soft);
  border-radius: var(--shellb46d9-radius);
  font-size: 12px;
  font-weight: 700;
  color: var(--shellb46d9-text);
}

.shellb46d9-dir a::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  background: var(--shellb46d9-flame);
  transform: rotate(45deg);
}

.shellb46d9-dir a:active { border-color: var(--shellb46d9-mint); color: var(--shellb46d9-butter); }

.shellb46d9-xsec p { font-size: 12.5px; color: var(--shellb46d9-dim); }

.shellb46d9-promogrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.shellb46d9-promogrid .shellb46d9-segbtn { min-height: 44px; }
.shellb46d9-promogrid .shellb46d9-segbtn-main { flex: 1 1 auto; justify-content: center; }

.shellb46d9-disclaim {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 11px;
  line-height: 1.5;
  color: #96967f;
}

.shellb46d9-18 {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 24px;
  padding: 0 6px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: var(--shellb46d9-butter);
  border: 1px solid var(--shellb46d9-magenta-hi);
  border-radius: 4px;
}

/* ----------------------------------------------------------- page footer -- */
.shellb46d9-foot {
  text-align: center;
  padding: 12px 0 4px;
  font-size: 11px;
  color: #7d7d6f;
}

.shellb46d9-foot b { color: var(--shellb46d9-dim); font-weight: 700; }

/* --------------------------------------------------------------- dock nav - */
.shellb46d9-dock {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 430px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  min-height: var(--shellb46d9-dock-h);
  padding: 6px 4px calc(6px + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, #212121 0%, #171717 100%);
  border-top: 1px solid var(--shellb46d9-line);
  z-index: 66;
}

.shellb46d9-dock-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  min-height: 48px;
  padding: 3px 2px;
  border-radius: var(--shellb46d9-radius);
  color: var(--shellb46d9-dim);
}

.shellb46d9-dock-item:hover { text-decoration: none; }

.shellb46d9-dock-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: transform 0.15s ease, color 0.15s ease;
}

.shellb46d9-dock-ico svg { width: 21px; height: 21px; }

.shellb46d9-dock-label {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.4px;
  opacity: 0.78;
  transition: opacity 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}

.shellb46d9-dock-item:active .shellb46d9-dock-ico { transform: translateY(-2px) scale(1.05); }
.shellb46d9-dock-item:active .shellb46d9-dock-label { opacity: 1; }

.shellb46d9-dock-here { color: var(--shellb46d9-mint); }
.shellb46d9-dock-here .shellb46d9-dock-label { opacity: 1; }
.shellb46d9-dock-here .shellb46d9-dock-ico { color: var(--shellb46d9-mint); }

/* raised center promo */
.shellb46d9-dock-cta { position: relative; }

.shellb46d9-dock-cta .shellb46d9-dock-ico {
  width: 52px;
  height: 52px;
  margin-top: -30px;
  margin-bottom: 3px;
  border-radius: 50%;
  background: linear-gradient(155deg, var(--shellb46d9-flame) 8%, var(--shellb46d9-magenta) 96%);
  border: 3px solid #171717;
  box-shadow: 0 4px 12px rgba(255, 87, 34, 0.35);
  color: #fff;
}

.shellb46d9-dock-cta .shellb46d9-dock-ico svg { width: 22px; height: 22px; }
.shellb46d9-dock-cta:active .shellb46d9-dock-ico { transform: translateY(-1px) scale(0.96); }
.shellb46d9-dock-cta .shellb46d9-dock-label { color: var(--shellb46d9-flame-hi); opacity: 1; }

/* ----------------------------------------------------------- breakpoints -- */
@media (min-width: 375px) {
  .shellb46d9-main { padding-left: 14px; padding-right: 14px; }
  .shellb46d9-hero h1 { font-size: 23px; }
  .shellb46d9-club-titles h2 { font-size: 17px; }
  .shellb46d9-grid { gap: 9px; }
  .shellb46d9-gtitle { font-size: 11px; }
}

@media (min-width: 400px) {
  .shellb46d9-grid { grid-template-columns: repeat(5, 1fr); }
}

@media (min-width: 431px) {
  .shellb46d9-canvas {
    box-shadow: 0 0 34px rgba(0, 0, 0, 0.55);
  }
}

/* --------------------------------------------------------- motion budget -- */
@media (prefers-reduced-motion: reduce) {
  .shellb46d9-track,
  .shellb46d9-slide,
  .shellb46d9-gcover img,
  .shellb46d9-dock-ico,
  .shellb46d9-dock-label,
  .shellb46d9-segbtn,
  .shellb46d9-drawer,
  .shellb46d9-scrim {
    transition: none;
  }
}

/* ---------------------------------------------------------- help layouts -- */
.shellb46d9-help-hero {
  position: relative;
  padding: 16px 14px 15px;
  background: linear-gradient(135deg, #292929 0%, #1d1d1d 58%, #321328 100%);
  border: 1px solid var(--shellb46d9-line);
  border-left: 4px solid var(--shellb46d9-flame);
  border-radius: var(--shellb46d9-radius-lg);
  overflow: hidden;
}

.shellb46d9-help-hero::after {
  content: "";
  position: absolute;
  width: 124px;
  height: 124px;
  right: -42px;
  top: -44px;
  border: 18px solid rgba(152, 251, 152, 0.12);
  border-radius: 50%;
}

.shellb46d9-help-kicker {
  margin: 0 0 6px;
  color: var(--shellb46d9-mint);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.shellb46d9-help-hero h1 { position: relative; z-index: 1; font-size: 22px; max-width: 330px; }
.shellb46d9-help-hero p { position: relative; z-index: 1; margin-top: 9px; color: var(--shellb46d9-dim); font-size: 13px; }

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

.shellb46d9-signal-list li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 9px;
  align-items: start;
  padding: 9px 10px;
  background: #1d1d1d;
  border: 1px solid var(--shellb46d9-line-soft);
  border-radius: var(--shellb46d9-radius);
}

.shellb46d9-signal-mark {
  width: 27px;
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  background: var(--shellb46d9-mint);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

.shellb46d9-signal-list strong { display: block; color: var(--shellb46d9-text); font-size: 13px; }
.shellb46d9-signal-list span { display: block; margin-top: 2px; color: var(--shellb46d9-dim); font-size: 12px; }

.shellb46d9-route {
  display: grid;
  gap: 0;
  border: 1px solid var(--shellb46d9-line);
  border-radius: var(--shellb46d9-radius-lg);
  overflow: hidden;
}

.shellb46d9-route-row {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 10px;
  padding: 10px 11px;
  background: #202020;
  border-bottom: 1px solid var(--shellb46d9-line-soft);
}

.shellb46d9-route-row:last-child { border-bottom: 0; }
.shellb46d9-route-row b { color: var(--shellb46d9-flame-hi); font-size: 11px; text-transform: uppercase; letter-spacing: 0.6px; }
.shellb46d9-route-row span { color: var(--shellb46d9-dim); font-size: 12px; }

.shellb46d9-callout {
  padding: 11px 12px;
  background: linear-gradient(90deg, rgba(173, 20, 87, 0.25), rgba(255, 87, 34, 0.12));
  border: 1px solid rgba(216, 27, 110, 0.58);
  border-radius: var(--shellb46d9-radius);
}

.shellb46d9-callout strong { display: block; color: var(--shellb46d9-butter); font-size: 13px; margin-bottom: 3px; }
.shellb46d9-callout p { color: var(--shellb46d9-text); font-size: 12.5px; }

.shellb46d9-review-hero {
  padding: 14px 13px;
  background: #202020;
  border: 1px solid var(--shellb46d9-line);
  border-top: 4px solid var(--shellb46d9-magenta-hi);
  border-radius: var(--shellb46d9-radius-lg);
}

.shellb46d9-review-hero h1 { font-size: 22px; }
.shellb46d9-review-hero p { margin-top: 8px; color: var(--shellb46d9-dim); font-size: 13px; }

.shellb46d9-scoreline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 12px;
}

.shellb46d9-scoreline div {
  min-height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7px 6px;
  text-align: center;
  background: #181818;
  border: 1px solid var(--shellb46d9-line-soft);
  border-radius: var(--shellb46d9-radius);
}

.shellb46d9-scoreline b { color: var(--shellb46d9-mint); font-size: 17px; }
.shellb46d9-scoreline span { margin-top: 2px; color: var(--shellb46d9-dim); font-size: 9.5px; line-height: 1.2; }

.shellb46d9-ledger {
  display: grid;
  gap: 7px;
}

.shellb46d9-ledger-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 9px;
  padding: 9px 10px;
  background: #1c1c1c;
  border-left: 3px solid var(--shellb46d9-mint);
  border-bottom: 1px solid var(--shellb46d9-line-soft);
}

.shellb46d9-ledger-row b { color: var(--shellb46d9-butter); font-size: 11px; }
.shellb46d9-ledger-row span { color: var(--shellb46d9-dim); font-size: 12px; }

.shellb46d9-split {
  display: grid;
  gap: 8px;
}

.shellb46d9-split article {
  padding: 11px 12px;
  border: 1px solid var(--shellb46d9-line-soft);
  border-radius: var(--shellb46d9-radius);
  background: #1e1e1e;
}

.shellb46d9-split article h3 { margin-top: 0; }
.shellb46d9-split article p { font-size: 12.5px; color: var(--shellb46d9-dim); }

@media (min-width: 375px) {
  .shellb46d9-help-hero h1,
  .shellb46d9-review-hero h1 { font-size: 24px; }
  .shellb46d9-help-hero { padding-left: 16px; padding-right: 16px; }
}
