/* _content/GameShowcase.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-dolhawjsv5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dolhawjsv5] {
    flex: 1;
}

.sidebar[b-dolhawjsv5] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-dolhawjsv5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dolhawjsv5]  a, .top-row[b-dolhawjsv5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-dolhawjsv5]  a:hover, .top-row[b-dolhawjsv5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-dolhawjsv5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-dolhawjsv5] {
        justify-content: space-between;
    }

    .top-row[b-dolhawjsv5]  a, .top-row[b-dolhawjsv5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dolhawjsv5] {
        flex-direction: row;
    }

    .sidebar[b-dolhawjsv5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dolhawjsv5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-dolhawjsv5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-dolhawjsv5], article[b-dolhawjsv5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-dolhawjsv5] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-dolhawjsv5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/GameShowcase.Web/Components/Layout/SiteFooter.razor.rz.scp.css */
.site-footer[b-jur3m881li] {
    margin-top: auto;
    border-top: 1px solid var(--mud-palette-lines-default);
    background: var(--mud-palette-surface);
}

.site-footer-inner[b-jur3m881li] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
}

.site-footer-brand[b-jur3m881li] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--mud-palette-text-secondary);
}

.site-footer-name[b-jur3m881li] {
    font-weight: 700;
    color: var(--mud-palette-text-primary);
}

.site-footer-copy[b-jur3m881li] {
    font-size: 0.85rem;
}

.site-footer-links[b-jur3m881li] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
}

@media (max-width: 600px) {
    .site-footer-inner[b-jur3m881li] {
        justify-content: center;
    }
}
/* _content/GameShowcase.Web/Components/Pages/GameDetail.razor.rz.scp.css */
.detail-hero[b-r339i1ebcs] {
    position: relative;
    min-height: 420px;
    background-size: cover;
    background-position: center;
    background-color: #151827;
    overflow: hidden;
}

.detail-hero-overlay[b-r339i1ebcs] {
    min-height: 420px;
    display: flex;
    align-items: flex-end;
    background:
        linear-gradient(180deg, rgba(9, 11, 19, 0.18) 0%, rgba(9, 11, 19, 0.42) 48%, rgba(9, 11, 19, 0.9) 100%),
        linear-gradient(90deg, rgba(9, 11, 19, 0.68) 0%, rgba(9, 11, 19, 0.34) 58%, rgba(9, 11, 19, 0.22) 100%);
}

.detail-hero-inner[b-r339i1ebcs] {
    display: flex;
    align-items: flex-end;
    min-height: 420px;
    padding-top: 96px;
    padding-bottom: 44px;
}

.detail-title[b-r339i1ebcs] {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0;
    text-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
}

.detail-content[b-r339i1ebcs] {
    padding-top: 40px;
    padding-bottom: 64px;
}

.detail-layout[b-r339i1ebcs] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 32px;
    align-items: start;
}

.detail-main[b-r339i1ebcs] {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.detail-section[b-r339i1ebcs] {
    min-width: 0;
}

.section-title[b-r339i1ebcs] {
    margin-bottom: 14px;
}

.detail-description[b-r339i1ebcs] {
    color: var(--mud-palette-text-primary);
    line-height: 1.75;
    max-width: 78ch;
}

.detail-tags[b-r339i1ebcs] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.media-gallery[b-r339i1ebcs] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.media-main-wrap[b-r339i1ebcs] {
    width: 100%;
    aspect-ratio: 16 / 9;
    background:
        linear-gradient(135deg, rgba(109, 93, 246, 0.12), rgba(45, 212, 191, 0.1)),
        #080a12;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--mud-palette-lines-default);
    box-shadow: var(--gs-shadow-sm);
}

.media-main[b-r339i1ebcs] {
    width: 100%;
    height: 100%;
    display: block;
}

.media-image[b-r339i1ebcs] {
    object-fit: contain;
    object-position: center;
    background: #05060a;
}

.media-video[b-r339i1ebcs] {
    object-fit: contain;
    background: #05060a;
}

.media-thumbs[b-r339i1ebcs] {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 2px 2px 8px;
}

.media-thumb[b-r339i1ebcs] {
    height: 78px;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    flex-shrink: 0;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 140ms ease, box-shadow 140ms ease, transform 140ms ease, border-color 140ms ease;
    border: 2px solid transparent;
    padding: 0;
    position: relative;
    overflow: hidden;
    background: #080a12;
}

.media-thumb img[b-r339i1ebcs],
.media-thumb video[b-r339i1ebcs] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.media-thumb:hover[b-r339i1ebcs] {
    opacity: 0.9;
    transform: translateY(-1px);
}

.media-thumb.is-active[b-r339i1ebcs] {
    opacity: 1;
    border-color: var(--mud-palette-primary);
    box-shadow: 0 0 0 2px rgba(109, 93, 246, 0.18);
}

.media-thumb-play[b-r339i1ebcs] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.28);
}

.detail-sidebar[b-r339i1ebcs] {
    position: sticky;
    top: 84px;
}

.detail-side-panel[b-r339i1ebcs] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    padding: 22px;
    background: var(--mud-palette-surface);
    box-shadow: var(--gs-shadow-sm);
}

.side-title[b-r339i1ebcs] {
    font-weight: 850;
    margin-bottom: 14px;
}

.side-actions[b-r339i1ebcs] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.detail-action-button[b-r339i1ebcs] {
    justify-content: flex-start;
}

.detail-info-list[b-r339i1ebcs] {
    display: grid;
    gap: 8px;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid var(--mud-palette-lines-default);
}

.detail-info-list div[b-r339i1ebcs] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.detail-info-list span[b-r339i1ebcs] {
    color: var(--mud-palette-text-secondary);
    font-size: 0.9rem;
}

