/* ============================================================
 * Nustar Casino Cebu - Mobile-first stylesheet
 * Class prefix:  shell6af8c-
 * Palette anchor: #1E90FF accent | #808080 neutral | #0D1117 base
 * Canvas target: 320-430px. Wider screens keep the mobile frame
 * centered; no desktop-width layout is provided.
 * ============================================================ */

:root {
  --shell6af8c-color-base: #0D1117;
  --shell6af8c-color-base-2: #131B27;
  --shell6af8c-color-base-3: #1A2435;
  --shell6af8c-color-accent: #1E90FF;
  --shell6af8c-color-accent-soft: #4FA8FF;
  --shell6af8c-color-accent-deep: #0E6BC5;
  --shell6af8c-color-neutral: #808080;
  --shell6af8c-color-text: #F2F6FB;
  --shell6af8c-color-muted: #B7C2D2;
  --shell6af8c-color-line: rgba(255, 255, 255, 0.08);
  --shell6af8c-color-card: #16202E;
  --shell6af8c-color-card-hover: #1C2838;
  --shell6af8c-color-success: #29C46A;
  --shell6af8c-color-warn: #FFB454;
  --shell6af8c-radius-sm: 8px;
  --shell6af8c-radius-md: 14px;
  --shell6af8c-radius-lg: 22px;
  --shell6af8c-radius-pill: 999px;
  --shell6af8c-shadow-card: 0 8px 22px rgba(0, 0, 0, 0.35);
  --shell6af8c-shadow-glow: 0 0 0 1px rgba(30, 144, 255, 0.35), 0 12px 28px rgba(30, 144, 255, 0.18);
  --shell6af8c-header-h: 58px;
  --shell6af8c-bottom-nav-h: 70px;
  --shell6af8c-safe-bottom: 14px;
  --shell6af8c-max-canvas: 430px;
  --shell6af8c-font: "Segoe UI", "Helvetica Neue", Roboto, Arial, "Noto Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  padding: 0;
  background: radial-gradient(1200px 600px at 50% -10%, #16273B 0%, var(--shell6af8c-color-base) 55%) fixed;
  color: var(--shell6af8c-color-text);
  font-family: var(--shell6af8c-font);
  font-size: 15px;
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--shell6af8c-color-accent-soft); text-decoration: none; }
a:hover, a:focus { color: var(--shell6af8c-color-text); }
img { display: block; max-width: 100%; }
button { font-family: inherit; }

/* ------------------------------------------------------------
 * Mobile canvas frame: center the phone-width column on wide
 * screens and reserve clearance for the fixed bottom nav.
 * ------------------------------------------------------------ */
.shell6af8c-canvas {
  width: 100%;
  max-width: var(--shell6af8c-max-canvas);
  margin: 0 auto;
  min-height: 100vh;
  background: linear-gradient(180deg, rgba(19, 27, 39, 0.4) 0%, rgba(13, 17, 23, 0) 30%), var(--shell6af8c-color-base);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  position: relative;
  padding-bottom: calc(var(--shell6af8c-bottom-nav-h) + var(--shell6af8c-safe-bottom) + 16px);
}

.shell6af8c-skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--shell6af8c-color-accent);
  color: #051018;
  padding: 8px 14px;
  border-radius: 0 0 var(--shell6af8c-radius-sm) 0;
  z-index: 200;
}
.shell6af8c-skip-link:focus { left: 0; }

/* ------------------------------------------------------------
 * Header: banner-style top bar with real logo image.
 * ------------------------------------------------------------ */
