.pulse [hidden]{display:none!important}.pulse{--bc-ground:#f6f6f4;--bc-surface:#fff;--bc-surface-2:#efeeeb;--bc-ink:#0b0d10;--bc-ink-70:#0b0d10b3;--bc-ink-45:#0b0d1075;--bc-line:#0b0d1021;--bc-line-strong:#0b0d1047;--bc-footer:#0b0d10;--bc-on-accent:#fff;--good:#1f8a4c;--gold:#c9a227;--theme-primary-text:var(--pulse-accent-text-light,var(--theme-primary));--bc-max:1320px;--bc-pad:40px;--bc-ease:cubic-bezier(.22,.61,.36,1);background:var(--bc-ground);color:var(--bc-ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;min-height:100vh}html.dark .pulse{--theme-primary-text:var(--pulse-accent-text-dark,var(--theme-primary));--bc-ground:#0b0d10;--bc-surface:#14181e;--bc-surface-2:#1b2028;--bc-ink:#f4f5f6;--bc-ink-70:#f4f5f6b3;--bc-ink-45:#f4f5f67a;--bc-line:#f4f5f626;--bc-line-strong:#f4f5f652;--bc-footer:#05070a}.pulse .wrap{max-width:var(--bc-max);padding:0 var(--bc-pad);width:100%;margin:0 auto}.pulse .num{font-variant-numeric:tabular-nums}.pulse .util .wrap{justify-content:space-between;align-items:center;height:34px;display:flex}.pulse .mast{z-index:40;background:var(--bc-surface);border-bottom:1px solid var(--bc-line-strong);position:sticky;top:0}.pulse .mast .wrap{align-items:center;gap:28px;height:62px;display:flex}.pulse .mast nav{gap:22px;margin-left:4px;display:flex}.pulse .mast nav a{font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;color:var(--bc-ink-70);border-bottom:2px solid #0000;padding:4px 0;font-size:12.5px;font-weight:700;font-stretch:100%}.pulse .mast nav a[aria-current=page]{color:var(--bc-ink);border-bottom-color:var(--theme-primary)}.pulse .mast nav a:hover{color:var(--bc-ink)}.pulse .mast .right{align-items:center;gap:10px;margin-left:auto;display:flex}.pulse .ticker{background:var(--bc-ink);color:var(--bc-ground);border-bottom:1px solid var(--bc-line-strong);overflow:hidden}.pulse .ticker .rowin{align-items:stretch;display:flex}.pulse .ticker .tag{background:var(--theme-primary);color:var(--bc-on-accent);font-family:var(--font-heading);letter-spacing:.16em;text-transform:uppercase;flex:none;align-items:center;padding:0 14px;font-size:11px;font-weight:800;font-stretch:112%;display:flex}.pulse .ticker .track-mask{flex:auto;overflow:hidden}.pulse .ticker .track{white-space:nowrap;gap:34px;padding:9px 20px;animation:72s linear infinite bcticker;display:inline-flex}.pulse .ticker .track.is-static{animation:none}.pulse .ticker .tk{letter-spacing:.02em;color:inherit;text-transform:uppercase;align-items:center;gap:9px;font-size:12.5px;text-decoration:none;display:inline-flex}.pulse .ticker .track:hover,.pulse .ticker .track:focus-within{animation-play-state:paused}.pulse .ticker .tk:hover .sc{text-decoration:underline}.pulse .ticker .tk:focus-visible{outline:2px solid var(--bc-ground);outline-offset:3px;border-radius:0}.pulse .ticker .tk b{font-family:var(--font-heading);letter-spacing:.04em;font-weight:800;font-stretch:100%}.pulse .ticker .tk .sc{color:var(--theme-primary-text);font-weight:800}.pulse .ticker .tk .swatch{border-radius:0;width:8px;height:8px}.pulse .hub-grid{grid-template-columns:1fr 344px;align-items:start;gap:26px;padding-bottom:30px;display:grid}@media (max-width:1080px){.pulse .hub-grid{grid-template-columns:1fr}}.pulse .games{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}@media (max-width:620px){.pulse .games{grid-template-columns:1fr}}.pulse .card{text-align:left;background:var(--bc-surface);border:1px solid var(--bc-line);width:100%;transition:border-color .25s var(--bc-ease), box-shadow .25s var(--bc-ease);border-radius:0;padding:15px 16px 13px;position:relative;overflow:hidden}.pulse .card:hover{border-color:var(--bc-line-strong)}.pulse .card .accentbar{background:var(--theme-primary);transform-origin:top;width:3px;transition:transform .3s var(--bc-ease);position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.pulse .card.spiking .accentbar{transform:scaleY(1)}.pulse .card .spikeflag{background:var(--theme-primary);color:var(--bc-on-accent);font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;opacity:0;transition:opacity .25s var(--bc-ease), transform .25s var(--bc-ease);pointer-events:none;border-bottom-left-radius:2px;padding:4px 8px;font-size:10px;font-weight:800;font-stretch:112%;position:absolute;top:0;right:0;transform:translateY(-100%)}.pulse .card.spiking .spikeflag{opacity:1;transform:translateY(0)}.pulse .card.final{opacity:.96}.pulse .card .chead{justify-content:space-between;align-items:center;margin-bottom:11px;display:flex}.pulse .card .status{align-items:center;gap:6px;display:inline-flex}.pulse .card .status .redlive{color:var(--theme-primary-text);font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;font-size:10.5px;font-weight:800;font-stretch:100%}.pulse .card .status .redlive:before{content:"";background:var(--theme-primary);vertical-align:middle;border-radius:50%;width:6px;height:6px;margin-right:5px;display:inline-block}.pulse .card .status .finaltag{color:var(--bc-ink-45);font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;font-size:10.5px;font-weight:800}.pulse .card .status .uptag{color:var(--bc-ink-70);font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;font-size:10.5px;font-weight:800}.pulse .team{position:relative}.pulse .card .sc.bumped{animation:pulse-score-bump 1.4s var(--bc-ease,ease-out) 1;will-change:transform, color}@keyframes pulse-score-bump{0%{color:inherit;transform:scale(1)}12%{color:var(--theme-primary-text,currentColor);transform:scale(1.42)}38%{transform:scale(1.08)}to{color:inherit;transform:scale(1)}}.pulse .card .cbtn[data-open=true]{color:var(--bc-ink);border-bottom:2px solid var(--pulse-live)}.pulse .card .cbtn[data-open=true] .cbtn-word{font-weight:800}.pulse .card .cbtn .num.bumped,.pulse .liveact .n.bumped,.pulse .fhead .fact .n.bumped,.pulse.rv.soft .scmt .n.bumped{animation:pulse-score-bump 1.4s var(--bc-ease,ease-out) 1;display:inline-block}.pulse .card .delta{font-family:var(--font-heading);letter-spacing:.04em;color:var(--theme-primary-text);pointer-events:none;animation:pulse-delta-rise 1.6s var(--bc-ease,ease-out) 1 forwards;font-size:11px;font-weight:800;position:absolute;top:-6px;right:-2px}@keyframes pulse-delta-rise{0%{opacity:0;transform:translateY(4px)scale(.9)}18%{opacity:1;transform:translateY(-3px)scale(1)}70%{opacity:1;transform:translateY(-9px)}to{opacity:0;transform:translateY(-15px)}}@media (prefers-reduced-motion:reduce){.pulse .card .sc.bumped{animation:1.4s steps(2,end) pulse-score-tint}@keyframes pulse-score-tint{0%,60%{color:var(--theme-primary-text)}to{color:inherit}}.pulse .card .delta{animation:1.6s steps(2,end) forwards pulse-delta-hold}@keyframes pulse-delta-hold{0%,70%{opacity:1}to{opacity:0}}}.pulse .card.upcoming .chead .livedot{visibility:hidden}.pulse .card .clock{font-family:var(--font-heading);letter-spacing:.06em;color:var(--bc-ink-70);font-size:12px;font-weight:700;font-stretch:100%}.pulse .team{grid-template-columns:14px 1fr auto;align-items:center;gap:10px;padding:4px 0;display:grid}.pulse .team .sw{border-radius:0;width:10px;height:18px}.pulse .team .ab{font-family:var(--font-heading);letter-spacing:.01em;text-transform:uppercase;font-size:20px;font-weight:800;font-stretch:90%}.pulse .team .rec{color:var(--bc-ink-45);letter-spacing:.02em;margin-left:8px;font-size:11px}.pulse .team .poss{background:var(--good);visibility:hidden;border-radius:50%;width:7px;height:7px;margin-left:6px}.pulse .team.has-poss .poss{visibility:visible}.pulse .team .sc{font-family:var(--font-heading);letter-spacing:-.01em;font-size:26px;font-weight:900;font-stretch:90%;line-height:1}.pulse .team.leading .ab,.pulse .team.leading .sc{color:var(--bc-ink)}.pulse .team.trailing .ab,.pulse .team.trailing .sc{color:var(--bc-ink-45)}.pulse .lastplay{color:var(--bc-ink-70);letter-spacing:.01em;min-height:30px;margin:9px 0 12px;font-size:12px;line-height:1.25}.pulse .lastplay .k{color:var(--theme-primary-text);font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;margin-right:6px;font-size:10px;font-weight:800;font-stretch:100%}.pulse .cfoot{border-top:1px solid var(--bc-line);align-items:center;gap:12px;padding-top:11px;display:flex}.pulse .meter{flex:1}.pulse .meter .mtop{justify-content:space-between;align-items:baseline;margin-bottom:5px;display:flex}.pulse .meter .rate{font-family:var(--font-heading);letter-spacing:.02em;font-size:12px;font-weight:800;font-stretch:100%}.pulse .meter .rate span{color:var(--bc-ink-45);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:500}.pulse .meter .track{background:var(--bc-surface-2);border-radius:0;height:4px;overflow:hidden}.pulse .meter .fill{transform-origin:0;background:var(--bc-ink-45);width:100%;height:100%;transition:transform .6s var(--bc-ease), background .3s var(--bc-ease);border-radius:0;transform:scaleX(.2)}.pulse .card.spiking .meter .fill{background:var(--theme-primary)}.pulse .cfoot .enter{font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;color:var(--bc-ink-70);white-space:nowrap;align-items:center;gap:5px;font-size:11px;font-weight:800;font-stretch:100%;display:inline-flex}.pulse .card:hover .enter{color:var(--theme-primary)}.pulse .cfoot .enter .members{color:var(--bc-ink-45);font-family:var(--font-body);font-weight:500}.pulse .rail{flex-direction:column;gap:18px;display:flex;position:sticky;top:78px}.pulse .panel{background:var(--bc-surface);border:1px solid var(--bc-line);border-radius:0}.pulse .panel>.ph{border-bottom:1px solid var(--bc-line);justify-content:space-between;align-items:center;padding:13px 15px;display:flex}.pulse .panel>.ph .label{color:var(--bc-ink)}.pulse .panel>.ph .flame{color:var(--theme-primary);align-items:center;gap:5px;font-size:13px;display:inline-flex}.pulse .panel>.ph .flame svg{width:12px;height:12px}.pulse .trend{flex-direction:column;margin:0;padding:6px;list-style:none;display:flex}.pulse .trend .tr{text-align:left;width:100%;transition:background .2s var(--bc-ease);border-radius:0;grid-template-columns:20px 1fr 66px;align-items:center;gap:10px;padding:10px 9px;display:grid}.pulse .trend .tr:hover{background:var(--bc-surface-2)}.pulse .trend .rk{font-family:var(--font-heading);color:var(--bc-ink-45);text-align:center;font-size:15px;font-weight:900;font-stretch:79%}.pulse .trend .who .m{font-family:var(--font-heading);letter-spacing:.01em;text-transform:uppercase;align-items:center;gap:6px;font-size:14px;font-weight:800;font-stretch:90%;display:flex}.pulse .trend .who .m .vs{color:var(--bc-ink-45);font-weight:600}.pulse .trend .who .r{color:var(--bc-ink-45);letter-spacing:.03em;align-items:center;margin-top:2px;font-size:11px;display:inline-flex}.pulse .trend .who .r .upic{width:9px;height:9px;margin-right:3px}.pulse .cfoot .enter .ico{width:12px;height:12px}.pulse .trend .spark{width:66px;height:26px}.pulse .trend li.mover .tr{animation:bcflash .8s var(--bc-ease)}.pulse .hub.hide{display:none}.pulse .scorebig .row .sw{border-radius:0;width:12px;height:30px}.pulse .scorebig .row .nm .rec{font-family:var(--font-body);letter-spacing:.03em;color:var(--bc-ink-45);text-transform:none;margin-top:1px;font-size:11px;font-weight:500;display:block}.pulse .scorebig .row .poss{background:var(--good);visibility:hidden;border-radius:50%;width:8px;height:8px;margin-left:8px;display:inline-block}.pulse .scorebig .row.has-poss .poss{visibility:visible}.pulse .hype .pushbtn .sw{border-radius:0;width:8px;height:8px}.pulse .foot{border-top:1px solid var(--bc-line);background:var(--bc-surface)}.pulse .foot .wrap{padding:18px var(--bc-pad);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.pulse .foot .meta{max-width:70ch}.pulse .sectionbar{flex-wrap:wrap;align-items:center;gap:14px;padding:26px 0 14px;display:flex}.pulse .sectionbar h1{font-family:var(--font-heading);letter-spacing:-.01em;text-transform:uppercase;margin:0;font-size:clamp(26px,3.6vw,42px);font-weight:900;font-stretch:79%;line-height:.95}.pulse .sectionbar .live-pill{background:var(--theme-primary);color:var(--bc-on-accent);font-family:var(--font-heading);letter-spacing:.14em;text-transform:uppercase;border-radius:0;align-items:center;gap:6px;padding:5px 8px 4px;font-size:11px;font-weight:800;font-stretch:112%;display:inline-flex}.pulse .sectionbar .live-pill .dot{background:var(--bc-on-accent);border-radius:50%;width:6px;height:6px;animation:1.6s infinite pulsedot}.pulse .sectionbar .spacer{flex:1}.pulse .sectionbar .legend{color:var(--bc-ink-45);letter-spacing:.04em;font-size:11.5px}@keyframes pulsedot{0%,to{opacity:1}50%{opacity:.25}}@keyframes bcticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes bcflash{0%{background:color-mix(in srgb, var(--theme-primary) 16%, transparent)}to{background:0 0}}@keyframes bcmsg{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes bcfly{0%{opacity:0;transform:translateY(0)scale(.6)}15%{opacity:1;transform:translateY(-10px)scale(1.1)}to{opacity:0;transform:translateY(-190px)scale(.9)}}@keyframes bctoast{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:none}}@keyframes bctoastout{to{opacity:0;transform:translate(30px)}}@keyframes bcbump{0%{transform:scale(1)}40%{color:var(--theme-primary);transform:scale(1.22)}to{transform:scale(1)}}@keyframes bcfade{0%{opacity:0}to{opacity:1}}@keyframes bcpop{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.pulse *,.pulse :before,.pulse :after{scroll-behavior:auto!important;transition:none!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.pulse .meter .wp{width:100%;height:30px;margin-top:6px;display:block;overflow:visible}.pulse .meter .wp .wp-away{fill:var(--wp-away-light)}.pulse .meter .wp .wp-home{fill:var(--wp-home-light)}html.dark .pulse .meter .wp .wp-away{fill:var(--wp-away-dark)}html.dark .pulse .meter .wp .wp-home{fill:var(--wp-home-dark)}.pulse .meter .wp .wp-edge{fill:none;stroke:var(--bc-line-strong);stroke-width:1px;vector-effect:non-scaling-stroke}.pulse .team{grid-template-columns:14px 22px 1fr auto}.pulse .team .tlogo{object-fit:contain;width:22px;height:22px;display:block}.pulse .team.trailing .tlogo{opacity:.72}.pulse .card .chead{grid-template-columns:14px 1fr auto;align-items:center;gap:10px;display:grid}.pulse .card .chead .status{justify-self:start}.pulse .card .chead .livedot{background:var(--theme-primary-text);border-radius:0;justify-self:center;width:10px;height:10px}.pulse .card.final .chead .livedot{background:var(--bc-ink-45)}.pulse .card .status .redlive:before{content:none}.pulse{--pulse-live:#dc231a;--pulse-live-on:#fff}html.dark .pulse{--pulse-live:#e6463d;--pulse-live-on:#0b0d10}.pulse .card .chead .livedot{background:var(--pulse-live)}.pulse .card .status .redlive,.pulse .lastplay .k{color:var(--pulse-live)}.pulse .card .accentbar{background:var(--pulse-live)}.pulse .card .spikeflag{background:var(--pulse-live);color:var(--pulse-live-on)}.pulse .card.spiking{border-color:var(--pulse-live);box-shadow:inset 0 0 0 1px var(--pulse-live)}.pulse .sectionbar .live-pill{background:var(--pulse-live);color:var(--pulse-live-on)}.pulse .sectionbar .live-pill .dot{background:var(--pulse-live-on)}.pulse .sectionbar .legend b{color:var(--pulse-live)}.pulse ul.games{margin:0;padding:0;list-style:none}.pulse .games>li{min-width:0;display:block}.pulse .games>li>.card{height:100%}.pulse a{color:inherit;text-decoration:none}.pulse .label{font-family:var(--font-heading);letter-spacing:.18em;text-transform:uppercase;margin:0;font-size:11px;font-weight:700;font-stretch:112%;line-height:1}.pulse .meta{font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;color:var(--bc-ink-45);font-size:11.5px;font-weight:500;line-height:1.2}.pulse .empty{color:var(--bc-ink-45);padding:40px 0 60px;font-size:14px}.pulse .ticker .tk .sc{color:inherit}.pulse .ticker .tk{gap:8px}.pulse .panel>.ph .flame{color:var(--pulse-live);text-transform:uppercase;font-family:var(--font-heading);letter-spacing:.14em;font-size:11px;font-weight:700}.pulse .trend .who .r.up{color:var(--pulse-live)}.pulse .trend .tr{display:grid}.pulse .trend .tr:focus-visible{outline:2px solid var(--pulse-live);outline-offset:-2px}.pulse .card:focus-visible{outline:2px solid var(--pulse-live);outline-offset:2px}.pulse .card{flex-direction:column;display:flex}.pulse .cfoot{margin-top:auto}.pulse .trend .who .r{gap:4px}.pulse .trend .who .r .upic{margin-right:0}.pulse .trend .spark{overflow:visible}@media (max-width:620px){.pulse{--bc-pad:16px}}.pulse .trend .spark{display:block;overflow:visible}.pulse .trend a .spark:empty{display:block}.pulse .card .meter .wp{width:100%;height:30px;margin-top:6px;display:block;overflow:visible}.pulse .sr-only{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pulse .card .meter .rate{text-transform:uppercase;letter-spacing:.14em;color:var(--bc-ink-45);font-size:10.5px;font-stretch:106%}.pulse .feed{flex-direction:column;margin:0;padding:6px;list-style:none;display:flex}.pulse .feed .fr{transition:background .2s var(--bc-ease);border-radius:0;grid-template-columns:30px 1fr;grid-template-areas:"tag body""tag meta";align-items:baseline;column-gap:8px;padding:9px;display:grid}.pulse .feed .fr:hover{background:var(--bc-surface-2)}.pulse .feed .fr:focus-visible{outline:2px solid var(--pulse-live);outline-offset:-2px}.pulse .feed .fr .k{color:var(--pulse-live);font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;grid-area:tag;font-size:10px;font-weight:800;font-stretch:100%}.pulse .feed .fr .ft{color:var(--bc-ink-70);grid-area:body;font-size:12.5px;line-height:1.3}.pulse .feed .fr .fteam{font-family:var(--font-heading);letter-spacing:.02em;text-transform:uppercase;color:var(--bc-ink);align-items:center;gap:5px;margin-right:6px;font-size:12px;font-weight:800;font-stretch:90%;display:inline-flex}.pulse .feed .fr .fteam .sw{border-radius:0;width:8px;height:12px}.pulse .feed .fr .fteam .tlogo{object-fit:contain;width:15px;height:15px;display:block}.pulse .feed .fr .fteam .tlogo-dark,html.dark .pulse .feed .fr .fteam .tlogo-light{display:none}html.dark .pulse .feed .fr .fteam .tlogo-dark{display:block}.pulse .feed .fr .fmeta{letter-spacing:.04em;color:var(--bc-ink-45);grid-area:meta;gap:10px;margin-top:3px;font-size:11px;display:flex}.pulse .feed .fr .fmeta .fsc{color:var(--bc-ink-70);font-weight:700}.pulse .panel>.ph .meta{text-transform:uppercase}.pulse .leagues{align-items:center;gap:16px;margin-left:4px;display:flex}.pulse .leagues a{font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;color:var(--bc-ink-45);border-bottom:2px solid #0000;padding:3px 0;font-size:12px;font-weight:700;font-stretch:100%}.pulse .leagues a:hover{color:var(--bc-ink)}.pulse .leagues a.on{color:var(--bc-ink);border-bottom-color:var(--pulse-live)}.pulse .leagues a:focus-visible{outline:2px solid var(--pulse-live);outline-offset:3px}.pulse .all-games-nav{margin-left:auto}.pulse .all-games-nav a.all-games{font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;color:var(--bc-ink-45);border-bottom:2px solid #0000;padding:3px 0;font-size:12px;font-weight:500;font-stretch:100%}.pulse .all-games-nav a.all-games:after{content:" →"}.pulse .all-games-nav a.all-games:hover{color:var(--bc-ink)}.pulse .all-games-nav a.all-games:focus-visible{outline:2px solid var(--pulse-live);outline-offset:3px}.pulse .leagues a.all-games{color:var(--bc-ink-soft,#6b7280);border-bottom-color:#0000;margin-left:auto;font-weight:500}.pulse .leagues a.all-games:after{content:" →"}.pulse .leagues a.all-games:hover{color:var(--bc-ink)}.pulse .team .tlogo{grid-column:2}.pulse .team .ab{grid-column:3}.pulse .team .sc{grid-column:4}.pulse .team .tlogo-dark,.pulse .strow .tlogo-dark,html.dark .pulse .team .tlogo-light,html.dark .pulse .strow .tlogo-light{display:none}html.dark .pulse .team .tlogo-dark,html.dark .pulse .strow .tlogo-dark{display:block}.pulse .sectionbar .freshness{letter-spacing:.06em;text-transform:uppercase;color:var(--bc-muted,#6b7280);white-space:nowrap;font-size:11px}.pulse .sectionbar .freshness.blip{color:var(--pulse-accent-text-light,inherit);transition:color .2s}.pulse .games>li{position:relative}.pulse .cbtn{z-index:2;cursor:pointer;height:24px;color:var(--bc-ink-45);font-family:var(--font-heading);font-variant-numeric:tabular-nums;background:0 0;border:1px solid #0000;align-items:center;gap:5px;padding:0 7px;font-size:11px;font-weight:700;transition:color .14s,border-color .14s;display:inline-flex;position:absolute;top:8px;right:8px}.pulse .cbtn svg{width:14px;height:14px}.pulse .cbtn:hover{color:var(--theme-primary-text);border-color:var(--bc-line)}.pulse .cbtn:focus-visible{outline:2px solid var(--theme-primary);outline-offset:1px}body:has(.pulse[data-focus=rail]) #comment-slideout-panel{width:var(--pulse-dock-width,344px)!important;max-width:92vw!important;top:var(--pulse-dock-top,78px)!important;bottom:18px!important;left:var(--pulse-dock-left,auto)!important;border:1px solid var(--bc-line-strong)!important;box-shadow:none!important;right:auto!important}body:has(.pulse[data-focus=rail]) #comment-slideout-panel:not([style*=--]){right:max(20px,50vw - 620px)!important}.pulse[data-stage=on] .hub-grid{row-gap:16px}.pulse[data-stage=on] .streams{grid-area:2/1;grid-template-columns:.44fr .56fr;align-self:start;gap:14px;height:clamp(480px,100vh - 230px,940px);min-height:0;display:grid}.pulse[data-stage=on] .streams>*{min-width:0;min-height:0}.pulse[data-stage=on] .streams .playcol{flex-direction:column;gap:12px;min-width:0;min-height:0;display:flex}.pulse[data-stage=on] .streams .playcol>:first-child:not(.plays){flex:none}.pulse[data-stage=on] .streams .playcol .plays{flex:auto;min-height:0}.pulse.rv.soft[data-stage=on] .fmain{align-items:center;gap:18px;padding:8px 22px}.pulse.rv.soft[data-stage=on] .fchbox svg{height:56px}.pulse.rv.soft[data-stage=on] .fchart .fchh{margin-bottom:2px}.pulse.rv.soft[data-stage=on] .fscore .fteam{gap:8px;padding:2px 0}.pulse.rv.soft[data-stage=on] .fscore .fsc{font-size:24px;line-height:1.1}.pulse.rv.soft[data-stage=on] .fscore .tlogo{width:24px;height:24px}.pulse.rv.soft[data-stage=on] .fscore .fsw{height:18px}.pulse.rv.soft[data-stage=on] .fscore .fnm{display:none}.pulse.rv.soft[data-stage=on] .fscore .fmeta{margin-top:2px;font-size:10.5px}.pulse.rv.soft[data-stage=on] .fscore .stplay{min-height:0;margin:4px 0 0}.pulse .plays{background:var(--bc-surface);border:1px solid var(--bc-line);border-radius:0;flex-direction:column;min-height:0;display:flex}.pulse .plays .plhead{border-bottom:1px solid var(--bc-line);flex:none;justify-content:space-between;align-items:baseline;padding:11px 14px;display:flex}.pulse .plays .plhead h2{font-family:var(--font-heading);letter-spacing:.13em;text-transform:uppercase;color:var(--bc-ink);margin:0;font-size:11.5px;font-weight:800;font-stretch:112%}.pulse .plays>:not(.plhead){scrollbar-width:thin;scrollbar-color:var(--bc-line-strong) transparent;flex:auto;min-height:0;padding:2px 12px 10px;overflow-y:auto}body:has(.pulse[data-stage=on]) .pulse .streams #comment-slideout-panel{border:1px solid var(--bc-line)!important;width:auto!important;max-width:none!important;height:100%!important;max-height:none!important;box-shadow:none!important;z-index:auto!important;border-radius:0!important;position:static!important;inset:auto!important;transform:none!important}.pulse[data-stage=on] .stage .stacts .cbtn{display:none!important}body:has(.pulse[data-stage=on]) .pulse .streams #comment-slideout-panel button[aria-label=Close\ comments]{display:none!important}.pulse .plays [data-play-row]{gap:8px!important;padding-top:7px!important;padding-bottom:7px!important}.pulse .plays [data-play-row]>div:first-child{flex:none;width:20px!important;height:20px!important;font-size:8.5px!important}.pulse .plays [data-play-row] p{line-height:1.35;margin-top:1px!important}.pulse .plays [data-play-row]>div:last-child>div:nth-child(3){margin-top:1px!important}.pulse .plays [data-play-row] p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;color:var(--bc-ink)!important;font-size:13.5px!important}.pulse .plays [data-play-row] span,.pulse .plays [data-play-row] time{color:var(--bc-ink-70)!important}.pulse .plays [data-play-row]>div:last-child>div:nth-child(3) span{font-variant-numeric:tabular-nums}.pulse .plays [data-play-row]>div:last-child>div:first-child>span:first-child{font-family:var(--font-heading);letter-spacing:.11em;text-transform:uppercase;font-weight:800;font-stretch:108%;color:var(--bc-ink-70)!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important;font-size:11px!important}.pulse .plays [data-play-row=scoring]>div:last-child>div:first-child>span:first-child{color:var(--theme-primary-text,var(--theme-primary))!important}.pulse .plays [data-play-row=scoring] p{font-weight:600!important}.pulse .plays [data-play-row=scoring]>div:last-child>div:first-child>span[aria-hidden=true]:first-child{display:none!important}.pulse .plays [data-play-row]>div:first-child{min-height:34px;box-shadow:0 0 0 1px var(--bc-line);flex:none;align-self:stretch;border-radius:0!important;width:3px!important;height:auto!important;font-size:0!important}.pulse .plays>:not(.plhead)>p:not(.sr-only){color:var(--bc-ink-45)!important;border-bottom-color:var(--bc-line)!important}.pulse .plays .divide-y>*+*{border-top-color:var(--bc-line)!important}.pulse .plays [data-play-row].bg-yellow-50{box-shadow:inset 2px 0 0 var(--theme-primary);background:color-mix(in srgb, var(--theme-primary) 9%, transparent)!important}.pulse .plays [data-play-row]>div:last-child>div:nth-child(3)>button{color:var(--bc-ink-70)!important;margin-left:10px!important}.pulse .plays [data-play-row]{position:relative}.pulse .plays [data-play-row]>div:last-child>div:last-of-type{min-height:0;margin-top:0!important}.pulse .plays [data-play-row]>div:last-child>div:first-child{min-width:0;flex-wrap:nowrap!important;gap:6px!important}.pulse .plays [data-play-row]>div:last-child>div:first-child>span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media (max-width:1080px){.pulse[data-stage=on] .streams{grid-area:2/1;grid-template-columns:1fr;gap:12px;height:auto}.pulse[data-stage=on] .plays{max-height:320px}body:has(.pulse[data-stage=on]) .pulse .streams #comment-slideout-panel{height:460px!important}}body:has(.pulse[data-focus=dock]) #comment-slideout-panel{border:1px solid var(--bc-line-strong)!important;border-bottom:0!important;width:auto!important;max-width:none!important;height:46vh!important;inset:auto max(20px,50vw - 620px) 0!important;transform:none!important}@media (max-width:900px){:is(body:has(.pulse[data-focus=rail]) #comment-slideout-panel,body:has(.pulse[data-focus=dock]) #comment-slideout-panel){border-left:0!important;border-right:0!important;width:auto!important;height:82vh!important;inset:auto 0 0!important}}.pulse #comment-slideout-panel{color:var(--bc-ink);font-family:var(--font-body);--pc-ink:var(--bc-ink);--pc-ink-soft:var(--bc-ink-70);--pc-raised:var(--bc-surface-2);--pc-ground:var(--bc-surface);--pc-line:var(--bc-line);background-color:var(--bc-surface)!important;border-radius:0!important}.pulse #comment-slideout-panel>div:has(>h3){background:var(--bc-surface);border-bottom:1px solid var(--bc-line);padding:13px 15px}.pulse #comment-slideout-panel h3{font-family:var(--font-heading);letter-spacing:.18em;text-transform:uppercase;color:var(--bc-ink);margin:0;font-size:11px;font-weight:700;font-stretch:112%;line-height:1}.pulse #comment-slideout-panel h3 span{color:var(--bc-ink-45);font-variant-numeric:tabular-nums;margin-left:6px;font-size:11px;font-weight:700}.pulse #comment-slideout-panel>div:has(>h3)>button{width:26px;height:26px;color:var(--bc-ink-45);transition:color .25s var(--bc-ease), border-color .25s var(--bc-ease);background:0 0;border:1px solid #0000;border-radius:0;place-items:center;padding:0;display:grid}.pulse #comment-slideout-panel>div:has(>h3)>button:hover{color:var(--bc-ink);border-color:var(--bc-line);background:0 0}.pulse #comment-slideout-panel>div:has(a[class*=bg-primary]){background:var(--bc-surface-2);border-bottom:1px solid var(--bc-line)}.pulse #comment-slideout-panel>div:has(a[class*=bg-primary]) p{color:var(--bc-ink-70);font-size:13px}.pulse #comment-slideout-panel>div:has(a[class*=bg-primary])>div>div:first-child{background:var(--bc-line);color:var(--bc-ink-45)}.pulse #comment-slideout-panel a[class*=bg-primary]{background:var(--theme-primary);color:var(--bc-on-accent);font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;border:1px solid #0000;border-radius:0;padding:8px 16px;font-size:11px;font-weight:700;font-stretch:100%}.pulse #comment-slideout-panel a[class*=border-gray-300]{color:var(--bc-ink);border:1px solid var(--bc-line-strong);font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;background:0 0;border-radius:0;padding:8px 16px;font-size:11px;font-weight:700;font-stretch:100%}.pulse #comment-slideout-panel a[class*=border-gray-300]:hover{background:var(--bc-surface)}.pulse #comment-slideout-panel [data-comment-sort]{background:var(--bc-surface);border-bottom:1px solid var(--bc-line);gap:14px;padding:9px 15px}.pulse #comment-slideout-panel [data-comment-sort]>span{font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;color:var(--bc-ink-45);margin-right:2px;font-size:11px;font-weight:500}.pulse #comment-slideout-panel [data-comment-sort]>button{font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;color:var(--bc-ink-45);background:0 0;border-bottom:2px solid #0000;border-radius:0;padding:3px 0;font-size:12px;font-weight:700;font-stretch:100%}.pulse #comment-slideout-panel [data-comment-sort]>button:hover{color:var(--bc-ink);background:0 0}.pulse #comment-slideout-panel [data-comment-sort]>button[class*=bg-primary]{color:var(--bc-ink);border-bottom-color:var(--pulse-live);background:0 0}.pulse #comment-slideout-panel .comments-container{background:var(--bc-surface)}.pulse #comment-slideout-panel .comments-container>div[class*=text-center] p:first-of-type{font-family:var(--font-heading);letter-spacing:.18em;text-transform:uppercase;color:var(--bc-ink);font-size:11px;font-weight:700;font-stretch:112%}.pulse #comment-slideout-panel .comments-container>div[class*=text-center] p+p{color:var(--bc-ink-45);font-size:12.5px}.pulse #comment-slideout-panel .comments-container svg{color:var(--bc-line-strong)}.pulse #comment-slideout-panel .comments-container{scrollbar-width:thin;scrollbar-color:var(--bc-line-strong) transparent}.pulse #comment-slideout-panel .comments-container::-webkit-scrollbar{width:10px}.pulse #comment-slideout-panel .comments-container::-webkit-scrollbar-thumb{background:var(--bc-line-strong);border:3px solid var(--bc-surface)}.pulse #comment-slideout-panel .comments-container::-webkit-scrollbar-track{background:0 0}.pulse #comment-slideout-panel ::selection{background:var(--theme-primary);color:var(--bc-on-accent)}.pulse #comment-slideout-panel :focus-visible{outline:2px solid var(--pulse-live);outline-offset:2px}.pulse #comment-slideout-panel [class*=text-gray-9],.pulse #comment-slideout-panel [class*=text-gray-8],.pulse #comment-slideout-panel [class*=text-gray-7]{color:var(--bc-ink)}.pulse #comment-slideout-panel [class*=text-gray-6],.pulse #comment-slideout-panel [class*=text-gray-5]{color:var(--bc-ink-70)}.pulse #comment-slideout-panel [class*=text-gray-4]{color:var(--bc-ink-45)}.pulse #comment-slideout-panel [class*=border-gray-2],.pulse #comment-slideout-panel [class*=border-gray-1]{border-color:var(--bc-line)}.pulse #comment-slideout-panel [class*=bg-gray-5]:not([class*=hover\:bg-gray]),.pulse #comment-slideout-panel [class*=bg-gray-1]:not([class*=hover\:bg-gray]){background-color:var(--bc-surface-2)}.pulse #comment-slideout-panel [class*=hover\:bg-gray],.pulse #comment-slideout-panel [class*=hover\:bg-blue],.pulse #comment-slideout-panel [class*=hover\:bg-red]{background-color:#0000}.pulse .ticker .tag{background:var(--pulse-live);color:var(--pulse-live-on)}.pulse .ticker{border-bottom:0}.pulse .sectionbar .sorts,.pulse .sectionbar .leagues+.leagues{border-left:1px solid var(--bc-line);gap:14px;margin-left:18px;padding-left:18px}.pulse .sectionbar .sports{margin-left:0}.pulse .sectionbar .sortlabel{font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;color:var(--bc-ink-45);font-size:11px;font-weight:500}@media (max-width:900px){.pulse .sectionbar{flex-wrap:wrap;row-gap:10px}.pulse .sectionbar .sorts,.pulse .sectionbar .leagues{flex-wrap:wrap;gap:12px}.pulse .sectionbar .spacer{display:none}.pulse .sectionbar .legend{flex:100%}.pulse .sectionbar .sorts{border-left:0;margin-left:0;padding-left:0}}.pulse .openlab{font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;color:var(--bc-ink-45);transition:color .25s var(--bc-ease);align-items:center;gap:4px;font-size:10.5px;font-weight:700;font-stretch:100%;display:inline-flex}.pulse .openlab svg{width:11px;height:11px}.pulse .card:hover .openlab{color:var(--theme-primary-text)}.pulse .cbtn .num{min-width:0}.pulse .cbtn-word{display:inline}.pulse .card .chead{padding-right:0}.pulse[data-cardui=quiet] .card:hover{border-color:var(--bc-line-strong)}@media (max-width:760px){.pulse[data-cardui=head] .card .chead{padding-right:104px}.pulse[data-cardui=head] .openlab{right:44px}}.pulse .card{padding-bottom:50px}.pulse .card:after{content:"";border-top:1px solid var(--bc-line);position:absolute;bottom:42px;left:0;right:0}.pulse .openlab,.pulse .cbtn{z-index:2;border:1px solid var(--bc-line);cursor:pointer;height:26px;font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;color:var(--bc-ink-70);transition:border-color .2s var(--bc-ease), color .2s var(--bc-ease), background-color .2s var(--bc-ease);background:0 0;border-radius:0;align-items:center;gap:6px;margin:0;padding:0 11px;font-size:10.5px;font-weight:700;font-stretch:100%;display:inline-flex;position:absolute;bottom:10px}.pulse .openlab{left:14px}.pulse .cbtn{top:auto;right:14px}.pulse .openlab .num,.pulse .cbtn .num{font-variant-numeric:tabular-nums;color:var(--bc-ink-45)}.pulse .card .rx{z-index:2;white-space:nowrap;max-width:calc(100% - 200px);height:26px;font-family:var(--font-heading);font-variant-numeric:tabular-nums;letter-spacing:.02em;color:var(--bc-ink-70);pointer-events:none;align-items:center;gap:8px;padding:0 8px;font-size:12px;font-weight:700;display:inline-flex;position:absolute;bottom:10px;left:50%;overflow:hidden;transform:translate(-50%)}.pulse .card .rx.bumped{animation:pulse-score-bump 1.4s var(--bc-ease,ease-out) 1;will-change:transform}@media (prefers-reduced-motion:reduce){.pulse .card .rx.bumped{animation:1.4s steps(2,end) pulse-score-tint}}.pulse .card:hover .openlab,.pulse .openlab:hover{border-color:var(--bc-line-strong);color:var(--bc-ink)}.pulse .cbtn:hover{border-color:var(--bc-line-strong);color:var(--bc-ink);background:var(--bc-surface-2)}.pulse .cbtn:focus-visible,.pulse .card:focus-visible .openlab{outline:2px solid var(--pulse-live);outline-offset:1px}.pulse .sectionbar{padding:26px 0 0;display:block}.pulse .sectionbar .titlerow{align-items:center;gap:14px;margin-bottom:14px;display:flex}.pulse .sectionbar .controls{border:1px solid var(--bc-line);background:var(--bc-surface);border-radius:0;flex-wrap:wrap;align-items:center;margin-bottom:14px;padding:10px 14px;display:flex}.pulse .sectionbar .spacer{display:none}.pulse .card.upcoming .chead .livedot{visibility:visible;background:var(--bc-line-strong)}.pulse .card .uptag{font-family:var(--font-heading);letter-spacing:.14em;text-transform:uppercase;color:var(--bc-ink-70);font-variant-numeric:tabular-nums;font-size:10.5px;font-weight:700;font-stretch:112%}.pulse .pregame{flex-direction:column;gap:3px;padding-top:2px;display:flex}.pulse .pregame .pgvenue{font-family:var(--font-heading);letter-spacing:.01em;color:var(--bc-ink-70);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;font-stretch:100%;overflow:hidden}.pulse .pregame .pgnet{font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;color:var(--bc-ink-45);font-size:11px}.pulse .card.upcoming{opacity:1}@media (max-width:560px){.pulse .sectionbar h1{font-size:clamp(21px,7.4vw,32px)}.pulse .sectionbar .titlerow{flex-wrap:nowrap;gap:9px;min-width:0}.pulse .sectionbar h1{white-space:nowrap}.pulse .sectionbar .live-pill{white-space:nowrap;flex:none}.pulse .sectionbar .freshness{display:none}.pulse .sectionbar .controls .leagues,.pulse .sectionbar .controls .sorts{border-left:0;gap:10px;margin-left:0;padding-left:0}.pulse .sectionbar .leagues a,.pulse .sectionbar .sorts a{letter-spacing:.05em;font-size:11.5px}.pulse .sectionbar .sortlabel{letter-spacing:.04em;font-size:10px}.pulse[data-head=toolbar] .sectionbar,.pulse .sectionbar{padding-top:16px}.pulse .sectionbar .controls{row-gap:4px;margin-bottom:10px;padding:8px 10px}.pulse .sectionbar .titlerow{margin-bottom:10px}}@media (pointer:coarse){.pulse .sectionbar .leagues a,.pulse .sectionbar .sorts a{position:relative}.pulse .sectionbar .leagues a:after,.pulse .sectionbar .sorts a:after{content:"";height:44px;position:absolute;top:50%;left:-6px;right:-6px;transform:translateY(-50%)}.pulse .openlab,.pulse .cbtn{height:40px;padding:0 14px}.pulse .card{padding-bottom:64px}.pulse .card:after{bottom:56px}}@media (hover:none){.pulse .openlab,.pulse .cbtn{color:var(--bc-ink-70);border-color:var(--bc-line)}.pulse .cbtn:active,.pulse .card:active .openlab{background:var(--bc-surface-2);border-color:var(--bc-line-strong)}}@media (max-width:900px){:is(body:has(.pulse[data-focus=rail]) #comment-slideout-panel,body:has(.pulse[data-focus=dock]) #comment-slideout-panel,body:has(.pulse[data-focus=sheet]) #comment-slideout-panel){border-left:0!important;border-right:0!important;border-top:1px solid var(--bc-line-strong)!important;border-radius:0!important;width:100%!important;max-width:none!important;height:min(78vh,620px)!important;inset:auto 0 0!important}.pulse #comment-slideout-panel>div:has(>h3){padding-top:14px}}.pulse #comment-slideout-panel>div:has(a[class*=bg-primary])>div{text-align:left!important;padding:0!important}.pulse #comment-slideout-panel>div:has(a[class*=bg-primary]){align-items:center;gap:10px;display:flex;padding:10px 15px!important}.pulse #comment-slideout-panel>div:has(a[class*=bg-primary])>div{align-items:center;gap:10px;width:100%;display:flex}.pulse #comment-slideout-panel>div:has(a[class*=bg-primary])>div>div:first-child{display:none!important}.pulse #comment-slideout-panel>div:has(a[class*=bg-primary]) p{flex:auto;font-size:12.5px;line-height:1.3;margin:0!important}.pulse #comment-slideout-panel>div:has(a[class*=bg-primary])>div>div:last-child{flex:none;justify-content:flex-end;gap:8px;display:flex;margin:0!important}.pulse #comment-slideout-panel a[class*=bg-primary],.pulse #comment-slideout-panel a[class*=border-gray-300]{white-space:nowrap;padding:7px 12px}.pulse #comment-slideout-panel .comments-container>div:first-child{padding:26px 16px!important}.pulse #comment-slideout-panel .comments-container>div:first-child>div:first-child{display:none!important}.pulse #comment-slideout-panel .comments-container p+p{margin-top:4px!important}.pulse .individual-comment [class*=bg-blue-50]{box-shadow:inset 2px 0 0 var(--pulse-live);background-color:var(--bc-surface-2)!important}.pulse .individual-comment [class*=border-blue-200]{border-left-color:var(--bc-line-strong)!important;border-left-width:1px!important}.pulse .individual-comment .rounded-full[style*=linear-gradient]{font-family:var(--font-heading);font-size:12px;font-weight:800;background:var(--bc-ink)!important;width:28px!important;height:28px!important;color:var(--bc-ground)!important;border-radius:0!important}.pulse .individual-comment .mr-3{margin-right:10px!important}.pulse .individual-comment [class*="text-[15px]"]{font-family:var(--font-heading);letter-spacing:.02em;font-weight:700;font-stretch:100%;color:var(--bc-ink)!important;font-size:13px!important}.pulse .individual-comment [class*="text-[14px]"]{color:var(--bc-ink)!important;font-size:13.5px!important;line-height:1.5!important}.pulse .individual-comment [class*="text-[10px]"]{color:var(--bc-ink-45)!important}.pulse .individual-comment .border-b{border-color:var(--bc-line)!important}.pulse .individual-comment [class*=text-primary]{color:var(--theme-primary-text)!important}.pulse .individual-comment [class*=hover\:bg-blue-50]:hover,.pulse .individual-comment [class*=hover\:bg-gray-100]:hover{background:var(--bc-surface-2)!important}.pulse .individual-comment svg[aria-label=reply],.pulse .individual-comment svg[aria-label=chevron-down],.pulse .individual-comment svg[aria-label=chevron-down] use{fill:var(--theme-primary-text)!important}.pulse .individual-comment svg[aria-label=thumbs-up],.pulse .individual-comment svg[aria-label=thumbs-down]{fill:var(--bc-ink-45)!important}.pulse .individual-comment [class*=text-gray-500]{color:var(--bc-ink-70)!important}.pulse .individual-comment button[class*=rounded]{border-radius:0!important}.pulse .individual-comment [data-menu-dropdown]{background:var(--bc-surface)!important;border:1px solid var(--bc-line-strong)!important;box-shadow:none!important;border-radius:0!important}.pulse .individual-comment [data-menu-dropdown] button{font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700;color:var(--bc-ink)!important}.pulse .individual-comment [data-menu-dropdown] button[class*=text-red-600]{color:var(--pulse-live)!important}.pulse .individual-comment [data-menu-dropdown] button:hover{background:var(--bc-surface-2)!important}.pulse #comment-slideout-panel>.comments-container{order:4}.pulse #comment-slideout-panel>div:has(.comments-container){order:4}.pulse #comment-slideout-panel>div:has(form){order:5;border-bottom:0!important;border-top:1px solid var(--bc-line)!important;background:var(--bc-surface)!important;padding:10px 15px!important}.pulse #comment-slideout-panel form>div:first-child{gap:10px!important;margin-bottom:0!important}.pulse #comment-slideout-panel form>div:first-child>span{display:none!important}.pulse #comment-slideout-panel form>div:first-child>div[class*=rounded-full]{font-family:var(--font-heading);font-size:11px;font-weight:800;background:var(--bc-ink)!important;width:26px!important;height:26px!important;color:var(--bc-ground)!important;border-radius:0!important}.pulse #comment-slideout-panel form{flex-wrap:wrap;align-items:flex-start;gap:10px;display:flex}.pulse #comment-slideout-panel form>.comment-composer{flex:auto;min-width:0}.pulse #comment-slideout-panel form>[data-testid=comment-compose-target]{flex:100%;order:-1;margin-bottom:4px!important}.pulse #comment-slideout-panel .comment-composer>summary>span:first-child{display:none!important}.pulse #comment-slideout-panel .comment-composer textarea{font-family:var(--font-body);border:1px solid var(--bc-line-strong)!important;background:var(--bc-surface)!important;color:var(--bc-ink)!important;border-radius:0!important;padding:9px 11px!important;font-size:13.5px!important}.pulse #comment-slideout-panel .comment-composer textarea:focus{outline-offset:-1px;outline:2px solid var(--theme-primary)!important;box-shadow:none!important}.pulse #comment-slideout-panel [data-testid=comment-submit]{font-family:var(--font-heading);letter-spacing:.12em;font-size:11px;font-weight:700;background:var(--theme-primary)!important;color:var(--bc-on-accent)!important;border-radius:0!important;padding:8px 16px!important}.pulse #comment-slideout-panel .comment-composer p{color:var(--bc-ink-45)!important;margin-top:8px!important;font-size:11px!important}.pulse #comment-slideout-panel .comment-composer>summary{display:none!important}.pulse #comment-slideout-panel [class*=hover\:text-amber]:hover,.pulse #comment-slideout-panel [class*=aria-expanded\:text-amber][aria-expanded=true]{color:var(--theme-primary-text)!important}.pulse #comment-slideout-panel [class*=aria-expanded\:bg-amber][aria-expanded=true]{background:var(--bc-surface-2)!important}.pulse #comment-slideout-panel [class*=rounded-xl][class*=shadow-lg]{background:var(--bc-surface)!important;border:1px solid var(--bc-line-strong)!important;box-shadow:none!important;border-radius:0!important}.pulse #comment-slideout-panel [class*=bg-gray-900]{background:var(--bc-ink)!important;color:var(--bc-ground)!important;box-shadow:none!important;border-radius:0!important}.pulse #comment-slideout-panel [class*=border-t-gray-900]{border-top-color:var(--bc-ink)!important}.pulse #comment-slideout-panel [class*=bg-blue-500]{background:var(--theme-primary)!important;border-radius:0!important}.pulse #comment-slideout-panel [class*=rounded-md],.pulse #comment-slideout-panel [id*=gif][class*=rounded-lg]{border-radius:0!important}.pulse #comment-slideout-panel [id*=gif]{background:var(--bc-surface)!important;border-color:var(--bc-line)!important}.pulse #comment-slideout-panel [id*=gif] input{background:var(--bc-surface)!important;color:var(--bc-ink)!important;border:1px solid var(--bc-line)!important;border-radius:0!important}.pulse #comment-slideout-panel [class*=bg-gray-800]{background:var(--bc-ink)!important;color:var(--bc-ground)!important;border-radius:0!important}.pulse #comment-slideout-panel [class*=hover\:bg-red-600]:hover{background:var(--pulse-live)!important;color:var(--pulse-live-on)!important}.pulse #comment-slideout-panel [class*=focus\:ring-blue]:focus{outline-offset:-1px;outline:2px solid var(--theme-primary)!important;box-shadow:none!important;border-color:#0000!important}.pulse .individual-comment{grid-template-columns:30px 1fr;gap:1px 10px;padding:9px 0;display:grid;position:relative}.pulse .individual-comment>div:first-child,.pulse .individual-comment>div:first-child>div:first-child,.pulse .individual-comment>div:first-child>div:first-child>div:first-child{display:contents}.pulse .individual-comment .mr-3{grid-area:1/1/span 2;margin:0!important}.pulse .individual-comment .mr-3>div{border-radius:0!important;width:30px!important;height:30px!important}.pulse .individual-comment .mr-3+div{grid-area:1/2;align-self:center}.pulse .individual-comment [class*="text-[15px]"]{font-size:12.5px!important;font-weight:800!important}.pulse .individual-comment>div:first-child>.py-2{grid-area:2/2;padding:0!important}.pulse .individual-comment>div:first-child>.flex.items-center.justify-between{grid-area:3/2;justify-content:flex-start!important;gap:6px!important;padding:2px 0 0!important}.pulse .individual-comment button[class*=text-primary]{color:var(--bc-ink-45)!important;background:0 0!important;padding:2px 0!important;font-size:11px!important}.pulse .individual-comment button[class*=text-primary] span{font-size:11px!important}.pulse .individual-comment button svg[aria-label=reply]{width:13px!important;height:13px!important}.pulse .individual-comment>.border-l-2{grid-column:1/-1;width:100%;min-width:0}.pulse .individual-comment[data-reply="1"]{border-left:2px solid var(--bc-line);margin-left:26px!important;padding-left:10px!important}.pulse .individual-comment>div:first-child>.flex.items-center.justify-between button{padding:2px!important}.pulse .individual-comment>[class*="text-[10px]"]{letter-spacing:.03em;grid-area:1/2;place-self:center end;padding:0!important;font-size:10px!important}.pulse .individual-comment>div:first-child>div:first-child>div:last-child{z-index:2;position:absolute;top:4px;right:0}.pulse .individual-comment>button{white-space:nowrap;grid-area:4/2;justify-self:start;padding:2px 0 0!important}.pulse .individual-comment>[class*="text-[10px]"]{grid-area:1/2!important;justify-self:end!important}.pulse .individual-comment .mr-3+div{justify-self:start}.pulse .individual-comment{row-gap:0!important;padding:3px 0!important}.pulse .individual-comment .pt-3{padding-top:3px!important}.pulse .individual-comment .pb-3{padding-bottom:0!important}.pulse .individual-comment .py-2{padding-top:1px!important;padding-bottom:0!important}.pulse .individual-comment .mr-3>div{background:var(--bc-surface-2)!important;width:26px!important;height:26px!important;color:var(--bc-ink-70)!important;font-size:11px!important}.pulse .individual-comment>.border-b{grid-area:5/1/auto/-1;margin-top:4px;border:0!important}.pulse #comment-slideout-panel .comment-composer{display:block;position:relative}.pulse #comment-slideout-panel .comment-composer textarea{resize:none;height:38px;min-height:38px;max-height:108px;line-height:1.35;width:100%!important;margin:0!important;padding-right:84px!important}.pulse #comment-slideout-panel .comment-composer>div[class*=justify-end]{z-index:2;position:absolute;top:5px;right:5px;margin:0!important}.pulse #comment-slideout-panel [data-testid=comment-submit]{height:28px;padding:0 12px!important}.pulse #comment-slideout-panel .comment-composer>p{display:none!important}.pulse[data-stage=on] .hub-grid{grid-template-columns:minmax(0,1fr) 288px}.pulse[data-stage=on] .rail{display:none}.pulse[data-stage=on] .games{scrollbar-width:thin;scrollbar-color:var(--bc-line-strong) transparent;grid-area:1/2/span 2;max-height:calc(100vh - 96px);position:sticky;top:78px;overflow-y:auto}.pulse[data-stage=on] .stage{grid-row:1;align-self:start;position:static}.pulse[data-stage=on] .games{grid-template-columns:1fr;gap:6px}.pulse[data-stage=on] .games .lastplay,.pulse[data-stage=on] .games .cfoot,.pulse[data-stage=on] .games .pregame,.pulse[data-stage=on] .games .openlab,.pulse[data-stage=on] .games .cbtn,.pulse[data-stage=on] .games .spikeflag,.pulse[data-stage=on] .games .tlogo{display:none}.pulse[data-stage=on] .games .card{padding:8px 10px 7px}.pulse[data-stage=on] .games .card:after{display:none}.pulse[data-stage=on] .games .team{padding:1px 0}.pulse[data-stage=on] .games .team .sc{font-size:17px}.pulse[data-stage=on] .games .chead{padding-right:0}.pulse .stage{background:var(--bc-surface);border:1px solid var(--bc-line);border-radius:0;flex-direction:column;grid-area:1/1;align-self:start;display:flex}.pulse .stage .sthead{border-bottom:1px solid var(--bc-line);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.pulse .stage .stclose{font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;color:var(--bc-ink-45);border:1px solid var(--bc-line);border-radius:0;padding:5px 10px;font-size:10.5px;font-weight:700;font-stretch:100%}.pulse .stage .stclose:hover{color:var(--bc-ink);border-color:var(--bc-line-strong)}.pulse .stage .stscore{flex-direction:column;gap:8px;padding:14px 16px 10px;display:flex}.pulse .stage .strow{grid-template-columns:4px 30px 46px 1fr auto;align-items:center;gap:12px;display:grid}.pulse .stage .strow .sw{width:4px;height:26px}.pulse .stage .strow .tlogo{object-fit:contain;width:30px;height:30px}.pulse .stage .strow span.tlogo{display:block}.pulse .stage .strow .ab{font-family:var(--font-heading);letter-spacing:.02em;font-size:18px;font-weight:800;font-stretch:112%}.pulse .stage .strow .nm{color:var(--bc-ink-70);font-size:13px}.pulse .stage .strow .sc{font-family:var(--font-heading);font-variant-numeric:tabular-nums;font-size:34px;font-weight:800;font-stretch:112%;line-height:1}.pulse .stage .stplay{color:var(--bc-ink-70);padding:0 16px 12px;font-size:13px;line-height:1.45}.pulse .stage .stplay .k{color:var(--pulse-live);margin-right:7px}.pulse .stage .stmeter{padding:0 16px 14px}.pulse .stage .stmeter .wp{height:74px}.pulse .stage .stmeta{font-family:var(--font-body);letter-spacing:.05em;text-transform:uppercase;color:var(--bc-ink-45);gap:14px;padding:0 16px 14px;font-size:11px;display:flex}.pulse .stage .stacts{border-top:1px solid var(--bc-line);justify-content:space-between;align-items:center;gap:10px;padding:11px 16px;display:flex}.pulse .stage .cbtn,.pulse .stage .openlab{height:28px;position:static}@media (max-width:1100px){.pulse[data-stage=on] .hub-grid{grid-template-columns:1fr}.pulse .stage{grid-area:1/1;margin-bottom:16px}.pulse[data-stage=on] .stage{grid-row:1;position:static}.pulse[data-stage=on] .games{grid-area:3/1;grid-template-columns:repeat(2,1fr);gap:12px;max-height:none;position:static;overflow:visible}.pulse[data-stage=on][data-rail=strip] .quiet-slate{grid-area:3/1;max-height:none;position:static;overflow:visible}}@media (max-width:640px){.pulse[data-stage=on] .games{grid-template-columns:1fr}.pulse .stage .strow .sc{font-size:28px}.pulse .stage .strow{grid-template-columns:4px 26px 40px 1fr auto;gap:10px}.pulse .stage .strow .tlogo{width:26px;height:26px}}.pulse.rv.soft{--rv-hair:var(--bc-line);--rv-gauge-track:var(--bc-surface-2);--rv-trail:var(--bc-ink-45);--rv-lead-surface:var(--bc-surface);--sf-r:0;--sf-r-lg:0;--sf-r-sm:0;--sf-r-pill:0;--sf-ease:cubic-bezier(.22,.61,.36,1);--sf-shadow:0 1px 2px #1118270d, 0 6px 20px #11182712;--sf-shadow-lg:0 2px 5px #1118270f, 0 16px 44px #1118271f}html.dark .pulse.rv.soft{--sf-shadow:0 1px 2px #00000073, 0 8px 24px #00000061;--sf-shadow-lg:0 2px 6px #0000008c, 0 20px 52px #0000007a}.pulse.rv.soft,.pulse.rv.soft .sc,.pulse.rv.soft .clock,.pulse.rv.soft .stateword,.pulse.rv.soft .tk,.pulse.rv.soft .fmeta,.pulse.rv.soft .wpread,.pulse.rv.soft .rate,.pulse.rv.soft .liveact{font-variant-numeric:tabular-nums}.pulse.rv.soft ::selection{background:var(--pulse-live);color:var(--pulse-live-on)}.pulse.rv.soft :focus-visible{outline:2px solid var(--pulse-live);outline-offset:3px;border-radius:0}.pulse.rv.soft .card:focus-visible{outline-offset:-3px}.pulse.rv.soft .autosort{cursor:pointer;font-family:var(--font-heading);letter-spacing:.01em;color:var(--bc-ink-70);background:var(--bc-surface);border:1px solid var(--rv-hair);box-shadow:var(--sf-shadow);transition:color .15s var(--sf-ease), border-color .15s var(--sf-ease);border-radius:0;align-items:center;gap:7px;padding:5px 12px 5px 10px;font-size:12px;font-weight:700;display:inline-flex}.pulse.rv.soft .autosort:hover{color:var(--bc-ink);border-color:var(--bc-line-strong)}.pulse.rv.soft .autosort .asdot{background:var(--pulse-live);border-radius:50%;width:7px;height:7px;animation:1.6s infinite bcpulse}.pulse.rv.soft .autosort[aria-pressed=false]{color:var(--bc-ink-45)}.pulse.rv.soft .autosort[aria-pressed=false] .asdot{background:var(--bc-ink-45);animation:none}.pulse.rv.soft .autosort .aslabel{text-align:left;min-width:3.4em}.pulse.rv.soft .gcell{transition:transform .45s var(--sf-ease)}@media (prefers-reduced-motion:reduce){.pulse.rv.soft .gcell{transition:none}}.pulse.rv.soft .gcell[data-tier=normal] .card{height:226px}.pulse.rv.soft .gcell[data-tier=cold] .card{height:128px}.pulse.rv.soft .gcell[data-tier=normal] .cface{flex-direction:column;height:100%;display:flex}.pulse.rv.soft .gcell[data-tier=normal] .cside,.pulse.rv.soft .gcell[data-tier=normal] .cfoot,.pulse.rv.soft .gcell[data-tier=normal] .meter{flex-direction:column;flex:1;min-height:0;display:flex}.pulse.rv.soft .gcell[data-tier=normal] .meter .wp{flex:1;height:auto;min-height:44px}.pulse.rv.soft .gcell[data-tier=normal] .lastplay{flex:none}.pulse.rv.soft .gcell[data-tier=normal] .cfootrow{flex:none;margin-top:auto}.pulse.rv.soft .gcell[data-tier=lead] .cside{flex-direction:column;height:100%;display:flex}.pulse.rv.soft .gcell[data-tier=lead] .cfoot,.pulse.rv.soft .gcell[data-tier=lead] .meter{flex-direction:column;flex:1;min-height:0;display:flex}.pulse.rv.soft .gcell[data-tier=lead] .meter .wp{flex:1;height:auto;min-height:90px}.pulse.rv.soft .gcell[data-tier=lead] .lastplay{z-index:1;border-top:1px solid var(--bc-line);background:var(--bc-surface);white-space:nowrap;text-overflow:ellipsis;flex:none;min-height:0;padding-top:7px;position:relative;overflow:hidden;margin:6px 0 0!important}.pulse.rv.soft .qhead,.pulse.rv.soft .rail .panel .ph h2,.pulse.rv.soft .plays .plhead h2{font-family:var(--font-heading)!important}.pulse.rv.soft .live-pill,.pulse.rv.soft .leagues a,.pulse.rv.soft .sortlabel{border-radius:0}.pulse.rv.soft .hub-grid{gap:22px}.pulse.rv.soft ul.games{grid-template-columns:repeat(12,1fr);align-items:start;gap:14px;display:grid}.pulse.rv.soft ul.games.quiet{grid-template-columns:repeat(12,1fr)}.pulse.rv.soft .gcell{grid-column:span 6;min-width:0}.pulse.rv.soft .gcell[data-tier=lead]{grid-column:span 12}.pulse.rv.soft .gcell[data-tier=cold],.pulse.rv.soft .gcell.quietcell{grid-column:span 4}.pulse.rv.soft .card{background:var(--bc-surface);border:3px solid var(--heatcolor-a,transparent);box-shadow:var(--sf-shadow);height:294px;transition:box-shadow .3s var(--sf-ease), transform .3s var(--sf-ease);border-radius:0;padding:18px 20px 16px 22px;overflow:hidden}.pulse.rv.soft .card:hover{box-shadow:var(--sf-shadow-lg);transform:translateY(-2px)}.pulse.rv.soft .card .accentbar,.pulse.rv.soft .card .spikeflag{display:none}.pulse.rv.soft .gcell[data-tier=lead] .card{box-shadow:var(--sf-shadow-lg);background:var(--rv-lead-surface);border-radius:0;height:333px;padding:22px 26px 20px 28px}.pulse.rv.soft .gcell[data-tier=cold] .card{border-radius:0;height:142px;padding:14px 15px 13px 18px}.pulse.rv.soft .card.upcoming{height:auto;min-height:142px}.pulse.rv.soft .gcell[data-tier=lead][data-nochart="1"] .card{height:auto;min-height:190px}.pulse.rv.soft .card .chead{grid-template-columns:12px auto 1fr auto;align-items:center;gap:9px;margin-bottom:10px;display:grid}.pulse.rv.soft .gcell[data-tier=cold] .card .chead{grid-template-columns:12px 1fr auto}.pulse.rv.soft .card .chead .livedot{background:var(--pulse-live);border-radius:50%;width:7px;height:7px}.pulse.rv.soft .card.final .chead .livedot,.pulse.rv.soft .card.upcoming .chead .livedot{background:var(--bc-ink-45)}.pulse.rv.soft .card .status{font-family:var(--font-heading);letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:800}.pulse.rv.soft .card .status .redlive{color:var(--pulse-live)}.pulse.rv.soft .card .status .finaltag,.pulse.rv.soft .card .status .uptag{color:var(--bc-ink-45)}.pulse.rv.soft .card .clock{font-family:var(--font-heading);color:var(--bc-ink-70);justify-self:end;font-size:12px;font-weight:700}.pulse.rv.soft .stateword{font-family:var(--font-heading);letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;background:color-mix(in srgb, var(--pulse-live) 13%, transparent);color:var(--theme-primary-text);border:0;border-radius:0;justify-self:start;padding:4px 9px 3px;font-size:11px;font-weight:700;line-height:1}html.dark .pulse.rv.soft .stateword{background:color-mix(in srgb, var(--pulse-live) 22%, transparent)}.pulse.rv.soft .stateword[data-cold="1"]{background:var(--rv-gauge-track);color:var(--bc-ink-45)}.pulse.rv.soft .team{grid-template-columns:12px 22px 1fr auto;align-items:center;gap:10px;padding:3px 0;display:grid}.pulse.rv.soft .team .sw{border-radius:0;width:10px;height:20px}.pulse.rv.soft .team .tlogo{object-fit:contain;width:22px;height:22px}.pulse.rv.soft .team .ab{font-family:var(--font-heading);align-items:center;font-size:16px;font-weight:700;display:flex}.pulse.rv.soft .team .tpick{font-family:var(--font-heading);letter-spacing:.1em;white-space:nowrap;color:var(--theme-primary);margin-left:auto;padding-right:10px;font-size:9.5px;font-weight:800;line-height:1}.pulse.rv.soft .team .tpick-won{color:#166534}.pulse.rv.soft .team .tpick-lost{color:#9a3412}[data-theme=dark] .pulse.rv.soft .team .tpick-won{color:#7fd8a0}[data-theme=dark] .pulse.rv.soft .team .tpick-lost{color:#f0a08c}.pulse.rv.soft .team .sc{font-family:var(--font-heading);text-align:right;font-size:24px}.pulse.rv.soft .team.leading .sc{font-weight:900}.pulse.rv.soft .team.trailing .ab,.pulse.rv.soft .team.trailing .sc{color:var(--rv-trail)}.pulse.rv.soft .team.trailing .sc{font-weight:500}.pulse.rv.soft .team.trailing .tlogo{opacity:.8}.pulse.rv.soft .team.trailing .sw{opacity:.62}.pulse.rv.soft .cface{display:block}.pulse.rv.soft .cside{flex-direction:column;display:flex}.pulse.rv.soft .lastplay{min-height:34px;color:var(--bc-ink-70);margin:9px 0 0;font-size:13px}.pulse.rv.soft .lastplay .k{font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;color:var(--pulse-live);margin-right:7px;font-size:10px;font-weight:800}.pulse.rv.soft .gcell[data-tier=normal] .lastplay{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.pulse.rv.soft .why{color:var(--bc-ink-70);margin:0 0 12px;font-size:13px;line-height:1.45;display:none}.pulse.rv.soft .whyk{font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;color:var(--pulse-live);margin-right:8px;font-size:10px;font-weight:800;display:inline-block}.pulse.rv.soft .cfoot{border-top:1px solid var(--rv-hair);margin-top:10px;padding-top:10px}.pulse.rv.soft .meter .mtop{justify-content:space-between;align-items:baseline;display:flex}.pulse.rv.soft .meter .rate{color:var(--bc-ink-45);text-transform:none;letter-spacing:.01em;font-size:11px}.pulse.rv.soft .meter .wpread{font-family:var(--font-heading);color:var(--bc-ink);font-size:12.5px;font-weight:800}.pulse.rv.soft .meter .wp{width:100%;height:30px;margin-top:6px;display:block}.pulse.rv.soft .cfootrow{border-top:1px solid var(--rv-hair);justify-content:space-between;align-items:center;gap:12px;margin-top:11px;padding-top:9px;display:flex}.pulse.rv.soft .liveact{font-family:var(--font-heading);color:var(--bc-ink-45);align-items:center;gap:12px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.pulse.rv.soft .liveact .la{white-space:nowrap;align-items:center;gap:5px;display:inline-flex}.pulse.rv.soft .liveact svg{fill:none;stroke:currentColor;stroke-width:1.6px;width:13px;height:13px}.pulse.rv.soft .liveact .n{color:var(--bc-ink-70)}.pulse.rv.soft .liveact .pick{color:var(--bc-ink);font-size:13px}.pulse.rv.soft .liveact .pick .pct{color:var(--theme-primary-text);font-weight:800}.pulse.rv.soft .liveact .pick .sep{color:var(--bc-ink-45);margin:0 3px}.pulse.rv.soft .openhint{font-family:var(--font-heading);letter-spacing:.02em;color:var(--bc-ink-45);align-items:center;gap:4px;margin-left:auto;font-size:11px;font-weight:700;display:inline-flex}.pulse.rv.soft .openhint svg{fill:none;stroke:currentColor;stroke-width:1.6px;width:10px;height:10px}.pulse.rv.soft .card:hover .openhint{color:var(--pulse-live)}.pulse.rv.soft .gcell[data-tier=cold] .liveact{font-size:11px}.pulse.rv.soft .card .openlab,.pulse.rv.soft .gcell>.cbtn{display:none}.pulse.rv.soft .gcell[data-tier=normal] .lastplay{order:1}.pulse.rv.soft .gcell[data-tier=normal] .cfoot{order:2}.pulse.rv.soft .gcell[data-tier=lead] .cface{grid-template-columns:320px 1fr;grid-template-areas:"m s""f f";align-items:start;gap:18px 28px;display:grid}.pulse.rv.soft .gcell[data-tier=lead] .cmain{grid-area:m;align-self:center}.pulse.rv.soft .gcell[data-tier=lead] .cside{grid-area:s}.pulse.rv.soft .gcell[data-tier=lead] .cfootrow{grid-area:f}.pulse.rv.soft .gcell[data-tier=lead] .why{order:0;display:block}.pulse.rv.soft .gcell[data-tier=lead] .cfoot{border-top:0;order:1;margin-top:0;padding-top:0}.pulse.rv.soft .gcell[data-tier=lead] .lastplay{order:2;margin:12px 0 0}.pulse.rv.soft .gcell[data-tier=lead] .meter .wp{height:108px;margin-top:8px}.pulse.rv.soft .gcell[data-tier=lead] .team{grid-template-columns:14px 34px 1fr auto;gap:12px;padding:6px 0}.pulse.rv.soft .gcell[data-tier=lead] .team .sw{width:12px;height:34px}.pulse.rv.soft .gcell[data-tier=lead] .team .tlogo{width:34px;height:34px}.pulse.rv.soft .gcell[data-tier=lead] .team .ab{font-size:26px}.pulse.rv.soft .gcell[data-tier=lead] .team .sc{letter-spacing:-.03em;font-size:56px}.pulse.rv.soft .gcell[data-tier=lead] .chead{margin-bottom:14px}.pulse.rv.soft .gcell[data-tier=cold] .lastplay,.pulse.rv.soft .gcell[data-tier=cold] .why,.pulse.rv.soft .gcell[data-tier=cold] .status{display:none}.pulse.rv.soft .gcell[data-tier=cold] .cfoot{border-top:1px solid var(--rv-hair);margin-top:9px;padding-top:8px}.pulse.rv.soft .gcell[data-tier=cold] .meter .mtop{display:none}.pulse.rv.soft .gcell[data-tier=cold] .meter .wp{opacity:.85;height:16px;margin-top:0}.pulse.rv.soft .gcell[data-tier=cold] .team{grid-template-columns:10px 18px 1fr auto;gap:8px;padding:2px 0}.pulse.rv.soft .gcell[data-tier=cold] .team .sw{width:8px;height:14px}.pulse.rv.soft .gcell[data-tier=cold] .team .tlogo{width:18px;height:18px}.pulse.rv.soft .gcell[data-tier=cold] .team .ab{font-size:15px}.pulse.rv.soft .gcell[data-tier=cold] .team .sc{font-size:21px}.pulse.rv.soft .gcell[data-tier=cold] .cfootrow{margin-top:8px;padding-top:7px}.pulse.rv.soft .wp .wp-edge{fill:none;stroke:var(--bc-line-strong);stroke-width:1px;vector-effect:non-scaling-stroke}.pulse.rv.soft .wp .wp-away{fill:var(--wp-away-light)}.pulse.rv.soft .wp .wp-home{fill:var(--wp-home-light)}html.dark .pulse.rv.soft .wp .wp-away{fill:var(--wp-away-dark)}html.dark .pulse.rv.soft .wp .wp-home{fill:var(--wp-home-dark)}.pulse.rv.soft .wpfull .wp-grid{stroke:var(--rv-hair);stroke-width:1px;vector-effect:non-scaling-stroke}.pulse.rv.soft .wpfull .wp-mid{stroke:var(--bc-ink-45);stroke-width:1px;stroke-dasharray:3 3;vector-effect:non-scaling-stroke}.pulse.rv.soft .wpfull .wp-now{fill:var(--bc-ink);stroke:var(--bc-surface);stroke-width:2px}.pulse.rv.soft .cfoot .wpfull{display:none}.pulse.rv.soft .cfoot .wp.spark,.pulse.rv.soft .gcell[data-tier=lead] .cfoot .wpfull{display:block}.pulse.rv.soft .gcell[data-tier=lead] .cfoot .wp.spark,.pulse.rv.soft .mtop .wpread{display:none}.pulse.rv.soft .gcell[data-tier=lead] .mtop .wpread{display:inline}.pulse.rv.soft .card.upcoming .stateword{grid-column:1/-1}.pulse.rv.soft .pregame{color:var(--bc-ink-45);flex-direction:column;gap:3px;font-size:12px;display:flex}.pulse.rv.soft .pregame .pgvenue{color:var(--bc-ink-70)}.pulse.rv.soft .rail .panel{background:var(--bc-surface);box-shadow:var(--sf-shadow);border:0;border-radius:0;padding:18px}html.dark .pulse.rv.soft .rail .panel{border:1px solid #ffffff0f}.pulse.rv.soft .rail .fr,.pulse.rv.soft .rail .tr{border-radius:0}.pulse.rv.soft .rail .fr:hover,.pulse.rv.soft .rail .tr:hover{background:var(--rv-gauge-track)}.pulse.rv.soft .ticker{background:var(--bc-surface);color:var(--bc-ink);border:0;border-bottom:1px solid var(--rv-hair)}.pulse.rv.soft .ticker .tag{background:var(--pulse-live);color:var(--pulse-live-on);letter-spacing:.06em;text-transform:none;border-radius:0;font-stretch:100%}.pulse.rv.soft .ticker .swatch{border-radius:0}.pulse.rv.soft .ticker .tk b,.pulse.rv.soft .ticker .tk .sc{color:var(--bc-ink)}.pulse.rv.soft[data-stage=on] .hub-grid{grid-template-columns:1fr 300px;align-items:start}.pulse.rv.soft .focuspanel{background:var(--bc-surface);box-shadow:var(--sf-shadow-lg);border:3px solid var(--heatcolor-a,var(--rv-hair));border-radius:0;min-width:0;overflow:hidden}.pulse.rv.soft .focuspanel .stage{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.pulse.rv.soft .fhead{border-bottom:1px solid var(--rv-hair);align-items:center;gap:12px;padding:15px 22px;display:flex}.pulse.rv.soft .fhead .ststate{font-family:var(--font-heading);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:800}.pulse.rv.soft .fhead .ststate .redlive{color:var(--pulse-live)}.pulse.rv.soft .fhead .ststate .finaltag,.pulse.rv.soft .fhead .ststate .uptag{color:var(--bc-ink-45)}.pulse.rv.soft .fhead .fstate{font-family:var(--font-heading);letter-spacing:.05em;text-transform:uppercase;color:var(--theme-primary-text);background:color-mix(in srgb, var(--pulse-live) 13%, transparent);border-radius:0;padding:4px 9px 3px;font-size:11px;font-weight:700}html.dark .pulse.rv.soft .fhead .fstate{background:color-mix(in srgb, var(--pulse-live) 22%, transparent)}.pulse.rv.soft .fhead .fspace{flex:1}.pulse.rv.soft .fhead .fact{font-family:var(--font-heading);color:var(--bc-ink-45);font-variant-numeric:tabular-nums;align-items:center;gap:6px;font-size:12.5px;font-weight:700;display:inline-flex}.pulse.rv.soft .fhead .fact .la{align-items:center;gap:5px;display:inline-flex}.pulse.rv.soft .fhead .fact svg{fill:none;stroke:currentColor;stroke-width:1.6px;width:13px;height:13px}.pulse.rv.soft .fhead .fact .n{color:var(--bc-ink-70)}.pulse.rv.soft .fhead .stclose{font-family:var(--font-heading);color:var(--bc-ink-70);border:1px solid var(--rv-hair);white-space:nowrap;border-radius:0;padding:6px 12px;font-size:12px;font-weight:700;text-decoration:none}.pulse.rv.soft .fhead .stclose:hover{background:var(--rv-gauge-track);color:var(--bc-ink)}.pulse.rv.soft .fmain{grid-template-columns:340px 1fr;align-items:center;gap:26px;padding:20px 22px;display:grid}.pulse.rv.soft .fmain.fmain-nochart{grid-template-columns:1fr;max-width:520px}.pulse.rv.soft .fscore .fteam{grid-template-columns:12px 38px auto 1fr auto;align-items:center;gap:13px;padding:6px 0;display:grid}.pulse.rv.soft .fscore .fsw{border-radius:0;width:11px;height:32px}.pulse.rv.soft .fscore .tlogo{object-fit:contain;width:38px;height:38px}.pulse.rv.soft .fscore .fab{font-family:var(--font-heading);letter-spacing:-.02em;font-size:24px;font-weight:900}.pulse.rv.soft .fscore .fnm{color:var(--bc-ink-45);font-size:13px}.pulse.rv.soft .fscore .fnm a{color:inherit;text-decoration:none}.pulse.rv.soft .fscore .fnm a:hover{color:var(--bc-ink-70);text-decoration:underline}.pulse.rv.soft .fscore .fnm a:focus-visible{outline:2px solid var(--theme-primary);outline-offset:2px}.pulse.rv.soft .fscore .fsc{font-family:var(--font-heading);letter-spacing:-.03em;text-align:right;font-variant-numeric:tabular-nums;font-size:48px;font-weight:900}.pulse.rv.soft .fscore .trail .fab,.pulse.rv.soft .fscore .trail .fsc{color:var(--rv-trail)}.pulse.rv.soft .fscore .trail .fsc{font-weight:500}.pulse.rv.soft .fscore .trail .tlogo{opacity:.8}.pulse.rv.soft .fscore .trail .fsw{opacity:.6}.pulse.rv.soft .fscore .stplay{color:var(--bc-ink-70);margin-top:8px;font-size:13px}.pulse.rv.soft .fscore .stplay .k{font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;color:var(--pulse-live);margin-right:7px;font-size:10px;font-weight:800}.pulse.rv.soft .fscore .fmeta{color:var(--bc-ink-45);margin-top:6px;font-size:12px}.pulse.rv.soft .fchart .fchh{justify-content:space-between;align-items:baseline;margin-bottom:8px;display:flex}.pulse.rv.soft .fchart .lbl{font-family:var(--font-heading);letter-spacing:.04em;text-transform:uppercase;color:var(--bc-ink-45);font-size:11px;font-weight:700}.pulse.rv.soft .fchart .wpread{font-family:var(--font-heading);color:var(--bc-ink);font-size:13px;font-weight:800}.pulse.rv.soft .fchbox{grid-template-columns:1fr auto;column-gap:10px;height:150px;display:grid}.pulse.rv.soft .fchbox .wp{width:100%;height:150px;display:block}.pulse.rv.soft .faxis{text-align:right;flex-direction:column;justify-content:space-between;padding:2px 0;display:flex}.pulse.rv.soft .faxis span{letter-spacing:.06em;text-transform:uppercase;color:var(--bc-ink-45);white-space:nowrap;font-size:9.5px}.pulse.rv.soft .focuspanel .streams{border-top:1px solid var(--rv-hair);border-radius:0;grid-template-columns:1fr 1fr;gap:0;height:clamp(420px,100vh - 200px,900px);display:grid;overflow:visible}.pulse.rv.soft .focuspanel .streams>*{min-width:0;min-height:0}.pulse.rv.soft .focuspanel .streams .plays{border:0;border-right:1px solid var(--rv-hair);box-shadow:none;background:0 0;border-radius:0}.pulse.rv.soft .focuspanel .streams .plays .plhead{border-bottom:1px solid var(--rv-hair)}.pulse.rv.soft .focuspanel .streams .plays .plhead h2{font-family:var(--font-heading);letter-spacing:.02em;text-transform:none;font-size:13px;font-weight:800}@media (max-width:900px){.pulse.rv.soft .fmain{grid-template-columns:1fr;gap:16px}.pulse.rv.soft .focuspanel .streams{grid-template-columns:1fr;height:auto}.pulse.rv.soft .focuspanel .streams .plays{border-right:0;border-bottom:1px solid var(--rv-hair)}}.pulse.rv.soft[data-stage=on]:not([data-rail=strip]) .quiet-slate{display:none}.pulse[data-stage=on][data-rail=strip] .quiet-slate{scrollbar-width:thin;scrollbar-color:var(--bc-line-strong) transparent;grid-area:1/2/span 2;max-height:calc(100vh - 96px);position:sticky;top:78px;overflow-y:auto}.pulse.rv.soft[data-stage=on] .games:not(.quiet){grid-template-columns:1fr;gap:9px}.pulse.rv.soft[data-stage=on] .gcell,.pulse.rv.soft[data-stage=on] .gcell[data-tier=lead],.pulse.rv.soft[data-stage=on] .gcell[data-tier=normal],.pulse.rv.soft[data-stage=on] .gcell[data-tier=cold]{grid-column:1}.pulse.rv.soft[data-stage=on] .gcell .card,.pulse.rv.soft[data-stage=on] .gcell[data-tier=lead] .card,.pulse.rv.soft[data-stage=on] .gcell[data-tier=cold] .card{border-radius:0;height:auto;padding:12px 14px}.pulse.rv.soft[data-stage=on] .gcell[data-tier=lead] .cface{display:block}.pulse.rv.soft[data-stage=on] .cside,.pulse.rv.soft[data-stage=on] .cfootrow{display:none}.pulse.rv.soft[data-stage=on] .gcell[data-tier=lead] .team{grid-template-columns:10px 18px 1fr auto;gap:8px;padding:2px 0}.pulse.rv.soft[data-stage=on] .gcell[data-tier=lead] .team .sw{width:8px;height:14px}.pulse.rv.soft[data-stage=on] .gcell[data-tier=lead] .team .tlogo{width:18px;height:18px}.pulse.rv.soft[data-stage=on] .gcell[data-tier=lead] .team .ab{font-size:15px}.pulse.rv.soft[data-stage=on] .gcell[data-tier=lead] .team .sc{font-size:21px}.pulse.rv.soft[data-stage=on] .gcell .chead{grid-template-columns:12px 1fr auto;margin-bottom:7px}.pulse.rv.soft[data-stage=on] .gcell .stateword{display:none}.pulse.rv.soft[data-stage=on] .gcell .status{grid-column:2}.pulse.rv.soft .quiet-slate{margin-top:26px;padding-bottom:30px}.pulse.rv.soft .qhead{font-family:var(--font-heading);letter-spacing:-.02em;text-transform:none;margin:10px 0 14px;font-size:20px;font-weight:900;font-stretch:100%}@media (max-width:1080px){.pulse.rv.soft .gcell[data-tier=lead] .cface{grid-template-columns:1fr;grid-template-areas:"m""s""f";gap:14px}.pulse.rv.soft .gcell[data-tier=lead] .card{height:auto}}@media (max-width:760px){.pulse.rv.soft .gcell,.pulse.rv.soft .gcell[data-tier=cold],.pulse.rv.soft .gcell.quietcell{grid-column:span 12}.pulse.rv.soft .card,.pulse.rv.soft .gcell[data-tier=lead] .card,.pulse.rv.soft .gcell[data-tier=cold] .card{height:auto}.pulse.rv.soft .gcell[data-tier=lead] .team .sc{font-size:46px}}.pulse[data-stage=on] .games .gcell[data-tier=lead] .cside,.pulse[data-stage=on] .games .gcell[data-tier=normal] .cside,.pulse[data-stage=on] .games .gcell[data-tier=cold] .cside,.pulse[data-stage=on] .games .gcell[data-tier=lead] .cfootrow,.pulse[data-stage=on] .games .gcell[data-tier=normal] .cfootrow,.pulse[data-stage=on] .games .gcell[data-tier=cold] .cfootrow{display:none}.pulse[data-stage=on] .games .gcell[data-tier=lead] .team,.pulse[data-stage=on] .games .gcell[data-tier=normal] .team,.pulse[data-stage=on] .games .gcell[data-tier=cold] .team{grid-template-columns:10px 18px 1fr auto;gap:8px;padding:2px 0}.pulse[data-stage=on] .games .gcell[data-tier] .team .sw{width:8px;height:14px}.pulse[data-stage=on] .games .gcell[data-tier] .team .ab{font-size:15px}.pulse[data-stage=on] .games .gcell[data-tier] .team .sc{font-size:21px}.pulse.rv.soft[data-stage=on] .games .gcell[data-tier=lead] .card,.pulse.rv.soft[data-stage=on] .games .gcell[data-tier=normal] .card,.pulse.rv.soft[data-stage=on] .games .gcell[data-tier=cold] .card,.pulse.rv.soft[data-stage=on] .games .gcell:not([data-tier]) .card,.pulse.rv.soft[data-stage=on] .games .gcell.quietcell .card{height:97px}.pulse[data-stage=on] .games .gcell:not([data-tier]) .cside,.pulse[data-stage=on] .games .gcell.quietcell .cside{display:none}.pulse [class*=rounded-\[],.pulse .rounded,.pulse .rounded-sm,.pulse .rounded-md,.pulse .rounded-lg,.pulse .rounded-xl,.pulse .rounded-2xl,.pulse .rounded-3xl{border-radius:0!important}.pulse.rv.soft .gcell[data-tier=lead] .cface{grid-template-rows:1fr auto;align-items:stretch;height:100%}.pulse.rv.soft .gcell[data-tier=lead] .cmain{align-self:start}.pulse.rv.soft .gcell[data-tier=lead] .cside{align-self:stretch;height:auto}.pulse.rv.soft .cfootrow{border-top:0;margin-top:12px;padding-top:0}.pulse.rv.soft .gcell[data-tier=cold] .cfootrow{display:none}.pulse.rv.soft .gcell[data-tier=normal] .meter .wp,.pulse.rv.soft .gcell[data-tier=lead] .meter .wp{min-height:0}.pulse .card{border-radius:14px;padding:16px 18px 14px;box-shadow:0 1px 2px #1118270d,0 6px 20px #11182712}.pulse .gcell[data-tier=lead] .card{border-radius:16px;padding:20px 24px 18px}html.dark .pulse .card{box-shadow:0 1px 2px #00000073,0 8px 24px #00000061}.pulse .card:hover{box-shadow:0 2px 5px #1118270f,0 16px 44px #1118271f}html.dark .pulse .card:hover{box-shadow:0 2px 6px #0000008c,0 20px 52px #0000007a}.pulse.rv.soft .card .chead{flex-wrap:nowrap;align-items:center;gap:9px;min-width:0;margin-bottom:12px;display:flex}.pulse.rv.soft .card .chead>*{flex:none}.pulse.rv.soft .card .chead .rank{font-family:var(--font-heading);letter-spacing:.06em;color:var(--bc-ink-45);white-space:nowrap;font-size:11px;font-weight:800}.pulse.rv.soft .card .chead .rank[data-lead="1"]{color:var(--sf-hot,#ff7a2f);letter-spacing:.1em}.pulse.rv.soft .card .chead .clock{justify-self:auto}.pulse.rv.soft .card .chead .stateword{text-overflow:ellipsis;justify-self:auto;min-width:0;overflow:hidden}.pulse.rv.soft .card .chead .cnet{letter-spacing:.04em;color:var(--bc-ink-45);white-space:nowrap;text-overflow:ellipsis;flex:0 auto;min-width:0;margin-left:auto;font-size:11px;overflow:hidden}.pulse.rv.soft .gcell[data-tier=cold] .card .chead{flex-wrap:wrap}.pulse .card .meter .mtop{align-items:center;gap:8px;margin-bottom:7px}.pulse .card .meter .rate{color:var(--bc-ink-70);letter-spacing:.01em;text-transform:none;font-size:11.5px;font-weight:700}.pulse .card .meter .mtop-mid{text-align:center;color:var(--bc-ink-45);letter-spacing:.01em;flex:auto;font-size:11px}.pulse .card .meter .wpread{color:var(--bc-ink-70);font-size:11.5px;font-weight:700}.pulse .wpbar{background:var(--rv-gauge-track,#11141a14);border-radius:3px;width:100%;height:5px;margin-bottom:9px;display:flex;overflow:hidden}.pulse .wpbar>span{height:100%;display:block}.pulse .wpbar .wpb-away{background:var(--wp-away-light)}.pulse .wpbar .wpb-home{background:var(--wp-home-light)}html.dark .pulse .wpbar{background:#ffffff1a}html.dark .pulse .wpbar .wpb-away{background:var(--wp-away-dark)}html.dark .pulse .wpbar .wpb-home{background:var(--wp-home-dark)}.pulse .card .lastplay{min-width:0;color:var(--bc-ink-70);text-overflow:ellipsis;white-space:nowrap;align-items:baseline;gap:9px;font-size:12.5px;line-height:1.45;display:flex;overflow:hidden}.pulse .card .lastplay .k{background:var(--rv-gauge-track,#11141a12);color:var(--bc-ink-70);font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;border-radius:7px;flex:none;padding:3px 7px 2px;font-size:10px;font-weight:700}html.dark .pulse .card .lastplay .k{background:#ffffff1a}.pulse.rv.soft .wtl{flex-wrap:wrap;align-items:baseline;gap:12px;margin:4px 0 14px;display:flex}.pulse.rv.soft .wtl-h{font-family:var(--font-heading);letter-spacing:-.02em;text-transform:none;color:var(--bc-ink);margin:0;font-size:20px;font-weight:900}.pulse.rv.soft .wtl-sub{color:var(--bc-ink-45);font-size:12.5px}.pulse.rv.soft .settled-head{border-top:1px solid var(--rv-hair);margin:26px 0 12px;padding-top:18px}.pulse.rv.soft .settled-head .qhead{margin:0}.pulse.rv.soft .settled-meta{color:var(--bc-ink-45);margin-left:auto;font-size:12px}.pulse.rv.soft .gcell[data-tier=lead]{grid-area:span 2/span 8}.pulse.rv.soft .gcell,.pulse.rv.soft .gcell[data-tier=normal],.pulse.rv.soft .gcell[data-tier=cold]{grid-column:span 4}.pulse.rv.soft .gcell[data-tier=lead] .card{height:548px}.pulse.rv.soft .gcell[data-tier=normal] .card,.pulse.rv.soft .gcell[data-tier=cold] .card{height:267px}.pulse.rv.soft .strip{grid-template-columns:repeat(3,1fr);gap:12px;margin:0;padding:0;list-style:none;display:grid}.pulse.rv.soft .strip .scell{min-width:0}.pulse.rv.soft[data-stage=on] .hub-grid .strip{grid-template-columns:1fr}.pulse.rv.soft .striprow{background:var(--bc-surface);border:1px solid var(--rv-hair);width:100%;min-width:0;color:inherit;transition:box-shadow .25s var(--sf-ease), border-color .2s var(--sf-ease);border-radius:10px;align-items:center;gap:12px;padding:12px 14px;text-decoration:none;display:flex}.pulse.rv.soft .striprow:hover{border-color:#0000;box-shadow:0 1px 2px #1118270d,0 6px 20px #11182712}html.dark .pulse.rv.soft .striprow:hover{box-shadow:0 1px 2px #00000073,0 8px 24px #00000061}.pulse.rv.soft .striprow:focus-visible{outline:2px solid var(--theme-primary);outline-offset:2px}.pulse.rv.soft .striprow-more{color:var(--bc-ink-70);justify-content:center;font-weight:600}.pulse.rv.soft .striprow-more:hover{color:var(--bc-ink)}.pulse.rv.soft .slogos{flex:none;align-items:center;display:inline-flex}.pulse.rv.soft .slogos .slogo{object-fit:contain;width:22px;height:22px}.pulse.rv.soft .slogos .slogo-light{display:block}.pulse.rv.soft .slogos .slogo-dark,html.dark .pulse.rv.soft .slogos .slogo-light{display:none}html.dark .pulse.rv.soft .slogos .slogo-dark{display:block}.pulse.rv.soft .slogos>:nth-child(3),.pulse.rv.soft .slogos>:nth-child(4){margin-left:-6px}.pulse.rv.soft .sbody{flex-direction:column;flex:auto;gap:2px;min-width:0;display:flex}.pulse.rv.soft .smatch{font-family:var(--font-heading);letter-spacing:-.01em;color:var(--bc-ink);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:800;overflow:hidden}.pulse.rv.soft .ssub{color:var(--bc-ink-45);white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;overflow:hidden}.pulse.rv.soft .sstat{font-family:var(--font-heading);color:var(--bc-ink-70);white-space:nowrap;flex:none;font-size:12.5px;font-weight:800}.pulse.rv.soft .scmt{font-family:var(--font-heading);color:var(--bc-ink-45);flex:none;align-items:center;gap:4px;font-size:11.5px;font-weight:800;display:inline-flex}.pulse.rv.soft .scmt svg{fill:none;stroke:currentColor;stroke-width:1.6px;width:13px;height:13px}.pulse.rv.soft .scmt .n{font-variant-numeric:tabular-nums;color:var(--bc-ink-70)}.pulse.rv.soft .sscore,.pulse.rv.soft .sclock,.pulse.rv.soft .splay{display:none}.pulse.rv.soft .scell[data-live="1"] .sscore{font-family:var(--font-heading);color:var(--bc-ink);font-variant-numeric:tabular-nums;flex:none;align-items:center;gap:4px;font-size:13px;font-weight:800;display:inline-flex}.pulse.rv.soft .scell[data-live="1"] .sscore .ssep{color:var(--bc-ink-45);font-weight:700}.pulse.rv.soft .scell[data-live="1"] .sclock{color:var(--bc-ink-45);font-variant-numeric:tabular-nums;flex:none;font-size:11.5px;display:inline-block}.pulse.rv.soft .scell[data-live="1"] .splay{color:var(--bc-ink-45);white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;display:block;overflow:hidden}.pulse.rv.soft .scell[data-live="1"] .splay .k{color:var(--pulse-live);margin-right:5px;font-weight:800}.pulse.rv.soft .sstat .redlive{color:var(--pulse-live)}html.dark .pulse .bdiamond{--bd-empty:var(--bc-surface-2);--bd-stroke:var(--bc-ink-45);--bd-plate:var(--bc-surface-2);--bd-infield:#7fb07f;border:1px solid var(--bc-line);background:var(--bc-surface)!important;box-shadow:none!important}html.dark .pulse .bdiamond [class*=text-slate-8],html.dark .pulse .bdiamond [class*=text-slate-7]{color:var(--bc-ink)!important}html.dark .pulse .bdiamond [class*=text-slate-5]{color:var(--bc-ink-45)!important}html.dark .pulse .bdiamond [class*=border-slate]{border-color:var(--bc-line)!important}.pulse.rv.soft .sstat .soontag{color:var(--theme-primary-text,var(--bc-ink));font-variant-numeric:tabular-nums}.pulse.rv.soft .soon-slate{margin-bottom:14px}.pulse.rv.soft .soon-slate .qhead{color:var(--bc-ink)}.pulse.rv.soft .scell[data-live="1"] .ssub{display:none}@media (max-width:1080px){.pulse.rv.soft .gcell[data-tier=lead]{grid-area:auto/span 12}.pulse.rv.soft .gcell[data-tier=lead] .card{height:auto;min-height:330px}.pulse.rv.soft .gcell,.pulse.rv.soft .gcell[data-tier=normal],.pulse.rv.soft .gcell[data-tier=cold]{grid-column:span 6}.pulse.rv.soft .strip{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.pulse.rv.soft .gcell,.pulse.rv.soft .gcell[data-tier=lead],.pulse.rv.soft .gcell[data-tier=normal],.pulse.rv.soft .gcell[data-tier=cold]{grid-column:span 12}.pulse.rv.soft .gcell[data-tier=normal] .card,.pulse.rv.soft .gcell[data-tier=cold] .card{height:auto;min-height:232px}.pulse.rv.soft .strip{grid-template-columns:1fr}.pulse.rv.soft .settled-meta{margin-left:0}}.pulse.rv.soft .boardcol{min-width:0}.pulse.rv.soft ul.games[data-live="1"] .gcell[data-tier=lead]{grid-area:auto/span 12}.pulse.rv.soft ul.games[data-live="1"] .gcell[data-tier=lead] .card{height:auto;min-height:320px}.pulse.rv.soft ul.games[data-live="2"] .gcell[data-tier=lead]{grid-row:auto}.pulse.rv.soft ul.games[data-live="2"] .gcell[data-tier=lead] .card{height:267px}.pulse .games{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:900px){.pulse .games{grid-template-columns:minmax(0,1fr)}}.pulse.rv.soft .gcell.uni{min-width:0}.pulse.rv.soft .gcell.uni .card,.pulse.rv.soft .gcell.uni[data-tier=lead] .card,.pulse.rv.soft .gcell.uni[data-nochart="1"] .card{min-width:0;height:404px;padding:15px 16px 13px;display:block}.pulse.rv.soft .gcell.uni .uface{grid-template-rows:auto auto 1fr 112px auto;gap:10px;min-width:0;height:100%;display:grid}.pulse.rv.soft .gcell.uni .uface>*{min-width:0}.pulse.rv.soft .uhead{align-items:center;gap:8px;min-height:22px;display:flex}.pulse.rv.soft .urank{color:var(--bc-ink-45);flex:none;font-size:11px;font-weight:600}.pulse.rv.soft .urank[data-lead="1"]{color:var(--sf-hot-ink)}.pulse.rv.soft .uhead .clock{white-space:nowrap;margin-left:0}.pulse.rv.soft .uhead .stateword{margin-left:auto}.pulse.rv.soft .pretag{color:var(--bc-ink-45);font-size:11px;font-weight:600}.pulse.rv.soft .uteams{flex-direction:column;gap:6px;display:flex}.pulse.rv.soft .umid{flex-direction:column;gap:9px;min-width:0;display:flex;overflow:hidden}.pulse.rv.soft .umeter{flex-direction:column;gap:5px;display:flex}.pulse.rv.soft .umtop{color:var(--bc-ink-45);align-items:baseline;gap:8px;font-size:11px;display:flex}.pulse.rv.soft .umidlabel{text-align:center;white-space:nowrap;text-overflow:ellipsis;flex:auto;min-width:0;overflow:hidden}.pulse.rv.soft .gcell.uni .utrace .wpfull{display:none}.pulse.rv.soft .gcell.uni .utrace .spark{width:100%;height:26px;display:block}.pulse.rv.soft .gcell.uni .lastplay{min-width:0;margin:0}.pulse.rv.soft .uslot{border-top:1px solid var(--rv-hair);flex-direction:column;justify-content:center;padding-top:9px;display:flex;overflow:hidden}.pulse.rv.soft .uleaders{flex-direction:column;gap:6px;display:flex}.pulse.rv.soft .ulhead{letter-spacing:.07em;text-transform:uppercase;color:var(--bc-ink-45);font-size:10px;font-weight:700}.pulse.rv.soft .ulrow{align-items:baseline;gap:8px;min-width:0;font-size:12.5px;display:flex}.pulse.rv.soft .ullabel{letter-spacing:.04em;color:var(--bc-ink-70);background:var(--rv-gauge-track);flex:none;padding:2px 6px;font-size:10px;font-weight:700}.pulse.rv.soft .ulname{min-width:0;color:var(--bc-ink);white-space:nowrap;text-overflow:ellipsis;flex:auto;overflow:hidden}.pulse.rv.soft .ulvalue{color:var(--bc-ink);flex:none;font-weight:600}.pulse.rv.soft .uempty{color:var(--bc-ink-45);margin:0;font-size:12px;line-height:1.45}.pulse.rv.soft .ufoot{border-top:1px solid var(--rv-hair);align-items:center;gap:10px;min-width:0;padding-top:9px;display:flex}.pulse.rv.soft .ufacts{min-width:0;color:var(--bc-ink-45);white-space:nowrap;text-overflow:ellipsis;flex:auto;font-size:11px;overflow:hidden}.pulse.rv.soft .ranknote{color:var(--bc-ink-45);margin:10px 0 0;font-size:12px}@media (max-width:640px){.pulse.rv.soft .ranknote .more{display:none}.pulse.rv.soft .gcell.uni .card,.pulse.rv.soft .gcell.uni[data-tier=lead] .card,.pulse.rv.soft .gcell.uni[data-nochart="1"] .card{height:auto}.pulse.rv.soft .gcell.uni .uface{grid-template-rows:auto auto auto auto auto}.pulse.rv.soft .uslot{min-height:0}.pulse.rv.soft .focuspanel{flex-direction:column;display:flex}.pulse.rv.soft .focuspanel .stage{z-index:4;background:var(--bc-surface);border-bottom:1px solid var(--rv-hair);position:sticky;top:0}.pulse.rv.soft .focuspanel .streams{flex-direction:column;height:auto;min-height:0;display:flex}.pulse.rv.soft .focuspanel .streams>*{min-height:0}}.pulse.rv.soft .gcell.uni,.pulse.rv.soft .gcell.uni[data-tier=lead],.pulse.rv.soft .gcell.uni[data-tier=normal],.pulse.rv.soft .gcell.uni[data-tier=cold],.pulse.rv.soft ul.games[data-live="1"] .gcell.uni[data-tier=lead]{grid-area:auto/span 4}@media (max-width:1180px){.pulse.rv.soft .gcell.uni,.pulse.rv.soft .gcell.uni[data-tier=lead],.pulse.rv.soft .gcell.uni[data-tier=normal],.pulse.rv.soft .gcell.uni[data-tier=cold]{grid-column:span 6}}@media (max-width:760px){.pulse.rv.soft .gcell.uni,.pulse.rv.soft .gcell.uni[data-tier=lead],.pulse.rv.soft .gcell.uni[data-tier=normal],.pulse.rv.soft .gcell.uni[data-tier=cold]{grid-column:span 12}}.pulse.rv.soft .gcell.uni[data-tier=lead] .card,.pulse.rv.soft .gcell.uni[data-tier=lead][data-nochart="1"] .card{height:404px;min-height:0;padding:15px 16px 13px}.pulse.rv.soft .gcell.uni[data-tier=lead] .cface{display:grid}.pulse.rv.soft .gcell.uni[data-tier=lead] .team{grid-template-columns:12px 22px 1fr auto;gap:10px;padding:3px 0}.pulse.rv.soft .gcell.uni[data-tier=lead] .team .sw{width:10px;height:20px}.pulse.rv.soft .gcell.uni[data-tier=lead] .team .tlogo{width:22px;height:22px}.pulse.rv.soft .gcell.uni[data-tier=lead] .team .ab{font-size:20px}.pulse.rv.soft .gcell.uni[data-tier=lead] .team .sc{letter-spacing:-.01em;font-size:26px}.pulse.rv.soft .gcell.uni[data-tier=lead] .chead{margin-bottom:0}.pulse.rv.soft ul.games .gcell.uni[data-tier] .card{height:404px;min-height:0;padding:15px 16px 13px}.pulse.rv.soft ul.games .gcell.uni[data-tier] .team{grid-template-columns:12px 22px 1fr auto;gap:10px;padding:3px 0}.pulse.rv.soft ul.games .gcell.uni[data-tier] .team .sw{width:10px;height:20px}.pulse.rv.soft ul.games .gcell.uni[data-tier] .team .tlogo{width:22px;height:22px}.pulse.rv.soft ul.games .gcell.uni[data-tier] .team .ab{font-size:20px}.pulse.rv.soft ul.games .gcell.uni[data-tier] .team .sc{letter-spacing:-.01em;font-size:26px}.pulse.rv.soft ul.games .gcell.uni[data-tier] .chead{grid-template-columns:none;margin-bottom:0}.pulse.rv.soft ul.games .gcell.uni[data-tier] .status{display:inline-flex}.pulse.rv.soft ul.games .gcell.uni[data-tier] .lastplay{display:flex}.pulse.rv.soft ul.games .gcell.uni[data-tier] .liveact{font-size:12px}.pulse.rv.soft ul.games .gcell.uni[data-tier=lead] .lastplay{background:0 0;border-top:0;min-height:34px;padding-top:0;position:static;margin:0!important}.pulse.rv.soft ul.games .gcell.uni[data-tier] .card{border-radius:14px}@media (max-width:760px){.pulse.rv.soft ul.games .gcell.uni[data-tier] .card{height:auto}}.pulse.rv.soft .gcell.uni .umid{justify-content:flex-start}.pulse.rv.soft .gcell.uni .utrace{flex:auto;min-height:44px;display:flex}.pulse.rv.soft .gcell.uni .utrace .spark{width:100%;height:100%;min-height:44px}@media (max-width:1100px){.pulse.rv.soft[data-stage=on] .hub-grid{grid-template-columns:1fr}.pulse.rv.soft[data-stage=on] .focuspanel{grid-area:1/1}.pulse.rv.soft[data-stage=on][data-rail=strip] .quiet-slate,.pulse.rv.soft[data-stage=on] .quiet-slate{grid-area:auto/1;max-height:none;position:static;top:auto;overflow:visible}}@media (max-width:900px){.pulse .sectionbar .controls{column-gap:14px}}.upick{align-items:baseline;gap:.4rem;padding:0 .75rem;display:flex}.upicklabel{text-transform:uppercase;letter-spacing:.06em;color:var(--u-dim,#6b7280);font-size:.625rem;font-weight:700}.upickside{color:var(--u-ink,#111827);font-size:.8125rem;font-weight:700}.upick-won .upickside{color:#166534}.upick-lost .upickside{color:#9a3412}.upickmark{font-weight:900}[data-theme=dark] .upick-won .upickside{color:#7fd8a0}[data-theme=dark] .upick-lost .upickside{color:#f0a08c}
