/* ==========================================================================
   shell-adaptive-a656e1.css
   NUSTAR PH APK · Mobile-first basefiles stylesheet
   Prefix: view656e1-
   Palette: #2D2D2D (deep) · #808080 (muted) · #D4AF37 (gold)
   ========================================================================== */

/* ---------- Design tokens ---------- */
:root {
  --view656e1-bg-deep: #1c1c1c;
  --view656e1-bg: #2D2D2D;
  --view656e1-bg-soft: #353535;
  --view656e1-surface: #3a3a3a;
  --view656e1-surface-2: #424242;
  --view656e1-line: rgba(128, 128, 128, 0.28);
  --view656e1-line-strong: rgba(128, 128, 128, 0.45);
  --view656e1-text: #f4f2ee;
  --view656e1-text-muted: #a8a8a8;
  --view656e1-text-dim: #808080;
  --view656e1-gold: #D4AF37;
  --view656e1-gold-bright: #e8c25a;
  --view656e1-gold-soft: rgba(212, 175, 55, 0.14);
  --view656e1-gold-line: rgba(212, 175, 55, 0.42);
  --view656e1-danger: #d97757;
  --view656e1-radius-sm: 5px;
  --view656e1-radius: 8px;
  --view656e1-radius-lg: 14px;
  --view656e1-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
  --view656e1-shadow-gold: 0 6px 18px rgba(212, 175, 55, 0.22);
  --view656e1-gap: 12px;
  --view656e1-topbar-h: 60px;
  --view656e1-bottomnav-h: 66px;
  --view656e1-max: 430px;
  --view656e1-font-display: "Trebuchet MS", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --view656e1-font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Tahoma, Arial, sans-serif;
  --view656e1-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--view656e1-font-body);
  background: #0f0f0f;
  color: var(--view656e1-text);
  line-height: 1.55;
  font-size: 15px;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--view656e1-gold-bright); text-decoration: none; }
a:hover { text-decoration: underline; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul, ol { list-style: none; }
:focus-visible { outline: 2px solid var(--view656e1-gold); outline-offset: 2px; border-radius: 4px; }

/* ---------- Mobile phone canvas ---------- */
.view656e1-canvas {
  width: 100%;
  max-width: var(--view656e1-max);
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% -8%, rgba(212, 175, 55, 0.10), transparent 55%),
    linear-gradient(180deg, var(--view656e1-bg) 0%, var(--view656e1-bg-deep) 100%);
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
}
@media (min-width: 431px) {
  body { padding: 0; }
  .view656e1-canvas { border-left: 1px solid #000; border-right: 1px solid #000; }
}

/* ---------- Skip link ---------- */
.view656e1-skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--view656e1-gold);
  color: #1c1c1c;
  padding: 8px 14px;
  border-radius: 0 0 var(--view656e1-radius) 0;
  z-index: 200;
  font-weight: 700;
}
.view656e1-skip:focus { left: 0; }

/* ---------- Top bar ---------- */
.view656e1-topbar {
  position: sticky;
  top: 0;
  z-index: 90;
  height: var(--view656e1-topbar-h);
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  background: linear-gradient(180deg, rgba(28,28,28,0.97), rgba(45,45,45,0.94));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--view656e1-line);
}
.view656e1-menubtn {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  color: var(--view656e1-text);
}
.view656e1-menubtn svg { width: 22px; height: 22px; }
.view656e1-menubtn:hover { color: var(--view656e1-gold); }

.view656e1-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  min-width: 0;
}
.view656e1-brand img {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  object-fit: cover;
  border: 1px solid var(--view656e1-gold-line);
  background: #fff;
  flex-shrink: 0;
}
.view656e1-brand-name {
  font-family: var(--view656e1-font-display);
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.6px;
  color: var(--view656e1-text);
  line-height: 1;
}
.view656e1-brand-name span { color: var(--view656e1-gold); }

.view656e1-topaction {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  color: var(--view656e1-text);
}
.view656e1-topaction svg { width: 20px; height: 20px; }