.shell6af8c-header {
  position: sticky;
  top: 0;
  z-index: 90;
  height: var(--shell6af8c-header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 12px;
  background: linear-gradient(180deg, rgba(13, 17, 23, 0.96) 0%, rgba(13, 17, 23, 0.86) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--shell6af8c-color-line);
}

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

.shell6af8c-logo {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid rgba(30, 144, 255, 0.5);
  box-shadow: 0 0 0 2px rgba(30, 144, 255, 0.15);
  flex-shrink: 0;
  background: var(--shell6af8c-color-base-2);
}

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

.shell6af8c-brand-name {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.2px;
  color: var(--shell6af8c-color-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shell6af8c-brand-tag {
  font-size: 10px;
  color: var(--shell6af8c-color-accent-soft);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 600;
}

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

.shell6af8c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 36px;
  padding: 0 12px;
  border-radius: var(--shell6af8c-radius-pill);
  font-size: 13px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: transform 0.14s ease, box-shadow 0.14s ease, background 0.14s ease;
  min-height: 44px;
}

.shell6af8c-btn-login {
  background: transparent;
  color: var(--shell6af8c-color-text);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0 12px;
}

.shell6af8c-btn-login:hover, .shell6af8c-btn-login:focus {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.shell6af8c-btn-register {
  background: linear-gradient(135deg, var(--shell6af8c-color-accent) 0%, var(--shell6af8c-color-accent-deep) 100%);
  color: #051018;
  box-shadow: 0 6px 16px rgba(30, 144, 255, 0.35);
  padding: 0 14px;
}

.shell6af8c-btn-register:hover, .shell6af8c-btn-register:focus {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(30, 144, 255, 0.45);
  color: #051018;
}

.shell6af8c-menu-toggle {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--shell6af8c-color-line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--shell6af8c-color-text);
  min-height: 44px;
  transition: background 0.16s ease, transform 0.16s ease;
}

.shell6af8c-menu-toggle:hover, .shell6af8c-menu-toggle:focus {
  background: rgba(30, 144, 255, 0.14);
}

.shell6af8c-menu-toggle--active {
  background: rgba(30, 144, 255, 0.22);
  transform: scale(0.96);
}

.shell6af8c-menu-toggle .shell6af8c-bar {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  position: relative;
}

.shell6af8c-menu-toggle .shell6af8c-bar::before,
.shell6af8c-menu-toggle .shell6af8c-bar::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: transform 0.2s ease, top 0.2s ease;
}

.shell6af8c-menu-toggle .shell6af8c-bar::before { top: -6px; }
.shell6af8c-menu-toggle .shell6af8c-bar::after { top: 6px; }

.shell6af8c-menu-toggle--active .shell6af8c-bar { background: transparent; }
.shell6af8c-menu-toggle--active .shell6af8c-bar::before {
  top: 0;
  transform: rotate(45deg);
}
.shell6af8c-menu-toggle--active .shell6af8c-bar::after {
  top: 0;
  transform: rotate(-45deg);
}

/* ------------------------------------------------------------
 * Stacked overlay menu: full-canvas layer sliding down.
 * ------------------------------------------------------------ */
.shell6af8c-overlay-menu {
  position: fixed;
  inset: 0;
  z-index: 110;
  background: linear-gradient(180deg, rgba(8, 12, 18, 0.98) 0%, rgba(13, 17, 23, 0.98) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: calc(var(--shell6af8c-header-h) + 12px) 18px 32px;
  overflow-y: auto;
  transform: translateY(-12px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

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

.shell6af8c-overlay-cta-row {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}

.shell6af8c-overlay-cta-row .shell6af8c-btn { flex: 1; height: 46px; }

.shell6af8c-overlay-title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: var(--shell6af8c-color-accent-soft);
  margin: 18px 4px 8px;
  font-weight: 700;
}

.shell6af8c-overlay-nav {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--shell6af8c-color-line);
}

.shell6af8c-overlay-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 6px;
  color: var(--shell6af8c-color-text);
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid var(--shell6af8c-color-line);
  transition: background 0.16s ease, padding 0.16s ease;
}

.shell6af8c-overlay-nav a:hover, .shell6af8c-overlay-nav a:focus {
  background: rgba(30, 144, 255, 0.08);
  padding-left: 12px;
  color: #fff;
}

.shell6af8c-overlay-nav a::after {
  content: "›";
  color: var(--shell6af8c-color-accent);
  font-size: 20px;
  line-height: 1;
}

/* ------------------------------------------------------------
 * Hero carousel: three local promo slides.
 * ------------------------------------------------------------ */
.shell6af8c-main { padding: 0 12px; }

.shell6af8c-hero {
  margin-top: 14px;
  border-radius: var(--shell6af8c-radius-lg);
  overflow: hidden;
  box-shadow: var(--shell6af8c-shadow-card);
  position: relative;
  border: 1px solid var(--shell6af8c-color-line);
}

.shell6af8c-carousel {
  position: relative;
  overflow: hidden;
}

.shell6af8c-carousel-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.shell6af8c-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  color: inherit;
}

