/* /Components/ChartTable.razor.rz.scp.css */
.table-responsive[b-dkqoswbme7] {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: linear-gradient(180deg, rgba(42, 42, 42, 0.96), rgba(26, 26, 26, 0.98));
}

.chart-table[b-dkqoswbme7] {
    margin-bottom: 0;
    width: 100%;
    color: #FFFFFF;
    border-collapse: collapse;
}

.chart-table thead[b-dkqoswbme7] {
    background: linear-gradient(135deg, rgba(220, 20, 60, 0.92), rgba(37, 140, 251, 0.84));
    color: white;
}

.chart-table thead th[b-dkqoswbme7] {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    padding: 1.25rem 1rem;
    border: none;
    white-space: nowrap;
}

.chart-row[b-dkqoswbme7] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.2s ease;
}

.chart-row:hover[b-dkqoswbme7] {
    background-color: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.chart-row td[b-dkqoswbme7] {
    padding: 1.25rem 1rem;
    vertical-align: middle;
}

.row-gold[b-dkqoswbme7] {
    background: linear-gradient(90deg, rgba(220, 20, 60, 0.15) 0%, rgba(42, 42, 42, 0.96) 100%);
}

.row-silver[b-dkqoswbme7] {
    background: linear-gradient(90deg, rgba(155, 48, 255, 0.15) 0%, rgba(42, 42, 42, 0.96) 100%);
}

.row-bronze[b-dkqoswbme7] {
    background: linear-gradient(90deg, rgba(0, 123, 255, 0.15) 0%, rgba(42, 42, 42, 0.96) 100%);
}

.rank-col[b-dkqoswbme7] {
    width: 80px;
    text-align: center;
}

.song-col[b-dkqoswbme7] {
    min-width: 200px;
}

.artist-col[b-dkqoswbme7] {
    min-width: 150px;
}

.score-col[b-dkqoswbme7] {
    width: 150px;
    text-align: center;
}

.rank-cell[b-dkqoswbme7] {
    text-align: center;
    width: 80px;
    min-width: 80px;
}

.rank-badge[b-dkqoswbme7] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.08);
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1rem;
    transition: transform 0.2s ease;
}

.rank-badge:hover[b-dkqoswbme7] {
    transform: scale(1.1);
}

.song-cell[b-dkqoswbme7] {
    min-width: 200px;
}

.song-title[b-dkqoswbme7] {
    font-weight: 700;
    font-size: 1.05rem;
    color: #FFFFFF;
    margin-bottom: 0.25rem;
    word-break: break-word;
}

