/* Sleek Handcrafted Engineer Dark Mode */

/* Custom Smooth Dark Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #090d16;
}
::-webkit-scrollbar-thumb {
  background: #1f293d;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #6366f1;
}

/* Subtle Card Glow */
.dark-card-glow {
  box-shadow: 0 0 20px -5px rgba(99, 102, 241, 0.05);
}
