/* Teknik Servis - ozel CSS */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.card { border: 1px solid rgba(0,0,0,.08); }

.table-hover tbody tr:hover { background-color: rgba(13,110,253,.04); }

.navbar-brand { font-size: 1.1rem; }

.btn-icon { padding: .25rem .5rem; }

/* Print friendly (PDF cikti icin) */
@media print {
    .no-print, nav, footer { display: none !important; }
    body { background: white !important; }
}

/* Yukleme alani */
.upload-zone {
    border: 2px dashed #cbd5e1;
    border-radius: .5rem;
    padding: 2rem;
    text-align: center;
    cursor: pointer;
    transition: border-color .2s;
}
.upload-zone:hover { border-color: #0d6efd; }

/* Foto kucuk resim */
.photo-thumb {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: .5rem;
}

/* Durum gecmisi timeline */
.timeline { position: relative; padding-left: 1.5rem; }
.timeline::before {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: .5rem;
    width: 2px;
    background: #dee2e6;
}
.timeline-item { position: relative; padding-bottom: 1rem; }
.timeline-item::before {
    content: '';
    position: absolute;
    left: -1.25rem; top: .25rem;
    width: 12px; height: 12px;
    border-radius: 50%;
    background: #0d6efd;
}
