/* ===== Grundlayout ===== */
.tcz-card{border:1px solid #dfe6dd;border-radius:12px;padding:16px;margin:10px auto;max-width:980px;background:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
.tcz-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}
.tcz-head-right{display:flex;gap:10px;align-items:center;font-size:13px;opacity:.9}
.tcz-live-badge{padding:2px 8px;border-radius:999px;background:#999;color:#fff}
.tcz-live-badge.live-active{background:#2a7313;animation:tcz-pulse 1.6s infinite}
@keyframes tcz-pulse{0%{filter:brightness(1)}50%{filter:brightness(1.25)}100%{filter:brightness(1)}}

.tcz-names{display:flex;justify-content:space-between;font-weight:700;font-size:22px;margin:8px 2px 6px}
.tcz-status{font-weight:600}

/* Tabelle */
.tcz table{width:100%;border-collapse:collapse;table-layout:fixed}
.tcz th,.tcz td{border:1px solid #e7eee4;padding:9px 8px;text-align:center}
.tcz thead th:first-child,.tcz td:first-child{text-align:left;width:34%}
.tcz .tcz-ball{display:inline-block;width:12px;height:12px;border-radius:50%;background:#2a7313;margin-right:6px;opacity:0;vertical-align:middle}
.tcz .tcz-name{vertical-align:middle}

/* Control-UI */
.tcz-control .tcz-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin:10px 0}
.tcz-control .tcz-col{flex:1}
.tcz-control .tcz-col.right{text-align:right}
.tcz-control input[type="text"]{padding:8px 10px;border:1px solid #dcdcdc;border-radius:8px}
.tcz-control select{padding:8px;border:1px solid #dcdcdc;border-radius:8px}
.tcz-control button{padding:8px 12px;border-radius:10px;border:1px solid #2a7313;background:#2a7313;color:#fff;cursor:pointer}
.tcz-control .tcz-actions button{background:#fff;color:#333;border-color:#bbb}
.tcz-control .tcz-side-title{font-weight:700;margin-bottom:6px}

/* Mobile Vollbreite (Best-of-3 -> 3 Set-Spalten) */
@media (max-width: 430px){
  .tcz-card{padding:12px}
  .tcz-names{font-size:18px}
  .tcz th,.tcz td{padding:6px 4px;font-size:13px}
  .tcz thead th:first-child,.tcz td:first-child{width:38%}
}
