/* /Components/Features/IntroComponents/AboutComponent.razor.rz.scp.css */
/* ===== ABOUT ===== */
.about[b-qvang1pwrn] {
    padding: 4rem 1.5rem;
    background: rgba(17, 19, 39, 0.8);
}

.section-inner[b-qvang1pwrn] {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.section-title[b-qvang1pwrn] {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.6rem;
}

.section-title.about-gradient[b-qvang1pwrn] {
    background: linear-gradient(to right, #d090c0, #ffffff, #d090c0);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-text[b-qvang1pwrn] {
    max-width: 760px;
    margin: 0 auto;
    font-size: 1.15rem;
    line-height: 1.8;
    color: #d0d6e4;
    text-align: center;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 600px) {
    .section-title[b-qvang1pwrn] {
        font-size: 1.5rem;
    }
}
/* /Components/Features/IntroComponents/FeaturesViewComponent.razor.rz.scp.css */
/* ===== FEATURES ===== */
.features[b-69m5n49lx0] {
    padding: 4rem 1.5rem;
    background: rgba(13, 15, 26, 0.75);
}

.section-inner[b-69m5n49lx0] {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.section-title[b-69m5n49lx0] {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2rem;
}

.section-title.features-gradient[b-69m5n49lx0] {
    background: linear-gradient(to right, #90d0f0, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.features-grid[b-69m5n49lx0] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}

.feature-card[b-69m5n49lx0] {
    background: rgba(16, 20, 48, 0.7);
    border: 1px solid rgba(100, 200, 220, 0.15);
    border-radius: 0.75rem;
    padding: 1.75rem 1.5rem;
    transition: border-color 0.25s, transform 0.25s;
}

.feature-card:hover[b-69m5n49lx0] {
    border-color: rgba(100, 200, 220, 0.45);
    transform: translateY(-3px);
}

.feature-icon[b-69m5n49lx0] {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 0.75rem;
}

.feature-card h3[b-69m5n49lx0] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.6rem;
}

.feature-card p[b-69m5n49lx0] {
    font-size: 0.95rem;
    line-height: 1.65;
    color: #a8b0c0;
    margin: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 600px) {
    .section-title[b-69m5n49lx0] {
        font-size: 1.5rem;
    }

    .features-grid[b-69m5n49lx0] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Features/IntroComponents/GetInTouchComponent.razor.rz.scp.css */
/* ===== GET IN TOUCH ===== */
.contact[b-uv0gwgpuag] {
    padding: 4rem 1.5rem 3.6rem;
    background: rgba(10, 12, 22, 0.8);
    text-align: center;
}

.section-inner[b-uv0gwgpuag] {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.contact-heading[b-uv0gwgpuag] {
    font-size: clamp(2rem, 5vw, 2.8rem);
    font-weight: 800;
    line-height: 1.25;
    color: #ffffff;
    margin: 0 0 2.5rem;
}

.contact-gradient[b-uv0gwgpuag] {
    background: linear-gradient(to right, #a0d4f7, #e0f0ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /*font-style: italic;*/
}

.contact-sub[b-uv0gwgpuag] {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #a8b0c0;
    max-width: 540px;
    margin: 0 auto 2.5rem;
}

.contact-cta[b-uv0gwgpuag] {
    display: inline-block;
    padding: 1rem 2.8rem;
    border: none;
    border-radius: 0.6rem;
    background: linear-gradient(to right, #a04080, #4a90b8);
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
}

.contact-phone-icon[b-uv0gwgpuag] {
    width: 1.1em;
    height: 1.1em;
    vertical-align: -0.15em;
    color: #7ec8f0;
}
/* /Components/Features/IntroComponents/IntroHeroComponent.razor.rz.scp.css */
/* ===== TOP NAV ===== */
.top-nav[b-qnhpitmddo] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    padding: 1.25rem 2rem;
}

.top-nav-login[b-qnhpitmddo] {
    display: inline-block;
    padding: 0.55rem 1.8rem;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 0.4rem;
    background: transparent;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
}

.top-nav-login:hover[b-qnhpitmddo] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.6);
    color: #ffffff;
}

/* ===== HERO ===== */
.hero[b-qnhpitmddo] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8rem 1.5rem 6rem;
    text-align: center;
    background: transparent;
}

.hero[b-qnhpitmddo]::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13,15,26,0.3) 0%, rgba(13,15,26,0.85) 100%);
    pointer-events: none;
}

.hero-inner[b-qnhpitmddo] {
    position: relative;
    z-index: 1;
    max-width: 720px;
}

.hero-logo[b-qnhpitmddo] {
    display: inline-block;
    margin-bottom: 2.5rem;
}

.hero-logo img[b-qnhpitmddo] {
    max-width: 420px;
    width: 70vw;
    height: auto;
}

.hero-headline[b-qnhpitmddo] {
    font-size: clamp(1.8rem, 5vw, 3rem);
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 1.25rem;
}

.hero-sub[b-qnhpitmddo] {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    line-height: 1.7;
    color: #b0b8c8;
    margin: 0 0 2.5rem;
}

.hero-cta[b-qnhpitmddo] {
    display: inline-block;
    padding: 0.9rem 2.8rem;
    border: none;
    border-radius: 0.5rem;
    background: linear-gradient(to right, #c944a0, #4fc3f7);
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.2s;
}

.hero-cta:hover[b-qnhpitmddo] {
    opacity: 0.9;
    transform: translateY(-1px);
}

.hero-gradient[b-qnhpitmddo] {
    background: linear-gradient(to right, #8890b0, #c944a0, #e06090);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 600px) {
    .hero-logo img[b-qnhpitmddo] {
        max-width: 280px;
    }
}
/* /Components/Features/LoginComponents/LoginDialog/LoginDialog.razor.rz.scp.css */
.login-dialog[b-maqd6hc0ph] {
    background: rgba(10, 15, 40, 0.55);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(100, 200, 220, 0.4);
    border-radius: 0.75rem;
    padding: 2rem 2rem 1.75rem;
    width: 100%;
    max-width: 520px;
    box-shadow: 0 0 18px rgba(80, 180, 220, 0.15);
}

.login-field[b-maqd6hc0ph] {
    margin-bottom: 1.5rem;
}

.login-label[b-maqd6hc0ph] {
    display: block;
    color: #d0d4e0;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

[b-maqd6hc0ph] .login-input {
    width: 100% !important;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(180, 190, 210, 0.4) !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    font-size: 0.95rem;
    padding: 0.4rem 0 !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.2s;
    -webkit-appearance: none;
    appearance: none;
}

[b-maqd6hc0ph] .login-input:-webkit-autofill,
[b-maqd6hc0ph] .login-input:-webkit-autofill:hover,
[b-maqd6hc0ph] .login-input:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    background-color: transparent !important;
    transition: background-color 5000s ease-in-out 0s;
}

[b-maqd6hc0ph] .login-input::placeholder {
    color: rgba(180, 190, 210, 0.5);
}

[b-maqd6hc0ph] .login-input:focus {
    border-bottom-color: rgba(100, 200, 220, 0.8) !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.login-button[b-maqd6hc0ph] {
    display: block;
    width: 100%;
    padding: 0.85rem;
    margin-top: 0.5rem;
    border: none;
    border-radius: 0.5rem;
    background: linear-gradient(to right, #c944a0, #4fc3f7);
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
}

.login-button:hover[b-maqd6hc0ph] {
    opacity: 0.9;
}

.login-email-display[b-maqd6hc0ph] {
    color: #8ec8e8;
    font-size: 0.95rem;
    padding: 0.4rem 0;
}

[b-maqd6hc0ph] .login-code-input {
    font-size: 1.8rem !important;
    letter-spacing: 0.5em;
    text-align: center;
    font-family: monospace;
}

.login-error[b-maqd6hc0ph] {
    color: #ff6b6b;
    font-size: 0.85rem;
    margin-bottom: 1rem;
    text-align: center;
}

.login-modal-overlay[b-maqd6hc0ph] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    cursor: pointer;
}

.login-modal[b-maqd6hc0ph] {
    background: rgba(10, 15, 40, 0.9);
    border: 1px solid rgba(100, 200, 220, 0.4);
    border-radius: 0.75rem;
    padding: 2rem 2.5rem;
    text-align: center;
    color: #d0d4e0;
    font-size: 1.1rem;
    max-width: 400px;
    cursor: default;
}

.login-modal-btn[b-maqd6hc0ph] {
    margin-top: 1.25rem;
    padding: 0.6rem 2.5rem;
    border: none;
    border-radius: 0.5rem;
    background: linear-gradient(to right, #c944a0, #4fc3f7);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}
/* /Components/Features/PlayerDashboard/ContentPlayer/ContentPlayer.razor.rz.scp.css */
#contentplayer[b-9rqkekplfg] {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.help-panel[b-9rqkekplfg] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.help-steps[b-9rqkekplfg] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.help-step[b-9rqkekplfg] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.help-step-number[b-9rqkekplfg] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #aaa;
    font-size: 1rem;
    font-weight: 600;
    flex-shrink: 0;
}

.help-step-text[b-9rqkekplfg] {
    color: #999;
    font-size: 1rem;
}

#playarea-wrapper[b-9rqkekplfg] {
    overflow: hidden;
    position: relative;
    border: 1px solid #3a3a3a;
    margin: auto;
}

#playarea[b-9rqkekplfg] {
    position: relative;
    overflow: hidden;
}

#playcontainer[b-9rqkekplfg] {
    width: 100%;
    height: 100%;
}

#overlaycontainer[b-9rqkekplfg] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.play-overlay[b-9rqkekplfg] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: rgba(0, 0, 0, 0.45);
    cursor: pointer;
    z-index: 10;
}

.play-overlay-icon[b-9rqkekplfg] {
    font-size: 4rem;
    color: #fff;
    opacity: 0.9;
}

.play-overlay-label[b-9rqkekplfg] {
    font-size: 1rem;
    color: #fff;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
/* /Components/Features/PlayerDashboard/ContentToolbar/ContentToolbar.razor.rz.scp.css */
.controls-topbar[b-rob4eeskuo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0.5rem;
}

.controls-group[b-rob4eeskuo] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.toolbar-actions[b-rob4eeskuo] {
    display: flex;
    align-items: center;
}

.control-select[b-rob4eeskuo] {
    padding: 0.25rem 0.5rem;
    border: 1px solid #555;
    border-radius: 0.3rem;
    background: #444;
    color: #ccc;
    font-size: 0.85rem;
    cursor: pointer;
}

.control-select:hover[b-rob4eeskuo] {
    background: #555;
    color: #fff;
    border-color: #888;
}

.logout-btn[b-rob4eeskuo] {
    background: transparent;
    border: 1px solid #555;
    border-radius: 0.3rem;
    color: #ccc;
    font-size: 1.1rem;
    padding: 0.2rem 0.5rem;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.logout-btn:hover[b-rob4eeskuo] {
    background: #c62828;
    color: #fff;
    border-color: #c62828;
}
/* /Components/Features/PlayerDashboard/LeftControlsbar/LeftControlsBar.razor.rz.scp.css */
.left-controls[b-3ajzz8hhtk] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0.5rem;
}

.button-group[b-3ajzz8hhtk] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    width: 100%;
}

.bottom-group[b-3ajzz8hhtk] {
    margin-top: auto;
}

[b-3ajzz8hhtk] #flightButtonsContainer {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

[b-3ajzz8hhtk] .control-btn {
    width: 100%;
    padding: 0.2rem 0.4rem;
    border: 1px solid #555;
    border-radius: 0.25rem;
    background: #444;
    color: #ccc;
    font-size: clamp(0.6rem, 1vw, 0.78rem);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    box-sizing: border-box;
}

[b-3ajzz8hhtk] .control-btn:hover {
    background: #555;
    color: #fff;
    border-color: #888;
}

[b-3ajzz8hhtk] .control-btn:active {
    background: #666;
}

.top-group[b-3ajzz8hhtk] {
    margin-top: 0.75rem;
}

.group-label[b-3ajzz8hhtk] {
    font-size: clamp(0.6rem, 1vw, 0.75rem);
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-bottom: 0.15rem;
    text-align: left;
}

.play-btn[b-3ajzz8hhtk] {
    width: 100%;
    padding: 0.45rem 0.5rem;
    border: none;
    border-radius: 0.5rem;
    color: #fff;
    font-size: clamp(0.7rem, 1.2vw, 0.9rem);
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s, box-shadow 0.2s, transform 0.1s;
    box-sizing: border-box;
}

.play-btn:hover[b-3ajzz8hhtk] {
    opacity: 0.9;
    transform: scale(1.02);
}

.play-btn:active[b-3ajzz8hhtk] {
    transform: scale(0.97);
}

.play-btn--play[b-3ajzz8hhtk] {
    background: linear-gradient(135deg, #2e7d32, #66bb6a);
    box-shadow: 0 0 10px rgba(102, 187, 106, 0.3);
}

.play-btn--next[b-3ajzz8hhtk] {
    background: linear-gradient(135deg, #3a3a3a, #555);
    box-shadow: 0 0 10px rgba(80, 80, 80, 0.3);
}
/* /Components/Features/PlayerDashboard/PlayerDashboardMain/PlayerDashboardMain.razor.rz.scp.css */
.playerdashboard[b-kzfjlbjv3n] {
    display: grid;
    grid-template-columns: clamp(120px, 15vw, 200px) 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas:
        "sidebar topbar"
        "sidebar content";
    height: 100dvh;
    width: 100vw;
    background: #2d2d2d;
}

.sidebar[b-kzfjlbjv3n] {
    grid-area: sidebar;
    background: #333;
    border-right: 1px solid #444;
    overflow-y: auto;
}

.topbar[b-kzfjlbjv3n] {
    grid-area: topbar;
    background: #333;
    border-bottom: 1px solid #444;
}

.content[b-kzfjlbjv3n] {
    grid-area: content;
    overflow: auto;
    display: flex;
    align-items: stretch;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ybvaazx2ez] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ybvaazx2ez] {
    flex: 1;
}

.sidebar[b-ybvaazx2ez] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ybvaazx2ez] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ybvaazx2ez]  a, .top-row[b-ybvaazx2ez]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ybvaazx2ez]  a:hover, .top-row[b-ybvaazx2ez]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ybvaazx2ez]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ybvaazx2ez] {
        justify-content: space-between;
    }

    .top-row[b-ybvaazx2ez]  a, .top-row[b-ybvaazx2ez]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ybvaazx2ez] {
        flex-direction: row;
    }

    .sidebar[b-ybvaazx2ez] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ybvaazx2ez] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ybvaazx2ez]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ybvaazx2ez], article[b-ybvaazx2ez] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ybvaazx2ez] {
    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-ybvaazx2ez] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MinimalPageLayout.razor.rz.scp.css */
