/* ============================================================
   777perya - dynamic-498468-shell.css
   Mobile-first casino gaming stylesheet (320-430px canvas)
   Class prefix : shell84688-
   Palette     : #FF9500 (orange) | #34495E (slate) | #FF6347 (tomato)
   Direction   : edge-aligned header, layered dropdown menu,
                 layered bottom bar, restrained glow feedback.
   ============================================================ */

/* ---------- Design tokens ---------- */
:root {
  --shell84688-orange: #FF9500;
  --shell84688-orange-soft: #FFB13D;
  --shell84688-orange-deep: #E07C00;
  --shell84688-tomato: #FF6347;
  --shell84688-tomato-deep: #E04A30;
  --shell84688-slate: #34495E;
  --shell84688-bg: #1E2A38;
  --shell84688-bg-2: #243342;
  --shell84688-surface: #2E4154;
  --shell84688-surface-2: #3A5067;
  --shell84688-line: rgba(255, 149, 0, 0.22);
  --shell84688-line-soft: rgba(255, 255, 255, 0.08);
  --shell84688-text: #FFFFFF;
  --shell84688-text-soft: #CBD4DF;
  --shell84688-text-mute: #8E9CAC;
  --shell84688-glow: 0 0 0 2px rgba(255, 149, 0, 0.35), 0 6px 18px rgba(255, 99, 71, 0.22);
  --shell84688-shadow: 0 10px 24px rgba(0, 0, 0, 0.38);
  --shell84688-radius: 14px;
  --shell84688-radius-sm: 10px;
  --shell84688-radius-lg: 20px;
  --shell84688-header-h: 56px;
  --shell84688-bottom-h: 64px;
  --shell84688-safe-bottom: calc(var(--shell84688-bottom-h) + 18px);
}

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

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

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

body {
  background: radial-gradient(120% 60% at 50% 0%, #2A3C4E 0%, var(--shell84688-bg) 55%, #18232F 100%);
  color: var(--shell84688-text);
  font-family: "Segoe UI", "Helvetica Neue", Roboto, "Noto Sans", system-ui, -apple-system, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--shell84688-orange-soft);
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
p,
ul,
ol,
figure {
  margin: 0;
}

ul,
ol {
  padding-left: 1.1rem;
}

:focus-visible {
  outline: 2px solid var(--shell84688-orange);
  outline-offset: 2px;
  border-radius: 6px;
}

/* ---------- Page shell (centered phone canvas on wide screens) ---------- */
.shell84688-page {
  max-width: 430px;
  margin: 0 auto;
  position: relative;
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(255, 149, 0, 0.05) 0%, rgba(255, 149, 0, 0) 18%),
    linear-gradient(0deg, rgba(255, 99, 71, 0.06) 0%, rgba(255, 99, 71, 0) 14%);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.45);
}

/* ---------- Top functional header (edge-aligned) ---------- */
.shell84688-header {
  position: sticky;
  top: 0;
  z-index: 60;
  height: var(--shell84688-header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 12px;
  background: linear-gradient(180deg, rgba(30, 42, 56, 0.98) 0%, rgba(30, 42, 56, 0.92) 100%);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--shell84688-line);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.shell84688-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  flex: 1;
}

.shell84688-brand-logo {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  object-fit: cover;
  border: 1px solid var(--shell84688-line);
  box-shadow: 0 0 0 2px rgba(255, 149, 0, 0.18);
  flex-shrink: 0;
}

.shell84688-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  min-width: 0;
}

.shell84688-brand-name {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.2px;
  color: var(--shell84688-text);
  white-space: nowrap;
}

.shell84688-brand-name span {
  color: var(--shell84688-orange);
}

.shell84688-brand-tag {
  font-size: 10px;
  color: var(--shell84688-text-mute);
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

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

.shell84688-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  transition: transform 0.16s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
  white-space: nowrap;
}

.shell84688-btn--register {
  background: linear-gradient(135deg, var(--shell84688-orange) 0%, var(--shell84688-tomato) 100%);
  color: #1A1206;
  box-shadow: 0 4px 14px rgba(255, 99, 71, 0.36);
}

.shell84688-btn--register:hover,
.shell84688-btn--register:focus {
  transform: translateY(-1px);
  box-shadow: var(--shell84688-glow);
  text-decoration: none;
}

.shell84688-btn--login {
  background: transparent;
  color: var(--shell84688-text);
  border: 1px solid var(--shell84688-line);
}

