/* login — ultra luks giris ekrani (A: cift kolon) */
/* site.css SONRASI yuklenir. */

.auth-wrap {
    display: flex;
    min-height: 100vh;
}

/* ───────── SOL: FORM (beyaz kart) ───────── */
.auth-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 24px;
    background: var(--bg);
}

.auth-form-box {
    width: 100%;
    max-width: 404px;
    background: #fff;
    border: 1px solid #e8eaf0;
    border-radius: 20px;
    padding: 38px 34px 30px;
    box-shadow: 0 18px 48px rgba(46, 31, 122, .12);
}

.auth-brand {
    text-align: center;
    margin-bottom: 26px;
}

.auth-brand-mark {
    width: 54px;
    height: 54px;
    margin: 0 auto 12px;
    background: linear-gradient(135deg, var(--primary), var(--primary-mid));
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    box-shadow: 0 6px 16px rgba(79, 70, 229, .3);
}

.auth-brand-name {
    font-size: 21px;
    font-weight: 800;
    color: var(--primary);
}

.auth-brand-sub {
    font-size: 12.5px;
    color: var(--muted);
    margin-top: 2px;
}

.auth-h1 {
    font-size: 19px;
    font-weight: 800;
    text-align: center;
    margin: 0 0 4px;
}

.auth-h1-sub {
    font-size: 13px;
    color: var(--muted);
    text-align: center;
    margin: 0 0 24px;
}

/* input odak halkasi */
.auth-form-box .lms-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(79, 70, 229, .15);
    outline: none;
}

.auth-foot {
    text-align: center;
    margin-top: 24px;
    color: var(--muted);
    font-size: 12px;
}

.auth-home-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 12px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

    .auth-home-link:hover {
        color: var(--primary);
    }

.auth-legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 14px;
}

    .auth-legal a {
        color: var(--muted);
        font-size: 11.5px;
        text-decoration: none;
    }

        .auth-legal a:hover {
            color: var(--primary);
            text-decoration: underline;
        }

    .auth-legal .sep {
        color: #cbd0dd;
        font-size: 11px;
    }

/* ───────── SAĞ: ULTRA LÜKS MARKA PANELİ ───────── */
.auth-right {
    flex: 1;
    position: relative;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(150deg, #160f3c 0%, #241a60 42%, #362db0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 56px 52px;
}

    .auth-right::before {
        content: '';
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: radial-gradient(620px circle at 78% 16%, rgba(129, 140, 248, .40), transparent 62%), radial-gradient(540px circle at 10% 98%, rgba(212, 175, 55, .16), transparent 58%);
        animation: auraGlow 9s ease-in-out infinite;
    }

    .auth-right::after {
        content: '';
        position: absolute;
        inset: 0;
        pointer-events: none;
        background-image: linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
        background-size: 46px 46px;
        -webkit-mask-image: radial-gradient(circle at 72% 26%, #000 0%, transparent 72%);
        mask-image: radial-gradient(circle at 72% 26%, #000 0%, transparent 72%);
    }

@keyframes auraGlow {
    0%, 100% {
        opacity: .82;
    }

    50% {
        opacity: 1;
    }
}

.auth-panel {
    position: relative;
    z-index: 2;
    max-width: 410px;
}

.auth-emblem {
    width: 66px;
    height: 66px;
    border-radius: 18px;
    margin-bottom: 24px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .04));
    border: 1px solid rgba(232, 200, 116, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #F5D88A;
    box-shadow: 0 10px 32px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .25), 0 0 26px rgba(232, 200, 116, .22);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.auth-panel h2 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.22;
    margin: 0 0 14px;
    letter-spacing: -.4px;
    color: #fff;
}

.auth-rule {
    position: relative;
    overflow: hidden;
    width: 56px;
    height: 3px;
    border-radius: 2px;
    margin: 0 0 24px;
    background: linear-gradient(90deg, #F5D88A, #D4AF37);
    box-shadow: 0 0 14px rgba(212, 175, 55, .5);
}

    .auth-rule::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .85), transparent);
        transform: translateX(-120%);
        animation: ruleShine 4s ease-in-out infinite;
    }

@keyframes ruleShine {
    0% {
        transform: translateX(-120%);
    }

    55%, 100% {
        transform: translateX(260%);
    }
}

.auth-feat {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 13px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    padding: 13px 16px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.auth-feat-ico {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    flex-shrink: 0;
    background: linear-gradient(145deg, rgba(232, 200, 116, .22), rgba(232, 200, 116, .05));
    border: 1px solid rgba(232, 200, 116, .35);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #F5D88A;
}

.auth-feat-txt .t {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.auth-feat-txt .s {
    font-size: 12.5px;
    color: rgba(255, 255, 255, .6);
    margin-top: 1px;
}

@media (prefers-reduced-motion: reduce) {
    .auth-right::before, .auth-rule::after {
        animation: none;
    }
}

@media (max-width: 991px) {
    .auth-right {
        display: none;
    }

    .auth-form-box {
        max-width: 420px;
    }
}

/* inline yerine siniflar */
.u0adff40a {
    display: block;
}

.u46dcee64 {
    margin: 0;
}

.u5534b3b3 {
    margin-bottom: 16px;
}

.u8588e44d {
    width: 100%;
}

.u9ad8d000 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.ub84c7dfa {
    font-size: 13px;
}
