/* ==========================================================================
   css/compact-de1ca9-frame.css
   Game Zon - compact de1ca9 frame
   All custom classes and variables use the viewe1ca9- prefix.
   Palette: #00FFFF | #00695C | #000080 | #F5DEB3 | #2D2D2D
   Mobile-first canvas for 320-430px viewports.
   ========================================================================== */

:root {
  --viewe1ca9-navy: #000080;
  --viewe1ca9-navy-deep: #020425;
  --viewe1ca9-navy-soft: #0b0f4a;
  --viewe1ca9-navy-card: #0d1352;
  --viewe1ca9-dark: #2D2D2D;
  --viewe1ca9-teal: #00695C;
  --viewe1ca9-teal-soft: #088f7d;
  --viewe1ca9-cyan: #00FFFF;
  --viewe1ca9-cyan-dim: #46e8e8;
  --viewe1ca9-wheat: #F5DEB3;
  --viewe1ca9-wheat-dim: #d9c794;
  --viewe1ca9-text: #F5DEB3;
  --viewe1ca9-text-soft: #c9d1f0;
  --viewe1ca9-text-dim: #94a0c8;
  --viewe1ca9-border: rgba(0, 255, 255, 0.18);
  --viewe1ca9-border-soft: rgba(245, 222, 179, 0.14);
  --viewe1ca9-shadow: 0 10px 28px rgba(0, 0, 64, 0.55);
  --viewe1ca9-shadow-raised: 0 14px 34px rgba(0, 0, 40, 0.7);
  --viewe1ca9-radius: 14px;
  --viewe1ca9-radius-sm: 10px;
  --viewe1ca9-canvas: 480px;
  --viewe1ca9-header-h: 60px;
  --viewe1ca9-bnav-h: 70px;
}

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

html,
body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #010212;
  color: var(--viewe1ca9-text);
  font-family: "Segoe UI", "Helvetica Neue", Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: var(--viewe1ca9-cyan); text-decoration: none; }
a:hover { text-decoration: underline; }
button { font-family: inherit; }

h1, h2, h3, h4 { margin: 0; line-height: 1.3; font-weight: 700; color: var(--viewe1ca9-wheat); }
p { margin: 0 0 12px; }
ul, ol { margin: 0 0 12px; padding-left: 20px; }
li { margin-bottom: 6px; }

/* ---------- Mobile canvas shell ---------- */
.viewe1ca9-shell {
  position: relative;
  max-width: var(--viewe1ca9-canvas);
  margin: 0 auto;
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 255, 255, 0.08), transparent 55%),
    linear-gradient(180deg, var(--viewe1ca9-navy) 0%, var(--viewe1ca9-navy-deep) 38%, #020417 100%);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.55);
}

/* ==========================================================================
   Header - edge-aligned functional header
   ========================================================================== */
.viewe1ca9-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: var(--viewe1ca9-canvas);
  margin: 0 auto;
  z-index: 60;
  background: linear-gradient(180deg, rgba(0, 0, 64, 0.98), rgba(2, 6, 36, 0.96));
  border-bottom: 1px solid var(--viewe1ca9-border);
  backdrop-filter: blur(10px);
}

.viewe1ca9-header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 12px;
  min-height: var(--viewe1ca9-header-h);
}

.viewe1ca9-header__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  text-decoration: none;
}

.viewe1ca9-header__logo {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  object-fit: cover;
  border: 1px solid var(--viewe1ca9-border);
  flex-shrink: 0;
  background: var(--viewe1ca9-navy-soft);
}

.viewe1ca9-header__name {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.3px;
  color: var(--viewe1ca9-wheat);
  white-space: nowrap;
}

.viewe1ca9-header__name span {
  color: var(--viewe1ca9-cyan);
}

