/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ejit0e7hq6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ejit0e7hq6] {
    flex: 1;
}

.sidebar[b-ejit0e7hq6] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ejit0e7hq6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ejit0e7hq6]  a, .top-row[b-ejit0e7hq6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ejit0e7hq6]  a:hover, .top-row[b-ejit0e7hq6]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ejit0e7hq6]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ejit0e7hq6] {
        justify-content: space-between;
    }

    .top-row[b-ejit0e7hq6]  a, .top-row[b-ejit0e7hq6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ejit0e7hq6] {
        flex-direction: row;
    }

    .sidebar[b-ejit0e7hq6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ejit0e7hq6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ejit0e7hq6]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ejit0e7hq6], article[b-ejit0e7hq6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ejit0e7hq6] {
    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-ejit0e7hq6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ep6xb1ys1t],
.components-reconnect-repeated-attempt-visible[b-ep6xb1ys1t],
.components-reconnect-failed-visible[b-ep6xb1ys1t],
.components-pause-visible[b-ep6xb1ys1t],
.components-resume-failed-visible[b-ep6xb1ys1t],
.components-rejoining-animation[b-ep6xb1ys1t] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ep6xb1ys1t],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ep6xb1ys1t],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ep6xb1ys1t],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ep6xb1ys1t],
#components-reconnect-modal.components-reconnect-retrying[b-ep6xb1ys1t],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ep6xb1ys1t],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ep6xb1ys1t],
#components-reconnect-modal.components-reconnect-failed[b-ep6xb1ys1t],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ep6xb1ys1t] {
    display: block;
}


#components-reconnect-modal[b-ep6xb1ys1t] {
    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-ep6xb1ys1t 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ep6xb1ys1t 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ep6xb1ys1t 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ep6xb1ys1t]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ep6xb1ys1t 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ep6xb1ys1t {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ep6xb1ys1t {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ep6xb1ys1t {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ep6xb1ys1t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ep6xb1ys1t] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ep6xb1ys1t] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ep6xb1ys1t] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ep6xb1ys1t] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ep6xb1ys1t] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ep6xb1ys1t] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ep6xb1ys1t 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ep6xb1ys1t] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ep6xb1ys1t {
    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/LightPreview.razor.rz.scp.css */
.light-preview-page[b-lze7pr4i8k] {
    min-height: 100vh;
    color: #071739;
    background:
        radial-gradient(circle at 16% 21%, rgba(14, 165, 233, .11), transparent 17rem),
        radial-gradient(circle at 88% 18%, rgba(37, 99, 235, .10), transparent 22rem),
        linear-gradient(90deg, rgba(29, 78, 216, .065) 1px, transparent 1px),
        linear-gradient(180deg, rgba(29, 78, 216, .055) 1px, transparent 1px),
        #f6fbff;
    background-size: auto, auto, 64px 64px, 64px 64px, auto;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow-x: hidden;
}

.light-preview-page a[b-lze7pr4i8k] {
    color: inherit;
    text-decoration: none;
}

.light-header[b-lze7pr4i8k] {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
    min-height: 92px;
    padding: 14px 45px 12px 60px;
    border: 1px solid rgba(148, 163, 184, .28);
    border-radius: 0 0 10px 10px;
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 14px 42px rgba(37, 99, 235, .11);
    backdrop-filter: blur(18px);
}

.light-brand[b-lze7pr4i8k] {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    min-width: 270px;
}

.light-brand picture[b-lze7pr4i8k] {
    width: 76px;
    height: 76px;
    display: block;
}

.light-brand img[b-lze7pr4i8k] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1.22) translateY(7px);
    filter: drop-shadow(0 10px 16px rgba(14, 165, 233, .24));
}

.light-brand strong[b-lze7pr4i8k],
.light-brand small[b-lze7pr4i8k] {
    display: block;
    line-height: 1.08;
}

.light-brand strong[b-lze7pr4i8k] {
    color: #071739;
    font-size: 1.72rem;
    font-weight: 900;
    letter-spacing: -.02em;
}

.light-brand small[b-lze7pr4i8k] {
    margin-top: 6px;
    color: #076ceb;
    font-size: .98rem;
    font-weight: 800;
}