.song-meta[b-dkqoswbme7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.artist-name[b-dkqoswbme7] {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.9rem;
}

.artist-cell[b-dkqoswbme7] {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
}

.score-cell[b-dkqoswbme7] {
    text-align: center;
    min-width: 110px;
}

.score-badge[b-dkqoswbme7] {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 1.5rem;
    font-weight: 700;
    font-size: 1.125rem;
    cursor: help;
    transition: transform 0.2s ease;
    white-space: nowrap;
}

.score-badge:hover[b-dkqoswbme7] {
    transform: scale(1.15);
}

.score-master[b-dkqoswbme7] {
    background: linear-gradient(135deg, #ff6b6b 0%, #8B0000 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(220, 20, 60, 0.4);
}

.score-expert[b-dkqoswbme7] {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    color: #1C1C1C;
    box-shadow: 0 4px 12px rgba(236, 201, 75, 0.4);
}

.score-intermediate[b-dkqoswbme7] {
    background: linear-gradient(135deg, #0d6efd 0%, #0056b3 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.4);
}

.score-novice[b-dkqoswbme7] {
    background: linear-gradient(135deg, #9b30ff 0%, #7B1FA2 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(155, 48, 255, 0.4);
}

.score-beginner[b-dkqoswbme7] {
    background: linear-gradient(135deg, #666666 0%, #444444 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(160, 174, 192, 0.4);
}

.mobile-hidden[b-dkqoswbme7] {
    display: table-cell;
}

.mobile-visible[b-dkqoswbme7] {
    display: none;
}

@media (max-width: 767px) {
    .mobile-hidden[b-dkqoswbme7] {
        display: none !important;
    }

    .mobile-visible[b-dkqoswbme7] {
        display: inline;
    }

    .chart-table thead th[b-dkqoswbme7] {
        padding: 0.75rem 0.5rem;
        font-size: 0.75rem;
    }

    .chart-row td[b-dkqoswbme7] {
        padding: 0.75rem 0.5rem;
    }

    .rank-cell[b-dkqoswbme7] {
        width: 60px;
        min-width: 60px;
        padding: 0.5rem 0.25rem !important;
    }

    .rank-badge[b-dkqoswbme7] {
        padding: 0.25rem 0.5rem;
        gap: 0.25rem;
        font-size: 0.8rem;
    }

    .crown-icon[b-dkqoswbme7] {
        width: 1rem;
        height: 1rem;
    }

    .crown-gold[b-dkqoswbme7] {
        width: 1.25rem;
        height: 1.25rem;
    }

    .crown-silver[b-dkqoswbme7] {
        width: 1.15rem;
        height: 1.15rem;
    }

    .crown-bronze[b-dkqoswbme7] {
        width: 1rem;
        height: 1rem;
    }

    .song-cell[b-dkqoswbme7] {
        min-width: 150px;
        max-width: 200px;
    }

    .song-title[b-dkqoswbme7] {
        font-size: 0.9rem;
        line-height: 1.3;
    }

    .score-badge[b-dkqoswbme7] {
        padding: 0.375rem 0.625rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .song-cell[b-dkqoswbme7] {
        min-width: 120px;
    }
}
/* /Components/VoteCard.razor.rz.scp.css */
/* ===== Vote Card Styles ===== */
.vote-card[b-hqujzgypgb] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 44px;
    min-width: 44px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.25rem;
    background: linear-gradient(160deg, rgba(32, 34, 43, 0.98), rgba(23, 26, 34, 0.96));
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.vote-card[b-hqujzgypgb]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(220, 20, 60, 0.18), transparent 34%),
        radial-gradient(circle at bottom right, rgba(37, 140, 251, 0.16), transparent 36%);
    opacity: 0.9;
    z-index: 0;
}

.vote-card .card-body[b-hqujzgypgb] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: clamp(0.85rem, 2vw, 1.4rem);
    min-height: 0;
}

.vote-card:hover[b-hqujzgypgb] {
    transform: translateY(-3px);
    border-color: rgba(37, 140, 251, 0.26);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

.vote-card:focus[b-hqujzgypgb],
.vote-card:focus-visible[b-hqujzgypgb],
.vote-card:focus-within[b-hqujzgypgb] {
    outline: 3px solid #8ec5ff;
    outline-offset: 2px;
}

.vote-card.selected-song[b-hqujzgypgb] {
    border-color: rgba(37, 140, 251, 0.42);
    box-shadow: 0 18px 34px rgba(37, 140, 251, 0.24);
    transform: translateY(-3px);
}

.vote-card.winner-card[b-hqujzgypgb] {
    border-color: rgba(38, 176, 80, 0.45);
    background: linear-gradient(160deg, rgba(23, 38, 30, 0.98), rgba(20, 29, 25, 0.96));
    box-shadow: 0 18px 34px rgba(38, 176, 80, 0.22);
}

.vote-card.winner-card[b-hqujzgypgb]::before {
    background:
        radial-gradient(circle at top left, rgba(38, 176, 80, 0.2), transparent 34%),
        radial-gradient(circle at bottom right, rgba(37, 140, 251, 0.12), transparent 36%);
}

.vote-card .song-info[b-hqujzgypgb] {
    display: grid;
    gap: 0.55rem;
    width: 100%;
    text-align: center;
}

.vote-card .card-title[b-hqujzgypgb] {
    margin: 0;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(0.95rem, 2vw, 1.7rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.02em;
    text-wrap: balance;
    word-break: break-word;
    overflow-wrap: anywhere;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.vote-card .card-subtitle[b-hqujzgypgb] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    margin: 0;
    color: rgba(221, 229, 240, 0.84) !important;
    font-size: clamp(0.72rem, 1.3vw, 0.98rem);
    font-weight: 600;
    line-height: 1.3;
}

.vote-card .card-subtitle i[b-hqujzgypgb] {
    color: rgba(127, 188, 255, 0.95);
    font-size: 0.95em;
    flex-shrink: 0;
}

.vote-card .artist-text[b-hqujzgypgb] {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vote-card .winner-badge[b-hqujzgypgb] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(38, 176, 80, 0.94);
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(38, 176, 80, 0.3);
}

.vote-card .winner-badge i[b-hqujzgypgb] {
    font-size: 0.95rem;
}

/* ===== Preview Section ===== */
.vote-card .preview-section[b-hqujzgypgb] {
    width: 100%;
    margin-top: 0.5rem;
    text-align: center;
}

.vote-card .preview-section audio[b-hqujzgypgb] {
    width: 100%;
    max-width: 280px;
    height: 36px;
    border-radius: 8px;
}

.vote-card .preview-unavailable[b-hqujzgypgb] {
    display: inline-block;
    color: rgba(221, 229, 240, 0.5);
    font-size: clamp(0.7rem, 1.2vw, 0.85rem);
    font-style: italic;
}

@media (max-width: 767.98px) {
    .vote-card[b-hqujzgypgb] {
        border-radius: 1rem;
    }

    .vote-card .card-body[b-hqujzgypgb] {
        padding: 0.8rem 0.6rem;
    }

    .vote-card:hover[b-hqujzgypgb],
    .vote-card.selected-song[b-hqujzgypgb] {
        transform: translateY(-2px);
    }
}

@media (max-width: 479.98px) {
    .vote-card .card-title[b-hqujzgypgb] {
        font-size: clamp(0.86rem, 4vw, 1.05rem);
    }

    .vote-card .card-subtitle[b-hqujzgypgb] {
        font-size: clamp(0.68rem, 2.8vw, 0.82rem);
    }

    .vote-card .winner-badge[b-hqujzgypgb] {
        top: 0.55rem;
        right: 0.55rem;
        width: 1.75rem;
        height: 1.75rem;
    }
}

@media (max-width: 640px) and (max-height: 500px) and (orientation: landscape) {
    .vote-card .card-body[b-hqujzgypgb] {
        padding: 0.7rem 0.6rem;
    }

    .vote-card .card-title[b-hqujzgypgb] {
        line-clamp: 2;
        -webkit-line-clamp: 2;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-7yckl420hw] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(220, 20, 60, 0.12), transparent 24%),
        radial-gradient(circle at top right, rgba(0, 123, 255, 0.12), transparent 24%),
        linear-gradient(180deg, #121318 0%, #1c1c1c 18%, #1c1c1c 100%);
}

header[b-7yckl420hw] {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0.75rem clamp(0.5rem, 2vw, 1rem) 0;
    background: linear-gradient(180deg, rgba(18, 19, 24, 0.95), rgba(18, 19, 24, 0.65) 72%, transparent);
    backdrop-filter: blur(10px);
}

main[b-7yckl420hw] {
    flex: 1;
    padding-top: 1rem;
}

.content[b-7yckl420hw] {
    max-width: 1280px;
    margin: 0 auto;
    padding: clamp(0.5rem, 2vw, 1rem) clamp(0.6rem, 2vw, 1rem) clamp(2rem, 4vw, 3rem);
}

@media (max-width: 767.98px) {
    header[b-7yckl420hw] {
        padding-top: 0.55rem;
    }

    main[b-7yckl420hw] {
        padding-top: 0.75rem;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.site-nav[b-0u0uz1z5wd] {
    min-height: 72px;
    padding: 0;
    background: transparent;
}

.nav-shell[b-0u0uz1z5wd] {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.9rem;
    min-height: 72px;
    padding: 0.8rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.25rem;
    background:
        radial-gradient(circle at top left, rgba(220, 20, 60, 0.2), transparent 32%),
        linear-gradient(135deg, rgba(18, 19, 25, 0.96), rgba(29, 31, 40, 0.92));
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(12px);
}

.brand-lockup[b-0u0uz1z5wd] {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    min-width: 0;
    padding: 0;
    color: #ffffff;
}

.brand-lockup:hover[b-0u0uz1z5wd] {
    color: #ffffff;
    text-decoration: none;
}

.brand-lockup:focus[b-0u0uz1z5wd],
.brand-lockup:focus-visible[b-0u0uz1z5wd] {
    text-decoration: none;
}

.brand-mark[b-0u0uz1z5wd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 0.95rem;
    background: linear-gradient(135deg, rgba(220, 20, 60, 0.92), rgba(255, 136, 64, 0.82));
    color: #ffffff;
    font-size: 1.25rem;
    box-shadow: 0 10px 22px rgba(220, 20, 60, 0.26);
}

.brand-copy[b-0u0uz1z5wd] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
    line-height: 1.15;
}

.brand-name[b-0u0uz1z5wd] {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    font-weight: 700;
    color: #ffffff;
}

.brand-tagline[b-0u0uz1z5wd] {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.66);
}

.nav-presence[b-0u0uz1z5wd] {
    margin-right: auto;
}

.nav-presence-pill[b-0u0uz1z5wd] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 40px;
    padding: 0.5rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nav-presence-dot[b-0u0uz1z5wd] {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: #26b050;
    box-shadow: 0 0 0 0.3rem rgba(38, 176, 80, 0.14);
}

.navbar-toggler[b-0u0uz1z5wd] {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0.95rem;
    padding: 0.45rem 0.7rem;
    min-height: 46px;
    min-width: 46px;
}

.navbar-toggler:hover[b-0u0uz1z5wd] {
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler:focus[b-0u0uz1z5wd] {
    outline: 2px solid #8ec5ff;
    outline-offset: 2px;
    box-shadow: none;
}

.navbar-nav[b-0u0uz1z5wd] {
    gap: 0.25rem;
}

.nav-item[b-0u0uz1z5wd] {
    display: flex;
    align-items: center;
}

.nav-link[b-0u0uz1z5wd] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-height: 44px;
    padding: 0.62rem 0.65rem;
    border: 1px solid transparent;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: clamp(0.75rem, 1vw, 0.82rem);
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
}

.nav-link i[b-0u0uz1z5wd] {
    font-size: 0.95rem;
}

/* Profile dropdown */
.nav-dropdown[b-0u0uz1z5wd] {
    position: relative;
}

.nav-dropdown-toggle[b-0u0uz1z5wd]::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    margin-left: 0.35rem;
    opacity: 0.65;
    transition: transform 0.15s ease;
}

.nav-dropdown-open .nav-dropdown-toggle[b-0u0uz1z5wd]::after {
    transform: rotate(180deg);
}

.nav-dropdown-menu[b-0u0uz1z5wd] {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-dropdown-open .nav-dropdown-menu[b-0u0uz1z5wd] {
    display: block;
}

.nav-link:hover[b-0u0uz1z5wd] {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.95) !important;
    text-decoration: none;
    transform: translateY(-1px);
}

.nav-link.active[b-0u0uz1z5wd] {
    background: linear-gradient(135deg, rgba(220, 20, 60, 0.22), rgba(37, 140, 251, 0.18));
    border-color: rgba(255, 255, 255, 0.14);
    color: #ffffff !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    letter-spacing: 0.08em;
}

.nav-link:focus[b-0u0uz1z5wd] {
    outline: 2px solid #8ec5ff;
    outline-offset: 2px;
}

.admin-link[b-0u0uz1z5wd] {
    border-color: rgba(255, 193, 7, 0.36);
    color: #ffd76a !important;
}

@media (max-width: 767.98px) {
    .site-nav[b-0u0uz1z5wd] {
        min-height: 64px;
    }

    .nav-shell[b-0u0uz1z5wd] {
        min-height: 64px;
        padding: 0.7rem 0.8rem;
        border-radius: 1rem;
    }

    .brand-mark[b-0u0uz1z5wd] {
        width: 2.45rem;
        height: 2.45rem;
        border-radius: 0.8rem;
    }

    .brand-tagline[b-0u0uz1z5wd] {
        font-size: 0.66rem;
    }

    .navbar-collapse[b-0u0uz1z5wd] {
        position: absolute;
        top: calc(100% + 0.6rem);
        left: 0;
        right: 0;
        padding: 0.85rem;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 1rem;
        background: linear-gradient(180deg, rgba(17, 18, 24, 0.98), rgba(28, 30, 38, 0.98));
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
        z-index: 1000;
    }

    .navbar-nav[b-0u0uz1z5wd] {
        flex-direction: column;
        gap: 0.35rem;
    }

    .navbar-collapse.collapse:not(.show)[b-0u0uz1z5wd] {
        display: none;
    }

    .navbar-collapse.show[b-0u0uz1z5wd] {
        display: block;
    }

    .nav-link[b-0u0uz1z5wd] {
        width: 100%;
        justify-content: flex-start;
        border-radius: 0.95rem;
    }

    .nav-item[b-0u0uz1z5wd] {
        width: 100%;
        display: block;
    }

    .nav-dropdown[b-0u0uz1z5wd] {
        width: 100%;
    }

    .nav-dropdown-toggle[b-0u0uz1z5wd] {
        width: 100%;
        justify-content: space-between;
    }

    .nav-dropdown-menu[b-0u0uz1z5wd] {
        width: 100%;
        margin-top: 0.2rem;
        padding-left: 0;
        padding-top: 0;
    }
}

@media (max-width: 767.98px) and (max-height: 500px) and (orientation: landscape) {
    .site-nav[b-0u0uz1z5wd] {
        min-height: 54px;
    }

    .nav-shell[b-0u0uz1z5wd] {
        min-height: 54px;
        padding: 0.45rem 0.65rem;
    }

    .brand-mark[b-0u0uz1z5wd] {
        width: 2.1rem;
        height: 2.1rem;
        font-size: 1rem;
    }

    .brand-tagline[b-0u0uz1z5wd] {
        display: none;
    }

    .navbar-collapse[b-0u0uz1z5wd] {
        max-height: calc(100vh - 68px);
        overflow-y: auto;
    }
}

@media (min-width: 768px) {
    .navbar-nav[b-0u0uz1z5wd] {
        flex-direction: row;
        align-items: center;
        gap: 0.35rem;
    }

    .navbar-collapse[b-0u0uz1z5wd] {
        display: flex !important;
        justify-content: flex-end;
    }

    .nav-dropdown-menu[b-0u0uz1z5wd] {
        position: absolute;
        top: calc(100% + 0.45rem);
        right: 0;
        min-width: 150px;
        padding: 0.4rem;
        list-style: none;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 0.85rem;
        background: linear-gradient(180deg, rgba(18, 19, 24, 0.98), rgba(28, 30, 38, 0.98));
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
        backdrop-filter: blur(12px);
        z-index: 1100;
    }
}

/* /Pages/AddSong.razor.rz.scp.css */
.add-song-shell[b-45hptebkzq] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0.75rem 0 2rem;
}

.add-song-hero[b-45hptebkzq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: 1rem;
    padding: clamp(1.1rem, 3vw, 1.8rem);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.5rem;
    background:
        radial-gradient(circle at top left, rgba(220, 20, 60, 0.18), transparent 34%),
        radial-gradient(circle at top right, rgba(0, 123, 255, 0.14), transparent 28%),
        linear-gradient(135deg, rgba(20, 21, 28, 0.98), rgba(32, 34, 43, 0.94));
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.add-song-hero-copy[b-45hptebkzq] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.add-song-kicker[b-45hptebkzq],
.credit-panel-kicker[b-45hptebkzq],
.result-preview-label[b-45hptebkzq],
.result-meta-label[b-45hptebkzq] {
    margin: 0 0 0.45rem;
    color: #f2bdcb;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.add-song-title[b-45hptebkzq] {
    margin: 0 0 0.65rem;
    font-size: clamp(2rem, 4.8vw, 3.5rem);
    font-weight: 800;
    line-height: 0.98;
    color: #ffffff;
    max-width: 11ch;
    text-wrap: balance;
}

.add-song-lead[b-45hptebkzq],
.credit-panel-copy[b-45hptebkzq],
.search-section-copy p[b-45hptebkzq],
.results-header p[b-45hptebkzq],
.result-artist[b-45hptebkzq],
.result-meta-value[b-45hptebkzq] {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.6;
}

.credit-panel[b-45hptebkzq] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.05);
}

.credit-count-row[b-45hptebkzq] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.credits-count[b-45hptebkzq] {
    font-size: clamp(2.1rem, 5vw, 3rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
}

.credit-unit[b-45hptebkzq] {
    color: rgba(255, 255, 255, 0.72);
    font-weight: 700;
}

.credit-chip-row[b-45hptebkzq] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.credit-chip[b-45hptebkzq] {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 600;
}

.search-section[b-45hptebkzq],
.search-loading-state[b-45hptebkzq],
.empty-results-state[b-45hptebkzq] {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.25rem;
    background: linear-gradient(180deg, rgba(42, 42, 42, 0.96), rgba(26, 26, 26, 0.98));
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.search-section[b-45hptebkzq] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.15rem;
}

.search-section-copy h2[b-45hptebkzq],
.results-header h2[b-45hptebkzq],
.result-title[b-45hptebkzq] {
    margin: 0 0 0.35rem;
    color: #ffffff;
}

.search-form-shell[b-45hptebkzq] {
    display: flex;
}

.search-form-row[b-45hptebkzq] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    width: 100%;
}

.search-input[b-45hptebkzq] {
    min-height: 52px;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.search-input[b-45hptebkzq]::placeholder {
    color: rgba(255, 255, 255, 0.46);
}

.search-button[b-45hptebkzq] {
    min-height: 52px;
    padding-inline: 1.15rem;
}

.search-loading-state[b-45hptebkzq] {
    padding: 2.5rem 1rem;
    text-align: center;
}

.results-section[b-45hptebkzq] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.results-header[b-45hptebkzq] {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
}

.results-grid[b-45hptebkzq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    gap: 1rem;
}

.result-card[b-45hptebkzq] {
    display: grid;
    grid-template-columns: 156px minmax(0, 1fr);
    gap: 0;
    min-height: 100%;
    align-items: start;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.25rem;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(42, 42, 42, 0.96), rgba(26, 26, 26, 0.98));
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.result-card:hover[b-45hptebkzq] {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.result-card-media[b-45hptebkzq] {
    height: 156px;
    background: linear-gradient(135deg, rgba(220, 20, 60, 0.18), rgba(37, 140, 251, 0.16));
}

.result-art[b-45hptebkzq],
.result-art-placeholder[b-45hptebkzq] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.result-art-placeholder[b-45hptebkzq] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.75);
}

.result-card-body[b-45hptebkzq] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.result-card-copy[b-45hptebkzq] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.result-title[b-45hptebkzq] {
    font-size: 1.25rem;
    font-weight: 700;
}

.result-artist[b-45hptebkzq] {
    font-size: 0.95rem;
}

.result-meta-grid[b-45hptebkzq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 0.65rem;
}

.result-meta-item[b-45hptebkzq] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.7rem 0.8rem;
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.result-meta-label[b-45hptebkzq] {
    margin-bottom: 0;
    font-size: 0.66rem;
}

.result-preview[b-45hptebkzq] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

audio[b-45hptebkzq] {
    height: 42px;
}

.result-actions[b-45hptebkzq] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: auto;
}

.result-action-link[b-45hptebkzq],
.result-action-button[b-45hptebkzq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 44px;
    font-weight: 700;
}

.empty-results-state[b-45hptebkzq] {
    padding: 2rem 1rem;
    text-align: center;
}

@media (max-width: 768px) {
    .add-song-shell[b-45hptebkzq] {
        gap: 1rem;
        padding-top: 0.5rem;
    }

    .add-song-hero[b-45hptebkzq],
    .search-section[b-45hptebkzq],
    .search-loading-state[b-45hptebkzq],
    .empty-results-state[b-45hptebkzq],
    .result-card[b-45hptebkzq] {
        border-radius: 1rem;
    }

    .add-song-title[b-45hptebkzq] {
        max-width: none;
        font-size: 1.9rem;
    }

    .search-form-row[b-45hptebkzq] {
        grid-template-columns: 1fr;
    }

    .search-button[b-45hptebkzq] {
        width: 100%;
    }

    .results-header[b-45hptebkzq] {
        flex-direction: column;
        align-items: start;
    }

    .result-card[b-45hptebkzq] {
        grid-template-columns: 1fr;
        overflow: hidden;
    }

    .result-card-media[b-45hptebkzq] {
        height: auto;
        aspect-ratio: 16 / 9;
        max-height: none;
        overflow: hidden;
    }

    .result-art[b-45hptebkzq],
    .result-art-placeholder[b-45hptebkzq] {
        display: block;
    }

    .result-actions[b-45hptebkzq] {
        flex-direction: column;
    }

    .result-actions > .btn[b-45hptebkzq] {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .add-song-title[b-45hptebkzq] {
        font-size: 1.7rem;
    }

    .credit-panel[b-45hptebkzq],
    .search-section[b-45hptebkzq],
    .result-card-body[b-45hptebkzq] {
        padding: 0.9rem;
    }

    .result-meta-grid[b-45hptebkzq] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Admin/AdminReview.razor.rz.scp.css */
.review-card[b-m8idw3pa3b] {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    transition: box-shadow 0.2s ease;
}

.review-card:hover[b-m8idw3pa3b] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.review-card-selected[b-m8idw3pa3b] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.25);
}

.review-card .card-header[b-m8idw3pa3b] {
    background-color: rgba(255, 193, 7, 0.1);
    border-bottom: 1px solid rgba(255, 193, 7, 0.3);
}

.review-card-resolved[b-m8idw3pa3b] {
    border: 1px solid #d1e7dd;
    border-radius: 8px;
    transition: box-shadow 0.2s ease;
    opacity: 0.85;
}

.review-card-resolved:hover[b-m8idw3pa3b] {
    box-shadow: 0 2px 8px rgba(25, 135, 84, 0.1);
    opacity: 1;
}

.review-card-resolved .card-header[b-m8idw3pa3b] {
    background-color: rgba(25, 135, 84, 0.05);
    border-bottom: 1px solid rgba(25, 135, 84, 0.2);
}

.empty-state[b-m8idw3pa3b] {
    text-align: center;
    padding: 2rem;
}

.empty-icon[b-m8idw3pa3b] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

dl.row dt[b-m8idw3pa3b] {
    font-weight: 600;
    color: #495057;
}

dl.row dd[b-m8idw3pa3b] {
    color: #212529;
}

code[b-m8idw3pa3b] {
    font-size: 0.8em;
    word-break: break-all;
}
/* /Pages/Charts.razor.rz.scp.css */
.charts-container[b-1kl5hv0j1n] {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0.75rem 0.5rem 2rem;
}

.charts-hero[b-1kl5hv0j1n] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
    padding: clamp(1.2rem, 3vw, 2rem);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.5rem;
    background:
        radial-gradient(circle at top left, rgba(220, 20, 60, 0.2), transparent 34%),
        radial-gradient(circle at top right, rgba(0, 123, 255, 0.16), transparent 28%),
        linear-gradient(135deg, rgba(20, 21, 28, 0.98), rgba(32, 34, 43, 0.94));
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.charts-header[b-1kl5hv0j1n] {
    text-align: center;
}

.charts-kicker[b-1kl5hv0j1n] {
    margin: 0 0 0.6rem;
    color: #f2bdcb;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.charts-title[b-1kl5hv0j1n] {
    font-size: clamp(2.2rem, 5vw, 3.7rem);
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    text-wrap: balance;
}

.charts-subtitle[b-1kl5hv0j1n] {
    max-width: 44rem;
    margin: 0 auto;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.76);
    font-weight: 500;
    line-height: 1.6;
}

