/* Neon Neko inner-site terminal skin. Home airlock remains controlled by index.html. */
body:not(.home-view) {
  min-height: 100vh;
  color: #eafcff;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(0, 255, 247, 0.11), transparent 34rem),
    radial-gradient(ellipse at 16% 55%, rgba(255, 78, 205, 0.09), transparent 28rem),
    radial-gradient(ellipse at 84% 55%, rgba(0, 255, 247, 0.08), transparent 30rem),
    linear-gradient(180deg, #02040b 0%, #040713 45%, #010208 100%) !important;
  background-attachment: scroll !important;
}

body:not(.home-view)::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.78), transparent 18% 82%, rgba(0,0,0,0.78)),
    linear-gradient(180deg, rgba(0,0,0,0.72) 0 9%, transparent 22% 78%, rgba(0,0,0,0.78) 100%),
    linear-gradient(90deg, rgba(120,230,255,0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,120,220,0.028) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 34px 34px, 34px 34px;
  opacity: 0.72;
}

body:not(.home-view)::after {
  content: "";
  position: fixed;
  inset: 9px;
  z-index: 0;
  pointer-events: none;
  border: 2px solid rgba(255, 78, 205, 0.76);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(255,78,205,0.16) 0 1px, transparent 1px),
    linear-gradient(180deg, rgba(0,255,247,0.055) 0 1px, transparent 1px),
    radial-gradient(ellipse at 50% 12%, rgba(255,255,255,0.04), transparent 16rem),
    radial-gradient(ellipse at 50% 100%, rgba(0,255,247,0.08), transparent 28rem);
  background-size: 42px 42px, 42px 42px, 100% 100%, 100% 100%;
  box-shadow:
    0 0 8px rgba(255, 78, 205, 0.58),
    0 0 22px rgba(255, 78, 205, 0.32),
    0 0 48px rgba(255, 78, 205, 0.16),
    inset 0 0 18px rgba(255, 78, 205, 0.1),
    inset 0 0 42px rgba(0, 255, 247, 0.035);
  opacity: 0.82;
}

body:not(.home-view) > * {
  position: relative;
  z-index: 1;
}

body:not(.home-view) .club-interior {
  opacity: 0.42;
}

body:not(.home-view) .club-interior::before {
  opacity: 0.48 !important;
  filter: drop-shadow(0 0 8px rgba(0,255,247,0.22)) drop-shadow(0 0 10px rgba(255,78,205,0.16)) !important;
}

body:not(.home-view) .nav-wrapper {
  display: flex;
  justify-content: center;
  padding: 1.2rem 1rem 0;
  position: sticky;
  top: 0;
  z-index: 80;
}

body:not(.home-view) #main-nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
  max-width: min(1080px, calc(100vw - 2rem));
  padding: 0.8rem;
  border: 1px solid rgba(120, 205, 255, 0.28);
  border-radius: 7px;
  background:
    linear-gradient(90deg, rgba(120,220,255,0.08) 0 1px, transparent 1px),
    repeating-linear-gradient(180deg, rgba(180,230,255,0.04) 0 1px, transparent 1px 5px),
    rgba(3, 11, 24, 0.78) !important;
  background-size: 22px 100%, 100% 100%, 100% 100%;
  box-shadow:
    0 0 20px rgba(0,255,247,0.14),
    inset 0 0 28px rgba(80,180,255,0.1);
  backdrop-filter: blur(14px);
}

body:not(.home-view) #main-nav a {
  position: relative;
  min-width: 112px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.8rem 0.75rem 0.58rem;
  border: 1px solid rgba(95,185,255,0.46);
  border-radius: 3px;
  color: #bfeeff;
  background:
    linear-gradient(90deg, rgba(130,205,255,0.12) 0 1px, transparent 1px),
    linear-gradient(145deg, rgba(38,125,255,0.18), rgba(0,255,247,0.06) 58%, rgba(38,125,255,0.14)) !important;
  background-size: 18px 100%, 100% 100% !important;
  font-size: 0.74rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-shadow: 0 0 7px rgba(120,225,255,0.7);
  box-shadow: inset 0 0 16px rgba(120,205,255,0.09);
  overflow: hidden;
}

