/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-banner[b-xuzh0zw73n] {
    padding: 0.75rem 1rem 0.5rem;
    background: #ffffff;
}

.site-banner-link[b-xuzh0zw73n] {
    display: block;
    max-width: 1280px;
    margin: 0 auto;
    text-decoration: none;
}

.site-banner-image[b-xuzh0zw73n] {
    display: block;
    width: 100%;
    height: clamp(84px, 18vw, 180px);
    object-fit: contain;
}

.layout-shell[b-xuzh0zw73n] {
    min-height: 100vh;
    background: #f8fafc;
}

.layout-header[b-xuzh0zw73n] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 50;
}

.app-link[b-xuzh0zw73n] {
    text-decoration: none;
    color: #111827;
    font-weight: 900;
}

.header-actions[b-xuzh0zw73n] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.user-badge[b-xuzh0zw73n],
.nav-link[b-xuzh0zw73n],
.signin-link[b-xuzh0zw73n],
.signout-button[b-xuzh0zw73n] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    font-size: 0.92rem;
    text-decoration: none;
}

.user-badge[b-xuzh0zw73n] {
    background: #eef2ff;
    color: #312e81;
    font-weight: 700;
}

.nav-link[b-xuzh0zw73n],
.signin-link[b-xuzh0zw73n] {
    color: #111827;
    background: #ffffff;
    border: 1px solid #d1d5db;
}

.signout-button[b-xuzh0zw73n] {
    border: 1px solid #111827;
    background: #111827;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
}

.layout-body[b-xuzh0zw73n] {
    min-height: calc(100vh - 73px);
}

.portal-layout-body[b-xuzh0zw73n] {
    min-height: calc(100vh - 120px);
    padding: 1rem;
    background: #f8fafc;
}

#blazor-error-ui[b-xuzh0zw73n] {
    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-xuzh0zw73n] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 640px) {
    .site-banner[b-xuzh0zw73n] {
        padding: 0.5rem 0.5rem 0.25rem;
    }

    .site-banner-image[b-xuzh0zw73n] {
        height: clamp(64px, 24vw, 120px);
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-6rymy8eue6],
.components-reconnect-repeated-attempt-visible[b-6rymy8eue6],
.components-reconnect-failed-visible[b-6rymy8eue6],
.components-pause-visible[b-6rymy8eue6],
.components-resume-failed-visible[b-6rymy8eue6],
.components-rejoining-animation[b-6rymy8eue6] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-6rymy8eue6],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-6rymy8eue6],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-6rymy8eue6],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-6rymy8eue6],
#components-reconnect-modal.components-reconnect-retrying[b-6rymy8eue6],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-6rymy8eue6],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-6rymy8eue6],
#components-reconnect-modal.components-reconnect-failed[b-6rymy8eue6],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-6rymy8eue6] {
    display: block;
}


#components-reconnect-modal[b-6rymy8eue6] {
    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-6rymy8eue6 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-6rymy8eue6 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-6rymy8eue6 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-6rymy8eue6]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-6rymy8eue6 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-6rymy8eue6 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-6rymy8eue6 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-6rymy8eue6 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-6rymy8eue6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-6rymy8eue6] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-6rymy8eue6] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-6rymy8eue6] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-6rymy8eue6] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-6rymy8eue6] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-6rymy8eue6] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-6rymy8eue6 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-6rymy8eue6] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-6rymy8eue6 {
    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/AdminPortal.razor.rz.scp.css */
/* Shared portal shell styles live in app.css and Components/Portal. */
/* /Components/Pages/Admin/BetaFeedbackInbox.razor.rz.scp.css */
.beta-feedback-filter-grid[b-k3wvtna6z8] {
    display: grid;
    grid-template-columns: repeat(4, minmax(160px, 1fr));
    gap: 1rem;
    align-items: end;
}

.beta-feedback-filter-grid label[b-k3wvtna6z8],
.dialog-field[b-k3wvtna6z8] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    font-weight: 800;
}

.beta-feedback-filter-grid input[b-k3wvtna6z8],
.beta-feedback-filter-grid select[b-k3wvtna6z8],
.beta-dialog-input[b-k3wvtna6z8],
.beta-dialog-textarea[b-k3wvtna6z8] {
    border: 1px solid #d1d5db;
    border-radius: 0.8rem;
    padding: 0.7rem 0.8rem;
    font: inherit;
}

.beta-dialog-textarea[b-k3wvtna6z8] {
    min-height: 150px;
}

.beta-dialog-textarea.small[b-k3wvtna6z8] {
    min-height: 90px;
}

.feedback-snippet[b-k3wvtna6z8] {
    max-width: 34rem;
    margin: 0.3rem 0 0 0;
    color: #4b5563;
    line-height: 1.45;
}

