﻿.live-scoring {
    position: relative;
    margin: 48px 0;
    padding: 36px 36px 40px;
    background:
        radial-gradient(ellipse at 12% -8%, rgba(212, 222, 37, .16), transparent 42%),
        radial-gradient(ellipse at 86% 18%, rgba(50, 199, 223, .16), transparent 42%),
        radial-gradient(ellipse at 48% 112%, rgba(50, 199, 223, .08), transparent 38%),
        linear-gradient(145deg, rgba(27, 28, 35, .955), rgba(10, 11, 17, .985) 60%, rgba(5, 6, 10, .99));
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .06);
    border-top: 2px solid rgba(212, 222, 37, .86);
    box-shadow: 0 28px 72px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .045), inset 0 0 80px rgba(255, 255, 255, .018);
    overflow: visible;
}

.live-scoring:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(116deg, rgba(255, 255, 255, .055), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, .024), transparent 42%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .012) 0, rgba(255, 255, 255, .012) 1px, transparent 1px, transparent 9px);
    opacity: .78;
    mix-blend-mode: screen;
    pointer-events: none;
}

.live-scoring * {
    box-sizing: border-box;
}

.live-scoring__header {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.live-scoring__title {
    margin: 0;
    color: #ffffff;
    font-family: "Oswald", Tahoma, Arial;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.05;
    text-transform: uppercase;
}

.live-scoring__status {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    min-height: 0;
    align-self: center;
    margin-top: 2px;
    color: #d4de25;
    font-family: "Oswald", Tahoma, Arial;
    font-size: 0;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.live-scoring__status:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #d4de25;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(212, 222, 37, .5);
}

.live-scoring__stage-tabs {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 28px;
}

.live-scoring button {
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    font-family: "Oswald", Tahoma, Arial;
    font-weight: 700;
    text-transform: uppercase;
}

.live-scoring__tab {
    min-height: 36px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, .052);
    color: rgba(255, 255, 255, .84);
    border: 1px solid rgba(255, 255, 255, .06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.live-scoring__tab:hover,
.live-scoring__tab.is-active {
    background: #d4de25;
    color: #101014;
}

.live-scoring__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.5fr);
    gap: 38px;
    align-items: start;
}

.live-scoring__panel {
    position: relative;
    min-width: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
    backdrop-filter: none;
}

.live-scoring__panel-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0 0 17px;
    background: transparent;
    border-bottom: 0;
}

.live-scoring__panel-head.is-loading .live-scoring__panel-title:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 9px;
    vertical-align: middle;
    background: #32c7df;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(50, 199, 223, .42);
    animation: livePanelDot 1s ease-in-out infinite;
}

.live-scoring__panel-title {
    color: #ffffff;
    font-family: "Oswald", Tahoma, Arial;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
}

.live-scoring__mini {
    color: rgba(255, 255, 255, .46);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.live-scoring__act {
    position: relative;
    padding: 0;
}

.live-scoring__act-shell {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 16px;
    align-items: stretch;
    padding: 2px 0 20px;
}

.live-scoring__act-id {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    background:
        linear-gradient(155deg, rgba(255, 255, 255, .38), transparent 34%),
        linear-gradient(160deg, #ecf62b, #cbd619);
    color: #101014;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .38), 0 10px 26px rgba(212, 222, 37, .13);
}

.live-scoring__act-id span {
    font-family: "Oswald", Tahoma, Arial;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.live-scoring__act-id strong {
    font-family: "Oswald", Tahoma, Arial;
    font-size: 42px;
    font-weight: 700;
    line-height: .95;
}

.live-scoring__act-main {
    position: relative;
    min-width: 0;
}

.live-scoring__act-kicker {
    color: #32c7df;
    font-family: "Oswald", Tahoma, Arial;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.live-scoring__act-title {
    margin: 0 0 8px;
    color: #ffffff;
    font-family: "Oswald", Tahoma, Arial;
    display: -webkit-box;
    overflow: hidden;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.07;
    text-transform: uppercase;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.live-scoring__studio {
    color: rgba(255, 255, 255, .7);
    font-size: 15px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-scoring__act.is-new-high-score .live-scoring__score {
    border-left-color: #ffcf4d;
    animation: liveScoreCrown 1.15s ease;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), inset 0 0 0 1px rgba(255, 207, 77, .12), 0 0 34px rgba(255, 207, 77, .13);
}

.live-scoring__act.is-podium-hit .live-scoring__score {
    border-left-color: #d4de25;
}

.live-scoring__act.is-big-move .live-scoring__score {
    border-left-color: #7be5f4;
}

.live-scoring__score {
    position: relative;
    grid-column: 1 / -1;
    min-width: 0;
    min-height: 114px;
    padding: 15px 16px;
    background:
        radial-gradient(circle at 18% 8%, rgba(50, 199, 223, .12), transparent 38%),
        linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .014)),
        rgba(8, 9, 13, .72);
    border: 1px solid rgba(255, 255, 255, .075);
    border-left: 3px solid #32c7df;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
    backdrop-filter: blur(9px);
}

.live-scoring__score--reveal:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, .2) 46%, rgba(50, 199, 223, .18) 54%, transparent 74%);
    transform: translateX(-120%);
    animation: liveScoreShimmer .9s ease .18s 1;
    pointer-events: none;
}