body:not(.home-view) #main-nav a span {
  position: relative;
  z-index: 2;
}

body:not(.home-view) #main-nav a .screen-sweep {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 0 34%, rgba(255,255,255,0.42) 46%, transparent 58% 100%);
  transform: translateX(-130%);
  opacity: 0;
}

body:not(.home-view) #main-nav a::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 0.45rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(180,245,255,0.75), transparent);
  box-shadow: 0 0 10px rgba(0,255,247,0.45);
}

body:not(.home-view) #main-nav a::after {
  content: "";
  position: absolute;
  right: 0.55rem;
  top: 0.55rem;
  width: 13px;
  height: 13px;
  border: 1px solid rgba(120,220,255,0.45);
  border-radius: 50%;
  box-shadow: inset 0 0 8px rgba(0,255,247,0.15), 0 0 8px rgba(0,255,247,0.18);
  opacity: 0.72;
}

body:not(.home-view) #main-nav a:hover,
body:not(.home-view) #main-nav a.active {
  color: #fff;
  border-color: rgba(255,255,255,0.72);
  background: linear-gradient(145deg, rgba(0,255,247,0.22), rgba(255,78,205,0.14)) !important;
  box-shadow:
    0 0 16px rgba(0,255,247,0.24),
    inset 0 0 20px rgba(255,255,255,0.1);
}

body:not(.home-view) #main-nav a:hover .screen-sweep,
body:not(.home-view) #main-nav a.active .screen-sweep {
  animation: terminalSweep 1.15s ease-out;
  opacity: 1;
}

@keyframes terminalSweep {
  0% { transform: translateX(-130%); opacity: 0; }
  18% { opacity: 1; }
  100% { transform: translateX(130%); opacity: 0; }
}

body:not(.home-view) .venue-shell,
body:not(.home-view) .spaceship-shell,
body:not(.home-view) .vip-section,
body:not(.home-view) main.venue-shell {
  position: relative;
  border: 1px solid rgba(112, 205, 255, 0.22) !important;
  border-radius: 10px !important;
  background:
    linear-gradient(90deg, rgba(0,255,247,0.06) 0 1px, transparent 1px),
    repeating-linear-gradient(180deg, rgba(150,220,255,0.035) 0 1px, transparent 1px 6px),
    radial-gradient(ellipse at 50% 0%, rgba(0,255,247,0.1), transparent 28rem),
    rgba(3, 8, 22, 0.78) !important;
  background-size: 28px 100%, 100% 100%, 100% 100%, 100% 100% !important;
  box-shadow:
    0 0 28px rgba(0,255,247,0.1),
    0 0 50px rgba(255,78,205,0.06),
    inset 0 0 0 1px rgba(255,255,255,0.035),
    inset 0 0 54px rgba(0,0,0,0.52) !important;
  backdrop-filter: blur(10px);
}

body:not(.home-view) .venue-shell::before,
body:not(.home-view) .spaceship-shell::before,
body:not(.home-view) .vip-section::before {
  content: "";
  position: absolute;
  inset: 0.7rem;
  pointer-events: none;
  border: 1px solid rgba(160, 230, 255, 0.12);
  box-shadow: inset 0 0 28px rgba(0,255,247,0.055);
  opacity: 1;
  background: none;
}