.shell6af8c-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 12, 18, 0.05) 0%, rgba(8, 12, 18, 0.78) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
}

.shell6af8c-slide-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  background: rgba(30, 144, 255, 0.22);
  border: 1px solid rgba(30, 144, 255, 0.55);
  border-radius: var(--shell6af8c-radius-pill);
  font-size: 10px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #D7EAFF;
  width: max-content;
  margin-bottom: 8px;
}

.shell6af8c-slide-title {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 4px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

.shell6af8c-slide-sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 10px;
}

.shell6af8c-slide-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  background: var(--shell6af8c-color-accent);
  color: #051018;
  border-radius: var(--shell6af8c-radius-pill);
  font-size: 12px;
  font-weight: 800;
  width: max-content;
}

.shell6af8c-carousel-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 6px;
  z-index: 2;
}

.shell6af8c-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}

.shell6af8c-dot--active {
  width: 22px;
  border-radius: var(--shell6af8c-radius-pill);
  background: var(--shell6af8c-color-accent);
}

/* ------------------------------------------------------------
 * Quick category chips.
 * ------------------------------------------------------------ */
.shell6af8c-quick-chips {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 14px 2px 6px;
  margin: 0;
  list-style: none;
  scrollbar-width: none;
}
.shell6af8c-quick-chips::-webkit-scrollbar { display: none; }

.shell6af8c-chip {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: var(--shell6af8c-radius-pill);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--shell6af8c-color-line);
  color: var(--shell6af8c-color-muted);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  min-height: 36px;
  transition: background 0.16s ease, color 0.16s ease;
}

.shell6af8c-chip:hover, .shell6af8c-chip:focus {
  background: rgba(30, 144, 255, 0.16);
  color: #fff;
}

.shell6af8c-chip .shell6af8c-chip-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--shell6af8c-color-accent);
}

/* ------------------------------------------------------------
 * Section heading.
 * ------------------------------------------------------------ */
.shell6af8c-section {
  margin-top: 26px;
}

.shell6af8c-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 2px 12px;
}

.shell6af8c-section-title {
  font-size: 17px;
  font-weight: 800;
  color: var(--shell6af8c-color-text);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.2;
}

.shell6af8c-section-title::before {
  content: "";
  width: 4px;
  height: 18px;
  background: linear-gradient(180deg, var(--shell6af8c-color-accent) 0%, var(--shell6af8c-color-accent-deep) 100%);
  border-radius: 2px;
}

.shell6af8c-section-link {
  font-size: 11px;
  color: var(--shell6af8c-color-accent-soft);
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.shell6af8c-section-desc {
  margin: -6px 2px 12px;
  font-size: 12.5px;
  color: var(--shell6af8c-color-muted);
}

/* ------------------------------------------------------------
 * Game grid: 4 columns at 320px, 4-5 at 375-430px.
 * ------------------------------------------------------------ */
.shell6af8c-game-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

@media (min-width: 360px) {
  .shell6af8c-game-grid { gap: 10px; }
}

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

.shell6af8c-game-card {
  background: var(--shell6af8c-color-card);
  border: 1px solid var(--shell6af8c-color-line);
  border-radius: var(--shell6af8c-radius-md);
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  display: block;
  text-align: left;
  font-family: inherit;
  color: inherit;
  position: relative;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.shell6af8c-game-card:hover, .shell6af8c-game-card:focus {
  transform: translateY(-2px);
  border-color: rgba(30, 144, 255, 0.55);
  box-shadow: var(--shell6af8c-shadow-glow);
}

.shell6af8c-game-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--shell6af8c-color-base-2);
  overflow: hidden;
}