.charts-status-row[b-1kl5hv0j1n] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
    gap: 0.85rem;
}

.charts-status-pill[b-1kl5hv0j1n] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    min-height: 72px;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.05);
}

.charts-status-label[b-1kl5hv0j1n] {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.charts-status-value[b-1kl5hv0j1n] {
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
}

.action-bar[b-1kl5hv0j1n] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-action[b-1kl5hv0j1n] {
    font-weight: 600;
    padding: 0.625rem 1.25rem;
    font-size: 1rem;
    transition: all 0.2s ease;
}

.btn-action:hover[b-1kl5hv0j1n] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
    .charts-container[b-1kl5hv0j1n] {
        padding: 0.5rem 0.5rem 1rem;
    }

    .charts-hero[b-1kl5hv0j1n] {
        gap: 0.75rem;
        margin-bottom: 1rem;
        border-radius: 1rem;
        padding: 0.85rem;
    }

    .charts-kicker[b-1kl5hv0j1n] {
        margin-bottom: 0.4rem;
        font-size: 0.72rem;
    }

    .charts-title[b-1kl5hv0j1n] {
        font-size: 1.75rem;
        gap: 0.4rem;
        margin-bottom: 0.4rem;
    }

    .charts-subtitle[b-1kl5hv0j1n] {
        font-size: 0.92rem;
        line-height: 1.45;
    }

    .charts-status-row[b-1kl5hv0j1n] {
        display: none;
    }

    .action-bar[b-1kl5hv0j1n] {
        gap: 0.5rem;
    }

    .btn-action[b-1kl5hv0j1n] {
        flex: 1;
        min-width: 0;
        font-size: 0.9rem;
        padding: 0.5rem 0.75rem;
    }
}

