/* Apply 90% NeuroZen Style - Quick Transform */
body { 
  background: radial-gradient(circle at top, #020617 0, #020617 40%, #020617 60%, #000 100%) !important;
  font-family: 'Inter', sans-serif !important;
}
#nzt-nebula { opacity: 0.2 !important; }
.scanline { display: none !important; }
.site-header { 
  border-radius: 999px !important;
  border: 1px solid rgba(148, 163, 184, 0.4) !important;
  background: linear-gradient(120deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.96)), radial-gradient(circle at top left, rgba(124, 58, 237, 0.2), transparent 60%) !important;
}
.brand__text { font-family: 'Inter', sans-serif !important; }
.glitch { 
  font-family: 'Inter', sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  background: linear-gradient(120deg, #a855f7, #22d3ee, #7c3aed) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: none !important;
}
.btn--primary {
  background: linear-gradient(130deg, #4f46e5, #7c3aed, #e879f9) !important;
}
.card, .river__item, .feature, .neurozen-card {
  border-radius: 22px !important;
  border: 1px solid rgba(148, 163, 184, 0.45) !important;
  background: rgba(15, 23, 42, 0.96) !important;
}
