/*!
 * super ace app - viewport stylesheet
 * File: compact-0d3911-viewport.css
 * Class prefix: shell39119-
 * Canvas: 320-430px mobile-first; desktop keeps the centered mobile canvas.
 * Palette: #191970 midnight blue, #0000CD medium blue, #999999 gray,
 *          #FF7F50 coral, #1E1E1E near-black.
 * Nav direction: logo-led action bar, stacked overlay menu, center-raised
 * bottom nav, filled icons, top indicator active cue, icon state morph.
 */

/* ---------- Tokens ---------- */
:root {
  --shell39119-c-bg: #1E1E1E;
  --shell39119-c-bg2: #191970;
  --shell39119-c-bg3: #141446;
  --shell39119-c-card: #23234d;
  --shell39119-c-card2: #2a2a5a;
  --shell39119-c-line: #3a3a72;
  --shell39119-c-blue: #0000CD;
  --shell39119-c-blue2: #3a3aff;
  --shell39119-c-coral: #FF7F50;
  --shell39119-c-coral2: #ff9a72;
  --shell39119-c-gray: #999999;
  --shell39119-c-text: #f3f4ff;
  --shell39119-c-text2: #cfd0e6;
  --shell39119-c-mute: #9aa0c0;
  --shell39119-radius: 14px;
  --shell39119-radius-sm: 10px;
  --shell39119-gap: 12px;
  --shell39119-maxw: 460px;
  --shell39119-head-h: 60px;
  --shell39119-foot-h: 70px;
  --shell39119-safe: 16px;
  --shell39119-shadow: 0 10px 26px rgba(0,0,0,.38);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Roboto, system-ui, -apple-system, Arial, sans-serif;
  background: var(--shell39119-c-bg);
  color: var(--shell39119-c-text);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.shell39119-locked { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: var(--shell39119-c-coral2); text-decoration: none; }
a:hover { text-decoration: underline; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0 0 .5em; line-height: 1.32; font-weight: 800; letter-spacing: .2px; }
p { margin: 0 0 12px; }

/* ---------- Canvas wrapper (keeps mobile frame on wide screens) ---------- */
.shell39119-shell {
  max-width: var(--shell39119-maxw);
  margin: 0 auto;
  min-height: 100vh;
  background:
    radial-gradient(120% 60% at 50% -10%, #20207a 0%, rgba(32,32,122,0) 60%),
    linear-gradient(180deg, #1b1b4a 0%, #15153a 35%, #1E1E1E 100%);
  position: relative;
  box-shadow: 0 0 50px rgba(0,0,0,.55);
}

/* ---------- Header (logo-led action bar) ---------- */
.shell39119-header {
  position: sticky;
  top: 0;
  z-index: 60;
  height: var(--shell39119-head-h);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  background: linear-gradient(180deg, rgba(25,25,112,.96), rgba(20,20,70,.96));
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--shell39119-c-line);
}
.shell39119-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1;
}
.shell39119-brand-logo {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  object-fit: cover;
  background: linear-gradient(135deg, var(--shell39119-c-coral), #ffb199);
  box-shadow: 0 3px 10px rgba(255,127,80,.35);
  border: 2px solid rgba(255,255,255,.18);
  flex: 0 0 auto;
}
.shell39119-brand-text { display: flex; flex-direction: column; min-width: 0; }
.shell39119-brand-name {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.shell39119-brand-tag {
  font-size: 10px;
  color: var(--shell39119-c-coral2);
  font-weight: 700;
  letter-spacing: 1px;
}
.shell39119-head-actions { display: flex; align-items: center; gap: 6px; }
.shell39119-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 20px;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .3px;
  transition: transform .14s ease, filter .14s ease, box-shadow .14s ease;
  white-space: nowrap;
}
.shell39119-btn:active { transform: translateY(1px) scale(.98); }
.shell39119-btn--login {
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid var(--shell39119-c-line);
  padding: 0 12px;
}
.shell39119-btn--login:hover { background: rgba(255,255,255,.14); text-decoration: none; }
.shell39119-btn--join {
  color: #1a0f08;
  background: linear-gradient(135deg, var(--shell39119-c-coral), var(--shell39119-c-coral2));
  box-shadow: 0 6px 16px rgba(255,127,80,.38);
}
.shell39119-btn--join:hover { filter: brightness(1.06); text-decoration: none; }
.shell39119-menu-btn {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--shell39119-c-line);
  color: #fff;
}
.shell39119-menu-btn:hover { background: rgba(255,255,255,.12); }
.shell39119-menu-btn svg { width: 22px; height: 22px; }

/* ---------- Stacked overlay menu ---------- */
.shell39119-menu-mask {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, visibility .22s ease;
  z-index: 90;
}
.shell39119-menu-mask--show { opacity: 1; visibility: visible; }
.shell39119-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: min(82%, 340px);
  height: 100%;
  background: linear-gradient(180deg, #1c1c52, #15153a);
  z-index: 100;
  transform: translateX(105%);
  transition: transform .28s cubic-bezier(.22,.61,.36,1);
  display: flex;
  flex-direction: column;
  box-shadow: -16px 0 40px rgba(0,0,0,.5);
}
.shell39119-menu--open { transform: translateX(0); }
.shell39119-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid var(--shell39119-c-line);
  background: rgba(0,0,0,.18);
}
.shell39119-menu-title { font-size: 14px; font-weight: 800; color: #fff; letter-spacing: .6px; text-transform: uppercase; }
.shell39119-menu-close {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--shell39119-c-line);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.shell39119-menu-close svg { width: 20px; height: 20px; }
.shell39119-menu-body { padding: 8px 10px 24px; overflow-y: auto; flex: 1; }
.shell39119-menu-section { margin: 8px 0 16px; }
.shell39119-menu-label {
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--shell39119-c-coral2);
  font-weight: 800;
  padding: 6px 10px;
}
.shell39119-menu-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 12px;
  border-radius: 12px;
  color: var(--shell39119-c-text);
  font-weight: 700;
  font-size: 14px;
  border: 1px solid transparent;
  transition: background .14s ease, border-color .14s ease;
}
.shell39119-menu-link:hover { background: rgba(255,255,255,.06); text-decoration: none; }
.shell39119-menu-link svg { width: 20px; height: 20px; color: var(--shell39119-c-coral2); flex: 0 0 auto; }
.shell39119-menu-link.shell39119-active {
  background: rgba(255,127,80,.12);
  border-color: rgba(255,127,80,.45);
  color: #fff;
}
.shell39119-menu-cta { padding: 14px 14px 4px; display: grid; gap: 8px; }

