@import '_content/Discovery.Core/Discovery.Core.zafzik1pu3.bundle.scp.css';

/* /Components/Catalog/TitleCard.razor.rz.scp.css */
.card[b-jriwp0w8oz] {
    display: flex;
    flex-direction: column;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.card:hover[b-jriwp0w8oz] {
    transform: translateY(-3px);
    border-color: var(--border-bright);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

.art[b-jriwp0w8oz] {
    position: relative;
    aspect-ratio: 460 / 215;
    overflow: hidden;
    background: var(--surface-2);
}

/* Absolutely positioned so odd-sized artwork (platform games ship 16:9, square logos…)
   can never stretch the box — Chrome lets in-flow content override aspect-ratio. */
.art img[b-jriwp0w8oz],
.art-fallback[b-jriwp0w8oz] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rank[b-jriwp0w8oz],
.movement[b-jriwp0w8oz] {
    position: absolute;
    top: 0.5rem;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.3rem 0.45rem;
    border-radius: var(--radius-sm);
    background: rgba(10, 12, 18, 0.82);
    backdrop-filter: blur(4px);
}

.rank[b-jriwp0w8oz] {
    left: 0.5rem;
}

.platform[b-jriwp0w8oz] {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    top: auto;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--accent-2);
    padding: 0.25rem 0.5rem;
    border-radius: var(--radius-sm);
    background: rgba(10, 12, 18, 0.82);
    backdrop-filter: blur(4px);
}

.art-fallback[b-jriwp0w8oz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    font-size: 1.6rem;
    background: linear-gradient(135deg, #1d2436, #232042);
}

.art-fallback span[b-jriwp0w8oz] {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--muted);
}

.movement[b-jriwp0w8oz] {
    right: 0.5rem;
}

.movement.up[b-jriwp0w8oz] {
    color: var(--up);
}

.movement.down[b-jriwp0w8oz] {
    color: var(--down);
}

.body[b-jriwp0w8oz] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.8rem 0.9rem 0.9rem;
}

.title-row[b-jriwp0w8oz] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.6rem;
}

h3[b-jriwp0w8oz] {
    font-size: 0.98rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.price[b-jriwp0w8oz] {
    flex-shrink: 0;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--muted);
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.price.free[b-jriwp0w8oz] {
    color: var(--live);
}

.deal[b-jriwp0w8oz] {
    color: var(--deal);
    background: rgba(164, 208, 7, 0.12);
    padding: 0.1rem 0.3rem;
    border-radius: 4px;
    font-size: 0.78rem;
}

.meta[b-jriwp0w8oz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.82rem;
    color: var(--muted);
}

.players[b-jriwp0w8oz] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.live-dot[b-jriwp0w8oz] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--live);
    box-shadow: 0 0 6px var(--live);
}

.modes[b-jriwp0w8oz] {
    display: inline-flex;
    gap: 0.25rem;
    font-size: 0.85rem;
    cursor: default;
}

.tags[b-jriwp0w8oz] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.tag[b-jriwp0w8oz] {
    font-size: 0.72rem;
    color: var(--muted);
    background: var(--surface-2);
    border: 1px solid var(--border);
    padding: 0.18rem 0.5rem;
    border-radius: 999px;
    white-space: nowrap;
}

.tag.provider[b-jriwp0w8oz] {
    color: var(--accent-2);
    border-color: rgba(56, 182, 255, 0.35);
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-8stt1gy3m1],
.components-reconnect-repeated-attempt-visible[b-8stt1gy3m1],
.components-reconnect-failed-visible[b-8stt1gy3m1],
.components-pause-visible[b-8stt1gy3m1],
.components-resume-failed-visible[b-8stt1gy3m1],
.components-rejoining-animation[b-8stt1gy3m1] {
    display: none;
}

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


#components-reconnect-modal[b-8stt1gy3m1] {
    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-8stt1gy3m1 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-8stt1gy3m1 {
    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/Home.razor.rz.scp.css */
.hero[b-d28h8lu1k4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.1rem;
    padding: clamp(3rem, 8vw, 5.5rem) 0 clamp(2.2rem, 5vw, 3.5rem);
}

.wordmark[b-d28h8lu1k4] {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--muted);
}

.wordmark span[b-d28h8lu1k4] {
    background: var(--accent-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

h1[b-d28h8lu1k4] {
    font-size: clamp(2.1rem, 6vw, 3.4rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.05;
}

.sub[b-d28h8lu1k4] {
    max-width: 34rem;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.55;
}

.section-head[b-d28h8lu1k4] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.1rem;
}

h2[b-d28h8lu1k4] {
    font-size: 1.25rem;
    font-weight: 700;
}

.updated[b-d28h8lu1k4] {
    font-size: 0.82rem;
    color: var(--faint);
}

.grid[b-d28h8lu1k4] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
    gap: 1.1rem;
}

.hero.compact[b-d28h8lu1k4] {
    padding: clamp(1.6rem, 4vw, 2.6rem) 0 clamp(1.4rem, 3vw, 2rem);
    gap: 0.8rem;
}

.match-count[b-d28h8lu1k4] {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--faint);
    margin-left: 0.5rem;
}

.clear-link[b-d28h8lu1k4] {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--muted);
}

.clear-link:hover[b-d28h8lu1k4] {
    color: var(--fg);
}

.chips[b-d28h8lu1k4] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.chip[b-d28h8lu1k4] {
    font-size: 0.85rem;
    font-weight: 600;
    background: var(--surface);
    border: 1px solid var(--border-bright);
    border-radius: 999px;
    padding: 0.32rem 0.8rem;
}

.relax-banner[b-d28h8lu1k4] {
    font-size: 0.9rem;
    color: var(--muted);
    background: rgba(124, 92, 255, 0.1);
    border: 1px solid rgba(124, 92, 255, 0.35);
    border-radius: var(--radius-sm);
    padding: 0.7rem 1rem;
    margin-bottom: 1.1rem;
}

.pager[b-d28h8lu1k4] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    margin-top: 1.8rem;
}

.pager-link[b-d28h8lu1k4] {
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--fg);
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 0.55rem 1.2rem;
    transition: border-color 0.12s ease;
}

.pager-link:hover[b-d28h8lu1k4] {
    border-color: var(--border-bright);
}

.pager-info[b-d28h8lu1k4] {
    font-size: 0.85rem;
    color: var(--faint);
}

.empty[b-d28h8lu1k4] {
    color: var(--muted);
    background: var(--surface);
    border: 1px dashed var(--border-bright);
    border-radius: var(--radius);
    padding: 2rem;
    text-align: center;
}

footer[b-d28h8lu1k4] {
    margin-top: 3.5rem;
    padding: 1.6rem 0 2.2rem;
    border-top: 1px solid var(--border);
}

footer p[b-d28h8lu1k4] {
    font-size: 0.78rem;
    color: var(--faint);
    line-height: 1.6;
    max-width: 46rem;
}

.chip[b-d28h8lu1k4] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.chip-x[b-d28h8lu1k4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 50%;
    font-size: 0.62rem;
    font-weight: 700;
    color: var(--muted);
    background: var(--surface-2);
    border: 1px solid var(--border);
    text-decoration: none;
    transition: color 0.12s ease, border-color 0.12s ease;
}

.chip-x:hover[b-d28h8lu1k4] {
    color: #fff;
    border-color: var(--down);
    background: rgba(248, 113, 113, 0.15);
}
