/* _content/BeerParty/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0cpqyuw8ug] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-0cpqyuw8ug] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-0cpqyuw8ug] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-0cpqyuw8ug] {
    font-size: 1.1rem;
}

.bi[b-0cpqyuw8ug] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -0.75rem;
    background-size: cover;
    font-size: large;
}

.nav-item[b-0cpqyuw8ug] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0cpqyuw8ug] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0cpqyuw8ug] {
        padding-bottom: 1rem;
    }

    .nav-item[b-0cpqyuw8ug]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-0cpqyuw8ug]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-0cpqyuw8ug]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-0cpqyuw8ug] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-0cpqyuw8ug] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-0cpqyuw8ug] {
        display: none;
    }

    .nav-scrollable[b-0cpqyuw8ug] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/BeerParty/Components/Pages/EditTasting.razor.rz.scp.css */
.tasting-options .mud-expand-panel-header[b-at7o8b7zok] {
    justify-content: flex-start;
    gap: 0.5rem;
}

.tasting-options .mud-expand-panel-icon[b-at7o8b7zok] {
    margin-left: 0;
}

.tasting-options-toggle[b-at7o8b7zok] {
    width: auto;
    align-self: flex-start;
}
/* _content/BeerParty/Components/Pages/MyParticipationDetail.razor.rz.scp.css */
.leaderboard-list[b-j29q648no0] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.scoreboard-row[b-j29q648no0] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.25rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 18px 36px rgba(10, 6, 28, 0.28);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.scoreboard-row:hover[b-j29q648no0] {
    transform: translateY(-4px);
    box-shadow: 0 26px 48px rgba(10, 6, 28, 0.34);
}

.leaderboard-first[b-j29q648no0] {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.28), rgba(123, 31, 162, 0.25));
}

.leaderboard-second[b-j29q648no0] {
    background: linear-gradient(135deg, rgba(192, 192, 192, 0.28), rgba(33, 150, 243, 0.22));
}

.leaderboard-third[b-j29q648no0] {
    background: linear-gradient(135deg, rgba(205, 127, 50, 0.28), rgba(255, 112, 67, 0.22));
}

.scoreboard-main[b-j29q648no0] {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr) 110px;
    gap: 1rem;
    align-items: center;
    width: 100%;
}

.scoreboard-rank[b-j29q648no0] {
    font-size: 1.75rem;
    font-weight: 700;
    text-align: center;
}

.scoreboard-body[b-j29q648no0] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.scoreboard-progress[b-j29q648no0] {
    height: 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.18);
    overflow: hidden;
}

.scoreboard-progress-fill[b-j29q648no0] {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(123, 31, 162, 0.95), rgba(41, 181, 232, 0.95));
    box-shadow: 0 8px 18px rgba(41, 181, 232, 0.40);
    transition: width 0.6s ease;
}

.scoreboard-points[b-j29q648no0] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
    min-width: 100px;
}