.live-scoring__score-kicker,
.live-scoring__score-label {
    color: #45d6ea;
    font-family: "Oswald", Tahoma, Arial;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
}

.live-scoring__score-value {
    color: #ffffff;
    font-family: "Oswald", Tahoma, Arial;
    display: block;
    max-width: 100%;
    overflow: hidden;
    font-size: 64px;
    font-weight: 700;
    line-height: .95;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    text-overflow: clip;
}

.live-scoring__score-label {
    font-size: 15px;
}

.live-scoring__locked {
    color: #d4de25;
    font-family: "Oswald", Tahoma, Arial;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.08;
    text-transform: uppercase;
}

.live-scoring__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: flex-start;
    min-height: 24px;
    margin-top: 12px;
}

.live-scoring__badge {
    padding: 5px 8px;
    background: rgba(255, 183, 20, .88);
    color: #101014;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.live-scoring__score-trail {
    padding: 0 0 0;
}

.live-scoring__trail-title {
    margin-bottom: 9px;
    color: #d4de25;
    font-family: "Oswald", Tahoma, Arial;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.live-scoring__trail-row {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 72px;
    gap: 10px;
    align-items: center;
    padding: 9px 0;
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.live-scoring__trail-act,
.live-scoring__trail-score {
    color: #ffffff;
    font-family: "Oswald", Tahoma, Arial;
    font-weight: 700;
    text-transform: uppercase;
}

.live-scoring__trail-act span {
    color: #d4de25;
}

.live-scoring__trail-main {
    min-width: 0;
}

.live-scoring__trail-main strong,
.live-scoring__trail-main span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-scoring__trail-main span {
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
}

.live-scoring__leaderboard-picker {
    position: relative;
    padding: 0 0 13px;
    z-index: 3;
}

.live-scoring__boardbar {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    margin-bottom: 12px;
}

.live-scoring__boardbar-title {
    min-width: 0;
}

.live-scoring__boardbar-title span {
    display: block;
    color: #d4de25;
    font-family: "Oswald", Tahoma, Arial;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.live-scoring__boardbar-title strong {
    display: block;
    overflow: hidden;
    color: #ffffff;
    font-family: "Oswald", Tahoma, Arial;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.12;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.live-scoring__boardbar-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.live-scoring__boardbar-actions {
    position: relative;
    align-items: center;
}

.live-scoring__active-rail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 13px;
}

.live-scoring__leaderboard-tab,
.live-scoring__back-live,
.live-scoring__browse-toggle {
    min-height: 34px;
    padding: 8px 11px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025)),
        rgba(255, 255, 255, .038);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .07);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.live-scoring__leaderboard-tab {
    display: block;
    width: 100%;
    min-width: 0;
    height: 56px;
    max-width: none;
    text-align: left;
}

.live-scoring__leaderboard-tab span {
    display: block;
    color: rgba(255, 255, 255, .52);
    font-size: 10px;
    line-height: 1;
    margin-bottom: 4px;
}

.live-scoring__leaderboard-tab {
    line-height: 1.15;
}

.live-scoring__leaderboard-tab strong {
    display: -webkit-box;
    overflow: hidden;
    color: inherit;
    font-size: 13px;
    line-height: 1.15;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.live-scoring__leaderboard-tab.is-active,
.live-scoring__leaderboard-tab:hover,
.live-scoring__browse-toggle.is-active,
.live-scoring__browse-toggle:hover {
    background:
        linear-gradient(155deg, rgba(255, 255, 255, .34), transparent 38%),
        linear-gradient(160deg, #43d4e8, #27bed6);
    color: #101014;
    border-color: rgba(255, 255, 255, .2);
}

.live-scoring__leaderboard-tab.is-active span,
.live-scoring__leaderboard-tab:hover span {
    color: rgba(16, 16, 20, .72);
}

.live-scoring__back-live {
    background: transparent;
    color: #d4de25;
    border: 1px solid rgba(212, 222, 37, .36);
}

.live-scoring__browse-panel {
    position: absolute;
    z-index: 10;
    top: 60px;
    left: 0;
    right: 0;
    max-height: min(430px, 62vh);
    margin: 0;
    padding: 0;
    background:
        radial-gradient(circle at 16% 0%, rgba(50, 199, 223, .13), transparent 36%),
        linear-gradient(180deg, rgba(31, 32, 41, .94), rgba(10, 11, 16, .94)),
        rgba(15, 15, 20, .92);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 6px;
    animation: livePanelIn .18s ease;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 22px 46px rgba(0, 0, 0, .32);
    backdrop-filter: blur(14px);
    overflow: auto;
}

.live-scoring__browse-search {
    position: sticky;
    z-index: 3;
    top: 0;
    padding: 12px 12px 10px;
    background: linear-gradient(180deg, rgba(22, 23, 31, .98) 0%, rgba(16, 16, 22, .92) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.live-scoring__browse-results {
    padding: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.live-scoring__search {
    width: 100%;
    min-height: 38px;
    padding: 8px 10px;
    background: rgba(7, 8, 12, .76);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 4px;
}

.live-scoring__search:focus {
    border-color: #32c7df;
    outline: none;
}

.live-scoring__picker-empty {
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    grid-column: 1 / -1;
}

.live-scoring__browse-skeleton {
    height: 58px;
    border-radius: 5px;
    background: linear-gradient(90deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .13), rgba(255, 255, 255, .07));
    background-size: 220% 100%;
    animation: liveSkeleton 1.1s ease-in-out infinite;
}

.live-scoring__leaderboard {
    position: relative;
    z-index: 1;
    padding: 0;
    transition: opacity .18s ease;
}

.live-scoring__row {
    position: relative;
    display: grid;
    grid-template-columns: 46px 76px minmax(0, 1fr) 88px;
    gap: 12px;
    align-items: center;
    min-height: 58px;
    margin-bottom: 6px;
    padding: 10px 11px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .02)),
        rgba(18, 20, 28, .84);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .055);
    border-radius: 2px;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .028), inset 0 0 0 0 rgba(50, 199, 223, 0);
    transition: transform .34s ease, opacity .25s ease, box-shadow .25s ease, background .25s ease;
}

.live-scoring__row:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, .13) 42%, rgba(50, 199, 223, .13) 52%, transparent 72%);
    opacity: 0;
    transform: translateX(-115%);
    pointer-events: none;
}