/* Action rail (Register / Login) */
.view656e1-actionrail {
  display: flex;
  gap: 8px;
  padding: 10px var(--view656e1-gap);
  background: linear-gradient(180deg, rgba(212,175,55,0.10), transparent);
  border-bottom: 1px solid var(--view656e1-line);
}
.view656e1-btn {
  flex: 1;
  min-height: 44px;
  border-radius: var(--view656e1-radius);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: transform 0.18s var(--view656e1-ease), box-shadow 0.18s var(--view656e1-ease), background 0.18s var(--view656e1-ease);
  padding: 0 12px;
  font-family: var(--view656e1-font-display);
}
.view656e1-btn svg { width: 16px; height: 16px; }
.view656e1-btn:active { transform: translateY(1px); }
.view656e1-btn-primary {
  background: linear-gradient(180deg, var(--view656e1-gold-bright), var(--view656e1-gold));
  color: #1c1c1c;
  box-shadow: var(--view656e1-shadow-gold);
}
.view656e1-btn-primary:hover { text-decoration: none; filter: brightness(1.06); }
.view656e1-btn-ghost {
  background: transparent;
  color: var(--view656e1-text);
  border: 1px solid var(--view656e1-line-strong);
}
.view656e1-btn-ghost:hover { text-decoration: none; border-color: var(--view656e1-gold-line); color: var(--view656e1-gold-bright); }
.view656e1-btn-block { width: 100%; }

/* ---------- Slide-down layered menu ---------- */
.view656e1-dropdown {
  position: absolute;
  top: var(--view656e1-topbar-h);
  left: 0; right: 0;
  background: var(--view656e1-bg-deep);
  border-bottom: 1px solid var(--view656e1-line);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s var(--view656e1-ease);
  z-index: 89;
}
.view656e1-dropdown[data-open="true"] { max-height: 620px; box-shadow: var(--view656e1-shadow); }
.view656e1-dropdown-inner { padding: 8px var(--view656e1-gap) 16px; }
.view656e1-dropdown-group { margin-top: 8px; }
.view656e1-dropdown-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--view656e1-text-dim);
  padding: 8px 4px 4px;
}
.view656e1-dropdown-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 10px;
  border-radius: var(--view656e1-radius-sm);
  color: var(--view656e1-text);
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid rgba(128,128,128,0.12);
}
.view656e1-dropdown-link:last-child { border-bottom: none; }
.view656e1-dropdown-link:hover { background: var(--view656e1-gold-soft); text-decoration: none; color: var(--view656e1-gold-bright); }
.view656e1-dropdown-link svg { width: 18px; height: 18px; color: var(--view656e1-gold); flex-shrink: 0; }
.view656e1-dropdown-promo {
  display: flex; gap: 8px; padding: 10px 4px 4px;
}

/* ---------- Main ---------- */
.view656e1-main {
  flex: 1;
  padding-bottom: calc(var(--view656e1-bottomnav-h) + 18px);
}

/* ---------- Hero / carousel ---------- */
.view656e1-hero {
  position: relative;
  margin: var(--view656e1-gap);
  border-radius: var(--view656e1-radius-lg);
  overflow: hidden;
  background: #000;
  box-shadow: var(--view656e1-shadow);
  border: 1px solid var(--view656e1-line);
}
.view656e1-hero-track {
  position: relative;
  aspect-ratio: 16 / 9;
}
.view656e1-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s var(--view656e1-ease);
  display: block;
  cursor: pointer;
}
.view656e1-hero-slide[data-active="true"] { opacity: 1; }
.view656e1-hero-slide img {
  width: 100%; height: 100%; object-fit: cover;
}
.view656e1-hero-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(28,28,28,0.05) 30%, rgba(28,28,28,0.85) 100%);
  pointer-events: none;
}
.view656e1-hero-caption {
  position: absolute;
  left: 14px; right: 14px; bottom: 14px;
  z-index: 2;
  color: var(--view656e1-text);
}
.view656e1-hero-caption strong {
  display: block;
  font-family: var(--view656e1-font-display);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.3px;
  text-shadow: 0 2px 6px rgba(0,0,0,0.7);
  color: var(--view656e1-gold-bright);
}
.view656e1-hero-caption span {
  font-size: 12.5px;
  color: rgba(255,255,255,0.88);
}
.view656e1-hero-dots {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 3;
}
.view656e1-hero-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.45);
  transition: background 0.25s, transform 0.25s;
}
.view656e1-hero-dot[data-active="true"] {
  background: var(--view656e1-gold);
  transform: scale(1.25);
}