.viewe1ca9-header__actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.viewe1ca9-header__login,
.viewe1ca9-header__register {
  border: none;
  border-radius: 9px;
  padding: 0 14px;
  height: 36px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.viewe1ca9-header__login {
  background: transparent;
  color: var(--viewe1ca9-wheat);
  border: 1px solid var(--viewe1ca9-border);
}

.viewe1ca9-header__login:hover { background: rgba(0, 255, 255, 0.08); }

.viewe1ca9-header__register {
  background: linear-gradient(135deg, var(--viewe1ca9-cyan), var(--viewe1ca9-teal-soft));
  color: #021a3a;
  box-shadow: 0 4px 14px rgba(0, 255, 255, 0.28);
}

.viewe1ca9-header__register:hover { filter: brightness(1.08); transform: translateY(-1px); }

.viewe1ca9-header__menu-btn {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  border: 1px solid var(--viewe1ca9-border);
  background: var(--viewe1ca9-navy-soft);
  color: var(--viewe1ca9-cyan);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.15s ease, transform 0.15s ease;
}

.viewe1ca9-header__menu-btn:hover { background: rgba(0, 255, 255, 0.1); }
.viewe1ca9-header__menu-btn--active { background: rgba(0, 255, 255, 0.16); }

.viewe1ca9-header__menu-btn svg { width: 20px; height: 20px; display: block; }

/* ---------- Layered dropdown menu ---------- */
.viewe1ca9-menu {
  position: fixed;
  top: calc(var(--viewe1ca9-header-h) + 8px);
  left: 0;
  right: 0;
  max-width: var(--viewe1ca9-canvas);
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(8, 12, 60, 0.99), rgba(3, 6, 30, 0.99));
  border: 1px solid var(--viewe1ca9-border);
  border-radius: 0 0 16px 16px;
  padding: 14px 14px 18px;
  z-index: 55;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  box-shadow: var(--viewe1ca9-shadow);
}

.viewe1ca9-menu--open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.viewe1ca9-menu__group { margin-bottom: 12px; }
.viewe1ca9-menu__group:last-child { margin-bottom: 0; }

.viewe1ca9-menu__label {
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--viewe1ca9-cyan);
  margin: 0 4px 6px;
  font-weight: 700;
}

.viewe1ca9-menu__group a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  margin-bottom: 4px;
  border-radius: 9px;
  color: var(--viewe1ca9-text);
  font-size: 14px;
  font-weight: 600;
  background: rgba(13, 19, 82, 0.55);
  border: 1px solid transparent;
  text-decoration: none;
}

.viewe1ca9-menu__group a::after {
  content: "›";
  color: var(--viewe1ca9-cyan);
  font-size: 18px;
}

.viewe1ca9-menu__group a:hover {
  background: rgba(0, 255, 255, 0.08);
  border-color: var(--viewe1ca9-border);
  text-decoration: none;
}

/* ==========================================================================
   Main + sections
   ========================================================================== */
.viewe1ca9-main {
  padding-top: calc(var(--viewe1ca9-header-h) + 8px);
  padding-bottom: calc(var(--viewe1ca9-bnav-h) + 22px);
}

.viewe1ca9-section {
  padding: 16px 12px 6px;
}

.viewe1ca9-eyebrow {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--viewe1ca9-cyan);
  border: 1px solid var(--viewe1ca9-border);
  border-radius: 999px;
  padding: 3px 10px;
  margin-bottom: 8px;
  font-weight: 700;
}

.viewe1ca9-h1 {
  font-size: 22px;
  line-height: 1.25;
  color: var(--viewe1ca9-wheat);
  margin-bottom: 8px;
}

.viewe1ca9-h1 b { color: var(--viewe1ca9-cyan); }

.viewe1ca9-lead {
  color: var(--viewe1ca9-text-soft);
  font-size: 14px;
  margin-bottom: 14px;
}

.viewe1ca9-h2 {
  font-size: 18px;
  line-height: 1.3;
  color: var(--viewe1ca9-wheat);
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 3px solid var(--viewe1ca9-cyan);
}

.viewe1ca9-h3 {
  font-size: 15px;
  color: var(--viewe1ca9-cyan);
  margin: 14px 0 6px;
}

.viewe1ca9-cat__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.viewe1ca9-cat__sub {
  font-size: 12px;
  color: var(--viewe1ca9-text-dim);
  margin: 0;
}

