body {
    background-color: #090d16;
    color: #f3f4f6;
    font-family: 'Inter', sans-serif;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.custom-scrollbar::-webkit-scrollbar-track {
    background: #111827;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #374151;
    border-radius: 3px;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #4b5563;
}
.glow-card {
    box-shadow: 0 0 15px rgba(89, 126, 247, 0.05);
    transition: all 0.3s ease;
}
.glow-card:hover {
    box-shadow: 0 0 25px rgba(89, 126, 247, 0.12);
    border-color: #374151;
}
