/**
 * Navigation Component Styles
 */

.nav-user-link:hover {
    background: #059669 !important;
}

.nav-signup-link:hover {
    background: #059669 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
}

.nav-login-link:hover {
    background: #10b981 !important;
    color: white !important;
}

@media (max-width: 768px) {
    .nav-right {
        flex-direction: column;
        width: 100%;
    }
    
    .test-mode-selector {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .nav-user-link,
    .nav-login-link {
        width: 100%;
        justify-content: center;
    }
}