/* Simple styles */
body {
    background: #0a0a0f;
    color: white;
}

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

::-webkit-scrollbar-track {
    background: #0a0a0f;
}

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