/* /Components/GladiatorLanding.razor.rz.scp.css */
@using System;

@font-face {
    font-family: "Tachyon";
    src: url("/assets/fonts/Tachyon.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("/assets/fonts/ProximaNova.woff2") format("woff2");
    font-display: swap;
}

.gll-page[b-fmak5ny5hl] {
    --gll-panel: rgba(12, 12, 15, 0.84);
    --gll-panel-border: rgba(255, 255, 255, 0.1);
    --gll-text: #f6f6f6;
    --gll-muted: #aaaaad;
    --gll-accent: #ff1f24;
    --gll-accent-2: #ff5d5f;
    --gll-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
    --gll-radius: 28px;
    --gll-page-width: 1240px;
    --gll-shell: 1120px;
    min-height: 100vh;
    background: radial-gradient(circle at top center, rgba(255, 31, 36, 0.18), transparent 28%), linear-gradient(180deg, #050505 0%, #020202 38%, #090909 100%);
    color: var(--gll-text);
    font-family: "Proxima Nova", sans-serif;
    overflow-x: hidden;
}

    .gll-page[b-fmak5ny5hl]::before {
        content: "";
        position: fixed;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(115deg, rgba(255, 255, 255, 0.03), transparent 28%), repeating-linear-gradient( 180deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 14px );
        opacity: 0.55;
    }

.gll-site-shell[b-fmak5ny5hl] {
    position: relative;
    max-width: var(--gll-page-width);
    margin: 0 auto;
    overflow: clip;
}

.gll-section-shell[b-fmak5ny5hl] {
    width: min(calc(100% - 2rem), var(--gll-shell));
    margin: 0 auto;
}

.gll-frame[b-fmak5ny5hl] {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.92;
}

.gll-frame-top[b-fmak5ny5hl] {
    height: clamp(80px, 10vw, 140px);
    background-image: url("/assets/img/header-frame.png");
}

.gll-frame-bottom[b-fmak5ny5hl] {
    height: clamp(70px, 8vw, 110px);
    background-image: url("/assets/img/footer-frame.png");
}

.gll-inline-loading[b-fmak5ny5hl] {
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.gll-hero[b-fmak5ny5hl] {
    position: relative;
    padding-bottom: 3rem;
}

    .gll-hero[b-fmak5ny5hl]::after {
        content: "";
        position: absolute;
        top: 9rem;
        right: -12rem;
        width: 36rem;
        height: 36rem;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(255, 31, 36, 0.16), transparent 62%);
        filter: blur(8px);
    }

.gll-hero-content[b-fmak5ny5hl] {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1.75rem;
    grid-template-columns: minmax(0, 1fr);
    padding-top: 1rem;
    align-items: stretch;
}

.gll-hero-copy[b-fmak5ny5hl],
.gll-panel[b-fmak5ny5hl],
.gll-feature-card[b-fmak5ny5hl] {
    position: relative;
    background: var(--gll-panel);
    border: 1px solid var(--gll-panel-border);
    box-shadow: var(--gll-shadow);
    backdrop-filter: blur(12px);
    border-radius: var(--gll-radius);
}

.gll-hero-copy[b-fmak5ny5hl] {
    padding: clamp(1.5rem, 3vw, 3rem);
    overflow: hidden;
}

    .gll-hero-copy[b-fmak5ny5hl]::before,
    .gll-panel[b-fmak5ny5hl]::before,
    .gll-feature-card[b-fmak5ny5hl]::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        padding: 1px;
        background: linear-gradient(135deg, rgba(255, 31, 36, 0.7), transparent 38%, rgba(255, 255, 255, 0.12));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

.gll-eyebrow[b-fmak5ny5hl],
.gll-panel-label[b-fmak5ny5hl] {
    margin: 0 0 1rem;
    color: var(--gll-accent-2);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.gll-hero h1[b-fmak5ny5hl],
.gll-section-heading h2[b-fmak5ny5hl],
.gll-hero-summary h2[b-fmak5ny5hl],
.gll-feature-card h3[b-fmak5ny5hl] {
    margin: 0;
    font-family: "Tachyon", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.gll-hero h1[b-fmak5ny5hl] {
    margin-top: 1rem;
    font-size: clamp(2.2rem, 4.6vw, 4.2rem);
    line-height: 0.96;
    max-width: 12ch;
}

.gll-hero-lede[b-fmak5ny5hl] {
    max-width: 46rem;
    margin: 1.4rem 0 0;
    color: var(--gll-muted);
    font-size: 1.06rem;
    line-height: 1.6;
}

.gll-inline-error[b-fmak5ny5hl] {
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 14px;
    background: rgba(255, 31, 36, 0.14);
    border: 1px solid rgba(255, 31, 36, 0.35);
}

.gll-search-card[b-fmak5ny5hl] {
    margin-top: 2rem;
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.gll-search-field[b-fmak5ny5hl] {
    display: grid;
    gap: 0.55rem;
}

    .gll-search-field label[b-fmak5ny5hl] {
        font-size: 0.9rem;
        color: var(--gll-muted);
    }

.gll-input[b-fmak5ny5hl] {
    width: 100%;
    min-height: 3.35rem;
    padding: 0.9rem 1rem;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.04);
    color: #fff;
    font: inherit;
}

    .gll-input[b-fmak5ny5hl]::placeholder {
        color: rgba(255,255,255,0.35);
    }

.gll-search-actions[b-fmak5ny5hl] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.gll-button[b-fmak5ny5hl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0.85rem 1.3rem;
    border: 1px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
    font: inherit;
    color: inherit;
    text-decoration: none;
}

    .gll-button:hover[b-fmak5ny5hl],
    .gll-button:focus-visible[b-fmak5ny5hl] {
        transform: translateY(-1px);
    }

.gll-button--primary[b-fmak5ny5hl] {
    background: linear-gradient(135deg, var(--gll-accent), #ad0f13);
    color: #fff;
}

.gll-hero-summary[b-fmak5ny5hl] {
    padding: 1.35rem;
    display: grid;
    gap: 1rem;
}

    .gll-hero-summary h2[b-fmak5ny5hl] {
        font-size: clamp(1.8rem, 3vw, 2.4rem);
    }

.gll-summary-copy[b-fmak5ny5hl] {
    margin: 0;
    color: var(--gll-muted);
    line-height: 1.55;
}

.gll-summary-grid[b-fmak5ny5hl] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 0;
}

    .gll-summary-grid dt[b-fmak5ny5hl] {
        color: var(--gll-muted);
        font-size: 0.8rem;
    }

    .gll-summary-grid dd[b-fmak5ny5hl] {
        margin: 0.28rem 0 0;
        font-size: 1rem;
        font-weight: 700;
    }

.gll-info-section[b-fmak5ny5hl] {
    padding: 1.25rem 0 3.5rem;
}

.gll-section-heading[b-fmak5ny5hl] {
    display: grid;
    gap: 0.45rem;
    margin-bottom: 1.5rem;
}

    .gll-section-heading h2[b-fmak5ny5hl] {
        font-size: clamp(1.8rem, 4vw, 3rem);
        line-height: 1;
        max-width: 14ch;
    }

.gll-feature-grid[b-fmak5ny5hl] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.gll-feature-card[b-fmak5ny5hl] {
    padding: 1.25rem;
}

    .gll-feature-card p[b-fmak5ny5hl] {
        margin: 0.75rem 0 0;
        color: var(--gll-muted);
        line-height: 1.55;
    }

.gll-site-footer[b-fmak5ny5hl] {
    padding-top: 1rem;
}

.gll-footer-inner[b-fmak5ny5hl] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: var(--gll-muted);
    font-size: 0.95rem;
    padding-bottom: 1rem;
}

@media (min-width: 980px) {
    .gll-hero-content[b-fmak5ny5hl] {
        grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    }
}

@media (max-width: 720px) {
    .gll-summary-grid[b-fmak5ny5hl] {
        grid-template-columns: 1fr;
    }

    .gll-footer-inner[b-fmak5ny5hl] {
        display: grid;
        grid-template-columns: 1fr;
    }
}
/* /Components/GladiatorStorefront.razor.rz.scp.css */
@font-face {
    font-family: "Tachyon";
    src: url("/assets/fonts/Tachyon.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("/assets/fonts/ProximaNova.woff2") format("woff2");
    font-display: swap;
}

.glx-page[b-huuzjcwkge] {
    --glx-panel: rgba(12, 12, 15, 0.84);
    --glx-panel-border: rgba(255, 255, 255, 0.1);
    --glx-text: #f6f6f6;
    --glx-muted: #aaaaad;
    --glx-accent: #ff1f24;
    --glx-accent-2: #ff5d5f;
    --glx-gold: #ffcd57;
    --glx-success: #7cff99;
    --glx-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
    --glx-radius: 28px;
    --glx-page-width: 1240px;
    --glx-shell: 1120px;
    display: block;
    color: var(--glx-text);
    font-family: "Proxima Nova", sans-serif;
    min-height: 100vh;
    background: radial-gradient(circle at top center, rgba(255, 31, 36, 0.18), transparent 28%), linear-gradient(180deg, #050505 0%, #020202 38%, #090909 100%);
    overflow-x: hidden;
}

    .glx-page[b-huuzjcwkge]::before {
        content: "";
        position: fixed;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(115deg, rgba(255, 255, 255, 0.03), transparent 28%), repeating-linear-gradient( 180deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 14px );
        opacity: 0.55;
    }

.glx-site-shell[b-huuzjcwkge] {
    position: relative;
    max-width: var(--glx-page-width);
    margin: 0 auto;
    overflow: clip;
}

.glx-section-shell[b-huuzjcwkge] {
    width: min(calc(100% - 2rem), var(--glx-shell));
    margin: 0 auto;
}

.glx-frame[b-huuzjcwkge] {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.92;
}

.glx-frame-top[b-huuzjcwkge] {
    height: clamp(80px, 10vw, 140px);
    background-image: url("/assets/img/header-frame.png");
}

.glx-frame-bottom[b-huuzjcwkge] {
    height: clamp(70px, 8vw, 110px);
    background-image: url("/assets/img/footer-frame.png");
}

.glx-hero[b-huuzjcwkge] {
    position: relative;
    padding-bottom: 3rem;
}

    .glx-hero[b-huuzjcwkge]::after {
        content: "";
        position: absolute;
        top: 9rem;
        right: -12rem;
        width: 36rem;
        height: 36rem;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(255, 31, 36, 0.16), transparent 62%);
        filter: blur(8px);
    }

.glx-hero-content[b-huuzjcwkge] {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1.75rem;
    grid-template-columns: minmax(0, 1fr);
    padding-top: 1rem;
    align-items: stretch;
}

.glx-hero-copy[b-huuzjcwkge],
.glx-panel[b-huuzjcwkge],
.glx-video-card[b-huuzjcwkge],
.glx-board-row[b-huuzjcwkge] {
    position: relative;
    background: var(--glx-panel);
    border: 1px solid var(--glx-panel-border);
    box-shadow: var(--glx-shadow);
    backdrop-filter: blur(12px);
}

.glx-hero-copy[b-huuzjcwkge],
.glx-panel[b-huuzjcwkge],
.glx-video-card[b-huuzjcwkge],
.glx-board-panel[b-huuzjcwkge] {
    border-radius: var(--glx-radius);
}

.glx-hero-copy[b-huuzjcwkge] {
    padding: clamp(1.5rem, 3vw, 3rem);
    overflow: hidden;
}

    .glx-hero-copy[b-huuzjcwkge]::before,
    .glx-panel[b-huuzjcwkge]::before,
    .glx-video-card[b-huuzjcwkge]::before,
    .glx-board-row[b-huuzjcwkge]::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        padding: 1px;
        background: linear-gradient(135deg, rgba(255, 31, 36, 0.7), transparent 38%, rgba(255, 255, 255, 0.12));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

.glx-eyebrow[b-huuzjcwkge],
.glx-panel-label[b-huuzjcwkge],
.glx-meta-pill[b-huuzjcwkge],
.glx-video-card-meta span[b-huuzjcwkge],
.glx-video-card-price-label[b-huuzjcwkge] {
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.glx-eyebrow[b-huuzjcwkge],
.glx-panel-label[b-huuzjcwkge] {
    margin: 0 0 1rem;
    color: var(--glx-accent-2);
    font-size: 0.72rem;
}

.glx-hero h1[b-huuzjcwkge],
.glx-section-heading h2[b-huuzjcwkge],
.glx-score-card h3[b-huuzjcwkge],
.glx-modal-panel h2[b-huuzjcwkge],
.glx-video-card-title[b-huuzjcwkge],
.glx-board-group-header h3[b-huuzjcwkge],
.glx-video-group-header h3[b-huuzjcwkge],
.glx-hero-summary h2[b-huuzjcwkge] {
    margin: 0;
    font-family: "Tachyon", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.glx-hero h1[b-huuzjcwkge] {
    margin-top: 1rem;
    font-size: clamp(2.2rem, 4.6vw, 4.2rem);
    line-height: 0.96;
    max-width: 12ch;
}

.glx-hero-lede[b-huuzjcwkge] {
    max-width: 46rem;
    margin: 1.4rem 0 0;
    color: var(--glx-muted);
    font-size: 1.06rem;
    line-height: 1.6;
}

.glx-inline-error[b-huuzjcwkge] {
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 14px;
    background: rgba(255, 31, 36, 0.14);
    border: 1px solid rgba(255, 31, 36, 0.35);
}

.glx-hero-actions[b-huuzjcwkge],
.glx-offer-actions[b-huuzjcwkge],
.glx-modal-actions[b-huuzjcwkge],
.glx-video-card-actions[b-huuzjcwkge] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.glx-hero-actions[b-huuzjcwkge] {
    margin-top: 2rem;
    gap: 0.9rem;
}

.glx-button[b-huuzjcwkge] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0.85rem 1.3rem;
    border: 1px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
    font: inherit;
    color: inherit;
    text-decoration: none;
}

    .glx-button:hover[b-huuzjcwkge],
    .glx-button:focus-visible[b-huuzjcwkge] {
        transform: translateY(-1px);
    }

    .glx-button:disabled[b-huuzjcwkge] {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }

.glx-button--primary[b-huuzjcwkge] {
    background: linear-gradient(135deg, var(--glx-accent), #ad0f13);
    color: #fff;
}

.glx-button--ghost[b-huuzjcwkge] {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.02);
}

.glx-button--soft[b-huuzjcwkge] {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
}

.glx-button--full[b-huuzjcwkge] {
    width: 100%;
}

.glx-button--compact[b-huuzjcwkge] {
    min-height: 2.55rem;
    padding: 0.55rem 1rem;
    font-size: 0.88rem;
}

.glx-hero-summary[b-huuzjcwkge],
.glx-score-card[b-huuzjcwkge],
.glx-board-panel[b-huuzjcwkge] {
    padding: 1.35rem;
}

.glx-hero-summary[b-huuzjcwkge] {
    display: grid;
    gap: 1rem;
}

    .glx-hero-summary h2[b-huuzjcwkge] {
        font-size: clamp(1.8rem, 3vw, 2.4rem);
    }

.glx-hero-context[b-huuzjcwkge] {
    margin: -0.35rem 0 0;
    color: var(--glx-muted);
    font-size: 0.98rem;
}

.glx-summary-grid[b-huuzjcwkge] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin: 0;
}

    .glx-summary-grid dt[b-huuzjcwkge] {
        color: var(--glx-muted);
        font-size: 0.8rem;
    }

    .glx-summary-grid dd[b-huuzjcwkge] {
        margin: 0.28rem 0 0;
        font-size: 1rem;
        font-weight: 700;
    }

.glx-members-section[b-huuzjcwkge],
.glx-timings[b-huuzjcwkge],
.glx-videos[b-huuzjcwkge] {
    padding: 1.25rem 0 3.5rem;
}

.glx-section-heading[b-huuzjcwkge] {
    display: grid;
    gap: 0.45rem;
    margin-bottom: 1.5rem;
}

    .glx-section-heading h2[b-huuzjcwkge] {
        font-size: clamp(1.8rem, 4vw, 3rem);
        line-height: 1;
        max-width: 18ch;
    }

.glx-member-switch[b-huuzjcwkge] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.glx-switch-card[b-huuzjcwkge] {
    position: relative;
    padding: 1.2rem;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(150deg, rgba(255, 31, 36, 0.2), transparent 55%), rgba(255, 255, 255, 0.02);
    text-align: left;
    color: var(--glx-text);
    cursor: pointer;
    transition: transform 180ms ease, border-color 180ms ease;
}

    .glx-switch-card:hover[b-huuzjcwkge],
    .glx-switch-card:focus-visible[b-huuzjcwkge] {
        transform: translateY(-3px);
    }

    .glx-switch-card.is-active[b-huuzjcwkge] {
        border-color: rgba(255, 31, 36, 0.7);
        box-shadow: 0 18px 36px rgba(255, 31, 36, 0.14);
    }

    .glx-switch-card strong[b-huuzjcwkge] {
        display: block;
        margin-bottom: 0.4rem;
        font-size: 1.15rem;
    }

    .glx-switch-card span[b-huuzjcwkge] {
        display: block;
        color: var(--glx-muted);
        font-size: 0.92rem;
    }

.glx-board-layout[b-huuzjcwkge] {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.75fr);
}

.glx-board-header[b-huuzjcwkge],
.glx-board-row[b-huuzjcwkge] {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) 0.8fr 0.95fr 0.75fr;
    gap: 1rem;
    align-items: center;
}

.glx-board-header[b-huuzjcwkge] {
    padding: 0 0.5rem 0.8rem;
    color: var(--glx-muted);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.glx-board-rows[b-huuzjcwkge] {
    display: grid;
    gap: 0.8rem;
}

.glx-board-row[b-huuzjcwkge] {
    position: relative;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent), rgba(255, 255, 255, 0.02);
}

.glx-board-value[b-huuzjcwkge] {
    font-weight: 700;
}

.glx-board-group[b-huuzjcwkge] {
    display: grid;
    gap: 1rem;
}

    .glx-board-group + .glx-board-group[b-huuzjcwkge] {
        margin-top: 1.25rem;
    }

.glx-board-group-header[b-huuzjcwkge] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: baseline;
    padding: 0 0.25rem;
}

    .glx-board-group-header h3[b-huuzjcwkge] {
        font-size: clamp(1.2rem, 2.2vw, 1.65rem);
    }

    .glx-board-group-header span[b-huuzjcwkge] {
        color: var(--glx-muted);
        font-size: 0.76rem;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

.glx-board-group-rows[b-huuzjcwkge] {
    display: grid;
    gap: 0.7rem;
}

.glx-board-family-row[b-huuzjcwkge] {
    display: grid;
    grid-template-columns: 0.55fr 1.6fr 0.75fr 1fr;
    gap: 0.85rem;
    align-items: center;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent), rgba(255, 255, 255, 0.02);
}

.glx-board-family-rank[b-huuzjcwkge] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 2.25rem;
    padding: 0.4rem 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
}