.scoreboard-detail[b-j29q648no0] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 1.5rem;
    padding: 1.25rem 0 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.scoreboard-detail-info[b-j29q648no0] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.scoreboard-detail-chart[b-j29q648no0] {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 900px) {
    .scoreboard-main[b-j29q648no0] {
        grid-template-columns: 50px minmax(0, 1fr);
        grid-template-rows: auto auto;
    }

    .scoreboard-points[b-j29q648no0] {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .scoreboard-detail[b-j29q648no0] {
        grid-template-columns: 1fr;
    }
}
/* _content/BeerParty/Components/Pages/MyParticipations.razor.rz.scp.css */
.participations-table[b-bj2md2mr38] {
    overflow-x: auto;
}

.tasting-name[b-bj2md2mr38] {
    font-weight: 600;
    font-size: 1rem;
}
/* _content/BeerParty/Components/Pages/Results.razor.rz.scp.css */
.loading-state[b-lzxdkti7e2] {
    min-height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.hero-wrapper[b-lzxdkti7e2] {
    position: relative;
    min-height: 90vh;
    max-height: 90vh;
    width: min(1800px, 96vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    padding: clamp(3.5rem, 6vh, 6.5rem) clamp(1.5rem, 6vw, 6rem) clamp(3rem, 4vh, 5rem);
    text-align: center;
    overflow: hidden;
    transition: opacity 0.7s ease, transform 0.7s ease, max-height 0.7s ease, padding 0.7s ease, margin 0.7s ease;
}

.hero-wrapper.hero-hidden[b-lzxdkti7e2] {
    opacity: 0;
    transform: translateY(-60px);
    pointer-events: none;
    max-height: 0;
    min-height: 0;
    padding: 0;
    margin: 0 auto;
}

.tasting-title[b-lzxdkti7e2] {
    margin-top: 0;
    margin-bottom: clamp(2rem, 3vw, 3.5rem);
    letter-spacing: 0.18rem;
    color: #f0e6ff;
    font-size: clamp(2.8rem, 3vw, 4.6rem);
    text-transform: uppercase;
}

.podium-wrapper[b-lzxdkti7e2] {
    margin-top: clamp(4rem, 6vh, 6.5rem);
    width: min(1600px, 92vw);
}

.podium-grid[b-lzxdkti7e2] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.5rem, 2vw, 3rem);
    align-items: end;
}

.podium-column[b-lzxdkti7e2] {
    position: relative;
    padding-bottom: 4.5rem;
    overflow: visible;
    --podium-elevation: 0px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.podium-column.revealed[b-lzxdkti7e2] {
    opacity: 1;
    pointer-events: auto;
}

.podium-column.rank-1[b-lzxdkti7e2] {
    --podium-elevation: -90px;
}

.podium-column.rank-2[b-lzxdkti7e2] {
    --podium-elevation: 24px;
}

.podium-column.rank-3[b-lzxdkti7e2] {
    --podium-elevation: 70px;
}

.podium-elevator[b-lzxdkti7e2] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(140%);
    transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1), filter 0.9s ease;
}

.podium-column.revealed .podium-elevator[b-lzxdkti7e2] {
    transform: translateY(var(--podium-elevation));
    filter: drop-shadow(0 28px 54px rgba(9, 6, 25, 0.45));
}

