
/* ==== apps/modules/web/3300/00_siniflarim.php dosyasindan tasindi ==== */
#siniflarim-wrap { min-height: 100%; background: #f8fafc; padding: 1rem 1rem 2rem; box-sizing: border-box; }

#sl-toolbar {
  display: flex; justify-content: flex-end; align-items: center;
  margin-bottom: 1.1rem; flex-wrap: wrap; gap: 10px;
}

.sl-btn {
  border-radius: 7px; padding: .5rem 1rem; font-size: 13px; font-weight: 600;
  cursor: pointer; border: 1px solid #e5e7eb; background: #fff; color: #374151;
  display: inline-flex; align-items: center; gap: .35rem; white-space: nowrap;
}
.sl-btn i { font-size: 12px; }
.sl-btn:hover { background: #f9fafb; }
.sl-btn-primary { background: #4f46e5; border-color: #4f46e5; color: #fff; }
.sl-btn-primary:hover { background: #4338ca; }
.sl-btn-ghost { background: none; }
.sl-btn-mini { padding: .25rem .6rem; font-size: 11.5px; }

/* Puan dağılımı seçici — "Orijinal" ↔ "Kendi puan dağılımım" arasında alt alta
   radio butonlar; sağda "Puan Dağılımını İncele" düğmesi. Radio'ya tıklamak
   yalnızca SEÇİMİ değiştirir; gerçek işlem düğmede olur (bkz. JS). */
.sl-puan-secim-satir {
  display: flex; align-items: center; justify-content: space-between; gap: .75rem;
  margin-top: .35rem;
}
.sl-puan-radio-grp {
  display: flex; flex-direction: column; gap: .3rem;
}
.sl-puan-radio {
  display: flex; align-items: center; gap: .4rem; cursor: pointer;
  font-size: 12.5px; color: #374151; font-weight: 600;
}
.sl-puan-radio input[type="radio"] { accent-color: #4f46e5; cursor: pointer; }

/* ── Kart grid (Google Classroom tarzı) ─────────────────────────── */
#sl-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1rem;
}
.sl-card {
  background: #fff; border: 1px solid gray; border-radius: 10px; overflow: hidden;
  cursor: pointer; transition: box-shadow .15s, transform .15s;
}
.sl-card:hover { box-shadow: 0 6px 18px rgba(0,0,0,.09); transform: translateY(-2px); }
.sl-card-banner {
  height: 84px; padding: .9rem 1rem; position: relative; color: #fff;
  display: flex; flex-direction: column; justify-content: center;
}
.sl-card-banner-ad { font-size: 16px; font-weight: 700; line-height: 1.25; text-shadow: 0 1px 3px rgba(0,0,0,.2); }
.sl-card-banner-alt { font-size: 11.5px; opacity: .9; margin-top: .2rem; }
.sl-card-avatar {
  position: absolute; right: 12px; bottom: -22px; width: 44px; height: 44px; border-radius: 50%;
  background: #fff; border: 3px solid #fff; box-shadow: 0 2px 6px rgba(0,0,0,.15);
  display: flex; align-items: center; justify-content: center; font-size: 17px; color: #4f46e5;
}
.sl-card-body { padding: 1.6rem 1rem .9rem; }
.sl-card-meta { font-size: 12px; color: #6b7280; display: flex; align-items: center; gap: .4rem; }
.sl-card-meta + .sl-card-meta { margin-top: .25rem; }
.sl-yayinda-badge { color: #16a34a; font-weight: 600; }
.sl-card-kod { margin-top: .5rem; font-size: 11px; font-weight: 700; letter-spacing: 1px; color: #9ca3af; }

/* Boş / yükleniyor */
#sl-empty { text-align: center; padding: 3rem 1rem; color: #9ca3af; font-size: 14px; }
.sl-empty-icon { font-size: 2.5rem; display: block; margin-bottom: .8rem; }
.sl-loading { padding: 2rem; text-align: center; color: #bbb; font-size: 13px; grid-column: 1/-1; }
.sl-hata-genel { padding: 1rem; background: #fee2e2; border-radius: 8px; color: #991b1b; font-size: 13px; margin: 1rem 0; }

/* Modal (Yeni Sınıf / Sınav Ata) */
.sl-modal-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 10010;
  align-items: center; justify-content: center; padding: 1rem; display: flex;
}
.sl-modal-box {
  background: #fff; border-radius: 12px; max-height: 88vh; display: flex; flex-direction: column;
  box-shadow: 0 20px 60px rgba(0,0,0,.22); overflow: hidden;
}
.sl-modal-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: .8rem 1.1rem; border-bottom: 1px solid #e5e7eb; flex-shrink: 0;
  font-size: 13.5px; font-weight: 700; color: #111827;
}
.sl-modal-head button { background: none; border: none; font-size: 18px; cursor: pointer; color: #9ca3af; padding: 0 4px; }
.sl-modal-body { flex: 1; overflow-y: auto; padding: 1rem 1.1rem; }
.sl-modal-foot { display: flex; justify-content: flex-end; gap: .6rem; padding: .8rem 1.1rem; border-top: 1px solid #e5e7eb; flex-shrink: 0; }

.sl-label {
  display: flex; align-items: center; gap: .35rem;
  font-size: 11px; font-weight: 800; color: #4f46e5;
  text-transform: uppercase; letter-spacing: .55px;
  margin: 1.15rem 0 .4rem; padding-bottom: .3rem;
  border-bottom: 1px solid #eef0f4;
}
.sl-label:first-child { margin-top: 0; }
/* Etiket + kutu aynı satırda (dikey yığılma yerine) — bkz. Tek Öğrenci Ekle */
.sl-form-row { display: flex; align-items: center; gap: .7rem; margin-top: .55rem; }
.sl-form-row:first-child { margin-top: 0; }
.sl-label-inline {
  flex: 0 0 84px; font-size: 10.5px; font-weight: 800; color: #4f46e5;
  text-transform: uppercase; letter-spacing: .4px;
}
.sl-form-row .sl-input { flex: 1; margin: 0; }
.sl-input {
  width: 100%; padding: .55rem .7rem; border: 1px solid #d1d5db; border-radius: 7px;
  font-size: 13.5px; outline: none; box-sizing: border-box;
}
.sl-input:focus { border-color: #4f46e5; }
.sl-hata { margin-top: .6rem; padding: .5rem .7rem; background: #fee2e2; color: #991b1b; border-radius: 7px; font-size: 12.5px; }

.sl-sonuc-basari { color: #16a34a; font-size: 13.5px; font-weight: 600; margin-bottom: .8rem; }
.sl-kod-box {
  display: flex; align-items: center; justify-content: space-between; gap: .6rem;
  background: #eef2ff; border-radius: 8px; padding: .7rem .9rem; margin-bottom: .6rem;
}
#sl-yeni-kod { font-size: 20px; font-weight: 800; letter-spacing: 3px; color: #4338ca; }
.sl-yardim-metin { font-size: 11.5px; color: #6b7280; line-height: 1.5; }
.sl-ata-sinif-ad { font-size: 12.5px; color: #6b7280; margin-bottom: .8rem; }
.sl-ipucu { font-size: 11px; color: #6b7280; margin-top: .25rem; line-height: 1.45; }
/* Yayın durumu etiketleri (atama listesi) */
.sd-durum { font-size: 10px; font-weight: 700; padding: 1px 6px; border-radius: 5px; white-space: nowrap; }
.sd-durum-yayinda  { background: #d1fae5; color: #065f46; }
.sd-durum-bekliyor { background: #fef3c7; color: #92400e; }
.sd-durum-bitti    { background: #f3f4f6; color: #6b7280; }
.sd-durum-gizli    { background: #ede9fe; color: #5b21b6; }
.sd-durum-gizli i  { margin-right: 3px; }

/* Cevap anahtarı değişti uyarısı — notlar eskimiş olabilir */
.sd-uyari {
  margin-top: .4rem; padding: .45rem .65rem; border-radius: 7px;
  background: #fffbeb; border: 1px solid #fde68a; color: #92400e;
  font-size: 11.5px; line-height: 1.5;
}
.sd-uyari i { margin-right: .3rem; }

/* Sınavın öğrenciye görünürlük anahtarı */
.sd-erisim {
  margin-top: .45rem; display: flex; align-items: center; gap: .45rem; flex-wrap: wrap;
}
.sd-erisim-etiket { font-size: 11.5px; color: #6b7280; font-weight: 600; }
.sd-erisim-etiket i { color: #4f46e5; margin-right: .25rem; }
.sd-erisim-sec {
  font-size: 11.5px; padding: .2rem .45rem; border-radius: 6px;
  border: 1px solid #e5e7eb; background: #fff; color: #374151; cursor: pointer;
}
.sd-erisim-sec:disabled { opacity: .6; cursor: default; }
/* Kart içindeki düğmeler alt alta sığsın (Yeniden Değerlendir + Kağıt Yükle) */
.sd-sinav-btnlar { flex-shrink: 0; display: flex; flex-direction: column; gap: .35rem; align-items: stretch; }
.sd-btn-vurgu { background: #f59e0b !important; border-color: #f59e0b !important; color: #fff !important; }
.sd-btn-duzenle i { color: #4f46e5; }

/* ── Türkçe tarih-saat seçici ─────────────────────────────────────────── */
.sl-tarih { cursor: pointer; background: #fff; }
#sl-secici-katman {
  position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 10050;
  display: none; align-items: center; justify-content: center; padding: 1rem;
}
#sl-secici {
  background: #fff; border-radius: 12px; width: min(320px, 94vw);
  box-shadow: 0 20px 60px rgba(0,0,0,.25); overflow: hidden;
  font-size: 13px; color: #111827;
}
.slt-ust {
  display: flex; align-items: center; justify-content: space-between;
  padding: .7rem .8rem; border-bottom: 1px solid #e5e7eb; font-weight: 700;
}
.slt-ok {
  width: 30px; height: 30px; border-radius: 8px; border: 1px solid #e5e7eb;
  background: #fff; color: #4f46e5; font-size: 18px; line-height: 1; cursor: pointer;
}
.slt-ok:hover { background: #eef2ff; }
.slt-gunbaslik, .slt-izgara {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; padding: 0 .6rem;
}
.slt-gunbaslik { padding-top: .6rem; font-size: 11px; color: #9ca3af; font-weight: 700; text-align: center; }
.slt-izgara { padding-bottom: .6rem; }
.slt-gun {
  height: 34px; display: flex; align-items: center; justify-content: center;
  border-radius: 8px; cursor: pointer; font-weight: 600;
}
.slt-gun:hover:not(.bos) { background: #eef2ff; }
.slt-gun.bos { cursor: default; }
.slt-gun.bugun { box-shadow: inset 0 0 0 1px #c7d2fe; }
.slt-gun.secili { background: #4f46e5; color: #fff; }
.slt-saat {
  display: flex; align-items: center; gap: .4rem;
  padding: .6rem .8rem; border-top: 1px solid #e5e7eb;
}
.slt-saat span { font-size: 12px; font-weight: 700; color: #6b7280; margin-right: auto; }
.slt-saat select {
  padding: .3rem .5rem; border: 1px solid #e5e7eb; border-radius: 7px;
  font-size: 14px; font-weight: 700; background: #fff; color: #111827;
}
.slt-alt {
  display: flex; justify-content: flex-end; gap: .5rem;
  padding: .7rem .8rem; border-top: 1px solid #e5e7eb; background: #f9fafb;
}

/* ── Sınıf detay sayfası (Classroom banner + kod widget + sekmeler) ── */
.sd-wrap { padding: 0 0 2rem; }
.sd-banner {
  padding: 1.6rem 1.3rem 2.2rem; color: #fff; position: relative; overflow: hidden;
}
.sd-banner::after {
  content: ''; position: absolute; right: -30px; bottom: -40px; width: 160px; height: 160px;
  background: rgba(255,255,255,.12); border-radius: 50%;
}
.sd-banner-ad { font-size: 22px; font-weight: 800; text-shadow: 0 1px 4px rgba(0,0,0,.2); position: relative; }
.sd-banner-alt { font-size: 12.5px; opacity: .92; margin-top: .3rem; position: relative; }

.sd-kod-widget {
  margin: -1.6rem 1rem 1.2rem; position: relative; z-index: 2;
  background: #fff; border: 1px solid #e5e7eb; border-radius: 10px; padding: .9rem 1.1rem;
  box-shadow: 0 4px 14px rgba(0,0,0,.07);
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .6rem;
}
.sd-kod-label { font-size: 11px; color: #9ca3af; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; }
.sd-kod-deger { font-size: 19px; font-weight: 800; letter-spacing: 2px; color: #1f2937; }

.sd-tabs {
  display: flex; gap: 4px; padding: 0 1rem; border-bottom: 1px solid #e5e7eb; margin-bottom: 1rem; overflow-x: auto;
}
.sd-tab {
  background: none; border: none; padding: .7rem .9rem; font-size: 13px; font-weight: 600; color: #6b7280;
  cursor: pointer; border-bottom: 2px solid transparent; white-space: nowrap;
}
.sd-tab.active { color: #4f46e5; border-bottom-color: #4f46e5; }

.sd-tab-content { padding: 0 1rem; }

/* Sonuç istatistikleri kutusu */
.ist-wrap { text-align: left; font-size: 13px; color: #111827; }
.ist-baslik { font-size: 15px; font-weight: 700; margin-bottom: .9rem; }
.ist-bos { padding: 1.5rem; text-align: center; color: #9ca3af; }
.ist-kutular { display: grid; grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); gap: .5rem; }
.ist-kutu {
  background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 9px;
  padding: .55rem .6rem; text-align: center;
}
.ist-kutu b { display: block; font-size: 17px; font-weight: 800; color: #111827; }
.ist-kutu span { font-size: 10.5px; color: #6b7280; }
.ist-alt-baslik {
  font-size: 11.5px; font-weight: 700; color: #6b7280; text-transform: uppercase;
  letter-spacing: .3px; margin: 1.1rem 0 .5rem;
}
.ist-dagilim { display: flex; align-items: flex-end; gap: .5rem; height: 92px; }
.ist-cubuk-sar { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; gap: .2rem; }
.ist-cubuk { width: 100%; border-radius: 5px 5px 0 0; }
.ist-say { font-size: 11.5px; font-weight: 800; }
.ist-etiket { font-size: 10px; color: #9ca3af; }
.ist-sorular { display: flex; flex-direction: column; gap: .35rem; }
.ist-soru { display: flex; align-items: center; gap: .5rem; }
.ist-soru-no {
  width: 22px; height: 22px; flex-shrink: 0; border-radius: 50%;
  background: #eef2ff; color: #4338ca; font-size: 11px; font-weight: 800;
  line-height: 22px; text-align: center;
}
.ist-oran-bar { flex: 1; height: 7px; background: #f3f4f6; border-radius: 99px; overflow: hidden; }
.ist-oran-bar div { height: 100%; background: linear-gradient(90deg,#f59e0b,#059669); border-radius: 99px; }
.ist-oran { font-size: 11.5px; font-weight: 700; color: #6b7280; min-width: 34px; text-align: right; }

/* Öğrenciler tablosu */
.sd-uye-av-td { width: 34px; padding-right: 0 !important; }
.sd-uye-av {
  width: 30px; height: 30px; border-radius: 50%; overflow: hidden;
  background: #eef2ff; color: #4f46e5;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 11.5px; font-weight: 800; letter-spacing: .3px;
}
.sd-uye-av img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sd-uyeler-table { width: 100%; border-collapse: collapse; font-size: 12.5px; }
.sd-uyeler-table th { text-align: left; padding: .4rem .5rem; color: #9ca3af; font-weight: 600; border-bottom: 1px solid #f3f4f6; }
.sd-uyeler-table td { padding: .5rem .5rem; border-bottom: 1px solid #f9fafb; color: #374151; }
.sd-btn-sifre-sifirla { color: #b45309; border-color: #fde68a; margin-right: .3rem; }

/* Öğrenci Ekle — tek buton + tıklayınca açılan küçük menü */
.sd-ogr-toolbar { display: flex; justify-content: flex-end; margin-bottom: .8rem; }
.sd-ogr-ekle-wrap { position: relative; display: inline-block; }
.sd-ogr-ekle-menu {
  position: absolute; right: 0; top: calc(100% + 6px); background: #fff; border: 1px solid #e5e7eb; border-radius: 10px;
  box-shadow: 0 10px 28px rgba(0,0,0,.14); min-width: 180px; z-index: 30; overflow: hidden; display: none;
}
.sd-ogr-ekle-menu button {
  display: flex; align-items: center; gap: .55rem; width: 100%; text-align: left; padding: .65rem .85rem;
  background: none; border: none; font-size: 12.5px; color: #374151; cursor: pointer;
}
.sd-ogr-ekle-menu button:hover { background: #f3f4f6; }
.sd-ogr-ekle-menu button + button { border-top: 1px solid #f3f4f6; }
.sd-ogr-ekle-menu i { color: #4f46e5; width: 14px; text-align: center; }

/* İşlemler dropdown (Excel'e Aktar / Veli ile Paylaş) — Kodlu Ödevler'deki
   .kl-islemler-wrap/-menu deseninin AYNISI (05_kodlu_odevlerim.php),
   sd- önekiyle tekrarlandı (kullanıcı kararı: kod tekrarı kabul edilebilir). */
/* Notlar (Ödevler)/(Sınavlar) sekmelerinin üst satırı — sekme düğmesi zaten
   başlığı taşıdığı için içerikte ikinci bir başlık YOK, İşlemler menüsü tek
   başına sağa yaslı (kullanıcı kararı, 2026-08-29). */
.sd-islemler-satir { display: flex; justify-content: flex-end; margin-bottom: .7rem; }
.sd-islemler-wrap { position: relative; display: inline-block; }
.sd-islemler-menu {
  position: absolute; right: 0; top: calc(100% + 6px); background: #fff; border: 1px solid #e5e7eb; border-radius: 10px;
  box-shadow: 0 10px 28px rgba(0,0,0,.14); min-width: 190px; z-index: 30; overflow: hidden; display: none;
}
.sd-islemler-menu a {
  display: flex; align-items: center; gap: .55rem; width: 100%; text-align: left; padding: .65rem .85rem;
  background: none; border: none; font-size: 12.5px; color: #374151; cursor: pointer; text-decoration: none;
}
.sd-islemler-menu a:hover { background: #f3f4f6; }
.sd-islemler-menu a + a { border-top: 1px solid #f3f4f6; }
.sd-islemler-menu i { color: #4f46e5; width: 14px; text-align: center; }
.sd-veli-hucre a { margin-left: .3rem; color: #4f46e5; }
.sd-th-sirala { cursor: pointer; user-select: none; }
.sd-th-sirala:hover { background: #eef2ff; }
.sd-sort-pasif { color: #d1d5db; }
.sd-vp-satir { display: block; padding: .5rem .2rem; font-size: 13px; color: #374151; cursor: pointer; }
.sd-vp-satir input { margin-right: .5rem; }

/* Toplu Öğrenci Ekle — düzenlenebilir tablo */
.sd-toplu-aciklama { font-size: 11.5px; color: #6b7280; margin-bottom: .7rem; line-height: 1.5; }

/* Excel/Google Sheets benzeri ızgara — öğretmenlerin aşina olduğu görünüm:
   tam kenarlıklı hücreler, gri sütun başlıkları, numaralı satırlar. */
.sd-toplu-grid-wrap { border: 1px solid #d1d5db; border-radius: 6px; overflow: hidden; margin-bottom: .6rem; }
.sd-toplu-tablo { width: 100%; border-collapse: collapse; font-size: 12.5px; table-layout: fixed; }
.sd-toplu-tablo th {
  text-align: center; padding: .45rem .3rem; color: #374151; font-weight: 700; font-size: 11px;
  background: #f3f4f6; border: 1px solid #d1d5db; border-top: none;
}
.sd-toplu-tablo th:first-child { border-left: none; }
.sd-toplu-tablo th:last-child { border-right: none; }
.sd-toplu-th-sira { width: 34px; }
.sd-toplu-th-sil { width: 34px; }
.sd-toplu-tablo td { padding: 0; border: 1px solid #e5e7eb; background: #fff; }
.sd-toplu-tablo tr:first-child td { border-top: none; }
.sd-toplu-tablo td:first-child { border-left: none; }
.sd-toplu-tablo td:last-child { border-right: none; }
.sd-toplu-sira {
  text-align: center; font-size: 11px; color: #9ca3af; background: #f9fafb; user-select: none;
  padding: .5rem 0;
}
.sd-toplu-tablo input {
  width: 100%; box-sizing: border-box; border: none; border-radius: 0; padding: .5rem .55rem;
  font-size: 12.5px; outline: none; background: transparent;
}
.sd-toplu-tablo input:focus { background: #eef2ff; box-shadow: inset 0 0 0 1.5px #4f46e5; }
.sd-toplu-sil-satir {
  display: block; width: 100%; height: 100%; background: none; border: none; color: #d1d5db;
  cursor: pointer; padding: .5rem 0; font-size: 12px; text-align: center;
}
.sd-toplu-sil-satir:hover { color: #dc2626; background: #fef2f2; }
.sd-toplu-satir-ekle { margin-bottom: .8rem; }

/* Toplu ekleme sonuç tablosu */
.sd-toplu-sonuc-tablo { width: 100%; border-collapse: collapse; font-size: 12.5px; }
.sd-toplu-sonuc-tablo th { text-align: left; padding: .35rem .5rem; color: #9ca3af; font-weight: 600; border-bottom: 1px solid #f3f4f6; }
.sd-toplu-sonuc-tablo td { padding: .45rem .5rem; border-bottom: 1px solid #f9fafb; }
.sd-toplu-durum { font-size: 10px; font-weight: 700; padding: 1px 7px; border-radius: 5px; white-space: nowrap; }
.sd-toplu-durum-olusturuldu { background: #d1fae5; color: #065f46; }
.sd-toplu-durum-eklendi     { background: #dbeafe; color: #1e40af; }
.sd-toplu-durum-zaten_uye   { background: #f3f4f6; color: #6b7280; }
.sd-toplu-durum-hata        { background: #fee2e2; color: #991b1b; }

/* Sınavlar listesi */
.sd-sinav-toolbar { display: flex; justify-content: space-between; align-items: flex-start; gap: .8rem; margin-bottom: .8rem; }
.sd-sinav-toolbar .sd-btn-ata { flex-shrink: 0; }
.sd-sinav-card {
  background: #fff; border: 1px solid #e5e7eb; border-radius: 10px; padding: .8rem 1rem; margin-bottom: .6rem;
  display: flex; align-items: center; gap: .8rem;
}
.sd-sinav-icon {
  flex-shrink: 0; width: 38px; height: 38px; border-radius: 9px; background: linear-gradient(135deg,#4f46e5,#6366f1);
  display: flex; align-items: center; justify-content: center; color: #fff; font-size: 15px;
}
.sd-sinav-ad { font-size: 13.5px; font-weight: 600; color: #111827; }
/* Atama etiketi (tip + tarih): aynı sınavın iki atamasını ayırt eder */
.sd-atama-etiket {
  display: inline-block; margin-top: .2rem; font-size: 10.5px; font-weight: 700;
  color: #4338ca; background: #eef2ff; border: 1px solid #c7d2fe;
  padding: .05rem .4rem; border-radius: 5px;
}
.sd-sinav-meta { font-size: 11px; color: #9ca3af; margin-top: .15rem; }

/* Notlar matrisi — Kodlu Ödevler'deki .kl-tablo/.kl-tablo-wrap ile BİREBİR
   AYNI kurallar (kullanıcı kararı, 2026-08-29: iki ekran görsel olarak
   ayrışmasın). Bu dosya AYRI bir <style> bloğu olduğu için sınıf adları aynı
   olsa da kurallar burada TEKRAR tanımlanmak zorunda — paylaşılan bir CSS
   dosyası yok. */
.kl-tablo-wrap { overflow-x: auto; border-radius: 10px; border: 1px solid #e5e7eb; }
.kl-tablo { width: 100%; border-collapse: collapse; font-size: 12.5px; background: #fff; }
.kl-tablo th {
  text-align: left; padding: .6rem .7rem; background: #f8fafc; color: #6b7280; font-weight: 700;
  font-size: 10.5px; text-transform: uppercase; letter-spacing: .4px; border: 1px solid #e5e7eb; white-space: nowrap;
}
.kl-tablo td { padding: .6rem .7rem; border: 1px solid #f3f4f6; vertical-align: middle; }
/* Sütun başlığının altındaki atama etiketi (aynı sınav birden çok sütun olabilir) */
.sd-not-etiket { font-size: 10px; font-weight: 600; color: #9ca3af; margin-top: .1rem; white-space: nowrap; }
.sd-puan-var { color: #065f46; font-weight: 700; }
.sd-puan-yok { color: #d1d5db; }

.sd-bos { text-align: center; padding: 2.5rem 1rem; color: #9ca3af; font-size: 13px; }

/* ── Puanlama paneli ──────────────────────────────────────────────── */
.sp-anahtar {
  display: flex; gap: .6rem; align-items: flex-start;
  background: #eef2ff; border: 1px solid #e0e7ff; border-radius: 9px;
  padding: .7rem .85rem; margin-bottom: .9rem; cursor: pointer;
}
.sp-anahtar input { margin-top: 2px; flex-shrink: 0; }
.sp-anahtar b { font-size: 13px; color: #3730a3; }
.sp-anahtar .sl-ipucu { margin-top: .2rem; }

.sp-satir {
  border: 1px solid #e5e7eb; border-radius: 9px; padding: .65rem .8rem; margin-bottom: .55rem;
}
.sp-satir-ust { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; }
.sp-no {
  width: 24px; height: 24px; flex-shrink: 0; border-radius: 50%;
  background: #eef2ff; color: #4338ca; font-size: 11.5px; font-weight: 800;
  line-height: 24px; text-align: center;
}
.sp-tur { font-size: 10px; font-weight: 700; padding: 1px 6px; border-radius: 5px; white-space: nowrap; }
.sp-tur-test { background: #dbeafe; color: #1e40af; }
.sp-tur-acik { background: #ede9fe; color: #5b21b6; }
.sp-ozet { flex: 1; min-width: 120px; font-size: 11.5px; color: #6b7280; }
.sp-puan-etiket { font-size: 11.5px; color: #374151; font-weight: 600; }
.sp-puan {
  width: 62px; padding: .3rem .45rem; border: 1px solid #d1d5db; border-radius: 6px;
  font-size: 13px; font-weight: 700; text-align: center; box-sizing: border-box;
}
.sp-puan:focus { border-color: #4f46e5; outline: none; }

/* Test sorusunda yanlışın götüreceği puan — netpuan kapalıyken soluk */
.sp-goturur { font-size: 11.5px; color: #92400e; margin-top: .35rem; }
.sp-goturur i { margin-right: .25rem; }
.sp-pasif { opacity: .45; }

/* Açık uçlu adım listesi */
.sp-adimlar { margin-top: .55rem; border-top: 1px dashed #e5e7eb; padding-top: .5rem; }
.sp-adim { display: flex; align-items: center; gap: .45rem; margin-bottom: .35rem; }
.sp-adim-no { font-size: 11px; font-weight: 700; color: #9ca3af; width: 46px; flex-shrink: 0; }
.sp-adim-puan {
  width: 52px; flex-shrink: 0; padding: .25rem .35rem; border: 1px solid #d1d5db;
  border-radius: 6px; font-size: 12.5px; font-weight: 700; text-align: center; box-sizing: border-box;
}
.sp-adim-metin {
  flex: 1; min-width: 0; padding: .25rem .45rem; border: 1px solid #e5e7eb;
  border-radius: 6px; font-size: 12px; color: #374151; box-sizing: border-box;
}
.sp-adim-metin:focus, .sp-adim-puan:focus { border-color: #4f46e5; outline: none; }
.sp-adim-sil {
  flex-shrink: 0; border: none; background: none; color: #dc2626; cursor: pointer;
  font-size: 13px; padding: 0 4px; line-height: 1;
}
.sp-adim-alt { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; margin-top: .4rem; }
.sp-toplam { font-size: 11.5px; font-weight: 700; margin-right: auto; }
.sp-toplam-ok   { color: #065f46; }
.sp-toplam-hata { color: #dc2626; }
.sp-rozet { font-size: 10px; font-weight: 700; padding: 1px 6px; border-radius: 5px; white-space: nowrap; }
.sp-rozet-kayitli { background: #d1fae5; color: #065f46; }
.sp-rozet-cozum   { background: #fef3c7; color: #92400e; }
.sp-genel-toplam { margin-right: auto; font-size: 12px; font-weight: 700; color: #374151; }

/* Sekme üstü açıklama notu (ödev/sınav farkını hatırlatır) — "Ödev/Sınav Ata"
   düğmesiyle AYNI satırda, sola yaslı (kullanıcı kararı, 2026-08-29). */
.sd-tip-not {
  background: #eff6ff; border: 1px solid #dbeafe; color: #1e40af;
  border-radius: 8px; padding: .6rem .8rem; font-size: 11.5px; line-height: 1.5;
  flex: 1; min-width: 0;
}
.sd-tip-not i { margin-right: .35rem; }
