.login-experience {
    --login-purple: #76008c;
    --login-purple-dark: #3f004b;
    --login-orange: #ff7100;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: #20172a;
    background:
        radial-gradient(circle at 58% 15%, rgba(255, 113, 0, .09), transparent 25%),
        radial-gradient(circle at 32% 26%, rgba(118, 0, 140, .08), transparent 30%),
        #fbf9fc;
}

.login-experience > .public-master-header {
    flex: 0 0 auto;
}

.login-site-header {
    position: relative;
    z-index: 5;
    width: min(1480px, 100%);
    min-height: 82px;
    margin: 0 auto;
    padding: 10px 22px 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border: 1px solid rgba(75, 24, 85, .08);
    border-radius: 22px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 14px 40px rgba(45, 12, 53, .10);
}

.login-site-brand,
.login-site-brand img {
    display: block;
}

.login-site-brand img {
    width: 190px;
    height: 58px;
    object-fit: contain;
    object-position: left center;
}

.login-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}

.login-header-link,
.login-header-button {
    min-height: 46px;
    padding: 0 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 999px;
    color: #23172a;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
}

.login-header-link:hover,
.login-header-button:hover { transform: translateY(-1px); }
.header-link-icon { font-size: 21px; line-height: 1; }
.signup-button { border: 1px solid rgba(118, 0, 140, .42); color: var(--login-purple); }
.active-login-button {
    min-width: 126px;
    color: #fff;
    background: linear-gradient(110deg, #8d00ad 0%, #bd007c 52%, #ff7100 100%);
    box-shadow: 0 10px 24px rgba(135, 0, 157, .22);
}

.login-experience .auth-wrapper {
    width: min(1390px, 100%);
    min-height: 0;
    flex: 1 1 auto;
    margin: 0 auto;
    padding: 104px 0 18px;
}

.login-experience .auth-card.login-layout1 {
    width: 100%;
    height: 100%;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(390px, .82fr);
    gap: 38px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.login-experience .login-layout1 .auth-highlight {
    order: 1;
    position: relative;
    min-width: 0;
    padding: 28px 38px 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #211927;
    background: transparent;
}

.login-experience .promo-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--login-purple);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .08em;
}

.login-experience .promo-kicker::after {
    content: "";
    width: 62px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--login-purple), var(--login-orange));
}

.login-experience .login-layout1 .auth-highlight h1 {
    max-width: 650px;
    margin: 18px 0 12px;
    color: #161119;
    font-size: clamp(42px, 4vw, 66px);
    line-height: 1.03;
    font-weight: 800;
    letter-spacing: -.035em;
}

.login-experience .login-layout1 .auth-highlight > p {
    max-width: 610px;
    margin: 0 0 12px;
    color: #5c5365;
    font-size: 16px;
    line-height: 1.55;
}

.login-experience .login-layout1 .feature-label {
    margin-top: 10px;
    color: var(--login-purple);
    font-size: 15px;
    font-weight: 800;
}

.login-experience .login-layout1 .feature-list {
    width: min(610px, 100%);
    margin: 12px 0 10px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
    padding: 0;
}

.login-experience .login-layout1 .feature-list li {
    position: relative;
    padding: 11px 34px 11px 42px;
    border: 1px solid rgba(118, 0, 140, .10);
    border-radius: 12px;
    color: #28202d;
    background: rgba(255, 255, 255, .82);
    font-size: 13px;
    font-weight: 600;
    list-style: none;
}

