/* ==========================================================================
   BALLISTICS — Landing do zero · paleta da logo
   Prata / laranja-ember / ouro / vazio
   ========================================================================== */

:root {
  --lb-void: #05060c;
  --lb-ink: #f4f6fb;
  --lb-muted: #9aa3b8;
  --lb-ember: #ff6a2a;
  --lb-ember-hot: #ff8f3a;
  --lb-gold: #ffd166;
  --lb-chrome: #e8eef8;
  --lb-line: rgba(255, 140, 50, 0.28);
  --lb-panel: rgba(12, 14, 24, 0.72);
}

/* Header — mesmas regras de styles.css (.lp-header); reforço landing sem backdrop no elemento */
body[data-active-portal-view="landing"] .lp-header,
.site-experience:has(#landingView:not([hidden])) .lp-header,
body:not([data-active-portal-view="hub"]):not([data-active-portal-view="game"]):not(.portal-hub-active):not(.portal-game-active) .lp-header {
  min-height: 92px !important;
  padding: max(18px, calc(env(safe-area-inset-top, 0px) + 8px)) clamp(16px, 3vw, 40px) 18px !important;
  overflow: visible !important;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
  clip-path: none !important;
  contain: none !important;
}

body[data-active-portal-view="landing"] .lp-header .brand-logo,
.site-experience:has(#landingView:not([hidden])) .lp-header .brand-logo,
body:not([data-active-portal-view="hub"]):not([data-active-portal-view="game"]):not(.portal-hub-active):not(.portal-game-active) .lp-header .brand-logo {
  width: min(220px, 48vw) !important;
  max-width: min(220px, 48vw) !important;
  height: 58px !important;
  max-height: 58px !important;
  object-fit: contain !important;
  object-position: left center !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

body[data-active-portal-view="landing"] .lp-nav button,
body:not([data-active-portal-view="hub"]):not([data-active-portal-view="game"]) .lp-nav button {
  color: #b8c0d4 !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800 !important;
}
body[data-active-portal-view="landing"] .lp-nav button:hover {
  color: var(--lb-gold) !important;
}
body[data-active-portal-view="landing"] .lp-cta-header,
body:not([data-active-portal-view="hub"]):not([data-active-portal-view="game"]) .lp-cta-header {
  background: linear-gradient(135deg, var(--lb-ember), var(--lb-gold)) !important;
  color: #1a0a04 !important;
  border: 0 !important;
  font-weight: 900 !important;
  box-shadow: 0 0 28px rgba(255, 106, 42, 0.35) !important;
}

/* —— Landing shell —— */
.lb-root {
  --lp-bg: var(--lb-void);
  --lp-ember: var(--lb-ember);
  --lp-gold: var(--lb-gold);
  --lp-cyan: #7ee0ff;
  --lp-muted: var(--lb-muted);
  --lp-silver: var(--lb-ink);
  background:
    radial-gradient(ellipse 90% 55% at 70% -5%, rgba(255, 90, 30, 0.18), transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 30%, rgba(255, 180, 60, 0.06), transparent 50%),
    var(--lb-void);
  color: var(--lb-ink);
  overflow-x: clip;
  font-family: system-ui, "Segoe UI", sans-serif;
}

/* HERO — split limpo: texto + arte em card (1 logo de marca no card, não 2 wordmarks) */
.lb-hero {
  position: relative;
  min-height: min(100svh, 920px);
  min-height: min(100dvh, 920px);
  display: grid;
  align-items: center;
  padding: max(118px, calc(env(safe-area-inset-top, 0px) + 100px)) clamp(16px, 4vw, 48px) 56px;
  box-sizing: border-box;
  overflow: clip; /* clip X/Y sem rebaixar layout; card com overflow visible abaixo */
}
.lb-hero-sky {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.lb-hero-sky img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 40%;
  filter: saturate(1.15) contrast(1.08) brightness(0.72);
  transform: scale(1.04);
}
.lb-hero-veil {
  position: absolute;
  inset: 0;
  /* esquerda legível, direita com arte visível — sem matar a keyart */
  background:
    linear-gradient(100deg,
      rgba(5, 6, 12, 0.97) 0%,
      rgba(5, 6, 12, 0.9) 28%,
      rgba(5, 6, 12, 0.55) 52%,
      rgba(5, 6, 12, 0.28) 72%,
      rgba(5, 6, 12, 0.55) 100%),
    linear-gradient(180deg,
      rgba(5, 6, 12, 0.55) 0%,
      transparent 28%,
      transparent 62%,
      rgba(5, 6, 12, 0.92) 100%);
}

.lb-hero-layout {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(20px, 4vw, 48px);
  align-items: center;
}

.lb-hero-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 560px;
  text-align: left;
}
.lb-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.lb-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.45);
  color: #c5cde0;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.lb-pill-live {
  border-color: rgba(255, 140, 50, 0.5);
  color: var(--lb-gold);
  background: rgba(40, 18, 8, 0.55);
}
.lb-pill-live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lb-ember);
  box-shadow: 0 0 10px var(--lb-ember);
  animation: lbPulse 1.6s ease infinite;
}
@keyframes lbPulse {
  50% { opacity: 0.4; transform: scale(0.85); }
}

