body {
    font-family: 'JetBrains Mono', monospace;
    background: linear-gradient(145deg, #1E1E1E 0%, #121212 100%);
    color: rgba(255, 255, 255, 0.87);
    line-height: 1.5;
}

.neon-border {
    border: 1px solid rgba(124, 77, 255, 0.3);
    box-shadow: 0 0 10px rgba(124, 77, 255, 0.2);
}

.neon-text {
    text-shadow: 0 0 10px rgba(124, 77, 255, 0.5);
}

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

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

.scrollbar-custom::-webkit-scrollbar-track {
    background: rgba(124, 77, 255, 0.1);
}

.scrollbar-custom::-webkit-scrollbar-thumb {
    background: rgba(124, 77, 255, 0.7);
    border-radius: 4px;
}

.scrollbar-custom::-webkit-scrollbar-thumb:hover {
    background: rgba(124, 77, 255, 0.9);
}