.shell84688-btn--login:hover,
.shell84688-btn--login:focus {
  border-color: var(--shell84688-orange);
  color: var(--shell84688-orange-soft);
  text-decoration: none;
}

.shell84688-icon-btn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--shell84688-line);
  color: var(--shell84688-text);
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.25s ease;
}

.shell84688-icon-btn:hover,
.shell84688-icon-btn:focus {
  background: rgba(255, 149, 0, 0.1);
  color: var(--shell84688-orange-soft);
}

.shell84688-icon-btn--active {
  background: rgba(255, 149, 0, 0.16);
  color: var(--shell84688-orange);
  border-color: var(--shell84688-orange);
}

.shell84688-icon-btn svg {
  width: 20px;
  height: 20px;
}

/* ---------- Layered dropdown menu ---------- */
.shell84688-menu {
  position: fixed;
  top: var(--shell84688-header-h);
  left: 50%;
  transform: translate(-50%, -8px);
  width: 100%;
  max-width: 430px;
  z-index: 55;
  background: linear-gradient(180deg, #283B4D 0%, #1F2E3D 100%);
  border-bottom: 1px solid var(--shell84688-line);
  box-shadow: var(--shell84688-shadow);
  padding: 10px 14px 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  max-height: calc(100vh - var(--shell84688-header-h));
  overflow-y: auto;
}

.shell84688-menu--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.shell84688-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.shell84688-menu-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--shell84688-orange-soft);
}

.shell84688-menu-close {
  color: var(--shell84688-text-mute);
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 8px;
}

.shell84688-menu-close:hover {
  color: var(--shell84688-text);
  background: rgba(255, 255, 255, 0.06);
}

.shell84688-menu-group {
  border-top: 1px dashed var(--shell84688-line-soft);
  padding: 8px 0;
}

.shell84688-menu-group:first-of-type {
  border-top: none;
}

.shell84688-menu-group-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--shell84688-text-mute);
  padding: 4px 2px;
}

.shell84688-menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.shell84688-menu-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 11px;
  border-radius: var(--shell84688-radius-sm);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--shell84688-line-soft);
  color: var(--shell84688-text);
  font-size: 13px;
  font-weight: 600;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.16s ease;
}

.shell84688-menu-link:hover,
.shell84688-menu-link:focus {
  background: rgba(255, 149, 0, 0.12);
  border-color: var(--shell84688-orange);
  color: var(--shell84688-text);
  text-decoration: none;
  transform: translateX(2px);
}

.shell84688-menu-link-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--shell84688-orange);
  box-shadow: 0 0 8px rgba(255, 149, 0, 0.6);
  flex-shrink: 0;
}

/* ---------- Main content ---------- */
.shell84688-main {
  padding: 14px 12px 0;
  padding-bottom: var(--shell84688-safe-bottom);
}

.shell84688-section {
  margin-bottom: 22px;
}

.shell84688-section-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.shell84688-section-head::before {
  content: "";
  width: 4px;
  height: 20px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--shell84688-orange) 0%, var(--shell84688-tomato) 100%);
  box-shadow: 0 0 8px rgba(255, 149, 0, 0.45);
  flex-shrink: 0;
}

.shell84688-h1 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.2px;
  margin-bottom: 8px;
}

.shell84688-h1 em {
  font-style: normal;
  background: linear-gradient(90deg, var(--shell84688-orange) 0%, var(--shell84688-tomato) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.shell84688-h2 {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
  color: var(--shell84688-text);
  flex: 1;
}

.shell84688-h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--shell84688-orange-soft);
  margin-bottom: 6px;
}

.shell84688-lead {
  color: var(--shell84688-text-soft);
  font-size: 14px;
  line-height: 1.6;
}

.shell84688-lead a {
  font-weight: 600;
}

.shell84688-eyebrow {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--shell84688-orange);
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--shell84688-line);
  background: rgba(255, 149, 0, 0.08);
  margin-bottom: 10px;
}

/* ---------- Hero carousel ---------- */
.shell84688-carousel {
  position: relative;
  border-radius: var(--shell84688-radius-lg);
  overflow: hidden;
  box-shadow: var(--shell84688-shadow);
  margin-bottom: 18px;
  border: 1px solid var(--shell84688-line);
}

.shell84688-carousel-viewport {
  overflow: hidden;
}

.shell84688-carousel-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  width: 100%;
}

