* {
  font-family: 'Inter', sans-serif;
}

.font-orbitron {
  font-family: 'Orbitron', sans-serif;
}



.glass-card {
  background: #ffffff;
  backdrop-filter: blur(10px);
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.locked-card {
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
}

.neon-border {
  border: 2px solid #2563eb;
  box-shadow: 0 0 10px rgba(37, 99, 235, 0.2);
}

.progress-bar-fill {
  background: linear-gradient(90deg, #3b82f6, #9333ea, #db2777);
  background-size: 200% 100%;
}



.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}