/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-7txzhv0dfs] {
    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-7txzhv0dfs] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Navbar styles have been moved to wwwroot/app.css for reliable global loading. */


/* Logo */
.pa-logo[b-ogmktfgo1b] {
    height: 56px;
    width: auto;
    object-fit: contain;
}

/* Nav links */
.pa-nav-link[b-ogmktfgo1b] {
    color: #d6d6d6 !important;
    font-size: 0.88rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.5rem 0.85rem !important;
    position: relative;
    transition: color 0.2s ease;
}

    .pa-nav-link[b-ogmktfgo1b]::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0.85rem;
        right: 0.85rem;
        height: 2px;
        background-color: #b8a96a;
        transform: scaleX(0);
        transform-origin: center;
        transition: transform 0.25s ease;
    }

    .pa-nav-link:hover[b-ogmktfgo1b],
    .pa-nav-link.active[b-ogmktfgo1b] {
        color: #ffffff !important;
    }

    .pa-nav-link:hover[b-ogmktfgo1b]::after,
    .pa-nav-link.active[b-ogmktfgo1b]::after {
        transform: scaleX(1);
    }

/* Hamburger toggler */
.pa-toggler[b-ogmktfgo1b] {
    border-color: #b8a96a;
}

    .pa-toggler .navbar-toggler-icon[b-ogmktfgo1b] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23b8a96a' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

/* Mobile collapsed menu */
@media (max-width: 991.98px) {
    .pa-navbar .navbar-collapse[b-ogmktfgo1b] {
        background-color: #1a2540;
        padding: 0.5rem 0.5rem 1rem;
        border-top: 1px solid rgba(184,169,106,0.35);
    }

    .pa-nav-link[b-ogmktfgo1b]::after {
        display: none;
    }

    .pa-nav-link:hover[b-ogmktfgo1b],
    .pa-nav-link.active[b-ogmktfgo1b] {
        background-color: rgba(184,169,106,0.15);
        border-radius: 4px;
    }

    .pa-auth-actions[b-ogmktfgo1b] {
        flex-direction: row;
        padding-top: 0.75rem;
        border-top: 1px solid rgba(184,169,106,0.2);
        margin-top: 0.5rem;
        flex-wrap: wrap;
    }
}

/* ── Auth action area ─────────────────────────────────── */
.pa-auth-actions[b-ogmktfgo1b] {
    flex-shrink: 0;
    margin-left: 1.25rem;
}

/* Logged-in username label */
.pa-username[b-ogmktfgo1b] {
    color: #b8a96a;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    max-width: 160px;
    display: inline-block;
    vertical-align: middle;
}

/* Register button – outlined gold */
.pa-btn-register[b-ogmktfgo1b] {
    color: #b8a96a;
    border: 1.5px solid #b8a96a;
    background: transparent;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.3rem 0.9rem;
    border-radius: 3px;
    transition: background-color 0.2s ease, color 0.2s ease;
    text-decoration: none;
}

    .pa-btn-register:hover[b-ogmktfgo1b] {
        background-color: #b8a96a;
        color: #1a2540;
        text-decoration: none;
    }

/* Login button – solid gold */
.pa-btn-login[b-ogmktfgo1b] {
    color: #1a2540;
    background-color: #b8a96a;
    border: 1.5px solid #b8a96a;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.3rem 0.9rem;
    border-radius: 3px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    text-decoration: none;
}

    .pa-btn-login:hover[b-ogmktfgo1b] {
        background-color: #a8965a;
        border-color: #a8965a;
        color: #1a2540;
        text-decoration: none;
    }

/* Logout button – matches register style */
.pa-btn-logout[b-ogmktfgo1b] {
    color: #b8a96a;
    border: 1.5px solid #b8a96a;
    background: transparent;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.3rem 0.9rem;
    border-radius: 3px;
    transition: background-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
}

    .pa-btn-logout:hover[b-ogmktfgo1b] {
        background-color: #b8a96a;
        color: #1a2540;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-3bpil7pywe],
.components-reconnect-repeated-attempt-visible[b-3bpil7pywe],
.components-reconnect-failed-visible[b-3bpil7pywe],
.components-pause-visible[b-3bpil7pywe],
.components-resume-failed-visible[b-3bpil7pywe],
.components-rejoining-animation[b-3bpil7pywe] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-3bpil7pywe],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-3bpil7pywe],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-3bpil7pywe],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-3bpil7pywe],
#components-reconnect-modal.components-reconnect-retrying[b-3bpil7pywe],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-3bpil7pywe],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-3bpil7pywe],
#components-reconnect-modal.components-reconnect-failed[b-3bpil7pywe],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-3bpil7pywe] {
    display: block;
}


#components-reconnect-modal[b-3bpil7pywe] {
    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-3bpil7pywe 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-3bpil7pywe 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-3bpil7pywe 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-3bpil7pywe]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-3bpil7pywe 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-3bpil7pywe {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-3bpil7pywe {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-3bpil7pywe {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-3bpil7pywe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-3bpil7pywe] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-3bpil7pywe] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-3bpil7pywe] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-3bpil7pywe] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-3bpil7pywe] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-3bpil7pywe] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-3bpil7pywe 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-3bpil7pywe] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-3bpil7pywe {
    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;
    }
}