.glx-status-chip[b-huuzjcwkge] {
    justify-self: start;
    padding: 0.42rem 0.72rem;
    border-radius: 999px;
    color: #020202;
    background: var(--glx-success);
    font-weight: 700;
    font-size: 0.78rem;
}

.glx-score-card h3[b-huuzjcwkge] {
    font-size: clamp(1.6rem, 3vw, 2rem);
    line-height: 1;
}

.glx-score-card p[b-huuzjcwkge] {
    color: var(--glx-muted);
    line-height: 1.55;
}

.glx-price-stack[b-huuzjcwkge] {
    display: grid;
    gap: 0.95rem;
    margin: 1.3rem 0 1.5rem;
}

    .glx-price-stack div[b-huuzjcwkge] {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        align-items: baseline;
        padding-bottom: 0.9rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .glx-price-stack strong[b-huuzjcwkge] {
        font-size: 1.55rem;
    }

.glx-video-grid[b-huuzjcwkge] {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: start;
}

.glx-video-grid-groups[b-huuzjcwkge] {
    display: grid;
    gap: 1.8rem;
}

.glx-video-group[b-huuzjcwkge] {
    display: grid;
    gap: 1rem;
}

.glx-video-group-header[b-huuzjcwkge] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: baseline;
    padding: 0 0.1rem;
}

    .glx-video-group-header h3[b-huuzjcwkge] {
        font-size: clamp(1.35rem, 2.6vw, 2rem);
    }

    .glx-video-group-header span[b-huuzjcwkge] {
        color: var(--glx-muted);
        font-size: 0.78rem;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

.glx-video-subgrid[b-huuzjcwkge] {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: start;
}

.glx-video-card[b-huuzjcwkge] {
    grid-column: span 2;
    overflow: hidden;
    padding: 1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 28%), rgba(10, 10, 12, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.glx-video-grid.is-five .glx-video-card:nth-child(4)[b-huuzjcwkge],
.glx-video-subgrid.is-five .glx-video-card:nth-child(4)[b-huuzjcwkge] {
    grid-column: 2 / span 2;
}

.glx-video-grid.is-five .glx-video-card:nth-child(5)[b-huuzjcwkge],
.glx-video-subgrid.is-five .glx-video-card:nth-child(5)[b-huuzjcwkge] {
    grid-column: 4 / span 2;
}

.glx-video-card-thumb[b-huuzjcwkge] {
    position: relative;
    min-height: 240px;
    padding: 1rem;
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(135deg, #441015, #121216 55%, #2a0b0f);
}

.glx-video-card-image[b-huuzjcwkge] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.glx-video-card-thumb[b-huuzjcwkge]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 2, 4, 0.16), rgba(2, 2, 4, 0.42)), linear-gradient(150deg, rgba(255, 31, 36, 0.18), transparent 62%), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.32)), repeating-linear-gradient( 90deg, rgba(255, 255, 255, 0.06) 0, rgba(255, 255, 255, 0.06) 1px, transparent 1px, transparent 88px );
}