.shell84688-carousel-slide {
  flex: 0 0 100%;
  position: relative;
  display: block;
  width: 100%;
}

.shell84688-carousel-slide img {
  width: 100%;
  height: 188px;
  object-fit: cover;
  display: block;
}

.shell84688-carousel-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 32px 16px 14px;
  background: linear-gradient(0deg, rgba(15, 22, 30, 0.92) 0%, rgba(15, 22, 30, 0) 100%);
  display: flex;
  flex-direction: column;
  gap: 4px;
  pointer-events: none;
}

.shell84688-carousel-title {
  font-size: 17px;
  font-weight: 800;
  color: var(--shell84688-text);
  line-height: 1.2;
}

.shell84688-carousel-title span {
  color: var(--shell84688-orange);
}

.shell84688-carousel-sub {
  font-size: 12px;
  color: var(--shell84688-text-soft);
}

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

.shell84688-carousel-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  transition: background 0.2s ease, width 0.2s ease;
  padding: 0;
}

.shell84688-carousel-dot--active {
  background: var(--shell84688-orange);
  width: 20px;
  border-radius: 999px;
  box-shadow: 0 0 8px rgba(255, 149, 0, 0.6);
}

/* ---------- Direct answer / intro band ---------- */
.shell84688-intro {
  background: linear-gradient(135deg, rgba(255, 149, 0, 0.14) 0%, rgba(255, 99, 71, 0.08) 100%);
  border: 1px solid var(--shell84688-line);
  border-radius: var(--shell84688-radius);
  padding: 14px;
  margin-bottom: 20px;
}

.shell84688-intro p {
  color: var(--shell84688-text-soft);
  font-size: 14px;
  line-height: 1.6;
}

.shell84688-intro p + p {
  margin-top: 8px;
}

/* ---------- Game sections & grid ---------- */
.shell84688-game-section {
  margin-bottom: 24px;
}

.shell84688-game-section-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--shell84688-tomato);
  margin-left: auto;
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 99, 71, 0.4);
  background: rgba(255, 99, 71, 0.08);
}

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

.shell84688-game-card {
  background: linear-gradient(180deg, var(--shell84688-surface) 0%, var(--shell84688-bg-2) 100%);
  border: 1px solid var(--shell84688-line-soft);
  border-radius: var(--shell84688-radius-sm);
  padding: 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  transition: transform 0.16s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  min-height: 44px;
}

.shell84688-game-card:hover,
.shell84688-game-card:focus {
  border-color: var(--shell84688-orange);
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 149, 0, 0.25);
  text-decoration: none;
}

.shell84688-game-card--flash {
  box-shadow: var(--shell84688-glow);
  border-color: var(--shell84688-orange);
}

.shell84688-game-card-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  background: #0F1822;
  border: 1px solid var(--shell84688-line-soft);
}

.shell84688-game-card-name {
  font-size: 11px;
  font-weight: 600;
  color: var(--shell84688-text);
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 26px;
}

.shell84688-game-card:hover .shell84688-game-card-name,
.shell84688-game-card:focus .shell84688-game-card-name {
  color: var(--shell84688-orange-soft);
}

/* ---------- Content modules ---------- */
.shell84688-module {
  background: linear-gradient(180deg, var(--shell84688-surface) 0%, var(--shell84688-bg-2) 100%);
  border: 1px solid var(--shell84688-line-soft);
  border-radius: var(--shell84688-radius);
  padding: 16px;
  margin-bottom: 18px;
}

.shell84688-module p {
  color: var(--shell84688-text-soft);
  font-size: 13.5px;
  line-height: 1.65;
}

.shell84688-module p + p,
.shell84688-module p + h3,
.shell84688-module h3 + p {
  margin-top: 8px;
}

.shell84688-module ul {
  color: var(--shell84688-text-soft);
  font-size: 13.5px;
  line-height: 1.6;
}

.shell84688-module ul li + li {
  margin-top: 4px;
}

.shell84688-module a {
  font-weight: 600;
}

/* App download block */
.shell84688-app-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.shell84688-app-media {
  border-radius: var(--shell84688-radius);
  overflow: hidden;
  border: 1px solid var(--shell84688-line);
  box-shadow: var(--shell84688-shadow);
}

.shell84688-app-media img {
  width: 100%;
  height: 168px;
  object-fit: cover;
}

