/**
 * Navigation Component Styles
 */

.nav-user-link:hover {
    background: var(--primary-dark) !important;
}

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

.nav-login-link:hover {
    background: var(--green) !important;
    color: white !important;
}

@media (max-width: 768px) {
    .test-mode-selector {
        width: 100%;
        margin-bottom: 10px;
    }

    .nav-user-link,
    .nav-login-link {
        width: 100%;
        justify-content: center;
    }
}