body:not(.home-view) .venue-hero h1,
body:not(.home-view) .title,
body:not(.home-view) .vip-section h2 {
  color: transparent !important;
  background:
    linear-gradient(100deg, #ffffff 0%, #83fffb 18%, #00fff7 35%, #ff7cda 58%, #d5b6ff 76%, #ffffff 100%);
  background-size: 420% 420%;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow:
    0 0 8px rgba(255,255,255,0.72),
    0 0 20px rgba(0,255,247,0.34),
    0 0 34px rgba(255,78,205,0.24),
    0 0 50px rgba(143,115,255,0.14) !important;
  filter: drop-shadow(0 0 5px rgba(255,255,255,0.16)) hue-rotate(0deg) saturate(1.1);
  animation: holoTitleShift 3.8s ease-in-out infinite;
}

@keyframes holoTitleShift {
  0%, 100% {
    background-position: 0% 50%;
    filter: drop-shadow(0 0 5px rgba(255,255,255,0.16)) hue-rotate(0deg) saturate(1.12);
    text-shadow:
      0 0 8px rgba(255,255,255,0.68),
      0 0 20px rgba(0,255,247,0.34),
      0 0 34px rgba(255,78,205,0.18);
  }
  42% {
    background-position: 72% 50%;
    filter: drop-shadow(0 0 8px rgba(255,78,205,0.2)) hue-rotate(35deg) saturate(1.35);
    text-shadow:
      0 0 10px rgba(255,255,255,0.78),
      0 0 22px rgba(255,78,205,0.34),
      0 0 42px rgba(0,255,247,0.18);
  }
  68% {
    background-position: 100% 50%;
    filter: drop-shadow(0 0 8px rgba(0,255,247,0.2)) hue-rotate(-28deg) saturate(1.32);
    text-shadow:
      0 0 10px rgba(255,255,255,0.72),
      0 0 24px rgba(143,115,255,0.28),
      0 0 40px rgba(0,255,247,0.22);
  }
}

body:not(.home-view) .glow-box,
body:not(.home-view) .vip-card,
body:not(.home-view) .menu-section,
body:not(.home-view) .staff-display,
body:not(.home-view) .staff-button,
body:not(.home-view) .card {
  border-color: rgba(120, 220, 255, 0.28) !important;
  border-radius: 6px !important;
  background:
    linear-gradient(90deg, rgba(160,225,255,0.1) 0 1px, transparent 1px),
    repeating-linear-gradient(180deg, rgba(190,235,255,0.055) 0 1px, transparent 1px 5px),
    linear-gradient(145deg, rgba(22,96,180,0.18), rgba(0,255,247,0.055) 52%, rgba(255,78,205,0.075)),
    rgba(3, 10, 26, 0.72) !important;
  background-size: 22px 100%, 100% 100%, 100% 100%, 100% 100% !important;
  box-shadow:
    0 0 16px rgba(78,178,255,0.13),
    inset 0 0 22px rgba(160,225,255,0.09) !important;
}

body:not(.home-view) .glow-box h2,
body:not(.home-view) .vip-card h3,
body:not(.home-view) .menu-section h3 {
  color: #f7fbff !important;
  text-shadow:
    0 0 10px rgba(0,255,247,0.48),
    0 0 16px rgba(255,78,205,0.22) !important;
}

body:not(.home-view) .button-link,
body:not(.home-view) button,
body:not(.home-view) .staff-button {
  border: 1px solid rgba(0,255,247,0.58) !important;
  background: rgba(0,255,247,0.1) !important;
  color: #fff !important;
  box-shadow: 0 0 12px rgba(0,255,247,0.16), inset 0 0 12px rgba(255,255,255,0.045) !important;
}

body:not(.home-view) .terminal-greeter {
  max-width: min(1040px, calc(100vw - 2rem));
  margin: 1rem auto 0;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(0,255,247,0.28);
  border-radius: 7px;
  background: rgba(0, 12, 28, 0.6);
  color: rgba(218, 252, 255, 0.9);
  font-family: monospace;
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  box-shadow: 0 0 16px rgba(0,255,247,0.08), inset 0 0 18px rgba(0,255,247,0.035);
}

body:not(.home-view) .terminal-greeter strong {
  color: #ff91df;
  text-shadow: 0 0 8px rgba(255,78,205,0.42);
}