.shell84688-app-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.shell84688-app-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--shell84688-orange) 0%, var(--shell84688-tomato) 100%);
  color: #1A1206;
  box-shadow: 0 4px 14px rgba(255, 99, 71, 0.32);
  transition: transform 0.16s ease, box-shadow 0.22s ease;
  min-height: 44px;
}

.shell84688-app-cta:hover,
.shell84688-app-cta:focus {
  transform: translateY(-1px);
  box-shadow: var(--shell84688-glow);
  text-decoration: none;
}

.shell84688-app-cta--ghost {
  background: transparent;
  color: var(--shell84688-text);
  border: 1px solid var(--shell84688-line);
  box-shadow: none;
}

.shell84688-app-cta--ghost:hover,
.shell84688-app-cta--ghost:focus {
  border-color: var(--shell84688-orange);
  color: var(--shell84688-orange-soft);
  box-shadow: none;
}

/* Play-style cards */
.shell84688-style-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}

.shell84688-style-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--shell84688-line-soft);
  border-left: 3px solid var(--shell84688-orange);
  border-radius: var(--shell84688-radius-sm);
  padding: 11px;
}

.shell84688-style-card h3 {
  font-size: 13px;
  font-weight: 700;
  color: var(--shell84688-orange-soft);
  margin-bottom: 4px;
}

.shell84688-style-card p {
  font-size: 12px;
  color: var(--shell84688-text-soft);
  line-height: 1.5;
}

/* Comparison table */
.shell84688-compare {
  margin-top: 10px;
  border: 1px solid var(--shell84688-line-soft);
  border-radius: var(--shell84688-radius-sm);
  overflow: hidden;
}

.shell84688-compare-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--shell84688-line-soft);
}

.shell84688-compare-row:last-child {
  border-bottom: none;
}

.shell84688-compare-row > div {
  padding: 9px 11px;
  font-size: 12.5px;
  color: var(--shell84688-text-soft);
  line-height: 1.45;
}

.shell84688-compare-row > div:first-child {
  background: rgba(255, 149, 0, 0.08);
  color: var(--shell84688-text);
  font-weight: 600;
  border-right: 1px solid var(--shell84688-line-soft);
}

/* Inline feature chip list */
.shell84688-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.shell84688-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 149, 0, 0.1);
  border: 1px solid var(--shell84688-line);
  color: var(--shell84688-text);
  font-size: 11.5px;
  font-weight: 600;
}

.shell84688-chip::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--shell84688-orange);
}

/* ---------- Extended footer ---------- */
.shell84688-extended {
  margin-top: 26px;
  padding: 18px 14px;
  background: linear-gradient(180deg, #223242 0%, #1A2632 100%);
  border-top: 1px solid var(--shell84688-line);
  border-radius: var(--shell84688-radius) var(--shell84688-radius) 0 0;
}

.shell84688-ext-group {
  margin-bottom: 16px;
}

.shell84688-ext-group:last-child {
  margin-bottom: 0;
}

.shell84688-ext-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--shell84688-orange);
  margin-bottom: 8px;
}

.shell84688-ext-promo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.shell84688-ext-promo {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  border-radius: var(--shell84688-radius-sm);
  background: linear-gradient(135deg, rgba(255, 149, 0, 0.16) 0%, rgba(255, 99, 71, 0.1) 100%);
  border: 1px solid var(--shell84688-line);
  color: var(--shell84688-text);
  font-size: 12.5px;
  font-weight: 700;
  min-height: 44px;
  transition: transform 0.16s ease, box-shadow 0.22s ease;
}

.shell84688-ext-promo:hover,
.shell84688-ext-promo:focus {
  transform: translateY(-1px);
  box-shadow: var(--shell84688-glow);
  text-decoration: none;
}

.shell84688-ext-promo-num {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--shell84688-orange) 0%, var(--shell84688-tomato) 100%);
  color: #1A1206;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.shell84688-ext-brand {
  font-size: 13px;
  color: var(--shell84688-text-soft);
  line-height: 1.6;
}

.shell84688-ext-directory {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.shell84688-ext-directory a {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--shell84688-line-soft);
  color: var(--shell84688-text);
  font-size: 12px;
  font-weight: 600;
  transition: background 0.18s ease, border-color 0.18s ease;
}

.shell84688-ext-directory a:hover,
.shell84688-ext-directory a:focus {
  background: rgba(255, 149, 0, 0.1);
  border-color: var(--shell84688-orange);
  text-decoration: none;
}

