/* ============================================================
   Global p360-dosya bileseni — yukleme drop-zone (dosya.js) + onizleme galeri (_P360Dosyalar).
   Resim -> p360-lightbox; PDF -> ilk-sayfa iframe (tarayici yerel viewer); diger -> ikon.
   Tema-uyumlu (var token). Ilk tuketici: Arac belge ekleri.
   ============================================================ */

/* ---- Yukleme drop-zone ---- */
.p360-dosya-drop {
  border: 1.5px dashed var(--border-strong);
  border-radius: 12px;
  padding: 14px;
  background: var(--gray-surface);
  transition: border-color .15s ease, background .15s ease;
}
.p360-dosya-drop.suru-ustu { border-color: var(--mac-blue); background: rgba(0,122,255,0.06); }
.p360-dosya-drop-head { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--muted); margin-bottom: 10px; flex-wrap: wrap; }
.p360-dosya-drop-head .t { font-weight: 600; color: var(--text); }
.p360-dosya-drop-head .h { color: var(--muted); }
.p360-dosya-drop-head .say { margin-left: auto; font-variant-numeric: tabular-nums; }

.p360-dosya-thumbs { display: flex; flex-wrap: wrap; gap: 10px; }
.p360-dosya-thumb {
  position: relative; width: 84px; height: 84px; border-radius: 10px; overflow: hidden;
  border: 1px solid var(--border-soft); background: var(--surface);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
}
.p360-dosya-thumb img { width: 100%; height: 100%; object-fit: cover; }
.p360-dosya-thumb-ikon { font-size: 26px; color: var(--red); }
.p360-dosya-thumb .ad { font-size: 10px; color: var(--muted); padding: 0 4px; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 100%; }
.p360-dosya-thumb-x {
  position: absolute; top: 3px; right: 3px; width: 20px; height: 20px; border-radius: 50%;
  border: none; background: rgba(0,0,0,0.55); color: #fff; cursor: pointer; display: flex;
  align-items: center; justify-content: center; font-size: 12px; padding: 0;
}
.p360-dosya-thumb-x:hover { background: var(--red); }
.p360-dosya-ekle {
  width: 84px; height: 84px; border-radius: 10px; border: 1px dashed var(--border-strong);
  background: transparent; color: var(--muted); cursor: pointer; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 4px; font-size: 12px;
}
.p360-dosya-ekle:hover { border-color: var(--mac-blue); color: var(--mac-blue); }
.p360-dosya-ekle i { font-size: 18px; }

/* Yerel onizleme (P360Dosya.yerelOnizleme — yuklendikten sonra File'dan cizilen kart).
   Ayni .p360-dosya-thumb kutusunu kullanir; PDF ilk sayfasi iframe ile gelir. */
.p360-dosya-thumb.yerel { width: 96px; height: 96px; cursor: default; }
.p360-dosya-thumb.yerel .p360-dosya-pdf { width: 100%; height: 100%; border: 0; pointer-events: none; background: #fff; }
.p360-dosya-thumb.yerel .p360-dosya-rozet.kose { position: absolute; top: 4px; left: 4px; font-size: 9px; padding: 2px 6px; }
.p360-dosya-ok {
  position: absolute; bottom: 4px; right: 4px; font-size: 15px; color: var(--green);
  background: var(--surface); border-radius: 50%; line-height: 1;
}

/* ---- Onizleme galeri (yuklenmis dosyalar) ---- */
.p360-dosya-galeri { display: flex; flex-wrap: wrap; gap: 12px; }
.p360-dosya-bos { font-size: 12.5px; color: var(--muted); display: inline-flex; align-items: center; gap: 6px; padding: 6px 0; }
.p360-dosya-kart { position: relative; width: 150px; display: flex; flex-direction: column; gap: 5px; }
.p360-dosya-onizleme {
  position: relative; width: 150px; height: 190px; border-radius: 10px;
  border: 1px solid var(--border-soft); overflow: hidden; background: var(--gray-surface);
  display: flex; align-items: center; justify-content: center;
}
.p360-dosya-onizleme img { width: 100%; height: 100%; object-fit: cover; cursor: zoom-in; }
.p360-dosya-pdf { width: 100%; height: 100%; border: none; pointer-events: none; background: #fff; }
.p360-dosya-ac { position: absolute; inset: 0; display: flex; align-items: flex-start; justify-content: flex-end; padding: 6px; }
.p360-dosya-rozet {
  display: inline-flex; align-items: center; gap: 4px; font-size: 10px; font-weight: 600; color: #fff;
  background: var(--red); padding: 3px 7px; border-radius: 20px;
}
.p360-dosya-diger { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; width: 100%; height: 100%; color: var(--muted); font-size: 46px; text-decoration: none; }
.p360-dosya-diger:hover { color: var(--mac-blue); }
.p360-dosya-rozet.acik { position: static; background: var(--gray-2, #8a8a8f); font-size: 10px; }
.p360-dosya-ad { font-size: 11px; color: var(--text); padding: 7px 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.p360-dosya-sil {
  position: absolute; top: 5px; left: 5px; width: 22px; height: 22px; border-radius: 50%; border: none;
  background: rgba(0,0,0,0.55); color: #fff; cursor: pointer; display: flex; align-items: center;
  justify-content: center; font-size: 12px; padding: 0; opacity: 0; transition: opacity .15s ease;
}
.p360-dosya-kart:hover .p360-dosya-sil { opacity: 1; }
.p360-dosya-sil:hover { background: var(--red); }
