@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;800;900&display=swap');

html,
body,
button,
input,
select,
textarea{
    font-family:'Roboto',Arial,Helvetica,sans-serif !important;
}

/* =========================================================
   BAYİ PANEL GENEL
========================================================= */

.bayi-panel-page{
    --bayi-line:#e5e7eb;
    --bayi-text:#111827;
    --bayi-muted:#6b7280;
    --bayi-soft:#f8fafc;
    --bayi-white:#fff;
}

.bayi-panel-layout{
    display:grid;
    grid-template-columns:260px 1fr;
    gap:22px;
    align-items:start;
}

.bayi-sidebar{
    border:1px solid var(--bayi-line);
    border-radius:24px;
    background:#fff;
    padding:14px;
    box-shadow:0 18px 46px rgba(15,23,42,.08);
    position:sticky;
    top:18px;
}

.bayi-sidebar-title{
    padding:12px 12px 16px;
    border-bottom:1px solid #eef2f7;
    margin-bottom:10px;
}

.bayi-sidebar-title small{
    display:block;
    color:var(--bayi-muted);
    font-weight:700;
    font-size:12px;
}

.bayi-sidebar-title strong{
    display:block;
    color:var(--bayi-text);
    font-size:16px;
    margin-top:4px;
    font-weight:900;
}

.bayi-menu{
    display:flex;
    flex-direction:column;
    gap:6px;
}

.bayi-menu a{
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px 14px;
    border-radius:16px;
    color:#334155;
    text-decoration:none;
    font-weight:800;
    font-size:14px;
    transition:.18s ease;
}

.bayi-menu a i{
    font-size:18px;
    color:#64748b;
}

.bayi-menu a:hover{
    background:#f3f4f6;
    color:#111827;
    transform:translateX(2px);
}

.bayi-menu a.active{
    background:#263238;
    color:#fff;
}

.bayi-menu a.active i{
    color:#fff;
}

.bayi-dashboard-hero,
.bayi-product-head,
.ekstre-hero{
    display:flex;
    justify-content:space-between;
    align-items:stretch;
    gap:24px;
    padding:28px;
    border-radius:28px;
    background:linear-gradient(135deg,#ffffff,#f4f8fb);
    border:1px solid rgba(15,23,42,.07);
    box-shadow:0 18px 46px rgba(15,23,42,.08);
}

.bayi-dashboard-hero h1,
.bayi-product-head h1,
.ekstre-hero h1{
    margin:12px 0 8px;
    font-size:34px;
    font-weight:900;
    color:#263238;
    letter-spacing:-1px;
}

.bayi-dashboard-hero p,
.bayi-product-head p,
.ekstre-hero p{
    margin:0;
    color:#64748b;
}

.bayi-soft-badge,
.ekstre-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 12px;
    border-radius:999px;
    background:#edf6fb;
    color:#0f5f8f;
    font-weight:800;
    font-size:13px;
}

.bayi-hero-balance,
.ekstre-cari-box{
    min-width:230px;
    border-radius:22px;
    background:#263238;
    color:#fff;
    padding:22px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}

.bayi-hero-balance small,
.ekstre-cari-box small{
    color:rgba(255,255,255,.7);
    font-weight:700;
}

.bayi-hero-balance strong,
.ekstre-cari-box strong{
    font-size:26px;
    margin:5px 0;
    color:#fff;
}

.bayi-hero-balance span{
    color:rgba(255,255,255,.72);
}

.bayi-stat-card{
    display:flex;
    min-height:168px;
    flex-direction:column;
    justify-content:center;
    gap:10px;
    padding:24px;
    text-decoration:none;
    color:#263238;
    background:#fff;
    border-radius:24px;
    border:1px solid rgba(15,23,42,.07);
    box-shadow:0 15px 40px rgba(15,23,42,.07);
    transition:.2s ease;
}

.bayi-stat-card:hover{
    transform:translateY(-3px);
    color:#111827;
    box-shadow:0 22px 55px rgba(15,23,42,.1);
}

.bayi-stat-card i{
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:16px;
    background:#eef5fb;
    color:#0f5f8f;
    font-size:24px;
}

.bayi-stat-card strong{
    font-size:20px;
    font-weight:900;
}

.bayi-stat-card span{
    color:#64748b;
}

