@import '_content/Play2Bond.Games.Blazor/Play2Bond.Games.Blazor.zo3g1zecxu.bundle.scp.css';

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-io350r0vl0],
.components-reconnect-repeated-attempt-visible[b-io350r0vl0],
.components-reconnect-failed-visible[b-io350r0vl0],
.components-pause-visible[b-io350r0vl0],
.components-resume-failed-visible[b-io350r0vl0],
.components-rejoining-animation[b-io350r0vl0] {
    display: none;
}

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


#components-reconnect-modal[b-io350r0vl0] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-io350r0vl0 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-io350r0vl0 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-io350r0vl0 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-io350r0vl0]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-io350r0vl0 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-io350r0vl0 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

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

@keyframes components-reconnect-modal-fadeInOpacity-b-io350r0vl0 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-io350r0vl0 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

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

#components-reconnect-modal p[b-io350r0vl0] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-io350r0vl0] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-io350r0vl0] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-io350r0vl0] {
        background-color: #6b9ed2;
    }

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

    .components-rejoining-animation div[b-io350r0vl0] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-io350r0vl0 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

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

@keyframes components-rejoining-animation-b-io350r0vl0 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/DemoGameHost.razor.rz.scp.css */
.demo-game-host[b-ooga1n2h6e] {
    padding: 3rem 0;
}

.demo-container[b-ooga1n2h6e] {
    --p2b-max: 1500px;
}

.demo-game-header[b-ooga1n2h6e] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.demo-game-header h1[b-ooga1n2h6e] {
    margin: 0;
}

.demo-game-header p[b-ooga1n2h6e] {
    color: var(--p2b-muted);
    margin: .35rem 0 0;
}

.demo-actions[b-ooga1n2h6e] {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
}

