/* Custom utility classes not fully covered by basic Tailwind config */

body {
    background-color: #060B19;
    color: #ffffff;
}

.glass-panel {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Subtly hide scrollbar for cleaner look */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #060B19;
}

::-webkit-scrollbar-thumb {
    background: #14213D;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #00E676;
}
