/* /Components/Layout/MainLayout.razor.rz.scp.css */
.main-content[b-c03crocgnf] {
    min-height: calc(100vh - 72px);
}

#blazor-error-ui[b-c03crocgnf] {
    color-scheme: light only;
    background: #b32121;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.2);
    box-sizing: border-box;
    color: white;
    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-c03crocgnf] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
    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;[b-c03crocgnf]
}

    #blazor-error-ui .dismiss[b-c03crocgnf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.site-header[b-dar6gd9yzg] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(10, 25, 60, 0.97);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    transition: box-shadow 0.3s ease, background 0.3s ease;
}

.site-header.scrolled[b-dar6gd9yzg] {
    background: rgba(10, 25, 60, 0.99);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.35);
}

/* Brand */
.navbar-brand[b-dar6gd9yzg] {
    display: flex;
    flex-direction: column;
    line-height: 1;
    text-decoration: none;
    padding: 0.6rem 0;
}

.brand-mark[b-dar6gd9yzg] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #C9A84C;
    letter-spacing: 0.04em;
    line-height: 1;
}

.brand-name[b-dar6gd9yzg] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.04em;
    line-height: 1;
}

.brand-tagline[b-dar6gd9yzg] {
    font-family: 'Inter', sans-serif;
    font-size: 0.62rem;
    font-weight: 400;
    color: rgba(201, 168, 76, 0.75);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-top: 3px;
}

/* Desktop Nav Links */
[b-dar6gd9yzg] .nav-link {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.78) !important;
    letter-spacing: 0.02em;
    padding: 0.5rem 0.9rem !important;
    position: relative;
    transition: color 0.2s ease;
    text-decoration: none;
}

[b-dar6gd9yzg] .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0.9rem;
    right: 0.9rem;
    height: 2px;
    background: #C9A84C;
    transform: scaleX(0);
    transition: transform 0.25s ease;
    border-radius: 1px;
}

[b-dar6gd9yzg] .nav-link:hover,
[b-dar6gd9yzg] .nav-link.active {
    color: #ffffff !important;
}

[b-dar6gd9yzg] .nav-link:hover::after,
[b-dar6gd9yzg] .nav-link.active::after {
    transform: scaleX(1);
}

/* Buttons */
[b-dar6gd9yzg] .btn-outline-gold {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #C9A84C;
    border: 1.5px solid #C9A84C;
    border-radius: 4px;
    padding: 0.45rem 1.1rem;
    background: transparent;
    transition: all 0.22s ease;
    text-decoration: none;
    display: inline-block;
}

[b-dar6gd9yzg] .btn-outline-gold:hover {
    background: #C9A84C;
    color: #0a193c;
}

[b-dar6gd9yzg] .btn-gold {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #0a193c;
    background: #C9A84C;
    border: 1.5px solid #C9A84C;
    border-radius: 4px;
    padding: 0.45rem 1.1rem;
    transition: all 0.22s ease;
    text-decoration: none;
    display: inline-block;
}

[b-dar6gd9yzg] .btn-gold:hover {
    background: #b8922e;
    border-color: #b8922e;
    color: #0a193c;
}

/* Custom hamburger */
.navbar-toggler-custom[b-dar6gd9yzg] {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 100;
}

.navbar-toggler-custom span[b-dar6gd9yzg] {
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
    transform-origin: center;
}

.navbar-toggler-custom.open span:nth-child(1)[b-dar6gd9yzg] { transform: translateY(9px) rotate(45deg); }
.navbar-toggler-custom.open span:nth-child(2)[b-dar6gd9yzg] { opacity: 0; }
.navbar-toggler-custom.open span:nth-child(3)[b-dar6gd9yzg] { transform: translateY(-9px) rotate(-45deg); }

/* Mobile collapsible */
.navbar-collapse-custom[b-dar6gd9yzg] {
    display: flex;
    align-items: center;
    flex: 1;
}

@media (max-width: 991.98px) {
    .navbar-toggler-custom[b-dar6gd9yzg] {
        display: flex;
    }

    .navbar-collapse-custom[b-dar6gd9yzg] {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(10, 25, 60, 0.99);
        border-top: 1px solid rgba(255,255,255,0.08);
        padding: 1rem 1.5rem 1.5rem;
    }

    .navbar-collapse-custom.show[b-dar6gd9yzg] {
        display: block;
    }

    .navbar-collapse-custom .navbar-nav[b-dar6gd9yzg] {
        flex-direction: column !important;
        gap: 0.25rem;
    }

    .navbar-collapse-custom .nav-item[b-dar6gd9yzg] {
        width: 100%;
    }

    [b-dar6gd9yzg] .nav-link {
        padding: 0.65rem 0 !important;
        border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    [b-dar6gd9yzg] .nav-link::after { display: none; }

    .navbar-collapse-custom .ms-lg-3[b-dar6gd9yzg],
    .navbar-collapse-custom .ms-lg-2[b-dar6gd9yzg] {
        margin-left: 0 !important;
        margin-top: 0.5rem;
    }

    [b-dar6gd9yzg] .btn-outline-gold,
    [b-dar6gd9yzg] .btn-gold {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0.65rem 1.1rem;
    }
}
    .nav-item[b-dar6gd9yzg]  .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-dar6gd9yzg]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-dar6gd9yzg]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-dar6gd9yzg] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-dar6gd9yzg] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-dar6gd9yzg] {
        display: none;
    }

    .nav-scrollable[b-dar6gd9yzg] {
        /* 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/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-qu4s7boaso],
.components-reconnect-repeated-attempt-visible[b-qu4s7boaso],
.components-reconnect-failed-visible[b-qu4s7boaso],
.components-pause-visible[b-qu4s7boaso],
.components-resume-failed-visible[b-qu4s7boaso],
.components-rejoining-animation[b-qu4s7boaso] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-qu4s7boaso],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-qu4s7boaso],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-qu4s7boaso],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-qu4s7boaso],
#components-reconnect-modal.components-reconnect-retrying[b-qu4s7boaso],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-qu4s7boaso],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-qu4s7boaso],
#components-reconnect-modal.components-reconnect-failed[b-qu4s7boaso],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-qu4s7boaso] {
    display: block;
}


#components-reconnect-modal[b-qu4s7boaso] {
    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-qu4s7boaso 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-qu4s7boaso 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-qu4s7boaso 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-qu4s7boaso]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-qu4s7boaso 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-qu4s7boaso {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-qu4s7boaso {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-qu4s7boaso {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-qu4s7boaso] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-qu4s7boaso] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-qu4s7boaso] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-qu4s7boaso] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-qu4s7boaso] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-qu4s7boaso] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-qu4s7boaso] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-qu4s7boaso 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-qu4s7boaso] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-qu4s7boaso {
    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;
    }
}