.ekstre-summary{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
    margin-top:14px;
}

.ekstre-total-card{
    border:1px solid rgba(15,23,42,.07);
    background:#fff;
    border-radius:20px;
    padding:18px;
    box-shadow:0 8px 22px rgba(15,23,42,.045);
}

.ekstre-total-card span{
    display:flex;
    align-items:center;
    gap:8px;
    color:#64748b;
    font-size:12px;
    font-weight:800;
    margin-bottom:8px;
}

.ekstre-total-card strong{
    display:block;
    color:#111827;
    font-size:22px;
    letter-spacing:-.3px;
}

.ekstre-total-card.primary{
    background:#263238;
}

.ekstre-total-card.primary strong,
.ekstre-total-card.primary span{
    color:#fff;
}

.ekstre-panel{
    margin-top:14px;
    border-radius:24px;
    overflow:hidden;
    background:#fff;
    border:1px solid rgba(15,23,42,.08);
    box-shadow:0 16px 44px rgba(15,23,42,.07);
}

.ekstre-panel-head{
    padding:18px 20px;
    border-bottom:1px solid rgba(15,23,42,.08);
}

.ekstre-panel-head h2{
    margin:0;
    font-size:20px;
    font-weight:900;
    color:#111827;
}

.ekstre-panel-head p{
    margin:6px 0 0;
    color:#64748b;
}

.ekstre-table-wrap{
    overflow:auto;
}

.ekstre-table{
    min-width:900px;
    margin:0;
}

.ekstre-table th{
    background:#f8fafc;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.3px;
    color:#64748b;
    border-bottom:1px solid rgba(15,23,42,.08);
    padding:14px 16px;
}

.ekstre-table td{
    padding:15px 16px;
    vertical-align:middle;
}

.ekstre-table .amount{
    text-align:right;
    white-space:nowrap;
    font-weight:900;
}

.ekstre-table .desc{
    min-width:260px;
}

.ekstre-devir-row{
    background:#f8fafc;
}

.ekstre-table tfoot th{
    background:#fff;
    border-top:1px solid rgba(15,23,42,.08);
    font-size:15px;
    font-weight:800;
    color:#111827;
}

.ekstre-final-row th{
    font-size:17px !important;
    font-weight:900 !important;
}

.ekstre-final-row .final-balance{
    color:#dc2626 !important;
    font-size:22px !important;
    font-weight:900 !important;
}

.ekstre-invoice-link{
    color:#111827;
    text-decoration:none;
    font-weight:800;
}

.ekstre-invoice-link:hover{
    color:#0f5f8f;
}

/* =========================================================
   BAYİ GİRİŞ V29 - DÜZGÜN YATAY TESİSAT TASARIMI
========================================================= */

.bayi-giris-neo{
    --brand:#004d91;
    --brand2:#00aeea;
    --ink:#06264a;
    --muted:#66809b;
    min-height:100vh;
    margin:0;
    overflow-x:hidden;
    position:relative;
    background:
        linear-gradient(180deg,rgba(255,255,255,.96),rgba(236,247,255,.95)),
        radial-gradient(circle at 12% 10%,rgba(0,174,234,.18),transparent 28%),
        radial-gradient(circle at 88% 12%,rgba(0,77,145,.14),transparent 30%);
    color:var(--ink);
}

.neo-pipe-bg{
    position:fixed;
    inset:0;
    pointer-events:none;
    z-index:0;
    overflow:hidden;
    opacity:.95;
}

.pipe{
    position:absolute;
    display:block;
    opacity:.34;
    border:22px solid rgba(0,77,145,.12);
    filter:drop-shadow(0 12px 18px rgba(0,77,145,.08));
}

.pipe::before,
.pipe::after{
    content:"";
    position:absolute;
    border-radius:14px;
    background:linear-gradient(90deg,rgba(255,255,255,.9),rgba(0,174,234,.16),rgba(255,255,255,.85));
    box-shadow:inset 0 0 0 1px rgba(0,77,145,.09);
}

.pipe-a{
    width:340px;
    height:220px;
    left:-115px;
    top:80px;
    border-right:0;
    border-radius:0 0 0 80px;
}

.pipe-b{
    width:360px;
    height:210px;
    right:-125px;
    top:30px;
    border-left:0;
    border-radius:0 0 80px 0;
}

