[x-cloak] {
    display: none !important;
}

.auth-shell .auth-card,
.auth-shell .auth-section-card {
    border: 1px solid #e7ebdf;
    border-radius: 1.35rem;
    background: #fff;
    box-shadow: 0 18px 45px rgba(35, 51, 26, 0.06);
}

.auth-shell .auth-kicker {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .45rem .8rem;
    border-radius: 999px;
    background: #eef3e5;
    color: #5a6a4d;
    font-size: .78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.auth-shell .auth-title {
    font-size: 1.95rem;
    line-height: 1.15;
    color: #203319;
    font-weight: 600;
}

.auth-shell .auth-copy {
    color: #60705a;
    line-height: 1.65;
}

.auth-shell .auth-section-card {
    padding: .95rem 1rem;
    box-shadow: none;
}

.auth-shell .auth-section-title {
    font-size: .8rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #6c757d;
    font-weight: 600;
    margin-bottom: .75rem;
}

.auth-shell label {
    color: #4f5c49;
    font-size: .70rem;
    font-weight: 600;
    margin-bottom: .40rem;
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    flex-wrap: wrap;
}

.auth-shell .form-control,
.auth-shell .select2-selection {
    border-radius: .60rem !important;
    border-color: #dfe6d5 !important;
    min-height: 2.5rem;
    box-shadow: none !important;
}

.auth-shell .select2-container .select2-selection--single,
.auth-shell .select2-container .select2-selection--multiple {
    padding-top: .3rem;
    padding-bottom: .3rem;
}

.auth-shell .auth-note {
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid #e1e8d7;
    padding: 1rem 1.1rem;
}

.auth-shell .auth-helper {
    margin-top: .35rem;
    color: #708069;
    font-size: .8rem;
    line-height: 1.5;
}

.auth-shell .auth-stepper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .55rem;
    margin-bottom: 1rem;
}

.auth-shell .auth-step {
    border: 1px solid #e1e8d7;
    border-radius: .95rem;
    padding: .6rem .75rem;
    background: #f9fbf6;
    cursor: pointer;
    transition: .2s ease;
}

.auth-shell .auth-step.is-active {
    border-color: #8aa26c;
    background: #eef6e6;
    box-shadow: 0 10px 24px rgba(35, 51, 26, 0.08);
}

.auth-shell .auth-step-index {
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #dfead1;
    color: #365126;
    font-size: .72rem;
    font-weight: 700;
    margin-bottom: .3rem;
}

.auth-shell .auth-step-title {
    font-size: .82rem;
    color: #203319;
    font-weight: 600;
    line-height: 1.2;
}

.auth-shell .auth-step-copy {
    color: #708069;
    font-size: .72rem;
    line-height: 1.3;
    margin-top: .1rem;
}

.auth-shell .auth-inline-card {
    border: 1px dashed #d6e1ca;
    border-radius: 1rem;
    background: #fbfcf8;
    padding: 1rem;
    margin-bottom: 1rem;
}

.auth-shell .auth-password-toggle {
    border: 0;
    background: transparent;
    color: #5a6a4d;
    font-size: .85rem;
    font-weight: 600;
    padding: 0;
}

.auth-shell .auth-step:disabled {
    opacity: .55;
    cursor: not-allowed;
    box-shadow: none;
}

.auth-shell .red {
    display: block;
    margin-top: .2rem;
    font-size: .82rem;
}

@media (max-width: 991.98px) {
    .auth-shell .auth-title {
        font-size: 1.65rem;
    }

    .auth-shell .auth-stepper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .auth-shell .auth-stepper {
        grid-template-columns: 1fr;
    }
}