.minimal-layout[b-syesvtgsf2] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
    background: #1a1a2e url('/img/background_2.png') no-repeat center top / cover;
    color: #d0d4e0;
}

.minimal-header[b-syesvtgsf2] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    background: rgba(10, 15, 40, 0.6);
    border-bottom: 1px solid rgba(100, 200, 220, 0.15);
}

.minimal-logo[b-syesvtgsf2] {
    text-decoration: none;
}

.minimal-logo img[b-syesvtgsf2] {
    height: 32px;
    width: auto;
}

.minimal-content[b-syesvtgsf2] {
    flex: 1;
    padding: 2rem 1.5rem;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    background: rgba(20, 20, 46, 0.85);
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-i40nir1dyy] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-i40nir1dyy] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-i40nir1dyy] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-i40nir1dyy] {
    font-size: 1.1rem;
}

.bi[b-i40nir1dyy] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-i40nir1dyy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-i40nir1dyy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-i40nir1dyy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-i40nir1dyy] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-i40nir1dyy] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-i40nir1dyy] {
        padding-bottom: 1rem;
    }

    .nav-item[b-i40nir1dyy]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-i40nir1dyy]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-i40nir1dyy]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-i40nir1dyy] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-i40nir1dyy] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-i40nir1dyy] {
        display: none;
    }

    .nav-scrollable[b-i40nir1dyy] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/NoLayout.razor.rz.scp.css */