@media (max-width: 480px) {
    .charts-title[b-1kl5hv0j1n] {
        font-size: 1.55rem;
    }

    .charts-subtitle[b-1kl5hv0j1n] {
        font-size: 0.88rem;
    }
}
/* /Pages/CreditHistory.razor.rz.scp.css */
.credits-shell[b-pb9yx4urwg] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0.75rem 0 2rem;
}

.credits-hero[b-pb9yx4urwg] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    gap: 1rem;
    padding: clamp(1.1rem, 3vw, 1.8rem);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.5rem;
    background:
        radial-gradient(circle at top left, rgba(220, 20, 60, 0.18), transparent 34%),
        radial-gradient(circle at top right, rgba(0, 123, 255, 0.14), transparent 28%),
        linear-gradient(135deg, rgba(20, 21, 28, 0.98), rgba(32, 34, 43, 0.94));
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.credits-kicker[b-pb9yx4urwg] {
    margin: 0 0 0.45rem;
    color: #f2bdcb;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.credits-title[b-pb9yx4urwg] {
    margin: 0 0 0.65rem;
    font-size: clamp(2rem, 4.8vw, 3.5rem);
    font-weight: 800;
    line-height: 0.98;
    color: #ffffff;
    max-width: 12ch;
    text-wrap: balance;
}