.pipe-c{
    width:460px;
    height:160px;
    right:-155px;
    bottom:95px;
    border-left:0;
    border-radius:0 0 90px 0;
}

.pipe-d{
    width:420px;
    height:120px;
    left:-160px;
    bottom:145px;
    border-right:0;
    border-radius:0 0 0 90px;
}

.pipe-a::before,
.pipe-b::before,
.pipe-c::before,
.pipe-d::before{
    width:66px;
    height:26px;
    top:-24px;
    left:58px;
}

.pipe-c::after,
.pipe-d::after{
    width:76px;
    height:28px;
    bottom:-25px;
    right:70px;
}

.pipe-icon{
    position:absolute;
    width:60px;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:2px solid rgba(0,77,145,.11);
    border-radius:18px;
    color:rgba(0,77,145,.16);
    font-size:28px;
}

.icon-1{left:9%;top:22%;}
.icon-2{right:16%;top:24%;}
.icon-3{left:16%;bottom:27%;}

.neo-login-wrap{
    min-height:100vh;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:18px;
    padding:24px;
    position:relative;
    z-index:2;
}

.neo-login-card{
    width:100%;
    max-width:1080px;
    min-height:500px;
    display:grid;
    grid-template-columns:.95fr 1.05fr;
    overflow:hidden;
    background:rgba(255,255,255,.88);
    border:1px solid rgba(206,225,240,.85);
    border-radius:34px;
    box-shadow:0 28px 80px rgba(0,77,145,.13);
    backdrop-filter:blur(18px);
}

.neo-brand-side{
    position:relative;
    padding:42px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:26px;
    background:
        linear-gradient(135deg,rgba(255,255,255,.98),rgba(235,248,255,.94));
    border-right:1px solid rgba(0,77,145,.09);
    overflow:hidden;
}

.neo-brand-side::before{
    content:"";
    position:absolute;
    inset:auto -80px -120px 20px;
    height:240px;
    background:linear-gradient(90deg,rgba(0,77,145,.10),rgba(0,174,234,.20),rgba(255,255,255,.15));
    border-radius:80% 55% 0 0;
    transform:rotate(-5deg);
}

.neo-brand-side::after{
    content:"";
    position:absolute;
    width:210px;
    height:210px;
    right:-70px;
    top:-80px;
    border-radius:999px;
    background:radial-gradient(circle,rgba(0,174,234,.20),transparent 68%);
}

.neo-logo-line,
.neo-brand-copy,
.neo-mini-note{
    position:relative;
    z-index:2;
}

.neo-logo-line{
    display:flex;
    align-items:center;
    justify-content:flex-start;
}

.neo-logo-line img{
    width:auto;
    max-width:300px;
    height:auto;
    object-fit:contain;
    filter:drop-shadow(0 12px 20px rgba(0,77,145,.12));
}

.neo-live-pill{
    width:max-content;
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:9px 13px;
    border-radius:999px;
    background:#eaf8ff;
    border:1px solid rgba(0,174,234,.24);
    color:var(--brand);
    font-weight:900;
    font-size:12px;
}

.neo-live-pill i{
    width:8px;
    height:8px;
    display:block;
    border-radius:999px;
    background:#22c55e;
    box-shadow:0 0 0 6px rgba(34,197,94,.13);
}

.neo-brand-copy h1{
    margin:20px 0 12px;
    color:var(--ink);
    font-size:42px;
    line-height:1.05;
    font-weight:900;
    letter-spacing:-1.4px;
}

.neo-brand-copy p{
    max-width:430px;
    margin:0;
    color:var(--muted);
    font-size:15px;
    line-height:1.75;
    font-weight:600;
}

.neo-mini-note{
    width:max-content;
    max-width:100%;
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px 14px;
    border-radius:18px;
    background:rgba(255,255,255,.76);
    border:1px solid rgba(0,77,145,.10);
    color:#315a80;
    font-weight:800;
    box-shadow:0 10px 28px rgba(0,77,145,.06);
}

.neo-mini-note i{
    color:var(--brand2);
    font-size:20px;
}

.neo-form-side{
    padding:42px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    background:rgba(255,255,255,.68);
}

.neo-step-head{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:22px;
}