.shell6af8c-game-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.shell6af8c-game-card:hover .shell6af8c-game-thumb img,
.shell6af8c-game-card:focus .shell6af8c-game-thumb img {
  transform: scale(1.06);
}

.shell6af8c-game-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.35) 100%);
  pointer-events: none;
}

.shell6af8c-game-name {
  font-size: 10.5px;
  font-weight: 600;
  color: var(--shell6af8c-color-text);
  padding: 5px 6px 6px;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

@media (min-width: 395px) {
  .shell6af8c-game-name { font-size: 10px; }
}

/* ------------------------------------------------------------
 * Inline SEO text block.
 * ------------------------------------------------------------ */
.shell6af8c-seo-lead {
  margin: 22px 2px 4px;
  padding: 18px;
  border-radius: var(--shell6af8c-radius-md);
  background: linear-gradient(160deg, rgba(30, 144, 255, 0.08) 0%, rgba(30, 144, 255, 0) 70%), var(--shell6af8c-color-card);
  border: 1px solid var(--shell6af8c-color-line);
}

.shell6af8c-seo-lead h1 {
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 10px;
  color: #fff;
  font-weight: 800;
}

.shell6af8c-seo-lead p {
  margin: 0 0 10px;
  color: var(--shell6af8c-color-muted);
  font-size: 13.5px;
}

.shell6af8c-seo-lead p:last-child { margin-bottom: 0; }

.shell6af8c-seo-lead strong { color: var(--shell6af8c-color-text); }

/* ------------------------------------------------------------
 * Content modules after game sections.
 * ------------------------------------------------------------ */
.shell6af8c-module {
  margin-top: 22px;
  padding: 18px;
  border-radius: var(--shell6af8c-radius-md);
  background: var(--shell6af8c-color-card);
  border: 1px solid var(--shell6af8c-color-line);
}

.shell6af8c-module h2 {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 8px;
  color: #fff;
  line-height: 1.3;
}

.shell6af8c-module h3 {
  font-size: 13.5px;
  font-weight: 700;
  margin: 14px 0 4px;
  color: var(--shell6af8c-color-accent-soft);
}

.shell6af8c-module p {
  margin: 0 0 10px;
  color: var(--shell6af8c-color-muted);
  font-size: 13px;
}

.shell6af8c-module ul {
  margin: 6px 0 10px;
  padding-left: 18px;
  color: var(--shell6af8c-color-muted);
  font-size: 13px;
}

.shell6af8c-module ul li { margin-bottom: 5px; }
.shell6af8c-module a { color: var(--shell6af8c-color-accent-soft); font-weight: 600; }
.shell6af8c-module a:hover { color: #fff; text-decoration: underline; }

.shell6af8c-module-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 10px;
}

@media (min-width: 395px) {
  .shell6af8c-module-grid { grid-template-columns: repeat(3, 1fr); }
}

.shell6af8c-tile {
  background: var(--shell6af8c-color-base-2);
  border: 1px solid var(--shell6af8c-color-line);
  border-radius: var(--shell6af8c-radius-sm);
  padding: 12px 10px;
  text-align: center;
}

.shell6af8c-tile-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin: 0 auto 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(30, 144, 255, 0.18);
  color: var(--shell6af8c-color-accent-soft);
}

.shell6af8c-tile-title {
  font-size: 12px;
  font-weight: 700;
  color: var(--shell6af8c-color-text);
  margin-bottom: 2px;
}