.glx-video-card-thumb > *[b-huuzjcwkge] {
    position: relative;
    z-index: 1;
}

.glx-video-card-meta[b-huuzjcwkge] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.76rem;
}

.glx-video-card-title[b-huuzjcwkge] {
    display: block;
    font-size: clamp(1.7rem, 4vw, 1.8rem);
    line-height: 0.94;
    max-width: 100%;
    overflow: hidden;
}

.glx-video-card-title--single-line[b-huuzjcwkge] {
    white-space: nowrap;
    font-size: clamp(1.15rem, 2.45vw, 1.7rem);
    letter-spacing: 0.035em;
}

.glx-video-card-title--fit[b-huuzjcwkge] {
    white-space: nowrap;
    font-size: clamp(1.05rem, 2.25vw, 1.7rem);
    letter-spacing: 0.03em;
}

.glx-video-card-badge[b-huuzjcwkge] {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 0.5rem 0.75rem;
    border-radius: 999px;
    background: rgba(2, 2, 2, 0.56);
    font-size: 0.8rem;
}

.glx-video-card-body[b-huuzjcwkge] {
    padding: 1rem 0.2rem 0.1rem;
}

    .glx-video-card-body p[b-huuzjcwkge] {
        color: var(--glx-muted);
        line-height: 1.55;
        margin: 0;
    }