.credits-lead[b-pb9yx4urwg] {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.6;
}

.credits-filter-panel[b-pb9yx4urwg],
.credits-table-panel[b-pb9yx4urwg],
.credits-loading-state[b-pb9yx4urwg] {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.25rem;
    background: linear-gradient(180deg, rgba(42, 42, 42, 0.96), rgba(26, 26, 26, 0.98));
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.credits-filter-panel[b-pb9yx4urwg],
.credits-table-panel[b-pb9yx4urwg] {
    padding: 1.15rem;
}

.credits-filter-controls[b-pb9yx4urwg] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: end;
}

.credits-filter-field[b-pb9yx4urwg] {
    flex: 1 1 260px;
    max-width: 320px;
    min-width: 0;
}

.credits-filter-action[b-pb9yx4urwg] {
    display: flex;
    align-items: end;
    padding-bottom: 0.1rem;
}

.credits-filter-action .btn[b-pb9yx4urwg] {
    min-width: 140px;
}

.credits-results-spacing[b-pb9yx4urwg] {
    margin-top: 0.75rem;
}

.credits-table-wrap[b-pb9yx4urwg] {
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 1rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
}

.credits-table[b-pb9yx4urwg] {
    margin-bottom: 0;
}

.credits-pagination-nav[b-pb9yx4urwg] {
    margin-top: 1rem;
}

.credits-pagination .page-link[b-pb9yx4urwg] {
    border-radius: 999px;
}

.credits-footnote[b-pb9yx4urwg],
.credits-loading-state[b-pb9yx4urwg] {
    text-align: center;
}

.credits-footnote[b-pb9yx4urwg] {
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.62);
}

.credits-loading-state[b-pb9yx4urwg] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    flex-direction: column;
    padding: 2.5rem 1rem;
}

.credits-empty-state[b-pb9yx4urwg] {
    text-align: center;
    padding: 2rem 1rem;
}

@media (max-width: 768px) {
    .credits-shell[b-pb9yx4urwg] {
        gap: 1rem;
        padding-top: 0.5rem;
    }

    .credits-hero[b-pb9yx4urwg],
    .credits-filter-panel[b-pb9yx4urwg],
    .credits-table-panel[b-pb9yx4urwg],
    .credits-loading-state[b-pb9yx4urwg] {
        border-radius: 1rem;
    }

    .credits-title[b-pb9yx4urwg] {
        max-width: none;
        font-size: 1.9rem;
    }

    .credits-filter-action[b-pb9yx4urwg] {
        width: 100%;
    }

    .credits-filter-field[b-pb9yx4urwg] {
        flex: 1 1 calc(50% - 0.5rem);
        max-width: none;
    }
}

@media (max-width: 375px) {
    .credits-title[b-pb9yx4urwg] {
        font-size: 1.7rem;
    }

    .credits-filter-panel[b-pb9yx4urwg],
    .credits-table-panel[b-pb9yx4urwg],
    .credits-empty-state[b-pb9yx4urwg] {
        padding: 0.9rem;
    }

    .credits-filter-field[b-pb9yx4urwg],
    .credits-filter-action[b-pb9yx4urwg] {
        flex-basis: 100%;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.home-shell[b-56lneen05h] {
    display: flex;
    flex-direction: column;
    gap: clamp(1.5rem, 3vw, 2.75rem);
    padding: clamp(0.75rem, 2vw, 1.5rem) 0 clamp(2rem, 4vw, 3rem);
}

.home-hero[b-56lneen05h] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    gap: clamp(1.25rem, 3vw, 2.5rem);
    padding: clamp(1.25rem, 4vw, 3rem);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.75rem;
    background:
        radial-gradient(circle at top left, rgba(220, 20, 60, 0.32), transparent 36%),
        radial-gradient(circle at bottom right, rgba(0, 123, 255, 0.26), transparent 40%),
        linear-gradient(135deg, rgba(19, 20, 24, 0.98), rgba(32, 34, 43, 0.94));
    overflow: hidden;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.home-hero[b-56lneen05h]::after {
    content: "";
    position: absolute;
    inset: auto -8% -18% auto;
    width: clamp(180px, 32vw, 320px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 68%);
    pointer-events: none;
}

.hero-copy[b-56lneen05h],
.hero-panel[b-56lneen05h] {
    position: relative;
    z-index: 1;
}

.hero-copy[b-56lneen05h] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}

.hero-kicker[b-56lneen05h],
.status-eyebrow[b-56lneen05h],
.feature-band-kicker[b-56lneen05h],
.hero-panel-label[b-56lneen05h] {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #f8c7d2;
}

.hero-title[b-56lneen05h] {
    margin: 0;
    font-size: clamp(2.3rem, 5.8vw, 4.9rem);
    line-height: 0.94;
    font-weight: 800;
    max-width: 10ch;
    color: #ffffff;
    text-wrap: balance;
}

.hero-lead[b-56lneen05h],
.status-copy[b-56lneen05h],
.action-card p[b-56lneen05h],
.story-card p[b-56lneen05h],
.feature-band-copy p[b-56lneen05h],
.hero-panel-track-meta[b-56lneen05h] {
    margin: 0;
    font-size: clamp(1rem, 1.55vw, 1.1rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
}

.hero-actions[b-56lneen05h],
.status-actions[b-56lneen05h] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.hero-primary-action[b-56lneen05h],
.hero-secondary-action[b-56lneen05h],
.action-card .btn[b-56lneen05h],
.status-actions .btn[b-56lneen05h] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 48px;
    border-radius: 999px;
    padding-inline: 1.2rem;
    font-weight: 700;
}

.hero-primary-action[b-56lneen05h] {
    box-shadow: 0 10px 30px rgba(220, 20, 60, 0.32);
}

.hero-secondary-action[b-56lneen05h],
.status-actions .btn-outline-light[b-56lneen05h],
.action-card .btn-outline-light[b-56lneen05h] {
    border-width: 2px;
}

.hero-signals[b-56lneen05h] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 0;
    margin: 0.35rem 0 0;
    list-style: none;
}

