::-webkit-scrollbar {
  display: none;
}

.glass-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(226, 232, 240, 0.5);
}

.glow-effect {
  box-shadow: 0 0 40px rgba(37, 99, 235, 0.1);
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.typing-text {
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #2563eb;
  animation: typing 3.5s steps(40, end), blink .75s step-end infinite;
}

@keyframes blink {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #2563eb;
  }
}

.ai-wave {
  display: flex;
  align-items: center;
  gap: 3px;
}

.wave-bar {
  width: 3px;
  background: #2563eb;
  border-radius: 10px;
  animation: wave 1s ease-in-out infinite;
}

@keyframes wave {
  0%,
  100% {
    height: 8px;
  }
  50% {
    height: 24px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
}

#ij5sa {
  animation-delay: 0.1s;
}

#iox9g {
  animation-delay: 0.2s;
}

#iyhej {
  animation-delay: 0.3s;
}

#img6s {
  animation-delay: 0.4s;
}

#i4qlbe {
  animation-delay: 0.2s;
}

#izxcgk {
  animation-delay: 0.4s;
}

#idrrn2 {
  animation-delay: 0.1s;
}

#i1oyod {
  animation-delay: 0.2s;
}

#ia8okq {
  animation-delay: 0.3s;
}

#id9btc {
  animation-delay: 0.4s;
}