/* Título tipográfico — sem segunda logo (a arte fica só no card) */
.lb-hero-title {
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1.1;
}
.lb-title-kicker {
  display: block;
  font-family: system-ui, "Segoe UI", sans-serif;
  font-size: clamp(2.4rem, 5.5vw, 3.6rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 0.95;
  color: #f2f5fb;
  text-transform: uppercase;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.35),
    0 0 40px rgba(255, 120, 40, 0.25);
  background: linear-gradient(180deg, #ffffff 10%, #dfe6f4 45%, #ffb347 120%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.4));
}
.lb-hero-title .lb-tag {
  margin: 0;
}

/* legado */
.lb-wordmark,
.lb-logo {
  display: block;
  width: min(420px, 92%);
  height: auto;
  max-height: none;
  margin: 0 0 14px;
  object-fit: contain;
  object-position: left center;
}

.lb-hero-showcase {
  position: relative;
  justify-self: end;
  width: min(100%, 520px);
  margin-left: auto;
  overflow: visible;
}
.lb-hero-card {
  position: relative;
  border-radius: 20px;
  padding: 22px 18px 16px;
  background:
    radial-gradient(ellipse 70% 60% at 50% 30%, rgba(255, 120, 40, 0.14), transparent 60%),
    linear-gradient(160deg, rgba(12, 16, 28, 0.72), rgba(6, 8, 16, 0.88));
  border: 1px solid rgba(255, 180, 80, 0.28);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 24px 60px rgba(0, 0, 0, 0.45),
    0 0 48px rgba(255, 100, 30, 0.12);
  backdrop-filter: blur(10px);
  overflow: visible; /* arte com padding no asset — não cortar tanques/chamas */
}
.lb-hero-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 180, 80, 0.25), transparent 40%, transparent 60%, rgba(255, 100, 40, 0.15));
  opacity: 0.55;
}
.lb-hero-art {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.45));
}
.lb-hero-card-cap {
  margin: 12px 4px 0;
  color: #8b95a8;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}

.lb-tag {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #f4f6fb;
  line-height: 1.2;
  max-width: 16ch;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}
.lb-tag em {
  font-style: normal;
  color: var(--lb-ember-hot);
  text-shadow: 0 0 28px rgba(255, 106, 42, 0.4);
  -webkit-text-fill-color: var(--lb-ember-hot);
}
.lb-lead {
  margin: 0 0 24px;
  max-width: 42ch;
  color: #b6bfd2;
  font-size: 1.02rem;
  line-height: 1.65;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
}
.lb-lead strong { color: #fff; font-weight: 800; }

.lb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.lb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 6px;
  border: 0;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
}
.lb-btn:hover { transform: translateY(-1px); filter: brightness(1.06); }
.lb-btn-primary {
  color: #1a0a04;
  background: linear-gradient(135deg, #ff8a3c 0%, #ffd166 48%, #ff6a2a 100%);
  box-shadow: 0 0 0 1px rgba(255, 220, 140, 0.35) inset, 0 12px 36px rgba(255, 90, 30, 0.35);
}
.lb-btn-ghost {
  color: #eef2ff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.lb-btn-ghost:hover { border-color: rgba(255, 209, 102, 0.45); color: var(--lb-gold); }
.lb-btn-text {
  color: #aab4c8;
  background: transparent;
  border: 0;
  min-height: 44px;
  padding: 0 8px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.lb-btn-text:hover { color: var(--lb-gold); }

.lb-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 16px;
}
.lb-stats li {
  min-width: 88px;
  padding: 4px 18px 4px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.lb-stats li:last-child { border-right: 0; }
.lb-stats strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--lb-gold);
  letter-spacing: 0.02em;
}
.lb-stats span {
  display: block;
  margin-top: 2px;
  color: #8b95a8;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Faixa de pilares — “trajetória” */
.lb-rail {
  position: relative;
  padding: 28px 0 8px;
  border-top: 1px solid rgba(255, 140, 50, 0.15);
  border-bottom: 1px solid rgba(255, 140, 50, 0.1);
  background: linear-gradient(180deg, rgba(255, 106, 42, 0.06), transparent 70%);
}
.lb-rail-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.lb-rail article {
  position: relative;
  padding: 18px 16px 18px 18px;
  border-radius: 4px 14px 14px 4px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 3px solid var(--lb-ember);
  background: var(--lb-panel);
  backdrop-filter: blur(8px);
  min-height: 140px;
}
.lb-rail article:nth-child(2) { border-left-color: var(--lb-gold); }
.lb-rail article:nth-child(3) { border-left-color: #ff9a50; }
.lb-rail article:nth-child(4) { border-left-color: #ffe0a0; }
.lb-rail span {
  display: block;
  margin-bottom: 8px;
  color: var(--lb-gold);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.lb-rail strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 800;
}
.lb-rail p {
  margin: 0;
  color: var(--lb-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

/* Seções genéricas */
.lb-section {
  padding: 72px 0;
}
.lb-section-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}
.lb-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: var(--lb-gold);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.lb-kicker i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lb-ember);
  box-shadow: 0 0 12px var(--lb-ember);
}
.lb-section h2 {
  margin: 0 0 12px;
  font-family: Georgia, serif;
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fff;
  max-width: 18ch;
}
.lb-section h2 em {
  font-style: normal;
  color: var(--lb-ember-hot);
}
.lb-section-lead {
  margin: 0 0 28px;
  max-width: 52ch;
  color: var(--lb-muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

/* Montarias — strip horizontal */
.lb-mounts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.lb-mount {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0a0e18;
  min-height: 220px;
}
.lb-mount img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  object-position: center 25%;
  display: block;
  filter: saturate(1.08);
}
.lb-mount > div {
  padding: 12px 12px 14px;
}
.lb-mount small {
  display: block;
  color: var(--lb-ember-hot);
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.lb-mount strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 0.92rem;
}
.lb-mount p {
  margin: 4px 0 0;
  color: #8b95a8;
  font-size: 0.72rem;
  line-height: 1.35;
}

/* Split CTA */
.lb-split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 14px;
}
.lb-split > div {
  padding: 28px 24px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--lb-panel);
}
.lb-split-ember {
  border-color: rgba(255, 140, 50, 0.35);
  background:
    radial-gradient(ellipse 80% 80% at 100% 0%, rgba(255, 106, 42, 0.18), transparent 55%),
    linear-gradient(145deg, rgba(30, 16, 8, 0.95), rgba(8, 10, 18, 0.98));
}
.lb-split h3 {
  margin: 0 0 10px;
  font-family: Georgia, serif;
  font-size: 1.45rem;
  font-weight: 500;
  color: #fff;
}
.lb-split p {
  margin: 0 0 18px;
  color: var(--lb-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

/* Final */
.lb-final {
  position: relative;
  padding: 88px 20px 80px;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid rgba(255, 140, 50, 0.15);
}
.lb-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 100%, rgba(255, 106, 42, 0.2), transparent 60%);
  pointer-events: none;
}
.lb-final > * { position: relative; z-index: 1; }
.lb-final h2 {
  margin: 8px auto 12px;
  max-width: 16ch;
  font-family: Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  color: #fff;
}
.lb-final h2 em {
  font-style: normal;
  color: var(--lb-gold);
}
.lb-final > p {
  margin: 0 auto 22px;
  max-width: 42ch;
  color: var(--lb-muted);
}
.lb-final .lb-actions { justify-content: center; margin-bottom: 0; }

/* Footer */
.lb-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.lb-footer img {
  display: block;
  height: 36px;
  width: auto;
  max-width: 170px;
  object-fit: contain;
  margin-bottom: 10px;
  filter: drop-shadow(0 0 10px rgba(255, 106, 42, 0.35));
}
.lb-footer p {
  margin: 0;
  max-width: 42ch;
  color: #7a8498;
  font-size: 0.78rem;
  line-height: 1.5;
}
.lb-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
}
.lb-footer nav button,
.lb-footer nav a {
  border: 0;
  background: transparent;
  color: #9aa3b8;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
}
.lb-footer nav button:hover,
.lb-footer nav a:hover { color: var(--lb-gold); }

/* ==========================================================================
   SIMULADOR BALÍSTICO 2D (landing · estilo teste.png)
   ========================================================================== */
.lb-sim-section {
  position: relative;
  padding: 12px 0 48px;
  z-index: 2;
}
.lb-sim-inner {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
}
.lb-sim-head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.lb-sim-head .lb-kicker { margin-bottom: 6px; }
.lb-sim-head h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.02em;
}
.lb-sim-head h2 em {
  font-style: normal;
  color: #5ee7ff;
  text-shadow: 0 0 24px rgba(80, 220, 255, 0.35);
}
.lb-sim-head p {
  margin: 0;
  max-width: 36ch;
  color: var(--lb-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

#landingSimRoot {
  width: 100%;
}

.lbs-shell {
  --lbs-cyan: #5ee7ff;
  --lbs-cyan-dim: rgba(94, 231, 255, 0.14);
  --lbs-panel: rgba(6, 12, 22, 0.88);
  --lbs-line: rgba(80, 200, 240, 0.35);
  position: relative;
  border-radius: 22px;
  padding: 14px 14px 10px;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(40, 120, 180, 0.18), transparent 55%),
    linear-gradient(165deg, #0a1424 0%, #060b14 55%, #081018 100%);
  border: 1px solid rgba(90, 220, 255, 0.35);
  box-shadow:
    0 0 0 1px rgba(40, 100, 140, 0.25) inset,
    0 0 48px rgba(40, 160, 220, 0.18),
    0 24px 60px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}
.lbs-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 40px rgba(60, 180, 255, 0.08);
}

.lbs-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  margin-bottom: 10px;
  padding: 4px 6px 10px;
  border-bottom: 1px solid rgba(80, 180, 220, 0.12);
}
.lbs-brand {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
}
.lbs-live {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3dff9a;
  box-shadow: 0 0 12px #3dff9a;
  animation: lbPulse 1.6s ease infinite;
}
.lbs-brand strong {
  color: #c8f6ff;
  font-weight: 900;
}
.lbs-brand em {
  font-style: normal;
  color: #6a7a90;
  font-weight: 700;
}
.lbs-brand em b {
  color: #3dff9a;
  font-weight: 900;
}
.lbs-climate {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.lbs-climate-label {
  color: #6a7a90;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-right: 2px;
}
.lbs-climate-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(100, 160, 200, 0.22);
  background: rgba(10, 20, 36, 0.75);
  color: #9eb0c8;
  font-size: 0.68rem;
  font-weight: 800;
  cursor: pointer;
  transition: border-color 0.12s, color 0.12s, box-shadow 0.12s, background 0.12s;
}
.lbs-climate-btn:hover {
  color: #dff8ff;
  border-color: rgba(94, 231, 255, 0.45);
}
.lbs-climate-btn.is-active {
  color: #e8fdff;
  border-color: rgba(94, 231, 255, 0.7);
  background: rgba(30, 90, 130, 0.45);
  box-shadow: 0 0 16px rgba(60, 180, 255, 0.25);
}