.neo-step-head span{
    width:48px;
    height:48px;
    flex:0 0 48px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:17px;
    color:#fff;
    font-weight:900;
    background:linear-gradient(135deg,var(--brand),var(--brand2));
    box-shadow:0 14px 30px rgba(0,77,145,.22);
}

.neo-step-head strong{
    display:block;
    color:var(--ink);
    font-size:22px;
    font-weight:900;
    letter-spacing:-.4px;
}

.neo-step-head small{
    display:block;
    margin-top:4px;
    color:var(--muted);
    font-size:13px;
    font-weight:700;
    line-height:1.45;
}

.neo-alert{
    display:flex;
    align-items:flex-start;
    gap:10px;
    padding:13px 15px;
    border-radius:18px;
    font-weight:800;
    margin-bottom:14px;
}

.neo-alert-danger{
    background:#fff1f2;
    color:#be123c;
}

.neo-alert-success{
    background:#ecfdf5;
    color:#047857;
}

.neo-form{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.neo-form label{
    color:var(--ink);
    font-weight:900;
    font-size:14px;
}

.neo-input{
    height:58px;
    display:flex;
    align-items:center;
    gap:12px;
    border:1px solid #d8e6f2;
    background:#fff;
    border-radius:20px;
    padding:0 17px;
    box-shadow:0 10px 28px rgba(0,77,145,.055);
    transition:.18s ease;
}

.neo-input:focus-within{
    border-color:var(--brand2);
    box-shadow:0 0 0 5px rgba(0,174,234,.12),0 12px 30px rgba(0,77,145,.08);
}

.neo-input i{
    color:var(--brand);
    font-size:21px;
}

.neo-input input{
    width:100%;
    border:0;
    outline:0;
    background:transparent;
    color:var(--ink);
    font-weight:800;
    font-size:15px;
}

.neo-input input::placeholder{
    color:#93a8bd;
}

.neo-main-btn{
    height:58px;
    border:0;
    border-radius:20px;
    background:linear-gradient(135deg,var(--brand),var(--brand2));
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    font-size:16px;
    font-weight:900;
    box-shadow:0 16px 36px rgba(0,77,145,.22);
    transition:.18s ease;
}

.neo-main-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 20px 44px rgba(0,77,145,.26);
}

.neo-found-box{
    padding:16px;
    border-radius:22px;
    border:1px solid #dbe8f3;
    background:#fff;
    box-shadow:0 10px 28px rgba(0,77,145,.055);
    margin-bottom:16px;
}

.neo-found-box small{
    display:block;
    color:var(--muted);
    font-size:12px;
    font-weight:900;
    margin-bottom:4px;
}

.neo-found-box strong{
    display:block;
    color:var(--ink);
    font-size:17px;
    font-weight:900;
}

.neo-mask-list{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:10px;
}

.neo-mask-list span{
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:7px 10px;
    border-radius:999px;
    background:#f1f8ff;
    color:#456782;
    font-weight:800;
    font-size:12px;
}

.neo-mask-list i{
    color:var(--brand);
}

.neo-channel-list{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
}

.neo-channel-card.sms i:first-child{
    background:#eef6ff;
    color:#2563eb;
}

.neo-channel-card{
    min-height:154px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:18px;
    border-radius:24px;
    background:#fff;
    border:1px solid #dbe8f3;
    text-decoration:none !important;
    color:inherit !important;
    box-shadow:0 12px 30px rgba(0,77,145,.055);
    transition:.18s ease;
    position:relative;
    overflow:hidden;
}

.neo-channel-card::before{
    content:"";
    position:absolute;
    inset:auto 14px -45px 14px;
    height:80px;
    border-radius:999px;
    background:linear-gradient(90deg,rgba(0,77,145,.10),rgba(0,174,234,.15));
    opacity:0;
    transition:.18s ease;
}

.neo-channel-card:hover{
    transform:translateY(-3px);
    border-color:rgba(0,174,234,.35);
    box-shadow:0 18px 42px rgba(0,77,145,.10);
}

.neo-channel-card:hover::before{
    opacity:1;
}

.neo-channel-card > *{
    position:relative;
    z-index:2;
}

.neo-channel-card i:first-child{
    width:58px;
    height:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:20px;
    font-size:28px;
}

.neo-channel-card.whatsapp i:first-child{
    background:#dcfce7;
    color:#16a34a;
}