.viewe1ca9-cat__chip {
  flex-shrink: 0;
  font-size: 11px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--viewe1ca9-navy-deep);
  background: var(--viewe1ca9-cyan);
  border-radius: 999px;
  padding: 3px 10px;
  font-weight: 800;
}

/* ==========================================================================
   Hero carousel
   ========================================================================== */
.viewe1ca9-hero { padding: 12px 12px 4px; }

.viewe1ca9-carousel {
  position: relative;
  border-radius: var(--viewe1ca9-radius);
  overflow: hidden;
  border: 1px solid var(--viewe1ca9-border);
  background: var(--viewe1ca9-navy-soft);
  box-shadow: var(--viewe1ca9-shadow);
}

.viewe1ca9-carousel__viewport {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
}

.viewe1ca9-carousel__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background: var(--viewe1ca9-navy-deep);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.45s ease;
  display: block;
}

.viewe1ca9-carousel__slide--active { opacity: 1; }

.viewe1ca9-carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.viewe1ca9-carousel__caption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.55));
  padding: 24px 4px 4px;
  border-radius: 8px;
}

.viewe1ca9-carousel__caption small {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: var(--viewe1ca9-cyan);
  text-transform: uppercase;
  margin-bottom: 2px;
}

.viewe1ca9-carousel__dots {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 3;
}

.viewe1ca9-carousel__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(245, 222, 179, 0.4);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.viewe1ca9-carousel__dot--active {
  width: 22px;
  border-radius: 6px;
  background: var(--viewe1ca9-cyan);
}

.viewe1ca9-hero__cta {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.viewe1ca9-btn {
  flex: 1;
  height: 44px;
  border: none;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: transform 0.15s ease, filter 0.15s ease;
}

.viewe1ca9-btn--primary {
  background: linear-gradient(135deg, var(--viewe1ca9-cyan), var(--viewe1ca9-teal-soft));
  color: #021a3a;
  box-shadow: 0 6px 16px rgba(0, 255, 255, 0.28);
}

.viewe1ca9-btn--ghost {
  background: transparent;
  color: var(--viewe1ca9-wheat);
  border: 1px solid var(--viewe1ca9-border);
}

.viewe1ca9-btn:hover { transform: translateY(-1px); filter: brightness(1.08); }

/* ==========================================================================
   Game grid
   ========================================================================== */
.viewe1ca9-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.viewe1ca9-game {
  position: relative;
  border: 1px solid var(--viewe1ca9-border-soft);
  border-radius: 11px;
  background: linear-gradient(180deg, var(--viewe1ca9-navy-card), #0a0f3e);
  padding: 6px;
  cursor: pointer;
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 44px;
}

.viewe1ca9-game:hover {
  transform: translateY(-2px);
  border-color: var(--viewe1ca9-border);
  box-shadow: 0 8px 20px rgba(0, 255, 255, 0.16);
}

.viewe1ca9-game__img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  background: #060a30;
}

.viewe1ca9-game__name {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  font-weight: 600;
  color: var(--viewe1ca9-wheat);
  line-height: 1.25;
  min-height: 28px;
  word-break: break-word;
}

.viewe1ca9-game__ribbon {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #021a3a;
  background: var(--viewe1ca9-cyan);
  padding: 2px 6px;
  border-radius: 6px;
}

.viewe1ca9-game__ribbon--hot { background: #ff5a5a; color: #fff; }

/* ==========================================================================
   Content modules
   ========================================================================== */
.viewe1ca9-module {
  margin: 16px 12px 0;
  padding: 16px;
  border-radius: var(--viewe1ca9-radius);
  border: 1px solid var(--viewe1ca9-border-soft);
  background: linear-gradient(180deg, rgba(11, 15, 74, 0.7), rgba(8, 12, 48, 0.55));
}

.viewe1ca9-module p { color: var(--viewe1ca9-text-soft); font-size: 14px; }

.viewe1ca9-module__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.viewe1ca9-tile {
  border: 1px solid var(--viewe1ca9-border-soft);
  border-radius: 11px;
  padding: 12px;
  background: rgba(2, 6, 30, 0.55);
}

.viewe1ca9-tile h3 {
  font-size: 13px;
  color: var(--viewe1ca9-cyan);
  margin: 0 0 6px;
}

.viewe1ca9-tile p {
  font-size: 12.5px;
  color: var(--viewe1ca9-text-soft);
  margin: 0;
}

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

.viewe1ca9-checklist li {
  position: relative;
  padding: 9px 12px 9px 34px;
  border-radius: 9px;
  background: rgba(2, 6, 30, 0.55);
  border: 1px solid var(--viewe1ca9-border-soft);
  font-size: 13px;
  color: var(--viewe1ca9-text-soft);
}

.viewe1ca9-checklist li::before {
  content: "✓";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--viewe1ca9-cyan);
  color: #021a3a;
  font-size: 12px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.viewe1ca9-terms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.viewe1ca9-term {
  border-left: 2px solid var(--viewe1ca9-teal-soft);
  padding: 4px 0 4px 10px;
}

.viewe1ca9-term b { color: var(--viewe1ca9-wheat); font-size: 13px; }
.viewe1ca9-term span { display: block; font-size: 12px; color: var(--viewe1ca9-text-dim); }

/* ==========================================================================
   Extended footer
   ========================================================================== */
.viewe1ca9-extfooter {
  margin: 18px 12px 4px;
  border-top: 1px solid var(--viewe1ca9-border-soft);
  padding-top: 14px;
}

.viewe1ca9-extfooter__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.viewe1ca9-extfooter__brand img {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid var(--viewe1ca9-border);
}

.viewe1ca9-extfooter__brand h3 {
  font-size: 15px;
  margin: 0;
  color: var(--viewe1ca9-wheat);
}

.viewe1ca9-extfooter__brand small {
  display: block;
  font-size: 11px;
  color: var(--viewe1ca9-text-dim);
  letter-spacing: 0.6px;
}

.viewe1ca9-extfooter p {
  font-size: 13px;
  color: var(--viewe1ca9-text-soft);
}

.viewe1ca9-extfooter__block { margin-top: 12px; }

.viewe1ca9-extfooter__block h4 {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--viewe1ca9-cyan);
  margin: 0 0 8px;
}

.viewe1ca9-promo-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.viewe1ca9-promo-action {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 12px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(0, 255, 255, 0.1), rgba(0, 105, 92, 0.18));
  border: 1px solid var(--viewe1ca9-border);
  color: var(--viewe1ca9-wheat);
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  min-height: 44px;
  text-align: left;
}

