/* /Components/Communications/CommunicationComposer.razor.rz.scp.css */
.communication-preview[b-58o2z1e1of]{min-height:22rem;max-height:32rem;overflow:auto}
@media(max-width:960px){.communication-preview[b-58o2z1e1of]{min-height:12rem;max-height:none;overflow:visible}}
/* /Components/Communications/CommunicationRecipientPicker.razor.rz.scp.css */
.recipient-picker-content[b-d1t0ylnne5] {
    height: min(62vh, 42rem);
    min-height: min(62vh, 42rem);
    overflow-y: auto;
}

.recipient-picker-search[b-d1t0ylnne5] {
    position: sticky;
    top: 0;
    z-index: 2;
    padding-bottom: .75rem;
    background: var(--mud-palette-surface);
}

.recipient-category[b-d1t0ylnne5] {
    margin-top: 1rem;
}

.recipient-category-header[b-d1t0ylnne5] {
    display: flex;
    align-items: baseline;
    gap: .65rem;
    width: 100%;
    padding-bottom: .45rem;
    border-bottom: 1px solid var(--mud-palette-lines-default);
}

.recipient-category-title[b-d1t0ylnne5] {
    flex: 0 0 auto;
    color: var(--mud-palette-text-secondary);
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.4;
}

.recipient-category-help[b-d1t0ylnne5] {
    color: var(--mud-palette-text-secondary);
    font-size: .875rem;
    line-height: 1.4;
}

.recipient-option-grid[b-d1t0ylnne5] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .35rem .75rem;
    padding-top: .6rem;
}

.recipient-option[b-d1t0ylnne5] {
    display: flex;
    align-items: center;
    min-width: 0;
    padding: .2rem .35rem;
    border-radius: var(--mud-default-borderradius);
    cursor: pointer;
}

.recipient-option:hover[b-d1t0ylnne5] {
    background: var(--mud-palette-action-default-hover);
}

.recipient-option[b-d1t0ylnne5]  .mud-typography {
    overflow-wrap: anywhere;
}

@media (max-width: 1100px) {
    .recipient-option-grid[b-d1t0ylnne5] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    .recipient-picker-content[b-d1t0ylnne5] {
        height: 65vh;
        min-height: 65vh;
    }
    .recipient-option-grid[b-d1t0ylnne5] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 480px) {
    .recipient-category-header[b-d1t0ylnne5] { flex-wrap: wrap; gap: .15rem .5rem; }
    .recipient-option-grid[b-d1t0ylnne5] { grid-template-columns: 1fr; }
}
/* /Components/Contacts/AdultProfileFields.razor.rz.scp.css */
.adult-profile-fields[b-sscqbazqju] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 1fr);
    grid-template-areas:
        "first last"
        "preferred ."
        "email email-options"
        "phone phone-options";
    align-items: start;
    column-gap: 1.5rem;
    row-gap: 1.75rem;
    width: 100%;
    max-width: 900px;
}

.profile-first[b-sscqbazqju] { grid-area: first; }
.profile-last[b-sscqbazqju] { grid-area: last; }
.profile-preferred[b-sscqbazqju] { grid-area: preferred; }
.profile-email[b-sscqbazqju] { grid-area: email; }
.profile-phone[b-sscqbazqju] { grid-area: phone; }
.profile-email-options[b-sscqbazqju] { grid-area: email-options; }
.profile-phone-options[b-sscqbazqju] { grid-area: phone-options; }

.profile-email-options[b-sscqbazqju],
.profile-phone-options[b-sscqbazqju] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: .25rem;
    min-width: 0;
    white-space: nowrap;
}

@media (max-width: 700px) {
    .adult-profile-fields[b-sscqbazqju] {
        grid-template-columns: 1fr;
        grid-template-areas:
            "first"
            "last"
            "preferred"
            "email"
            "email-options"
            "phone"
            "phone-options";
        row-gap: 1rem;
    }
}
/* /Components/Layout/PublicLayout.razor.rz.scp.css */
.public-site[b-st1n2wykls] {
    min-height: 100vh;
    color: #10273a;
    background: #f7fafc;
    font-family: Roboto, Arial, sans-serif;
}