.neo-channel-card.email i:first-child{
    background:#e0f2fe;
    color:var(--brand);
}

.neo-channel-card span{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:4px;
    text-align:center;
}

.neo-channel-card strong{
    color:var(--ink);
    font-weight:900;
    font-size:16px;
}

.neo-channel-card small{
    color:var(--muted);
    font-size:13px;
    line-height:1.45;
    font-weight:700;
}

.neo-channel-card b{
    display:none;
}

.neo-change-link,
.neo-verify-links a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    margin-top:16px;
    color:var(--brand);
    font-weight:900;
    text-decoration:none;
}

.neo-change-link:hover,
.neo-verify-links a:hover{
    color:#003766;
}

.neo-verify-links{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:14px;
    margin-top:2px;
}

.neo-code-input{
    text-align:center;
    letter-spacing:10px;
    font-size:28px !important;
    font-weight:900 !important;
}

.neo-benefits{
    width:100%;
    max-width:1080px;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:0;
    background:rgba(255,255,255,.84);
    border:1px solid rgba(206,225,240,.85);
    border-radius:26px;
    box-shadow:0 18px 48px rgba(0,77,145,.10);
    backdrop-filter:blur(18px);
    overflow:hidden;
}

.neo-benefits div{
    min-width:0;
    display:grid;
    grid-template-columns:46px 1fr;
    column-gap:12px;
    align-items:center;
    padding:18px 20px;
    border-right:1px solid rgba(0,77,145,.10);
}

.neo-benefits div:last-child{
    border-right:0;
}

.neo-benefits i{
    width:46px;
    height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    grid-row:span 2;
    border-radius:17px;
    background:#eaf8ff;
    color:var(--brand);
    font-size:22px;
}

.neo-benefits strong{
    color:var(--ink);
    font-size:15px;
    font-weight:900;
    white-space:nowrap;
}

