/* ===== AUTH SPLIT LAYOUT ===== */
.auth-split {
    display: flex;
    min-height: 100vh;
}

.auth-marketing {
    width: 50%;
    background-color: #c49a2a;
    background-image: linear-gradient(135deg, rgba(212,175,55,0.3) 0%, rgba(184,144,30,0.4) 50%, rgba(212,175,55,0.3) 100%), url('https://prodmedia.tyga.host/public/tyga.cloud/landing/vipallowed.com/bg-yellow.jpg');
    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 2.5rem;
    color: #1A1A1A;
}

.auth-marketing-inner {
    max-width: 420px;
    width: 100%;
}

.auth-marketing .auth-logo {
    height: 40px;
    width: auto;
    margin-bottom: 2rem;
    filter: brightness(0) invert(1);
}

.auth-tagline {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.auth-tagline .coral { color: #E8566D; }
.auth-tagline .blue { color: #7B9FD4; }
.auth-tagline .gold { color: #D4AF37; }

.auth-subtitle {
    font-size: 1rem;
    color: rgba(255,255,255,0.8);
    margin-bottom: 2.5rem;
    line-height: 1.5;
}

/* ===== FEE BARS (auth version) ===== */
.auth-fee-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(0,0,0,0.5);
    margin-bottom: 1rem;
}

.auth-fee-bars {
    width: 100%;
    margin-bottom: 2rem;
}

.auth-fee-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.6rem;
}

.auth-fee-name {
    width: 100px;
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(0,0,0,0.6);
    flex-shrink: 0;
    text-align: right;
    padding-right: 0.75rem;
}

.auth-fee-track {
    flex: 1;
    height: 26px;
    background: rgba(0,0,0,0.1);
    border-radius: 6px;
    overflow: hidden;
}

.auth-fee-fill {
    height: 100%;
    background: rgba(0,0,0,0.25);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0.6rem;
    min-width: 40px;
    transition: width 0.6s ease;
}

.auth-fee-fill.gold {
    background: linear-gradient(135deg, #fff 0%, #f0e6c0 100%);
}

.auth-fee-pct {
    font-size: 0.7rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}

.auth-fee-fill.gold .auth-fee-pct {
    color: #B8860B;
}

.auth-fee-row.highlight .auth-fee-name {
    color: #1A1A1A;
    font-weight: 800;
}

.auth-bottom-text {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
}

/* ===== FORM PANEL ===== */
.auth-form-panel {
    width: 50%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 2.5rem;
    overflow-y: auto;
}

.auth-form-inner {
    max-width: 420px;
    width: 100%;
}

.auth-form-inner .auth-logo-mobile {
    display: none;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991.98px) {
    .auth-marketing {
        display: none;
    }
    .auth-form-panel {
        width: 100%;
        min-height: 100vh;
        background-color: #c49a2a;
        background-image: linear-gradient(135deg, rgba(212,175,55,0.3) 0%, rgba(184,144,30,0.4) 50%, rgba(212,175,55,0.3) 100%), url('https://prodmedia.tyga.host/public/tyga.cloud/landing/vipallowed.com/bg-yellow.jpg');
        background-size: cover, cover;
        background-position: center, center;
        background-repeat: no-repeat, no-repeat;
        padding: 2rem 1rem;
    }
    .auth-form-inner {
        background: #fff;
        border-radius: 12px;
        padding: 2rem 1.5rem;
        box-shadow: 0 8px 32px rgba(0,0,0,0.2);
    }
    .auth-form-inner .auth-logo-mobile {
        display: block;
        height: 36px;
        width: auto;
        filter: brightness(0);
        margin: 0 auto 1rem;
    }
}

@media (max-width: 576px) {
    .auth-form-panel {
        padding: 1rem 0.5rem;
        background-attachment: scroll, scroll;
    }
    .auth-form-inner {
        max-width: 100%;
        padding: 1.5rem 1.25rem;
    }
    .auth-form-inner a {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
    }
}