.shell6af8c-tile-sub {
  font-size: 10.5px;
  color: var(--shell6af8c-color-muted);
  line-height: 1.35;
}

.shell6af8c-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.shell6af8c-stat {
  background: var(--shell6af8c-color-base-2);
  border: 1px solid var(--shell6af8c-color-line);
  border-radius: var(--shell6af8c-radius-sm);
  padding: 12px 6px;
  text-align: center;
}

.shell6af8c-stat-num {
  font-size: 18px;
  font-weight: 800;
  color: var(--shell6af8c-color-accent-soft);
  line-height: 1;
}

.shell6af8c-stat-label {
  font-size: 10px;
  color: var(--shell6af8c-color-muted);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

/* ------------------------------------------------------------
 * Inline CTA banner.
 * ------------------------------------------------------------ */
.shell6af8c-inline-cta {
  margin-top: 22px;
  padding: 18px;
  border-radius: var(--shell6af8c-radius-md);
  background: linear-gradient(135deg, rgba(30, 144, 255, 0.22) 0%, rgba(30, 144, 255, 0.04) 100%);
  border: 1px solid rgba(30, 144, 255, 0.4);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.shell6af8c-inline-cta h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
}

.shell6af8c-inline-cta p {
  margin: 0;
  font-size: 12.5px;
  color: var(--shell6af8c-color-muted);
}

.shell6af8c-inline-cta .shell6af8c-btn {
  align-self: flex-start;
  height: 44px;
  padding: 0 20px;
}

/* ------------------------------------------------------------
 * Extended footer (homepage-only): two-column directory.
 * ------------------------------------------------------------ */
.shell6af8c-extended-footer {
  margin-top: 26px;
  padding: 20px 14px 16px;
  border-radius: var(--shell6af8c-radius-md) var(--shell6af8c-radius-md) 0 0;
  background: linear-gradient(180deg, var(--shell6af8c-color-base-2) 0%, var(--shell6af8c-color-base) 100%);
  border-top: 1px solid var(--shell6af8c-color-line);
}

.shell6af8c-ef-brand {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.shell6af8c-ef-brand img {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid rgba(30, 144, 255, 0.4);
  flex-shrink: 0;
}

.shell6af8c-ef-brand-text h4 {
  margin: 0 0 4px;
  font-size: 14px;
  color: #fff;
  font-weight: 800;
}

.shell6af8c-ef-brand-text p {
  margin: 0;
  font-size: 12px;
  color: var(--shell6af8c-color-muted);
  line-height: 1.5;
}

.shell6af8c-ef-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.shell6af8c-ef-col h5 {
  margin: 0 0 8px;
  font-size: 11px;
  color: var(--shell6af8c-color-accent-soft);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 700;
}

.shell6af8c-ef-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shell6af8c-ef-col li { margin-bottom: 6px; }

.shell6af8c-ef-col a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--shell6af8c-color-muted);
  font-weight: 500;
}