/* ---------- Quick chips ---------- */
.view656e1-quickrow {
  display: flex;
  gap: 8px;
  padding: 0 var(--view656e1-gap) 4px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.view656e1-quickrow::-webkit-scrollbar { display: none; }
.view656e1-chip {
  flex-shrink: 0;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 700;
  background: var(--view656e1-surface);
  color: var(--view656e1-text);
  border: 1px solid var(--view656e1-line);
  white-space: nowrap;
}
.view656e1-chip:hover { text-decoration: none; border-color: var(--view656e1-gold-line); color: var(--view656e1-gold-bright); }

/* ---------- Section frame ---------- */
.view656e1-section {
  padding: 18px var(--view656e1-gap) 6px;
}
.view656e1-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--view656e1-line);
}
.view656e1-section-head h2 {
  font-family: var(--view656e1-font-display);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.3px;
  line-height: 1.25;
  color: var(--view656e1-text);
}
.view656e1-section-head h2 em {
  font-style: normal;
  color: var(--view656e1-gold);
}
.view656e1-section-tag {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: var(--view656e1-text-dim);
  flex-shrink: 0;
}

/* ---------- H1 ---------- */
.view656e1-h1 {
  font-family: var(--view656e1-font-display);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0.2px;
  padding: 16px var(--view656e1-gap) 6px;
}
.view656e1-h1 em { font-style: normal; color: var(--view656e1-gold); }
.view656e1-lead {
  padding: 0 var(--view656e1-gap);
  color: var(--view656e1-text-muted);
  font-size: 14px;
}

/* ---------- Game grid ---------- */
.view656e1-gamegrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media (min-width: 360px) {
  .view656e1-gamegrid { gap: 9px; }
}
@media (min-width: 395px) {
  .view656e1-gamegrid { grid-template-columns: repeat(5, 1fr); gap: 10px; }
}

