/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-shell[b-hycfepee1k] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.75rem;
    padding: 2rem 1rem;
    background: var(--ob-bg);
}

.auth-brand[b-hycfepee1k] {
    display: flex;
    align-items: center;
}

.auth-brand-name[b-hycfepee1k] {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--ob-ink);
}

.auth-card-wrap[b-hycfepee1k] {
    width: 100%;
    max-width: 26.5rem;
}

.auth-footer[b-hycfepee1k] {
    font-size: 0.8rem;
    color: var(--ob-muted);
}

.auth-footer a[b-hycfepee1k] {
    color: var(--ob-ink);
    text-decoration: none;
    border-bottom: 1px solid var(--ob-line);
    padding-bottom: 1px;
}

.auth-footer a:hover[b-hycfepee1k] {
    border-bottom-color: var(--ob-ink);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page-shell[b-uwo60wwcg3] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--ob-bg);
}

.topbar[b-uwo60wwcg3] {
    background: var(--ob-paper);
    border-bottom: 1px solid var(--ob-line);
}

.topbar-inner[b-uwo60wwcg3] {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 1.25rem;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand[b-uwo60wwcg3] {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--ob-ink);
}

.brand:hover[b-uwo60wwcg3] {
    color: var(--ob-ink);
}

.brand-name[b-uwo60wwcg3] {
    font-weight: 800;
    font-size: 1.1rem;
    letter-spacing: -0.03em;
}

.topbar-right[b-uwo60wwcg3] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.topbar-email[b-uwo60wwcg3] {
    font-size: 0.82rem;
    color: var(--ob-muted);
}

.btn-signout[b-uwo60wwcg3] {
    background: var(--ob-paper);
    color: var(--ob-ink);
    border: 1px solid var(--ob-line);
    border-radius: 0.5rem;
    padding: 0.35rem 0.8rem;
    font-size: 0.82rem;
    font-weight: 500;
    transition: background-color 0.15s ease;
}

.btn-signout:hover[b-uwo60wwcg3] {
    background: #f4f4f5;
}

.page-content[b-uwo60wwcg3] {
    flex: 1;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 2.5rem 1.25rem 3rem;
}

.page-footer[b-uwo60wwcg3] {
    border-top: 1px solid var(--ob-line);
    padding: 1.1rem 1.25rem;
    text-align: center;
    font-size: 0.78rem;
    color: var(--ob-muted);
}

.page-footer a[b-uwo60wwcg3] {
    color: var(--ob-ink);
    text-decoration: none;
}

.page-footer a:hover[b-uwo60wwcg3] {
    text-decoration: underline;
}

/* Hidden until a real circuit error occurs; blazor.web.js reveals it on failure. */
#blazor-error-ui[b-uwo60wwcg3] {
    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-uwo60wwcg3] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ypgb4esnfp],
.components-reconnect-repeated-attempt-visible[b-ypgb4esnfp],
.components-reconnect-failed-visible[b-ypgb4esnfp],
.components-pause-visible[b-ypgb4esnfp],
.components-resume-failed-visible[b-ypgb4esnfp],
.components-rejoining-animation[b-ypgb4esnfp] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ypgb4esnfp],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ypgb4esnfp],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ypgb4esnfp],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ypgb4esnfp],
#components-reconnect-modal.components-reconnect-retrying[b-ypgb4esnfp],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ypgb4esnfp],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ypgb4esnfp],
#components-reconnect-modal.components-reconnect-failed[b-ypgb4esnfp],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ypgb4esnfp] {
    display: block;
}


#components-reconnect-modal[b-ypgb4esnfp] {
    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-ypgb4esnfp 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ypgb4esnfp 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ypgb4esnfp 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ypgb4esnfp]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ypgb4esnfp 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ypgb4esnfp {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ypgb4esnfp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ypgb4esnfp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ypgb4esnfp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ypgb4esnfp] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ypgb4esnfp] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ypgb4esnfp] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ypgb4esnfp] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ypgb4esnfp] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ypgb4esnfp] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ypgb4esnfp 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ypgb4esnfp] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ypgb4esnfp {
    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;
    }
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.dash-header[b-413cu8rqr2] {
    margin-bottom: 1.75rem;
}

.dash-overline[b-413cu8rqr2] {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ob-muted);
    margin-bottom: 0.25rem;
}

.dash-title[b-413cu8rqr2] {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--ob-ink);
    margin: 0;
}

.dash-loading[b-413cu8rqr2] {
    padding: 4rem 0;
    text-align: center;
}

.dash-loading-text[b-413cu8rqr2] {
    color: var(--ob-muted);
    font-size: 0.9rem;
}

