/* /Components/Account/Pages/Login.razor.rz.scp.css */
.owner-auth-page[b-z3hu7ajyeo] {
    width: min(100% - 2rem, 560px);
    min-height: calc(100vh - 9rem);
    margin: 0 auto;
    padding: clamp(3rem, 9vw, 6rem) 0;
    display: grid;
    align-items: center;
}

.owner-auth-card[b-z3hu7ajyeo] {
    padding: clamp(1.5rem, 5vw, 2.5rem);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background: var(--color-surface);
    box-shadow: var(--shadow-sm);
}

.owner-auth-card h1[b-z3hu7ajyeo] {
    margin-bottom: 0.75rem;
    font-size: clamp(2rem, 7vw, 3.3rem);
}

.owner-auth-intro[b-z3hu7ajyeo] {
    margin-bottom: 2rem;
    color: var(--color-text-secondary);
}

.owner-auth-form[b-z3hu7ajyeo] {
    display: grid;
    gap: 1rem;
}

.owner-auth-check[b-z3hu7ajyeo] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--color-text-secondary);
    font-size: 0.9rem;
}

.owner-auth-submit[b-z3hu7ajyeo] {
    width: 100%;
}

.owner-auth-divider[b-z3hu7ajyeo] {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--color-text-muted);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.owner-auth-divider[b-z3hu7ajyeo]::before,
.owner-auth-divider[b-z3hu7ajyeo]::after {
    content: "";
    height: 1px;
    flex: 1;
    background: var(--color-border);
}

.owner-auth-return[b-z3hu7ajyeo] {
    margin-top: 1.5rem;
    display: inline-block;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 650;
}
/* /Components/Account/Pages/Register.razor.rz.scp.css */
.registration-closed-page[b-mhvgdd4666] {
    width: min(100% - 2rem, 680px);
    min-height: calc(100vh - 9rem);
    margin: 0 auto;
    padding: clamp(3rem, 9vw, 6rem) 0;
    display: grid;
    align-items: center;
}

.registration-closed-card[b-mhvgdd4666] {
    padding: clamp(1.5rem, 5vw, 2.75rem);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background: var(--color-surface);
    box-shadow: var(--shadow-sm);
}

.registration-closed-card h1[b-mhvgdd4666] {
    margin-bottom: 1rem;
    font-size: clamp(2rem, 7vw, 3.4rem);
}

.registration-closed-card p:not(.eyebrow)[b-mhvgdd4666] {
    max-width: 540px;
    margin-bottom: 2rem;
    color: var(--color-text-secondary);
}

.registration-actions[b-mhvgdd4666] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
/* /Components/Admin/Dashboard.razor.rz.scp.css */
/* Shared admin styles live in wwwroot/admin.css. */
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-gk0xuebvlm] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-header[b-gk0xuebvlm] {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--color-accent);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 4px 18px rgba(38, 28, 51, 0.12);
}

.site-main[b-gk0xuebvlm] {
    flex: 1;
}

.site-footer[b-gk0xuebvlm] {
    margin-top: 3.5rem;
    border-top: 1px solid var(--color-border);
    background: var(--color-surface);
}

.site-footer-inner[b-gk0xuebvlm] {
    width: min(var(--content-width), calc(100% - 3rem));
    margin: 0 auto;
    min-height: 4.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--color-text-muted);
    font-size: 0.82rem;
}

.footer-separator[b-gk0xuebvlm] {
    color: var(--color-accent);
}

#blazor-error-ui[b-gk0xuebvlm] {
    color-scheme: light only;
    background: #fff4d6;
    border-top: 1px solid #e7ca78;
    bottom: 0;
    box-shadow: 0 -4px 18px rgba(15, 23, 42, 0.08);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.8rem 3rem 0.8rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .reload[b-gk0xuebvlm] {
    margin-left: 0.4rem;
}

#blazor-error-ui .dismiss[b-gk0xuebvlm] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 0.65rem;
    font-size: 1.25rem;
}

@media (max-width: 640px) {
    .site-footer[b-gk0xuebvlm] {
        margin-top: 2.75rem;
    }

    .site-footer-inner[b-gk0xuebvlm] {
        width: min(var(--content-width), calc(100% - 2rem));
        min-height: 4rem;
        flex-wrap: wrap;
        gap: 0.4rem 0.65rem;
    }
}