.hero-signals li[b-56lneen05h] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 44px;
    padding: 0.6rem 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-weight: 600;
}

.hero-panel[b-56lneen05h] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: clamp(1rem, 2vw, 1.4rem);
    border-radius: 1.35rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
}

.hero-panel-header[b-56lneen05h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.hero-panel-live[b-56lneen05h] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: #ffffff;
}

.hero-panel-live-dot[b-56lneen05h] {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background: #26b050;
    box-shadow: 0 0 0 0.35rem rgba(38, 176, 80, 0.14);
}

.hero-scorecard-grid[b-56lneen05h] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.hero-scorecard[b-56lneen05h] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(8, 10, 16, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-scorecard-accent[b-56lneen05h] {
    background: linear-gradient(135deg, rgba(220, 20, 60, 0.34), rgba(255, 166, 0, 0.18));
}

.hero-scorecard-value[b-56lneen05h] {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    line-height: 1;
    font-weight: 800;
    color: #ffffff;
}

.hero-scorecard-label[b-56lneen05h] {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.92rem;
    line-height: 1.4;
}

.hero-panel-tracklist[b-56lneen05h] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.hero-panel-track[b-56lneen05h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(7, 8, 13, 0.56);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-panel-track-hot[b-56lneen05h] {
    border-color: rgba(255, 173, 50, 0.35);
    box-shadow: inset 0 0 0 1px rgba(255, 173, 50, 0.12);
}

.hero-panel-track-name[b-56lneen05h] {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.2rem;
}

.hero-panel-track-tag[b-56lneen05h] {
    flex-shrink: 0;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
}

.status-banner[b-56lneen05h] {
    display: grid;
    grid-template-columns: 1.8fr auto;
    gap: 1rem;
    align-items: center;
    padding: clamp(1rem, 3vw, 1.5rem);
    border-radius: 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.status-banner h2[b-56lneen05h],
.action-card h2[b-56lneen05h],
.story-card h2[b-56lneen05h],
.feature-band-copy h2[b-56lneen05h] {
    margin: 0 0 0.35rem;
    font-size: clamp(1.35rem, 2.8vw, 2rem);
    font-weight: 800;
    color: #ffffff;
}

.status-banner-success[b-56lneen05h] {
    background: linear-gradient(135deg, rgba(38, 176, 80, 0.16), rgba(37, 140, 251, 0.12));
}

.status-banner-info[b-56lneen05h] {
    background: linear-gradient(135deg, rgba(37, 140, 251, 0.16), rgba(155, 48, 255, 0.12));
}

.action-grid[b-56lneen05h],
.story-grid[b-56lneen05h] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
    gap: clamp(1rem, 2vw, 1.5rem);
}

.action-card[b-56lneen05h],
.story-card[b-56lneen05h],
.feature-band[b-56lneen05h] {
    border-radius: 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(42, 42, 42, 0.95), rgba(24, 24, 24, 0.98));
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.action-card[b-56lneen05h] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: clamp(1.1rem, 2vw, 1.5rem);
}

.action-card-cta[b-56lneen05h] {
    margin-top: auto;
    display: flex;
    align-items: flex-end;
}

.action-card-icon[b-56lneen05h] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 1rem;
    font-size: 1.5rem;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(220, 20, 60, 0.8), rgba(255, 126, 48, 0.72));
}

.action-card-chart .action-card-icon[b-56lneen05h] {
    background: linear-gradient(135deg, rgba(255, 183, 3, 0.82), rgba(155, 48, 255, 0.72));
}

.action-card-profile .action-card-icon[b-56lneen05h] {
    background: linear-gradient(135deg, rgba(37, 140, 251, 0.82), rgba(38, 176, 80, 0.72));
}

.story-card[b-56lneen05h] {
    padding: clamp(1rem, 2vw, 1.4rem);
}

.story-step[b-56lneen05h] {
    display: inline-block;
    margin-bottom: 0.9rem;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8ec5ff;
}

.feature-band[b-56lneen05h] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: 1.25rem;
    padding: clamp(1.1rem, 2.5vw, 1.7rem);
    background:
        radial-gradient(circle at top right, rgba(155, 48, 255, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(30, 31, 39, 0.98), rgba(16, 17, 21, 0.98));
}

.feature-band-copy[b-56lneen05h] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.feature-pill-grid[b-56lneen05h] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
    gap: 0.8rem;
}

.feature-pill[b-56lneen05h] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 56px;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-weight: 600;
}

.feature-pill i[b-56lneen05h] {
    color: #8ec5ff;
    font-size: 1.1rem;
}

.btn:focus[b-56lneen05h],
.btn:focus-visible[b-56lneen05h],
.hero-signals li:focus-within[b-56lneen05h] {
    outline: 2px solid #8ec5ff;
    outline-offset: 2px;
}

@media (max-width: 767px) {
    .status-banner[b-56lneen05h] {
        grid-template-columns: 1fr;
    }

    .hero-scorecard-grid[b-56lneen05h] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575px) {
    .home-shell[b-56lneen05h] {
        gap: 1.25rem;
    }

    .home-hero[b-56lneen05h],
    .status-banner[b-56lneen05h],
    .action-card[b-56lneen05h],
    .story-card[b-56lneen05h],
    .feature-band[b-56lneen05h] {
        border-radius: 1.1rem;
    }

    .hero-title[b-56lneen05h] {
        max-width: none;
    }

    .hero-actions[b-56lneen05h],
    .status-actions[b-56lneen05h] {
        flex-direction: column;
    }

    .hero-actions > .btn[b-56lneen05h],
    .status-actions > .btn[b-56lneen05h],
    .action-card .btn[b-56lneen05h] {
        width: 100%;
    }

    .action-card-cta[b-56lneen05h] {
        width: 100%;
    }

    .hero-scorecard-grid[b-56lneen05h] {
        grid-template-columns: 1fr;
    }

    .hero-panel-track[b-56lneen05h] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Pages/Profile.razor.rz.scp.css */
.profile-shell[b-70x5cvcety] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0.75rem 0 2rem;
}