.beta-action-stack[b-k3wvtna6z8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.feedback-detail-grid[b-k3wvtna6z8] {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 1rem;
}

.detail-list[b-k3wvtna6z8] {
    display: grid;
    gap: 0.5rem;
}

.detail-list div[b-k3wvtna6z8] {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 0.8rem;
}

.detail-list dt[b-k3wvtna6z8] {
    font-weight: 900;
    color: #374151;
}

.detail-list dd[b-k3wvtna6z8] {
    margin: 0;
    overflow-wrap: anywhere;
}

.timeline-list[b-k3wvtna6z8] {
    display: grid;
    gap: 0.8rem;
}

.timeline-item[b-k3wvtna6z8] {
    border-left: 4px solid #7c3aed;
    padding-left: 0.8rem;
}

.dialog-actions[b-k3wvtna6z8] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

.selected-row[b-k3wvtna6z8] {
    outline: 2px solid #7c3aed;
    outline-offset: -2px;
}

@media (max-width: 1000px) {
    .beta-feedback-filter-grid[b-k3wvtna6z8],
    .feedback-detail-grid[b-k3wvtna6z8] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Admin/ProviderApprovals.razor.rz.scp.css */
.approval-note-cell[b-e70j0be7mx] {
    min-width: 14rem;
}

.approval-note-input[b-e70j0be7mx] {
    width: 100%;
    min-width: 12rem;
    border: 1px solid #d1d5db;
    border-radius: 0.8rem;
    padding: 0.65rem 0.8rem;
    font: inherit;
    background: #ffffff;
    color: #111827;
}

.approval-note-input-invalid[b-e70j0be7mx] {
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
    outline: none;
}

.approval-note-validation[b-e70j0be7mx] {
    margin-top: 0.35rem;
    color: #b91c1c;
    font-size: 0.85rem;
    line-height: 1.2;
}

.approval-action-row[b-e70j0be7mx] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.approval-reject-button[b-e70j0be7mx] {
    border-color: #ef4444;
    color: #b91c1c;
}

.milestone-banner.success[b-e70j0be7mx] {
    border-color: #bbf7d0;
    background: #f0fdf4;
}

.milestone-banner.failure[b-e70j0be7mx] {
    border-color: #fecaca;
    background: #fef2f2;
}
/* /Components/Pages/Admin/WorkItems.razor.rz.scp.css */
.work-board[b-5qucnkmt37] {
    display: grid;
    grid-template-columns: repeat(6, minmax(240px, 1fr));
    gap: 1rem;
    align-items: stretch;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

.work-column[b-5qucnkmt37] {
    min-height: 540px;
    background: #eef2ff;
    border: 1px solid #dbe3ff;
    border-radius: 1.3rem;
    padding: 0.8rem;
}

.work-column header[b-5qucnkmt37] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.work-column h3[b-5qucnkmt37] {
    margin: 0;
    color: #111827;
}

.work-column header span[b-5qucnkmt37] {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #ffffff;
    font-weight: 900;
}

.work-card-list[b-5qucnkmt37] {
    display: grid;
    gap: 0.75rem;
}

.work-card[b-5qucnkmt37] {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 0.85rem;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.07);
    cursor: grab;
}

.work-card:active[b-5qucnkmt37] {
    cursor: grabbing;
}

.work-card:hover[b-5qucnkmt37] {
    outline: 2px solid #7c3aed;
}

.work-card-header[b-5qucnkmt37],
.work-card footer[b-5qucnkmt37] {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    align-items: center;
}

.work-type[b-5qucnkmt37],
.work-priority[b-5qucnkmt37] {
    font-size: 0.75rem;
    font-weight: 900;
    padding: 0.25rem 0.5rem;
    border-radius: 999px;
    background: #f3f4f6;
}

.work-priority[b-5qucnkmt37] {
    background: #fee2e2;
    color: #7f1d1d;
}

.work-card h4[b-5qucnkmt37] {
    margin: 0.65rem 0 0.3rem 0;
}

.work-card p[b-5qucnkmt37] {
    margin: 0;
    color: #4b5563;
    line-height: 1.45;
}

.work-card footer[b-5qucnkmt37] {
    margin-top: 0.75rem;
    color: #6b7280;
    font-size: 0.82rem;
}

.work-detail-grid[b-5qucnkmt37] {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 1rem;
}

.work-detail-list[b-5qucnkmt37] {
    display: grid;
    gap: 0.5rem;
}

.work-detail-list div[b-5qucnkmt37] {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 0.8rem;
}

.work-detail-list dt[b-5qucnkmt37] {
    font-weight: 900;
    color: #374151;
}

.work-detail-list dd[b-5qucnkmt37] {
    margin: 0;
    overflow-wrap: anywhere;
}

.work-comment-box[b-5qucnkmt37] {
    width: 100%;
    min-height: 95px;
    border: 1px solid #d1d5db;
    border-radius: 0.8rem;
    padding: 0.75rem;
    font: inherit;
}

.timeline-list[b-5qucnkmt37],
.linked-feedback-list[b-5qucnkmt37] {
    display: grid;
    gap: 0.8rem;
}

.timeline-item[b-5qucnkmt37],
.linked-feedback-card[b-5qucnkmt37] {
    border-left: 4px solid #7c3aed;
    padding-left: 0.8rem;
}

.timeline-item.comment[b-5qucnkmt37] {
    border-left-color: #059669;
}

.dialog-field[b-5qucnkmt37] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    font-weight: 800;
}

.dialog-actions[b-5qucnkmt37] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

@media (max-width: 1300px) {
    .work-board[b-5qucnkmt37] {
        grid-template-columns: repeat(6, 260px);
    }
}

@media (max-width: 1000px) {
    .work-detail-grid[b-5qucnkmt37] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Auth/AccessDenied.razor.rz.scp.css */
.denied-shell[b-rcfl1j3r1l] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 2rem;
    background: #f8fafc;
}

.denied-card[b-rcfl1j3r1l] {
    width: min(100%, 560px);
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.denied-card h1[b-rcfl1j3r1l] {
    margin: 0.35rem 0 0.6rem 0;
    font-size: 2.1rem;
}

.denied-card p[b-rcfl1j3r1l] {
    color: #4b5563;
    line-height: 1.6;
}

.actions[b-rcfl1j3r1l] {
    margin-top: 1.25rem;
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.actions a[b-rcfl1j3r1l] {
    display: inline-flex;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    text-decoration: none;
    background: #111827;
    color: #ffffff;
    font-weight: 700;
}
/* /Components/Pages/Auth/BootstrapAdmin.razor.rz.scp.css */
.auth-shell[b-zwpjk10ab5] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 2rem;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}

.auth-shell-wide[b-zwpjk10ab5] {
    padding-block: 3rem;
}

.auth-card[b-zwpjk10ab5] {
    width: min(100%, 560px);
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 1.5rem;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
    padding: 2rem;
}

.auth-card-wide[b-zwpjk10ab5] {
    width: min(100%, 760px);
}

.auth-copy h1[b-zwpjk10ab5] {
    margin: 0.25rem 0 0.6rem 0;
    font-size: 2.25rem;
}

.eyebrow[b-zwpjk10ab5] {
    margin: 0;
    color: #6b7280;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.lede[b-zwpjk10ab5] {
    margin: 0;
    color: #4b5563;
    line-height: 1.6;
}

.error-banner[b-zwpjk10ab5],
.success-banner[b-zwpjk10ab5],
.info-banner[b-zwpjk10ab5],
.loading-banner[b-zwpjk10ab5] {
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    font-weight: 700;
}

.error-banner[b-zwpjk10ab5] {
    background: #fee2e2;
    color: #991b1b;
}

.success-banner[b-zwpjk10ab5] {
    background: #dcfce7;
    color: #166534;
}

.info-banner[b-zwpjk10ab5],
.loading-banner[b-zwpjk10ab5] {
    background: #e0e7ff;
    color: #3730a3;
}

.registration-form[b-zwpjk10ab5] {
    margin-top: 1.5rem;
}

.form-grid[b-zwpjk10ab5] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.form-grid label[b-zwpjk10ab5] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    color: #374151;
    font-weight: 600;
}

.form-grid input[b-zwpjk10ab5],
.form-grid select[b-zwpjk10ab5] {
    border: 1px solid #d1d5db;
    border-radius: 1rem;
    padding: 0.9rem 1rem;
    font: inherit;
    background: #fff;
}

.form-grid small[b-zwpjk10ab5] {
    color: #6b7280;
    font-size: 0.85rem;
    font-weight: 500;
}

.full-row[b-zwpjk10ab5] {
    grid-column: 1 / -1;
}

.submit-button[b-zwpjk10ab5] {
    margin-top: 1.25rem;
    border: none;
    border-radius: 1rem;
    padding: 0.95rem 1rem;
    background: #111827;
    color: #ffffff;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.submit-button:disabled[b-zwpjk10ab5] {
    opacity: 0.7;
    cursor: wait;
}

.success-actions[b-zwpjk10ab5],
.auth-footer[b-zwpjk10ab5] {
    margin-top: 1rem;
}

.auth-footer[b-zwpjk10ab5],
.success-actions a[b-zwpjk10ab5] {
    color: #4b5563;
}

@media (max-width: 720px) {
    .form-grid[b-zwpjk10ab5] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Auth/Login.razor.rz.scp.css */
.auth-shell[b-8e6wbapf42] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 2rem;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}

.auth-card[b-8e6wbapf42] {
    width: min(100%, 480px);
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 1.5rem;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
    padding: 2rem;
}

.auth-copy h1[b-8e6wbapf42] {
    margin: 0.25rem 0 0.6rem 0;
    font-size: 2.25rem;
}

.eyebrow[b-8e6wbapf42] {
    margin: 0;
    color: #6b7280;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.lede[b-8e6wbapf42] {
    margin: 0;
    color: #4b5563;
    line-height: 1.6;
}

.error-banner[b-8e6wbapf42] {
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: #fee2e2;
    color: #991b1b;
    font-weight: 700;
}

.login-form[b-8e6wbapf42] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
}

