/* --- Stilimi i Përgjithshëm i Seksionit --- */
.openings-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  box-sizing: border-box;
}

.openings-title {
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 1.5rem;
  color: #111;
  border-left: 4px solid #185FA5;
  padding-left: 12px;
}

/* --- Wrapper për Celularë dhe Hije --- */
.openings-table-wrapper {
  overflow-x: auto;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

/* --- Tabela --- */
.openings-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 15px;
  text-align: left;
  background: #ffffff;
}

/* Header-i i Tabelës */
.openings-table thead tr {
  background: #f1f5f9;
  border-bottom: 2px solid #cbd5e1;
}

.openings-table th {
  padding: 18px 20px;
  font-weight: 700;
  color: #334155;
}

.openings-table th.col-num { width: 5%; text-align: center; }
.openings-table th.col-eco { width: 10%; }
.openings-table th.col-name { width: 20%; }
.openings-table th.col-var { width: 40%; }

/* Rreshtat e Tabelës (Efekti Zebra dhe Hover) */
.openings-table tbody tr {
  border-bottom: 1px solid #e2e8f0;
  background: #ffffff;
}

.openings-table tbody tr:nth-child(even) {
  background: #f8fafc;
}

.openings-table tbody tr:hover {
  background: #f1f5f9;
}

/* Qelizat standarde */
.openings-table td {
  padding: 16px 20px;
  vertical-align: middle;
}

.openings-table td.cell-num {
  text-align: center;
  color: #64748b;
  font-weight: 600;
}

.openings-table td.cell-eco {
  font-weight: 700;
  color: #185FA5;
  letter-spacing: 0.02em;
}

.openings-table td.cell-name {
  font-weight: 600;
  color: #0f172a;
}

.openings-table td.cell-var {
  color: #475569;
}

/* Kutia e lëvizjeve (Moves) */
.openings-table td.cell-moves {
  padding: 12px 20px;
}

.moves-badge {
  font-family: Consolas, "Courier New", monospace;
  font-size: 14px;
  color: #1e293b;
  background: #f1f5f9;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
  display: inline-block;
  white-space: nowrap;
}

/* Përshtatja e ngjyrës së badg-it kur rreshti është çift */
.openings-table tbody tr:nth-child(even) .moves-badge {
  background: #ffffff;
}