.shell84688-ext-disclaimer {
  font-size: 11.5px;
  color: var(--shell84688-text-mute);
  line-height: 1.55;
  padding: 10px 12px;
  border-radius: var(--shell84688-radius-sm);
  background: rgba(255, 255, 255, 0.03);
  border: 1px dashed var(--shell84688-line-soft);
}

/* ---------- Generic footer ---------- */
.shell84688-footer {
  padding: 14px 14px calc(14px + var(--shell84688-bottom-h));
  text-align: center;
  background: #16212C;
  border-top: 1px solid var(--shell84688-line-soft);
}

.shell84688-footer-copy {
  font-size: 11.5px;
  color: var(--shell84688-text-mute);
  line-height: 1.6;
}

.shell84688-footer-copy strong {
  color: var(--shell84688-text-soft);
}

/* ---------- Bottom navigation (layered bar) ---------- */
.shell84688-bottomnav {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  max-width: 430px;
  z-index: 70;
  height: var(--shell84688-bottom-h);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 6px;
  background: linear-gradient(180deg, rgba(30, 42, 56, 0.98) 0%, #14202B 100%);
  border-top: 1px solid var(--shell84688-line);
  box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.45);
}

.shell84688-bottomnav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--shell84688-orange) 50%, transparent 100%);
  opacity: 0.6;
}

.shell84688-bottomnav-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  height: 100%;
  padding: 6px 2px 8px;
  color: var(--shell84688-text-mute);
  position: relative;
  transition: color 0.2s ease;
  min-height: 44px;
}

.shell84688-bottomnav-item:hover,
.shell84688-bottomnav-item:focus {
  color: var(--shell84688-text);
  text-decoration: none;
}

.shell84688-bottomnav-item--active {
  color: var(--shell84688-orange);
}

.shell84688-bottomnav-item--active::after {
  content: "";
  position: absolute;
  top: 0;
  width: 26px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: var(--shell84688-orange);
  box-shadow: 0 0 8px rgba(255, 149, 0, 0.6);
}

.shell84688-bottomnav-item--center {
  flex: 1.15;
  align-items: center;
}

.shell84688-bottomnav-center-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--shell84688-orange) 0%, var(--shell84688-tomato) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1A1206;
  margin-top: -16px;
  box-shadow: 0 6px 16px rgba(255, 99, 71, 0.5), 0 0 0 4px rgba(30, 42, 56, 0.96);
  transition: transform 0.18s ease, box-shadow 0.22s ease;
}

.shell84688-bottomnav-center-btn:hover,
.shell84688-bottomnav-center-btn:focus {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 8px 22px rgba(255, 99, 71, 0.62), 0 0 0 4px rgba(30, 42, 56, 0.96), var(--shell84688-glow);
}

.shell84688-bottomnav-center-btn svg {
  width: 24px;
  height: 24px;
}

.shell84688-bottomnav-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.shell84688-bottomnav-icon svg {
  width: 22px;
  height: 22px;
}

.shell84688-bottomnav-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 1;
}

.shell84688-bottomnav-item--center .shell84688-bottomnav-label {
  font-size: 10px;
  margin-top: 2px;
}

/* ---------- Utility ---------- */
.shell84688-container {
  width: 100%;
  padding: 0 12px;
}

.shell84688-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;
}

.shell84688-body--menu-open {
  overflow: hidden;
}

/* ---------- Responsive (phone canvas kept on wider screens) ---------- */
@media (min-width: 360px) {
  .shell84688-game-card-name {
    font-size: 11.5px;
  }
}

@media (min-width: 393px) {
  .shell84688-h1 {
    font-size: 24px;
  }
  .shell84688-game-grid {
    gap: 10px;
  }
  .shell84688-carousel-slide img {
    height: 210px;
  }
  .shell84688-app-media img {
    height: 190px;
  }
}

@media (min-width: 414px) {
  .shell84688-game-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .shell84688-h1 {
    font-size: 26px;
  }
  .shell84688-ext-promo-grid,
  .shell84688-ext-directory {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .shell84688-style-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .shell84688-carousel-slide img {
    height: 224px;
  }
}

@media (max-width: 359px) {
  .shell84688-game-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }
  .shell84688-style-grid {
    grid-template-columns: 1fr;
  }
  .shell84688-btn {
    padding: 0 10px;
    font-size: 12px;
  }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
  .shell84688-carousel-track {
    transition: none !important;
  }
}