.demo-split-view[b-ooga1n2h6e] {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.demo-action-error[b-ooga1n2h6e] {
    background: var(--p2b-orange-soft);
    border: 1px solid rgba(255, 133, 0, .35);
    border-radius: .8rem;
    color: #8a3a00;
    font-weight: 800;
    margin: 1rem 0 0;
    padding: .75rem 1rem;
}

.demo-debug[b-ooga1n2h6e] {
    background: #fff;
    border: 1px solid var(--p2b-border);
    border-radius: .8rem;
    margin-top: 1.5rem;
    padding: 1.25rem;
}

.demo-debug h2[b-ooga1n2h6e] {
    color: var(--p2b-ink);
    font-size: 1.1rem;
    margin: 0 0 .75rem;
}

.demo-debug pre[b-ooga1n2h6e] {
    background: var(--p2b-background);
    border: 1px solid var(--p2b-border);
    border-radius: .6rem;
    color: var(--p2b-text);
    margin: 0;
    max-height: 360px;
    overflow: auto;
    padding: 1rem;
    white-space: pre-wrap;
}

@media (max-width: 1100px) {
    .demo-split-view[b-ooga1n2h6e] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .demo-game-header[b-ooga1n2h6e] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* /Components/Pages/DemoGames.razor.rz.scp.css */
.demo-games-page[b-rwgalmdrx8] {
    padding: 4rem 0;
}

.demo-lead[b-rwgalmdrx8] {
    color: var(--p2b-muted);
    max-width: 680px;
}

.demo-game-grid[b-rwgalmdrx8] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.5rem;
}

.demo-game-card[b-rwgalmdrx8] {
    background: var(--p2b-surface);
    border: 1px solid var(--p2b-border);
    border-radius: .8rem;
    box-shadow: var(--p2b-shadow);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 220px;
    padding: 1.35rem;
}

.demo-game-card h2[b-rwgalmdrx8] {
    color: var(--p2b-ink);
    margin: 0 0 .4rem;
}

.demo-game-card p[b-rwgalmdrx8] {
    margin: 0;
}

@media (max-width: 760px) {
    .demo-game-grid[b-rwgalmdrx8] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Play.razor.rz.scp.css */
[b-olphqzdk6x] .play-catalog-page { padding-top: clamp(.6rem, 1.5vw, 1.25rem); }

.play-catalog-hero[b-olphqzdk6x] { max-width: 78rem; min-height: 8.5rem; display: grid; justify-items: center; align-content: center; margin: 0 auto; padding: .4rem 1rem .65rem; text-align: center; }
.play-catalog-hero h1[b-olphqzdk6x] { margin: 0; color: #141a43; font-size: clamp(2.35rem, 4vw, 3.35rem); line-height: 1; letter-spacing: -.045em; }
.play-catalog-hero > p:not(.play-eyebrow)[b-olphqzdk6x] { margin: .6rem 0 0; color: #5f6277; font-size: clamp(.95rem, 1.5vw, 1.08rem); }
.play-catalog-features[b-olphqzdk6x] { width: min(100%, 60rem); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 3vw, 3rem); margin-top: .85rem; text-align: left; }
.play-catalog-features > div[b-olphqzdk6x] { min-width: 0; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: .7rem; }
.play-catalog-features > div > .p2b-icon[b-olphqzdk6x] { width: 2.5rem; height: 2.5rem; padding: .65rem; color: #7658e8; border-radius: .8rem; background: #f0ebff; }
.play-catalog-features > div:nth-child(2) > .p2b-icon[b-olphqzdk6x] { color: #149f92; background: #e2f7f3; }
.play-catalog-features > div:nth-child(3) > .p2b-icon[b-olphqzdk6x] { color: #ed9716; background: #fff2da; }
.play-catalog-features span:last-child[b-olphqzdk6x] { display: grid; gap: .2rem; }
.play-catalog-features strong[b-olphqzdk6x] { color: #252b55; font-size: .8rem; }
.play-catalog-features small[b-olphqzdk6x] { color: #696c80; font-size: .72rem; line-height: 1.4; }

.play-catalog[b-olphqzdk6x] { max-width: 80rem; margin: .75rem auto 0; }
.play-catalog__header[b-olphqzdk6x] { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: .65rem; }
.play-catalog__header > div[b-olphqzdk6x] { display: flex; align-items: baseline; gap: .75rem; }
.play-catalog__header h2[b-olphqzdk6x] { margin: 0; color: #171d48; font-size: 1.3rem; }
.play-catalog__count[b-olphqzdk6x] { color: #717386; font-size: .78rem; }
.play-catalog__sort select[b-olphqzdk6x] { min-height: 2.65rem; padding: .55rem 2.6rem .55rem .9rem; color: #252b55; border: 1px solid #ddd5df; border-radius: 999px; background: #fffdfa; font: inherit; font-size: .78rem; font-weight: 800; }
.play-catalog__sort select:focus-visible[b-olphqzdk6x] { outline: 3px solid #7658e8; outline-offset: 3px; }
.play-catalog__filters[b-olphqzdk6x] { display: flex; gap: .4rem; margin-bottom: .75rem; overflow-x: auto; scrollbar-width: thin; }
.play-catalog__filters button[b-olphqzdk6x] { min-height: 2.35rem; padding: .45rem .75rem; color: #55596f; border: 1px solid #e3dbd5; border-radius: 999px; background: #fffdfa; font: inherit; font-size: .72rem; font-weight: 800; white-space: nowrap; cursor: pointer; }
.play-catalog__filters button:hover[b-olphqzdk6x], .play-catalog__filters button.is-active[b-olphqzdk6x] { color: #fff; border-color: #7658e8; background: #7658e8; }
.play-catalog__filters button:focus-visible[b-olphqzdk6x] { outline: 3px solid #7658e8; outline-offset: 2px; }
.play-catalog-grid[b-olphqzdk6x] { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: clamp(.9rem, 1.6vw, 1.25rem); }
.play-catalog-empty[b-olphqzdk6x] { padding: 2rem; color: #62657a; border: 1px dashed #d9d0dc; border-radius: 1.2rem; background: rgba(255, 253, 250, .86); text-align: center; }
.play-catalog-empty h3[b-olphqzdk6x] { margin: 0; color: #252b55; }
.play-catalog-empty p[b-olphqzdk6x] { margin: .5rem 0 0; }

.play-catalog-profile[b-olphqzdk6x] { max-width: 80rem; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 1rem; margin: 1rem auto 0; padding: .9rem 1.15rem; border: 1px solid #eadfd7; border-radius: 1.25rem; background: rgba(255, 253, 250, .94); box-shadow: 0 10px 28px rgba(50, 38, 48, .06); }
.play-catalog-profile__icon[b-olphqzdk6x] { width: 2.8rem; height: 2.8rem; display: grid; place-items: center; color: #7658e8; border-radius: .85rem; background: #f0ebff; }
.play-catalog-profile__icon .p2b-icon[b-olphqzdk6x] { width: 1.3rem; height: 1.3rem; }
.play-catalog-profile h2[b-olphqzdk6x] { margin: 0; color: #20264d; font-size: 1rem; }
.play-catalog-profile p[b-olphqzdk6x] { margin: .2rem 0 0; color: #696c80; font-size: .76rem; line-height: 1.45; }
.play-catalog-profile .play-eyebrow[b-olphqzdk6x] { margin: 0 0 .15rem; font-size: .62rem; }
.play-catalog-profile__actions[b-olphqzdk6x] { display: flex; align-items: center; gap: .6rem; }
.play-catalog-profile__actions form[b-olphqzdk6x] { margin: 0; }
.play-catalog-profile__actions .p2b-button[b-olphqzdk6x] { min-height: 2.75rem; padding-block: .55rem; font-size: .75rem; }

@media (min-width: 1200px) {
    .play-catalog-grid[b-olphqzdk6x] { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 1100px) {
    .play-catalog-grid[b-olphqzdk6x] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
    .play-catalog-features[b-olphqzdk6x] { grid-template-columns: 1fr; gap: .55rem; }
    .play-catalog-features small[b-olphqzdk6x] { display: none; }
    .play-catalog-profile[b-olphqzdk6x] { grid-template-columns: auto minmax(0, 1fr); }
    .play-catalog-profile__actions[b-olphqzdk6x] { grid-column: 1 / -1; justify-content: flex-end; }
}

@media (max-width: 520px) {
    [b-olphqzdk6x] .play-catalog-page { padding-inline: .7rem; }
    .play-catalog-hero[b-olphqzdk6x] { min-height: 0; padding: .4rem .25rem .65rem; }
    .play-catalog-hero h1[b-olphqzdk6x] { font-size: 2.15rem; }
    .play-catalog-hero > p:not(.play-eyebrow)[b-olphqzdk6x] { font-size: .88rem; line-height: 1.45; }
    .play-catalog-features[b-olphqzdk6x] { display: none; }
    .play-catalog[b-olphqzdk6x] { margin-top: .75rem; }
    .play-catalog__header[b-olphqzdk6x] { align-items: flex-end; }
    .play-catalog__header > div[b-olphqzdk6x] { display: grid; gap: .2rem; }
    .play-catalog__sort select[b-olphqzdk6x] { max-width: 8.8rem; }
    .play-catalog-grid[b-olphqzdk6x] { grid-template-columns: 1fr; }
    .play-catalog-profile[b-olphqzdk6x] { grid-template-columns: 1fr; }
    .play-catalog-profile__icon[b-olphqzdk6x] { display: none; }
    .play-catalog-profile__actions[b-olphqzdk6x] { grid-column: auto; display: grid; }
    .play-catalog-profile__actions form[b-olphqzdk6x], .play-catalog-profile__actions .p2b-button[b-olphqzdk6x] { width: 100%; }
}
/* /Components/Pages/PlayAi.razor.rz.scp.css */
[b-k8qwx2gig4] .play-shell {
    display: grid;
    gap: 1.35rem;
    padding-block: 1.5rem 1.25rem;
}

.ai-practice-intro[b-k8qwx2gig4] {
    display: grid;
    grid-template-columns: minmax(18rem, .78fr) minmax(32rem, 1.35fr);
    align-items: center;
    gap: clamp(1.5rem, 4vw, 4rem);
    margin-top: 1.5rem;
}

.ai-practice-intro h1[b-k8qwx2gig4] {
    max-width: 14ch;
    margin: .3rem 0 .65rem;
    color: var(--navy-900, #101a3e);
    font-size: clamp(2.35rem, 3.6vw, 3.5rem);
    line-height: 1;
}

.ai-practice-intro > div > p:last-child[b-k8qwx2gig4] {
    max-width: 34rem;
    margin: 0;
    color: #51596e;
    font-size: clamp(1rem, 1.35vw, 1.2rem);
    line-height: 1.55;
}

.ai-selected-game[b-k8qwx2gig4] {
    display: grid;
    grid-template-columns: minmax(14rem, .9fr) minmax(15rem, 1fr);
    align-items: center;
    min-height: 15rem;
    border: 1px solid #e5ddd5;
    border-radius: 1.55rem;
    background: rgba(255,255,255,.86);
    box-shadow: 0 18px 46px rgba(27, 34, 68, .06);
    overflow: hidden;
}

.ai-selected-game > img[b-k8qwx2gig4] {
    width: 100%;
    height: 100%;
    max-height: 17rem;
    object-fit: cover;
}

.ai-selected-game > div[b-k8qwx2gig4] {
    padding: 1.25rem 1.5rem 1.25rem .5rem;
}

.ai-selected-game h2[b-k8qwx2gig4] {
    margin: .6rem 0 .4rem;
    color: var(--navy-900, #101a3e);
    font-size: clamp(1.45rem, 2vw, 2rem);
}

.ai-selected-game p[b-k8qwx2gig4] {
    margin: 0;
    color: #555d71;
    line-height: 1.5;
}

.ai-selected-game a[b-k8qwx2gig4] {
    display: inline-flex;
    gap: .55rem;
    margin-top: 1rem;
    color: #6546df;
    font-weight: 800;
    text-decoration: none;
}

.ai-selected-game a:hover[b-k8qwx2gig4] { text-decoration: underline; }
.ai-selected-game a:focus-visible[b-k8qwx2gig4] { outline: 3px solid #b9a9ff; outline-offset: 4px; border-radius: .2rem; }

.ai-practice-players header h2[b-k8qwx2gig4] {
    margin: 0;
    color: var(--navy-900, #101a3e);
    font-size: clamp(1.35rem, 2vw, 1.7rem);
}

.ai-practice-players[b-k8qwx2gig4],
.ai-practice-state[b-k8qwx2gig4],
.ai-practice-notice[b-k8qwx2gig4] {
    margin-top: 1.35rem;
}

.ai-practice-notice[b-k8qwx2gig4] {
    margin-bottom: 1.25rem;
}

.ai-practice-players header p[b-k8qwx2gig4] {
    margin: .25rem 0 0;
    color: #586074;
}

.ai-practice-players__grid[b-k8qwx2gig4] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.ai-practice-state[b-k8qwx2gig4],
.ai-practice-notice[b-k8qwx2gig4] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    padding: 1.15rem 1.35rem;
    border: 1px solid #d7e4f3;
    border-radius: 1.35rem;
    background: linear-gradient(100deg, #f7fbff, #f5f8ff);
}

.ai-practice-state > .p2b-icon[b-k8qwx2gig4],
.ai-practice-notice > .p2b-icon[b-k8qwx2gig4] {
    display: grid;
    place-items: center;
    width: 2.8rem;
    height: 2.8rem;
    border: 2px solid #6599e8;
    border-radius: 50%;
    color: #467fd5;
}

.ai-practice-state h2[b-k8qwx2gig4],
.ai-practice-notice h2[b-k8qwx2gig4] {
    margin: 0;
    color: var(--navy-900, #101a3e);
    font-size: 1.05rem;
}

.ai-practice-state p[b-k8qwx2gig4],
.ai-practice-notice p[b-k8qwx2gig4] {
    margin: .2rem 0 0;
    color: #51596d;
    line-height: 1.45;
}

.ai-practice-notice[b-k8qwx2gig4] { grid-template-columns: auto minmax(0, 1fr); }

@media (max-width: 1024px) {
    .ai-practice-intro[b-k8qwx2gig4] { grid-template-columns: minmax(15rem, .7fr) minmax(28rem, 1.3fr); gap: 1.5rem; }
    .ai-practice-players__grid[b-k8qwx2gig4] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
    [b-k8qwx2gig4] .play-shell { padding-block: 1rem; }
    .ai-practice-intro[b-k8qwx2gig4] { grid-template-columns: 1fr; }
    .ai-practice-intro h1[b-k8qwx2gig4] { max-width: 14ch; }
    .ai-selected-game[b-k8qwx2gig4] { grid-template-columns: minmax(10rem, .8fr) minmax(12rem, 1fr); min-height: 12rem; }
    .ai-practice-players__grid[b-k8qwx2gig4] { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
    .ai-practice-intro h1[b-k8qwx2gig4] { font-size: clamp(2.15rem, 12vw, 3rem); }
    .ai-selected-game[b-k8qwx2gig4] { grid-template-columns: 1fr; }
    .ai-selected-game__visual[b-k8qwx2gig4] { min-height: 10rem; }
    .ai-selected-game > div[b-k8qwx2gig4] { padding: 1rem 1.1rem 1.2rem; }
    .ai-selected-game p[b-k8qwx2gig4] { font-size: .85rem; }
    .ai-practice-state[b-k8qwx2gig4] { grid-template-columns: auto minmax(0, 1fr); }
    .ai-practice-state .button[b-k8qwx2gig4] { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
    *[b-k8qwx2gig4] { scroll-behavior: auto !important; }
}
/* /Components/Play/AiPracticePlayerCard.razor.rz.scp.css */
.ai-player-card[b-9zebaxflm4] {
    min-width: 0;
    border: 1px solid color-mix(in srgb, var(--ai-accent) 22%, #ded9e5);
    border-radius: 1.45rem;
    background: linear-gradient(145deg, color-mix(in srgb, var(--ai-accent) 7%, #fff) 0%, #fffdf9 75%);
    box-shadow: 0 18px 42px rgba(24, 35, 71, .07);
    overflow: hidden;
}

.ai-player-card--purple[b-9zebaxflm4] { --ai-accent: #7655e9; }
.ai-player-card--orange[b-9zebaxflm4] { --ai-accent: #ef6b22; }
.ai-player-card--teal[b-9zebaxflm4] { --ai-accent: #0ca79d; }

form[b-9zebaxflm4] {
    height: 100%;
    display: grid;
    grid-template: 1fr auto / minmax(8rem, 38%) minmax(0, 1fr);
    padding: 1rem 1rem .9rem;
    gap: .4rem .8rem;
}

img[b-9zebaxflm4] {
    align-self: center;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 1.1rem;
}

.ai-player-card__content[b-9zebaxflm4] {
    align-self: center;
    min-width: 0;
}

h3[b-9zebaxflm4] {
    margin: 0;
    color: var(--navy-900, #101a3e);
    font-size: clamp(1.25rem, 1.8vw, 1.75rem);
}

p[b-9zebaxflm4] {
    margin: .45rem 0 0;
    color: #4e566d;
    font-size: .92rem;
    line-height: 1.45;
}

.ai-player-card__tagline[b-9zebaxflm4] {
    color: var(--ai-accent);
    font-weight: 800;
}

.ai-player-card__tags[b-9zebaxflm4] {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin: .75rem 0 0;
    padding: 0;
    list-style: none;
}

.ai-player-card__tags li[b-9zebaxflm4] {
    padding: .3rem .65rem;
    border: 1px solid color-mix(in srgb, var(--ai-accent) 60%, #fff);
    border-radius: 999px;
    color: var(--ai-accent);
    background: rgba(255,255,255,.72);
    font-size: .75rem;
    font-weight: 750;
}

button[b-9zebaxflm4] {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    width: 100%;
    min-height: 3rem;
    border: 0;
    border-radius: 999px;
    background: var(--ai-accent);
    color: #fff;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

button:hover:not(:disabled)[b-9zebaxflm4] {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px color-mix(in srgb, var(--ai-accent) 30%, transparent);
}

button:focus-visible[b-9zebaxflm4] {
    outline: 3px solid color-mix(in srgb, var(--ai-accent) 42%, #fff);
    outline-offset: 3px;
}

button:disabled[b-9zebaxflm4] {
    cursor: wait;
    opacity: .7;
}

@media (max-width: 1180px) {
    form[b-9zebaxflm4] { grid-template-columns: 7.5rem minmax(0, 1fr); }
}

@media (max-width: 720px) {
    form[b-9zebaxflm4] { grid-template-columns: 7.25rem minmax(0, 1fr); }
}

@media (max-width: 430px) {
    form[b-9zebaxflm4] { grid-template-columns: 6.5rem minmax(0, 1fr); padding: .8rem; }
    p[b-9zebaxflm4] { font-size: .86rem; }
}
/* /Components/Play/GameCatalogCard.razor.rz.scp.css */
.game-catalog-card[b-v9av22kl7r] {
    --card-accent: #7658e8;
    min-width: 0;
    height: 100%;
}

.game-catalog-card--teal[b-v9av22kl7r] { --card-accent: #149f92; }
.game-catalog-card--orange[b-v9av22kl7r] { --card-accent: #ed9716; }
.game-catalog-card--coral[b-v9av22kl7r] { --card-accent: #e6534c; }

.game-catalog-card__button[b-v9av22kl7r] {
    width: 100%;
    height: 100%;
    min-height: 21rem;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    padding: 0;
    overflow: hidden;
    color: #1a2048;
    border: 1px solid #eadfd7;
    border-radius: 1.35rem;
    background: #fffdfa;
    box-shadow: 0 12px 32px rgba(50, 38, 48, .075);
    cursor: pointer;
    text-align: left;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.game-catalog-card__button:hover:not(:disabled)[b-v9av22kl7r] {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--card-accent) 56%, #eadfd7);
    box-shadow: 0 18px 38px rgba(50, 38, 48, .12);
}

.game-catalog-card__button:focus-visible[b-v9av22kl7r] {
    outline: 3px solid var(--card-accent);
    outline-offset: 4px;
}

.game-catalog-card__button:disabled[b-v9av22kl7r] { cursor: not-allowed; opacity: .62; }
.game-catalog-card__visual[b-v9av22kl7r] { position: relative; display: block; min-height: 0; overflow: hidden; background: #fff6e8; }
.game-catalog-card__visual img[b-v9av22kl7r] { width: 100%; height: 100%; min-height: 12rem; display: block; object-fit: cover; aspect-ratio: 1 / .7; }
.game-catalog-card__badges[b-v9av22kl7r] { position: absolute; top: .7rem; left: .7rem; right: .7rem; display: flex; flex-wrap: wrap; gap: .35rem; }
.game-catalog-card__status[b-v9av22kl7r] { position: absolute; right: .7rem; bottom: .7rem; padding: .4rem .65rem; color: #812e2e; border-radius: 999px; background: #fff0ef; font-size: .7rem; font-weight: 850; }
.game-catalog-card__content[b-v9av22kl7r] { position: relative; min-height: 7.25rem; display: grid; align-content: start; gap: .4rem; padding: .85rem 3.4rem .95rem 1rem; }
.game-catalog-card__content > strong[b-v9av22kl7r] { font-size: 1.08rem; }
.game-catalog-card__content > span:not(.game-catalog-card__arrow)[b-v9av22kl7r] { display: -webkit-box; overflow: hidden; color: #62657a; font-size: .82rem; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.game-catalog-card__arrow[b-v9av22kl7r] { position: absolute; right: 1rem; bottom: 1rem; width: 2.35rem; height: 2.35rem; display: grid; place-items: center; color: var(--card-accent); border: 1.5px solid var(--card-accent); border-radius: 50%; }
.game-catalog-card__arrow .p2b-icon[b-v9av22kl7r] { width: .95rem; height: .95rem; }

@media (max-width: 520px) {
    .game-catalog-card__button[b-v9av22kl7r] { min-height: 0; }
    .game-catalog-card__visual img[b-v9av22kl7r] { max-height: 13.25rem; min-height: 0; }
    .game-catalog-card__content[b-v9av22kl7r] { min-height: 7.7rem; }
}

@media (prefers-reduced-motion: reduce) {
    .game-catalog-card__button[b-v9av22kl7r] { transition: border-color .18s ease, box-shadow .18s ease; }
    .game-catalog-card__button:hover:not(:disabled)[b-v9av22kl7r] { transform: none; }
}
/* /Components/Play/GameModeBadge.razor.rz.scp.css */
.game-mode-badge[b-yvrvcyrzh8] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    min-height: 1.8rem;
    padding: .25rem .55rem;
    color: #252b55;
    border: 1px solid color-mix(in srgb, var(--mode-color) 22%, #fff);
    border-radius: 999px;
    background: color-mix(in srgb, var(--mode-color) 10%, #fff);
    box-shadow: 0 3px 9px rgba(43, 37, 63, .08);
    font-size: .7rem;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
}

.game-mode-badge .p2b-icon[b-yvrvcyrzh8] { width: .9rem; height: .9rem; color: var(--mode-color); }
.game-mode-badge--solo[b-yvrvcyrzh8] { --mode-color: #7658e8; }
.game-mode-badge--human[b-yvrvcyrzh8] { --mode-color: #24345f; }
.game-mode-badge--cooperative[b-yvrvcyrzh8] { --mode-color: #ed9716; }
.game-mode-badge--ai[b-yvrvcyrzh8] { --mode-color: #149f92; }
.game-mode-badge--competitive[b-yvrvcyrzh8] { --mode-color: #e6534c; }
/* /Components/Play/GameModePicker.razor.rz.scp.css */
.game-mode-picker[b-qkqae80td0] { width: min(88vw, 39rem); display: grid; gap: .65rem; }
.game-mode-picker h2[b-qkqae80td0] { margin: 0; color: #171d48; font-size: clamp(1.6rem, 4vw, 2.2rem); }
.game-mode-picker > p:not(.play-eyebrow)[b-qkqae80td0] { margin: 0; color: #676a7d; line-height: 1.55; }
.game-mode-picker__options[b-qkqae80td0] { display: grid; gap: .7rem; margin-top: .75rem; }
.game-mode-picker__options form[b-qkqae80td0] { margin: 0; }
.game-mode-picker__option[b-qkqae80td0] { width: 100%; min-height: 4.8rem; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: .9rem; padding: .85rem; color: #23294e; border: 1px solid #e7ddd6; border-radius: 1rem; background: #fffdfa; font: inherit; text-align: left; text-decoration: none; cursor: pointer; }
.game-mode-picker__option:hover[b-qkqae80td0] { border-color: #7658e8; background: #faf8ff; }
.game-mode-picker__option:focus-visible[b-qkqae80td0] { outline: 3px solid #7658e8; outline-offset: 3px; }
.game-mode-picker__option > span:nth-child(2)[b-qkqae80td0] { display: grid; gap: .2rem; }
.game-mode-picker__option strong[b-qkqae80td0] { font-size: .9rem; }
.game-mode-picker__option small[b-qkqae80td0] { color: #6a6d80; font-size: .76rem; line-height: 1.4; }
.game-mode-picker__option > .p2b-icon[b-qkqae80td0] { width: 1rem; height: 1rem; color: #7658e8; }

@media (max-width: 520px) {
    .game-mode-picker[b-qkqae80td0] { width: min(82vw, 25rem); }
    .game-mode-picker__option[b-qkqae80td0] { grid-template-columns: minmax(0, 1fr) auto; }
    .game-mode-picker__option[b-qkqae80td0]  .game-mode-badge { grid-column: 1 / -1; width: fit-content; }
}
/* /Components/Play/MovingDayMultiplayerHost.razor.rz.scp.css */
.moving-day-host-state[b-3poffyqchu] {
    min-height: 20rem;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 1rem;
    text-align: center;
}

.game-viewport--moving-day-multiplayer .play-notice[b-3poffyqchu] {
    margin: 0 0 .65rem;
}