.profile-hero[b-70x5cvcety] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    gap: 1rem;
    padding: clamp(1.1rem, 3vw, 1.8rem);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.5rem;
    background:
        radial-gradient(circle at top left, rgba(220, 20, 60, 0.18), transparent 34%),
        radial-gradient(circle at top right, rgba(0, 123, 255, 0.14), transparent 28%),
        linear-gradient(135deg, rgba(20, 21, 28, 0.98), rgba(32, 34, 43, 0.94));
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.profile-kicker[b-70x5cvcety],
.profile-panel-kicker[b-70x5cvcety] {
    margin: 0 0 0.45rem;
    color: #f2bdcb;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.profile-title[b-70x5cvcety] {
    margin: 0 0 0.65rem;
    font-size: clamp(2rem, 4.8vw, 3.5rem);
    font-weight: 800;
    line-height: 0.98;
    color: #ffffff;
    max-width: 12ch;
    text-wrap: balance;
}

.profile-lead[b-70x5cvcety],
.profile-meta-chip[b-70x5cvcety],
.profile-stat-label[b-70x5cvcety],
.profile-panel-header h2[b-70x5cvcety],
.profile-stat-line span[b-70x5cvcety] {
    color: rgba(255, 255, 255, 0.78);
}

.profile-lead[b-70x5cvcety] {
    margin: 0;
    line-height: 1.6;
}

.profile-meta-row[b-70x5cvcety] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1rem;
}

.profile-meta-chip[b-70x5cvcety] {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.85rem;
    font-weight: 600;
}

.profile-stat-grid[b-70x5cvcety] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.profile-stat-card[b-70x5cvcety],
.profile-panel[b-70x5cvcety],
.profile-history-section[b-70x5cvcety],
.profile-loading-state[b-70x5cvcety] {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.25rem;
    background: linear-gradient(180deg, rgba(42, 42, 42, 0.96), rgba(26, 26, 26, 0.98));
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.profile-stat-card[b-70x5cvcety] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem;
}

.profile-stat-label[b-70x5cvcety] {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.profile-stat-value[b-70x5cvcety],
.profile-panel-header h2[b-70x5cvcety] {
    color: #ffffff;
}

.profile-stat-value[b-70x5cvcety] {
    font-size: clamp(1.25rem, 2vw, 1.8rem);
    font-weight: 800;
    line-height: 1.05;
}

.profile-panel-grid[b-70x5cvcety] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
    gap: 1rem;
}

.profile-panel[b-70x5cvcety],
.profile-history-section[b-70x5cvcety] {
    padding: 1.15rem;
}

.profile-panel-header[b-70x5cvcety] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.profile-panel-header h2[b-70x5cvcety] {
    margin: 0;
}

.profile-stat-list[b-70x5cvcety] {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.profile-stat-line[b-70x5cvcety] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 0.95rem;
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.profile-stat-line strong[b-70x5cvcety] {
    color: #ffffff;
}

.profile-table-wrap[b-70x5cvcety] {
    margin-top: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 1rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
}

.profile-table[b-70x5cvcety] {
    margin-bottom: 0;
}

.profile-table th[b-70x5cvcety],
.profile-table td[b-70x5cvcety] {
    padding: 0.65rem 0.95rem;
}

.profile-inline-loading[b-70x5cvcety],
.profile-loading-state[b-70x5cvcety] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
}

.profile-loading-state[b-70x5cvcety] {
    padding: 2.5rem 1rem;
    flex-direction: column;
}

@media (max-width: 768px) {
    .profile-shell[b-70x5cvcety] {
        gap: 1rem;
        padding-top: 0.5rem;
    }

    .profile-hero[b-70x5cvcety],
    .profile-stat-card[b-70x5cvcety],
    .profile-panel[b-70x5cvcety],
    .profile-history-section[b-70x5cvcety],
    .profile-loading-state[b-70x5cvcety] {
        border-radius: 1rem;
    }

    .profile-title[b-70x5cvcety] {
        max-width: none;
        font-size: 1.9rem;
    }

    .profile-stat-grid[b-70x5cvcety] {
        grid-template-columns: 1fr;
    }

    .profile-panel-header[b-70x5cvcety],
    .profile-stat-line[b-70x5cvcety] {
        flex-direction: column;
    }
}

@media (max-width: 375px) {
    .profile-panel[b-70x5cvcety],
    .profile-history-section[b-70x5cvcety],
    .profile-stat-card[b-70x5cvcety] {
        padding: 0.9rem;
    }

    .profile-title[b-70x5cvcety] {
        font-size: 1.7rem;
    }
}
/* /Pages/Vote.razor.rz.scp.css */
.vote-page-shell[b-0ufy79lygk],
.vote-state-shell[b-0ufy79lygk] {
    max-width: 1200px;
    margin: 0 auto;
}

.vote-page-shell[b-0ufy79lygk] {
    display: grid;
    min-height: calc(100vh - var(--vote-page-offset, 9rem));
    min-height: calc(100dvh - var(--vote-page-offset, 9rem));
    grid-template-rows: auto minmax(0, 1fr);
    gap: clamp(0.9rem, 2vw, 1.4rem);
}

.vote-hero-panel[b-0ufy79lygk],
.vote-arena-panel[b-0ufy79lygk],
.vote-inline-alert[b-0ufy79lygk],
.vote-state-card[b-0ufy79lygk] {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.5rem;
    background: linear-gradient(145deg, rgba(20, 22, 29, 0.96), rgba(31, 34, 44, 0.94));
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
    overflow: clip;
}

.vote-hero-panel[b-0ufy79lygk] {
    display: grid;
    gap: clamp(0.85rem, 2vw, 1.25rem);
    padding: clamp(0.9rem, 1.8vw, 1.3rem);
    background:
        radial-gradient(circle at top left, rgba(220, 20, 60, 0.18), transparent 32%),
        radial-gradient(circle at top right, rgba(0, 123, 255, 0.15), transparent 28%),
        linear-gradient(145deg, rgba(20, 22, 29, 0.98), rgba(31, 34, 44, 0.95));
}

.vote-eyebrow[b-0ufy79lygk],
.vote-state-eyebrow[b-0ufy79lygk],
.vote-arena-kicker[b-0ufy79lygk] {
    margin: 0;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 214, 214, 0.82);
}

.vote-title[b-0ufy79lygk],
.vote-state-title[b-0ufy79lygk] {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.55rem, 4vw, 3.1rem);
    font-weight: 800;
    line-height: 0.98;
    color: #ffffff;
    text-wrap: balance;
}

.vote-description[b-0ufy79lygk],
.vote-state-body[b-0ufy79lygk] {
    margin: 0;
    max-width: 62ch;
    font-size: clamp(0.92rem, 1.2vw, 1.02rem);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.82);
}

.vote-hero-copy[b-0ufy79lygk] {
    display: grid;
    gap: 0.75rem;
}

.vote-hero-meta[b-0ufy79lygk] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.55rem, 1vw, 0.85rem);
}

.vote-meta-card[b-0ufy79lygk] {
    display: grid;
    gap: 0.3rem;
    padding: 0.75rem 0.9rem;
    min-height: 74px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.045);
}

.vote-meta-label[b-0ufy79lygk] {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
}

.vote-meta-value[b-0ufy79lygk] {
    font-size: clamp(0.9rem, 1.3vw, 1.05rem);
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
}

.battle-container[b-0ufy79lygk] {
    display: grid;
    grid-template-rows: auto auto auto;
    gap: clamp(0.8rem, 1.8vw, 1.15rem);
    padding: clamp(0.9rem, 1.8vw, 1.25rem);
}

