/* /Components/Layout/MainLayout.razor.rz.scp.css */
main[b-p24ywipmwy] {
    min-height: 60vh;
}

.dr-footer[b-p24ywipmwy] {
    background: var(--dr-plum-deep, #352a4f);
    color: #d9d2e6;
    padding: 3rem 1.5rem 0;
}

.dr-footer-inner[b-p24ywipmwy] {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    padding-bottom: 2.5rem;
}

.dr-footer-col h4[b-p24ywipmwy] {
    font-family: 'Cormorant Garamond', serif;
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.dr-footer-col p[b-p24ywipmwy] {
    line-height: 1.7;
    color: #b8aecb;
    font-size: 0.95rem;
}

.dr-footer-col a[b-p24ywipmwy] {
    display: block;
    color: #d9d2e6;
    text-decoration: none;
    margin-bottom: 0.55rem;
    font-size: 0.95rem;
}

.dr-footer-col a:hover[b-p24ywipmwy] {
    color: #c9a227;
}

.dr-footer-bottom[b-p24ywipmwy] {
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    padding: 1.25rem;
    font-size: 0.85rem;
    color: #9a8fb0;
}

#blazor-error-ui[b-p24ywipmwy] {
    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-p24ywipmwy] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
</content[b-p24ywipmwy]>
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.dr-nav[b-w3wprvgryk] {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #0f0f12;
    box-shadow: 0 2px 12px rgba(0,0,0,0.35);
}

.dr-nav-inner[b-w3wprvgryk] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.6rem 1.5rem;
    position: relative;
}

.dr-brand[b-w3wprvgryk] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    color: #fff;
}

.dr-brand-icon[b-w3wprvgryk] {
    height: 46px;
    width: 46px;
    object-fit: contain;
    flex-shrink: 0;
}

.dr-brand-text[b-w3wprvgryk] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.05rem;
    line-height: 1.2;
}

.dr-brand-name[b-w3wprvgryk] {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.45rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.dr-brand-tagline[b-w3wprvgryk] {
    font-family: 'Lato', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #c9a227;
    white-space: nowrap;
}

.dr-nav-links[b-w3wprvgryk] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.dr-nav-links > a[b-w3wprvgryk],
.dr-dropdown-label[b-w3wprvgryk] {
    color: #f4f4f7;
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 700;
    padding: 0.5rem 0.7rem;
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap;
    transition: color .15s ease, background-color .15s ease;
}

.dr-nav-links > a:hover[b-w3wprvgryk],
.dr-dropdown-label:hover[b-w3wprvgryk],
.dr-nav-links > a.active[b-w3wprvgryk] {
    color: #fff;
    background: rgba(255,255,255,0.16);
}

.dr-dropdown-label i[b-w3wprvgryk] { font-style: normal; font-size: 0.75rem; }

/* ---------- Dropdowns ---------- */
.dr-dropdown[b-w3wprvgryk] { position: relative; }

.dr-dropdown-menu[b-w3wprvgryk] {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.18);
    padding: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all .18s ease;
}

.dr-dropdown:hover .dr-dropdown-menu[b-w3wprvgryk],
.dr-dropdown:focus-within .dr-dropdown-menu[b-w3wprvgryk] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dr-dropdown-menu a[b-w3wprvgryk] {
    display: block;
    color: var(--dr-ink, #2e2a33);
    text-decoration: none;
    padding: 0.6rem 0.85rem;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
}

.dr-dropdown-menu a:hover[b-w3wprvgryk] {
    background: var(--dr-cream, #fbf8f3);
    color: var(--dr-plum, #4a3b6b);
}

/* ---------- CTA ---------- */
.dr-nav-cta[b-w3wprvgryk] {
    background: var(--dr-gold, #c9a227);
    color: #fff !important;
    border-radius: 999px;
    padding: 0.5rem 1.1rem !important;
    margin-left: 0.4rem;
}

.dr-nav-cta:hover[b-w3wprvgryk] { background: #b08e1d !important; }

/* ---------- Mobile ---------- */
.dr-nav-toggle[b-w3wprvgryk], .dr-nav-burger[b-w3wprvgryk] { display: none; }

.dr-nav-burger[b-w3wprvgryk] {
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 0.4rem;
}

.dr-nav-burger span[b-w3wprvgryk] {
    width: 26px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
}

@media (max-width: 1180px) {
    .dr-nav-burger[b-w3wprvgryk] { display: flex; }

    .dr-nav-links[b-w3wprvgryk] {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: stretch;
        background: #0f0f12;
        padding: 0.75rem 1rem 1.25rem;
        gap: 0.15rem;
        box-shadow: 0 12px 24px rgba(0,0,0,0.35);
        max-height: 80vh;
        overflow-y: auto;
    }

    .dr-nav-toggle:checked ~ .dr-nav-links[b-w3wprvgryk] { display: flex; }

    .dr-dropdown-menu[b-w3wprvgryk] {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: rgba(255,255,255,0.06);
        margin: 0.25rem 0 0.5rem;
    }

    .dr-dropdown-menu a[b-w3wprvgryk] { color: #d9d2e6; }
    .dr-dropdown-menu a:hover[b-w3wprvgryk] { background: rgba(255,255,255,0.1); color: #fff; }
    .dr-nav-cta[b-w3wprvgryk] { text-align: center; margin: 0.5rem 0 0; }
}
</content[b-w3wprvgryk]>
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-xv6xq14mad],
.components-reconnect-repeated-attempt-visible[b-xv6xq14mad],
.components-reconnect-failed-visible[b-xv6xq14mad],
.components-pause-visible[b-xv6xq14mad],
.components-resume-failed-visible[b-xv6xq14mad],
.components-rejoining-animation[b-xv6xq14mad] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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