.glx-video-card-statline[b-huuzjcwkge] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 0.85rem 0 1rem;
}

.glx-meta-pill[b-huuzjcwkge] {
    display: inline-flex;
    align-items: center;
    padding: 0.48rem 0.72rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.72rem;
}

.glx-video-card-footer[b-huuzjcwkge] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    margin-top: 1.1rem;
}

.glx-video-card-price[b-huuzjcwkge] {
    display: grid;
    gap: 0.1rem;
}

.glx-video-card-price-label[b-huuzjcwkge] {
    color: var(--glx-muted);
    font-size: 0.68rem;
}

.glx-video-card-price strong[b-huuzjcwkge] {
    font-size: 1.35rem;
}

.glx-video-card.is-unlocked .glx-video-card-footer[b-huuzjcwkge] {
    justify-content: stretch;
}

.glx-video-card.is-unlocked .glx-video-card-actions[b-huuzjcwkge] {
    width: 100%;
}

    .glx-video-card.is-unlocked .glx-video-card-actions .glx-button[b-huuzjcwkge] {
        width: 100%;
        min-height: 3.5rem;
        font-weight: 700;
    }

.glx-video-card.is-unlocked .glx-video-card-badge[b-huuzjcwkge] {
    background: rgba(124, 255, 153, 0.14);
    color: #c8ffd8;
}