.page[b-knj4sf1pnp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-knj4sf1pnp] {
    flex: 1;
}

.sidebar[b-knj4sf1pnp] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-knj4sf1pnp] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-knj4sf1pnp]  a, .top-row[b-knj4sf1pnp]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-knj4sf1pnp]  a:hover, .top-row[b-knj4sf1pnp]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-knj4sf1pnp]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-knj4sf1pnp] {
        justify-content: space-between;
    }

    .top-row[b-knj4sf1pnp]  a, .top-row[b-knj4sf1pnp]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-knj4sf1pnp] {
        flex-direction: row;
    }

    .sidebar[b-knj4sf1pnp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-knj4sf1pnp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-knj4sf1pnp]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-knj4sf1pnp], article[b-knj4sf1pnp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-knj4sf1pnp] {
    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-knj4sf1pnp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/AboutPage.razor.rz.scp.css */
.about-page[b-g6ozvtm71g] {
    line-height: 1.7;
}

.about-title[b-g6ozvtm71g] {
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(to right, #d090c0, #ffffff, #90d0f0);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.25rem;
}

.about-subtitle[b-g6ozvtm71g] {
    font-size: 1.1rem;
    color: #4fc3f7;
    margin-bottom: 2.5rem;
    letter-spacing: 0.05em;
}

.about-section[b-g6ozvtm71g] {
    margin-bottom: 2rem;
}

.about-section h2[b-g6ozvtm71g] {
    font-size: 1.15rem;
    font-weight: 600;
    color: #e0e0e0;
    margin-bottom: 0.5rem;
}

.about-section p[b-g6ozvtm71g] {
    color: #b0b4c0;
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
}

.about-divider[b-g6ozvtm71g] {
    border: none;
    border-top: 1px solid rgba(100, 200, 220, 0.15);
    margin: 2rem 0;
}

.about-footer[b-g6ozvtm71g] {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(100, 200, 220, 0.15);
    text-align: center;
}

.about-team[b-g6ozvtm71g] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.25rem;
}

.about-phone[b-g6ozvtm71g] {
    display: inline-block;
    font-size: 0.95rem;
    color: #4fc3f7;
    text-decoration: none;
    margin-bottom: 1.5rem;
    transition: color 0.2s;
}

.about-phone:hover[b-g6ozvtm71g] {
    color: #7ed8ff;
}

.about-nav[b-g6ozvtm71g] {
    margin-top: 1rem;
}

.about-link[b-g6ozvtm71g] {
    color: #4fc3f7;
    text-decoration: none;
    font-size: 0.95rem;
}

.about-link:hover[b-g6ozvtm71g] {
    text-decoration: underline;
}
/* /Components/Pages/IntroPage.razor.rz.scp.css */
/* ===== LANDING SHELL ===== */
.landing[b-ct3y8xs00w] {
    width: 100%;
    height: 100dvh;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #0d0f1a url('img/intro_background.jpg') no-repeat center top / cover;
    color: #d0d4e0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    scroll-behavior: smooth;
}

/* ===== SHARED ===== */
.section-inner[b-ct3y8xs00w] {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* ===== FOOTER ===== */
.site-footer[b-ct3y8xs00w] {
    padding: 4rem 1.5rem 3.2rem;
    background: rgba(7, 8, 16, 0.85);
    text-align: center;
    border-top: 1px solid rgba(100, 200, 220, 0.1);
}

.footer-copy[b-ct3y8xs00w] {
    font-size: 1.05rem;
    color: #555a68;
    margin: 0;
}

.footer-link[b-ct3y8xs00w] {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-link:hover[b-ct3y8xs00w] {
    color: #8890a0;
}
/* /Components/Pages/LoginPage.razor.rz.scp.css */
.login-page[b-5gsrt9j59a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100dvh;
    margin: 0;
    padding: 2rem 1rem;
    padding-bottom: 16dvh;
    overflow: hidden;
    background: url('img/intro_background.jpg') no-repeat center center / cover;
}

.login-logo[b-5gsrt9j59a] {
    margin-bottom: 4rem;
    text-decoration: none;
}

.login-logo img[b-5gsrt9j59a] {
    max-width: 500px;
    width: 80vw;
    height: auto;
}

@media (max-height: 500px) {
    .login-page[b-5gsrt9j59a] {
        padding-bottom: 2vh;
    }

    .login-logo[b-5gsrt9j59a] {
        margin-bottom: 1.5rem;
    }

    .login-logo img[b-5gsrt9j59a] {
        max-width: 280px;
    }
}
/* /Components/Pages/LogoutPage.razor.rz.scp.css */
.logout-page[b-rqao2rsch9] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: #2d2d2d;
}

.logout-card[b-rqao2rsch9] {
    text-align: center;
    background: #333;
    border: 1px solid #444;
    border-radius: 0.75rem;
    padding: 3rem 4rem;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
}

.logout-title[b-rqao2rsch9] {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.logout-message[b-rqao2rsch9] {
    color: #999;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.logout-next-btn[b-rqao2rsch9] {
    display: inline-block;
    padding: 0.6rem 2rem;
    border: none;
    border-radius: 0.5rem;
    background: linear-gradient(135deg, #2e7d32, #66bb6a);
    box-shadow: 0 0 10px rgba(102, 187, 106, 0.3);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.1s;
}

.logout-next-btn:hover[b-rqao2rsch9] {
    opacity: 0.9;
    transform: scale(1.02);
}

.logout-next-btn:active[b-rqao2rsch9] {
    transform: scale(0.97);
}
/* /Components/Pages/NextSlotPage.razor.rz.scp.css */
.nextslot-page[b-2igi2692yx] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: #2a2a2a;
    margin: 0;
    padding: 0;
}

.nextslot-label[b-2igi2692yx] {
    font-size: 4rem;
    font-weight: 700;
    color: #555;
    letter-spacing: 0.3em;
    user-select: none;
}
/* /Components/Pages/NoContentPage.razor.rz.scp.css */
.nocontent-page[b-i8f70uxcoa] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: #2a2a2a;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
}

.nocontent-code[b-i8f70uxcoa] {
    font-size: 8rem;
    font-weight: 800;
    color: #666;
    letter-spacing: 0.2em;
    line-height: 1;
    user-select: none;
}

.nocontent-label[b-i8f70uxcoa] {
    font-size: 2.5rem;
    font-weight: 600;
    color: #777;
    letter-spacing: 0.3em;
    user-select: none;
}
/* /Components/Pages/NotFoundPage.razor.rz.scp.css */
.notfound-page[b-9evgmk0hri] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: #2a2a2e;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
}

.notfound-code[b-9evgmk0hri] {
    font-size: 8rem;
    font-weight: 800;
    color: #444;
    letter-spacing: 0.2em;
    line-height: 1;
    user-select: none;
}

.notfound-label[b-9evgmk0hri] {
    font-size: 2.5rem;
    font-weight: 600;
    color: #555;
    letter-spacing: 0.3em;
    user-select: none;
}
/* /Components/Pages/PlayerNotFoundPage.razor.rz.scp.css */
.notfound-page[b-dj5bcepu0v] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: #2a2a2e;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
}

.notfound-code[b-dj5bcepu0v] {
    font-size: 8rem;
    font-weight: 800;
    color: #666;
    letter-spacing: 0.2em;
    line-height: 1;
    user-select: none;
}

.notfound-label[b-dj5bcepu0v] {
    font-size: 2.5rem;
    font-weight: 600;
    color: #777;
    letter-spacing: 0.3em;
    user-select: none;
}
/* /Components/Shared/CRLogo/CRLogo.razor.rz.scp.css */
.cr-logo[b-36mmxkcfzs] {
    display: block;
    padding: 0.2rem 0.5rem;
    text-align: center;
    text-decoration: none;
}

.cr-logo img[b-36mmxkcfzs] {
    max-width: 100%;
    max-height: 32px;
    height: auto;
}