.live-scoring__row[data-rank="1"] {
    background:
        linear-gradient(90deg, rgba(255, 207, 77, .15), rgba(255, 207, 77, .028) 56%),
        rgba(20, 21, 28, .86);
    border-color: rgba(255, 207, 77, .2);
}

.live-scoring__row[data-rank="2"] {
    background:
        linear-gradient(90deg, rgba(205, 219, 231, .13), rgba(205, 219, 231, .026) 56%),
        rgba(20, 22, 29, .86);
    border-color: rgba(205, 219, 231, .19);
}

.live-scoring__row[data-rank="3"] {
    background:
        linear-gradient(90deg, rgba(217, 145, 82, .13), rgba(217, 145, 82, .026) 56%),
        rgba(20, 21, 29, .86);
    border-color: rgba(217, 145, 82, .19);
}

.live-scoring__row.is-impact {
    border-color: rgba(50, 199, 223, .28);
    box-shadow: inset 0 0 0 1px rgba(50, 199, 223, .1), 0 0 20px rgba(50, 199, 223, .065);
}

.live-scoring__row.is-new-high-score {
    animation: liveHighScoreRow 1.25s ease;
    border-color: rgba(255, 207, 77, .34);
    box-shadow: inset 0 0 0 1px rgba(255, 207, 77, .16), 0 0 28px rgba(255, 207, 77, .1);
}

