/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-d0i0dpwsa9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-d0i0dpwsa9] {
    flex: 1;
}

/* Sidebar: neutral warm-graphite (de-emphasises the brown, lets the gold
   logo + active accent carry the brand). Active nav uses the gold left-border. */
.sidebar[b-d0i0dpwsa9] {
    background-image: linear-gradient(180deg, #33302b 0%, #1c1a16 100%);
}

/* Header: white (so the black-script + 4-colour-emblem logo reads correctly),
   with the corporate gold→bronze gradient as a bottom accent. */
.top-row[b-d0i0dpwsa9] {
    background-color: #ffffff;
    border-style: solid;
    border-width: 0 0 3px 0;
    border-image: linear-gradient(90deg, #d6b27e 0%, #c18a4b 35%, #836a2e 70%, #5a4221 100%) 1;
    justify-content: space-between;
    height: 4.25rem;
    display: flex;
    align-items: center;
}

    .top-row[b-d0i0dpwsa9]  .brand-logo { display: inline-flex; align-items: center; padding: 0; margin: 0; }
    .top-row[b-d0i0dpwsa9]  .brand-logo img { height: 2.6rem; width: auto; display: block; }

    .top-row[b-d0i0dpwsa9]  a, .top-row[b-d0i0dpwsa9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-d0i0dpwsa9]  .brand-logo { margin-left: 0; }

    .top-row[b-d0i0dpwsa9]  a:hover, .top-row[b-d0i0dpwsa9]  .btn-link:hover {
        text-decoration: underline;
    }

@media (max-width: 640.98px) {
    .top-row[b-d0i0dpwsa9]  a, .top-row[b-d0i0dpwsa9]  .btn-link {
        margin-left: 0;
    }
    .top-row[b-d0i0dpwsa9]  .brand-logo img { height: 2.1rem; }
}

@media (min-width: 641px) {
    .page[b-d0i0dpwsa9] {
        flex-direction: row;
    }

    .sidebar[b-d0i0dpwsa9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-d0i0dpwsa9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-d0i0dpwsa9], article[b-d0i0dpwsa9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-d0i0dpwsa9] {
    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-d0i0dpwsa9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7kqrkpz8gp] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.75rem;
    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-7kqrkpz8gp] {
    background-color: rgba(255, 255, 255, 0.5);
}

/* Brand strip aligns with the header height; sits over the bronze sidebar. */
.top-row[b-7kqrkpz8gp] {
    min-height: 4.25rem;
    background-color: rgba(0, 0, 0, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand[b-7kqrkpz8gp] {
    font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #ffffff;
}

    .navbar-brand:hover[b-7kqrkpz8gp] { color: var(--brand-gold-light); }

.nav-item[b-7kqrkpz8gp] {
    font-size: 0.95rem;
    padding-bottom: 0.4rem;
}

    .nav-item:first-of-type[b-7kqrkpz8gp] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-7kqrkpz8gp] {
        padding-bottom: 1rem;
    }

    .nav-item[b-7kqrkpz8gp]  .nav-link {
        color: rgba(255, 255, 255, 0.82);
        background: none;
        border: none;
        border-left: 3px solid transparent;
        border-radius: 0 4px 4px 0;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        padding-left: 0.6rem;
    }

.nav-item[b-7kqrkpz8gp]  a.active {
    background-color: rgba(255, 255, 255, 0.12);
    border-left-color: var(--brand-gold-light);
    color: #ffffff;
}

.nav-item[b-7kqrkpz8gp]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.nav-scrollable[b-7kqrkpz8gp] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-7kqrkpz8gp] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7kqrkpz8gp] {
        display: none;
    }

    .nav-scrollable[b-7kqrkpz8gp] {
        display: block;
        height: calc(100vh - 4.25rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-5rif2ouwac],
.components-reconnect-repeated-attempt-visible[b-5rif2ouwac],
.components-reconnect-failed-visible[b-5rif2ouwac],
.components-pause-visible[b-5rif2ouwac],
.components-resume-failed-visible[b-5rif2ouwac],
.components-rejoining-animation[b-5rif2ouwac] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-5rif2ouwac],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-5rif2ouwac],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-5rif2ouwac],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-5rif2ouwac],
#components-reconnect-modal.components-reconnect-retrying[b-5rif2ouwac],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-5rif2ouwac],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-5rif2ouwac],
#components-reconnect-modal.components-reconnect-failed[b-5rif2ouwac],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-5rif2ouwac] {
    display: block;
}


#components-reconnect-modal[b-5rif2ouwac] {
    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-5rif2ouwac 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-5rif2ouwac 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-5rif2ouwac 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-5rif2ouwac]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-5rif2ouwac 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-5rif2ouwac {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-5rif2ouwac {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-5rif2ouwac {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-5rif2ouwac] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-5rif2ouwac] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-5rif2ouwac] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-5rif2ouwac] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-5rif2ouwac] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-5rif2ouwac] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-5rif2ouwac] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-5rif2ouwac 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-5rif2ouwac] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-5rif2ouwac {
    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;
    }
}