.detail-info-list strong[b-r339i1ebcs] {
    color: var(--mud-palette-text-primary);
    font-weight: 800;
    text-align: right;
}

.side-subtitle[b-r339i1ebcs] {
    margin-top: 14px;
    margin-bottom: 10px;
    font-weight: 800;
}

.detail-platforms[b-r339i1ebcs] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

@media (max-width: 900px) {
    .detail-layout[b-r339i1ebcs] {
        grid-template-columns: 1fr;
    }

    .detail-sidebar[b-r339i1ebcs] {
        position: static;
        order: -1;
    }
}

@media (max-width: 600px) {
    .detail-hero[b-r339i1ebcs],
    .detail-hero-overlay[b-r339i1ebcs] {
        min-height: 360px;
    }

    .detail-hero-inner[b-r339i1ebcs] {
        min-height: 360px;
        padding-top: 88px;
        padding-bottom: 30px;
    }

    .detail-title[b-r339i1ebcs] {
        font-size: 2.35rem;
    }

    .detail-content[b-r339i1ebcs] {
        padding-top: 26px;
    }

    .media-thumb[b-r339i1ebcs] {
        height: 58px;
    }
}
/* _content/GameShowcase.Web/Components/Pages/Home.razor.rz.scp.css */
.game-hero[b-rxd8r58n2m] {
    margin-bottom: 0;
    background: linear-gradient(135deg, #1a1830 0%, #312a61 52%, #0e1726 100%);
}

.game-hero[b-rxd8r58n2m]  .mud-carousel-item {
    height: 100%;
}

.game-hero[b-rxd8r58n2m]  .mud-carousel-container {
    border-radius: 0;
}

.game-hero-slide[b-rxd8r58n2m] {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    position: relative;
}

.game-hero-overlay[b-rxd8r58n2m] {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 76% 28%, rgba(255, 180, 84, 0.18), transparent 34%),
        linear-gradient(90deg, rgba(9, 11, 19, 0.92) 0%, rgba(14, 17, 28, 0.78) 42%, rgba(14, 17, 28, 0.2) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.68) 100%);
}

.game-hero-content[b-rxd8r58n2m] {
    height: 100%;
    display: flex;
    align-items: center;
}

.game-hero-copy[b-rxd8r58n2m] {
    max-width: 680px;
    padding: 64px 0 48px;
}

.game-hero-chip[b-rxd8r58n2m] {
    margin-bottom: 18px;
}

.game-hero-title[b-rxd8r58n2m] {
    color: #fff;
    margin: 0;
    font-size: 3.75rem;
    font-weight: 900;
    line-height: 1.04;
    letter-spacing: 0;
    text-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
}

.game-hero-desc[b-rxd8r58n2m] {
    color: rgba(255, 255, 255, 0.82);
    max-width: 620px;
    margin-top: 18px;
    margin-bottom: 0;
    font-size: 1.05rem;
    line-height: 1.7;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.36);
}

.game-hero-actions[b-rxd8r58n2m] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.home-content[b-rxd8r58n2m] {
    padding-top: 36px;
    padding-bottom: 56px;
}

.home-toolbar[b-rxd8r58n2m] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}

.home-kicker[b-rxd8r58n2m] {
    color: var(--mud-palette-primary);
    font-weight: 800;
}

.home-heading[b-rxd8r58n2m] {
    font-weight: 850;
    color: var(--mud-palette-text-primary);
}

.home-controls[b-rxd8r58n2m] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.home-search[b-rxd8r58n2m] {
    width: min(320px, 72vw);
}

.home-sort[b-rxd8r58n2m] {
    min-width: 150px;
}

.home-filter-row[b-rxd8r58n2m] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 28px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.home-filter-row[b-rxd8r58n2m]  .mud-chip {
    border-radius: 999px;
    font-weight: 700;
}

.home-grid[b-rxd8r58n2m] {
    margin-top: 0;
}

.home-empty[b-rxd8r58n2m] {
    border-radius: 8px;
}

@media (max-width: 720px) {
    .game-hero[b-rxd8r58n2m] {
        min-height: 420px;
    }

    .game-hero-copy[b-rxd8r58n2m] {
        padding: 56px 0 40px;
    }

    .game-hero-title[b-rxd8r58n2m] {
        font-size: 2.4rem;
    }

    .game-hero-overlay[b-rxd8r58n2m] {
        background:
            linear-gradient(180deg, rgba(9, 11, 19, 0.58) 0%, rgba(9, 11, 19, 0.92) 76%),
            linear-gradient(90deg, rgba(9, 11, 19, 0.6), rgba(9, 11, 19, 0.24));
    }

    .home-toolbar[b-rxd8r58n2m] {
        align-items: stretch;
        flex-direction: column;
    }

    .home-controls[b-rxd8r58n2m] {
        justify-content: stretch;
    }

    .home-search[b-rxd8r58n2m],
    .home-sort[b-rxd8r58n2m] {
        width: 100%;
    }
}
/* _content/GameShowcase.Web/Components/Pages/Play.razor.rz.scp.css */
.play-iframe[b-5cqnkgzoy4] {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    border: 0;
    z-index: 1;
    background: #000;
}

.play-back[b-5cqnkgzoy4] {
    position: fixed;
    top: 16px;
    left: 16px;
    z-index: 10;
    padding: 8px 16px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    border-radius: 999px;
    text-decoration: none;
    font-size: 14px;
    backdrop-filter: blur(8px);
    transition: background 120ms ease;
}

.play-back:hover[b-5cqnkgzoy4] {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.play-message[b-5cqnkgzoy4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    gap: 16px;
    color: #333;
}
