/* /Components/Layout/GameCard.razor.rz.scp.css */
[b-199r6uvpo7] .game-card {
    height: 160px;
    width: 92px !important;
    min-width: 92px !important;
    max-width: 92px !important;
    margin: 0 auto;
    display: grid;
    grid-template-rows: 112px 48px;
    overflow: hidden;
    box-sizing: border-box;
    flex: 0 0 auto;
}

[b-199r6uvpo7] .game-logo-area {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mud-palette-surface);
    padding: 0.2rem;
    height: 112px;
    box-sizing: border-box;
}

[b-199r6uvpo7] .game-logo-frame {
    width: 100%;
    height: 100%;
    border: 9px solid var(--mud-palette-surface);
    background: var(--mud-palette-surface);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
}

[b-199r6uvpo7] .game-logo-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

[b-199r6uvpo7] .game-logo-missing {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

[b-199r6uvpo7] .game-text-area {
    background: var(--mud-palette-surface);
    padding: 0.2rem 0.3rem;
    height: 48px;
    box-sizing: border-box;
}

[b-199r6uvpo7] .game-title {
    text-align: center;
    line-height: 1rem;
    min-height: 2rem;
    max-height: 2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.game-card-link[b-199r6uvpo7] {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

.game-card-text-area[b-199r6uvpo7] {
    background: var(--mud-palette-surface);
    padding: 0.4rem 0.6rem;
    height: 96px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.35rem;
}

.game-card-title[b-199r6uvpo7] {
    text-align: center;
    line-height: 1.35rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 2.7rem;
    max-height: 2.7rem;
}

.game-card-title-with-progress[b-199r6uvpo7] {
    min-height: 2.3rem;
    max-height: 2.3rem;
}

.game-card-achievement-progress[b-199r6uvpo7] {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    min-height: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
}

.game-card-achievement-progress-fill[b-199r6uvpo7] {
    position: absolute;
    inset: 0 auto 0 0;
    background: rgba(76, 175, 80, 0.35);
}

.game-card-achievement-progress-label[b-199r6uvpo7] {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 0.78rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-36cm5spij9],
.components-reconnect-repeated-attempt-visible[b-36cm5spij9],
.components-reconnect-failed-visible[b-36cm5spij9],
.components-pause-visible[b-36cm5spij9],
.components-resume-failed-visible[b-36cm5spij9],
.components-rejoining-animation[b-36cm5spij9] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-36cm5spij9],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-36cm5spij9],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-36cm5spij9],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-36cm5spij9],
#components-reconnect-modal.components-reconnect-retrying[b-36cm5spij9],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-36cm5spij9],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-36cm5spij9],
#components-reconnect-modal.components-reconnect-failed[b-36cm5spij9],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-36cm5spij9] {
    display: block;
}


#components-reconnect-modal[b-36cm5spij9] {
    width: 22rem;
    margin: 20vh auto;
    padding: 2rem;
    border: none; 
}

#components-reconnect-modal[b-36cm5spij9]::backdrop {
    background-color: rgba(0, 0, 0, 0.7);
}

.components-reconnect-container[b-36cm5spij9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}


.components-rejoining-animation[b-36cm5spij9] {
    position: relative;
    width: 80px;
    height: 80px;
}

.components-rejoining-animation div[b-36cm5spij9] {
    position: absolute;
    border: 4px solid;
    border-radius: 50%;
    animation: components-rejoining-animation-b-36cm5spij9 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.components-rejoining-animation div:nth-child(2)[b-36cm5spij9] {
    animation-delay: -0.5s;
}

@keyframes components-rejoining-animation-b-36cm5spij9 {
    0% { top: 40px; left: 40px; width: 0; height: 0; opacity: 1; }
    100% { top: 0px; left: 0px; width: 80px; height: 80px; opacity: 0; }
}
/* /Components/Pages/GameAchievementsPage.razor.rz.scp.css */
[b-5gq6hwqaea] .achievement-card-completed {
    background-color: rgba(76, 175, 80, 0.22) !important;
    border-color: rgba(76, 175, 80, 0.55) !important;
}
/* /Components/Pages/GamePage.razor.rz.scp.css */
.game-cover-shell[b-lx979nlj5y] {
    background-color: white;
    min-height: 260px;
}

.game-cover-image[b-lx979nlj5y] {
    max-height: 240px;
    object-fit: contain;
}

.media-carousel[b-lx979nlj5y] {
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

[b-lx979nlj5y] .media-carousel .mud-carousel-item {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.media-dots[b-lx979nlj5y] {
    margin-top: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.45rem;
}

.media-dot[b-lx979nlj5y] {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.7);
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.media-dot.active[b-lx979nlj5y] {
    background: rgba(255, 255, 255, 0.95);
}

.media-card[b-lx979nlj5y] {
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    padding: 0;
    color: inherit;
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.media-frame[b-lx979nlj5y] {
    position: relative;
    width: 100%;
    height: calc(100% - 2.25rem);
    flex: 1 1 0;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
}

.media-preview[b-lx979nlj5y] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.media-video-badge[b-lx979nlj5y] {
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 0.75rem;
    padding: 0.15rem 0.45rem;
    border-radius: 6px;
}

.media-video-play[b-lx979nlj5y] {
    position: absolute;
    font-size: 2.5rem;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.media-modal-backdrop[b-lx979nlj5y] {
    position: fixed;
    inset: 0;
    z-index: 1400;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.media-modal-content[b-lx979nlj5y] {
    position: relative;
    width: min(1200px, 96vw);
    height: min(90vh, 900px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111;
    border-radius: 10px;
    overflow: hidden;
}

.media-modal-close[b-lx979nlj5y] {
    position: absolute;
    top: 0.35rem;
    right: 0.35rem;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
}

.media-modal-image[b-lx979nlj5y] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.media-modal-video[b-lx979nlj5y] {
    width: 100%;
    height: 100%;
    border: 0;
}

[b-lx979nlj5y] .achievement-progress-button {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    min-height: 2rem;
    justify-content: flex-start;
}

[b-lx979nlj5y] .achievement-progress-button .mud-button-label {
    width: 100%;
}

.achievement-progress-fill[b-lx979nlj5y] {
    position: absolute;
    inset: 0 auto 0 0;
    background: rgba(76, 175, 80, 0.35);
    z-index: 0;
}

.achievement-progress-label[b-lx979nlj5y] {
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 0.78rem;
    width: 100%;
    text-align: left;
    padding-inline: 0.35rem;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* /Components/Pages/Home.razor.rz.scp.css */
.games-grid[b-yu67ah1gw3] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.5rem 0;
}

.home-game-card-item[b-yu67ah1gw3] {
    width: 184px;
}
/* /Components/Pages/SystemPage.razor.rz.scp.css */
[b-szk5av8gij] .version-slide {
    width: 100%;
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (max-width: 960px) {
    [b-szk5av8gij] .version-slide {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

.games-grid[b-szk5av8gij] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.5rem 0;
}