.view656e1-game {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--view656e1-surface);
  border: 1px solid var(--view656e1-line);
  border-radius: var(--view656e1-radius);
  padding: 6px 4px 7px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.18s var(--view656e1-ease), border-color 0.18s, box-shadow 0.18s;
  min-height: 44px;
  overflow: hidden;
}
.view656e1-game:hover { text-decoration: none; border-color: var(--view656e1-gold-line); transform: translateY(-2px); box-shadow: var(--view656e1-shadow-gold); }
.view656e1-game:active { transform: translateY(0); }
.view656e1-game-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--view656e1-radius-sm);
  object-fit: cover;
  background: #232323;
}
.view656e1-game-name {
  margin-top: 5px;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.18;
  color: var(--view656e1-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 24px;
  word-break: break-word;
}

/* Horizontal game bar variant (per site direction) */
.view656e1-gamebar {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.view656e1-gamebar::-webkit-scrollbar { display: none; }
.view656e1-gamebar .view656e1-game {
  flex-shrink: 0;
  width: 96px;
}

/* ---------- Long-form prose ---------- */
.view656e1-prose { font-size: 14px; color: var(--view656e1-text); }
.view656e1-prose p { margin-bottom: 10px; color: var(--view656e1-text-muted); }
.view656e1-prose p strong, .view656e1-prose strong { color: var(--view656e1-text); font-weight: 700; }
.view656e1-prose a { color: var(--view656e1-gold-bright); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.view656e1-prose h3 {
  font-family: var(--view656e1-font-display);
  font-size: 15px;
  font-weight: 800;
  color: var(--view656e1-text);
  margin: 14px 0 6px;
}

/* ---------- Module card ---------- */
.view656e1-module {
  background: linear-gradient(180deg, var(--view656e1-surface) 0%, var(--view656e1-bg-soft) 100%);
  border: 1px solid var(--view656e1-line);
  border-left: 3px solid var(--view656e1-gold);
  border-radius: var(--view656e1-radius);
  padding: 14px;
  margin-top: 10px;
}
.view656e1-module h2 {
  font-family: var(--view656e1-font-display);
  font-size: 16px;
  font-weight: 900;
  color: var(--view656e1-text);
  line-height: 1.25;
  margin-bottom: 8px;
}
.view656e1-module h2 em { font-style: normal; color: var(--view656e1-gold); }
.view656e1-module p { color: var(--view656e1-text-muted); font-size: 14px; margin-bottom: 8px; }
.view656e1-module p:last-child { margin-bottom: 0; }

/* ---------- Testimonials ---------- */
.view656e1-testimonials {
  display: grid;
  gap: 10px;
}
.view656e1-testimonial {
  background: var(--view656e1-surface);
  border: 1px solid var(--view656e1-line);
  border-radius: var(--view656e1-radius);
  padding: 12px 14px;
  position: relative;
}
.view656e1-testimonial::before {
  content: "\201C";
  position: absolute;
  top: -4px;
  left: 10px;
  font-size: 38px;
  color: var(--view656e1-gold);
  opacity: 0.55;
  font-family: Georgia, serif;
  line-height: 1;
}
.view656e1-testimonial-quote {
  font-size: 13.5px;
  color: var(--view656e1-text);
  font-style: italic;
  padding-left: 18px;
  margin-bottom: 6px;
}
.view656e1-testimonial-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11.5px;
  color: var(--view656e1-text-dim);
}
.view656e1-testimonial-meta b { color: var(--view656e1-gold-bright); font-weight: 700; }

/* ---------- Trust grid ---------- */
.view656e1-trustgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 10px;
}
.view656e1-trustcell {
  background: var(--view656e1-surface);
  border: 1px solid var(--view656e1-line);
  border-radius: var(--view656e1-radius);
  padding: 11px 12px;
  min-height: 44px;
}
.view656e1-trustcell-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.view656e1-trustcell-head svg { width: 18px; height: 18px; color: var(--view656e1-gold); flex-shrink: 0; }
.view656e1-trustcell h3 {
  font-size: 13.5px;
  font-weight: 800;
  color: var(--view656e1-text);
}
.view656e1-trustcell p { font-size: 12.5px; color: var(--view656e1-text-muted); line-height: 1.45; }

/* ---------- Category highlights ---------- */
.view656e1-catlist { display: grid; gap: 9px; margin-top: 8px; }
.view656e1-catrow {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--view656e1-surface);
  border: 1px solid var(--view656e1-line);
  border-radius: var(--view656e1-radius);
  padding: 11px 12px;
}
.view656e1-catrow-icon {
  width: 38px; height: 38px;
  flex-shrink: 0;
  border-radius: var(--view656e1-radius-sm);
  background: var(--view656e1-gold-soft);
  border: 1px solid var(--view656e1-gold-line);
  display: grid; place-items: center;
  color: var(--view656e1-gold);
}
.view656e1-catrow-icon svg { width: 20px; height: 20px; }
.view656e1-catrow-body { min-width: 0; }
.view656e1-catrow-body h3 {
  font-family: var(--view656e1-font-display);
  font-size: 14px;
  font-weight: 800;
  color: var(--view656e1-text);
  margin-bottom: 2px;
}
.view656e1-catrow-body p { font-size: 12.5px; color: var(--view656e1-text-muted); }

/* ---------- RTP rows ---------- */
.view656e1-rtp {
  border: 1px solid var(--view656e1-line);
  border-radius: var(--view656e1-radius);
  background: var(--view656e1-surface);
  overflow: hidden;
  margin-top: 10px;
}
.view656e1-rtp-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-bottom: 1px solid var(--view656e1-line);
  font-size: 12.5px;
}
.view656e1-rtp-row:last-child { border-bottom: none; }
.view656e1-rtp-row b { color: var(--view656e1-text); font-weight: 700; }
.view656e1-rtp-bar {
  height: 6px;
  border-radius: 3px;
  background: rgba(128,128,128,0.3);
  overflow: hidden;
}
.view656e1-rtp-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--view656e1-gold), var(--view656e1-gold-bright));
  border-radius: 3px;
}
.view656e1-rtp-row em { font-style: normal; color: var(--view656e1-gold-bright); font-weight: 700; font-size: 12px; }

/* ---------- Checklist ---------- */
.view656e1-checklist { display: grid; gap: 8px; margin-top: 8px; }
.view656e1-checkitem {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: var(--view656e1-surface);
  border: 1px solid var(--view656e1-line);
  border-radius: var(--view656e1-radius-sm);
  padding: 10px 12px;
  font-size: 13px;
  color: var(--view656e1-text);
}
.view656e1-checkitem svg { width: 18px; height: 18px; color: var(--view656e1-gold); flex-shrink: 0; margin-top: 1px; }

