
body {
  font-family: 'Inter', sans-serif;
  background: radial-gradient(circle at top center, #001a4d 0%, #000514 100%);
  background-attachment: fixed;
  color: #e0e0e0;
  margin: 0;
  min-height: 100vh;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #000514;
}

::-webkit-scrollbar-thumb {
  background: #1e3a8a;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #2563eb;
}

.glass-card {
  background: rgba(10, 17, 40, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.logo-glow {
  filter: drop-shadow(0 0 15px rgba(0, 85, 255, 0.4));
}