.vote-arena-header[b-0ufy79lygk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.vote-arena-title[b-0ufy79lygk] {
    margin: 0.25rem 0 0;
    font-size: clamp(1rem, 2.2vw, 1.45rem);
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
}

.vote-selection-pill[b-0ufy79lygk] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.7rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    font-size: clamp(0.76rem, 1vw, 0.84rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.78);
    text-align: center;
}

.vote-selection-pill.is-selected[b-0ufy79lygk] {
    border-color: rgba(37, 140, 251, 0.28);
    background: linear-gradient(135deg, rgba(220, 20, 60, 0.16), rgba(37, 140, 251, 0.2));
    color: #ffffff;
}

.battle-grid[b-0ufy79lygk] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(0.55rem, 1.6vw, 1.15rem);
    align-items: stretch;
    min-height: clamp(10.5rem, 28vh, 16rem);
}

.battle-card-wrapper[b-0ufy79lygk] {
    display: flex;
    min-width: 0;
    min-height: clamp(10.5rem, 28vh, 16rem);
}

.battle-grid > .battle-card-wrapper > *[b-0ufy79lygk] {
    width: 100%;
    min-width: 0;
}

.vote-action-panel[b-0ufy79lygk] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 76px;
    padding: 0.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.vote-confirm-btn[b-0ufy79lygk],
.vote-primary-action[b-0ufy79lygk],
.vote-inline-alert .btn[b-0ufy79lygk],
.vote-state-actions .btn[b-0ufy79lygk] {
    min-height: 48px;
    min-width: 44px;
}

.vote-confirm-btn[b-0ufy79lygk] {
    padding-inline: clamp(1.2rem, 3vw, 2.2rem);
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #1677ff, #39a0ff);
    box-shadow: 0 14px 30px rgba(22, 119, 255, 0.32);
    font-size: clamp(0.95rem, 1.4vw, 1.05rem);
    font-weight: 700;
    letter-spacing: 0.02em;
}

.vote-confirm-btn:hover[b-0ufy79lygk] {
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(22, 119, 255, 0.36);
}

.vote-action-hint[b-0ufy79lygk],
.vote-next-battle-copy[b-0ufy79lygk],
.vote-milestone-copy[b-0ufy79lygk],
.vote-state-footnote[b-0ufy79lygk] {
    margin: 0;
}

.vote-action-hint[b-0ufy79lygk] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.92rem;
}

.vote-result-stack[b-0ufy79lygk] {
    display: grid;
    gap: 0.55rem;
    width: min(100%, 44rem);
}

.vote-result-success[b-0ufy79lygk] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
}

.vote-credit-alert[b-0ufy79lygk] {
    margin: 0;
}

.vote-inline-alert[b-0ufy79lygk],
.vote-state-card[b-0ufy79lygk] {
    padding: clamp(1rem, 2vw, 1.35rem);
}

.vote-inline-alert h6[b-0ufy79lygk],
.vote-state-card h1[b-0ufy79lygk] {
    margin-top: 0;
}

.vote-state-shell[b-0ufy79lygk] {
    display: grid;
}

.vote-state-card[b-0ufy79lygk] {
    display: grid;
    gap: 0.7rem;
}

.vote-state-loading[b-0ufy79lygk] {
    justify-items: center;
    padding-block: clamp(2rem, 9vw, 4rem);
}

.vote-loading-ring[b-0ufy79lygk] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
}

.vote-loading-ring .spinner-border[b-0ufy79lygk] {
    width: 2rem;
    height: 2rem;
}

.credit-earned-alert[b-0ufy79lygk] {
    background: linear-gradient(135deg, rgba(220, 20, 60, 0.14), rgba(37, 140, 251, 0.18));
    border-color: rgba(37, 140, 251, 0.32);
    color: #ffffff;
    animation: pulse-glow-b-0ufy79lygk 1s ease-in-out;
}

@keyframes pulse-glow-b-0ufy79lygk {
    0%,
    100% {
        box-shadow: 0 0 5px rgba(37, 140, 251, 0.22);
    }

    50% {
        box-shadow: 0 0 22px rgba(37, 140, 251, 0.34);
    }
}

@media (min-width: 768px) {
    .vote-hero-panel[b-0ufy79lygk] {
        grid-template-columns: minmax(0, 1.4fr) minmax(18rem, 0.9fr);
        align-items: end;
    }
}

@media (max-width: 767.98px) {
    .vote-page-shell[b-0ufy79lygk] {
        --vote-page-offset: 7.25rem;
        min-height: 0;
        gap: 0.85rem;
    }

    .vote-hero-panel[b-0ufy79lygk],
    .battle-container[b-0ufy79lygk],
    .vote-inline-alert[b-0ufy79lygk],
    .vote-state-card[b-0ufy79lygk] {
        border-radius: 1.15rem;
    }

    .vote-arena-header[b-0ufy79lygk] {
        flex-direction: column;
        align-items: stretch;
    }

    .vote-selection-pill[b-0ufy79lygk] {
        width: 100%;
    }
}

@media (max-width: 479.98px) {
    .battle-grid[b-0ufy79lygk] {
        gap: 0.45rem;
    }

    .vote-meta-card[b-0ufy79lygk] {
        padding: 0.65rem 0.7rem;
        min-height: 68px;
    }
}

@media (max-height: 760px) {
    .vote-page-shell[b-0ufy79lygk] {
        gap: 0.75rem;
    }

    .vote-hero-panel[b-0ufy79lygk] {
        gap: 0.7rem;
        padding: 0.8rem 0.95rem;
    }

    .vote-title[b-0ufy79lygk] {
        font-size: clamp(1.35rem, 4vw, 2.3rem);
    }

    .vote-description[b-0ufy79lygk] {
        font-size: 0.9rem;
        line-height: 1.42;
    }

    .vote-meta-card[b-0ufy79lygk] {
        min-height: 64px;
        padding: 0.6rem 0.75rem;
    }

    .battle-container[b-0ufy79lygk] {
        gap: 0.75rem;
        padding: 0.85rem 0.95rem 0.95rem;
    }

    .battle-grid[b-0ufy79lygk] {
        min-height: clamp(9.5rem, 24vh, 13.5rem);
    }

    .vote-action-panel[b-0ufy79lygk] {
        min-height: 60px;
    }
}

@media (max-width: 640px) and (max-height: 500px) and (orientation: landscape) {
    .vote-page-shell[b-0ufy79lygk] {
        gap: 0.7rem;
    }

    .vote-hero-panel[b-0ufy79lygk] {
        padding: 0.85rem 1rem;
    }

    .vote-title[b-0ufy79lygk] {
        font-size: clamp(1.35rem, 4.6vw, 2rem);
    }

    .vote-description[b-0ufy79lygk] {
        font-size: 0.88rem;
    }

    .vote-meta-card[b-0ufy79lygk] {
        min-height: 72px;
        padding: 0.7rem 0.85rem;
    }

    .battle-container[b-0ufy79lygk] {
        padding: 0.85rem 1rem 1rem;
        gap: 0.7rem;
    }

    .battle-grid[b-0ufy79lygk] {
        min-height: 8.25rem;
    }

    .vote-action-panel[b-0ufy79lygk] {
        min-height: 62px;
    }
}