/* ---------- CTA cluster ---------- */
.view656e1-cta {
  background:
    radial-gradient(circle at 80% -20%, rgba(212,175,55,0.18), transparent 55%),
    var(--view656e1-bg-deep);
  border: 1px solid var(--view656e1-gold-line);
  border-radius: var(--view656e1-radius-lg);
  padding: 16px;
  text-align: center;
  margin-top: 10px;
  box-shadow: var(--view656e1-shadow);
}
.view656e1-cta h2 {
  font-family: var(--view656e1-font-display);
  font-size: 17px;
  font-weight: 900;
  color: var(--view656e1-text);
  margin-bottom: 4px;
}
.view656e1-cta h2 em { font-style: normal; color: var(--view656e1-gold); }
.view656e1-cta p { font-size: 13px; color: var(--view656e1-text-muted); margin-bottom: 12px; }
.view656e1-cta-buttons { display: flex; gap: 8px; justify-content: center; }

/* ---------- Promo banner inline ---------- */
.view656e1-promo-inline {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--view656e1-gold-soft);
  border: 1px solid var(--view656e1-gold-line);
  border-radius: var(--view656e1-radius);
  padding: 10px 12px;
  margin-top: 10px;
  cursor: pointer;
  transition: background 0.18s;
}
.view656e1-promo-inline:hover { text-decoration: none; background: rgba(212,175,55,0.22); }
.view656e1-promo-inline svg { width: 22px; height: 22px; color: var(--view656e1-gold); flex-shrink: 0; }
.view656e1-promo-inline b { color: var(--view656e1-text); font-size: 13.5px; }
.view656e1-promo-inline span { color: var(--view656e1-text-muted); font-size: 12px; display: block; }

/* ---------- Partner strip ---------- */
.view656e1-partners {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 4px 0;
}
.view656e1-partners::-webkit-scrollbar { display: none; }
.view656e1-partners img {
  width: 70px;
  height: 32px;
  object-fit: contain;
  border-radius: 4px;
  background: rgba(255,255,255,0.92);
  padding: 3px;
  flex-shrink: 0;
}

/* ---------- Extended footer ---------- */
.view656e1-extfooter {
  margin-top: 18px;
  padding: 18px var(--view656e1-gap);
  background: var(--view656e1-bg-deep);
  border-top: 1px solid var(--view656e1-line);
}
.view656e1-extfooter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 14px;
}
.view656e1-extfooter-col h3 {
  font-family: var(--view656e1-font-display);
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  color: var(--view656e1-gold);
  margin-bottom: 8px;
}
.view656e1-extfooter-col a {
  display: block;
  font-size: 12.5px;
  color: var(--view656e1-text-muted);
  padding: 4px 0;
  border-bottom: 1px solid rgba(128,128,128,0.12);
}
.view656e1-extfooter-col a:last-child { border-bottom: none; }
.view656e1-extfooter-col a:hover { color: var(--view656e1-gold-bright); }
.view656e1-extfooter-brand {
  grid-column: 1 / -1;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--view656e1-line);
  margin-bottom: 4px;
}
.view656e1-extfooter-brand p {
  font-size: 12.5px;
  color: var(--view656e1-text-muted);
  margin-top: 4px;
}
.view656e1-extfooter-brand .view656e1-brand-name { font-size: 15px; }
.view656e1-extfooter-brand img { width: 26px; height: 26px; border-radius: 5px; }
.view656e1-extfooter-disclaimer {
  grid-column: 1 / -1;
  font-size: 11px;
  color: var(--view656e1-text-dim);
  line-height: 1.5;
  padding-top: 6px;
  border-top: 1px solid var(--view656e1-line);
}

/* ---------- Copyright ---------- */
.view656e1-copyright {
  text-align: center;
  font-size: 11px;
  color: var(--view656e1-text-dim);
  padding: 12px var(--view656e1-gap) calc(var(--view656e1-bottomnav-h) + 14px);
}