.viewe1ca9-promo-action small {
  font-size: 11px;
  color: var(--viewe1ca9-text-dim);
  font-weight: 500;
}

.viewe1ca9-promo-action:hover { text-decoration: none; filter: brightness(1.08); }

.viewe1ca9-dirlist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.viewe1ca9-dirlist a {
  font-size: 12.5px;
  color: var(--viewe1ca9-text-soft);
  padding: 4px 0;
  border-bottom: 1px dashed var(--viewe1ca9-border-soft);
}

.viewe1ca9-dirlist a:hover { color: var(--viewe1ca9-cyan); }

.viewe1ca9-disclaimer {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 9px;
  background: rgba(2, 6, 30, 0.6);
  border-left: 3px solid var(--viewe1ca9-teal-soft);
  font-size: 11.5px;
  color: var(--viewe1ca9-text-dim);
}

/* ==========================================================================
   Common footer
   ========================================================================== */
.viewe1ca9-footer {
  padding: 14px 12px 6px;
  text-align: center;
}

.viewe1ca9-footer__copy {
  font-size: 11.5px;
  color: var(--viewe1ca9-text-dim);
  margin: 0;
}

/* ==========================================================================
   Bottom nav - center-raised navigation
   ========================================================================== */
.viewe1ca9-bnav {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 24px);
  max-width: calc(var(--viewe1ca9-canvas) - 24px);
  height: var(--viewe1ca9-bnav-h);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 8px;
  background: linear-gradient(180deg, rgba(8, 12, 60, 0.98), rgba(3, 6, 30, 0.99));
  border: 1px solid var(--viewe1ca9-border);
  border-radius: 22px;
  box-shadow: var(--viewe1ca9-shadow-raised);
  z-index: 70;
}