.login-form label[b-8e6wbapf42] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    color: #374151;
    font-weight: 600;
}

.login-form input[b-8e6wbapf42] {
    border: 1px solid #d1d5db;
    border-radius: 1rem;
    padding: 0.9rem 1rem;
    font: inherit;
}

.submit-button[b-8e6wbapf42] {
    margin-top: 0.4rem;
    border: none;
    border-radius: 1rem;
    padding: 0.95rem 1rem;
    background: #111827;
    color: #ffffff;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}
/* /Components/Pages/Auth/RegisterProvider.razor.rz.scp.css */
.site-address-hint[b-zhn4bvzemm] {
    margin-top: 0.35rem;
}

.county-select-warning[b-zhn4bvzemm] {
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.32);
}

.county-summary-card[b-zhn4bvzemm] {
    border-left: 4px solid currentColor;
}
/* /Components/Pages/GuardianPortal.razor.rz.scp.css */
/* Shared portal shell styles live in app.css and Components/Portal. */
/* /Components/Pages/Home.razor.rz.scp.css */
.home-shell[b-ln0i4fl33r] {
    max-width: 1220px;
    margin: 0 auto;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hero-card[b-ln0i4fl33r] {
    display: grid;
    grid-template-columns: 1.35fr 0.85fr;
    gap: 1.2rem;
    padding: 2rem;
    border: 1px solid #e5e7eb;
    border-radius: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.eyebrow[b-ln0i4fl33r] {
    margin: 0 0 0.5rem 0;
    color: #6b7280;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hero-copy h1[b-ln0i4fl33r] {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.05;
    max-width: 15ch;
}

.lede[b-ln0i4fl33r] {
    margin-top: 1rem;
    max-width: 58ch;
    color: #4b5563;
    font-size: 1.05rem;
    line-height: 1.65;
}

.hero-actions[b-ln0i4fl33r] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.primary-link[b-ln0i4fl33r],
.secondary-link[b-ln0i4fl33r] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 1.1rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
}

.primary-link[b-ln0i4fl33r] {
    background: #111827;
    color: #ffffff;
}

.secondary-link[b-ln0i4fl33r] {
    background: #eef2ff;
    color: #312e81;
}

.hero-panel[b-ln0i4fl33r],
.module-card[b-ln0i4fl33r] {
    border: 1px solid #e5e7eb;
    border-radius: 1.25rem;
    background: #ffffff;
    padding: 1.25rem;
}

.panel-title[b-ln0i4fl33r],
.module-card h2[b-ln0i4fl33r] {
    margin: 0 0 0.75rem 0;
    font-size: 1.05rem;
    font-weight: 800;
}

.hero-panel ul[b-ln0i4fl33r] {
    margin: 0;
    padding-left: 1.1rem;
    color: #4b5563;
    line-height: 1.8;
}

.module-grid[b-ln0i4fl33r] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.module-card p[b-ln0i4fl33r] {
    margin: 0;
    color: #4b5563;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .hero-card[b-ln0i4fl33r],
    .module-grid[b-ln0i4fl33r] {
        grid-template-columns: 1fr;
    }

    .home-shell[b-ln0i4fl33r] {
        padding: 1rem;
    }
}
/* /Components/Pages/ProviderPortal.razor.rz.scp.css */
/* Shared portal shell styles live in app.css and Components/Portal. */
/* /Components/Pages/Provider/BackgroundStudyDataCollectionForm.razor.rz.scp.css */
.kn-background-study-form[b-j7c61evf98] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.kn-bg-study-note[b-j7c61evf98],
.kn-bg-study-alert[b-j7c61evf98] {
    border-radius: 16px;
    padding: 1rem 1.15rem;
    border: 1px solid rgba(30, 41, 59, 0.12);
    background: rgba(248, 250, 252, 0.86);
    line-height: 1.55;
}

.kn-bg-study-alert.success[b-j7c61evf98] {
    border-color: rgba(22, 163, 74, 0.32);
    background: rgba(240, 253, 244, 0.92);
}

.kn-bg-study-alert.failure[b-j7c61evf98] {
    border-color: rgba(220, 38, 38, 0.32);
    background: rgba(254, 242, 242, 0.92);
}

.kn-bg-form-grid[b-j7c61evf98] {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
}

@media (min-width: 760px) {
    .kn-bg-form-grid-4[b-j7c61evf98] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .kn-span-2[b-j7c61evf98] {
        grid-column: span 2;
    }

    .kn-span-4[b-j7c61evf98] {
        grid-column: span 4;
    }
}

.kn-bg-field[b-j7c61evf98] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-weight: 600;
}

