/* ===============================
 GENEL
================================ */

*{
box-sizing:border-box;
margin:0;
padding:0;
font-family: "Segoe UI", Arial, sans-serif;
}

body{
background:#f2f5fa;
color:#1f2937;
}

a{color:#0b3c5d;text-decoration:none}

/* ===============================
 BREADCRUMB
================================ */

.bordro-breadcrumb{
max-width:1300px;
margin:25px auto 10px;
font-size:14px;
color:#64748b;
}

.bordro-breadcrumb .sep{
margin:0 6px;
}

.bordro-breadcrumb .current{
color:#f36f21;
font-weight:600;
}

/* ===============================
 HEADER
================================ */

.bordro-header{
max-width:1300px;
margin:20px auto 30px;
display:flex;
justify-content:space-between;
align-items:center;
}

.bordro-header h1{
font-size:42px;
color:#0b3c5d;
}

.subtitle{
margin-top:6px;
color:#475569;
max-width:700px;
}

.btn-mini{
background:#e2e8f0;
padding:10px 16px;
border-radius:10px;
font-size:14px;
}

/* ===============================
 PANEL
================================ */

.bordro-panel{
background:#fff;
max-width:1300px;
margin:auto;
padding:40px;
border-radius:24px;
box-shadow:0 18px 50px rgba(0,0,0,.08);
}

.panel-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
}

.panel-col{
display:flex;
flex-direction:column;
gap:18px;
}

.field label{
font-weight:600;
font-size:14px;
color:#334155;
}

.control{
margin-top:6px;
padding:14px 15px;
border-radius:14px;
border:1px solid #e2e8f0;
font-size:15px;
}

.control:focus{
outline:none;
border-color:#f36f21;
}

.hint{
font-size:12px;
color:#64748b;
margin-top:4px;
display:block;
}

/* ===============================
 CHECKS
================================ */

.checks{
display:flex;
flex-direction:column;
gap:12px;
margin-top:10px;
}

.check{
display:flex;
gap:10px;
font-size:14px;
align-items:flex-start;
}

.check input{
margin-top:4px;
}

/* ===============================
 TEŞVİK KUTUSU
================================ */

.tesvik-kutu{
margin-top:20px;
background:#f8fafc;
border-radius:18px;
padding:20px;
border:1px solid #e2e8f0;
}

.tesvik-head{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:14px;
}

.tesvik-head h3{
color:#0b3c5d;
}

.pill{
background:#fff;
border:1px solid #f36f21;
color:#f36f21;
font-size:12px;
padding:4px 10px;
border-radius:30px;
}

.tesvik-cards{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:14px;
}

.tesvik-card{
border:2px solid transparent;
background:#fff;
border-radius:16px;
padding:18px;
cursor:pointer;
transition:.25s;
text-align:left;
position:relative;
}

.tesvik-card:hover{
transform:translateY(-4px);
box-shadow:0 12px 25px rgba(0,0,0,.08);
}

.tesvik-card.active{
border-color:#f36f21;
background:#fff7f0;
}

.t-title{
font-weight:700;
color:#0b3c5d;
}

.t-desc{
margin-top:6px;
font-size:13px;
color:#475569;
}

.t-badge{
position:absolute;
top:-8px;
right:-8px;
background:#f36f21;
color:#fff;
font-size:11px;
padding:4px 8px;
border-radius:10px;
}

.tesvik-ozet{
margin-top:12px;
font-size:14px;
color:#334155;
}

/* ===============================
 ACTIONS
================================ */

.actions{
margin-top:20px;
display:flex;
flex-direction:column;
gap:12px;
}

.btn-primary{
background:#f36f21;
color:#fff;
border:none;
border-radius:40px;
padding:16px 0;
font-size:18px;
cursor:pointer;
transition:.3s;
box-shadow:0 14px 30px rgba(243,111,33,.35);
}

.btn-primary:hover{
background:#da5f1b;
}

.mini-info{
font-size:13px;
color:#64748b;
}

/* ===============================
 SONUÇ BAŞLIĞI
================================ */

.bordro-results-head{
max-width:1300px;
margin:50px auto 20px;
}

.bordro-results-head h2{
font-size:32px;
color:#0b3c5d;
}

.muted{
color:#64748b;
margin-top:6px;
}

/* ===============================
 TABLO
================================ */

.bordro-table-wrap{
max-width:1400px;
margin:auto;
overflow-x:auto;
}

.bordro-table-head,
.tr{
display:grid;
grid-template-columns:
120px
120px
120px
140px
170px
130px
180px
210px
220px
120px
140px
160px
170px;
align-items:center;
}

.bordro-table-head{
background:#0b3c5d;
color:#fff;
padding:14px 0;
border-radius:16px 16px 0 0;
font-size:13px;
}

.th{
text-align:center;
padding:0 6px;
font-weight:600;
}

.bordro-table-body{
background:#fff;
border-radius:0 0 16px 16px;
box-shadow:0 14px 45px rgba(0,0,0,.08);
}

.tr{
padding:12px 0;
border-bottom:1px solid #e5e7eb;
transition:.2s;
}

.tr:hover{
background:#f8fafc;
}

.tr.total{
background:#fef3ec;
font-weight:700;
}

.td{
text-align:center;
font-size:14px;
padding:0 6px;
}

.cell{
display:block;
}

.cell-input{
width:100%;
border:1px solid #e5e7eb;
border-radius:10px;
padding:6px;
text-align:center;
background:#f8fafc;
}

.strong{
font-weight:700;
}

.danger{
color:#b91c1c;
}

/* ===============================
 ALT BUTON
================================ */

.bottom-actions{
text-align:center;
margin:30px 0;
}

.small{
font-size:12px;
}

/* ===============================
 NOTLAR
================================ */

.bordro-notes{
max-width:1300px;
margin:50px auto;
background:#fff;
padding:30px;
border-radius:18px;
box-shadow:0 12px 40px rgba(0,0,0,.06);
}

.bordro-notes ol{
padding-left:20px;
color:#334155;
}

.bordro-notes li{
margin-bottom:8px;
}

/* ===============================
 MOBİL
================================ */

@media(max-width:900px){

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

.tesvik-cards{
grid-template-columns:1fr;
}

.bordro-table-head{
display:none;
}

.tr{
grid-template-columns:1fr;
gap:6px;
padding:16px;
}

.td{
text-align:left;
display:flex;
justify-content:space-between;
}

.td:before{
content:attr(data-label);
font-weight:600;
color:#475569;
}

}