.light-nav[b-lze7pr4i8k],
.light-actions[b-lze7pr4i8k] {
    display: flex;
    align-items: center;
}

.light-nav[b-lze7pr4i8k] {
    justify-content: center;
    gap: 36px;
}

.light-nav a[b-lze7pr4i8k] {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #0f2856;
    font-size: .98rem;
    font-weight: 800;
    transition: color .2s ease, transform .2s ease;
}

.light-nav a:hover[b-lze7pr4i8k] {
    color: #086deb;
    transform: translateY(-1px);
}

.light-nav svg[b-lze7pr4i8k],
.light-actions svg[b-lze7pr4i8k],
.light-feature-row svg[b-lze7pr4i8k] {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.light-actions[b-lze7pr4i8k] {
    justify-content: flex-end;
    gap: 12px;
}

.light-icon-btn[b-lze7pr4i8k],
.light-language[b-lze7pr4i8k],
.light-admin[b-lze7pr4i8k],
.light-client[b-lze7pr4i8k] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 1px solid #d7e5f7;
    border-radius: 9px;
    color: #0f2856;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 8px 22px rgba(37, 99, 235, .06);
    font-weight: 850;
}

.light-icon-btn[b-lze7pr4i8k] {
    width: 44px;
}

.light-icon-btn.facebook[b-lze7pr4i8k] {
    color: #123b80;
    font-size: 1.35rem;
    font-weight: 950;
}

.light-language[b-lze7pr4i8k] {
    gap: 9px;
    padding: 0 16px;
}

.light-flag[b-lze7pr4i8k] {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'%3E%3Cpath fill='%23fff' d='M0 0h60v20H0z'/%3E%3Cpath fill='%23d7141a' d='M0 20h60v20H0z'/%3E%3Cpath fill='%2311457e' d='M0 0l30 20L0 40z'/%3E%3C/svg%3E") center/cover no-repeat;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, .12);
}

.light-admin[b-lze7pr4i8k] {
    gap: 10px;
    padding: 0 21px;
    color: #123b80;
}

.light-admin span[b-lze7pr4i8k] {
    color: #0877ff;
    font-size: 1.2rem;
    font-weight: 900;
}

.light-client[b-lze7pr4i8k] {
    gap: 10px;
    padding: 0 20px;
    color: white;
    border-color: #1272f3;
    background: linear-gradient(135deg, #13a8f4, #1767ed);
    box-shadow: 0 14px 28px rgba(23, 103, 237, .28);
}

.light-hero[b-lze7pr4i8k] {
    position: relative;
    min-height: 650px;
    padding: 26px 60px 18px;
    overflow: hidden;
}

.light-hero[b-lze7pr4i8k]::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 190px;
    background: linear-gradient(180deg, rgba(246, 251, 255, 0), #f7fbff 78%);
    pointer-events: none;
}

.light-hero-art[b-lze7pr4i8k] {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: .42;
    pointer-events: none;
    overflow: hidden;
}

.light-hero-art picture[b-lze7pr4i8k],
.light-hero-art img[b-lze7pr4i8k] {
    width: 100%;
    height: 100%;
    display: block;
}

.light-hero-art img[b-lze7pr4i8k] {
    object-fit: cover;
    object-position: center 34%;
    filter: saturate(1.08) brightness(1.12) contrast(.9);
    transform: scale(1.08);
}

.light-hero-art[b-lze7pr4i8k]::before,
.light-hero-art[b-lze7pr4i8k]::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(246, 251, 255, .98) 0 4%, rgba(246, 251, 255, .46) 18%, rgba(246, 251, 255, .24) 52%, rgba(246, 251, 255, .72) 100%),
        linear-gradient(180deg, rgba(246, 251, 255, .38), rgba(246, 251, 255, .96));
}

.light-hero-art[b-lze7pr4i8k]::after {
    background: radial-gradient(circle at 19% 76%, rgba(14, 165, 233, .2), transparent 16rem);
}