.shell6af8c-ef-col a:hover { color: #fff; }

.shell6af8c-ef-promos {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.shell6af8c-ef-promo {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  background: rgba(30, 144, 255, 0.08);
  border: 1px solid rgba(30, 144, 255, 0.28);
  border-radius: var(--shell6af8c-radius-sm);
  color: var(--shell6af8c-color-text);
  font-size: 11.5px;
  font-weight: 600;
  cursor: pointer;
  min-height: 44px;
}

.shell6af8c-ef-promo:hover {
  background: rgba(30, 144, 255, 0.16);
  color: #fff;
}

.shell6af8c-ef-promo .shell6af8c-ef-promo-mark {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: var(--shell6af8c-color-accent);
  color: #051018;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  flex-shrink: 0;
}

.shell6af8c-ef-disclaimer {
  margin-top: 16px;
  padding: 12px;
  border-radius: var(--shell6af8c-radius-sm);
  background: rgba(255, 255, 255, 0.03);
  border: 1px dashed var(--shell6af8c-color-line);
  font-size: 11px;
  color: var(--shell6af8c-color-neutral);
  line-height: 1.55;
}

/* ------------------------------------------------------------
 * Common footer.
 * ------------------------------------------------------------ */
.shell6af8c-footer {
  padding: 18px 14px 8px;
  text-align: center;
  color: var(--shell6af8c-color-muted);
  font-size: 11.5px;
  border-top: 1px solid var(--shell6af8c-color-line);
}

.shell6af8c-footer p { margin: 0 0 6px; }

.shell6af8c-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 10px;
  margin: 8px 0;
}

.shell6af8c-footer-links a {
  font-size: 11px;
  color: var(--shell6af8c-color-muted);
}

.shell6af8c-footer-links a:hover { color: #fff; }

/* ------------------------------------------------------------
 * Mobile bottom navigation: center-raised profile, 5 roles.
 * ------------------------------------------------------------ */
.shell6af8c-bottom-nav {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  max-width: var(--shell6af8c-max-canvas);
  height: calc(var(--shell6af8c-bottom-nav-h) + var(--shell6af8c-safe-bottom));
  padding-bottom: var(--shell6af8c-safe-bottom);
  background: linear-gradient(180deg, rgba(13, 17, 23, 0.92) 0%, rgba(13, 17, 23, 0.98) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--shell6af8c-color-line);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  z-index: 95;
}

.shell6af8c-bottom-nav-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: var(--shell6af8c-color-muted);
  font-size: 10px;
  font-weight: 600;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.16s ease, transform 0.16s ease;
  -webkit-tap-highlight-color: transparent;
}

.shell6af8c-bottom-nav-item:hover,
.shell6af8c-bottom-nav-item:focus {
  color: var(--shell6af8c-color-text);
}

.shell6af8c-bottom-nav-item--active {
  color: var(--shell6af8c-color-accent-soft);
  transform: translateY(-2px);
}

.shell6af8c-bottom-nav-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--shell6af8c-color-line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.shell6af8c-bottom-nav-item--active .shell6af8c-bottom-nav-icon {
  background: rgba(30, 144, 255, 0.18);
  border-color: rgba(30, 144, 255, 0.55);
}

.shell6af8c-bottom-nav-item:hover .shell6af8c-bottom-nav-icon {
  transform: scale(0.92);
}

.shell6af8c-bottom-nav-item--promo-center {
  position: relative;
}

.shell6af8c-bottom-nav-item--promo-center .shell6af8c-bottom-nav-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-top: -22px;
  background: linear-gradient(135deg, var(--shell6af8c-color-accent) 0%, var(--shell6af8c-color-accent-deep) 100%);
  border: 3px solid rgba(13, 17, 23, 0.96);
  box-shadow: 0 6px 16px rgba(30, 144, 255, 0.45);
  color: #051018;
}

.shell6af8c-bottom-nav-item--promo-center:hover .shell6af8c-bottom-nav-icon {
  transform: translateY(-2px) scale(1.02);
}

.shell6af8c-bottom-nav-item--promo-center .shell6af8c-bottom-nav-label {
  margin-top: 2px;
  color: var(--shell6af8c-color-accent-soft);
  font-weight: 700;
}

.shell6af8c-bottom-nav-label {
  font-size: 10px;
  letter-spacing: 0.3px;
  text-align: center;
  line-height: 1;
}

/* ------------------------------------------------------------
 * Scale feedback for CTAs tagged with data-launch6af8c-pulse.
 * ------------------------------------------------------------ */
.shell6af8c-pulse--active {
  transform: scale(0.96);
}

/* ------------------------------------------------------------
 * Utility & reduced-motion.
 * ------------------------------------------------------------ */
.shell6af8c-visually-hidden {
  position: absolute !important;
  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) {
  * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
  html { scroll-behavior: auto; }
  .shell6af8c-carousel-track { transition: none; }
}
