/* =========================================================
   ZEUSBET AUTH.CSS
   Giriş + Kayıt sayfası için tek ve uyumlu sürüm
   ========================================================= */

.auth-page,
.auth-page *{
    box-sizing:border-box;
}

.auth-page{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:120px 22px 55px;
    background:
        radial-gradient(circle at 12% 15%,rgba(24,102,185,.18),transparent 30%),
        radial-gradient(circle at 88% 84%,rgba(246,195,74,.09),transparent 26%),
        #030a13;
}

.auth-shell{
    width:min(1240px,100%);
    min-height:660px;
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(440px,.95fr);
    gap:14px;
    padding:14px;
    overflow:hidden;
    border:1px solid rgba(246,195,74,.65);
    border-radius:30px;
    background:rgba(5,13,24,.97);
    box-shadow:0 34px 100px rgba(0,0,0,.62);
}

/* SOL GÖRSEL ALANI */
.auth-visual{
    position:relative;
    min-width:0;
    min-height:630px;
    overflow:hidden;
    border:1px solid rgba(246,195,74,.62);
    border-radius:22px;
    background:#07111e;
}

.auth-visual-login{
    background:
        linear-gradient(180deg,rgba(2,7,13,.02) 12%,rgba(2,7,13,.24) 55%,rgba(2,7,13,.96) 100%),
        url("../img/hero/hero2.png") center top / cover no-repeat;
}

.auth-visual-register{
    background:#07111e;
}

.auth-register-image{
    position:absolute;
    inset:0;
    z-index:0;
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center top;
    filter:brightness(.82) contrast(1.04);
}

.auth-visual-overlay{
    position:absolute;
    inset:0;
    z-index:1;
    pointer-events:none;
    background:
        linear-gradient(180deg,transparent 28%,rgba(2,7,13,.22) 58%,rgba(2,7,13,.92) 100%),
        linear-gradient(90deg,rgba(2,7,13,.12),transparent 55%);
}

.auth-visual-content{
    position:absolute;
    z-index:2;
    left:26px;
    right:26px;
    bottom:24px;
    padding:23px 24px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:18px;
    background:linear-gradient(135deg,rgba(4,12,23,.90),rgba(4,12,23,.66));
    color:#fff;
    box-shadow:0 18px 42px rgba(0,0,0,.38);
    backdrop-filter:blur(9px);
}

.auth-visual-kicker{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-bottom:10px;
    color:#f6c34a;
    font-size:11px;
    font-weight:900;
    letter-spacing:1.5px;
}

.auth-visual-content h2{
    margin:0;
    color:#fff;
    font-size:clamp(40px,4.3vw,62px);
    font-weight:1000;
    line-height:.92;
    letter-spacing:-2px;
    text-shadow:0 7px 24px rgba(0,0,0,.78);
}

.auth-visual-content h2 strong{
    display:block;
    margin-top:7px;
    color:#f6c34a;
}

.auth-visual-content p{
    max-width:520px;
    margin:16px 0 18px;
    color:#d6deea;
    font-size:14px;
    line-height:1.55;
}

.auth-visual-features{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    overflow:hidden;
    border:1px solid rgba(255,255,255,.12);
    border-radius:13px;
    background:rgba(3,10,20,.70);
}

.auth-visual-features span{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    min-height:50px;
    padding:8px;
    color:#fff;
    font-size:11px;
    font-weight:800;
    text-align:center;
}

.auth-visual-features span + span{
    border-left:1px solid rgba(255,255,255,.12);
}

.auth-visual-features i{
    color:#f6c34a;
    font-size:16px;
}

/* SAĞ FORM ALANI */
.auth-panel{
    display:flex;
    flex-direction:column;
    justify-content:center;
    width:100%;
    min-width:0;
    max-width:540px;
    margin:auto;
    padding:32px 30px;
}

.auth-panel-register{
    max-width:620px;
    padding:27px 25px;
}

.auth-brand{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:11px;
    margin-bottom:20px;
    color:#fff;
}

.auth-brand-icon{
    display:grid;
    width:44px;
    height:44px;
    place-items:center;
    border:1px solid rgba(246,195,74,.55);
    border-radius:13px;
    background:rgba(246,195,74,.09);
    color:#f6c34a;
    font-size:21px;
}

.auth-brand strong{
    font-size:27px;
    font-weight:1000;
    letter-spacing:.3px;
}

.auth-brand strong span{
    color:#f6c34a;
}

.auth-heading{
    margin-bottom:21px;
    text-align:center;
}

.auth-heading > span{
    display:block;
    margin-bottom:8px;
    color:#f6c34a;
    font-size:10px;
    font-weight:900;
    letter-spacing:2px;
}

.auth-heading h1{
    margin:0 0 9px;
    color:#fff;
    font-size:clamp(39px,3.8vw,52px);
    font-weight:1000;
    line-height:1;
    letter-spacing:-2px;
}

.auth-heading h1 em{
    color:#f6c34a;
    font-style:normal;
}

.auth-heading p{
    margin:0;
    color:#a9b5c6;
    font-size:13px;
}

/* MESAJLAR */
.auth-error,
.auth-success{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin-bottom:15px;
    padding:13px 14px;
    border-radius:12px;
    font-size:12px;
    line-height:1.5;
}

.auth-error{
    border:1px solid rgba(255,80,100,.28);
    background:rgba(255,80,100,.1);
    color:#ff9baa;
}