.light-hero-grid[b-lze7pr4i8k] {
    position: relative;
    z-index: 1;
    width: min(1450px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(420px, .95fr) minmax(580px, 1.05fr);
    align-items: center;
    gap: 56px;
}

.light-hero-copy[b-lze7pr4i8k] {
    padding: 42px 0 10px 120px;
}

.light-eyebrow[b-lze7pr4i8k] {
    margin: 0 0 18px;
    color: #0877ff;
    font-size: .95rem;
    font-weight: 950;
    letter-spacing: .02em;
}

.light-hero-copy h1[b-lze7pr4i8k] {
    max-width: 560px;
    margin: 0;
    color: #071739;
    font-size: clamp(3.15rem, 4.3vw, 5rem);
    line-height: .98;
    font-weight: 950;
    letter-spacing: -.045em;
}

.light-hero-copy h1 span[b-lze7pr4i8k] {
    display: block;
    margin-top: 6px;
    color: #0877ff;
}

.light-lead[b-lze7pr4i8k] {
    max-width: 560px;
    margin: 24px 0 31px;
    color: #3c5074;
    font-size: 1.18rem;
    line-height: 1.62;
    font-weight: 550;
}

.light-feature-row[b-lze7pr4i8k] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    max-width: 610px;
}

.light-feature-row article[b-lze7pr4i8k] {
    min-height: 138px;
    display: grid;
    align-content: start;
    justify-items: center;
    gap: 9px;
    padding: 19px 12px 16px;
    border: 1px solid rgba(205, 220, 241, .78);
    border-radius: 12px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 18px 45px rgba(29, 78, 216, .08);
    text-align: center;
    backdrop-filter: blur(10px);
}

.light-feature-row article svg[b-lze7pr4i8k] {
    width: 34px;
    height: 34px;
    color: #0877ff;
    stroke-width: 1.7;
}

.light-feature-row strong[b-lze7pr4i8k] {
    color: #071739;
    font-size: .74rem;
    font-weight: 950;
}

.light-feature-row p[b-lze7pr4i8k] {
    margin: 0;
    color: #425779;
    font-size: .72rem;
    line-height: 1.45;
}

.light-order-panel[b-lze7pr4i8k] {
    position: relative;
    display: grid;
    gap: 19px;
    min-height: 562px;
    padding: 32px 36px 25px;
    border: 2px solid rgba(25, 149, 255, .68);
    border-radius: 24px;
    background:
        radial-gradient(circle at 100% 0, rgba(14, 165, 233, .10), transparent 20rem),
        rgba(255, 255, 255, .78);
    box-shadow: 0 26px 70px rgba(37, 99, 235, .16), inset 0 0 0 1px rgba(255, 255, 255, .92);
    backdrop-filter: blur(22px);
}

.light-order-panel[b-lze7pr4i8k]::before {
    content: "";
    position: absolute;
    inset: -9px;
    border: 1px solid rgba(25, 149, 255, .46);
    border-radius: 30px;
    pointer-events: none;
    clip-path: polygon(0 6%, 30% 6%, 31% 8%, 61% 8%, 62% 10%, 72% 10%, 74% 5%, 80% 5%, 82% 8%, 94% 8%, 100% 15%, 100% 88%, 96% 92%, 74% 92%, 72% 95%, 58% 95%, 56% 92%, 8% 92%, 0 84%);
}

.light-panel-line[b-lze7pr4i8k] {
    position: absolute;
    border-radius: 999px;
    background: linear-gradient(90deg, #14b8ff, #0575ff);
    box-shadow: 0 0 14px rgba(14, 165, 233, .72);
    pointer-events: none;
}

.light-panel-line.top-left[b-lze7pr4i8k] { top: -3px; left: 38px; width: 210px; height: 3px; }
.light-panel-line.top-right[b-lze7pr4i8k] { top: -3px; right: 90px; width: 190px; height: 3px; }
.light-panel-line.side-left[b-lze7pr4i8k] { left: -3px; top: 180px; width: 3px; height: 70px; }
.light-panel-line.side-right[b-lze7pr4i8k] { right: -3px; top: 110px; width: 3px; height: 132px; }

.light-order-panel header[b-lze7pr4i8k] {
    text-align: center;
}

.light-order-panel h2[b-lze7pr4i8k] {
    margin: 0 0 10px;
    color: #071739;
    font-size: 1.25rem;
    font-weight: 950;
}

.light-order-panel header p[b-lze7pr4i8k] {
    margin: 0;
    color: #64748b;
    font-size: .92rem;
}

.light-form-grid[b-lze7pr4i8k] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 19px 24px;
}