.public-site__header[b-st1n2wykls],
.public-site__content[b-st1n2wykls],
.public-site__footer[b-st1n2wykls] {
    max-width: 72rem;
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.public-site__header[b-st1n2wykls] {
    min-height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.public-site__brand[b-st1n2wykls] {
    color: #082a42;
    font-size: 1.25rem;
    font-weight: 800;
    text-decoration: none;
}

.public-site__navigation[b-st1n2wykls] {
    display: flex;
    gap: 1rem;
}

.public-site__navigation a[b-st1n2wykls] {
    color: #164a70;
    font-weight: 600;
    text-decoration: none;
}

.public-site__navigation a:hover[b-st1n2wykls],
.public-site__navigation a:focus-visible[b-st1n2wykls] {
    color: #082a42;
    text-decoration: underline;
}

.public-site__content[b-st1n2wykls] {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
}

.public-site__content :deep(.public-hero)[b-st1n2wykls] {
    padding: 2.5rem;
    border-radius: 1rem;
    background: #082a42;
    color: white;
}

.public-site__content :deep(.public-hero h1)[b-st1n2wykls] {
    margin-top: 0;
}

.public-site__content :deep(.public-button)[b-st1n2wykls] {
    display: inline-block;
    margin-top: .75rem;
    padding: .7rem 1rem;
    border-radius: .35rem;
    background: #f9c200;
    color: #082a42;
    font-weight: 700;
    text-decoration: none;
}

.public-site__footer[b-st1n2wykls] {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-top: 1px solid #d6e0e8;
    color: #527084;
    font-size: .9rem;
}

@media (max-width: 32rem) {
    .public-site__header[b-st1n2wykls] {
        min-height: 5rem;
    }

    .public-site__content :deep(.public-hero)[b-st1n2wykls] {
        padding: 1.5rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
#components-reconnect-modal[b-63tq31q3gj] {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1400;
    overflow: hidden;
    background-color: transparent;
    border: none;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}

    #components-reconnect-modal[b-63tq31q3gj]::backdrop {
        background: rgba(10, 16, 28, 0.5);
    }

    #components-reconnect-modal.components-reconnect-show[b-63tq31q3gj],
    #components-reconnect-modal[open][b-63tq31q3gj],
    #components-reconnect-modal.components-reconnect-failed[b-63tq31q3gj],
    #components-reconnect-modal.components-reconnect-repeated-attempt[b-63tq31q3gj],
    #components-reconnect-modal.components-reconnect-paused[b-63tq31q3gj],
    #components-reconnect-modal.components-reconnect-resume-failed[b-63tq31q3gj],
    #components-reconnect-modal.components-pause[b-63tq31q3gj],
    #components-reconnect-modal.components-resume-failed[b-63tq31q3gj] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.components-reconnect-backdrop[b-63tq31q3gj] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: radial-gradient(90% 60% at 80% 0%, color-mix(in srgb, var(--mud-palette-primary, #f9c200) 12%, transparent), transparent 60%), radial-gradient(80% 55% at 0% 100%, color-mix(in srgb, var(--mud-palette-info, #62b5e5) 16%, transparent), transparent 62%), rgba(0, 28, 50, 0.65);
}

.components-reconnect-surface[b-63tq31q3gj] {
    width: min(480px, 100%);
    border-radius: var(--mud-default-borderradius, 12px);
    border: 1px solid color-mix(in srgb, var(--mud-palette-lines-default, #e0e0e0) 70%, transparent);
    background: var(--mud-palette-surface, #fff);
    box-shadow: var(--mud-elevation-24, 0 16px 30px rgba(0, 0, 0, 0.28));
    color: var(--mud-palette-text-primary, #1f2937);
    padding: 20px 20px 18px;
}

.components-reconnect-header[b-63tq31q3gj] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

    .components-reconnect-header h2[b-63tq31q3gj] {
        margin: 0;
        font-size: 1.05rem;
        font-weight: 600;
        line-height: 1.3;
    }

.components-reconnect-status-dot[b-63tq31q3gj] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--mud-palette-warning, #f59e0b);
    box-shadow: 0 0 0 6px color-mix(in srgb, var(--mud-palette-warning, #f59e0b) 25%, transparent);
}

.components-reconnect-supporting[b-63tq31q3gj],
.components-reconnect-message[b-63tq31q3gj] {
    margin: 0;
    line-height: 1.45;
    font-size: 0.95rem;
}

.components-reconnect-supporting[b-63tq31q3gj] {
    color: var(--mud-palette-text-secondary, #52607a);
    margin-bottom: 14px;
}

.components-reconnect-message[b-63tq31q3gj] {
    font-weight: 500;
}

.components-reconnect-danger[b-63tq31q3gj] {
    color: var(--mud-palette-error, #b00020);
}

.components-reconnect-actions[b-63tq31q3gj] {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.components-reconnect-first-attempt-visible[b-63tq31q3gj],
.components-reconnect-repeated-attempt-visible[b-63tq31q3gj],
.components-reconnect-failed-visible[b-63tq31q3gj],
.components-pause-visible[b-63tq31q3gj],
.components-resume-failed-visible[b-63tq31q3gj] {
    display: none;
}

dialog[open].components-reconnect-show .components-reconnect-first-attempt-visible[b-63tq31q3gj] {
    display: block;
}

dialog[open].components-reconnect-show .components-rejoin-loader[b-63tq31q3gj] {
    display: inline-flex;
}

dialog[open].components-reconnect-failed .components-reconnect-failed-visible[b-63tq31q3gj] {
    display: block;
}

dialog[open].components-reconnect-failed #components-reconnect-button[b-63tq31q3gj] {
    display: block;
}

dialog[open].components-reconnect-repeated-attempt .components-reconnect-repeated-attempt-visible[b-63tq31q3gj] {
    display: block;
}

dialog[open].components-reconnect-repeated-attempt .components-rejoin-loader[b-63tq31q3gj] {
    display: inline-flex;
}

dialog[open].components-reconnect-paused .components-pause-visible[b-63tq31q3gj],
dialog[open].components-pause .components-pause-visible[b-63tq31q3gj] {
    display: block;
}

dialog[open].components-reconnect-paused #components-resume-button[b-63tq31q3gj],
dialog[open].components-pause #components-resume-button[b-63tq31q3gj],
dialog[open].components-reconnect-resume-failed #components-resume-button[b-63tq31q3gj],
dialog[open].components-resume-failed #components-resume-button[b-63tq31q3gj] {
    display: block;
}

dialog[open].components-reconnect-resume-failed .components-resume-failed-visible[b-63tq31q3gj],
dialog[open].components-resume-failed .components-resume-failed-visible[b-63tq31q3gj] {
    display: block;
}

.components-rejoin-loader[b-63tq31q3gj] {
    display: none;
    margin-bottom: 10px;
    gap: 8px;
}

    .components-rejoin-loader div[b-63tq31q3gj] {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background-color: var(--mud-palette-primary, #f9c200);
        animation: reconnect-pulse-b-63tq31q3gj 1.2s infinite ease-in-out both;
    }

        .components-rejoin-loader div:nth-child(1)[b-63tq31q3gj] {
            animation-delay: -0.24s;
        }

        .components-rejoin-loader div:nth-child(2)[b-63tq31q3gj] {
            animation-delay: -0.12s;
        }

@keyframes reconnect-pulse-b-63tq31q3gj {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

#components-reconnect-button[b-63tq31q3gj],
#components-resume-button[b-63tq31q3gj] {
    display: none;
    min-width: 92px;
    cursor: pointer;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-radius: 999px;
    background-color: var(--mud-palette-primary, #f9c200);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    transition: filter 140ms ease, transform 140ms ease;
}

    #components-reconnect-button:hover[b-63tq31q3gj],
    #components-resume-button:hover[b-63tq31q3gj] {
        filter: brightness(0.95);
    }

    #components-reconnect-button:active[b-63tq31q3gj],
    #components-resume-button:active[b-63tq31q3gj] {
        transform: translateY(1px);
    }

@media (max-width: 600px) {
    .components-reconnect-backdrop[b-63tq31q3gj] {
        padding: 14px;
    }

    .components-reconnect-surface[b-63tq31q3gj] {
        padding: 16px;
    }
}
/* /Components/Pages/ActivityAttendance.razor.rz.scp.css */
.attendance-page[b-jgdzjeezx3] {
    max-width: 76rem;
}

.event-picker[b-jgdzjeezx3] {
    max-width: 50rem;
}

.attendance-summary[b-jgdzjeezx3] {
    position: sticky;
    top: .5rem;
    z-index: 2;
    background: var(--mud-palette-surface);
}

.attendance-team[b-jgdzjeezx3] {
    height: 100%;
}

.attendance-student[b-jgdzjeezx3] {
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    border-top: 1px solid var(--mud-palette-lines-default);
}

.attendance-student:first-of-type[b-jgdzjeezx3] {
    border-top: 0;
}

@media (max-width: 600px) {
    .attendance-summary[b-jgdzjeezx3] {
        position: static;
    }

    .attendance-summary > .mud-stack-row[b-jgdzjeezx3],
    .attendance-actions[b-jgdzjeezx3] {
        align-items: stretch !important;
        flex-direction: column !important;
    }
}
/* /Components/Pages/ActivityCommunicationManager.razor.rz.scp.css */
.communications-workspace[b-rx3o1r0wg1] {
    display: grid;
    grid-template-columns: minmax(250px, 32%) minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.communication-history[b-rx3o1r0wg1] {
    max-height: min(72vh, 760px);
    overflow-y: auto;
    position: sticky;
    top: 1rem;
}

.communication-history-item[b-rx3o1r0wg1] {
    transition: border-color 120ms ease;
}

.communication-history-item:hover[b-rx3o1r0wg1] {
    border-color: var(--mud-palette-primary);
}

.embedded-history[b-rx3o1r0wg1],
.legacy-direct-panel[b-rx3o1r0wg1] {
    display: none;
}

@media (max-width: 900px) {
    .communications-workspace[b-rx3o1r0wg1] {
        grid-template-columns: 1fr;
    }

    .communication-history[b-rx3o1r0wg1] {
        position: static;
        max-height: 18rem;
        order: 2;
    }

    .communications-editor[b-rx3o1r0wg1] {
        order: 1;
    }
}
/* /Components/Pages/ActivityRegistrationManager.razor.rz.scp.css */
.team-board[b-h0g7shmns5] {
    display: grid;
    grid-auto-columns: minmax(18rem, 1fr);
    grid-auto-flow: column;
    gap: 1rem;
    overflow-x: auto;
    padding: .25rem .125rem 1rem;
    scroll-snap-type: x proximity;
}

.team-lane[b-h0g7shmns5] {
    min-width: 18rem;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: .75rem;
    background: var(--mud-palette-surface);
    scroll-snap-align: start;
}

.unassigned-lane[b-h0g7shmns5] { border-top: 3px solid var(--mud-palette-warning); }

.team-lane-header[b-h0g7shmns5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    border-bottom: 1px solid var(--mud-palette-lines-default);
}

.team-lane-content[b-h0g7shmns5] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    min-height: 9rem;
    padding: .75rem;
}

.student-card[b-h0g7shmns5] { border-left: 3px solid var(--mud-palette-primary) !important; }
.student-card-wrap[b-h0g7shmns5] { cursor: grab; }
.student-card-wrap:active[b-h0g7shmns5] { cursor: grabbing; opacity: .7; }
.drop-lane[b-h0g7shmns5] { transition: border-color .15s ease, background-color .15s ease; }
.drop-lane:hover[b-h0g7shmns5] {
    border-color: var(--mud-palette-primary);
    background: rgba(var(--mud-palette-primary-rgb), .06);
}
.empty-lane[b-h0g7shmns5] { margin: auto; padding: 2rem 1rem; text-align: center; }

.placement-controls[b-h0g7shmns5] {
    display: grid;
    grid-template-columns: minmax(11rem, 1fr) minmax(10rem, .8fr);
    gap: .75rem;
    align-items: start;
}

@media (max-width: 600px) {
    .team-board[b-h0g7shmns5] { grid-auto-columns: minmax(85vw, 1fr); }
    .placement-controls[b-h0g7shmns5] { grid-template-columns: 1fr; }
}
/* /Components/Pages/MyFamily.razor.rz.scp.css */
.rolodex-track[b-399tufxgkl] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(17rem, 20rem);
    gap: 1rem;
    overflow-x: auto;
    padding: .35rem .25rem 1rem;
    scroll-snap-type: x proximity;
}

.rolodex-person-card[b-399tufxgkl] {
    appearance: none;
    background: var(--robotics-panel);
    border: 1px solid var(--robotics-border);
    border-radius: .75rem;
    color: var(--robotics-text);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 7.25rem;
    padding: 1.25rem;
    text-align: left;
    scroll-snap-align: start;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.family-feature-grid[b-399tufxgkl] {
    display: grid;
    grid-template-columns: minmax(18rem, 28rem);
}

.family-directory-grid[b-399tufxgkl] {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
        "students editor"
        "adults editor";
    align-items: start;
}

.program-contacts-secondary[b-399tufxgkl] {
    max-width: 58rem;
}

.secondary-program-grid[b-399tufxgkl] {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.secondary-program-grid .rolodex-person-card[b-399tufxgkl] {
    min-height: 5.5rem;
    width: 100%;
}

.family-directory-cell[b-399tufxgkl] {
    min-width: 0;
}

.family-adults-cell[b-399tufxgkl] { grid-area: adults; }
.students-directory-cell[b-399tufxgkl] { grid-area: students; }
.family-directory-grid > .activity-opportunity-panel[b-399tufxgkl] { grid-area: editor; }

.students-directory-cell[b-399tufxgkl] {
    background: var(--robotics-panel);
    border: 1px solid var(--mud-palette-lines-default);
    border-top: 1px solid var(--robotics-border);
    border-radius: var(--mud-default-borderradius);
    padding: 1.25rem;
}

.family-directory-grid .rolodex-track[b-399tufxgkl] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    overflow: visible;
    padding: .35rem 0 0;
}

.family-directory-grid .rolodex-person-card[b-399tufxgkl] {
    min-height: 6.25rem;
    width: 100%;
}

.family-calendar-card[b-399tufxgkl] {
    background: var(--robotics-panel);
    border-top: 1px solid var(--robotics-border) !important;
}

.student-card-select[b-399tufxgkl] {
    appearance: none;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
    padding: 0;
    text-align: left;
    flex: 1;
    align-self: stretch;
}

.student-card-select:focus-visible[b-399tufxgkl],
.student-details-button:focus-visible[b-399tufxgkl] {
    border-radius: .4rem;
    outline: 2px solid var(--robotics-yellow);
    outline-offset: 3px;
}

.student-details-button[b-399tufxgkl] {
    flex: 0 0 auto;
}

.rolodex-person-card:hover[b-399tufxgkl],
.rolodex-person-card:focus-visible[b-399tufxgkl] {
    border-color: #9eb2c1;
    box-shadow: 0 .6rem 1.4rem rgba(0, 28, 50, .1);
    outline: none;
    transform: translateY(-3px);
}

.rolodex-person-card.selected[b-399tufxgkl] {
    border: 2px solid var(--robotics-navy);
    box-shadow: 0 .75rem 1.75rem rgba(0, 28, 50, .14);
    transform: translateY(-4px);
}

.rolodex-card-copy[b-399tufxgkl] {
    flex: 1;
    min-width: 0;
}

.rolodex-add-card[b-399tufxgkl] {
    border-style: dashed;
}

.person-avatar[b-399tufxgkl] {
    flex: 0 0 auto;
    font-weight: 700;
}

.person-avatar-large[b-399tufxgkl] {
    height: 4.5rem;
    width: 4.5rem;
    font-size: 1.35rem;
}

.workspace-panel[b-399tufxgkl] {
    background: var(--robotics-panel);
}

.activity-opportunity-panel[b-399tufxgkl] {
    border-top: 1px solid var(--robotics-border) !important;
}

.family-adults-panel[b-399tufxgkl] {
    border-top: 1px solid var(--robotics-border) !important;
    height: 100%;
}

.program-contacts-panel[b-399tufxgkl] {
    border-top: 1px solid var(--robotics-border) !important;
    height: 100%;
}

.selected-person-identity[b-399tufxgkl] {
    min-width: 0;
}

.my-role-box[b-399tufxgkl] {
    border: 1px solid #9eb2c1;
    border-radius: .6rem;
    margin: 0;
    min-width: 12rem;
    padding: .35rem .75rem .7rem;
}

.my-role-box legend[b-399tufxgkl] {
    color: var(--robotics-muted);
    font-size: .75rem;
    line-height: 1;
    padding: 0 .35rem;
    width: auto;
}

.my-role-chips[b-399tufxgkl] {
    flex-wrap: wrap;
}

.adult-person-card[b-399tufxgkl],
.program-person-card[b-399tufxgkl] {
    min-height: 7.25rem;
}

.program-person-card[b-399tufxgkl] {
    border-color: #39769b;
    border-style: dashed;
}

@media (max-width: 599.98px) {
    .family-feature-grid[b-399tufxgkl] {
        grid-template-columns: minmax(0, 1fr);
    }
    .secondary-program-grid[b-399tufxgkl] {
        grid-template-columns: minmax(0, 1fr);
    }
    .rolodex-track[b-399tufxgkl] {
        grid-auto-columns: minmax(15.5rem, 86vw);
    }

    .selected-person-heading[b-399tufxgkl] {
        align-items: flex-start !important;
        flex-wrap: wrap;
    }

    .selected-person-heading .mud-spacer[b-399tufxgkl] {
        display: none;
    }

    .my-role-box[b-399tufxgkl] {
        flex-basis: 100%;
        margin-top: .75rem;
    }
}

@media (max-width: 959.98px) {
    .family-directory-grid[b-399tufxgkl] {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "students"
            "adults"
            "editor";
    }
}
/* /Components/Pages/RoleWorkspace.razor.rz.scp.css */
.role-action-card[b-xzq9lsau6c]{height:100%;display:flex;flex-direction:column;align-items:flex-start}
.role-action-card .mud-button-root[b-xzq9lsau6c]{margin-top:auto}
/* /Components/Scheduling/SchedulePreview.razor.rz.scp.css */
.schedule-preview-scroll[b-cnzh12xgg4]{max-height:34rem;overflow:auto}.schedule-calendar-header[b-cnzh12xgg4]{display:flex;align-items:center;justify-content:space-between}.schedule-calendar-grid[b-cnzh12xgg4]{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.schedule-calendar-weekdays>div[b-cnzh12xgg4]{text-align:center;font-size:.75rem;font-weight:600;padding:.35rem}.schedule-calendar-day[b-cnzh12xgg4]{min-height:5rem;border:1px solid var(--mud-palette-lines-default);padding:.25rem;overflow:hidden}.schedule-calendar-day.outside[b-cnzh12xgg4]{opacity:.45}.schedule-calendar-day-number[b-cnzh12xgg4]{font-size:.75rem}.schedule-calendar-proposed[b-cnzh12xgg4],.schedule-calendar-existing[b-cnzh12xgg4]{font-size:.68rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:.1rem .2rem;margin-top:.15rem;border-radius:.2rem}.schedule-calendar-proposed[b-cnzh12xgg4]{border:1px dashed var(--mud-palette-primary);color:var(--mud-palette-primary)}.schedule-calendar-existing[b-cnzh12xgg4]{background:var(--mud-palette-background-gray)}.schedule-calendar-more[b-cnzh12xgg4]{font-size:.65rem;margin-top:.15rem}.schedule-preview-key[b-cnzh12xgg4]{display:inline-block;width:.75rem;height:.75rem;margin:0 .25rem 0 .5rem;vertical-align:middle}.schedule-preview-key.proposed[b-cnzh12xgg4]{border:1px dashed var(--mud-palette-primary)}.schedule-preview-key.existing[b-cnzh12xgg4]{background:var(--mud-palette-background-gray)}@media(max-width:600px){.schedule-preview-scroll[b-cnzh12xgg4]{max-height:none;overflow:visible}.schedule-calendar-day[b-cnzh12xgg4]{min-height:3.5rem}.schedule-calendar-proposed[b-cnzh12xgg4],.schedule-calendar-existing[b-cnzh12xgg4]{font-size:.6rem}}
