/* YÖÇEYDER Frontend CSS v2 */
#yoc { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; max-width: 1200px; margin: 0 auto; color: #1e293b; }

/* Giriş */
#yoc-giris { min-height: 360px; display: flex; align-items: center; justify-content: center; padding: 24px; }
.yoc-giris-kart { background: #fff; border: 1px solid #e2e8f0; border-radius: 20px; padding: 36px 32px; max-width: 380px; width: 100%; text-align: center; box-shadow: 0 8px 32px rgba(30,58,138,.08); }
.yoc-kilit { font-size: 40px; margin-bottom: 12px; }
.yoc-giris-kart h2 { font-size: 22px; font-weight: 900; color: #1e3a8a; margin-bottom: 6px; }
.yoc-giris-kart p { font-size: 13px; color: #64748b; margin-bottom: 20px; }
.yoc-giris-form { display: flex; gap: 8px; }
.yoc-giris-form input { flex: 1; padding: 10px 14px; border: 1.5px solid #e2e8f0; border-radius: 10px; font-size: 14px; }
.yoc-giris-form input:focus { outline: none; border-color: #2563eb; }
.yoc-hata { color: #dc2626; font-size: 13px; font-weight: 600; margin-top: 10px; }

/* Butonlar */
.yoc-btn { padding: 9px 18px; border: none; border-radius: 10px; font-size: 13px; font-weight: 700; cursor: pointer; transition: opacity .15s; }
.yoc-btn:hover { opacity: .85; }
.yoc-btn-mavi { background: #2563eb; color: #fff; }
.yoc-btn-yesil { background: #0f766e; color: #fff; }
.yoc-btn-gri { background: #f1f5f9; color: #475569; }

/* Üst bar */
.yoc-usbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; flex-wrap: wrap; gap: 10px; }
.yoc-usbar h2 { font-size: 20px; font-weight: 900; color: #1e3a8a; margin: 0; }
.yoc-sayac { font-size: 13px; color: #64748b; font-weight: 600; display: block; margin-top: 3px; }
.yoc-usbar-sagda { display: flex; gap: 8px; }

/* Filtre */
.yoc-filtre-kutu { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 14px; padding: 14px 16px; margin-bottom: 16px; }
.yoc-filtre-toggle { background: none; border: none; font-size: 14px; font-weight: 700; color: #1e3a8a; cursor: pointer; padding: 0; }
.yoc-rozet { background: #dc2626; color: #fff; border-radius: 20px; padding: 1px 8px; font-size: 11px; font-weight: 800; margin-left: 6px; }
.yoc-filtre-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; margin: 14px 0 12px; }
.yoc-ff label { display: block; font-size: 11px; font-weight: 700; color: #475569; margin-bottom: 5px; text-transform: uppercase; letter-spacing: .4px; }
.yoc-ff input, .yoc-ff select { width: 100%; padding: 8px 12px; border: 1.5px solid #e2e8f0; border-radius: 9px; font-size: 13px; background: #fff; box-sizing: border-box; }
.yoc-ff input:focus, .yoc-ff select:focus { outline: none; border-color: #2563eb; }
.yoc-filtre-butonlar { display: flex; gap: 8px; }

/* Tablo */
.yoc-tablo-kutu { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; overflow: hidden; }
.yoc-tablo { width: 100%; border-collapse: collapse; font-size: 13px; }
.yoc-tablo thead tr { background: #1e3a8a; }
.yoc-tablo thead th { padding: 10px 12px; color: #bfdbfe; font-size: 11px; font-weight: 700; text-align: left; text-transform: uppercase; letter-spacing: .4px; white-space: nowrap; }
.yoc-tablo tbody td { padding: 11px 12px; border-bottom: 1px solid #f1f5f9; vertical-align: middle; }
.yoc-tablo tbody tr:last-child td { border-bottom: none; }
.yoc-tablo tbody tr:hover { background: #f8fafc; }

/* İsim sütunu */
.yoc-isim strong { font-size: 14px; font-weight: 800; color: #1e293b; }
.yoc-av { width: 36px; height: 36px; border-radius: 50%; background: #dbeafe; display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; }
.yoc-av img { width: 100%; height: 100%; object-fit: cover; }
.yoc-av-harf { font-size: 16px; font-weight: 900; color: #1e40af; }

/* Badge */
.yoc-b { display: inline-block; padding: 2px 9px; border-radius: 20px; font-size: 11px; font-weight: 700; }
.yoc-b-mavi { background: #dbeafe; color: #1e40af; }
.yoc-b-yesil { background: #dcfce7; color: #166534; }

/* Loading / Boş */
.yoc-yukleniyor { text-align: center; padding: 48px; color: #94a3b8; font-size: 15px; font-weight: 600; }
.yoc-bos { text-align: center; padding: 48px; color: #94a3b8; }
.yoc-bos p { font-size: 15px; margin-bottom: 14px; }

/* Responsive */
@media (max-width: 640px) {
    .yoc-giris-form { flex-direction: column; }
    .yoc-tablo thead th:nth-child(n+5) { display: none; }
    .yoc-tablo tbody td:nth-child(n+5) { display: none; }
    .yoc-usbar-sagda .yoc-btn:first-child { display: none; }
}
