
/* =========================================================
   WALKERHUB 9.0 — BUILD 24 / LAUNCH EDITION
   ========================================================= */

.launch-loader {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: grid;
  place-items: center;
  background: #050505;
  opacity: 1;
  visibility: visible;
  transition: opacity .32s ease, visibility .32s ease;
}
.launch-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.launch-loader-brand {
  display: grid;
  justify-items: center;
  gap: 16px;
}
.launch-loader-brand img {
  width: 58px;
  height: 58px;
  animation: walkerhubLoaderPulse 1s ease-in-out infinite alternate;
}
.launch-loader-brand strong {
  font-size: .78rem;
  letter-spacing: .24em;
}
.launch-loader-line {
  width: 108px;
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: #202020;
}
.launch-loader-line span {
  display: block;
  width: 45%;
  height: 100%;
  border-radius: inherit;
  background: #e50914;
  animation: walkerhubLoaderLine .85s ease-in-out infinite;
}
@keyframes walkerhubLoaderPulse {
  from { opacity: .55; transform: scale(.96); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes walkerhubLoaderLine {
  from { transform: translateX(-120%); }
  to { transform: translateX(250%); }
}

.early-access-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 9998;
  width: min(780px, calc(100% - 36px));
  margin: auto;
  padding: 17px 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(11,11,11,.96);
  box-shadow: 0 25px 80px rgba(0,0,0,.42);
  backdrop-filter: blur(16px);
  transform: translateY(24px);
  opacity: 0;
  transition: transform .24s ease, opacity .24s ease;
}
.early-access-banner.is-visible {
  transform: none;
  opacity: 1;
}
.early-access-banner-inner {
  display: flex;
  align-items: center;
  gap: 18px;
}
.early-access-banner-copy {
  flex: 1;
}
.early-access-banner-copy strong {
  display: block;
  margin-bottom: 5px;
  font-size: .82rem;
  letter-spacing: .02em;
}
.early-access-banner-copy p {
  margin: 0;
  color: #96938d;
  font-size: .76rem;
  line-height: 1.55;
}
.early-access-banner-actions {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.early-access-banner-actions button,
.early-access-banner-actions a {
  padding: 9px 11px;
  border: 1px solid #333;
  border-radius: 9px;
  background: #171717;
  color: #fff;
  font: inherit;
  font-size: .68rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.early-access-banner-actions .early-access-ok {
  border-color: #e50914;
  background: #e50914;
}

.launch-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: max-content;
  margin-top: 13px;
  padding: 6px 9px;
  border: 1px solid #2d2d2d;
  border-radius: 999px;
  color: #77746e;
  font-size: .61rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.launch-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e50914;
  box-shadow: 0 0 0 4px rgba(229,9,20,.09);
}
.footer-feedback {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 15px;
  color: #8e8b85;
  font-size: .72rem;
  text-decoration: none;
}
.footer-feedback:hover { color: #fff; }

.footer-legal a {
  color: inherit;
  text-decoration: none;
}
.footer-legal a:hover { color: #fff; }

.launch-page {
  min-height: 100vh;
  padding: 145px max(5vw,24px) 90px;
}
.launch-page-inner {
  width: min(980px,100%);
  margin: auto;
}
.launch-page h1 {
  margin: 7px 0 18px;
  font-size: clamp(3.5rem,8vw,7.5rem);
  line-height: .9;
  letter-spacing: -.065em;
}
.launch-page-intro {
  max-width: 700px;
  color: #97948e;
  font-size: 1rem;
  line-height: 1.75;
}
.update-list {
  display: grid;
  gap: 12px;
  margin-top: 50px;
}
.update-card {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 26px;
  padding: 25px;
  border: 1px solid #292929;
  border-radius: 18px;
  background: #0d0d0d;
}
.update-card time {
  color: #77746e;
  font-size: .68rem;
  font-weight: 800;
}
.update-card h2 {
  margin: 0 0 7px;
  font-size: 1.4rem;
}
.update-card p {
  margin: 0;
  color: #8d8a84;
  line-height: 1.65;
}

.error-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 30px;
  background:
    radial-gradient(circle at 50% 15%, rgba(229,9,20,.12), transparent 28%),
    #050505;
  text-align: center;
}
.error-card {
  width: min(720px,100%);
}
.error-code {
  display: block;
  color: #e50914;
  font-size: clamp(6rem,22vw,14rem);
  font-weight: 900;
  line-height: .75;
  letter-spacing: -.08em;
  opacity: .18;
}
.error-card img {
  width: 58px;
  height: 58px;
  margin: -12px auto 26px;
}
.error-card h1 {
  margin: 0 0 14px;
  font-size: clamp(2.6rem,7vw,5.5rem);
  letter-spacing: -.06em;
}
.error-card p {
  margin: 0 auto 28px;
  max-width: 560px;
  color: #8f8c86;
  line-height: 1.7;
}

.dashboard-version {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 11px;
  padding: 6px 9px;
  border: 1px solid #2c2c2c;
  border-radius: 999px;
  color: #77746e;
  font-size: .61rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.dashboard-version::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e50914;
}

@media(max-width:700px) {
  .early-access-banner-inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .early-access-banner-actions {
    width: 100%;
  }
  .early-access-banner-actions button,
  .early-access-banner-actions a {
    flex: 1;
    text-align: center;
  }
  .update-card {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media(prefers-reduced-motion: reduce) {
  .launch-loader-brand img,
  .launch-loader-line span {
    animation: none;
  }
}