/* ---------- Layout ---------- */
.shell39119-main { padding: 14px 14px 0; }
.shell39119-section { margin: 22px 0; }
.shell39119-section-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.shell39119-section-bar { width: 4px; height: 20px; border-radius: 3px; background: linear-gradient(180deg, var(--shell39119-c-coral), var(--shell39119-c-coral2)); }
.shell39119-eyebrow { color: var(--shell39119-c-coral2); font-size: 11px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.shell39119-h1 {
  font-size: 26px;
  line-height: 1.22;
  letter-spacing: .2px;
  background: linear-gradient(180deg, #fff 30%, #c7c9f0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 8px 0 6px;
}
.shell39119-lead { color: var(--shell39119-c-text2); font-size: 14px; margin: 0 0 6px; }
.shell39119-h2 {
  font-size: 19px;
  color: #fff;
  margin: 22px 0 10px;
  padding-left: 10px;
  border-left: 4px solid var(--shell39119-c-coral);
  line-height: 1.3;
}
.shell39119-h3 { font-size: 16px; color: var(--shell39119-c-coral2); margin: 16px 0 8px; }

/* ---------- Promo carousel ---------- */
.shell39119-carousel { margin: 8px 0 18px; }
.shell39119-slide-stage {
  position: relative;
  border-radius: var(--shell39119-radius);
  overflow: hidden;
  box-shadow: var(--shell39119-shadow);
  border: 1px solid var(--shell39119-c-line);
  background: #141446;
}
.shell39119-slide-track { display: flex; transition: transform .42s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.shell39119-slide {
  flex: 0 0 100%;
  position: relative;
  display: block;
  cursor: pointer;
}
.shell39119-slide img {
  width: 100%;
  height: 178px;
  object-fit: cover;
  display: block;
}
.shell39119-slide-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.05) 30%, rgba(0,0,0,.72) 100%);
}
.shell39119-slide-cap {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  color: #fff;
}
.shell39119-slide-cap-eyebrow { font-size: 10px; letter-spacing: 1.4px; color: var(--shell39119-c-coral2); font-weight: 800; text-transform: uppercase; }
.shell39119-slide-cap-title { font-size: 16px; font-weight: 800; line-height: 1.25; margin: 2px 0 6px; }
.shell39119-slide-cap-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, var(--shell39119-c-coral), var(--shell39119-c-coral2));
  color: #1a0f08;
  font-weight: 800;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 18px;
}
.shell39119-slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(0,0,0,.45);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.shell39119-slide-arrow svg { width: 18px; height: 18px; }
.shell39119-slide-prev { left: 8px; }
.shell39119-slide-next { right: 8px; }
.shell39119-slide-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
}
.shell39119-slide-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.28);
  transition: width .2s ease, background .2s ease;
}
.shell39119-slide-dot--active { width: 22px; border-radius: 6px; background: var(--shell39119-c-coral); }