.kn-bg-field span[b-j7c61evf98],
.kn-bg-subtitle[b-j7c61evf98] {
    color: #0f172a;
}

.kn-bg-field strong[b-j7c61evf98],
.kn-bg-subtitle strong[b-j7c61evf98] {
    color: #b91c1c;
}

.kn-bg-field .form-control[b-j7c61evf98],
.kn-bg-field input[b-j7c61evf98],
.kn-bg-field select[b-j7c61evf98],
.kn-bg-field textarea[b-j7c61evf98] {
    width: 100%;
}

.kn-bg-check-grid[b-j7c61evf98] {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.75rem;
}

@media (min-width: 760px) {
    .kn-bg-check-grid[b-j7c61evf98] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.kn-bg-check-grid label[b-j7c61evf98],
.kn-bg-check-row label[b-j7c61evf98],
.kn-bg-radio-row label[b-j7c61evf98] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 2.45rem;
    border: 1px solid rgba(30, 41, 59, 0.12);
    border-radius: 12px;
    padding: 0.65rem 0.8rem;
    background: rgba(255, 255, 255, 0.76);
}

.kn-bg-radio-row[b-j7c61evf98] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.kn-bg-subtitle[b-j7c61evf98] {
    font-weight: 700;
    margin: 1.15rem 0 0.6rem;
}

.kn-bg-gap-top[b-j7c61evf98] {
    margin-top: 1rem;
}

.kn-bg-residence-list[b-j7c61evf98] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 1rem 0;
}

.kn-bg-residence-row[b-j7c61evf98] {
    border: 1px solid rgba(30, 41, 59, 0.12);
    border-radius: 16px;
    padding: 1rem;
    background: rgba(248, 250, 252, 0.72);
}

.kn-bg-submit-row[b-j7c61evf98] {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.75rem;
}
/* /Components/Portal/PortalSection.razor.rz.scp.css */
.portal-section[b-fa58u0n737] {
    padding: 1.1rem;
    border-radius: 1.25rem;
    border: 1px solid #e5e7eb;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.portal-section-header[b-fa58u0n737] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.portal-section-header h3[b-fa58u0n737] {
    margin: 0;
    font-size: 1.1rem;
}

