/* TennisFinalsPro — publiczny status meczu LIVE */
#matches .league-match-card.tfp-match-is-live,
#matches .league-match-card.tfp-match-is-live-finished {
  position: relative;
  border-color: rgba(13, 180, 159, .65) !important;
  background: linear-gradient(145deg, #ffffff 0%, #f0fffb 58%, #e7fbff 100%) !important;
  box-shadow: 0 10px 26px rgba(13, 148, 136, .14), inset 0 3px 0 #15c9aa !important;
}
#matches .league-match-card.tfp-match-is-live-finished {
  border-color: rgba(245, 158, 11, .55) !important;
  background: linear-gradient(145deg, #fff 0%, #fffaf0 100%) !important;
  box-shadow: 0 10px 26px rgba(245, 158, 11, .12), inset 0 3px 0 #f59e0b !important;
}
#matches .league-match-card[data-live="1"] .league-badge.pending { display:none !important; }
.tfp-match-live-badge { display:inline-flex;align-items:center;gap:6px;min-height:25px;padding:0 9px;border-radius:999px;color:#fff;background:linear-gradient(135deg,#059669,#0d9488 58%,#0891b2);box-shadow:0 5px 14px rgba(13,148,136,.22);font-size:9px;font-weight:1000;letter-spacing:.04em;white-space:nowrap; }
.tfp-match-is-live-finished .tfp-match-live-badge { background:linear-gradient(135deg,#f59e0b,#f97316); }
.tfp-match-live-dot,.tfp-live-filter-dot,.tfp-table-live-chip i { width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.18);animation:tfpLivePulse 1.25s ease-in-out infinite;flex:0 0 auto; }
@keyframes tfpLivePulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.45;transform:scale(.72)} }
.tfp-live-scoreboard { margin:9px 0 3px;padding:8px;border:1px solid rgba(13,148,136,.17);border-radius:12px;background:rgba(255,255,255,.9);box-shadow:0 5px 16px rgba(15,23,42,.055); }
.tfp-live-scoreboard__head { display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 2px 6px; }
.tfp-live-scoreboard__head span { display:inline-flex;align-items:center;gap:6px;color:#087f72;font-size:9px;font-weight:950; }
.tfp-live-scoreboard__head span i { width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 0 4px rgba(16,185,129,.12); }
.tfp-live-scoreboard__head b { color:#64748b;font-size:8px;font-weight:900; }
.tfp-live-scoreboard__labels,.tfp-live-scoreboard__row { display:grid;grid-template-columns:minmax(0,1fr) 42px 42px 48px;align-items:center;gap:4px; }
.tfp-live-scoreboard__labels { padding:0 4px 3px;color:#94a3b8;font-size:7px;font-weight:950;text-align:center; }
.tfp-live-scoreboard__row { min-height:31px;padding:3px 4px;border-top:1px solid #edf4f4; }
.tfp-live-scoreboard__row.is-serving { background:linear-gradient(90deg,rgba(190,242,100,.12),transparent); }
.tfp-live-scoreboard__player { min-width:0;display:flex;align-items:center;gap:5px; }
.tfp-live-scoreboard__player strong { overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#0f172a;font-size:9px;font-weight:950; }
.tfp-live-scoreboard__player em { font-style:normal;font-size:15px;line-height:1;filter:drop-shadow(0 2px 3px rgba(101,163,13,.18)); }
.tfp-live-scoreboard__row > b { display:flex;align-items:center;justify-content:center;min-height:24px;border-radius:7px;background:#f1f7f7;color:#0f3d48;font-size:10px;font-weight:1000; }
.tfp-live-scoreboard__row > b:last-child { color:#047857;background:#ecfdf5; }
.tfp-live-filter-tab { color:#047857 !important;border-color:#a7f3d0 !important;background:#ecfdf5 !important; }
.tfp-live-filter-tab.active { color:#fff !important;background:linear-gradient(135deg,#10b981,#0891b2) !important; }
.tfp-live-filter-dot { background:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,.13); }
.tfp-live-filter-tab.active .tfp-live-filter-dot { background:#fff; }
#table .tfp-table-player-live td { background:linear-gradient(90deg,rgba(16,185,129,.065),rgba(6,182,212,.035)) !important; }
#table .tfp-table-player-live td:first-child { box-shadow:inset 3px 0 0 #10b981; }
.tfp-table-live-chip { display:inline-flex;align-items:center;gap:5px;margin-top:4px;min-height:20px;padding:0 7px;border:1px solid #a7f3d0;border-radius:999px;color:#047857;background:#ecfdf5;font-size:7.5px;font-weight:900;white-space:nowrap; }
.tfp-table-live-chip i { width:6px;height:6px;background:#10b981;box-shadow:none; }
.tfp-table-live-chip b { font-weight:1000; }
.tfp-table-live-chip span { color:#0f766e; }
@media (max-width:768px) {
  .tfp-match-live-badge{min-height:23px;padding:0 8px;font-size:8px}
  .tfp-live-scoreboard{margin:7px 0 2px;padding:6px;border-radius:10px}
  .tfp-live-scoreboard__labels,.tfp-live-scoreboard__row{grid-template-columns:minmax(0,1fr) 34px 34px 40px;gap:3px}
  .tfp-live-scoreboard__row{min-height:29px}
  .tfp-live-scoreboard__player strong{font-size:8.5px}
  .tfp-live-scoreboard__player em{font-size:14px}
  .tfp-live-scoreboard__row>b{min-height:22px;font-size:9px}
  .tfp-table-live-chip{font-size:7px;padding:0 6px}
}
@media (prefers-reduced-motion:reduce) { .tfp-match-live-dot,.tfp-live-filter-dot,.tfp-table-live-chip i{animation:none} }