/* ---------- Quick stat strip ---------- */
.shell39119-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 6px 0 16px;
}
.shell39119-stat {
  background: var(--shell39119-c-card);
  border: 1px solid var(--shell39119-c-line);
  border-radius: var(--shell39119-radius-sm);
  padding: 10px 4px;
  text-align: center;
}
.shell39119-stat-num { font-size: 18px; font-weight: 800; color: var(--shell39119-c-coral); line-height: 1; }
.shell39119-stat-lbl { font-size: 10px; color: var(--shell39119-c-mute); margin-top: 4px; letter-spacing: .4px; }

/* ---------- Game area ---------- */
.shell39119-cat-block { margin: 22px 0; }
.shell39119-cat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 2px;
}
.shell39119-cat-title { display: flex; align-items: center; gap: 8px; }
.shell39119-cat-ico {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--shell39119-c-blue), #3a3aff);
  color: #fff;
  flex: 0 0 auto;
}
.shell39119-cat-ico svg { width: 16px; height: 16px; }
.shell39119-cat-name { font-size: 15px; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: .4px; }
.shell39119-cat-more { font-size: 12px; color: var(--shell39119-c-coral2); font-weight: 700; }

.shell39119-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.shell39119-game {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: var(--shell39119-c-card);
  border: 1px solid var(--shell39119-c-line);
  border-radius: var(--shell39119-radius-sm);
  overflow: hidden;
  transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease;
  cursor: pointer;
  min-width: 0;
}
.shell39119-game:hover {
  transform: translateY(-2px);
  border-color: var(--shell39119-c-coral);
  box-shadow: 0 8px 20px rgba(0,0,0,.4);
  text-decoration: none;
}
.shell39119-game-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #0e0e2c;
  overflow: hidden;
}
.shell39119-game-media img { width: 100%; height: 100%; object-fit: cover; }
.shell39119-game-badge {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 9px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--shell39119-c-coral), var(--shell39119-c-coral2));
  color: #1a0f08;
  letter-spacing: .4px;
}
.shell39119-game-name {
  font-size: 11px;
  line-height: 1.25;
  color: var(--shell39119-c-text);
  font-weight: 600;
  padding: 5px 6px 6px;
  text-align: center;
  background: var(--shell39119-c-card2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 26px;
}

/* ---------- Content module cards ---------- */
.shell39119-card {
  background: var(--shell39119-c-card);
  border: 1px solid var(--shell39119-c-line);
  border-radius: var(--shell39119-radius);
  padding: 14px;
  margin: 12px 0;
}
.shell39119-card-h { font-size: 16px; color: #fff; margin-bottom: 6px; }
.shell39119-card p { color: var(--shell39119-c-text2); font-size: 13.5px; }
.shell39119-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.shell39119-mini {
  background: var(--shell39119-c-card);
  border: 1px solid var(--shell39119-c-line);
  border-radius: var(--shell39119-radius-sm);
  padding: 12px;
}
.shell39119-mini-ico {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,127,80,.16);
  color: var(--shell39119-c-coral);
  margin-bottom: 8px;
}
.shell39119-mini-ico svg { width: 18px; height: 18px; }
.shell39119-mini-h { font-size: 13.5px; color: #fff; font-weight: 800; margin-bottom: 4px; }
.shell39119-mini p { font-size: 12.5px; color: var(--shell39119-c-text2); margin: 0; }

/* checklist */
.shell39119-check { display: grid; gap: 8px; }
.shell39119-check-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: var(--shell39119-c-card2);
  border: 1px solid var(--shell39119-c-line);
  border-radius: var(--shell39119-radius-sm);
  padding: 10px 12px;
}
.shell39119-check-ico {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--shell39119-c-coral), var(--shell39119-c-coral2));
  color: #1a0f08;
  font-weight: 900;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-top: 1px;
}
.shell39119-check-txt { font-size: 13px; color: var(--shell39119-c-text); line-height: 1.45; }
.shell39119-check-txt b { color: #fff; }

/* comparison table */
.shell39119-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12.5px;
  background: var(--shell39119-c-card);
  border-radius: var(--shell39119-radius-sm);
  overflow: hidden;
  border: 1px solid var(--shell39119-c-line);
}
.shell39119-table th, .shell39119-table td {
  padding: 9px 10px;
  text-align: left;
  border-bottom: 1px solid var(--shell39119-c-line);
  vertical-align: top;
}
.shell39119-table th { background: rgba(0,0,205,.28); color: #fff; font-size: 11.5px; text-transform: uppercase; letter-spacing: .5px; }
.shell39119-table tr:last-child td { border-bottom: 0; }
.shell39119-table td b { color: var(--shell39119-c-coral2); }

/* promo inline link */
.shell39119-promo-inline {
  color: var(--shell39119-c-coral2);
  font-weight: 800;
  border-bottom: 1.5px dashed rgba(255,127,80,.5);
}
.shell39119-promo-inline:hover { color: var(--shell39119-c-coral); text-decoration: none; }

/* ---------- Extended footer (homepage-only) ---------- */
.shell39119-ext {
  margin: 24px 0 6px;
  background: linear-gradient(180deg, #1c1c50, #14143a);
  border: 1px solid var(--shell39119-c-line);
  border-radius: var(--shell39119-radius);
  padding: 16px;
}
.shell39119-ext-brand { display: flex; gap: 10px; align-items: center; margin-bottom: 12px; }
.shell39119-ext-brand img { width: 42px; height: 42px; border-radius: 10px; object-fit: cover; border: 2px solid rgba(255,255,255,.18); }
.shell39119-ext-brand-h { font-size: 14px; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: .4px; }
.shell39119-ext-brand p { font-size: 12px; color: var(--shell39119-c-text2); margin: 2px 0 0; }
.shell39119-ext-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 12px 0; }
.shell39119-ext-col-h {
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--shell39119-c-coral2);
  font-weight: 800;
  margin-bottom: 6px;
}
.shell39119-ext-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 6px;
  font-size: 12.5px;
  color: var(--shell39119-c-text2);
  border-radius: 8px;
  font-weight: 600;
}
.shell39119-ext-link:hover { background: rgba(255,255,255,.05); color: #fff; text-decoration: none; }
.shell39119-ext-link svg { width: 15px; height: 15px; color: var(--shell39119-c-coral2); flex: 0 0 auto; }

.shell39119-ext-promos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 8px 0 12px;
}
.shell39119-ext-promo {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255,127,80,.16), rgba(255,127,80,.06));
  border: 1px solid rgba(255,127,80,.32);
  color: #fff;
  font-weight: 700;
  font-size: 12.5px;
}
.shell39119-ext-promo:hover { filter: brightness(1.08); text-decoration: none; }
.shell39119-ext-promo svg { width: 16px; height: 16px; color: var(--shell39119-c-coral); flex: 0 0 auto; }
.shell39119-disclaimer {
  font-size: 11.5px;
  color: var(--shell39119-c-mute);
  line-height: 1.55;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(0,0,0,.22);
  border: 1px dashed var(--shell39119-c-line);
  margin-top: 6px;
}
.shell39119-disclaimer b { color: var(--shell39119-c-coral2); }

