/* /Components/Layout/HeroBackground.razor.rz.scp.css */
.bg-canvas[b-38q2ttfigh] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    display: block;
    pointer-events: none;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* App Bar */
[b-udpynn3cg9] .bc-appbar {
    border-bottom: 1px solid rgba(249, 115, 22, 0.12);
}

/* Logo Chip */
[b-udpynn3cg9] .bc-logo-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 12px 4px 4px;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

[b-udpynn3cg9] .bc-logo-chip:hover {
    background-color: rgba(249, 115, 22, 0.08);
    border-color: rgba(249, 115, 22, 0.25);
}

[b-udpynn3cg9] .bc-logo-img {
    height: 52px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 6px rgba(249, 115, 22, 0.35));
}

[b-udpynn3cg9] .bc-logo-chip-text {
    font-family: 'Source Sans 3', 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 1.15rem;
    letter-spacing: 0.5px;
    color: #f5ede0;
}

[b-udpynn3cg9] .bc-logo-text {
    font-family: 'Source Sans 3', 'Roboto', sans-serif !important;
    font-weight: 900 !important;
    letter-spacing: 0.5px;
    color: #f5ede0 !important;
}

/* Nav Buttons */
[b-udpynn3cg9] .bc-nav-btn {
    color: #a89070 !important;
    font-size: 0.92rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.2px !important;
    text-transform: none !important;
    padding: 8px 18px !important;
    border-radius: 8px !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

[b-udpynn3cg9] .bc-nav-btn:hover {
    color: #f5ede0 !important;
    background-color: rgba(249, 115, 22, 0.08) !important;
}

/* CTA Button */
[b-udpynn3cg9] .bc-cta-btn {
    background: linear-gradient(135deg, #fb923c 0%, #ea580c 100%) !important;
    color: #ffffff !important;
    text-transform: none !important;
    font-weight: 600 !important;
    font-size: 0.88rem !important;
    letter-spacing: 0.2px !important;
    border-radius: 8px !important;
    padding: 8px 22px !important;
    box-shadow: 0 2px 12px rgba(249, 115, 22, 0.20) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

[b-udpynn3cg9] .bc-cta-btn:hover {
    box-shadow: 0 4px 24px rgba(249, 115, 22, 0.38) !important;
    transform: translateY(-1px);
}

/* Drawer */
[b-udpynn3cg9] .bc-drawer {
    border-right: 1px solid #302a23 !important;
}

[b-udpynn3cg9] .bc-drawer-header {
    border-bottom: 1px solid #302a23;
}

[b-udpynn3cg9] .bc-nav-menu .mud-nav-link {
    color: #a89070;
    border-radius: 8px;
    transition: all 0.2s ease;
}

[b-udpynn3cg9] .bc-nav-menu .mud-nav-link:hover {
    background-color: rgba(249, 115, 22, 0.08);
    color: #f5ede0;
}

[b-udpynn3cg9] .bc-nav-menu .mud-nav-link.active {
    color: #f5ede0;
    background-color: rgba(249, 115, 22, 0.12);
}

/* Main Content - transparent so 3D background shows */
[b-udpynn3cg9] .bc-main-content {
    padding-top: 0 !important;
    background-color: transparent !important;
    position: relative;
    z-index: 1;
}

/* Footer */
.bc-footer[b-udpynn3cg9] {
    border-top: 1px solid rgba(249, 115, 22, 0.10);
    padding: 56px 0 32px;
    background-color: rgba(14, 12, 10, 0.8);
    margin-top: 40px;
}

[b-udpynn3cg9] .bc-footer-text {
    color: #6b5a46 !important;
    font-size: 0.85rem !important;
    line-height: 1.7 !important;
}

/* Blazor error UI */
#blazor-error-ui[b-udpynn3cg9] {
    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-udpynn3cg9] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Navigation styling is now handled in MainLayout.razor.css */
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-mrbghngra7],
.components-reconnect-repeated-attempt-visible[b-mrbghngra7],
.components-reconnect-failed-visible[b-mrbghngra7],
.components-pause-visible[b-mrbghngra7],
.components-resume-failed-visible[b-mrbghngra7],
.components-rejoining-animation[b-mrbghngra7] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-mrbghngra7],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-mrbghngra7],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-mrbghngra7],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-mrbghngra7],
#components-reconnect-modal.components-reconnect-retrying[b-mrbghngra7],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-mrbghngra7],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-mrbghngra7],
#components-reconnect-modal.components-reconnect-failed[b-mrbghngra7],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-mrbghngra7] {
    display: block;
}


#components-reconnect-modal[b-mrbghngra7] {
    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-mrbghngra7 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-mrbghngra7 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-mrbghngra7 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-mrbghngra7]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-mrbghngra7 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-mrbghngra7 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-mrbghngra7 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-mrbghngra7 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-mrbghngra7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-mrbghngra7] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-mrbghngra7] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-mrbghngra7] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-mrbghngra7] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-mrbghngra7] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-mrbghngra7] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-mrbghngra7 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-mrbghngra7] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-mrbghngra7 {
    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;
    }
}