.light-form-grid label[b-lze7pr4i8k],
.light-billing[b-lze7pr4i8k] {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.light-form-grid label > span[b-lze7pr4i8k],
.light-billing > span[b-lze7pr4i8k] {
    color: #455775;
    font-size: .84rem;
    font-weight: 750;
}

.light-select[b-lze7pr4i8k] {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 0 14px;
    border: 1px solid #d4e1f0;
    border-radius: 8px;
    color: #14264a;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 8px 18px rgba(15, 23, 42, .035);
    font-size: .9rem;
    font-weight: 650;
    text-align: left;
}

.light-select svg[b-lze7pr4i8k] {
    width: 18px;
    height: 18px;
    margin-left: auto;
    fill: none;
    stroke: #34547f;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.light-select img[b-lze7pr4i8k] {
    width: 26px;
    height: 26px;
    border-radius: 7px;
    object-fit: cover;
}

.tiny-chip[b-lze7pr4i8k] {
    width: 18px;
    height: 18px;
    border: 2px solid #64748b;
    border-radius: 4px;
    box-shadow: inset 0 0 0 2px white;
}

.light-range-head[b-lze7pr4i8k] {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 26px;
    color: #14264a;
}

.players-icon[b-lze7pr4i8k] {
    font-size: 1rem;
    filter: grayscale(1) saturate(0) brightness(.6);
}

.light-slider[b-lze7pr4i8k] {
    position: relative;
    height: 6px;
    border-radius: 999px;
    background: #d7e3f0;
}

.light-slider span[b-lze7pr4i8k] {
    position: absolute;
    inset: 0 auto 0 0;
    width: 63%;
    border-radius: inherit;
    background: linear-gradient(90deg, #0ea5f4, #2563eb);
}

.light-slider span[b-lze7pr4i8k]::after {
    content: "";
    position: absolute;
    right: -9px;
    top: 50%;
    width: 18px;
    height: 18px;
    border: 3px solid white;
    border-radius: 999px;
    background: #1f7df3;
    box-shadow: 0 4px 12px rgba(37, 99, 235, .32);
    transform: translateY(-50%);
}

.light-range-meta[b-lze7pr4i8k] {
    display: flex;
    justify-content: space-between;
    color: #64748b;
    font-size: .79rem;
    font-weight: 750;
}

.light-billing div[b-lze7pr4i8k] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.light-billing button[b-lze7pr4i8k] {
    min-height: 58px;
    display: grid;
    place-items: center;
    gap: 3px;
    border: 1px solid #d6e1ee;
    border-radius: 9px;
    color: #14264a;
    background: rgba(255, 255, 255, .82);
    font-size: .85rem;
    cursor: pointer;
}

.light-billing button.active[b-lze7pr4i8k] {
    border-color: #0877ff;
    color: #086deb;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 0 0 1px rgba(8, 119, 255, .12) inset;
}

.light-billing strong[b-lze7pr4i8k] {
    font-weight: 950;
}

.light-billing small[b-lze7pr4i8k] {
    color: #71819a;
}

.light-price-row[b-lze7pr4i8k] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .9fr);
    align-items: end;
    gap: 20px;
    padding-top: 2px;
}

.light-price-row span[b-lze7pr4i8k] {
    color: #71819a;
    font-size: .9rem;
}

.light-price-row strong[b-lze7pr4i8k] {
    display: block;
    margin-top: 2px;
    color: #0877ff;
    font-size: 2rem;
    font-weight: 950;
    line-height: 1;
}

.light-price-row small[b-lze7pr4i8k] {
    color: #40557a;
    font-size: .84rem;
    font-weight: 750;
}

