body {
    margin: 0;
    padding: 0;
    background-color: #0B0F14;
    color: #E5E7EB;
}

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

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

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

::-webkit-scrollbar-thumb:hover {
    background: #1f2937;
}

.glass-panel {
    background: rgba(17, 24, 39, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.hover-glow:hover {
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.15);
    border-color: rgba(59, 130, 246, 0.3);
}

.terminal-text::after {
    content: '|';
    animation: blink 1s step-end infinite;
    color: #22C55E;
}

.nav-item.active {
    color: #3B82F6;
    background: rgba(59, 130, 246, 0.1);
    border-right: 2px solid #3B82F6;
}