.glx-site-footer[b-huuzjcwkge] {
    padding-top: 1rem;
}

.glx-footer-inner[b-huuzjcwkge] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: var(--glx-muted);
    font-size: 0.95rem;
    padding-bottom: 1rem;
}

.glx-empty-card[b-huuzjcwkge] {
    max-width: 900px;
    margin: 2rem auto 0 auto;
    padding: 1.5rem;
    border-radius: 16px;
    background: #171a21;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
}

.glx-modal-backdrop[b-huuzjcwkge] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(6px);
    padding: 0.75rem;
}

.glx-modal[b-huuzjcwkge] {
    width: min(920px, calc(100vw - 1.5rem));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    padding: 0;
    background: rgba(6, 6, 8, 0.96);
    color: var(--glx-text);
    box-shadow: var(--glx-shadow);
    position: relative;
}

.glx-modal-close[b-huuzjcwkge] {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    z-index: 2;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    padding: 0.65rem 0.9rem;
    cursor: pointer;
}

.glx-modal-panel[b-huuzjcwkge] {
    padding: 1.5rem;
    display: grid;
    gap: 1rem;
}

    .glx-modal-panel p[b-huuzjcwkge] {
        color: var(--glx-muted);
        margin: 0;
    }

.glx-modal-video[b-huuzjcwkge] {
    width: 100%;
    border-radius: 22px;
    background: #000;
    aspect-ratio: 16 / 9;
}

