.auth-split-body {
    background: #fffaf6;
    color: #171412;
    min-height: 100vh;
}

.auth-split-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 520px);
    min-height: 100vh;
}

.auth-split-info {
    background:
        linear-gradient(120deg, rgba(31, 102, 90, .94), rgba(42, 38, 33, .9)),
        url('../images/hero/hero-02.jpg') center/cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    padding: clamp(2rem, 6vw, 6.5rem);
    position: relative;
}

.auth-admin-body .auth-split-info {
    background:
        linear-gradient(120deg, rgba(33, 29, 25, .94), rgba(198, 140, 88, .78)),
        url('../images/hero/hero-02.jpg') center/cover;
}

.auth-split-info::after {
    background: rgba(255, 255, 255, .12);
    bottom: clamp(1.5rem, 4vw, 4rem);
    content: "";
    height: 1px;
    left: clamp(2rem, 6vw, 6.5rem);
    position: absolute;
    right: clamp(2rem, 6vw, 6.5rem);
}

.auth-split-info .section-kicker,
.auth-split-form .section-kicker {
    color: var(--brand-orange);
    letter-spacing: .08em;
}

.auth-split-info .section-kicker {
    color: rgba(255, 255, 255, .78);
}

.auth-logo {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .14);
    display: inline-flex;
    height: 62px;
    justify-content: center;
    margin-bottom: clamp(2.3rem, 5vw, 4.5rem);
    padding: .75rem 1.2rem;
    text-decoration: none;
    width: max-content;
}

.auth-logo img {
    max-height: 38px;
    max-width: 190px;
}

.auth-split-info h1 {
    font-size: clamp(2.55rem, 5.4vw, 5.8rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: .96;
    margin: .7rem 0 0;
    max-width: 760px;
}

.auth-split-info p {
    color: rgba(255, 255, 255, .84);
    font-size: 1.08rem;
    line-height: 1.8;
    margin: 1.5rem 0 0;
    max-width: 620px;
}

.auth-feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 2rem;
}

.auth-feature-list span {
    align-items: center;
    backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    gap: .55rem;
    min-height: 44px;
    padding: .7rem .95rem;
}

.auth-split-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 2rem;
    position: relative;
    z-index: 1;
}

.auth-split-actions a {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    min-height: 46px;
    padding: .75rem 1rem;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.auth-split-actions a:hover {
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .78);
    transform: translateY(-1px);
}

.auth-split-form {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 250, 246, .96));
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 5vw, 4.5rem);
}

.auth-form-heading {
    margin-bottom: 1.85rem;
}

.auth-split-form h2 {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    margin: .4rem 0 .8rem;
}

.auth-split-form p {
    color: #69635e;
    line-height: 1.7;
    margin-bottom: 0;
}

.auth-form {
    display: grid;
    gap: 1rem;
}

.auth-form .form-label {
    color: #36302b;
    font-size: .9rem;
    font-weight: 800;
    margin-bottom: .45rem;
}

.auth-input-wrap {
    position: relative;
}

.auth-input-wrap i {
    color: var(--brand-brown);
    font-size: 1.1rem;
    left: 1.05rem;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.auth-input-wrap .auth-password-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: #6c625b;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: .8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    z-index: 2;
}

.auth-input-wrap .auth-password-toggle i {
    color: inherit;
    font-size: 1.15rem;
    left: auto;
    pointer-events: auto;
    position: static;
    top: auto;
    transform: none;
}

.auth-input-wrap .auth-password-toggle:hover {
    color: var(--brand-brown);
}

.auth-split-form .form-control {
    background: #fff;
    border: 1px solid rgba(23, 20, 18, .14);
    border-radius: 8px;
    box-shadow: none;
    color: #171412;
    min-height: 58px;
    padding-left: 3rem;
}

.auth-input-wrap:has(.auth-password-toggle) .form-control {
    padding-right: 3.35rem;
}

.auth-split-form .form-control:focus {
    border-color: var(--brand-brown);
    box-shadow: 0 0 0 .24rem rgba(198, 140, 88, .16);
}

.auth-split-form .btn {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-weight: 900;
    gap: .55rem;
    justify-content: center;
    margin-top: .35rem;
    min-height: 58px;
}

.auth-split-form .alert {
    border: 0;
    border-radius: 8px;
    font-weight: 700;
}

.auth-form-meta {
    display: flex;
    justify-content: flex-end;
    margin-top: -.35rem;
}

.auth-form-meta a {
    color: var(--brand-brown);
    font-size: .92rem;
    font-weight: 800;
    text-decoration: none;
}

.auth-form-meta a:hover {
    text-decoration: underline;
}

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

    .auth-split-info {
        min-height: auto;
        padding-bottom: 4rem;
    }

    .auth-split-info::after {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .auth-split-info,
    .auth-split-form {
        padding: 1.5rem;
    }

    .auth-logo {
        height: 56px;
        margin-bottom: 2rem;
        width: 100%;
    }

    .auth-logo img {
        max-width: 170px;
    }

    .auth-feature-list span,
    .auth-split-actions a {
        width: 100%;
    }
}