.portal-section-header p[b-fa58u0n737] {
    margin: 0.3rem 0 0 0;
    color: #6b7280;
    line-height: 1.55;
}
/* /Components/Portal/PortalShell.razor.rz.scp.css */
.portal-shell[b-vp1q86ptvr] {
    min-height: calc(100vh - 5rem);
    display: grid;
    grid-template-columns: 310px 1fr;
    gap: 0;
    background: var(--portal-surface);
    border-radius: 1.75rem;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.portal-sidebar[b-vp1q86ptvr] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    background: linear-gradient(180deg, var(--portal-sidebar-start), var(--portal-sidebar-end));
    color: #fff;
    min-width: 0;
}

.portal-brand[b-vp1q86ptvr] {
    min-height: 190px;
    border-radius: 1.4rem;
    background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.12));
    border: 1px solid rgba(255,255,255,0.16);
    overflow: hidden;
}

.portal-brand-overlay[b-vp1q86ptvr] {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.2rem;
    background: linear-gradient(180deg, rgba(15,23,42,0.10), rgba(15,23,42,0.42));
}

.portal-eyebrow[b-vp1q86ptvr],
.portal-topbar-eyebrow[b-vp1q86ptvr] {
    margin: 0 0 0.4rem 0;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.portal-title[b-vp1q86ptvr] {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.1;
}

.portal-summary[b-vp1q86ptvr] {
    margin: 0.6rem 0 0 0;
    color: rgba(255,255,255,0.86);
    line-height: 1.55;
    font-size: 0.95rem;
}

.portal-nav[b-vp1q86ptvr] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    min-width: 0;
}

.portal-nav-item[b-vp1q86ptvr] {
    display: grid;
    grid-template-columns: 2rem minmax(0, 1fr);
    align-items: center;
    column-gap: 0.75rem;
    min-height: 3.05rem;
    text-decoration: none;
    color: rgba(255,255,255,0.92);
    padding: 0.75rem 0.9rem;
    border-radius: 1rem;
    font-weight: 700;
    line-height: 1.25;
    transition: background-color 120ms ease, transform 120ms ease;
    min-width: 0;
}

.portal-nav-item:hover[b-vp1q86ptvr] {
    background: rgba(255,255,255,0.12);
    transform: translateX(2px);
}

.portal-nav-item.active[b-vp1q86ptvr] {
    background: rgba(255,255,255,0.20);
}

.portal-nav-icon[b-vp1q86ptvr] {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    text-align: center;
    font-size: 1.15rem;
    line-height: 1;
    white-space: nowrap;
    flex: 0 0 auto;
}

.portal-nav-label[b-vp1q86ptvr] {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.portal-sidecard[b-vp1q86ptvr] {
    margin-top: auto;
    padding: 1rem;
    border-radius: 1.2rem;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.14);
}

.portal-sidecard-title[b-vp1q86ptvr],
.portal-sidecard-meta[b-vp1q86ptvr] {
    margin: 0;
    color: rgba(255,255,255,0.75);
}

.portal-sidecard-name[b-vp1q86ptvr] {
    margin: 0.35rem 0;
    font-size: 1rem;
    font-weight: 800;
}

.portal-sidecard-actions[b-vp1q86ptvr] {
    margin-top: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.portal-secondary-link[b-vp1q86ptvr],
.portal-signout[b-vp1q86ptvr] {
    font: inherit;
    border: none;
    border-radius: 999px;
    padding: 0.6rem 0.9rem;
    text-decoration: none;
    font-weight: 700;
}

.portal-secondary-link[b-vp1q86ptvr] {
    background: rgba(255,255,255,0.12);
    color: #fff;
}

.portal-signout[b-vp1q86ptvr] {
    background: #fff;
    color: #111827;
    cursor: pointer;
}

.portal-main[b-vp1q86ptvr] {
    background: #f8fafc;
    display: flex;
    flex-direction: column;
}

.portal-topbar[b-vp1q86ptvr] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    background: rgba(255,255,255,0.68);
    backdrop-filter: blur(10px);
}

.portal-topbar-eyebrow[b-vp1q86ptvr] {
    color: var(--portal-accent);
}

.portal-topbar h2[b-vp1q86ptvr] {
    margin: 0;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    line-height: 1.1;
}

.portal-topbar-summary[b-vp1q86ptvr] {
    margin: 0.45rem 0 0 0;
    max-width: 60ch;
    color: #4b5563;
    line-height: 1.6;
}

.portal-topbar-actions[b-vp1q86ptvr] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.portal-content[b-vp1q86ptvr] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (max-width: 1100px) {
    .portal-shell[b-vp1q86ptvr] {
        grid-template-columns: 1fr;
    }

    .portal-topbar[b-vp1q86ptvr] {
        flex-direction: column;
    }
}
/* /Components/Portal/PortalStatCard.razor.rz.scp.css */
.portal-stat-card[b-8rv2y1qzc7] {
    padding: 1.1rem;
    border-radius: 1.25rem;
    border: 1px solid #e5e7eb;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.empty-blue-card[b-8rv2y1qzc7] {
    background-image: url("images/workingcopies/wordsigns/Empty_blue_bkgnd.png")
}

.empty-green-card[b-8rv2y1qzc7] {
    background-image: url("images/workingcopies/wordsigns/Empty_green_bkgnd.png")
}

.empty-indigo-card[b-8rv2y1qzc7] {
    background-image: url("images/workingcopies/wordsigns/Empty_indigo_bkgnd.png")
}

.empty-orange-card[b-8rv2y1qzc7] {
    background-image: url("images/workingcopies/wordsigns/Empty_orange_bkgnd.png")
}