.login-experience .login-layout1 .feature-list li::before {
    content: "\2713";
    position: absolute;
    left: 12px;
    top: 50%;
    width: 21px;
    height: 21px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    color: #fff;
    background: linear-gradient(135deg, var(--login-purple), #a700b8);
    transform: translateY(-50%);
}

.login-experience .login-layout1 .feature-image {
    position: absolute;
    right: 22px;
    bottom: 122px;
    width: min(54%, 460px);
    max-height: 330px;
    object-fit: contain;
    filter: drop-shadow(0 22px 24px rgba(77, 11, 88, .18));
}

.login-stats {
    width: min(690px, 100%);
    margin-top: auto;
    padding: 20px 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid rgba(118, 0, 140, .10);
    border-radius: 20px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 46px rgba(56, 17, 62, .10);
}

.login-stats div { display: grid; gap: 4px; padding: 0 20px; text-align: center; }
.login-stats div + div { border-left: 1px solid rgba(118, 0, 140, .13); }
.login-stats strong { color: var(--login-purple); font-size: 27px; font-weight: 800; }
.login-stats div:nth-child(2) strong { color: var(--login-orange); }
.login-stats span { color: #5e5264; font-size: 12px; }

.login-experience .login-layout1 .auth-form-panel {
    order: 2;
    min-height: 0;
    padding: 30px 48px;
    align-self: stretch;
    border: 1px solid rgba(67, 23, 75, .08);
    border-radius: 24px;
    color: #271e2c;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 22px 52px rgba(48, 13, 58, .14);
}

.login-experience .login-layout1 .form-logo { display: none; }
.login-card-heading { margin-bottom: 24px; }
.login-card-heading > span { color: var(--login-orange); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.login-card-heading h2 { margin: 8px 0 5px; color: var(--login-purple); font-size: 34px; line-height: 1.1; font-weight: 800; }
.login-card-heading p { margin: 0; color: #655b69; font-size: 15px; }

.login-experience .login-layout1 .field-group { margin-bottom: 18px; }
.login-experience .login-layout1 .field-group label { color: #382d3e; font-size: 13px; font-weight: 700; }
.login-experience .login-layout1 .custom-input-field {
    position: relative;
    min-height: 58px;
    margin-top: 7px;
    overflow: hidden;
    border: 1px solid #dcd4df;
    border-radius: 11px;
    background: #fff;
}

.login-experience .login-layout1 .custom-input-field::before {
    position: absolute;
    left: 18px;
    top: 50%;
    z-index: 2;
    color: var(--login-purple);
    font-size: 21px;
    transform: translateY(-50%);
}
.login-experience .user-input-field::before { content: "\2709"; }
.login-experience .password-input-field::before { content: "\1F512"; font-size: 17px !important; }
.login-experience .login-layout1 .login-input {
    width: 100%;
    height: 58px;
    padding: 0 18px 0 52px;
    border: 0;
    outline: 0;
    color: #281f2e;
    background: transparent;
    font-size: 15px;
}
.login-experience .login-layout1 .custom-input-field:focus-within { border-color: var(--login-purple); box-shadow: 0 0 0 3px rgba(118, 0, 140, .08); }

.login-options-row { margin: 3px 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.login-experience .remember-row { color: #564b5b; font-size: 13px; }
.login-experience .remember-row input { accent-color: var(--login-purple); }
.forgot-password-label { color: var(--login-purple); font-size: 13px; font-weight: 700; }
.login-experience .login-layout1 .primary-button {
    min-height: 56px;
    border: 0;
    border-radius: 11px;
    color: #fff;
    background: linear-gradient(105deg, var(--login-purple) 0%, #b2009a 48%, var(--login-orange) 100%);
    box-shadow: 0 13px 28px rgba(144, 0, 149, .22);
    font-size: 16px;
    font-weight: 700;
}
.login-experience .login-layout1 .primary-button:hover { filter: brightness(1.05); transform: translateY(-1px); }
.login-experience .login-layout1 .auth-links { justify-content: center; margin-top: 23px; }
.login-experience .login-layout1 .auth-links a { color: var(--login-purple); font-weight: 600; }

.login-site-footer {
    width: 100%;
    min-height: 66px;
    flex: 0 0 66px;
    margin-left: 0;
    padding: 12px max(24px, calc((100vw - 1390px) / 2));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    border-top: 5px solid var(--login-orange);
    color: #fff;
    background: linear-gradient(100deg, #4c005b, #850098 58%, #4d0058);
}

@media (max-height: 820px) and (min-width: 1081px) {
    .login-experience { padding-top: 0; }
    .login-experience .auth-wrapper { padding: 106px 0 10px; }
    .login-experience .login-layout1 .auth-form-panel { padding-top: 22px; padding-bottom: 22px; }
    .login-experience .login-layout1 .auth-highlight { padding-top: 18px; padding-bottom: 14px; }
    .login-experience .login-layout1 .auth-highlight h1 { margin-top: 10px; font-size: 44px; }
    .login-experience .login-layout1 .feature-list { gap: 7px 16px; margin: 7px 0; }
    .login-experience .login-layout1 .feature-list li { padding-top: 8px; padding-bottom: 8px; }
    .login-experience .login-layout1 .feature-image { bottom: 84px; max-height: 230px; }
    .login-stats { padding-top: 12px; padding-bottom: 12px; }
    .login-site-footer { min-height: 52px; flex-basis: 52px; padding-top: 7px; padding-bottom: 7px; }
}
.login-site-footer nav { display: flex; align-items: center; gap: 18px; }
.login-site-footer nav span { width: 1px; height: 20px; background: rgba(255,255,255,.45); }
.login-site-footer a { color: #fff; text-decoration: none; font-weight: 600; }
.login-site-footer p { margin: 0; }
.login-site-footer p strong { color: #ff9a21; font-weight: 800; }

@media (max-width: 1080px) {
    .login-site-header { min-height: 72px; }
    .login-site-brand img { width: 158px; height: 50px; }
    .login-header-link { padding: 0 12px; }
    .login-experience .auth-card.login-layout1 { grid-template-columns: 1fr; }
    .login-experience .login-layout1 .auth-form-panel { order: 1; width: min(560px, 100%); min-height: 0; margin: 0 auto; }
    .login-experience .login-layout1 .auth-highlight { display: none; }
}

@media (max-width: 720px) {
    .login-experience { padding: 0; }
    .login-site-header { padding: 8px 12px; border-radius: 16px; }
    .login-site-brand img { width: 128px; height: 42px; }
    .login-header-actions { gap: 7px; }
    .login-header-link { min-height: 38px; padding: 0 9px; }
    .login-header-link span:last-child { display: none; }
    .login-header-button { min-height: 38px; min-width: 0; padding: 0 14px; font-size: 12px; }
    .login-experience .auth-wrapper { width: calc(100% - 20px); padding: 76px 0 10px; }
    .login-experience .login-layout1 .auth-form-panel { padding: 28px 20px; border-radius: 18px; }
    .login-card-heading h2 { font-size: 29px; }
    .login-site-footer { width: 100%; min-height: 50px; flex-basis: 50px; margin-left: 0; padding: 6px 12px; }
    .login-site-footer nav { display: none; }
}