.light-price-row a[b-lze7pr4i8k] {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: white;
    background: linear-gradient(135deg, #13a8f4, #1767ed);
    box-shadow: 0 16px 30px rgba(23, 103, 237, .27);
    font-weight: 950;
}

.light-order-notes[b-lze7pr4i8k] {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding-top: 11px;
    border-top: 1px solid rgba(148, 163, 184, .22);
    color: #64748b;
    font-size: .84rem;
}

.light-order-notes strong[b-lze7pr4i8k] {
    color: #16a34a;
    margin-right: 8px;
}

.light-order-notes span:not(:first-child)[b-lze7pr4i8k]::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 12px 2px 0;
    border-radius: 999px;
    background: #64748b;
}

.light-popular[b-lze7pr4i8k] {
    position: relative;
    z-index: 2;
    width: min(1320px, calc(100% - 120px));
    margin: 0 auto;
    padding: 18px 0 24px;
}

.light-popular-head[b-lze7pr4i8k] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 14px;
}

.light-popular-head p[b-lze7pr4i8k] {
    margin: 0;
    color: #0e4d99;
    font-size: 1.08rem;
    font-weight: 950;
}

.light-popular-head p span[b-lze7pr4i8k] {
    margin-right: 8px;
}

.light-popular-head small[b-lze7pr4i8k] {
    display: block;
    margin-top: 4px;
    color: #566b8b;
    font-size: .84rem;
}

.light-popular-head > a[b-lze7pr4i8k] {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 0 18px;
    border: 1px solid #c9dbf3;
    border-radius: 8px;
    color: #0877ff;
    background: rgba(255, 255, 255, .78);
    font-size: .88rem;
    font-weight: 850;
}

.light-popular-grid[b-lze7pr4i8k] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.light-game-card[b-lze7pr4i8k] {
    overflow: hidden;
    border: 1px solid #d6e2ef;
    border-radius: 12px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 12px 34px rgba(15, 23, 42, .10);
}

.light-game-card picture[b-lze7pr4i8k],
.light-game-card img[b-lze7pr4i8k] {
    display: block;
    width: 100%;
}

.light-game-card img[b-lze7pr4i8k] {
    height: 150px;
    object-fit: cover;
}

.light-game-card > div[b-lze7pr4i8k] {
    display: grid;
    gap: 16px;
    padding: 14px;
}

.light-game-card h3[b-lze7pr4i8k] {
    margin: 0;
    color: #071739;
    font-size: .96rem;
    font-weight: 950;
}

.light-game-card footer[b-lze7pr4i8k] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.light-game-card footer span[b-lze7pr4i8k] {
    color: #64748b;
    font-size: .8rem;
}

.light-game-card footer strong[b-lze7pr4i8k] {
    color: #0877ff;
    font-size: 1.08rem;
    font-weight: 950;
}

.light-game-card footer a[b-lze7pr4i8k] {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    border: 1px solid #cfe0f6;
    border-radius: 7px;
    color: #0877ff;
    background: white;
    font-size: .78rem;
    font-weight: 850;
}

@media (max-width: 1220px) {
    .light-header[b-lze7pr4i8k] {
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 16px 24px;
    }

    .light-brand[b-lze7pr4i8k] {
        min-width: 0;
    }

    .light-hero-grid[b-lze7pr4i8k] {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .light-hero-copy[b-lze7pr4i8k] {
        padding: 36px 0 0;
    }

    .light-feature-row[b-lze7pr4i8k],
    .light-popular-grid[b-lze7pr4i8k] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .light-header[b-lze7pr4i8k],
    .light-nav[b-lze7pr4i8k],
    .light-actions[b-lze7pr4i8k] {
        gap: 10px;
        flex-wrap: wrap;
    }

    .light-hero[b-lze7pr4i8k] {
        padding: 18px 14px;
    }

    .light-hero-copy h1[b-lze7pr4i8k] {
        font-size: 3rem;
    }

    .light-feature-row[b-lze7pr4i8k],
    .light-form-grid[b-lze7pr4i8k],
    .light-billing div[b-lze7pr4i8k],
    .light-price-row[b-lze7pr4i8k],
    .light-popular-grid[b-lze7pr4i8k] {
        grid-template-columns: 1fr;
    }

    .light-popular[b-lze7pr4i8k] {
        width: min(100% - 28px, 1320px);
    }
}
