/* ── Landing page (index.html) ── */

/* Nebulas */
.pg-landing .nebula-1 { width: 600px; height: 400px; background: radial-gradient(ellipse, #2a4a1022 0%, transparent 70%); top: -100px; left: -100px; }
.pg-landing .nebula-2 { width: 500px; height: 500px; background: radial-gradient(ellipse, #6530b818 0%, transparent 70%); bottom: -80px; right: 5%; }
.pg-landing .nebula-3 { width: 350px; height: 350px; background: radial-gradient(ellipse, #8da02010 0%, transparent 70%); top: 40%; left: 55%; }

/* Scanline texture */
body.pg-landing::after {
  content: ''; position: fixed; inset: 0;
  background: repeating-linear-gradient(0deg, transparent 0px, transparent 3px, #00000008 3px, #00000008 4px);
  pointer-events: none; z-index: 1;
}

/* Fixed splash nav */
.splash-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 10;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem 2rem; border-bottom: 1px solid var(--border);
  background: linear-gradient(to bottom, #090c07cc, transparent); backdrop-filter: blur(4px);
}
.splash-nav .nav-brand { font-size: 1rem; }

.nav-login {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-muted); text-decoration: none; border: 1px solid var(--border);
  padding: 0.4rem 0.9rem; border-radius: 2px; transition: all 0.15s;
}
.nav-login:hover { color: var(--accent-hi); border-color: var(--accent); background: #8da02010; }

/* Main content area */
.splash-main {
  position: relative; z-index: 2; min-height: 100vh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 6rem 2rem 4rem; text-align: center;
}

/* Rotating emblem */
.emblem { animation: emblem-spin 40s linear infinite, fadeIn 1s ease both; margin-bottom: 1.8rem; opacity: 0.7; }
@keyframes emblem-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* Beta pill */
.access-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--accent); border: 1px solid #8da02044; padding: 0.3rem 0.9rem;
  border-radius: 2px; margin-bottom: 2rem; animation: fadeIn 0.8s 0.2s ease both; background: #8da02010;
}
.badge-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--accent-hi); box-shadow: 0 0 6px var(--accent-hi); animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.3; }
}

/* Logo */
.splash-logo  { animation: fadeIn 0.9s 0.35s ease both; margin-bottom: 1.5rem; }
.logo-void    { font-size: clamp(4rem, 10vw, 7rem); font-weight: 700; letter-spacing: 0.2em; line-height: 0.9; color: var(--text-bright); text-shadow: 0 0 60px #aac42422, 0 0 120px #aac42411; }
.logo-divider { display: flex; align-items: center; gap: 0.75rem; margin: 0.6rem auto; max-width: 360px; }
.logo-line    { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, var(--accent), transparent); }
.logo-diamond { font-size: 0.6rem; color: var(--accent); }
.logo-frontier{ font-size: clamp(1rem, 2.5vw, 1.5rem); font-weight: 600; letter-spacing: 0.55em; text-transform: uppercase; color: var(--accent); text-shadow: 0 0 20px #aac42444; }

/* Taglines */
.splash-tagline { font-size: clamp(1rem, 2.5vw, 1.3rem); color: var(--text); letter-spacing: 0.08em; margin-bottom: 0.4rem; animation: fadeIn 0.9s 0.5s ease both; }
.splash-sub     { font-size: 0.85rem; color: var(--text-muted); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 2.5rem; animation: fadeIn 0.9s 0.6s ease both; }

/* CTA */
.splash-cta { display: flex; gap: 0.9rem; align-items: center; justify-content: center; flex-wrap: wrap; margin-bottom: 3rem; animation: fadeIn 0.9s 0.75s ease both; }
.cta-btn {
  display: inline-flex; align-items: center; gap: 0.55rem; padding: 0.85rem 2.2rem;
  background: var(--accent); color: #080a06; border: 1px solid var(--accent-hi); border-radius: 2px;
  font-family: inherit; font-size: 0.9rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; text-decoration: none; cursor: pointer; transition: all 0.15s;
  animation: cta-pulse 3s ease-in-out infinite;
}
.cta-btn:hover { background: var(--accent-hi); box-shadow: 0 0 30px #aac42466; transform: translateY(-2px); animation: none; }
@keyframes cta-pulse {
  0%, 100% { box-shadow: 0 0 12px #8da02044; }
  50%      { box-shadow: 0 0 28px #aac42466; }
}
.ghost-btn {
  display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.85rem 1.8rem;
  background: transparent; color: var(--text); border: 1px solid var(--border-hi); border-radius: 2px;
  font-family: inherit; font-size: 0.9rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; text-decoration: none; transition: all 0.15s;
}
.ghost-btn:hover { border-color: var(--text-muted); color: var(--text-bright); }

/* Stats bar */
.splash-stats { display: flex; align-items: center; gap: 2rem; animation: fadeIn 0.9s 0.9s ease both; }
.sstat-val    { font-size: 1.5rem; font-weight: 700; color: var(--accent-hi); line-height: 1; font-family: 'Share Tech Mono', monospace; }
.sstat-label  { font-size: 0.65rem; color: var(--text-muted); letter-spacing: 0.12em; text-transform: uppercase; margin-top: 0.2rem; }
.sstat-sep    { width: 1px; height: 36px; background: var(--border-hi); }

/* Footer */
.splash-footer {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 10;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.8rem 2rem; border-top: 1px solid var(--border);
  background: linear-gradient(to top, #090c07cc, transparent); backdrop-filter: blur(4px);
  font-size: 0.72rem; color: var(--text-muted); letter-spacing: 0.06em;
}
.footer-links { display: flex; gap: 1.5rem; }
.footer-links a { color: var(--text-muted); text-decoration: none; transition: color 0.13s; }
.footer-links a:hover { color: var(--accent); }

@media (max-width: 640px) {
  .splash-nav    { padding: 0.85rem 1rem; }
  .splash-main   { padding: 5rem 1.25rem 90px; }
  .splash-cta    { gap: 0.6rem; }
  .cta-btn       { padding: 0.75rem 1.5rem; font-size: 0.82rem; }
  .ghost-btn     { padding: 0.75rem 1.2rem; font-size: 0.82rem; }
  .splash-stats  { gap: 1rem; flex-wrap: wrap; justify-content: center; }
  .sstat-sep     { display: none; }
  .splash-footer { flex-direction: column; align-items: center; gap: 0.45rem; padding: 0.75rem 1rem; text-align: center; }
  .footer-links  { flex-wrap: wrap; justify-content: center; gap: 0.9rem; }
}
@media (max-width: 400px) {
  .logo-frontier           { letter-spacing: 0.3em; }
  .splash-sub              { font-size: 0.76rem; }
  .splash-nav .nav-brand   { font-size: 0.85rem; }
}