.viewe1ca9-bnav__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  height: 54px;
  padding: 6px 2px 8px;
  border: none;
  background: transparent;
  color: var(--viewe1ca9-text-dim);
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  text-align: center;
}

.viewe1ca9-bnav__item svg {
  width: 22px;
  height: 22px;
  display: block;
  transition: transform 0.2s ease;
}

.viewe1ca9-bnav__item span {
  display: block;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.viewe1ca9-bnav__item:hover { color: var(--viewe1ca9-wheat); text-decoration: none; }
.viewe1ca9-bnav__item:hover svg { transform: translateY(-2px); }
.viewe1ca9-bnav__item:hover span { opacity: 1; }

/* Active cue = underline marker */
.viewe1ca9-bnav__item--active {
  color: var(--viewe1ca9-cyan);
}

.viewe1ca9-bnav__item--active::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 3px;
  border-radius: 3px;
  background: var(--viewe1ca9-cyan);
}

.viewe1ca9-bnav__item--active span { opacity: 1; color: var(--viewe1ca9-cyan); }

/* Raised center item */
.viewe1ca9-bnav__item--raised {
  flex: 1.1;
  height: 64px;
  align-items: center;
  justify-content: center;
  color: #021a3a;
  margin-top: -22px;
  padding-top: 8px;
}

.viewe1ca9-bnav__item--raised svg {
  width: 28px;
  height: 28px;
}

.viewe1ca9-bnav__item--raised span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.3px;
}

.viewe1ca9-bnav__raised-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--viewe1ca9-cyan), var(--viewe1ca9-teal-soft));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(0, 255, 255, 0.4), inset 0 -3px 6px rgba(0, 0, 0, 0.15);
  border: 3px solid rgba(2, 6, 30, 0.98);
  margin-bottom: 2px;
}