.empty-red-card[b-8rv2y1qzc7] {
    background-image: url("images/workingcopies/wordsigns/Empty_red_bkgnd.png")
}

.empty-violet-card[b-8rv2y1qzc7] {
    background-image: url("images/workingcopies/wordsigns/Empty_violet_bkgnd.png")
}

.empty-yellow-card[b-8rv2y1qzc7] {
    background-image: url("images/workingcopies/wordsigns/Empty_yellow_bkgnd.png")
}

.portal-stat-label[b-8rv2y1qzc7] {
    margin: 0;
    color: #6b7280;
    font-size: 0.92rem;
}

.portal-stat-value[b-8rv2y1qzc7] {
    margin: 0.4rem 0 0 0;
    font-size: 1.9rem;
    font-weight: 900;
}

.portal-stat-hint[b-8rv2y1qzc7] {
    margin: 0.35rem 0 0 0;
    color: #6b7280;
    font-size: 0.85rem;
}
/* /Components/Portal/PortalStatusPill.razor.rz.scp.css */
.portal-pill[b-vz9d5fzzk2] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
}

.portal-pill.healthy[b-vz9d5fzzk2],
.portal-pill.success[b-vz9d5fzzk2] {
    background: #dcfce7;
    color: #166534;
}

.portal-pill.warning[b-vz9d5fzzk2],
.portal-pill.pending[b-vz9d5fzzk2],
.portal-pill.medium[b-vz9d5fzzk2] {
    background: #fef3c7;
    color: #92400e;
}

.portal-pill.critical[b-vz9d5fzzk2],
.portal-pill.failure[b-vz9d5fzzk2],
.portal-pill.high[b-vz9d5fzzk2] {
    background: #fee2e2;
    color: #991b1b;
}

.portal-pill.info[b-vz9d5fzzk2],
.portal-pill.neutral[b-vz9d5fzzk2] {
    background: #e0f2fe;
    color: #075985;
}
/* /Components/Shared/BetaFeedbackDrawer.razor.rz.scp.css */
.beta-feedback-handle[b-fr7elcnumh] {
    position: fixed;
    right: 0;
    top: 42%;
    z-index: 3000;
    width: 44px;
    min-height: 132px;
    border: 0;
    border-radius: 14px 0 0 14px;
    background: #111827;
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.28);
    cursor: grab;
    font-weight: 900;
    letter-spacing: 0.08em;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.beta-feedback-handle:active[b-fr7elcnumh] {
    cursor: grabbing;
}

.beta-feedback-handle.dirty[b-fr7elcnumh] {
    background: #92400e;
}

.beta-feedback-handle.submitted[b-fr7elcnumh] {
    background: #047857;
}

.beta-feedback-sidebar[b-fr7elcnumh] {
    z-index: 2900;
}

.beta-feedback-panel[b-fr7elcnumh] {
    height: 100%;
    padding: 1rem;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    overflow-y: auto;
}

.beta-feedback-panel-header[b-fr7elcnumh] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.beta-feedback-panel-header h2[b-fr7elcnumh] {
    margin: 0;
    color: #111827;
}

.beta-feedback-panel-header p[b-fr7elcnumh] {
    margin: 0.4rem 0 0 0;
    color: #4b5563;
}

.beta-feedback-eyebrow[b-fr7elcnumh] {
    margin: 0 0 0.35rem 0 !important;
    color: #7c3aed !important;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.beta-feedback-close[b-fr7elcnumh] {
    border: 1px solid #d1d5db;
    background: #ffffff;
    color: #111827;
    border-radius: 999px;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    font-weight: 900;
}

.beta-feedback-status[b-fr7elcnumh] {
    padding: 0.8rem 1rem;
    border-radius: 1rem;
    font-weight: 800;
}

.beta-feedback-status.success[b-fr7elcnumh] {
    background: #dcfce7;
    color: #14532d;
}

.beta-feedback-status.failure[b-fr7elcnumh] {
    background: #fee2e2;
    color: #7f1d1d;
}

.beta-feedback-field[b-fr7elcnumh] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.beta-feedback-field label[b-fr7elcnumh] {
    font-weight: 800;
    color: #111827;
}

.beta-feedback-input[b-fr7elcnumh],
.beta-feedback-textarea[b-fr7elcnumh] {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 0.9rem;
    padding: 0.8rem 0.9rem;
    font: inherit;
}

.beta-feedback-textarea[b-fr7elcnumh] {
    min-height: 160px;
    resize: vertical;
}

.beta-feedback-context[b-fr7elcnumh] {
    display: grid;
    gap: 0.55rem;
    padding: 0.8rem;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    font-size: 0.9rem;
}

.beta-feedback-context div[b-fr7elcnumh] {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 0.5rem;
}

.beta-feedback-context dt[b-fr7elcnumh] {
    font-weight: 900;
    color: #374151;
}

.beta-feedback-context dd[b-fr7elcnumh] {
    margin: 0;
    color: #4b5563;
    overflow-wrap: anywhere;
}

.beta-feedback-actions[b-fr7elcnumh] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

@media (max-width: 760px) {
    .beta-feedback-handle[b-fr7elcnumh] {
        top: auto;
        bottom: 1rem;
        right: 1rem;
        width: auto;
        min-height: auto;
        padding: 0.85rem 1rem;
        writing-mode: horizontal-tb;
        border-radius: 999px;
    }
}
/* /Components/Shared/ProviderScheduleCalendar.razor.rz.scp.css */
.kn-schedule-calendar[b-4ozgsrn3sj] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.kn-calendar-toolbar[b-4ozgsrn3sj] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    border-radius: 1.25rem;
    background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(240,253,250,0.92));
    border: 1px solid #d1d5db;
}

