.lst-wrap{display:flex;align-items:stretch;width:100%;min-height:92px;background:#0d0f12;color:#fff;font-family:Arial,sans-serif;overflow:hidden;box-sizing:border-box;border-radius:10px;box-shadow:0 5px 18px rgba(0,0,0,.12)}.lst-label{display:flex;align-items:center;gap:8px;padding:0 18px;background:#f2c500;color:#111;font-weight:900;font-size:12px;letter-spacing:.04em;white-space:nowrap;z-index:3}.lst-dot{width:8px;height:8px;border-radius:50%;background:#d50000;box-shadow:0 0 0 0 rgba(213,0,0,.55);animation:lstPulse 1.7s infinite}@keyframes lstPulse{0%{box-shadow:0 0 0 0 rgba(213,0,0,.55)}70%{box-shadow:0 0 0 7px rgba(213,0,0,0)}100%{box-shadow:0 0 0 0 rgba(213,0,0,0)}}.lst-viewport{overflow-x:auto;overflow-y:hidden;flex:1;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;touch-action:pan-x}.lst-viewport::-webkit-scrollbar{display:none}.lst-track{display:flex;align-items:stretch;min-width:max-content;height:100%;gap:8px;padding:7px 8px;box-sizing:border-box}.lst-game-link{color:inherit;text-decoration:none;display:flex}.lst-game{display:flex;flex-direction:column;justify-content:center;padding:9px 16px;background:#171a1f;border:1px solid #292d33;border-radius:9px;min-width:420px;box-sizing:border-box;transition:transform .2s,border-color .2s,background .2s}.lst-game-link:hover .lst-game{transform:translateY(-1px);border-color:#4a4f57;background:#1b1f25}.lst-meta{font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:#aeb4bd;margin-bottom:6px}.lst-main{display:flex;align-items:center;gap:10px;white-space:nowrap}.lst-team{display:flex;align-items:center;gap:7px;font-size:13px;min-width:0}.lst-team b{overflow:hidden;text-overflow:ellipsis;max-width:125px}.lst-logo{width:30px;height:30px;object-fit:contain;flex:0 0 auto}.lst-score{font-size:22px;line-height:1;color:#f2c500;padding:0 4px;letter-spacing:.02em}.lst-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:7px;gap:12px}.lst-state{font-size:9px;font-weight:900;padding:4px 7px;border-radius:999px;background:#333;color:#fff;letter-spacing:.04em}.lst-state.is-live{background:#b90000}.lst-state.is-live i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#fff;margin-right:5px;animation:lstBlink 1.2s infinite}@keyframes lstBlink{50%{opacity:.3}}.lst-state.is-ht{background:#8a6500}.lst-state.is-ft{background:#3a3f46}.lst-updated{font-size:9px;color:#777f89}.lst-empty{padding:28px;color:#aaa}.lst-nav{align-self:center;width:34px;height:34px;min-width:34px;border:1px solid #34383f;border-radius:50%;background:#181b20;color:#fff;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:3;padding:0;margin:0 7px;transition:background .2s,color .2s,border-color .2s}.lst-nav:hover,.lst-nav:focus{background:#f2c500;color:#111;border-color:#f2c500;outline:none}@media(max-width:700px){.lst-wrap{min-height:88px;border-radius:7px}.lst-label{padding:0 9px;font-size:9px}.lst-label span:last-child{writing-mode:vertical-rl;transform:rotate(180deg)}.lst-track{gap:6px;padding:6px}.lst-game{min-width:315px;padding:8px 11px}.lst-team{font-size:11px}.lst-team b{max-width:88px}.lst-logo{width:25px;height:25px}.lst-score{font-size:19px}.lst-meta{font-size:8px}.lst-nav{width:29px;height:29px;min-width:29px;font-size:20px;margin:0 4px}.lst-updated{font-size:8px}}


/* v1.2.1 score-card layout */
.lst-game{
  min-width:360px;
}
.lst-center-status{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  margin:7px 0 11px;
  text-align:center;
}
.lst-center-status .lst-updated{
  font-size:11px;
  opacity:.68;
  white-space:nowrap;
}
.lst-main{
  display:grid !important;
  grid-template-columns:minmax(105px,1fr) auto minmax(105px,1fr);
  align-items:start !important;
  gap:14px;
}
.lst-team{
  min-width:0;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:7px !important;
  text-align:center;
}
.lst-away{
  flex-direction:column !important;
}
.lst-logo-wrap{
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.lst-logo-wrap img,
.lst-team img{
  display:block;
  max-width:54px !important;
  max-height:54px !important;
  width:auto !important;
  height:auto !important;
  object-fit:contain;
}
.lst-team-name{
  display:block !important;
  width:100%;
  font-size:13px;
  line-height:1.18;
  font-weight:800;
  text-align:center;
  overflow-wrap:anywhere;
  word-break:normal;
}
.lst-score{
  align-self:center;
  min-width:76px;
  text-align:center;
  font-size:29px !important;
  line-height:1;
  white-space:nowrap;
}
.lst-bottom{
  display:none !important;
}
@media (max-width:520px){
  .lst-game{min-width:300px}
  .lst-main{grid-template-columns:minmax(88px,1fr) auto minmax(88px,1fr);gap:8px}
  .lst-team-name{font-size:12px}
  .lst-score{font-size:25px !important;min-width:62px}
  .lst-logo-wrap{height:50px}
  .lst-logo-wrap img,.lst-team img{max-width:47px !important;max-height:47px !important}
  .lst-center-status{gap:6px;margin-bottom:9px}
  .lst-center-status .lst-updated{width:100%}
}


/* v2.0 Live Center: standings + results */
.lst-live-panel{background:#111318;color:#f7f7f8;border:1px solid rgba(255,255,255,.09);border-radius:18px;overflow:hidden;box-shadow:0 12px 34px rgba(0,0,0,.16);font-family:inherit}
.lst-panel-head{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 22px;background:linear-gradient(135deg,#171a20,#0f1115);border-bottom:1px solid rgba(255,255,255,.08)}
.lst-panel-kicker{font-size:11px;letter-spacing:.11em;text-transform:uppercase;opacity:.62}
.lst-panel-head h3{margin:2px 0 2px!important;color:inherit;font-size:21px!important;line-height:1.15}
.lst-panel-head strong{font-size:12px;letter-spacing:.12em}
.lst-panel-live{display:flex;flex-direction:column;align-items:flex-end;gap:7px;text-align:right}
.lst-panel-live small{font-size:11px;opacity:.6;white-space:nowrap}
.lst-table-scroll{overflow-x:auto}
.lst-standings-table{width:100%;border-collapse:collapse!important;margin:0!important;color:inherit;background:transparent!important;font-size:13px}
.lst-standings-table th,.lst-standings-table td{padding:11px 10px!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.07)!important;text-align:center;background:transparent!important;color:inherit!important}
.lst-standings-table th{font-size:10px;letter-spacing:.08em;opacity:.58;font-weight:800}
.lst-standings-table .lst-club-col,.lst-standings-table .lst-club{text-align:left}
.lst-standings-table .lst-club{display:flex;align-items:center;gap:9px;min-width:190px;font-weight:750}
.lst-standings-table .lst-club img{width:28px!important;height:28px!important;object-fit:contain;flex:0 0 28px}
.lst-pos{font-weight:800;opacity:.72}.lst-points{font-size:16px;font-weight:900}
.lst-standings-table tr.is-live-row td{background:rgba(220,38,38,.055)!important}
.lst-mini-live{display:inline-flex;align-items:center;gap:4px;font-size:9px;font-weight:900;letter-spacing:.06em;color:#ff5a5f;margin-left:auto}
.lst-mini-live i,.lst-result-state.is-live i{width:6px;height:6px;border-radius:50%;background:#ef3340;box-shadow:0 0 0 0 rgba(239,51,64,.7);animation:lstPulse 1.5s infinite}
.lst-round-tabs{display:flex;gap:8px;overflow-x:auto;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.07);scrollbar-width:thin}
.lst-round-btn{border:1px solid rgba(255,255,255,.12);background:#1a1d23;color:#fff;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:750;white-space:nowrap;cursor:pointer}
.lst-round-btn.active{background:#fff;color:#111318}
.lst-results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;padding:14px}
.lst-result-card{background:#171a20;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:13px}
.lst-result-state{min-height:20px;display:flex;justify-content:center;align-items:center;gap:6px;font-size:10px;font-weight:900;letter-spacing:.07em;opacity:.7;margin-bottom:10px}
.lst-result-state.is-live{color:#ff5a5f;opacity:1}
.lst-result-main{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px}
.lst-result-main>strong{font-size:23px;white-space:nowrap}
.lst-result-team{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;min-width:0}
.lst-result-team img{width:42px!important;height:42px!important;object-fit:contain}
.lst-result-team b{font-size:12px;line-height:1.15}
@media(max-width:600px){
 .lst-panel-head{padding:16px;align-items:flex-start}.lst-panel-head h3{font-size:18px!important}
 .lst-panel-live small{white-space:normal}.lst-standings-table th,.lst-standings-table td{padding:9px 7px!important}
 .lst-standings-table{font-size:12px}.lst-standings-table .lst-club{min-width:155px}
 .lst-results-grid{grid-template-columns:1fr;padding:10px}
}