.auth-success{
    border:1px solid rgba(70,220,150,.27);
    background:rgba(70,220,150,.1);
    color:#83ebbc;
}

/* FORM */
.auth-form{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.auth-form-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
}

.auth-field{
    display:flex;
    min-width:0;
    flex-direction:column;
    gap:7px;
}

.auth-field > span{
    color:#d9e1eb;
    font-size:11px;
    font-weight:800;
}

.auth-input-wrap{
    position:relative;
    min-width:0;
}

.auth-input-wrap > i{
    position:absolute;
    z-index:2;
    top:50%;
    left:16px;
    transform:translateY(-50%);
    color:#7f8da0;
    pointer-events:none;
}

.auth-input-wrap input{
    display:block;
    width:100%;
    min-width:0;
    height:55px;
    padding:0 48px 0 44px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:14px;
    outline:none;
    background:#dce6f4;
    color:#111827;
    font:inherit;
    font-size:14px;
    transition:.2s ease;
}

.auth-input-wrap input::placeholder{
    color:#7d8794;
}

.auth-input-wrap input:focus{
    border-color:#f6c34a;
    box-shadow:0 0 0 3px rgba(246,195,74,.13);
}

.auth-password-toggle{
    position:absolute;
    z-index:3;
    top:50%;
    right:9px;
    display:grid;
    width:38px;
    height:38px;
    padding:0;
    place-items:center;
    transform:translateY(-50%);
    border:0;
    border-radius:9px;
    background:transparent;
    color:#657285;
    cursor:pointer;
}

.auth-password-toggle:hover{
    background:rgba(11,18,29,.07);
    color:#101827;
}

/* CHECKBOX */
.auth-checkbox{
    display:flex;
    align-items:flex-start;
    gap:9px;
    color:#aeb9c8;
    font-size:11px;
    line-height:1.45;
    cursor:pointer;
}

.auth-checkbox input{
    flex:0 0 auto;
    width:16px;
    height:16px;
    margin:1px 0 0;
    accent-color:#f6c34a;
}

/* BUTONLAR */
.auth-submit-btn,
.auth-secondary-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    width:100%;
    min-height:56px;
    border-radius:14px;
    font:inherit;
    font-size:14px;
    font-weight:900;
    text-decoration:none;
    cursor:pointer;
    transition:.2s ease;
}

.auth-submit-btn{
    margin-top:2px;
    border:0;
    background:linear-gradient(135deg,#efb72b,#ffdc79);
    color:#0b1018;
    box-shadow:0 14px 30px rgba(246,195,74,.18);
}

.auth-submit-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 18px 38px rgba(246,195,74,.27);
}

.auth-secondary-btn{
    border:1px solid rgba(246,195,74,.65);
    background:rgba(246,195,74,.03);
    color:#f6c34a;
}

.auth-secondary-btn:hover{
    transform:translateY(-2px);
    background:rgba(246,195,74,.08);
}

.auth-divider{
    display:flex;
    align-items:center;
    gap:13px;
    margin:18px 0;
    color:#758296;
    font-size:10px;
    font-weight:800;
    letter-spacing:1.4px;
}

.auth-divider::before,
.auth-divider::after{
    content:"";
    flex:1;
    height:1px;
    background:rgba(255,255,255,.12);
}

.auth-switch{
    margin:16px 0 0;
    text-align:center;
    color:#aab5c5;
    font-size:12px;
}

.auth-switch a{
    color:#f6c34a;
    font-weight:900;
    text-decoration:none;
}

/* LOGIN ÖZEL */
.auth-login-page .auth-panel{
    padding-top:35px;
    padding-bottom:35px;
}

/* REGISTER ÖZEL */
.auth-register-page .auth-shell-register{
    grid-template-columns:minmax(0,1fr) minmax(520px,1fr);
}

.auth-register-page .auth-panel-register .auth-heading{
    margin-bottom:17px;
}

.auth-register-page .auth-panel-register .auth-form{
    gap:12px;
}

.auth-register-page .auth-panel-register .auth-input-wrap input{
    height:52px;
}

/* TABLET */
@media(max-width:1100px){
    .auth-shell,
    .auth-register-page .auth-shell-register{
        width:min(720px,100%);
        grid-template-columns:1fr;
    }

    .auth-visual{
        min-height:470px;
    }

    .auth-panel,
    .auth-panel-register{
        max-width:none;
        padding:34px 28px;
    }
}

/* MOBİL */
@media(max-width:700px){
    .auth-page{
        padding:104px 10px 30px;
    }

    .auth-shell{
        gap:9px;
        padding:9px;
        border-radius:22px;
    }

    .auth-visual{
        min-height:390px;
        border-radius:17px;
    }

    .auth-visual-content{
        left:13px;
        right:13px;
        bottom:13px;
        padding:17px;
    }

    .auth-visual-content h2{
        font-size:38px;
    }

    .auth-visual-content p{
        margin:11px 0 13px;
        font-size:12px;
    }

    .auth-visual-features{
        grid-template-columns:1fr;
    }

    .auth-visual-features span{
        min-height:41px;
    }

    .auth-visual-features span + span{
        border-top:1px solid rgba(255,255,255,.12);
        border-left:0;
    }

    .auth-panel,
    .auth-panel-register{
        padding:27px 15px 23px;
    }

    .auth-form-grid{
        grid-template-columns:1fr;
    }

    .auth-heading h1{
        font-size:39px;
    }
}