/* Puantaj matrisi — net grid + hover crosshair (satır/sütun kesişimi) */

.da-puantaj-tablo th,
.da-puantaj-tablo td {
  border-bottom: 1px solid rgba(15, 23, 42, 0.12) !important;
  border-right: 1px solid rgba(15, 23, 42, 0.08);
}

.da-puantaj-tablo__person-ilk td {
  border-top: 2px solid rgba(15, 23, 42, 0.22) !important;
}

.da-puantaj-tablo tbody tr:nth-child(even) > td {
  background-color: rgba(13, 59, 142, 0.03);
}

.da-puantaj-tablo tbody tr:nth-child(even) > .da-puantaj-tablo__sticky {
  background-color: #f4f7fb;
}

.da-puantaj-tablo tbody tr.is-cross-row > td {
  background-color: rgba(13, 110, 253, 0.08) !important;
}

.da-puantaj-tablo tbody tr.is-cross-row > .da-puantaj-tablo__sticky {
  background-color: rgba(13, 110, 253, 0.12) !important;
}

.da-puantaj-tablo th.is-cross-col,
.da-puantaj-tablo td.is-cross-col {
  background-color: rgba(13, 110, 253, 0.1) !important;
}

.da-puantaj-tablo thead th.is-cross-col {
  background-color: rgba(13, 110, 253, 0.18) !important;
  color: #0a58ca !important;
  box-shadow: inset 0 -2px 0 #0d6efd;
}

.da-puantaj-tablo td.is-cross-cell {
  background-color: rgba(13, 110, 253, 0.28) !important;
  box-shadow: inset 0 0 0 2px #0d6efd;
  position: relative;
  z-index: 2;
}

.da-saat-gun:hover,
.da-saat-gun:focus {
  background: rgba(13, 110, 253, 0.14);
}
