.basketball-replay { display: grid; gap: 20px; margin-top: 22px; }
.quarter-track { display: grid; gap: 10px; grid-template-columns: repeat(4,1fr); }
.quarter-track article { background: #111722; border: 1px solid #293346; border-radius: 12px; display: grid; gap: 5px; padding: 16px; }
.quarter-track small { color: #8e9bb0; }.quarter-track strong { font-size: 23px; }.quarter-track article>span{color:#748196;font-size:9px;font-weight:750}.basketball-live-period>span{color:#748196;font-size:7px;font-weight:750;white-space:nowrap}

.basketball-live-overview.live-match-feed { min-width:0; display:grid; grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr); gap:12px; padding:0; border:0; border-radius:0; background:transparent; overflow-anchor:none; }
.basketball-live-overview__feed,.basketball-live-overview__context > section { min-width:0; overflow:hidden; border:1px solid rgba(255,255,255,.07); border-radius:14px; background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(7,12,19,.34)); }
.basketball-live-overview__feed > header,.basketball-live-overview__context > section > header { min-height:54px; display:flex; align-items:center; justify-content:space-between; gap:12px; padding:10px 12px; border-bottom:1px solid rgba(255,255,255,.06); }
.basketball-live-overview header > div { display:grid; gap:2px; }
.basketball-live-overview header h3 { margin:0; font-size:15px; }
.basketball-live-overview header small { color:#e8612d; font-size:8px; font-weight:900; letter-spacing:.1em; }
.basketball-live-overview header > span { color:#8491a3; font-size:9px; font-weight:800; }
.basketball-live-context-tabs{display:flex;gap:4px;padding:3px;border:1px solid rgba(255,255,255,.08);border-radius:9px;background:rgba(4,8,13,.28)}.basketball-live-context-tabs button{min-height:30px;padding:5px 8px;border:0;border-radius:6px;background:transparent;color:#8190a3;cursor:pointer;font-size:8px;font-weight:900;white-space:nowrap}.basketball-live-context-tabs button[hidden]{display:none}.basketball-live-context-tabs button.is-active{background:linear-gradient(135deg,rgba(232,97,45,.22),rgba(232,97,45,.08));box-shadow:inset 0 0 0 1px rgba(232,97,45,.34);color:#ffb08d}.basketball-live-context-tabs button:focus-visible{outline:2px solid rgba(232,97,45,.7);outline-offset:2px}
.basketball-live-period-tabs { min-width:0; display:flex; gap:6px; padding:8px 10px; overflow-x:auto; border-bottom:1px solid rgba(255,255,255,.055); scrollbar-width:none; overscroll-behavior-inline:contain; }
.basketball-live-period-tabs::-webkit-scrollbar { display:none; }
.basketball-live-period-tabs[hidden] { display:none; }
.basketball-live-period-tabs button { min-height:34px; flex:0 0 auto; display:flex; align-items:center; gap:7px; padding:6px 10px; border:1px solid rgba(255,255,255,.08); border-radius:999px; background:rgba(255,255,255,.025); color:#9ca8b8; font:inherit; cursor:pointer; transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease; }
.basketball-live-period-tabs button:hover { border-color:rgba(232,97,45,.3); color:#dce3ec; transform:translateY(-1px); }
.basketball-live-period-tabs button:focus-visible { outline:2px solid rgba(232,97,45,.75); outline-offset:2px; }
.basketball-live-period-tabs button span { font-size:10px; font-weight:850; white-space:nowrap; }
.basketball-live-period-tabs button b { min-width:20px; padding:2px 5px; border-radius:999px; background:rgba(255,255,255,.065); color:#8190a3; font-size:8px; font-variant-numeric:tabular-nums; text-align:center; }
.basketball-live-period-tabs button.is-active { border-color:rgba(232,97,45,.42); background:linear-gradient(135deg,rgba(232,97,45,.2),rgba(232,97,45,.09)); color:#ffae8a; box-shadow:inset 0 0 0 1px rgba(232,97,45,.06); }
.basketball-live-period-tabs button.is-active b { background:rgba(232,97,45,.2); color:#ffc3a9; }
.basketball-live-overview__feed ol { max-height:430px; min-height:246px; display:grid; align-content:start; gap:7px; margin:0; padding:10px; overflow:auto; overflow-anchor:none; overscroll-behavior:contain; list-style:none; }
.basketball-live-overview__feed li { position:relative; min-width:0; display:grid; grid-template-columns:112px minmax(0,1fr); align-items:center; gap:10px; padding:9px 10px 9px 13px; border-radius:9px; background:rgba(255,255,255,.025); }
.basketball-live-overview__feed li.is-newly-revealed { overflow:hidden; animation:basketball-event-arrive .3s cubic-bezier(.2,.82,.3,1) var(--step-reveal-delay,0ms) both; }
.basketball-live-overview__feed li.is-newly-revealed::after { position:absolute; inset:-30% auto -30% -38%; width:28%; transform:skewX(-18deg); background:linear-gradient(90deg,transparent,rgba(115,170,220,.18),transparent); pointer-events:none; content:""; animation:basketball-event-sweep .38s ease-out var(--step-reveal-delay,0ms) both; }
.is-event-reveal-paused .basketball-live-overview__feed li.is-newly-revealed,
.is-event-reveal-paused .basketball-live-overview__feed li.is-newly-revealed::after,
.is-event-reveal-paused .basketball-live-overview__feed li.is-newly-revealed .basketball-live-event__step { animation-play-state:paused; }
.basketball-live-overview__feed li.is-possession-step { margin-left:5px; border-left:1px solid rgba(112,127,147,.2); border-radius:7px; background:rgba(255,255,255,.018); }
.basketball-live-overview__feed li.is-possession-step:not(.is-possession-first) { margin-top:-4px; }
.basketball-live-overview__feed li.is-possession-step.is-result { border-color:rgba(232,97,45,.16); background:linear-gradient(90deg,rgba(232,97,45,.07),rgba(255,255,255,.022)); }
.basketball-live-overview__feed li.is-own.is-newly-revealed::after { background:linear-gradient(90deg,transparent,rgba(240,111,61,.22),transparent); }
@keyframes basketball-event-arrive { 0% { opacity:0; transform:translateY(10px) scale(.988); } 62% { opacity:1; transform:translateY(-1px) scale(1); box-shadow:0 7px 20px rgba(0,0,0,.16); } 100% { opacity:1; transform:none; box-shadow:none; } }
@keyframes basketball-event-sweep { 0% { opacity:0; transform:translateX(0) skewX(-18deg); } 22% { opacity:1; } 100% { opacity:0; transform:translateX(560%) skewX(-18deg); } }
@media(prefers-reduced-motion:reduce) { .basketball-live-overview__feed li.is-newly-revealed,.basketball-live-overview__feed li.is-newly-revealed::after,.basketball-live-overview__feed li.is-newly-revealed .basketball-live-event__step { animation:none; } }
.basketball-live-overview__feed li::before { position:absolute; inset:7px auto 7px 0; width:3px; border-radius:99px; background:#4c7ba7; content:""; }
.basketball-live-overview__feed li.is-own::before { background:#e8612d; }
.basketball-live-overview__feed li > span { display:grid; gap:3px; }
.basketball-live-overview__feed time { color:#aab5c4; font-size:9px; font-weight:800; }
.basketball-live-overview__feed li > span b { color:#86a9cc; font-size:9px; }
.basketball-live-overview__feed li.is-own > span b { color:#f39a75; }
.basketball-live-event__content { min-width:0; display:grid; gap:6px; }
.basketball-live-event__content > strong { min-width:0; font-size:11px; line-height:1.45; }
.basketball-live-event__context { width:max-content; max-width:100%; overflow:hidden; color:#7f8b9b; font-size:9px; font-weight:800; line-height:1.35; text-overflow:ellipsis; white-space:nowrap; }
.basketball-live-event__command-feedback { min-width:0; display:flex; align-items:center; flex-wrap:wrap; gap:4px; }
.basketball-live-event__command-feedback > b { margin-right:2px; color:#e99a72; font-size:9px; font-weight:900; white-space:nowrap; }
.basketball-live-event__command-feedback > span { max-width:100%; padding:3px 7px; border:1px solid rgba(232,97,45,.3); border-radius:999px; background:rgba(232,97,45,.1); color:#ffc2a4; font-size:9px; font-weight:800; line-height:1.25; }
.basketball-live-event__step { position:relative; min-width:0; color:#aeb8c5; font-size:11px; font-weight:720; line-height:1.45; }
.basketball-live-event__step.is-defense { color:#9eacbc; }
.basketball-live-event__step.is-result { color:#e8edf3; font-size:12px; font-weight:900; }
.basketball-live-overview__feed li.is-neutral { border-color:rgba(232,97,45,.28); background:linear-gradient(135deg,rgba(232,97,45,.11),rgba(255,255,255,.025)); }
.basketball-live-event__tipoff,.basketball-live-event__starter-line { display:block; }
.basketball-live-event__tipoff { margin-bottom:4px; color:#ffd3bf; font-size:12px; }
.basketball-live-event__starter-line + .basketball-live-event__starter-line { margin-top:2px; }
.basketball-live-event__starter-line > b { color:#dbe3ed; }
.basketball-live-event__player { display:inline; margin:0; padding:0; border:0; border-bottom:1px solid rgba(232,97,45,.38); border-radius:0; background:transparent; color:#ffc0a3; font:inherit; font-weight:900; line-height:inherit; cursor:pointer; }
.basketball-live-event__position { display:inline-block; margin-left:3px; padding:1px 3px; border-radius:4px; background:rgba(255,255,255,.07); color:currentColor; font-size:.72em; font-weight:900; line-height:1.15; opacity:.72; vertical-align:.08em; white-space:nowrap; }
.basketball-live-event__player:hover { border-bottom-color:#ff9368; color:#fff; }
.basketball-live-event__player:focus-visible { border-radius:3px; outline:2px solid rgba(232,97,45,.68); outline-offset:2px; }
.basketball-live-overview__feed .basketball-live-event__player.is-own-player { border-bottom-color:rgba(232,97,45,.48); color:#ffb08d; }
.basketball-live-overview__feed .basketball-live-event__player.is-opponent-player { border-bottom-color:rgba(154,169,186,.36); color:#aeb9c8; }
.basketball-live-overview__feed .basketball-live-event__player.is-own-player:hover { border-bottom-color:#ff9368; color:#ffe1d3; }
.basketball-live-overview__feed .basketball-live-event__player.is-opponent-player:hover { border-bottom-color:#c7d1dc; color:#f1f4f7; }
.basketball-live-event__impact { min-width:0; display:grid; gap:4px; }
.basketball-live-event__impact-group { min-width:0; display:flex; align-items:center; flex-wrap:wrap; gap:4px; }
.basketball-live-event__impact-group > b { min-width:42px; color:#8e9bad; font-size:9px; font-weight:850; margin-right:2px; white-space:nowrap; }
.basketball-live-event__impact-group.is-own > b { color:#d7a088; }
.basketball-live-event__impact-group.is-opponent > b { color:#91abc2; }
.basketball-live-event__impact-group > span { max-width:100%; padding:3px 6px; border:1px solid rgba(255,255,255,.08); border-radius:999px; background:rgba(255,255,255,.045); color:#aeb9c8; font-size:9px; font-weight:850; line-height:1.2; white-space:nowrap; font-variant-numeric:tabular-nums; }
.basketball-live-event__impact-group > .is-score { border-color:rgba(232,97,45,.34); background:rgba(232,97,45,.13); color:#ffad88; }
.basketball-live-event__impact-group > .is-positive { border-color:rgba(92,177,126,.27); background:rgba(92,177,126,.1); color:#9bd5b2; }
.basketball-live-event__impact-group > .is-defense { border-color:rgba(76,137,194,.34); background:rgba(76,137,194,.12); color:#a8ccec; }
.basketball-live-event__impact-group > .is-warning { border-color:rgba(216,112,94,.3); background:rgba(216,112,94,.1); color:#efa89c; }
.basketball-live-event__impact-group > .is-total { border-color:rgba(255,255,255,.1); background:rgba(8,13,21,.42); color:#d8e0eb; }
.basketball-live-event__milestones { display:flex; flex-wrap:wrap; gap:5px; margin-top:2px; }
.basketball-live-event__milestones > span { padding:5px 8px; border:1px solid rgba(231,177,79,.34); border-radius:8px; background:linear-gradient(135deg,rgba(231,177,79,.16),rgba(232,97,45,.08)); color:#f2d398; font-size:10px; font-weight:850; line-height:1.35; }
.basketball-live-event__milestones > .is-warning { border-color:rgba(216,112,94,.3); background:rgba(216,112,94,.1); color:#efa89c; }
.basketball-live-overview__context { min-width:0; display:grid; align-content:start; gap:12px; }
.basketball-live-periods > div { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:6px; padding:10px; }
.basketball-live-period { min-width:0; display:grid; justify-items:center; gap:4px; padding:8px 4px; border-radius:8px; background:rgba(255,255,255,.03); }
.basketball-live-period small { color:#8491a3; font-size:8px; white-space:nowrap; }
.basketball-live-period strong { font-size:13px; font-variant-numeric:tabular-nums; }
.basketball-live-periods p,.basketball-live-lineups p { margin:0; padding:14px; color:#8491a3; font-size:10px; }
.basketball-live-lineups > div { display:grid; gap:9px; padding:10px; }
.basketball-live-lineup-tabs { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:6px; }
.basketball-live-lineup-tabs button { min-width:0; min-height:42px; display:grid; align-content:center; gap:2px; padding:7px 9px; border:1px solid rgba(255,255,255,.08); border-radius:9px; background:rgba(255,255,255,.025); color:#8996a7; cursor:pointer; text-align:left; }
.basketball-live-lineup-tabs button strong { color:inherit; font-size:10px; }
.basketball-live-lineup-tabs button small { overflow:hidden; color:#718096; font-size:8px; text-overflow:ellipsis; white-space:nowrap; }
.basketball-live-lineup-tabs button[aria-selected="true"] { border-color:rgba(232,97,45,.42); background:linear-gradient(135deg,rgba(232,97,45,.18),rgba(232,97,45,.07)); color:#ffb08d; }
.basketball-live-lineup-tabs button[aria-selected="true"] small { color:#c58e77; }
.basketball-live-lineup-tabs button:focus-visible { outline:2px solid rgba(232,97,45,.72); outline-offset:2px; }
.basketball-live-lineups > div > section { min-width:0; display:grid; gap:7px; }
.basketball-live-lineups > div > section > header { display:flex; align-items:center; justify-content:space-between; gap:8px; }
.basketball-live-lineups > div > section > header span { padding:3px 6px; border-radius:99px; background:rgba(76,123,167,.13); color:#9dc0df; font-size:8px; font-weight:900; }
.basketball-live-lineups > div > section.is-home > header span { background:rgba(232,97,45,.13); color:#f2a383; }
.basketball-live-lineups > div > section > header strong { min-width:0; overflow:hidden; font-size:10px; text-overflow:ellipsis; white-space:nowrap; }
.basketball-live-lineups > div > section > div { display:grid; gap:5px; }
.basketball-live-lineups .basketball-live-lineup-player { grid-template-columns:36px minmax(0,1fr) 32px; min-height:66px; padding:7px; }
.basketball-live-lineups .basketball-live-lineup-player > span:first-child { border-radius:8px; height:36px; width:36px; }
.basketball-live-lineups .basketball-live-lineup-player strong { font-size:10px; }
.basketball-live-lineups .basketball-live-lineup-player small { font-size:8px; }
.basketball-live-lineups .basketball-live-lineup-player > b { height:29px; min-width:29px; font-size:11px; }
.basketball-live-lineup-player__state { display:flex; flex-wrap:wrap; gap:4px; margin-top:2px; }
.basketball-live-lineup-player__state > i { padding:3px 6px; border:1px solid rgba(255,255,255,.08); border-radius:999px; background:rgba(255,255,255,.035); color:#aab5c4; font-size:8px; font-style:normal; font-weight:850; line-height:1.15; white-space:nowrap; }
.basketball-live-lineup-player__state > i[data-energy="fresh"] { border-color:rgba(74,171,118,.28); background:rgba(74,171,118,.09); color:#93d8b2; }
.basketball-live-lineup-player__state > i[data-energy="tired"] { border-color:rgba(218,164,75,.28); background:rgba(218,164,75,.09); color:#e6bf7b; }
.basketball-live-lineup-player__state > i[data-energy="critical"] { border-color:rgba(218,94,83,.3); background:rgba(218,94,83,.1); color:#ee9a91; }
.basketball-live-lineup-player__state > i[data-performance="elite"],.basketball-live-lineup-player__state > i[data-performance="carry"] { border-color:rgba(232,97,45,.34); background:rgba(232,97,45,.12); color:#ffad86; }
.basketball-live-lineup-player__state > i[data-performance="positive"] { border-color:rgba(74,171,118,.28); background:rgba(74,171,118,.09); color:#93d8b2; }
.basketball-live-lineup-player__state > i[data-performance="low"],.basketball-live-lineup-player__state > i[data-performance="struggling"],.basketball-live-lineup-player__state > i[data-performance="critical"] { border-color:rgba(218,94,83,.28); background:rgba(218,94,83,.09); color:#eaa099; }
.basketball-live-matchup-summary>header{align-items:center;display:flex;gap:8px;justify-content:space-between}.basketball-live-matchup-summary>header>span{color:#8997a9;font-size:9px;font-weight:850}.basketball-live-matchup-summary>header>button{min-height:32px;padding:5px 8px;border:1px solid rgba(232,97,45,.3);border-radius:7px;background:rgba(232,97,45,.09);color:#efa17d;cursor:pointer;font-size:8px;font-weight:900}.basketball-live-matchup-summary>[data-live-matchup-summary-list]{display:grid;gap:6px}.basketball-live-matchup-relation{align-items:center;display:grid;gap:5px;grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr);min-width:0;padding:6px;border:1px solid rgba(255,255,255,.065);border-radius:10px;background:rgba(5,10,17,.35)}.basketball-live-matchup-relation .basketball-mini-player{grid-template-columns:30px minmax(0,1fr);gap:6px;min-height:52px;padding:5px}.basketball-live-matchup-relation .basketball-mini-player>span:first-child{height:30px;width:30px;border-radius:7px}.basketball-live-matchup-relation .basketball-mini-player>b{display:none}.basketball-live-matchup-relation .basketball-mini-player strong{font-size:9px}.basketball-live-matchup-relation .basketball-mini-player small{font-size:7px}.basketball-live-matchup-relation .basketball-mini-player__metrics{gap:2px}.basketball-live-matchup-relation .basketball-mini-player__metrics>i{gap:2px;padding:2px 4px}.basketball-live-matchup-relation .basketball-mini-player__metrics>i>small{font-size:6px}.basketball-live-matchup-relation .basketball-mini-player__metrics>i>b{font-size:8px}.basketball-live-matchup-relation__arrow{display:grid;gap:1px;justify-items:center;color:#e99974}.basketball-live-matchup-relation__arrow i{font-size:12px;font-style:normal}.basketball-live-matchup-relation__arrow small{color:#748296;font-size:6px;font-weight:900}.basketball-live-matchup-summary>p{padding:8px!important}
@media(min-width:901px) {
  .basketball-live-overview.live-match-feed > .basketball-live-overview__feed {
    contain:size;
    display:grid;
    grid-template-rows:auto auto minmax(0,1fr);
    min-height:0;
  }
  .basketball-live-overview.live-match-feed > .basketball-live-overview__feed > ol {
    height:100%;
    min-height:0;
    max-height:none;
  }
}
@media(max-width:900px) { .basketball-live-overview.live-match-feed { grid-template-columns:minmax(0,1fr); }.basketball-live-overview__context { grid-template-columns:repeat(2,minmax(0,1fr)); }.basketball-live-overview__feed ol { min-height:210px; max-height:330px; } }
@media(max-width:620px) { .basketball-live-overview__context { grid-template-columns:1fr; }.basketball-live-period-tabs { padding:8px; }.basketball-live-period-tabs button { min-height:44px; padding:7px 12px; }.basketball-live-overview__feed li { grid-template-columns:72px minmax(0,1fr); align-items:start; gap:7px; }.basketball-live-overview__feed li.is-possession-step { margin-left:2px; }.basketball-live-event__impact-group > span { white-space:normal; }.basketball-live-overview__feed ol { min-height:190px; max-height:290px; }.basketball-live-periods > div { display:flex; overflow-x:auto; }.basketball-live-period { flex:0 0 62px; } }
@media(max-width:620px){.basketball-live-context-tabs button{min-height:36px;padding-inline:9px}.basketball-live-matchup-relation{grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr)}.basketball-live-matchup-relation .basketball-mini-player{min-height:58px}}
.basketball-live-matchup-target-name{cursor:pointer}.basketball-live-matchup-target-name:hover{color:#f2a06f}
@media(max-width:760px){
  .live-match-console:is([data-match-view="running"],[data-match-view="paused"])[data-pause-view="events"] .basketball-live-overview__feed ol{height:clamp(320px,52dvh,500px);max-height:none;min-height:0}
  .live-match-console:is([data-match-view="running"],[data-match-view="paused"])[data-pause-view="events"] .basketball-live-overview__context{margin-top:2px}
}