.viewe1ca9-bnav__raised-circle svg { width: 24px; height: 24px; color: #021a3a; }

/* ==========================================================================
   Utilities
   ========================================================================== */
.viewe1ca9-skip {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.viewe1ca9-skip:focus {
  position: fixed;
  left: 12px;
  top: 12px;
  width: auto;
  height: auto;
  padding: 8px 14px;
  background: var(--viewe1ca9-cyan);
  color: #021a3a;
  border-radius: 8px;
  z-index: 100;
  font-weight: 700;
}

.viewe1ca9-keyword {
  color: var(--viewe1ca9-cyan);
  font-weight: 700;
}

.viewe1ca9-cta-line {
  margin-top: 12px;
  padding: 12px;
  border-radius: 11px;
  background: linear-gradient(135deg, rgba(0, 255, 255, 0.12), rgba(0, 105, 92, 0.18));
  border: 1px solid var(--viewe1ca9-border);
  font-size: 13px;
  color: var(--viewe1ca9-wheat);
}

.viewe1ca9-cta-line a { color: var(--viewe1ca9-cyan); font-weight: 700; }

/* ==========================================================================
   Responsive tweaks inside the mobile canvas
   ========================================================================== */
@media (min-width: 360px) {
  .viewe1ca9-h1 { font-size: 24px; }
  .viewe1ca9-game__name { font-size: 11.5px; }
}

@media (min-width: 410px) {
  .viewe1ca9-grid { gap: 10px; }
  .viewe1ca9-promo-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .viewe1ca9-h1 { font-size: 26px; }
}

@media (min-width: 430px) {
  .viewe1ca9-section,
  .viewe1ca9-hero { padding-left: 16px; padding-right: 16px; }
  .viewe1ca9-module,
  .viewe1ca9-extfooter { margin-left: 16px; margin-right: 16px; }
}

/* ---------- Help page reading patterns ---------- */
.viewe1ca9-help-hero {
  padding: 18px 12px 14px;
  background: linear-gradient(135deg, rgba(0, 255, 255, 0.09), rgba(0, 105, 92, 0.2));
  border-bottom: 1px solid var(--viewe1ca9-border-soft);
}

.viewe1ca9-help-hero h1 { font-size: 23px; margin-bottom: 8px; }
.viewe1ca9-help-hero p { color: var(--viewe1ca9-text-soft); font-size: 14px; }
.viewe1ca9-answer {
  margin-top: 12px;
  padding: 12px 13px;
  border-left: 3px solid var(--viewe1ca9-cyan);
  border-radius: 0 10px 10px 0;
  background: rgba(2, 6, 30, 0.68);
  color: var(--viewe1ca9-wheat);
  font-size: 13px;
}
.viewe1ca9-help-section { padding: 16px 12px 4px; }
.viewe1ca9-help-section h2 { font-size: 18px; margin-bottom: 9px; }
.viewe1ca9-help-section > p { color: var(--viewe1ca9-text-soft); font-size: 14px; }
.viewe1ca9-numbered {
  list-style: none;
  padding: 0;
  counter-reset: help-step;
  display: grid;
  gap: 9px;
}
.viewe1ca9-numbered li {
  counter-increment: help-step;
  position: relative;
  padding: 11px 11px 11px 42px;
  border: 1px solid var(--viewe1ca9-border-soft);
  border-radius: 10px;
  background: rgba(13, 19, 82, 0.62);
  color: var(--viewe1ca9-text-soft);
  font-size: 13px;
}
.viewe1ca9-numbered li::before {
  content: counter(help-step, decimal-leading-zero);
  position: absolute;
  left: 10px;
  top: 11px;
  color: var(--viewe1ca9-cyan);
  font-size: 12px;
  font-weight: 800;
}
.viewe1ca9-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 10px;
}
.viewe1ca9-note {
  padding: 11px;
  border-radius: 10px;
  border: 1px solid var(--viewe1ca9-border-soft);
  background: rgba(2, 6, 30, 0.55);
}
.viewe1ca9-note h3 { font-size: 13px; color: var(--viewe1ca9-cyan); margin-bottom: 5px; }
.viewe1ca9-note p { color: var(--viewe1ca9-text-soft); font-size: 12.5px; margin: 0; }
.viewe1ca9-prompt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 12px;
  margin: 10px 0;
  border-radius: 11px;
  background: linear-gradient(90deg, rgba(0, 255, 255, 0.12), rgba(0, 105, 92, 0.2));
  border: 1px solid var(--viewe1ca9-border);
  color: var(--viewe1ca9-wheat);
  font-size: 13px;
}
.viewe1ca9-prompt button { flex: 0 0 auto; min-height: 44px; padding: 8px 12px; border: 0; border-radius: 9px; background: var(--viewe1ca9-cyan); color: #021a3a; font-weight: 800; cursor: pointer; }
.viewe1ca9-faq {
  border-top: 1px solid var(--viewe1ca9-border-soft);
  padding: 10px 0;
}
.viewe1ca9-faq h3 { color: var(--viewe1ca9-wheat); font-size: 14px; margin-bottom: 4px; }
.viewe1ca9-faq p { color: var(--viewe1ca9-text-soft); font-size: 13px; margin: 0; }
.viewe1ca9-signal {
  padding: 12px;
  margin: 10px 0;
  border-radius: 10px;
  background: rgba(0, 105, 92, 0.18);
  border: 1px solid rgba(0, 255, 255, 0.22);
  color: var(--viewe1ca9-text-soft);
  font-size: 13px;
}
.viewe1ca9-help-actions { display: grid; gap: 8px; margin-top: 10px; }
.viewe1ca9-help-actions button { width: 100%; min-height: 46px; border-radius: 10px; border: 1px solid var(--viewe1ca9-border); background: rgba(0, 255, 255, 0.1); color: var(--viewe1ca9-wheat); font-weight: 800; cursor: pointer; text-align: left; padding: 10px 12px; }
.viewe1ca9-help-actions button:hover { background: rgba(0, 255, 255, 0.18); }
.viewe1ca9-help-footer { padding: 16px 12px calc(var(--viewe1ca9-bnav-h) + 26px); }
.viewe1ca9-help-footer p { color: var(--viewe1ca9-text-dim); font-size: 12px; }
@media (min-width: 430px) {
  .viewe1ca9-help-hero,
  .viewe1ca9-help-section,
  .viewe1ca9-help-footer { padding-left: 16px; padding-right: 16px; }
}