.skip-link[b-gk0xuebvlm] {
    position: fixed;
    top: 0.65rem;
    left: 0.65rem;
    z-index: 1000;
    padding: 0.55rem 0.8rem;
    border-radius: 0.55rem;
    background: #fff;
    color: var(--color-accent-strong);
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: var(--shadow-md);
    transform: translateY(-160%);
    transition: transform 120ms ease;
}

.skip-link:focus[b-gk0xuebvlm] {
    transform: translateY(0);
}

.site-main:focus[b-gk0xuebvlm] {
    outline: none;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-shell[b-9rsrfjp5vo] {
    width: min(var(--content-width), calc(100% - 3rem));
    height: 4.25rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.nav-shell[b-9rsrfjp5vo]  .site-brand {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    color: #fff !important;
    text-decoration: none;
}

.nav-shell[b-9rsrfjp5vo]  .site-brand:hover,
.nav-shell[b-9rsrfjp5vo]  .site-brand:focus,
.nav-shell[b-9rsrfjp5vo]  .site-brand.active {
    color: #fff !important;
    text-decoration: none;
}

.site-brand-content[b-9rsrfjp5vo] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.12rem;
    line-height: 1.05;
}


.site-brand-name[b-9rsrfjp5vo] {
    display: block;
    color: #fff;
    font-size: 1.08rem;
    font-weight: 780;
    letter-spacing: -0.025em;
    white-space: nowrap;
}

.site-brand-title[b-9rsrfjp5vo] {
    display: block;
    max-width: 34rem;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.66rem;
    font-weight: 560;
    letter-spacing: 0.025em;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.site-nav[b-9rsrfjp5vo] {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.site-nav[b-9rsrfjp5vo]  a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 2.35rem;
    padding: 0.4rem 0.75rem;
    border-radius: 0.55rem;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    font-size: 0.86rem;
    font-weight: 600;
    transition: color 140ms ease, background-color 140ms ease;
}

.site-nav[b-9rsrfjp5vo]  a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.10);
}

.site-nav[b-9rsrfjp5vo]  a.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
}

.site-nav[b-9rsrfjp5vo]  .admin-link {
    margin-left: 0.3rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.nav-toggle[b-9rsrfjp5vo] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.nav-toggle-button[b-9rsrfjp5vo] {
    display: none;
    width: 2.6rem;
    height: 2.6rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 0.65rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.06);
}

.nav-toggle-button span[b-9rsrfjp5vo] {
    width: 1.05rem;
    height: 2px;
    border-radius: 999px;
    background: #fff;
}

.nav-toggle:focus-visible + .nav-toggle-button[b-9rsrfjp5vo] {
    outline: 3px solid rgba(255, 255, 255, 0.38);
    outline-offset: 3px;
}

@media (max-width: 700px) {
    .nav-shell[b-9rsrfjp5vo] {
        width: min(var(--content-width), calc(100% - 2rem));
        height: 4rem;
    }

    .site-brand-name[b-9rsrfjp5vo] {
        font-size: 1rem;
    }

    .site-brand-title[b-9rsrfjp5vo] {
        max-width: min(56vw, 20rem);
        font-size: 0.62rem;
    }

    .nav-toggle-button[b-9rsrfjp5vo] {
        display: flex;
    }

    .site-nav[b-9rsrfjp5vo] {
        position: absolute;
        top: calc(100% + 1px);
        left: -1rem;
        right: -1rem;
        display: none;
        padding: 0.75rem 1rem 1rem;
        background: var(--color-accent);
        border: 0;
        border-radius: 0 0 0.85rem 0.85rem;
        box-shadow: var(--shadow-md);
    }

    .nav-toggle:checked ~ .site-nav[b-9rsrfjp5vo] {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .site-nav[b-9rsrfjp5vo]  a {
        width: 100%;
        min-height: 2.65rem;
        padding-inline: 0.85rem;
    }

    .site-nav[b-9rsrfjp5vo]  .admin-link {
        margin-left: 0;
        margin-top: 0.3rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-auijnkhgwr],
.components-reconnect-repeated-attempt-visible[b-auijnkhgwr],
.components-reconnect-failed-visible[b-auijnkhgwr],
.components-pause-visible[b-auijnkhgwr],
.components-resume-failed-visible[b-auijnkhgwr],
.components-rejoining-animation[b-auijnkhgwr] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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