#pulse,
.patch-pulse {
  position: fixed;
  inset: 0 0 auto;
  z-index: 500;
  height: 2px;
  background: rgba(255,255,255,0.10);
  pointer-events: none;
}

#pulse.live,
.patch-pulse.is-live {
  background: linear-gradient(90deg, #00F5C8, #4F7CFF, #FF344D, #4F7CFF, #00F5C8);
  background-size: 300% 100%;
  animation: pulseSweep 3s ease-in-out infinite alternate;
  box-shadow: 0 0 16px rgba(0,245,200,0.5);
}

.top-nav {
  position: sticky;
  top: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  min-height: var(--nav-h);
  padding: 0 26px;
  border-bottom: 1px solid var(--sep);
  background: rgba(10,10,15,0.84);
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  backdrop-filter: blur(18px);
}

.md-logo,
.logo-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--t1);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
}

.md-logo img,
.logo-svg {
  width: 32px;
  height: 32px;
  border-radius: var(--r-sm);
  box-shadow: 0 0 18px rgba(0,245,200,0.22);
}

.top-nav nav,
.nav-right {
  display: flex;
  justify-content: center;
  gap: 20px;
  min-width: 0;
}

.top-nav nav a,
.nav-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: var(--nav-h);
  color: var(--t3);
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
}

.top-nav nav a::after,
.nav-pill::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: transparent;
}

.top-nav nav a.active,
.top-nav nav a:hover,
.nav-pill:hover {
  color: var(--teal);
}

.top-nav nav a.active::after {
  background: var(--teal);
  box-shadow: 0 0 18px rgba(0,245,200,0.48);
}

.hero {
  display: grid;
  place-items: center;
  min-height: 570px;
  padding: 44px 0 34px;
  border-bottom: 1px solid var(--sep);
}

.hero-copy {
  width: min(100%, 930px);
  display: grid;
  justify-items: center;
  text-align: center;
}

.pulse-bar,
#status-widget {
  min-height: var(--status-h);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 100%;
  padding: 7px 12px;
  border: 1px solid var(--sep);
  border-radius: var(--r-sm);
  color: var(--t2);
  background: rgba(17,17,24,0.78);
  box-shadow: 0 12px 32px rgba(0,0,0,0.3);
}

.pulse-bar.is-live,
#status-widget .sw-live {
  border-color: rgba(0,245,200,0.28);
}

.pulse-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--t3);
}

.pulse-bar.is-live .pulse-dot {
  background: var(--teal);
  box-shadow: 0 0 18px rgba(0,245,200,0.8);
}

.pulse-bar small,
.section-hdr small {
  color: var(--t3);
  font-family: var(--mono);
  font-size: 11px;
}

.hero-lockup {
  width: min(350px, 82vw);
  height: auto;
  margin: 32px auto 22px;
  object-fit: contain;
}

.hero-eyebrow,
.eyebrow,
.rail-label,
.feed-label-kicker {
  margin: 0;
  color: var(--teal);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero h1,
.pricing-intro h1,
.route-panel h1,
.cockpit-hero h1 {
  margin: 10px 0 0;
  color: var(--t1);
  font-size: 58px;
  line-height: 1.01;
  font-weight: 900;
  letter-spacing: 0;
}

.hero h1 span {
  color: transparent;
  background: var(--grad);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero p,
.pricing-intro p,
.route-panel p {
  max-width: 690px;
  margin: 18px 0 0;
  color: var(--t2);
  font-size: 17px;
  line-height: 1.56;
}

.hero-actions,
.proof-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.hero-actions {
  margin-top: 24px;
}

.hero-actions .ui-button {
  min-width: 184px;
}

.proof-strip {
  margin-top: 16px;
}

#chip-rail,
.game-strip {
  min-width: 0;
}

.chip-scroll,
.game-chips {
  display: flex;
  gap: 8px;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}

.chip-scroll::-webkit-scrollbar,
.game-chips::-webkit-scrollbar {
  display: none;
}

.feed-section,
.pricing-section,
.cockpit,
.share-page,
.route-panel,
.auth-page {
  margin-top: 28px;
  scroll-margin-top: 86px;
}

.feed-section {
  display: grid;
  grid-template-columns: 178px minmax(0, 760px) 250px;
  align-items: start;
  justify-content: center;
  gap: 18px;
}

.game-strip,
.side-proof {
  position: sticky;
  top: calc(var(--nav-h) + 16px);
}

.game-chips {
  display: grid;
  gap: 8px;
  overflow: visible;
}

.game-chip {
  width: 100%;
  justify-content: flex-start;
  text-align: left;
}

.feed-column,
.feed-grid,
.side-proof,
.meta-card,
.card-content,
.card-actions {
  min-width: 0;
}

.section-hdr {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.feed-label {
  color: var(--t1);
  font-size: 23px;
  line-height: 1.12;
  font-weight: 850;
}

.feed-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.feed-load-more {
  display: flex;
  justify-content: center;
  padding: 18px 0 0;
}

.feed-scroll-sentinel {
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.side-proof {
  display: grid;
  gap: 12px;
}

.side-panel {
  display: grid;
  gap: 9px;
  padding: 15px;
}

.side-panel strong {
  color: var(--t1);
  font-size: 16px;
  line-height: 1.18;
  font-weight: 850;
}

.side-panel p {
  margin: 0;
  color: var(--t2);
  line-height: 1.46;
}

.side-panel .card-btn {
  justify-self: start;
  min-height: 36px;
}

.footer {
  display: grid;
  gap: 16px;
  margin-top: 54px;
  padding: 26px 0 72px;
  border-top: 1px solid var(--sep);
}

.footer img {
  width: min(360px, 86vw);
  height: auto;
}

.footer p {
  max-width: 760px;
  margin: 0;
  color: var(--t2);
  line-height: 1.5;
}

#tab-bar,
.mobile-rail {
  display: none;
}
