body {
  background-color: #020202;
  font-family: 'Plus Jakarta Sans', sans-serif;
  overflow-x: hidden;
}
.grain-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 50;
}
.star-field {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(255,255,255,0.05) 0.5px, transparent 0.5px);
  background-size: 20px 20px;
  pointer-events: none;
  z-index: 1;
}
.meteor-field {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}
.meteor {
  position: absolute;
  width: 2px;
  height: 2px;
  background: rgba(255, 230, 160, 0.8);
  border-radius: 50%;
  animation: meteor 15s linear infinite;
  opacity: 0;
}
@keyframes meteor {
  0% {
    transform: translateX(-100px) translateY(-100px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateX(100vw) translateY(100vh);
    opacity: 0;
  }
}
.bio-cloud {
  position: fixed;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.6;
  z-index: 0;
}
.bio-cloud-1 {
  top: -20%;
  left: -10%;
  width: 800px;
  height: 800px;
  background: #0A0216;
  animation: drift 25s linear infinite alternate, pulse 15s ease-in-out infinite alternate;
}
.bio-cloud-2 {
  top: 30%;
  right: -15%;
  width: 600px;
  height: 600px;
  background: #1B0235;
  animation: drift 30s linear infinite alternate-reverse, pulse 18s ease-in-out infinite alternate-reverse;
}
.bio-cloud-3 {
  bottom: -20%;
  left: 30%;
  width: 500px;
  height: 500px;
  background: #2A0115;
  animation: drift 20s linear infinite alternate, pulse 12s ease-in-out infinite alternate;
}
@keyframes drift {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(50px, 50px) scale(1.1);
  }
}
@keyframes pulse {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.7;
  }
}
.monolith {
  position: relative;
  border: 0.5px solid transparent;
  background: rgba(10, 2, 22, 0.9);
  box-shadow: 0 20px 60px rgba(74,0,255,0.4), 0 0 40px rgba(255,64,129,0.2);
  backdrop-filter: blur(10px);
  overflow: hidden;
}
.monolith h2, .monolith h3 {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
}
.monolith p {
  color: rgba(255, 230, 160, 0.8);
}
.option-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 230, 160, 0.2);
  transition: all 0.3s ease;
}
.option-btn:hover {
  background: rgba(255, 230, 160, 0.1);
  border-color: #FFE6A0;
  transform: translateY(-2px);
}
input[type="date"], input[type="text"] {
  background: rgba(10, 2, 22, 0.6);
  border: 1px solid rgba(255, 230, 160, 0.3);
  border-radius: 8px;
  padding: 12px 16px;
  color: #FFE6A0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  transition: all 0.3s ease;
}
input[type="date"]:focus, input[type="text"]:focus {
  outline: none;
  border-color: #FFE6A0;
  box-shadow: 0 0 10px rgba(255, 230, 160, 0.3);
}
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg);
}
.pulse-button {
  position: relative;
  overflow: hidden;
  animation: energy-pulse 3s ease-in-out infinite;
}
@keyframes energy-pulse {
  0%, 100% {
    box-shadow: 0 0 20px rgba(255, 230, 160, 0.3);
  }
  50% {
    box-shadow: 0 0 30px rgba(74, 0, 255, 0.4);
  }
}
.monolith::before {
  content: '';
  position: absolute;
  top: -1px; left: -1px; right: -1px; bottom: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(90deg, #FFE6A0, #4A00FF, #FF4081, #FFE6A0);
  background-size: 300% 300%;
  animation: border-shimmer 15s linear infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@keyframes border-shimmer {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}
.serif-italic {
  font-family: 'Playfair Display', serif;
  font-style: italic;
}
.text-glow {
  text-shadow: 0 0 15px rgba(255,230,160,0.7), 0 0 30px rgba(74,0,255,0.5);
}
.neon-flicker {
  animation: neon-flicker 2s ease-in-out infinite alternate;
}
@keyframes neon-flicker {
  0%, 19.999%, 22%, 62.999%, 64%, 64.999%, 70%, 100% {
    text-shadow: 0 0 15px rgba(255,230,160,0.7), 0 0 30px rgba(74,0,255,0.5);
  }
  20%, 21.999%, 63%, 63.999%, 65%, 69.999% {
    text-shadow: none;
  }
}
.tracking-widest-10 {
  letter-spacing: 0.625rem;
}
.fade-in { animation: fadeIn 0.6s forwards; }
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.pulse-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #4CAF50;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}