.smm-auth-body {
    background: #ffffff;
    min-height: 100vh;
}

.smm-auth-page {
    align-items: center;
    border-top: 1px solid var(--smm-line);
    display: flex;
    justify-content: center;
    min-height: 820px;
    padding: 5.7rem 1rem 7rem;
}

.smm-auth-card {
    background: #ffffff;
    border: 1px solid var(--smm-line);
    border-radius: var(--smm-radius);
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.06);
    max-width: 512px;
    padding: 2.25rem 2.4rem;
    text-align: center;
    width: 100%;
}

.smm-auth-logo {
    border-radius: var(--smm-radius);
    box-shadow: var(--smm-purple-shadow);
    display: block;
    margin: 0 auto 1rem;
}

.smm-auth-card h1 {
    color: var(--smm-ink);
    font-size: 1.85rem;
    font-weight: 950;
    line-height: 1.1;
    margin: 0 0 0.8rem;
}

.smm-auth-subtitle {
    color: #7b8497;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 1.45rem;
}

.firebase-pill {
    align-items: center;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 999px;
    color: #dd5f00;
    display: inline-flex;
    font-weight: 900;
    gap: 0.5rem;
    margin-bottom: 1.7rem;
    min-height: 38px;
    padding: 0.45rem 1rem;
}

.firebase-pill i {
    color: #f59e0b;
}

.smm-auth-form {
    display: grid;
    gap: 1.1rem;
    text-align: left;
}

.smm-auth-form label {
    display: grid;
    gap: 0.45rem;
    margin: 0;
    position: relative;
}

.smm-auth-form label > span {
    align-items: center;
    color: #697386;
    display: flex;
    font-size: 0.78rem;
    font-weight: 950;
    justify-content: space-between;
    text-transform: uppercase;
}

.smm-auth-form label > span a {
    color: var(--smm-purple);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: none;
}

.smm-auth-form input {
    background: #f8fafc;
    border: 1px solid #dfe5ee;
    border-radius: var(--smm-radius);
    color: var(--smm-ink);
    font-size: 1rem;
    min-height: 56px;
    outline: 0;
    padding: 0 1.05rem;
    width: 100%;
}

.smm-auth-form input:focus {
    border-color: var(--smm-purple);
    box-shadow: 0 0 0 0.18rem rgba(157, 53, 255, 0.14);
}

.password-field input {
    padding-right: 3rem;
}

.password-field > i {
    bottom: 1.05rem;
    color: #9aa3b2;
    position: absolute;
    right: 1rem;
}

.smm-auth-submit {
    border-radius: var(--smm-radius);
    font-size: 1rem;
    min-height: 56px;
    width: 100%;
}

.smm-auth-feedback {
    color: var(--smm-muted);
    font-size: 0.86rem;
    font-weight: 750;
    min-height: 1px;
}

.admin-note {
    align-items: flex-start;
    background: #fffbe8;
    border: 1px solid #fde68a;
    border-radius: var(--smm-radius);
    color: #9a5c00;
    display: grid;
    font-weight: 850;
    gap: 0.8rem;
    grid-template-columns: 24px minmax(0, 1fr);
    line-height: 1.35;
    margin: 1.45rem 0 1.65rem;
    padding: 1rem;
    text-align: left;
}

.admin-note i {
    color: #d99000;
    margin-top: 0.12rem;
}

.smm-auth-switch {
    color: #7b8497;
    font-size: 1rem;
    font-weight: 750;
    margin: 0;
}

.smm-auth-switch a {
    color: var(--smm-purple);
    font-weight: 950;
}

@media (max-width: 767.98px) {
    .smm-auth-page {
        min-height: auto;
        padding: 3rem 1rem 4rem;
    }

    .smm-auth-card {
        padding: 1.6rem 1.2rem;
    }
}