.glx-modal-media[b-huuzjcwkge] {
    position: relative;
    border-radius: 22px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: rgba(12, 12, 15, 0.8);
}

.glx-modal-image[b-huuzjcwkge] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.glx-modal-media-copy[b-huuzjcwkge] {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    display: inline-flex;
    gap: 0.75rem;
    padding: 0.6rem 0.8rem;
    border-radius: 999px;
    background: rgba(2, 2, 2, 0.7);
    color: #fff;
    font-size: 0.76rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

@media (min-width: 980px) {
    .glx-hero-content[b-huuzjcwkge] {
        grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    }
}

@media (max-width: 960px) {
    .glx-board-layout[b-huuzjcwkge] {
        grid-template-columns: 1fr;
    }

    .glx-summary-grid[b-huuzjcwkge] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .glx-video-grid[b-huuzjcwkge],
    .glx-video-subgrid[b-huuzjcwkge] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

        .glx-video-card[b-huuzjcwkge],
        .glx-video-grid.is-five .glx-video-card:nth-child(4)[b-huuzjcwkge],
        .glx-video-grid.is-five .glx-video-card:nth-child(5)[b-huuzjcwkge],
        .glx-video-subgrid.is-five .glx-video-card:nth-child(4)[b-huuzjcwkge],
        .glx-video-subgrid.is-five .glx-video-card:nth-child(5)[b-huuzjcwkge] {
            grid-column: auto;
        }

    .glx-hero[b-huuzjcwkge]::after {
        top: 2rem;
        right: -8rem;
        width: 20rem;
        height: 20rem;
    }
}

@media (max-width: 720px) {
    .glx-footer-inner[b-huuzjcwkge] {
        grid-template-columns: 1fr;
        display: grid;
    }

    .glx-summary-grid[b-huuzjcwkge] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .glx-board-header[b-huuzjcwkge] {
        display: none;
    }

    .glx-board-row[b-huuzjcwkge] {
        gap: 0.5rem;
        grid-template-columns: 1fr 1fr;
    }

    .glx-board-group-header[b-huuzjcwkge],
    .glx-video-group-header[b-huuzjcwkge] {
        display: grid;
        gap: 0.25rem;
    }

    .glx-board-family-row[b-huuzjcwkge] {
        grid-template-columns: 0.6fr 1.2fr 1fr;
    }

        .glx-board-family-row > :last-child[b-huuzjcwkge] {
            grid-column: 1 / -1;
        }

    .glx-board-row > :first-child[b-huuzjcwkge] {
        grid-column: 1 / -1;
    }

    .glx-status-chip[b-huuzjcwkge] {
        justify-self: end;
    }

    .glx-video-card-footer[b-huuzjcwkge] {
        flex-direction: column;
        align-items: stretch;
    }

    .glx-modal-actions[b-huuzjcwkge] {
        flex-direction: column;
    }

    .glx-video-card-actions .glx-button[b-huuzjcwkge] {
        flex: 1;
    }
}

@media (max-width: 520px) {
    .glx-summary-grid[b-huuzjcwkge] {
        grid-template-columns: 1fr;
    }

    .glx-video-grid[b-huuzjcwkge],
    .glx-video-subgrid[b-huuzjcwkge],
    .glx-member-switch[b-huuzjcwkge] {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .glx-hero-copy[b-huuzjcwkge],
    .glx-hero-summary[b-huuzjcwkge],
    .glx-switch-card[b-huuzjcwkge],
    .glx-board-row[b-huuzjcwkge],
    .glx-video-card[b-huuzjcwkge] {
        animation: glx-rise-b-huuzjcwkge 600ms ease both;
    }
}

@keyframes glx-rise-b-huuzjcwkge {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-k2vennwsye] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-k2vennwsye] {
    flex: 1;
}

.sidebar[b-k2vennwsye] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-k2vennwsye] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-k2vennwsye]  a, .top-row[b-k2vennwsye]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-k2vennwsye]  a:hover, .top-row[b-k2vennwsye]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-k2vennwsye]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-k2vennwsye] {
        display: none;
    }

    .top-row.auth[b-k2vennwsye] {
        justify-content: space-between;
    }

    .top-row[b-k2vennwsye]  a, .top-row[b-k2vennwsye]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-k2vennwsye] {
        flex-direction: row;
    }

    .sidebar[b-k2vennwsye] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-k2vennwsye] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-k2vennwsye]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-k2vennwsye], article[b-k2vennwsye] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0k1s2tv3j0] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-0k1s2tv3j0] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-0k1s2tv3j0] {
    font-size: 1.1rem;
}

.oi[b-0k1s2tv3j0] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-0k1s2tv3j0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0k1s2tv3j0] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0k1s2tv3j0] {
        padding-bottom: 1rem;
    }

    .nav-item[b-0k1s2tv3j0]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-0k1s2tv3j0]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-0k1s2tv3j0]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-0k1s2tv3j0] {
        display: none;
    }

    .collapse[b-0k1s2tv3j0] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-0k1s2tv3j0] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
