.mm-auth-hero {
    padding: 120px 0 60px;
    background: linear-gradient(135deg, #0080FF 0%, #1B1464 100%);
    color: #fff;
    text-align: center;
}

.mm-auth-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.mm-auth-hero p {
    opacity: 0.9;
    max-width: 520px;
    margin: 0 auto;
}

.mm-auth-section {
    padding: 70px 0 100px;
    background: #f4f8ff;
}

.mm-auth-card {
    max-width: 480px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(27, 20, 100, 0.1);
}

.mm-auth-card h2 {
    color: #1B1464;
    font-weight: 700;
    margin-bottom: 8px;
}

.mm-auth-sub {
    color: #737D8A;
    margin-bottom: 28px;
}

.mm-label {
    display: block;
    font-weight: 600;
    color: #1B1464;
    margin-bottom: 6px;
    font-size: 0.9rem;
}

.mm-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d8e4f0;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.2s;
}

.mm-input:focus {
    outline: none;
    border-color: #0080FF;
    box-shadow: 0 0 0 3px rgba(0, 128, 255, 0.15);
}

.mm-btn-primary {
    background: #0080FF;
    color: #fff;
    border: none;
    padding: 14px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    transition: background 0.2s;
}

.mm-btn-primary:hover {
    background: #0066cc;
    color: #fff;
}

.mm-auth-link {
    text-align: center;
    margin-top: 24px;
    color: #737D8A;
}

.mm-auth-link a {
    color: #0080FF;
    font-weight: 600;
    text-decoration: none;
}

.mm-alert {
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 0.95rem;
}

.mm-alert-warning {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffc107;
}

@media (max-width: 576px) {
    .mm-auth-card { padding: 28px 20px; }
    .mm-auth-hero h1 { font-size: 2rem; }
}
