.ngt-box{border:1px solid #d9e2ef;border-radius:10px;padding:22px;margin:20px 0;background:#fff;box-shadow:0 2px 10px rgba(15,23,42,.05)}
.ngt-box h2{margin-top:0}.ngt-form{display:grid;gap:14px;max-width:720px}.ngt-form label{display:grid;gap:6px;font-weight:600}.ngt-form input,.ngt-form select,.ngt-form textarea{width:100%;max-width:100%;padding:10px;border:1px solid #cbd5e1;border-radius:8px}.ngt-checkbox{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:8px;font-weight:400!important}.ngt-checkbox input{width:auto}.ngt-button{display:inline-block;border-radius:999px;background:#172554;color:#fff!important;padding:10px 18px;text-decoration:none;border:0;cursor:pointer;font-weight:700}.ngt-button-secondary{background:#475569}.ngt-success{background:#dcfce7;border:1px solid #86efac;padding:12px;border-radius:8px;margin:10px 0}.ngt-error{background:#fee2e2;border:1px solid #fecaca;padding:12px;border-radius:8px;margin:10px 0}.ngt-warning,.ngt-info{background:#fef9c3;border:1px solid #fde68a;padding:12px;border-radius:8px;margin:10px 0}.ngt-squad-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.ngt-squad-item{border:1px solid #e2e8f0;border-radius:8px;padding:12px;background:#f8fafc}.ngt-table{width:100%;border-collapse:collapse}.ngt-table th,.ngt-table td{border-bottom:1px solid #e2e8f0;padding:10px;text-align:left}.ngt-table th{background:#f8fafc}
.ngt-status{padding:3px 8px;border-radius:999px;background:#e2e8f0;font-weight:700;white-space:nowrap}.ngt-status-pending{background:#fef3c7}.ngt-status-confirmed{background:#dcfce7}.ngt-status-rejected,.ngt-status-cancelled{background:#fee2e2}.ngt-button-danger{background:#991b1b}.ngt-table form{margin:0}
.ngt-table-wrap { overflow-x: auto; }
.ngt-table th, .ngt-table td { white-space: nowrap; }

.ngt-filter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: end;
  margin: 14px 0 24px;
}
.ngt-filter-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 700;
}
.ngt-filter-form select {
  min-width: 240px;
  padding: 9px 10px;
  border: 1px solid #ccd3df;
  border-radius: 8px;
  background: #fff;
}
.ngt-top3-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
  margin: 12px 0 26px;
}
.ngt-top3-card {
  border: 1px solid #d8deea;
  border-radius: 12px;
  padding: 14px;
  background: #f8fafc;
}
.ngt-top3-card h4 {
  margin: 0 0 10px;
}
.ngt-top3-table th,
.ngt-top3-table td {
  white-space: nowrap;
}