/* ---------- Footer (common) ---------- */
.shell39119-footer {
  text-align: center;
  padding: 14px 16px calc(var(--shell39119-foot-h) + 26px);
  color: var(--shell39119-c-mute);
  font-size: 11.5px;
  border-top: 1px solid var(--shell39119-c-line);
  background: rgba(0,0,0,.22);
}
.shell39119-footer b { color: var(--shell39119-c-text2); }

/* ---------- Bottom nav (center-raised) ---------- */
.shell39119-nav {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  max-width: var(--shell39119-maxw);
  height: var(--shell39119-foot-h);
  background: linear-gradient(180deg, rgba(20,20,64,.98), rgba(15,15,45,.99));
  border-top: 1px solid var(--shell19119-line, var(--shell39119-c-line));
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  z-index: 80;
  box-shadow: 0 -8px 24px rgba(0,0,0,.4);
}
.shell39119-nav-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: var(--shell39119-c-mute);
  font-size: 10px;
  font-weight: 700;
  gap: 2px;
  padding-top: 8px;
  transition: color .14s ease;
}
.shell39119-nav-item:hover { color: #fff; text-decoration: none; }
.shell39119-nav-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(90deg, var(--shell39119-c-coral), var(--shell39119-c-coral2));
  transition: width .2s ease;
}
.shell39119-nav-item.shell39119-active { color: #fff; }
.shell39119-nav-item.shell39119-active::before { width: 28px; }
.shell39119-nav-ico {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s ease;
}
.shell39119-nav-item.shell39119-active .shell39119-nav-ico { transform: translateY(-1px) scale(1.08); }
.shell39119-nav-item.shell39119-active .shell39119-nav-ico svg { color: var(--shell39119-c-coral); }
.shell39119-nav-ico svg { width: 22px; height: 22px; }
.shell39119-nav-lbl { letter-spacing: .2px; }

/* center raised CTA */
.shell39119-nav-cta {
  position: relative;
  margin-top: -26px;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--shell39119-c-coral), #ff5e2a);
  box-shadow: 0 8px 18px rgba(255,94,42,.45), 0 0 0 5px rgba(15,15,45,.99);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: transform .18s ease, box-shadow .18s ease;
}
.shell39119-nav-cta:hover { transform: translateY(-2px) scale(1.04); text-decoration: none; }
.shell39119-nav-cta:active { transform: scale(.96); }
.shell39119-nav-cta svg { width: 26px; height: 26px; }
.shell39119-nav-cta-lbl {
  margin-top: 2px;
  font-size: 10px;
  font-weight: 800;
  color: var(--shell39119-c-coral2);
  letter-spacing: .4px;
}

