/* ============================================================
   TML DAILY QUIZ SIRALAMASI — [tml_dq_siralama]
   TML Mobil koyu tema: lacivert-mor + altın (#f5b400)
   (Görev Panosu / Quiz Oluştur ekranlarıyla birebir aynı palet)
============================================================ */
.tmldq-sira-wrap {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  max-width: 560px;
  margin: 0 auto;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: radial-gradient(120% 60% at 50% 0%, #201a44 0%, #120d2e 45%, #07051a 100%);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 22px;
  padding: 18px;
  color: #ffffff;
  box-sizing: border-box;
}
.tmldq-sira-wrap * { box-sizing: border-box; }

/* Dekoratif parıltılar (diğer TML Mobil ekranlarıyla aynı) */
.tmldq-sira-wrap::before,
.tmldq-sira-wrap::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  z-index: 0;
  pointer-events: none;
}
.tmldq-sira-wrap::before {
  width: 200px; height: 200px; top: -80px; right: -80px;
  background: radial-gradient(circle, rgba(245,180,0,.28) 0%, rgba(245,180,0,0) 72%);
}
.tmldq-sira-wrap::after {
  width: 200px; height: 200px; bottom: -90px; left: -90px;
  background: radial-gradient(circle, rgba(124,58,237,.22) 0%, rgba(124,58,237,0) 72%);
}
.tmldq-sira-wrap > * { position: relative; z-index: 1; }

.tmldq-sira-baslik {
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 14px;
  letter-spacing: .2px;
  color: #ffffff;
}

.tmldq-sira-tabs {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 6px;
  margin-bottom: 14px;
  scrollbar-width: none;
}
.tmldq-sira-tabs::-webkit-scrollbar { display: none; }

.tmldq-sira-tab-btn {
  flex: none;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.09);
  color: #a3a1b8;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
  transition: all .15s ease;
}
.tmldq-sira-tab-btn:hover { color: #fff; }
.tmldq-sira-tab-btn.aktif {
  background: linear-gradient(135deg, #ffd23f, #f5b400);
  border-color: #f5b400;
  color: #17171c;
}

.tmldq-sira-panel { display: none; }
.tmldq-sira-panel.aktif { display: block; }

.tmldq-sira-bos {
  text-align: center;
  padding: 30px 10px;
  color: #6f6c88;
  font-size: 14px;
}

.tmldq-sira-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 6px;
  font-size: 13px;
}
.tmldq-sira-table thead th {
  text-align: left;
  color: #6f6c88;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 700;
  padding: 0 10px 4px;
}
.tmldq-sira-table tbody tr {
  background: rgba(255,255,255,.055);
}
.tmldq-sira-table tbody td {
  padding: 10px;
  color: #ffffff;
  font-weight: 600;
}
.tmldq-sira-table tbody tr td:first-child { border-radius: 12px 0 0 12px; }
.tmldq-sira-table tbody tr td:last-child  { border-radius: 0 12px 12px 0; }

.tmldq-sira-th-sira {
  width: 34px;
  text-align: center !important;
  font-size: 15px;
}
.tmldq-sira-isim { color: #ffd23f; }
.tmldq-sira-net  { color: #f5b400; font-weight: 800; }

@media (max-width: 480px) {
  .tmldq-sira-table { font-size: 12px; }
  .tmldq-sira-table tbody td { padding: 8px 6px; }
}