.neo-benefits span{
    color:var(--muted);
    font-size:12px;
    font-weight:700;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:991px){

    .bayi-panel-layout{
        grid-template-columns:1fr;
    }

    .bayi-sidebar{
        position:relative;
        top:auto;
    }

    .bayi-menu{
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .bayi-dashboard-hero,
    .bayi-product-head,
    .ekstre-hero{
        flex-direction:column;
    }

    .ekstre-summary{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .neo-login-card{
        grid-template-columns:1fr;
        max-width:680px;
    }

    .neo-brand-side{
        padding:28px;
        min-height:auto;
    }

    .neo-brand-copy h1{
        font-size:32px;
    }

    .neo-form-side{
        padding:28px;
    }

    .neo-benefits{
        max-width:680px;
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .neo-benefits div:nth-child(2){
        border-right:0;
    }

    .neo-benefits div:nth-child(1),
    .neo-benefits div:nth-child(2){
        border-bottom:1px solid rgba(0,77,145,.10);
    }
}

@media(max-width:575px){

    .bayi-menu{
        grid-template-columns:1fr;
    }

    .bayi-dashboard-hero h1,
    .bayi-product-head h1,
    .ekstre-hero h1{
        font-size:26px;
    }

    .ekstre-summary{
        grid-template-columns:1fr;
    }

    .bayi-giris-neo{
        overflow-y:auto;
    }

    .neo-login-wrap{
        justify-content:flex-start;
        padding:14px;
        gap:12px;
    }

    .neo-login-card{
        border-radius:26px;
    }

    .neo-brand-side,
    .neo-form-side{
        padding:22px;
    }

    .neo-logo-line img{
        max-width:210px;
        max-height:86px;
    }

    .neo-brand-copy h1{
        font-size:27px;
    }

    .neo-channel-list{
        grid-template-columns:1fr;
    }

    .neo-channel-card{
        min-height:112px;
    }

    .neo-benefits{
        grid-template-columns:1fr;
        border-radius:22px;
    }

    .neo-benefits div{
        border-right:0 !important;
        border-bottom:1px solid rgba(0,77,145,.10);
    }

    .neo-benefits div:last-child{
        border-bottom:0;
    }

    .pipe{
        opacity:.20;
    }
}

.neo-login-top-title{
    font-size:30px;
    font-weight:900;
    letter-spacing:1.2px;
    text-transform:uppercase;
    color:#004d91;
    transform:translateY(-30px);
    margin-top:0px;
    margin-bottom:8px;
    position:relative;
    left:-62px;
}

    
    .neo-step-head span{
    transform:translateY(22px);
}

.bayi-side-category{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:22px;
    padding:18px;
    box-shadow:0 12px 32px rgba(15,23,42,.06);
}

.neo-bottom-links{
    margin-top:18px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.neo-back-link{
    color:#7d8ea3;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    display:flex;
    align-items:center;
    gap:6px;
}

.neo-back-link:hover{
    color:#004d91;
}

.neo-apply-link{
    position:relative;
    color:#d91f26;
    font-weight:800;
    text-decoration:none;
    font-size:15px;
    letter-spacing:.2px;
}

.neo-apply-link::after{
    content:'';
    position:absolute;
    left:-6px;
    right:-6px;
    bottom:-3px;
    height:12px;
    z-index:-1;

    background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='20' viewBox='0 0 200 20'%3E%3Cpath d='M2 12 C25 3,45 18,70 10 C95 2,120 18,145 9 C165 3,185 15,198 8' stroke='%23ff4d57' stroke-width='7' fill='none' stroke-linecap='round'/%3E%3C/svg%3E")
    center/100% 100% no-repeat;

    opacity:.55;
    transform:rotate(-1deg);
}

.neo-apply-link:hover{
    color:#b8141b;
}

.valor-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #dc2626;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

/* =========================================================
   EKSTRE / FATURA / ÖDEME TABLOLARI DÜZELTME
   Not: Bu bölüm eski çakışan nth-child kurallarının yerine geçer.
========================================================= */

.bayi-panel-layout > main{
    min-width:0;
}

.ekstre-panel,
.ekstre-table-wrap{
    min-width:0;
}

.ekstre-table-wrap{
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
}

.ekstre-table{
    width:100%;
    min-width:820px;
    margin:0;
}

.ekstre-table th,
.ekstre-table td{
    vertical-align:middle;
}

/* Tarih alanları tek satır kalsın */
.ekstre-table th:first-child,
.ekstre-table td:first-child{
    width:120px;
    white-space:nowrap;
}

/* Belge No / Fatura / Makbuz linkleri */
.ekstre-invoice-link{
    color:#111827;
    text-decoration:none;
    font-weight:800;
}

.ekstre-invoice-link:hover{
    color:#0f5f8f;
}

/* Genel linkler kolon taşırmasın */
.ekstre-table td .ekstre-invoice-link{
    display:inline-block;
    max-width:180px;
    white-space:normal;
    word-break:break-word;
    overflow-wrap:anywhere;
    line-height:1.35;
}

/* Ekstre sayfasında vade kalktığı için: 2. sütun Belge No */
.ekstre-table th:nth-child(2),
.ekstre-table td:nth-child(2){
    max-width:190px;
}

/* Açıklama hücreleri */
.ekstre-table .desc,
.ekstre-table td.aciklama,
.ekstre-table td.odeme-aciklama{
    min-width:0;
    max-width:260px;
    white-space:normal;
    word-break:break-word;
    overflow-wrap:anywhere;
    line-height:1.4;
}

/* Faturalar sayfasında class verildiyse belge no için özel ayar */
.ekstre-table td.belge-no{
    max-width:190px;
}

.ekstre-table td.belge-no .ekstre-invoice-link{
    max-width:190px;
    white-space:normal;
    word-break:break-word;
    overflow-wrap:anywhere;
}

/* Borç / Alacak / Tutar alanları sıkı ve tek satır */
.ekstre-table .amount,
.ekstre-table th.text-end,
.ekstre-table td.text-end{
    white-space:nowrap;
    text-align:right;
}

.ekstre-table .amount{
    font-weight:900;
}

/* Ödeme açıklaması biraz daha kısa dursun */
.ekstre-table td.odeme-aciklama{
    max-width:240px;
}

/* Fatura açıklaması biraz daha kısa dursun */
.ekstre-table td.aciklama{
    max-width:220px;
}

@media(max-width:991px){
    .ekstre-table{
        min-width:760px;
    }
}

@media(max-width:575px){
    .ekstre-table{
        min-width:720px;
    }

    .ekstre-table th,
    .ekstre-table td{
        padding:12px 10px;
    }
}