.ngt-section-separator{border:0;border-top:1px solid #e2e8f0;margin:30px 0 24px}
.ngt-final-rounds-public{display:grid;gap:18px;margin-top:12px}
.ngt-final-round-card{border:1px solid #d8deea;border-radius:12px;padding:14px;background:#fff}
.ngt-final-round-card h4{margin:0 0 6px;font-size:1.1rem}
.ngt-final-round-meta{margin:0 0 12px;color:#475569;font-size:.95rem}
.ngt-final-table th,.ngt-final-table td{white-space:nowrap}
.ngt-final-status-advanced{background:#dcfce7}
.ngt-final-status-eliminated{background:#fee2e2}
.ngt-final-status-reserve{background:#e0f2fe}
.ngt-final-status-withdrawn{background:#f3f4f6}

/* v0.6.12: Compact, readable Top-3 tables inside cards */
.ngt-top3-card .ngt-table-wrap {
  width: 100%;
  overflow-x: auto;
}
.ngt-top3-card .ngt-top3-table,
.ngt-top3-card table.ngt-top3-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}
.ngt-top3-card .ngt-top3-table th,
.ngt-top3-card .ngt-top3-table td {
  border: 1px solid #dcdcde;
  padding: 7px 8px;
  vertical-align: middle;
  white-space: nowrap;
}
.ngt-top3-card .ngt-top3-table th {
  background: #f6f7f7;
  font-weight: 700;
}
.ngt-top3-card .ngt-top3-table th:nth-child(1),
.ngt-top3-card .ngt-top3-table td:nth-child(1) { width: 52px; text-align: center; }
.ngt-top3-card .ngt-top3-table th:nth-child(2),
.ngt-top3-card .ngt-top3-table td:nth-child(2) { width: 26%; text-align: left; }
.ngt-top3-card .ngt-top3-table th:nth-child(3),
.ngt-top3-card .ngt-top3-table td:nth-child(3) { width: 20%; text-align: left; }
.ngt-top3-card .ngt-top3-table th:nth-child(n+4),
.ngt-top3-card .ngt-top3-table td:nth-child(n+4) { text-align: right; }
.ngt-top3-card .ngt-top3-table th:last-child,
.ngt-top3-card .ngt-top3-table td:last-child {
  width: 84px;
  font-weight: 700;
}


/* v0.6.14: Top-3 tables fit into two-column cards with wrapped HDC headers */
.ngt-top3-card .ngt-table-wrap {
  overflow-x: visible;
}
.ngt-top3-card .ngt-top3-table,
.ngt-top3-card table.ngt-top3-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
}
.ngt-top3-card .ngt-top3-table th,
.ngt-top3-card .ngt-top3-table td {
  padding: 7px 6px;
  font-size: 0.92em;
  line-height: 1.2;
}
.ngt-top3-card .ngt-top3-table th {
  white-space: normal;
  overflow-wrap: anywhere;
}
.ngt-top3-card .ngt-top3-table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ngt-top3-card .ngt-top3-table th:nth-child(1),
.ngt-top3-card .ngt-top3-table td:nth-child(1) { width: 46px; text-align: center; }
.ngt-top3-card .ngt-top3-table th:nth-child(2),
.ngt-top3-card .ngt-top3-table td:nth-child(2) { width: 28%; text-align: left; }
.ngt-top3-card .ngt-top3-table th:nth-child(3),
.ngt-top3-card .ngt-top3-table td:nth-child(3) { width: 21%; text-align: left; }
.ngt-top3-card .ngt-top3-table th:nth-child(4),
.ngt-top3-card .ngt-top3-table td:nth-child(4) { width: 12%; text-align: right; }
.ngt-top3-card .ngt-top3-table th:nth-child(5),
.ngt-top3-card .ngt-top3-table td:nth-child(5) { width: 12%; text-align: right; }
.ngt-top3-card .ngt-top3-table th:nth-child(6),
.ngt-top3-card .ngt-top3-table td:nth-child(6) { width: 13%; text-align: right; }
.ngt-top3-card .ngt-top3-table th:nth-child(7),
.ngt-top3-card .ngt-top3-table td:nth-child(7) { width: 13%; text-align: right; font-weight: 700; }
@media (max-width: 780px) {
  .ngt-top3-grid { grid-template-columns: 1fr; }
  .ngt-top3-card .ngt-table-wrap { overflow-x: auto; }
  .ngt-top3-card .ngt-top3-table { min-width: 560px; }
}


/* v0.6.15: Frontend Top-3 cards stacked full-width with readable tables */
.ngt-box .ngt-top3-grid,
.ngt-top3-grid {
  grid-template-columns: 1fr !important;
}
.ngt-box .ngt-top3-card {
  width: 100%;
  box-sizing: border-box;
}
.ngt-box .ngt-top3-card .ngt-table-wrap {
  overflow-x: auto !important;
}
.ngt-box .ngt-top3-card .ngt-top3-table,
.ngt-box .ngt-top3-card table.ngt-top3-table {
  width: 100%;
  min-width: 760px;
  table-layout: auto;
}
.ngt-box .ngt-top3-card .ngt-top3-table th,
.ngt-box .ngt-top3-card .ngt-top3-table td {
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
}
.ngt-box .ngt-top3-card .ngt-top3-table th:nth-child(1),
.ngt-box .ngt-top3-card .ngt-top3-table td:nth-child(1) { width: 70px; text-align: center; }
.ngt-box .ngt-top3-card .ngt-top3-table th:nth-child(2),
.ngt-box .ngt-top3-card .ngt-top3-table td:nth-child(2) { min-width: 190px; text-align: left; }
.ngt-box .ngt-top3-card .ngt-top3-table th:nth-child(3),
.ngt-box .ngt-top3-card .ngt-top3-table td:nth-child(3) { min-width: 150px; text-align: left; }
.ngt-box .ngt-top3-card .ngt-top3-table th:nth-child(n+4),
.ngt-box .ngt-top3-card .ngt-top3-table td:nth-child(n+4) { text-align: right; }
.ngt-box .ngt-top3-card .ngt-top3-table th:last-child,
.ngt-box .ngt-top3-card .ngt-top3-table td:last-child { font-weight: 700; }

/* v0.6.17: Best single games tabs */
.ngt-best-games-tabs{margin:12px 0 26px}
.ngt-best-games-tab-buttons{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px}
.ngt-best-games-tab-button{border:1px solid #cbd5e1;background:#f8fafc;border-radius:999px;padding:8px 14px;cursor:pointer;font-weight:700;color:#172554}
.ngt-best-games-tab-button.is-active{background:#172554;color:#fff;border-color:#172554}
.ngt-best-games-tab-panel{display:none;border:1px solid #d8deea;border-radius:12px;background:#fff;padding:14px;margin-bottom:16px}
.ngt-best-games-tab-panel.is-active{display:block}
.ngt-best-games-tab-panel h4{margin:12px 0 8px}
.ngt-best-games-tab-panel h4:first-child{margin-top:0}
.ngt-best-games-table{min-width:760px}
.ngt-best-games-table th,.ngt-best-games-table td{white-space:nowrap}
.ngt-best-games-table th:nth-child(1),.ngt-best-games-table td:nth-child(1){width:70px;text-align:center}
.ngt-best-games-table th:nth-child(n+5),.ngt-best-games-table td:nth-child(n+5){text-align:right}
.ngt-best-games-table th:last-child,.ngt-best-games-table td:last-child{font-weight:700}


/* v0.6.18: Best single games tables stacked with aligned compact columns */
.ngt-best-games-tab-panel .ngt-table-wrap {
  overflow-x: auto;
  margin-bottom: 18px;
}
.ngt-best-games-tab-panel .ngt-best-games-table,
.ngt-best-games-table {
  width: auto !important;
  min-width: 760px;
  table-layout: fixed;
  border-collapse: collapse;
}
.ngt-best-games-table th,
.ngt-best-games-table td {
  padding: 9px 10px;
  white-space: nowrap;
}
.ngt-best-games-table th:nth-child(1),
.ngt-best-games-table td:nth-child(1){width:70px;text-align:center;}
.ngt-best-games-table th:nth-child(2),
.ngt-best-games-table td:nth-child(2){width:230px;text-align:left;}
.ngt-best-games-table th:nth-child(3),
.ngt-best-games-table td:nth-child(3){width:200px;text-align:left;}
.ngt-best-games-table th:nth-child(4),
.ngt-best-games-table td:nth-child(4){width:170px;text-align:left;}
.ngt-best-games-table th:nth-child(5),
.ngt-best-games-table td:nth-child(5){width:80px;text-align:right;}
.ngt-best-games-table th:nth-child(6),
.ngt-best-games-table td:nth-child(6){width:100px;text-align:right;font-weight:700;}
.ngt-best-games-table th:nth-child(7),
.ngt-best-games-table td:nth-child(7){width:110px;text-align:right;}
.ngt-best-games-table th:nth-child(8),
.ngt-best-games-table td:nth-child(8){width:110px;text-align:right;font-weight:700;}

/* v0.6.22: Frontend-Ergebnisse und Squad-Teilnehmer */
.ngt-top3-grid.ngt-top3-grid-single {
    display: block;
}
.ngt-top3-grid.ngt-top3-grid-single .ngt-top3-card {
    width: 100%;
    margin-bottom: 16px;
}
.ngt-squad-participants {
    margin-top: 8px;
    font-size: 0.92em;
}
.ngt-squad-participants summary {
    cursor: pointer;
    font-weight: 600;
}
.ngt-squad-participants ul {
    margin: 8px 0 0 18px;
    padding: 0;
}

/* v0.6.23: Squad-Ergebnisse in "Alle Ergebnisse" aufklappbar */
.ngt-muted {
    opacity: 0.78;
    margin-top: -4px;
}
.ngt-squad-results-accordion {
    margin: 10px 0 22px;
}
.ngt-result-accordion {
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 8px;
    margin: 10px 0;
    background: rgba(255,255,255,.55);
    overflow: hidden;
}
.ngt-result-accordion summary {
    cursor: pointer;
    font-weight: 700;
    padding: 12px 14px;
    list-style-position: inside;
}
.ngt-result-accordion summary span {
    font-weight: 400;
    opacity: .72;
    margin-left: 6px;
}
.ngt-result-accordion .ngt-table-wrap {
    margin: 0;
    border-top: 1px solid rgba(0,0,0,.08);
}

/* v0.6.25: High-Low checkbox aligned in frontend registration form */
.ngt-form label.ngt-checkbox-label {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  font-weight: 700;
}
.ngt-form label.ngt-checkbox-label input[type="checkbox"] {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  flex: 0 0 auto;
}

/* v0.6.28: Breitere Squad-Karten und kompaktere Spielerlisten */
.ngt-squad-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 12px;
}
.ngt-squad-item {
  min-width: 0;
}
.ngt-squad-participants li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.55;
}
@media (max-width: 980px) {
  .ngt-squad-list { grid-template-columns: repeat(2, minmax(240px, 1fr)); }
}
@media (max-width: 640px) {
  .ngt-squad-list { grid-template-columns: 1fr; }
  .ngt-squad-participants li { white-space: normal; }
}

/* v0.6.60: Frontend-Anmeldung mit Mehrfach-Squad-Auswahl */
.ngt-field{display:grid;gap:6px;font-weight:600}
.ngt-field-label{font-weight:700;color:#0f172a}
.ngt-help{margin:6px 0 0;color:#475569;font-size:.95em;line-height:1.45;font-weight:400}
.ngt-squad-choice-list{display:grid;gap:8px;max-height:340px;overflow:auto;border:1px solid #cbd5e1;border-radius:8px;padding:10px;background:#fff}
.ngt-squad-choice{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start;gap:9px;margin:0!important;padding:8px;border-radius:7px;font-weight:500!important;line-height:1.35;background:#f8fafc;border:1px solid #eef2f7}
.ngt-squad-choice:hover{background:#f1f5f9}
.ngt-squad-choice input{width:auto!important;margin-top:2px;flex:0 0 auto}
.ngt-squad-choice input:disabled + span{opacity:.55;text-decoration:line-through}
@media (max-width:700px){.ngt-squad-choice-list{max-height:420px}.ngt-squad-choice{font-size:.95em}}

/* v0.7.1: DBU-Autofill in der Frontend-Anmeldung */
.ngt-dbu-lookup-result{
  margin: -4px 0 8px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  color: #334155;
  font-size: .95em;
  line-height: 1.45;
}
.ngt-dbu-lookup-result:empty{display:none}
.ngt-manual-dbu-fields{
  display: none;
  padding: 12px;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  background: #f8fafc;
}

/* v0.7.15: Öffentliche Qualifikation kompakt, scrollfähig und ausklappbar */
.ngt-public-qualification{
  display:block;
  width:100%;
  max-width:100%;
  box-sizing:border-box;
  border:1px solid #d8deea;
  border-radius:12px;
  background:#fff;
  margin:18px 0 26px;
  overflow:hidden;
}
.ngt-public-qualification > summary{
  cursor:pointer;
  padding:14px 16px;
  font-weight:800;
  font-size:1.15rem;
  color:#0f172a;
  background:#f8fafc;
  border-bottom:1px solid #e2e8f0;
  list-style-position:inside;
}
.ngt-public-qualification > summary span{vertical-align:middle}
.ngt-public-qualification > summary small{
  margin-left:8px;
  font-weight:600;
  font-size:.82rem;
  color:#64748b;
}
.ngt-public-qualification-body{
  padding:14px 16px 16px;
  max-width:100%;
  box-sizing:border-box;
}
.ngt-qualification-table-wrap{
  width:100%;
  max-width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  border:1px solid #e2e8f0;
  border-radius:10px;
  background:#fff;
}
.ngt-qualification-table{
  width:100%;
  min-width:1040px;
  table-layout:fixed;
  margin:0;
}
.ngt-qualification-table th,
.ngt-qualification-table td{
  padding:9px 10px;
  vertical-align:top;
  white-space:normal;
  overflow-wrap:anywhere;
  line-height:1.35;
}
.ngt-qualification-table th:nth-child(1),
.ngt-qualification-table td:nth-child(1){width:74px;text-align:center;font-weight:800;}
.ngt-qualification-table th:nth-child(2),
.ngt-qualification-table td:nth-child(2){width:190px;}
.ngt-qualification-table th:nth-child(3),
.ngt-qualification-table td:nth-child(3){width:180px;}
.ngt-qualification-table th:nth-child(4),
.ngt-qualification-table td:nth-child(4){width:82px;}
.ngt-qualification-table th:nth-child(5),
.ngt-qualification-table td:nth-child(5){width:140px;}
.ngt-qualification-table th:nth-child(6),
.ngt-qualification-table td:nth-child(6){width:300px;}
.ngt-qualification-table th:nth-child(7),
.ngt-qualification-table td:nth-child(7){width:140px;}
.ngt-qualification-table th:nth-child(8),
.ngt-qualification-table td:nth-child(8){width:112px;}
.ngt-qualification-table .ngt-status{display:inline-block;}
@media (max-width:700px){
  .ngt-public-qualification > summary{font-size:1rem;padding:12px;}
  .ngt-public-qualification-body{padding:12px;}
  .ngt-qualification-table{min-width:980px;}
}

/* v0.7.16: Ergebnisdaten in öffentlicher Qualifikation */
.ngt-qualification-table{min-width:1180px;}
.ngt-qualification-table th:nth-child(6),
.ngt-qualification-table td:nth-child(6){width:250px;}
.ngt-qualification-table th:nth-child(7),
.ngt-qualification-table td:nth-child(7){width:260px;}
.ngt-qualification-table th:nth-child(8),
.ngt-qualification-table td:nth-child(8){width:145px;}
.ngt-qual-result-details{margin-top:6px;}
.ngt-qual-result-details summary{cursor:pointer;font-size:.86rem;font-weight:700;color:#1d4ed8;}
.ngt-qual-result-details table{margin-top:6px;width:auto;min-width:360px;border-collapse:collapse;background:#fff;}
.ngt-qual-result-details th,
.ngt-qual-result-details td{border:1px solid #e2e8f0;padding:5px 7px;text-align:right;white-space:nowrap;font-size:.86rem;}
.ngt-qual-result-details th{background:#f8fafc;font-weight:800;}
@media (max-width:700px){
  .ngt-qualification-table{min-width:1120px;}
}

/* v0.7.17: Öffentliche Qualifikation als Spieler-Kacheln statt Breittabelle */
.ngt-qual-card-list{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
  margin-top:14px;
}
.ngt-qual-card{
  border:1px solid #dbe3ef;
  border-radius:12px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 1px 0 rgba(15,23,42,.03);
}
.ngt-qual-card-empty{background:#fbfcff;}
.ngt-qual-card-head{
  display:grid;
  grid-template-columns:92px minmax(220px, 1fr) minmax(160px, 220px);
  gap:14px;
  align-items:center;
  padding:14px 16px;
  background:#f8fafc;
  border-bottom:1px solid #e2e8f0;
}
.ngt-qual-place span,
.ngt-qual-target span,
.ngt-qual-meta span,
.ngt-qual-result-label{
  display:block;
  font-size:.78rem;
  line-height:1.2;
  font-weight:800;
  color:#64748b;
  text-transform:uppercase;
  letter-spacing:.02em;
  margin-bottom:3px;
}
.ngt-qual-place strong{
  display:inline-flex;
  width:44px;
  height:44px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#0f172a;
  color:#fff;
  font-size:1.1rem;
}
.ngt-qual-main h3{
  margin:0;
  font-size:1.05rem;
  line-height:1.25;
  color:#0f172a;
}
.ngt-qual-main p{
  margin:3px 0 0;
  color:#334155;
}
.ngt-qual-main small{color:#64748b;}
.ngt-qual-target strong{
  display:inline-block;
  padding:5px 10px;
  border-radius:999px;
  background:#eef2ff;
  color:#1e3a8a;
  font-size:.92rem;
}
.ngt-qual-meta{
  display:grid;
  grid-template-columns: minmax(160px, 1fr) minmax(220px, 2fr) minmax(80px, 140px);
  gap:12px;
  padding:12px 16px;
  border-bottom:1px solid #eef2f7;
}
.ngt-qual-meta strong{font-weight:700;color:#0f172a;}
.ngt-qual-result-block{
  padding:12px 16px 14px;
}
.ngt-qual-result-block > strong{
  font-size:1.05rem;
}
.ngt-qual-result-details{margin-top:8px;}
.ngt-qual-result-details table{
  display:block;
  width:100%;
  max-width:100%;
  overflow-x:auto;
  min-width:0;
}
.ngt-qual-result-details thead,
.ngt-qual-result-details tbody,
.ngt-qual-result-details tr{display:table;width:100%;table-layout:auto;}
@media (max-width:800px){
  .ngt-qual-card-head{grid-template-columns:72px 1fr;}
  .ngt-qual-target{grid-column:1 / -1;}
  .ngt-qual-meta{grid-template-columns:1fr;}
  .ngt-qual-place strong{width:38px;height:38px;font-size:1rem;}
}

/* v0.7.18: Quali-Karten kompakter: Header sichtbar, Details ausklappbar */
.ngt-qual-card{display:block;}
.ngt-qual-card > summary{
  list-style:none;
  cursor:pointer;
}
.ngt-qual-card > summary::-webkit-details-marker{display:none;}
.ngt-qual-card-head{
  grid-template-columns:92px minmax(180px, 1.5fr) minmax(180px, 1.2fr) minmax(170px, 1.4fr) minmax(150px, 190px);
}
.ngt-qual-card-head:after{
  content:'Details';
  justify-self:end;
  align-self:start;
  font-size:.8rem;
  font-weight:800;
  color:#1d4ed8;
  margin-top:2px;
}
.ngt-qual-card[open] > .ngt-qual-card-head:after{content:'Details ausblenden';}
.ngt-qual-summary-meta span,
.ngt-qual-summary-result span{
  display:block;
  font-size:.78rem;
  line-height:1.2;
  font-weight:800;
  color:#64748b;
  text-transform:uppercase;
  letter-spacing:.02em;
  margin-bottom:3px;
}
.ngt-qual-summary-meta strong,
.ngt-qual-summary-result strong{display:block;color:#0f172a;font-weight:800;}
.ngt-qual-summary-meta small{display:block;margin-top:3px;color:#64748b;line-height:1.25;}
.ngt-qual-summary-result strong{font-size:.95rem;line-height:1.25;}
.ngt-qual-card-body{border-top:1px solid #e2e8f0;background:#fff;}
.ngt-qual-card:not([open]) .ngt-qual-card-body{display:none;}
.ngt-qual-result-tablewrap{width:100%;max-width:100%;overflow-x:auto;margin-top:6px;}
.ngt-qual-result-details table{
  display:table;
  width:100%;
  min-width:760px;
  table-layout:fixed;
}
.ngt-qual-result-details thead,
.ngt-qual-result-details tbody,
.ngt-qual-result-details tr{display:table-row;width:auto;table-layout:auto;}
.ngt-qual-result-details th,
.ngt-qual-result-details td{vertical-align:middle;}
@media (max-width:1100px){
  .ngt-qual-card-head{grid-template-columns:72px minmax(180px,1fr) minmax(160px,1fr);}
  .ngt-qual-summary-result,.ngt-qual-target{grid-column:2 / -1;}
  .ngt-qual-card-head:after{grid-column:3;grid-row:1;}
}
@media (max-width:700px){
  .ngt-qual-card-head{grid-template-columns:64px 1fr;}
  .ngt-qual-summary-meta,.ngt-qual-summary-result,.ngt-qual-target{grid-column:1 / -1;}
  .ngt-qual-card-head:after{grid-column:2;grid-row:1;}
}

/* v0.7.19: Spielergebnis direkt in der geöffneten Quali-Kachel, nicht nochmal separat klappbar */
.ngt-qual-result-block .ngt-qual-result-tablewrap{
  margin-top:10px;
}
.ngt-qual-result-table{
  width:100%;
  min-width:0;
  border-collapse:collapse;
  table-layout:fixed;
  background:#fff;
}
.ngt-qual-result-table th,
.ngt-qual-result-table td{
  border:1px solid #e2e8f0;
  padding:8px 9px;
  text-align:right;
  white-space:nowrap;
  vertical-align:middle;
}
.ngt-qual-result-table th{
  background:#f8fafc;
  font-size:.82rem;
  font-weight:800;
  color:#0f172a;
}
.ngt-qual-result-table td{
  font-size:.88rem;
}
.ngt-qual-result-table-series th,
.ngt-qual-result-table-series td{
  width:9.09%;
}
.ngt-qual-result-table-highlow th,
.ngt-qual-result-table-highlow td{
  width:25%;
}
@media (max-width:700px){
  .ngt-qual-result-table{
    min-width:720px;
  }
}

/* v0.7.20: Ergebnisseite als geschlossene Akkordeon-Kacheln */
.ngt-public-section{
  display:block;
  width:100%;
  max-width:100%;
  box-sizing:border-box;
  border:1px solid #d8deea;
  border-radius:12px;
  background:#fff;
  margin:14px 0;
  overflow:hidden;
  box-shadow:0 1px 0 rgba(15,23,42,.03);
}
.ngt-public-section > summary{
  display:flex;
  align-items:center;
  gap:10px;
  cursor:pointer;
  padding:14px 16px;
  font-weight:800;
  font-size:1.08rem;
  color:#0f172a;
  background:linear-gradient(180deg,#f8fafc 0%,#f1f5f9 100%);
  list-style:none;
  border-bottom:0;
}
.ngt-public-section[open] > summary{
  border-bottom:1px solid #e2e8f0;
}
.ngt-public-section > summary::-webkit-details-marker{display:none;}
.ngt-public-section > summary:after{
  content:'▸';
  margin-left:auto;
  font-size:1rem;
  color:#64748b;
  transition:transform .15s ease;
}
.ngt-public-section[open] > summary:after{
  transform:rotate(90deg);
}
.ngt-public-section-icon{
  width:32px;
  height:32px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#eef2ff;
  font-size:1.05rem;
  flex:0 0 auto;
}
.ngt-public-section-title{line-height:1.25;}
.ngt-public-section > summary small{
  margin-left:4px;
  font-weight:600;
  font-size:.78rem;
  color:#64748b;
}
.ngt-public-section-body,
.ngt-public-qualification-body{
  padding:14px 16px 16px;
  max-width:100%;
  box-sizing:border-box;
}
.ngt-public-section-body > h3:first-child{margin-top:0;}
@media (max-width:700px){
  .ngt-public-section > summary{padding:12px;font-size:1rem;gap:8px;}
  .ngt-public-section-icon{width:28px;height:28px;font-size:.95rem;}
  .ngt-public-section > summary small{display:none;}
  .ngt-public-section-body,.ngt-public-qualification-body{padding:12px;}
}