.kn-calendar-eyebrow[b-4ozgsrn3sj] {
    margin: 0 0 0.35rem 0;
    color: var(--portal-accent);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kn-calendar-toolbar h3[b-4ozgsrn3sj] {
    margin: 0;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.kn-calendar-actions[b-4ozgsrn3sj] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.kn-month-calendar[b-4ozgsrn3sj] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.kn-calendar-row[b-4ozgsrn3sj] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.35rem;
    min-width: 100%;
}

.kn-calendar-weekday[b-4ozgsrn3sj] {
    padding: 0.65rem 0.75rem;
    color: #475569;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kn-calendar-cell[b-4ozgsrn3sj],
.kn-calendar-day[b-4ozgsrn3sj] {
    min-width: 0;
    border: 1px solid #dbe3ef;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.kn-calendar-cell[b-4ozgsrn3sj] {
    min-height: 11rem;
    padding: 0.6rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.kn-calendar-cell.outside-month[b-4ozgsrn3sj] {
    background: #f8fafc;
    color: #94a3b8;
}

.kn-calendar-cell.today[b-4ozgsrn3sj],
.kn-calendar-day.today[b-4ozgsrn3sj] {
    border-color: var(--portal-accent);
    box-shadow: 0 14px 30px rgba(15, 118, 110, 0.16);
}

.kn-calendar-date[b-4ozgsrn3sj],
.kn-calendar-day-header[b-4ozgsrn3sj] {
    appearance: none;
    border: none;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    text-align: left;
}

.kn-calendar-date[b-4ozgsrn3sj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.4rem;
    padding: 0;
    font-weight: 900;
}

.kn-calendar-date strong[b-4ozgsrn3sj] {
    color: var(--portal-accent);
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.kn-week-calendar[b-4ozgsrn3sj] {
    display: grid;
    grid-template-columns: repeat(7, minmax(12rem, 1fr));
    gap: 0.65rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
}

.kn-day-calendar[b-4ozgsrn3sj] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
}

.kn-calendar-day[b-4ozgsrn3sj] {
    min-height: 18rem;
    padding: 0.85rem;
    border-radius: 1.15rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.kn-calendar-day-header[b-4ozgsrn3sj] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.65rem;
    width: 100%;
    padding: 0 0 0.35rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.kn-calendar-day-header span[b-4ozgsrn3sj] {
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.kn-calendar-day-header strong[b-4ozgsrn3sj] {
    color: #0f172a;
    font-size: 0.95rem;
}

.kn-calendar-event[b-4ozgsrn3sj] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.55rem 0.6rem;
    border-radius: 0.75rem;
    background: #eef6ff;
    border-left: 4px solid #2563eb;
    color: #0f172a;
    min-width: 0;
}

.kn-calendar-event.staff[b-4ozgsrn3sj],
.kn-calendar-event.staff-schedule[b-4ozgsrn3sj],
.kn-calendar-event.provider-staff[b-4ozgsrn3sj] {
    background: #ecfeff;
    border-left-color: #0891b2;
}

.kn-calendar-event.child[b-4ozgsrn3sj],
.kn-calendar-event.child-schedule[b-4ozgsrn3sj],
.kn-calendar-event.care-schedule[b-4ozgsrn3sj] {
    background: #f0fdf4;
    border-left-color: #16a34a;
}

.kn-calendar-event.actual[b-4ozgsrn3sj],
.kn-calendar-event.attendance[b-4ozgsrn3sj] {
    background: #fff7ed;
    border-left-color: #ea580c;
}

.kn-calendar-event.warning[b-4ozgsrn3sj],
.kn-calendar-event.coverage-warning[b-4ozgsrn3sj] {
    background: #fef3c7;
    border-left-color: #d97706;
}

.kn-calendar-event-time[b-4ozgsrn3sj] {
    color: #475569;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.25;
}

.kn-calendar-event-subject[b-4ozgsrn3sj] {
    font-size: 0.86rem;
    font-weight: 900;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kn-calendar-event-description[b-4ozgsrn3sj],
.kn-calendar-event-category[b-4ozgsrn3sj] {
    color: #64748b;
    font-size: 0.75rem;
    line-height: 1.35;
}

.kn-calendar-warning[b-4ozgsrn3sj] {
    padding: 0.45rem 0.6rem;
    border-radius: 0.7rem;
    background: #fef3c7;
    color: #92400e;
    font-size: 0.78rem;
    font-weight: 900;
}

.kn-calendar-warning.mini[b-4ozgsrn3sj] {
    padding: 0.35rem 0.5rem;
}

.kn-calendar-empty[b-4ozgsrn3sj] {
    margin-top: 0.4rem;
    padding: 0.7rem;
    border-radius: 0.85rem;
    background: #f8fafc;
    color: #64748b;
    font-size: 0.85rem;
    text-align: center;
}

.kn-calendar-more[b-4ozgsrn3sj] {
    appearance: none;
    border: 1px dashed #94a3b8;
    border-radius: 0.75rem;
    background: #f8fafc;
    color: #334155;
    cursor: pointer;
    font: inherit;
    font-size: 0.8rem;
    font-weight: 900;
    padding: 0.45rem 0.55rem;
    text-align: left;
}

@media (max-width: 900px) {
    .kn-calendar-toolbar[b-4ozgsrn3sj] {
        flex-direction: column;
    }

    .kn-month-calendar[b-4ozgsrn3sj] {
        overflow-x: auto;
    }

    .kn-calendar-row[b-4ozgsrn3sj] {
        grid-template-columns: repeat(7, minmax(8.5rem, 1fr));
    }
}
/* /Components/Shared/ProviderScheduleTimeline.razor.rz.scp.css */
.kn-timeline[b-26vypm4w9h] {
    border: 1px solid #dbe4ee;
    border-radius: 1rem;
    background: #ffffff;
    padding: 1rem;
    display: grid;
    gap: 1rem;
    overflow-x: auto;
}

.kn-timeline-header[b-26vypm4w9h] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.kn-timeline-header h4[b-26vypm4w9h] {
    margin: 0;
    color: #0f172a;
}

.kn-timeline-summary[b-26vypm4w9h] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    justify-content: flex-end;
}

.kn-timeline-summary span[b-26vypm4w9h] {
    border-radius: 999px;
    background: #f1f5f9;
    color: #334155;
    font-size: 0.8rem;
    font-weight: 800;
    padding: 0.25rem 0.6rem;
    white-space: nowrap;
}

.kn-timeline-timebar[b-26vypm4w9h],
.kn-timeline-track[b-26vypm4w9h] {
    min-width: 760px;
}

.kn-timeline-timebar[b-26vypm4w9h] {
    position: relative;
    height: 2.25rem;
    border-bottom: 1px solid #cbd5e1;
    margin-left: 13rem;
}

.kn-timeline-hour[b-26vypm4w9h] {
    position: absolute;
    top: 0;
    height: 2.25rem;
    border-left: 1px solid #cbd5e1;
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 750;
    padding-left: 0.25rem;
    white-space: nowrap;
}

.kn-timeline-section[b-26vypm4w9h] {
    display: grid;
    gap: 0.45rem;
}

.kn-timeline-section-title[b-26vypm4w9h] {
    font-weight: 950;
    color: #0f172a;
    font-size: 0.95rem;
}

.kn-timeline-row[b-26vypm4w9h] {
    display: grid;
    grid-template-columns: 12rem minmax(760px, 1fr);
    gap: 1rem;
    align-items: center;
}

.kn-timeline-row-label[b-26vypm4w9h] {
    min-height: 2.25rem;
    display: grid;
    align-content: center;
    gap: 0.1rem;
    color: #0f172a;
    font-weight: 850;
}

.kn-timeline-row-label small[b-26vypm4w9h] {
    color: #64748b;
    font-weight: 700;
}

.kn-timeline-track[b-26vypm4w9h] {
    position: relative;
    height: 2.35rem;
    border-radius: 0.65rem;
    background: linear-gradient(90deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.kn-timeline-row-empty .kn-timeline-track[b-26vypm4w9h] {
    display: flex;
    align-items: center;
    padding-left: 0.75rem;
}

.kn-timeline-block[b-26vypm4w9h],
.kn-timeline-interval[b-26vypm4w9h] {
    position: absolute;
    top: 0.32rem;
    height: 1.65rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 900;
    padding: 0 0.35rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

.kn-timeline-child-newborn[b-26vypm4w9h],
.kn-timeline-child-infant[b-26vypm4w9h] {
    background: #2563eb;
}

.kn-timeline-child-toddler[b-26vypm4w9h] {
    background: #7c3aed;
}

.kn-timeline-child-preschool[b-26vypm4w9h] {
    background: #0891b2;
}

.kn-timeline-child-school-age[b-26vypm4w9h] {
    background: #475569;
}

.kn-timeline-staff-adult[b-26vypm4w9h] {
    background: #059669;
}

.kn-timeline-staff-helper[b-26vypm4w9h] {
    background: #0d9488;
}

.kn-timeline-staff-other[b-26vypm4w9h] {
    background: #64748b;
}

.kn-timeline-interval-track[b-26vypm4w9h] {
    background: #f8fafc;
}

.kn-timeline-interval[b-26vypm4w9h] {
    top: 0;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
}

.kn-timeline-status-green[b-26vypm4w9h] {
    background: #16a34a;
}

.kn-timeline-status-yellow[b-26vypm4w9h] {
    background: #d97706;
}

.kn-timeline-status-red[b-26vypm4w9h] {
    background: #dc2626;
}

.kn-timeline-status-neutral[b-26vypm4w9h] {
    background: #64748b;
}

.kn-timeline-warning-list[b-26vypm4w9h] {
    display: grid;
    gap: 0.5rem;
    padding-top: 0.25rem;
}

.kn-timeline-warning[b-26vypm4w9h] {
    border-radius: 0.8rem;
    padding: 0.6rem 0.75rem;
    display: grid;
    gap: 0.15rem;
    border-left: 4px solid #d97706;
    background: #fffbeb;
}

.kn-timeline-warning span[b-26vypm4w9h] {
    font-weight: 950;
    color: #0f172a;
}

.kn-timeline-warning small[b-26vypm4w9h] {
    color: #475569;
    font-weight: 650;
}

.kn-timeline-warning-block[b-26vypm4w9h],
.kn-timeline-warning-critical[b-26vypm4w9h] {
    border-left-color: #dc2626;
    background: #fff1f2;
}

@media (max-width: 900px) {
    .kn-timeline-header[b-26vypm4w9h] {
        display: grid;
    }

    .kn-timeline-summary[b-26vypm4w9h] {
        justify-content: flex-start;
    }
}