.live-scoring__row.is-podium-hit {
    animation: livePodiumRow .95s ease;
    border-color: rgba(212, 222, 37, .25);
    box-shadow: inset 0 0 0 1px rgba(212, 222, 37, .11), 0 0 22px rgba(212, 222, 37, .06);
}

.live-scoring__row.is-big-move {
    animation: liveBigMoveRow .9s ease;
    border-color: rgba(50, 199, 223, .3);
}

.live-scoring__row.has-movement:before,
.live-scoring__row.is-new-high-score:before,
.live-scoring__row.is-podium-hit:before,
.live-scoring__row.is-big-move:before {
    animation: liveRowSweep .86s ease .08s 1;
}

.live-scoring__rank,
.live-scoring__row-score {
    font-family: "Oswald", Tahoma, Arial;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.live-scoring__rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .075);
    text-align: center;
}

.live-scoring__row[data-rank="1"] .live-scoring__rank {
    background: linear-gradient(135deg, #fff2ad, #d4a22e);
    color: #151515;
    box-shadow: 0 0 16px rgba(255, 207, 77, .2);
}

.live-scoring__row[data-rank="2"] .live-scoring__rank {
    background: linear-gradient(135deg, #f2f6fa, #9baaba);
    color: #101014;
    box-shadow: 0 0 14px rgba(205, 219, 231, .18);
}

.live-scoring__row[data-rank="3"] .live-scoring__rank {
    background: linear-gradient(135deg, #efbd91, #a76534);
    color: #101014;
    box-shadow: 0 0 14px rgba(217, 145, 82, .17);
}

.live-scoring__row-act {
    display: inline-flex;
    align-items: baseline;
    gap: 1px;
    color: #ffffff;
    font-family: "Oswald", Tahoma, Arial;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.live-scoring__row-act span {
    color: rgba(255, 255, 255, .48);
    font-size: 14px;
}

.live-scoring__row-main {
    min-width: 0;
}

.live-scoring__row-title,
.live-scoring__row-studio {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-scoring__row-title {
    color: #ffffff;
    font-weight: 700;
}

.live-scoring__row-studio {
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
}

.live-scoring__row-score {
    color: #ffffff;
    font-variant-numeric: tabular-nums;
    text-align: right;
    white-space: nowrap;
}

.live-scoring__empty {
    padding: 28px 0px;
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
}

.live-scoring__empty--hero {
    min-height: 170px;
}

.live-scoring__score--flash {
    animation: liveScoreFlash .9s ease;
}

.live-scoring__debug {
    justify-self: end;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
}

.live-scoring__debug button {
    min-height: 32px;
    padding: 7px 9px;
    background: #ffb714;
    color: #101014;
    margin-bottom: 0;
}

@keyframes liveScoreFlash {
    0% {
        box-shadow: 0 0 0 0 rgba(50, 199, 223, .28);
    }

    100% {
        box-shadow: 0 0 0 14px rgba(50, 199, 223, 0);
    }
}

@keyframes liveScoreShimmer {
    100% {
        transform: translateX(120%);
    }
}

@keyframes livePanelDot {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(50, 199, 223, .38);
        opacity: .78;
    }

    50% {
        box-shadow: 0 0 0 7px rgba(50, 199, 223, 0);
        opacity: 1;
    }
}

@keyframes liveHighScoreRow {
    0% {
        filter: brightness(1) saturate(1);
    }

    38% {
        filter: brightness(1.16) saturate(1.1);
    }

    100% {
        filter: brightness(1) saturate(1);
    }
}

@keyframes liveScoreCrown {
    0% {
        filter: brightness(1);
    }

    36% {
        filter: brightness(1.14);
    }

    100% {
        filter: brightness(1);
    }
}

@keyframes livePodiumRow {
    0% {
        transform: scale(.992);
    }

    42% {
        transform: scale(1.004);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes liveBigMoveRow {
    0% {
        filter: brightness(1);
    }

    50% {
        filter: brightness(1.07);
    }

    100% {
        filter: brightness(1);
    }
}

@keyframes liveRowSweep {
    0% {
        opacity: 0;
        transform: translateX(-115%);
    }

    34% {
        opacity: .62;
    }

    100% {
        opacity: 0;
        transform: translateX(115%);
    }
}

@keyframes liveSkeleton {
    0% {
        background-position: 120% 0;
    }

    100% {
        background-position: -120% 0;
    }
}

@keyframes liveRowArrive {
    0% {
        opacity: .25;
        transform: translateY(8px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes livePanelIn {
    0% {
        opacity: 0;
        transform: translateY(-4px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 980px) {
    .live-scoring__act-shell {
        grid-template-columns: 76px minmax(0, 1fr);
    }
}

@media (max-width: 800px) {
    .live-scoring {
        margin: 34px -15px;
        padding: 26px 16px;
    }

    .live-scoring__grid,
    .live-scoring__boardbar {
        display: block;
    }

    .live-scoring__grid:before {
        display: none;
    }

    .live-scoring__header {
        grid-template-columns: auto 1fr;
        align-items: center;
    }

    .live-scoring__status,
    .live-scoring__boardbar-actions {
        margin-top: 10px;
        text-align: left;
    }

    .live-scoring__status {
        margin-top: 0;
    }

    .live-scoring__debug {
        grid-column: 1 / -1;
        justify-self: start;
        justify-content: flex-start;
        margin-top: 10px;
    }

    .live-scoring__panel {
        margin-bottom: 22px;
    }

    .live-scoring__panel + .live-scoring__panel {
        padding-top: 22px;
        border-top: 1px solid rgba(255, 255, 255, .065);
    }

    .live-scoring__stage-tabs,
    .live-scoring__active-rail {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 3px;
        scrollbar-width: none;
    }

    .live-scoring__stage-tabs::-webkit-scrollbar,
    .live-scoring__active-rail::-webkit-scrollbar {
        display: none;
    }

    .live-scoring__leaderboard-tab,
    .live-scoring__tab {
        flex: 0 0 auto;
    }

    .live-scoring__active-rail,
    .live-scoring__browse-results {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        overflow: visible;
    }

    .live-scoring__browse-panel {
        top: 96px;
        left: 0;
        right: 0;
        max-height: min(360px, 68vh);
    }

    .live-scoring__act-shell {
        grid-template-columns: 68px minmax(0, 1fr);
        gap: 13px;
        padding: 2px 0 18px;
    }

    .live-scoring__act-id {
        min-height: 92px;
    }

    .live-scoring__act-id strong {
        font-size: 38px;
    }

    .live-scoring__act-title {
        font-size: 27px;
    }

    .live-scoring__score-value {
        font-size: 56px;
    }

    .live-scoring__row {
        grid-template-columns: 36px 58px minmax(0, 1fr) 72px;
        gap: 8px;
    }
}

.live-scoring--audience {
    min-height: 80vh;
}

.live-scoring--audience .live-scoring__title {
    font-size: 52px;
}

.live-scoring--audience .live-scoring__panel-title {
    font-size: 28px;
}

.live-scoring--audience .live-scoring__score-value {
    font-size: 92px;
}

@media (prefers-reduced-motion: reduce) {
    .live-scoring:before,
    .live-scoring__row,
    .live-scoring__status:before,
    .live-scoring__panel-head.is-loading .live-scoring__panel-title:after,
    .live-scoring__browse-skeleton,
    .live-scoring__score--flash,
    .live-scoring__score--reveal:after,
    .live-scoring__row.is-new-high-score,
    .live-scoring__row.is-podium-hit,
    .live-scoring__row.is-big-move,
    .live-scoring__act.is-new-high-score .live-scoring__score,
    .live-scoring__row.has-movement.is-new,
    .live-scoring__browse-panel {
        animation: none;
        transition: none;
    }

    .live-scoring__row.has-movement {
        transform: none;
    }
}
