/* Estilos Industriales Modernos para el SaaS Minero */
.nav-link {
    color: #94a3b8;
    background: transparent;
    cursor: pointer;
}

.nav-link:hover {
    color: #f8fafc;
    background: rgba(30, 41, 59, 0.6);
}

.nav-link.active {
    color: #f59e0b;
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.3);
}

/* Scrollbars estilizadas */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #090d16;
}

::-webkit-scrollbar-thumb {
    background: #334155;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: #f59e0b;
}
