:root{
    --auth-bg: #fbfbfd;
    --auth-text: #2d2f39;
    --auth-muted: #8a8f9d;
    --auth-border: rgba(22, 24, 35, 0.08);
    --auth-card: #ffffff;
    --auth-accent: #e08a3b;
    --auth-accent-2: #f2a558;
    --auth-shadow: 0 18px 55px rgba(14, 17, 29, 0.10);
}


.aligned-auth-body{
    font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    background: var(--auth-bg);
    color: var(--auth-text);
    min-height: 100vh;
}

.aligned-auth{
    min-height: 100vh;
    display: flex;
}

.auth-shell{
    width: 100%;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    min-height: 100vh;
}

.auth-brand{
    position: relative;
    background:
        radial-gradient(1100px 540px at 18% 22%, rgba(245, 199, 160, 0.38), transparent 55%),
        radial-gradient(900px 520px at 18% 76%, rgba(198, 186, 255, 0.35), transparent 55%),
        linear-gradient(180deg, rgba(255, 236, 224, 0.55), rgba(240, 236, 255, 0.40));
    border-left: 1px solid var(--auth-border);
    overflow: hidden;
}

.auth-brand__inner{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px 64px;
    max-width: 720px;
}

.auth-logo{
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 24px;
}
.auth-logo__img{
    width: 220px;
    max-width: 100%;
    height: auto;
    display: block;
}

.auth-brand__tagline{
    margin-bottom: 44px;
}
.auth-brand__kicker{
    font-size: 12px;
    font-weight: 500;
    /* letter-spacing: 2.2px; */
    color: rgba(22,24,35,0.80);
}
.auth-brand__rule{
    height: 1px;
    width: 74%;
    max-width: 440px;
    background: rgba(22,24,35,0.18);
    margin: 18px 0 16px;
}
.auth-brand__subkicker{
    font-size: 11px;
    font-weight: 700;
    /* letter-spacing: 1.9px; */
    color: rgba(22,24,35,0.55);
}

.auth-badge{
    display: flex;
    gap: 14px;
    align-items: flex-start;
    width: 100%;
    max-width: 520px;
    padding: 16px 18px;
    border: 1px solid var(--auth-border);
    border-radius: 12px;
    /* background: rgba(255,255,255,0.55); */
    box-shadow: 0 10px 28px rgba(14, 17, 29, 0.06);
}
.auth-badge__icon{
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2aa56a;
    background: rgba(42, 165, 106, 0.12);
    flex: 0 0 auto;
}
.auth-badge__title{
    font-weight: 700;
    font-size: 12px;
    color: rgba(22,24,35,0.82);
    margin-bottom: 4px;
    text-transform: capitalize;
}
.auth-badge__desc{
    font-size: 12px;
    line-height: 1.45;
    /* color: rgba(22,24,35,0.62); */
}
.auth-badge__fineprint{
    margin-top: 6px;
    font-size: 11px;
    /* color: rgba(22,24,35,0.45); */
}

.auth-panel{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px 44px;
}

.auth-card{
    width: 100%;
    max-width: 420px;
    background: var(--auth-card);
    border: 1px solid var(--auth-border);
    border-radius: 18px;
    padding: 28px 28px 22px;
    box-shadow: var(--auth-shadow);
}

.auth-card--plain{
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    max-width: 440px;
}

.auth-card__header{
    text-align: left;
    margin-bottom: 18px;
}
.auth-card__title{
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 6px;
    text-transform: capitalize;
}
.auth-card__subtitle{
    margin: 0;
    color: var(--auth-muted);
    font-size: 12px;
}

.auth-pill{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    background: rgba(120, 130, 255, 0.14);
    color: rgba(70, 85, 220, 0.95);
    margin-bottom: 10px;
}

.auth-field{ margin-bottom: 14px; }
.auth-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.auth-grid .auth-field{ margin-bottom: 0; }
.auth-label{
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: rgba(22,24,35,0.70);
    margin-bottom: 8px;
}
.auth-required{ color: #e45b5b; }

.auth-input{
    position: relative;
    display: flex;
    align-items: center;
}
.auth-input__icon{
    position: absolute;
    left: 12px;
    color: rgba(22,24,35,0.35);
    pointer-events: none;
}
.auth-control{
    height: 42px;
    border-radius: 10px;
    border: 1px solid rgba(22,24,35,0.10);
    padding-left: 38px;
    padding-right: 12px;
    font-size: 13px;
    box-shadow: none !important;
}
.auth-control.select{
    padding-left: 12px;
}
.auth-input--password .auth-control{ padding-right: 42px; }
.auth-control:focus{
    border-color: rgba(224, 138, 59, 0.45);
    box-shadow: 0 0 0 4px rgba(224, 138, 59, 0.10) !important;
}
.auth-input__action{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: rgba(22,24,35,0.35);
    padding: 6px;
    line-height: 1;
}

.auth-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 6px 0 16px;
    gap: 10px;
}
.auth-check{
    display: inline-flex;
    gap: 8px;
    align-items: center;
    font-size: 12px;
    color: rgba(22,24,35,0.62);
    user-select: none;
    margin: 0;
}
.auth-check input{ accent-color: var(--auth-accent); }

.auth-link{
    font-size: 12px;
    text-decoration: none;
}
.auth-link--accent{
    color: var(--auth-accent);
    font-weight: 700;
}
.auth-link--accent:hover{ color: #c9752c; }

.auth-btn{
    width: 100%;
    height: 44px;
    border-radius: 10px;
    border: 0;
    background: linear-gradient(180deg, var(--auth-accent-2), var(--auth-accent));
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 12px 20px rgba(224, 138, 59, 0.28);
}
.auth-btn:active{ transform: translateY(1px); }

.auth-divider{
    margin: 16px 0 14px;
    position: relative;
    text-align: center;
    color: rgba(22,24,35,0.38);
    font-size: 11px;
    font-weight: 800;
}
.auth-divider:before,
.auth-divider:after{
    content: "";
    position: absolute;
    top: 50%;
    width: 44%;
    height: 1px;
    background: rgba(22,24,35,0.12);
}
.auth-divider:before{ left: 0; }
.auth-divider:after{ right: 0; }
.auth-divider span{
    display: inline-block;
    padding: 0 10px;
    background: var(--auth-card);
}

.auth-footer{
    display: flex;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
    margin-bottom: 14px;
}
.auth-muted{ color: rgba(22,24,35,0.55); }

.auth-hint{
    display: flex;
    gap: 12px;
    border: 1px solid var(--auth-border);
    border-radius: 12px;
    padding: 12px 12px;
    background: rgba(247, 248, 252, 0.85);
}
.auth-hint__icon{
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--auth-accent);
    background: rgba(224, 138, 59, 0.14);
    flex: 0 0 auto;
}
.auth-hint__title{
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 2px;
    text-transform: capitalize;
}
.auth-hint__text{
    font-size: 11px;
    line-height: 1.35;
    color: rgba(22,24,35,0.55);
}

@media (max-width: 992px){
    .auth-shell{ grid-template-columns: 1fr; }
    .auth-brand{ display: none; }
    .auth-panel{ padding: 28px 18px; }
    .auth-grid{ grid-template-columns: 1fr; }
}