/* ---------- Bottom nav ---------- */
.view656e1-bottomnav {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  max-width: var(--view656e1-max);
  height: var(--view656e1-bottomnav-h);
  background: linear-gradient(180deg, rgba(28,28,28,0.98), #141414);
  border-top: 1px solid var(--view656e1-line);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  z-index: 95;
  padding-bottom: env(safe-area-inset-bottom, 0);
}
.view656e1-navitem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  height: 100%;
  color: var(--view656e1-text-dim);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3px;
  position: relative;
  min-height: 44px;
}
.view656e1-navitem svg { width: 22px; height: 22px; transition: color 0.18s, transform 0.18s; }
.view656e1-navitem:hover { text-decoration: none; color: var(--view656e1-text); }
.view656e1-navitem:hover svg { transform: translateY(-2px); }
.view656e1-navitem[data-active="true"] {
  color: var(--view656e1-gold);
}
.view656e1-navitem[data-active="true"]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 3px;
  background: var(--view656e1-gold);
  border-radius: 0 0 3px 3px;
  box-shadow: 0 0 8px rgba(212,175,55,0.6);
}
.view656e1-navitem-promo {
  background: linear-gradient(180deg, transparent, var(--view656e1-gold-soft));
}
.view656e1-navitem-promo svg { color: var(--view656e1-gold); }
.view656e1-navitem-promo span { color: var(--view656e1-gold-bright); }

/* ---------- Utility ---------- */
.view656e1-reveal {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.5s var(--view656e1-ease), transform 0.5s var(--view656e1-ease);
}
.view656e1-reveal[data-shown="true"] { opacity: 1; transform: none; }
.view656e1-hidden { display: none !important; }

/* ---------- Help page layouts ---------- */
.view656e1-help-hero {
  margin: 14px var(--view656e1-gap) 0;
  padding: 18px 16px;
  border: 1px solid var(--view656e1-gold-line);
  border-radius: var(--view656e1-radius-lg);
  background: linear-gradient(135deg, rgba(212,175,55,0.16), rgba(28,28,28,0.7));
}
.view656e1-help-hero h1 { padding: 0; font-size: 23px; }
.view656e1-help-hero p { margin-top: 8px; color: var(--view656e1-text-muted); font-size: 14px; }
.view656e1-steprail { display: grid; gap: 8px; margin-top: 12px; }
.view656e1-steprail li { display: grid; grid-template-columns: 30px 1fr; gap: 10px; align-items: start; padding: 10px; border-left: 2px solid var(--view656e1-gold); background: rgba(58,58,58,0.8); border-radius: 0 var(--view656e1-radius-sm) var(--view656e1-radius-sm) 0; }
.view656e1-steprail b { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--view656e1-gold); color: #1c1c1c; font-size: 12px; }
.view656e1-steprail strong { display: block; color: var(--view656e1-text); font-size: 14px; }
.view656e1-steprail span { display: block; margin-top: 2px; color: var(--view656e1-text-muted); font-size: 12.5px; }
.view656e1-branch { display: grid; gap: 9px; margin-top: 10px; }
.view656e1-branch article { padding: 12px; border: 1px solid var(--view656e1-line); border-radius: var(--view656e1-radius); background: var(--view656e1-surface); }
.view656e1-branch h3 { color: var(--view656e1-gold-bright); font-size: 14px; margin-bottom: 4px; }
.view656e1-branch p { color: var(--view656e1-text-muted); font-size: 13px; }
.view656e1-callout { margin-top: 10px; padding: 12px 14px; border-radius: var(--view656e1-radius); background: var(--view656e1-gold-soft); border: 1px solid var(--view656e1-gold-line); color: var(--view656e1-text); font-size: 13px; }
.view656e1-factlist { display: grid; gap: 7px; margin-top: 8px; }
.view656e1-factlist li { padding: 9px 11px; border-bottom: 1px solid var(--view656e1-line); color: var(--view656e1-text-muted); font-size: 13px; }
.view656e1-factlist li::before { content: "•"; color: var(--view656e1-gold); font-weight: 800; margin-right: 8px; }
.view656e1-faq { display: grid; gap: 8px; }
.view656e1-faq details { border: 1px solid var(--view656e1-line); border-radius: var(--view656e1-radius-sm); background: var(--view656e1-surface); padding: 10px 12px; }
.view656e1-faq summary { cursor: pointer; color: var(--view656e1-text); font-weight: 800; font-size: 13.5px; padding-right: 8px; }
.view656e1-faq p { margin: 8px 0 0; color: var(--view656e1-text-muted); font-size: 13px; }
.view656e1-help-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }
.view656e1-help-actions .view656e1-btn { flex: 1 1 140px; }

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

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
  html { scroll-behavior: auto; }
}