.podium-stage[b-lzxdkti7e2] {
    position: relative;
    padding: 3.5rem 2.4rem 2.7rem;
    border-radius: 40px 40px 22px 22px;
    background: linear-gradient(160deg, rgba(255, 215, 0, 0.26), rgba(90, 60, 190, 0.24));
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(18px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    min-height: 420px;
    max-width: clamp(320px, 32vw, 420px);
    width: 100%;
    text-align: center;
    transform: translateY(32px) scale(0.9);
    transition: transform 0.85s ease, background 0.6s ease, box-shadow 0.6s ease;
    box-shadow: 0 30px 80px rgba(9, 6, 25, 0.38);
}

.podium-stage.podium-rank-2[b-lzxdkti7e2] {
    background: linear-gradient(160deg, rgba(192, 192, 192, 0.3), rgba(41, 181, 232, 0.24));
}

.podium-stage.podium-rank-3[b-lzxdkti7e2] {
    background: linear-gradient(160deg, rgba(205, 127, 50, 0.35), rgba(255, 112, 67, 0.24));
}

.podium-column.rank-1 .podium-stage[b-lzxdkti7e2] {
    min-height: 520px;
}

.podium-column.rank-2 .podium-stage[b-lzxdkti7e2] {
    min-height: 460px;
}

.podium-column.rank-3 .podium-stage[b-lzxdkti7e2] {
    min-height: 420px;
}

.podium-column.revealed .podium-stage[b-lzxdkti7e2] {
    transform: translateY(0) scale(1);
    animation: podium-pop-b-lzxdkti7e2 1s ease;
}

@keyframes podium-pop-b-lzxdkti7e2 {
    0% {
        transform: translateY(32px) scale(0.9);
    }
    55% {
        transform: translateY(-22px) scale(1.06);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

.podium-platform[b-lzxdkti7e2] {
    margin-top: -18px;
    width: 88%;
    height: 42px;
    border-radius: 0 0 32px 32px;
    background: linear-gradient(120deg, rgba(17, 11, 45, 0.6), rgba(90, 60, 190, 0.32));
    opacity: 0.9;
    box-shadow: 0 22px 48px rgba(9, 6, 30, 0.45);
}

.podium-platform.podium-rank-2[b-lzxdkti7e2] {
    background: linear-gradient(120deg, rgba(20, 32, 52, 0.62), rgba(41, 181, 232, 0.3));
}

.podium-platform.podium-rank-3[b-lzxdkti7e2] {
    background: linear-gradient(120deg, rgba(32, 18, 8, 0.64), rgba(255, 112, 67, 0.32));
}

.podium-medal[b-lzxdkti7e2] {
    font-size: 6.2rem;
    filter: drop-shadow(0 24px 40px rgba(255, 215, 0, 0.5));
}

.podium-label[b-lzxdkti7e2] {
    font-weight: 700;
    font-size: 2.25rem;
    color: #fefefe;
    letter-spacing: 0.04em;
}

.podium-caption[b-lzxdkti7e2] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.3rem;
}

.podium-stage .mud-chip-root[b-lzxdkti7e2] {
    font-size: 1.2rem;
    padding: 0.55rem 1.6rem;
    border-radius: 32px;
}

.podium-placeholder[b-lzxdkti7e2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    color: rgba(255, 255, 255, 0.78);
    opacity: 0.85;
}

.podium-placeholder .mud-icon-root[b-lzxdkti7e2] {
    font-size: 2.2rem;
}

.leaderboard-showcase[b-lzxdkti7e2] {
    margin: 10rem auto 4rem;
    max-width: min(1250px, 85vw);
    padding: clamp(2.8rem, 4vw, 3.8rem) clamp(2.2rem, 4.4vw, 4.2rem) clamp(3rem, 4.5vw, 4.8rem);
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(5, 4, 20, 0.35);
    box-sizing: border-box;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.leaderboard-showcase.lb-hidden[b-lzxdkti7e2] {
    opacity: 0;
    transform: translateY(80px);
    pointer-events: none;
    visibility: hidden;
}

.leaderboard-showcase.lb-visible[b-lzxdkti7e2] {
    opacity: 1;
    transform: translateY(-40px);
    pointer-events: auto;
    visibility: visible;
    margin-top: 2.5rem;
}

.leaderboard-header[b-lzxdkti7e2] {
    text-align: center;
    margin-bottom: 2rem;
    font-size: clamp(2rem, 2.6vw, 3.1rem);
}

.leaderboard-list[b-lzxdkti7e2] {
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 1.6vw, 1.75rem);
}

.scoreboard-row[b-lzxdkti7e2] {
    display: flex;
    flex-direction: column;
    gap: clamp(0.5rem, 1vw, 1rem);
    padding: clamp(1.2rem, 2vw, 1.75rem) clamp(1.2rem, 2.4vw, 2rem);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 22px 44px rgba(10, 6, 28, 0.28);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: clamp(120px, 18vh, 180px);
}

.scoreboard-row:hover[b-lzxdkti7e2] {
    transform: translateY(-6px);
    box-shadow: 0 28px 58px rgba(10, 6, 28, 0.38);
}

.leaderboard-first[b-lzxdkti7e2] {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.35), rgba(123, 31, 162, 0.25));
}

.leaderboard-second[b-lzxdkti7e2] {
    background: linear-gradient(135deg, rgba(192, 192, 192, 0.35), rgba(33, 150, 243, 0.28));
}

.leaderboard-third[b-lzxdkti7e2] {
    background: linear-gradient(135deg, rgba(205, 127, 50, 0.35), rgba(255, 112, 67, 0.28));
}

.scoreboard-main[b-lzxdkti7e2] {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) 110px;
    gap: 1rem;
    align-items: center;
    width: 100%;
}

.scoreboard-rank[b-lzxdkti7e2] {
    font-size: clamp(1.8rem, 2vw, 2.3rem);
    font-weight: 700;
    text-align: center;
}

.scoreboard-body[b-lzxdkti7e2] {
    display: flex;
    flex-direction: column;
    gap: clamp(0.45rem, 0.8vw, 0.9rem);
}

.scoreboard-progress[b-lzxdkti7e2] {
    height: clamp(12px, 1.4vw, 18px);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.18);
    overflow: hidden;
}

