/* GS Nexus website final polish */
:root {
  --gs-blue: #0ea5ff;
  --gs-violet: #7c3aed;
  --gs-dark: #050711;
}

html {
  scroll-behavior: auto !important;
}

body {
  background:
    radial-gradient(circle at 18% 12%, rgba(14, 165, 255, .14), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(124, 58, 237, .14), transparent 30%),
    linear-gradient(180deg, #050711 0%, #0b1020 45%, #f8fafc 45%, #ffffff 100%) !important;
}

header img,
nav img,
.brand img,
.logo img,
img[src*="logo"] {
  max-height: 68px !important;
  width: auto !important;
  background: transparent !important;
  object-fit: contain !important;
  filter: drop-shadow(0 0 13px rgba(14, 165, 255, .55));
}

@media (max-width: 720px) {
  header img,
  nav img,
  .brand img,
  .logo img,
  img[src*="logo"] {
    max-height: 54px !important;
  }
}

.gs-page-view {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: auto;
  background: linear-gradient(135deg, #050711, #111827 45%, #172554);
  color: white;
  padding: 28px;
}

.gs-page-view-card {
  max-width: 980px;
  margin: 34px auto;
  border-radius: 28px;
  padding: clamp(22px, 4vw, 44px);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(147,197,253,.24);
  box-shadow: 0 40px 120px rgba(14, 165, 255, .22);
  backdrop-filter: blur(18px);
}

.gs-page-view button {
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 800;
  color: white;
  background: linear-gradient(135deg, var(--gs-blue), var(--gs-violet));
}

a, button {
  transition: transform .18s ease, opacity .18s ease, box-shadow .18s ease;
}

a:hover, button:hover {
  transform: translateY(-1px);
}