.lbs-stage {
  position: relative;
  border-radius: 14px;
  border: 1px solid rgba(70, 170, 220, 0.28);
  background: #050a12;
  overflow: hidden;
  box-shadow: inset 0 0 40px rgba(0, 40, 80, 0.35);
}
.lbs-canvas {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 960 / 420;
  vertical-align: middle;
}
.lbs-panel {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  border-radius: 10px;
  border: 1px solid rgba(90, 200, 240, 0.28);
  background: rgba(6, 14, 26, 0.78);
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.lbs-wind {
  top: 14px;
  left: 14px;
  min-width: 168px;
  padding: 10px 12px;
}
.lbs-wind h3 {
  margin: 0 0 8px;
  color: #7ee8ff;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.lbs-wind-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lbs-wind-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 2px 0;
  color: #8aa0b8;
  font-size: 0.7rem;
  font-weight: 600;
}
.lbs-wind-list b {
  color: #9ef0ff;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
}
.lbs-target {
  top: 14px;
  right: 14px;
  min-width: 220px;
  padding: 10px 12px;
}
.lbs-target-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: baseline;
  margin-bottom: 8px;
  color: #c9d8ea;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.lbs-hp-text {
  color: #e8fff4;
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
}
.lbs-hp-bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.lbs-hp-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  width: 100%;
  transition: width 0.25s ease;
  background: linear-gradient(90deg, #ff5a4a, #ffd166 55%, #5dff9a);
}