.scoreboard-progress-fill[b-lzxdkti7e2] {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(123, 31, 162, 0.95), rgba(41, 181, 232, 0.95));
    box-shadow: 0 8px 18px rgba(41, 181, 232, 0.40);
    transition: width 0.6s ease;
}

.scoreboard-points[b-lzxdkti7e2] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: clamp(0.2rem, 0.5vw, 0.45rem);
    min-width: 100px;
}

.scoreboard-detail[b-lzxdkti7e2] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    gap: 1.35rem;
    width: 100%;
    margin-top: 0.6rem;
    padding: 0 0 1.2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #fefefe;
    box-sizing: border-box;
}

@media (max-width: 700px) {
    .hero-wrapper[b-lzxdkti7e2] {
        padding: 3.75rem 1rem 3rem;
    }

    .podium-wrapper[b-lzxdkti7e2] {
        margin-top: 3rem;
        width: min(520px, 94vw);
    }

    .podium-grid[b-lzxdkti7e2] {
        position: relative;
        display: block;
        min-height: 600px;
        overflow: hidden;
    }

    .podium-stage[b-lzxdkti7e2] {
        max-width: min(460px, 92vw);
    }

    .podium-column[b-lzxdkti7e2] {
        position: absolute;
        inset: 0;
        width: 100%;
        max-width: none;
        padding-bottom: 0;
        opacity: 0;
        transform: translateX(130%);
        transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
        z-index: 1;
    }

    .podium-column.rank-1[b-lzxdkti7e2],
    .podium-column.rank-2[b-lzxdkti7e2],
    .podium-column.rank-3[b-lzxdkti7e2] {
        --podium-elevation: 0px;
    }

    .podium-column .podium-elevator[b-lzxdkti7e2] {
        transform: none;
    }

    .hero-wrapper.mobile-stage-standby .podium-column[b-lzxdkti7e2] {
        transform: translateX(130%);
        opacity: 0;
    }

    .hero-wrapper.mobile-stage-third .podium-column.rank-3[b-lzxdkti7e2],
    .hero-wrapper.mobile-stage-second .podium-column.rank-2[b-lzxdkti7e2],
    .hero-wrapper.mobile-stage-first .podium-column.rank-1[b-lzxdkti7e2] {
        transform: translateX(0);
        opacity: 1;
        z-index: 3;
    }

    .hero-wrapper.mobile-stage-third .podium-column.rank-2[b-lzxdkti7e2],
    .hero-wrapper.mobile-stage-third .podium-column.rank-1[b-lzxdkti7e2] {
        transform: translateX(130%);
        opacity: 0;
    }

    .hero-wrapper.mobile-stage-second .podium-column.rank-3[b-lzxdkti7e2],
    .hero-wrapper.mobile-stage-first .podium-column.rank-2[b-lzxdkti7e2],
    .hero-wrapper.mobile-stage-first .podium-column.rank-3[b-lzxdkti7e2] {
        transform: translateX(-130%);
        opacity: 0;
        z-index: 2;
    }

    .hero-wrapper.mobile-stage-second .podium-column.rank-1[b-lzxdkti7e2] {
        transform: translateX(130%);
        opacity: 0;
    }

    .scoreboard-main[b-lzxdkti7e2] {
        grid-template-columns: minmax(0, 1fr);
        text-align: center;
        gap: 0.75rem;
    }

    .scoreboard-points[b-lzxdkti7e2] {
        align-items: center;
    }

    .scoreboard-detail[b-lzxdkti7e2] {
        grid-template-columns: 1fr;
    }

    .leaderboard-header[b-lzxdkti7e2] {
        font-size: 1.8rem;
    }

    .scoreboard-name .mud-typography:first-child[b-lzxdkti7e2] {
        font-size: 1.2rem;
    }

    .scoreboard-name .mud-typography:last-child[b-lzxdkti7e2] {
        font-size: 1rem;
    }

    .scoreboard-points .mud-typography:first-child[b-lzxdkti7e2] {
        font-size: 1.1rem;
    }

    .scoreboard-points .mud-typography:last-child[b-lzxdkti7e2] {
        font-size: 0.95rem;
    }
}