.sub-card[b-413cu8rqr2] {
    background: var(--ob-paper);
    border: 1px solid var(--ob-line);
    border-radius: 1rem;
    padding: 1.5rem 1.75rem;
    margin-bottom: 1rem;
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.04),
        0 8px 24px -12px rgba(15, 23, 42, 0.08);
}

.sub-top[b-413cu8rqr2] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.sub-main[b-413cu8rqr2] {
    min-width: 0;
}

.sub-name[b-413cu8rqr2] {
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--ob-ink);
}

.sub-items[b-413cu8rqr2] {
    color: var(--ob-muted);
    font-size: 0.86rem;
    margin-top: 0.2rem;
}

.sub-chips[b-413cu8rqr2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.chip[b-413cu8rqr2] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.22rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.chip-solid[b-413cu8rqr2] {
    background: var(--ob-ink);
    color: #ffffff;
}

.chip-outline[b-413cu8rqr2] {
    border: 1px solid var(--ob-line);
    color: var(--ob-ink-soft);
    background: var(--ob-paper);
}

.chip-muted[b-413cu8rqr2] {
    background: #f4f4f5;
    color: var(--ob-muted);
}

.sub-footer[b-413cu8rqr2] {
    border-top: 1px solid var(--ob-line);
    margin-top: 1.1rem;
    padding-top: 0.9rem;
    font-size: 0.86rem;
    color: var(--ob-ink-soft);
}

.sub-footer .sub-muted[b-413cu8rqr2] {
    color: var(--ob-muted);
}

.sub-footer strong[b-413cu8rqr2] {
    color: var(--ob-ink);
}

.empty-state[b-413cu8rqr2] {
    text-align: center;
    padding: 3rem 1.5rem;
}

.empty-icon[b-413cu8rqr2] {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 1rem;
    border-radius: 0.85rem;
    border: 1px solid var(--ob-line);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ob-muted);
    font-size: 1.25rem;
    background: var(--ob-bg);
}

.empty-title[b-413cu8rqr2] {
    font-weight: 700;
    color: var(--ob-ink);
    margin-bottom: 0.4rem;
}

.empty-text[b-413cu8rqr2] {
    color: var(--ob-muted);
    font-size: 0.9rem;
    margin: 0;
}

.empty-link[b-413cu8rqr2] {
    color: var(--ob-ink);
    text-decoration: none;
    border-bottom: 1px solid var(--ob-line);
    padding-bottom: 1px;
}

.empty-link:hover[b-413cu8rqr2] {
    border-bottom-color: var(--ob-ink);
}

.dash-help[b-413cu8rqr2] {
    text-align: center;
    color: var(--ob-muted);
    font-size: 0.82rem;
    margin-top: 1.75rem;
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-card[b-8mvmdbe6p2] {
    background: var(--ob-paper);
    border: 1px solid var(--ob-line);
    border-radius: 1rem;
    padding: 2.25rem;
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.04),
        0 8px 24px -12px rgba(15, 23, 42, 0.08);
}

.login-heading[b-8mvmdbe6p2] {
    font-weight: 700;
    color: var(--ob-ink);
    margin-bottom: 0.5rem;
}

.login-text[b-8mvmdbe6p2] {
    color: var(--ob-muted);
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.login-label[b-8mvmdbe6p2] {
    font-weight: 600;
    font-size: 0.8rem;
    color: var(--ob-ink-soft);
}

.login-input[b-8mvmdbe6p2] {
    padding: 0.75rem 1rem;
    border-radius: 0.65rem;
    border-color: var(--ob-line);
    font-size: 1rem;
}

.login-input:focus[b-8mvmdbe6p2] {
    border-color: var(--ob-ink);
    box-shadow: 0 0 0 3px rgba(10, 10, 10, 0.08);
}

.login-code-input[b-8mvmdbe6p2] {
    text-align: center;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.6rem;
    padding-left: 1.3rem; /* optically re-centers the letter-spaced digits */
}

.btn-brand[b-8mvmdbe6p2] {
    --bs-btn-color: #ffffff;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-active-color: #ffffff;
    --bs-btn-hover-bg: #27272a;
    --bs-btn-active-bg: #27272a;
    color: #ffffff;
    font-weight: 600;
    border: none;
    border-radius: 0.65rem;
    padding: 0.8rem;
    background: var(--ob-ink);
    transition: background-color 0.15s ease, transform 0.05s ease;
}

.btn-brand:active[b-8mvmdbe6p2] {
    transform: translateY(1px);
}

.login-link[b-8mvmdbe6p2] {
    font-size: 0.85rem;
    color: var(--ob-ink);
    text-decoration: none;
    border-bottom: 1px solid var(--ob-line);
    padding-bottom: 1px;
}

.login-link:hover[b-8mvmdbe6p2] {
    border-bottom-color: var(--ob-ink);
}