.lbs-controls {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 1.15fr auto auto;
  gap: 12px;
  align-items: end;
  margin-top: 12px;
  padding: 4px 4px 2px;
}
.lbs-slider {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #9eb4cc;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.lbs-slider b {
  color: #5ee7ff;
  font-size: 0.95rem;
  font-variant-numeric: tabular-nums;
}
.lbs-slider input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(60, 160, 220, 0.25), rgba(90, 220, 255, 0.35));
  outline: none;
}
.lbs-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #5ee7ff;
  box-shadow: 0 0 12px rgba(94, 231, 255, 0.7);
  border: 2px solid #e8fdff;
  cursor: pointer;
}
.lbs-slider input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #5ee7ff;
  box-shadow: 0 0 12px rgba(94, 231, 255, 0.7);
  border: 2px solid #e8fdff;
  cursor: pointer;
}
.lbs-ammo {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #9eb4cc;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.lbs-ammo select {
  min-height: 42px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid rgba(90, 180, 220, 0.3);
  background: rgba(8, 16, 28, 0.95);
  color: #e8f4ff;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
}
.lbs-pulse {
  min-height: 52px;
  min-width: 118px;
  padding: 6px 12px;
  border-radius: 12px;
  border: 1px solid rgba(140, 120, 255, 0.4);
  background: linear-gradient(160deg, rgba(60, 40, 120, 0.65), rgba(20, 16, 48, 0.9));
  color: #d8d0ff;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.25;
  cursor: pointer;
  transition: box-shadow 0.15s, border-color 0.15s, transform 0.1s;
}
.lbs-pulse small {
  display: block;
  margin-top: 2px;
  font-size: 0.58rem;
  font-weight: 800;
  opacity: 0.85;
}
.lbs-pulse small b { color: #a89bff; }
.lbs-pulse.is-on {
  border-color: rgba(180, 150, 255, 0.85);
  box-shadow: 0 0 22px rgba(120, 90, 255, 0.4);
  color: #f0ecff;
}
.lbs-pulse.is-on small b { color: #c8b8ff; }
.lbs-fire {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  min-width: 148px;
  padding: 0 20px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #3d8bff 0%, #6b5cff 45%, #8a4dff 100%);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  cursor: pointer;
  box-shadow: 0 0 28px rgba(80, 120, 255, 0.4);
  transition: transform 0.1s, filter 0.1s, box-shadow 0.15s;
}
.lbs-fire:hover:not(:disabled) {
  transform: translateY(-1px);
  filter: brightness(1.08);
  box-shadow: 0 0 36px rgba(100, 140, 255, 0.55);
}
.lbs-fire:disabled {
  opacity: 0.55;
  cursor: wait;
}

.lbs-hint {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 16px;
  margin-top: 10px;
  padding: 4px 6px 2px;
}
.lbs-hint p {
  margin: 0;
  color: #6a7c94;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.4;
}
.lbs-reset {
  border: 0;
  background: transparent;
  color: #7ec8e0;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
  padding: 6px 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.lbs-reset:hover { color: #b8f0ff; }

@media (max-width: 960px) {
  .lb-rail-inner { grid-template-columns: 1fr 1fr; }
  .lb-mounts { grid-template-columns: 1fr 1fr; }
  .lb-split { grid-template-columns: 1fr; }
  .lb-hero-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .lb-hero-showcase {
    justify-self: stretch;
    width: min(100%, 440px);
    margin: 0 auto;
    order: -1;
  }
  .lb-hero-copy { max-width: none; }
  .lb-hero {
    min-height: auto;
    padding-top: max(100px, calc(env(safe-area-inset-top, 0px) + 88px));
    padding-bottom: 40px;
  }
  .lbs-controls {
    grid-template-columns: 1fr 1fr;
  }
  .lbs-fire { grid-column: span 2; }
  .lbs-pulse { min-width: 0; }
}
@media (max-width: 720px) {
  .lbs-wind { top: 8px; left: 8px; min-width: 140px; padding: 8px; }
  .lbs-target { top: 8px; right: 8px; min-width: 160px; left: auto; }
  .lbs-wind h3, .lbs-target-head { font-size: 0.55rem; }
  .lbs-wind-list li { font-size: 0.62rem; }
  .lbs-controls { grid-template-columns: 1fr; }
  .lbs-fire { grid-column: auto; width: 100%; }
  .lbs-top { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .lb-hero {
    padding-top: max(92px, calc(env(safe-area-inset-top, 0px) + 80px));
    padding-bottom: 32px;
  }
  .lb-hero-copy { text-align: left; max-width: none; }
  .lb-wordmark { width: min(300px, 94%); }
  .lb-hero-showcase { width: 100%; }
  .lb-hero-card { padding: 12px 10px 10px; border-radius: 16px; }
  .lb-rail-inner,
  .lb-mounts { grid-template-columns: 1fr; }
  .lb-stats li { min-width: 70px; padding-right: 12px; }
  body[data-active-portal-view="landing"] .lp-nav,
  body:not([data-active-portal-view="hub"]):not([data-active-portal-view="game"]) .lp-nav {
    display: none !important;
  }
  .lb-sim-section { padding-bottom: 32px; }
}
