/* Estilos adicionais e animações */
.mode-btn.active {
    border-color: #0284c7;
    background: rgba(14, 165, 233, 0.15);
    color: #38bdf8;
    box-shadow: 0 0 15px rgba(14, 165, 233, 0.2);
}

.relay-active-glow {
    background-color: rgba(16, 185, 129, 0.15) !important;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

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

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

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