@media (min-width: 1024px) {
    .tasting-title[b-lzxdkti7e2] {
        font-size: clamp(5rem, 6vw, 8rem);
    }

    .podium-medal[b-lzxdkti7e2] {
        font-size: clamp(9rem, 10vw, 12rem);
    }

    .podium-label[b-lzxdkti7e2] {
        font-size: clamp(3.8rem, 4vw, 4.6rem);
    }

    .podium-caption[b-lzxdkti7e2] {
        font-size: clamp(2.2rem, 2.8vw, 3rem);
    }

    .podium-stage .mud-chip-root[b-lzxdkti7e2] {
        font-size: clamp(2rem, 2.6vw, 2.8rem);
        padding: 0.75rem 2.5rem;
    }

    .leaderboard-header[b-lzxdkti7e2] {
        font-size: clamp(3rem, 3.5vw, 4.5rem);
    }

    .scoreboard-rank[b-lzxdkti7e2] {
        font-size: clamp(2.4rem, 2.5vw, 3.2rem);
    }

    .scoreboard-name .mud-typography:first-child[b-lzxdkti7e2] {
        font-size: clamp(2rem, 2.8vw, 3.4rem);
    }

    .scoreboard-name .mud-typography:last-child[b-lzxdkti7e2] {
        font-size: clamp(1.6rem, 2vw, 2.4rem);
    }

    .scoreboard-points .mud-typography:first-child[b-lzxdkti7e2] {
        font-size: clamp(1.9rem, 2.4vw, 2.8rem);
    }

    .scoreboard-points .mud-typography:last-child[b-lzxdkti7e2] {
        font-size: clamp(1.4rem, 1.9vw, 2.2rem);
    }

    .scoreboard-progress[b-lzxdkti7e2] {
        height: clamp(18px, 2vw, 26px);
    }
}

@media (min-width: 1600px) {
    .hero-wrapper[b-lzxdkti7e2] {
        max-width: min(2000px, 92vw);
    }

    .podium-wrapper[b-lzxdkti7e2] {
        transform: scale(1.03);
        transform-origin: center top;
    }

    .podium-stage[b-lzxdkti7e2] {
        max-width: 520px;
    }

    .leaderboard-showcase[b-lzxdkti7e2] {
        max-width: min(1700px, 86vw);
        padding: 3rem 4rem 4rem;
    }

    .scoreboard-row[b-lzxdkti7e2] {
        padding: 1.25rem 2rem;
    }

    .scoreboard-main[b-lzxdkti7e2] {
        grid-template-columns: 90px minmax(0, 1fr) 150px;
    }

    .scoreboard-progress[b-lzxdkti7e2] {
        height: 16px;
    }
}

@media (min-width: 1920px) {
    .podium-wrapper[b-lzxdkti7e2] {
        transform: scale(1.08);
    }

    .leaderboard-showcase[b-lzxdkti7e2] {
        max-width: min(1850px, 80vw);
    }
}

.scoreboard-detail-info[b-lzxdkti7e2] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.scoreboard-detail-chart[b-lzxdkti7e2] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem;
    width: 100%;
}

    .scoreboard-detail-chart canvas[b-lzxdkti7e2] {
        width: 100% !important;
        height: auto !important;
    }
.scoreboard-name[b-lzxdkti7e2] {
    display: flex;
    flex-direction: column;
    gap: clamp(0.15rem, 0.4vw, 0.4rem);
}

.scoreboard-name .mud-typography:first-child[b-lzxdkti7e2] {
    font-size: clamp(1.35rem, 2.2vw, 2.2rem);
    font-weight: 600;
}

.scoreboard-name .mud-typography:last-child[b-lzxdkti7e2] {
    font-size: clamp(1.05rem, 1.4vw, 1.5rem);
    opacity: 0.9;
}

.scoreboard-points .mud-typography:first-child[b-lzxdkti7e2] {
    font-size: clamp(1.4rem, 1.8vw, 2rem);
    font-weight: 600;
}

.scoreboard-points .mud-typography:last-child[b-lzxdkti7e2] {
    font-size: clamp(1rem, 1.3vw, 1.4rem);
}