/* ---------- Reveal animation ---------- */
.shell39119-reveal { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
.shell39119-reveal--in { opacity: 1; transform: none; }

/* ---------- Partners strip ---------- */
.shell39119-partners { display: flex; gap: 10px; overflow-x: auto; padding: 4px 2px 8px; -webkit-overflow-scrolling: touch; }
.shell39119-partners img { width: 64px; height: 22px; object-fit: contain; flex: 0 0 auto; opacity: .85; filter: grayscale(.2); }

/* ---------- FAQ accordion (reusable on help pages) ---------- */
.shell39119-faq { border: 1px solid var(--shell39119-c-line); border-radius: var(--shell39119-radius-sm); overflow: hidden; margin: 8px 0; background: var(--shell39119-c-card); }
.shell39119-faq-head {
  width: 100%;
  text-align: left;
  padding: 12px 14px;
  font-weight: 700;
  font-size: 13.5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.shell39119-faq-head span.plus { color: var(--shell39119-c-coral); font-size: 18px; font-weight: 800; transition: transform .2s ease; }
.shell39119-faq--open .shell39119-faq-head span.plus { transform: rotate(45deg); }
.shell39119-faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .28s ease;
  padding: 0 14px;
  color: var(--shell39119-c-text2);
  font-size: 13px;
}
.shell39119-faq--open .shell39119-faq-body { max-height: 360px; padding-bottom: 12px; }

/* ---------- Breadcrumb ---------- */
.shell39119-crumb { font-size: 11.5px; color: var(--shell39119-c-mute); margin: 4px 0 10px; }
.shell39119-crumb a { color: var(--shell39119-c-text2); }
.shell39119-crumb span.sep { margin: 0 6px; color: var(--shell39119-c-line); }

/* ---------- Utilities ---------- */
.shell39119-hide { display: none !important; }
.shell39119-mt0 { margin-top: 0; }
.shell39119-tac { text-align: center; }
.shell39119-row { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }

/* ---------- Responsive tweaks inside mobile canvas ---------- */
@media (min-width: 360px) {
  .shell39119-grid { gap: 9px; }
  .shell39119-h1 { font-size: 28px; }
  .shell39119-slide img { height: 196px; }
}
@media (min-width: 410px) {
  .shell39119-grid { grid-template-columns: repeat(5, 1fr); }
  .shell39119-ext-promos { grid-template-columns: repeat(3, 1fr); }
  .shell39119-stats { grid-template-columns: repeat(4, 1fr); }
  .shell39119-slide img { height: 212px; }
}

/* reduce motion */
@media (prefers-reduced-motion: reduce) {
  .shell39119-reveal { opacity: 1; transform: none; transition: none; }
  .shell39119-slide-track { transition: none; }
}
