/* /Components/AssignmentComponent.razor.rz.scp.css */
.assignment-form-card[b-hsi9t9ildw] {
    max-width: 42rem;
}

.assignment-form-icon[b-hsi9t9ildw] {
    display: block;
}

.assignment-form-icon-trash[b-hsi9t9ildw] {
    width: 1rem;
    height: 1rem;
}

.assignment-form-body[b-hsi9t9ildw] {
    display: grid;
    gap: 1rem;
    padding-bottom: 2rem;
}

.assignment-form-grid[b-hsi9t9ildw] {
    display: grid;
    gap: 1rem;
}

.assignment-form-field[b-hsi9t9ildw] {
    display: grid;
    gap: 0.5rem;
    min-width: 0;
}

.assignment-form-field label[b-hsi9t9ildw],
.assignment-form-field span[b-hsi9t9ildw] {
    color: #111111;
    font-size: 0.875rem;
    font-weight: 600;
}

.assignment-form-radio-group[b-hsi9t9ildw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.assignment-form-radio-option[b-hsi9t9ildw] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.55rem 1rem;
    border: 1px solid #cfdce8;
    border-radius: 0.85rem;
    background: #ffffff;
    color: #111111;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
}

.assignment-form-radio-option:has(.assignment-form-radio:checked)[b-hsi9t9ildw] {
    border-color: #0061a2;
    background: #eaf4fb;
    color: #0061a2;
}

.assignment-form-radio-option-mandatory:has(.assignment-form-radio:checked)[b-hsi9t9ildw] {
    border-color: #f0b7b7;
    background: #fff1f1;
    color: #9f1d1d;
}

.assignment-form-radio[b-hsi9t9ildw] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.assignment-form-footer[b-hsi9t9ildw] {
    display: flex;
    flex-direction: column-reverse;
    gap: 0.75rem;
    padding-top: 0.5rem;
}

.assignment-form-footer-start[b-hsi9t9ildw] {
    display: flex;
}

.assignment-form-actions[b-hsi9t9ildw] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.assignment-form-button[b-hsi9t9ildw],
.assignment-form-close[b-hsi9t9ildw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 2.75rem;
    padding: 0.75rem 1rem;
    border: 1px solid transparent;
    border-radius: 0.9rem;
    background: #ffffff;
    color: #111111;
    font: inherit;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.assignment-form-button:hover[b-hsi9t9ildw],
.assignment-form-close:hover[b-hsi9t9ildw] {
    transform: translateY(-1px);
}

.assignment-form-button:focus-visible[b-hsi9t9ildw],
.assignment-form-close:focus-visible[b-hsi9t9ildw] {
    outline: none;
    border-color: #0061a2;
    box-shadow: 0 0 0 4px rgba(0, 97, 162, 0.12);
}

.assignment-form-button-primary[b-hsi9t9ildw] {
    background: #0061a2;
    color: #ffffff;
}

.assignment-form-button-ghost[b-hsi9t9ildw] {
    justify-content: flex-start;
    padding-inline: 0;
    border: 0;
    background: transparent;
    color: #111111;
}

.assignment-form-button-secondary[b-hsi9t9ildw],
.assignment-form-close[b-hsi9t9ildw] {
    border-color: #cfdce8;
    background: #ffffff;
    color: #111111;
}

.assignment-form-delete[b-hsi9t9ildw] {
    display: none;
}

@media (min-width: 640px) {
    .assignment-form-grid[b-hsi9t9ildw] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .assignment-form-footer[b-hsi9t9ildw] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .assignment-form-actions[b-hsi9t9ildw] {
        flex-direction: row;
        justify-content: flex-end;
    }
}


/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-cvyhy7px64] {
    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-cvyhy7px64] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-nhljwclgw6],
.components-reconnect-repeated-attempt-visible[b-nhljwclgw6],
.components-reconnect-failed-visible[b-nhljwclgw6],
.components-pause-visible[b-nhljwclgw6],
.components-resume-failed-visible[b-nhljwclgw6],
.components-rejoining-animation[b-nhljwclgw6] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-nhljwclgw6 {
    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/Layout/StudentLayout.razor.rz.scp.css */
.app[b-ezocnkqn21] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.app-bar[b-ezocnkqn21] {
    position: sticky;
    top: 0;
    z-index: 10;
    view-transition-name: app-bar;
    display: flex;
    align-items: center;
    gap: 1.75rem;
    height: 3.5rem;
    padding: 0 1.25rem;
    background: #ffffff;
    border-bottom: 1px solid #dbe5ee;
}

.app-brand[b-ezocnkqn21] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex: 0 0 auto;
    color: #0061a2;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-decoration: none;
}

.app-brand-mark[b-ezocnkqn21] {
    width: 1.75rem;
    height: 1.75rem;
}

.app-nav[b-ezocnkqn21] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-right: auto;
    min-width: 0;
}

.app-nav-link[b-ezocnkqn21] {
    padding: 0.4rem 0.8rem;
    border-radius: 0.6rem;
    color: #4f6477;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.app-nav-link:hover[b-ezocnkqn21] {
    background: #f1f6fa;
    color: #0061a2;
}

.app-nav-link.is-active[b-ezocnkqn21] {
    background: #eaf4fb;
    color: #0061a2;
}

.app-account[b-ezocnkqn21] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 0 0 auto;
}

.app-account-name[b-ezocnkqn21] {
    padding: 0.4rem 0.6rem;
    border-radius: 0.6rem;
    color: #4f6477;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
}

.app-account-name:hover[b-ezocnkqn21] {
    background: #f1f6fa;
    color: #0061a2;
}

.app-account-name.is-active[b-ezocnkqn21] {
    background: #eaf4fb;
    color: #0061a2;
}

a.disable[b-ezocnkqn21] {
    pointer-events: none;
    cursor: default;
    border-color: #c8d6e4;
    background: #f1f6fa;
    color: #7a8ea1;
}

.app-notice[b-ezocnkqn21] {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    padding: 0.7rem 1.25rem;
    background: #eaf4fb;
    border-bottom: 1px solid #cfe3f2;
    color: #0b4f7f;
    font-size: 0.9rem;
    line-height: 1.5;
}

.app-notice p[b-ezocnkqn21] {
    margin: 0;
    flex: 1;
}

.app-notice a[b-ezocnkqn21] {
    color: inherit;
}

.app-notice-dismiss[b-ezocnkqn21] {
    flex: 0 0 auto;
    font-size: 1.15rem;
    line-height: 1;
    text-decoration: none;
    opacity: 0.6;
}

.app-notice-dismiss:hover[b-ezocnkqn21] {
    opacity: 1;
}

.app-promo[b-ezocnkqn21] {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    padding: 0.7rem 1.25rem;
    background: #f1f6fa;
    border-bottom: 1px solid #dbe5ee;
    color: #0f172a;
    font-size: 0.9rem;
    line-height: 1.5;
}

.app-promo p[b-ezocnkqn21] {
    margin: 0;
    flex: 1;
}

.app-promo p > a[b-ezocnkqn21] {
    margin-left: 0.35rem;
}

.app-promo a[b-ezocnkqn21] {
    color: #0061a2;
    font-weight: 600;
}

.app-promo-dismiss[b-ezocnkqn21] {
    flex: 0 0 auto;
    padding: 0;
    border: none;
    background: none;
    color: inherit;
    font: inherit;
    font-size: 1.15rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0.6;
}

.app-promo-dismiss:hover[b-ezocnkqn21] {
    opacity: 1;
}

.app-main[b-ezocnkqn21] {
    width: 100%;
    max-width: 72rem;
    margin: 0 auto;
    padding: 2rem 1.5rem 4rem;
}

@media (max-width: 720px) {
    .app-bar[b-ezocnkqn21] {
        flex-wrap: wrap;
        height: auto;
        gap: 0.75rem;
        padding: 0.7rem 1rem;
    }

    .app-nav[b-ezocnkqn21] {
        order: 3;
        width: 100%;
        margin-right: 0;
    }

    .app-nav-link[b-ezocnkqn21] {
        flex: 1;
        text-align: center;
    }

    .app-account-name[b-ezocnkqn21] {
        margin-right: auto;
    }

    .app-main[b-ezocnkqn21] {
        padding: 1.25rem 1rem 3rem;
    }
}
/* /Components/Pages/Admin/AdminLayout.razor.rz.scp.css */
.admin-layout[b-sfvs7cst02] {
    min-height: 100vh;
    padding: 1.5rem;
}

.admin-shell[b-sfvs7cst02] {
    max-width: 88rem;
    margin: 0 auto;
    padding: 1.5rem;
    border: 1px solid #d8e3ed;
    border-radius: 1.5rem;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.admin-header[b-sfvs7cst02] {
    display: grid;
    gap: 1.5rem;
}

.admin-branding[b-sfvs7cst02] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.admin-brand-mark[b-sfvs7cst02] {
    width: 4rem;
    height: 4rem;
    flex: 0 0 auto;
}

.admin-brand-copy h1[b-sfvs7cst02] {
    margin: 0;
    color: #0061a2;
    font-size: clamp(2rem, 4vw, 2.75rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.admin-brand-copy p[b-sfvs7cst02] {
    margin: 0.65rem 0 0;
    color: #4f6477;
    line-height: 1.6;
}

.admin-nav[b-sfvs7cst02] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}


.admin-content[b-sfvs7cst02] {
    margin-top: 1.75rem;
}

@media (max-width: 900px) {
    .admin-layout[b-sfvs7cst02] {
        padding: 0.75rem;
    }

    .admin-shell[b-sfvs7cst02] {
        padding: 1rem;
        border-radius: 1.25rem;
    }

    .admin-record[b-sfvs7cst02] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .admin-layout[b-sfvs7cst02] {
        padding: 0;
    }

    .admin-shell[b-sfvs7cst02] {
        min-height: 100vh;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .admin-branding[b-sfvs7cst02] {
        align-items: flex-start;
    }

    .admin-brand-mark[b-sfvs7cst02] {
        width: 3.4rem;
        height: 3.4rem;
    }

    .admin-nav-link[b-sfvs7cst02],
    .admin-butto)[b-sfvs7cst02],
    .admin-toggle[b-sfvs7cst02] {
        width: 100%;
    }

    .admin-toggle-group[b-sfvs7cst02] {
        width: 100%;
    }
}
/* /Components/Pages/Detail.razor.rz.scp.css */
.assignment-detail[b-tg1g7cfc1v] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 17rem;
    align-items: stretch;
    gap: 1.25rem;
}

.assignment-detail-body[b-tg1g7cfc1v] {
    color: #1e293b;
    font-size: 1.05rem;
    line-height: 1.7;
}

.assignment-detail-body p[b-tg1g7cfc1v] {
    margin: 0 0 1rem;
}

.assignment-detail-body p:last-child[b-tg1g7cfc1v] {
    margin-bottom: 0;
}

.assignment-detail-empty[b-tg1g7cfc1v] {
    color: #94a3b8;
}

.assignment-detail-meta dl[b-tg1g7cfc1v] {
    display: grid;
    gap: 0.9rem;
    margin: 0;
}

.assignment-detail-meta dt[b-tg1g7cfc1v] {
    color: #94a3b8;
    font-size: 0.85rem;
    font-weight: 500;
}

.assignment-detail-meta dd[b-tg1g7cfc1v] {
    margin: 0.15rem 0 0;
    color: #1e293b;
    font-size: 0.95rem;
    font-weight: 500;
}

.assignment-detail-meta dd span[b-tg1g7cfc1v] {
    display: block;
    margin-top: 0.1rem;
    color: #94a3b8;
    font-size: 0.85rem;
    font-weight: 400;
}

@media (max-width: 860px) {
    .assignment-detail[b-tg1g7cfc1v] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-page[b-7255xu0s90] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.home-filter-panel[b-7255xu0s90] {
    min-width: 0;
}

.home-field-label[b-7255xu0s90] {
    display: block;
    margin-bottom: 0.55rem;
    color: #1f2937;
    font-size: 0.95rem;
    font-weight: 600;
}

.home-select-wrap[b-7255xu0s90] {
    position: relative;
}

.home-select[b-7255xu0s90] {
    width: 100%;
    min-height: 2.75rem;
    padding: 0.75rem 2.8rem 0.75rem 0.95rem;
    border: 1px solid #cfdce8;
    border-radius: 0.9rem;
    background: #ffffff;
    color: #111111;
    font: inherit;
    appearance: none;
    box-sizing: border-box;
}

.home-select:focus[b-7255xu0s90] {
    outline: none;
    border-color: #0061a2;
    box-shadow: 0 0 0 4px rgba(0, 97, 162, 0.12);
}

.home-select-icon[b-7255xu0s90] {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    color: #5f7890;
    font-size: 0.95rem;
    pointer-events: none;
}

/* Completion is a circle at the leading edge, the way task apps do it, and ticking
   one visibly changes the row rather than only filling a box. */
.assignment-complete[b-7255xu0s90] {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    margin-left: -0.4rem;
    cursor: pointer;
    pointer-events: auto;
}

.assignment-complete-toggle[b-7255xu0s90] {
    appearance: none;
    width: 1.3rem;
    height: 1.3rem;
    margin: 0;
    border: 2px solid #cbd5e1;
    border-radius: 999px;
    background-color: #ffffff;
    cursor: pointer;
    transition: border-color 160ms ease, background-color 160ms ease;
}

.assignment-complete:hover .assignment-complete-toggle[b-7255xu0s90] {
    border-color: #0061a2;
}

.assignment-complete-toggle:focus-visible[b-7255xu0s90] {
    outline: none;
    box-shadow: 0 0 0 4px rgba(0, 97, 162, 0.14);
}

.assignment-complete-toggle:checked[b-7255xu0s90] {
    border-color: #0061a2;
    background-color: #0061a2;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M3.5 8.5 6.5 11.5 12.5 4.5'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.75rem;
}

.assignment-card:has(.assignment-complete-toggle:checked) .assignment-card-title[b-7255xu0s90] {
    color: #94a3b8;
    text-decoration: line-through;
}

.assignment-card:has(.assignment-complete-toggle:checked) .assignment-card-time[b-7255xu0s90],
.assignment-card:has(.assignment-complete-toggle:checked) .assignment-card-module[b-7255xu0s90] {
    color: #cbd5e1;
}

/* a secondary action: quiet until you reach for it */
.assignment-edit-link[b-7255xu0s90] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 2.25rem;
    height: 2.25rem;
    border: 0;
    border-radius: 0.5rem;
    background-color: transparent;
    color: #94a3b8;
    cursor: pointer;
    pointer-events: auto;
    transition: background-color 160ms ease, color 160ms ease;
}

.assignment-edit-link:hover[b-7255xu0s90] {
    background-color: #f1f5f9;
    color: #0f172a;
}

.assignment-edit-link:focus-visible[b-7255xu0s90] {
    outline: none;
    color: #0f172a;
    box-shadow: 0 0 0 4px rgba(0, 97, 162, 0.12);
}

.assignment-edit-icon[b-7255xu0s90] {
    display: block;
    width: 1.05rem;
    height: 1.05rem;
}


.assignment-groups[b-7255xu0s90] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.assignment-week[b-7255xu0s90] {
    display: grid;
    gap: 1.25rem;
}

.assignment-week-title[b-7255xu0s90] {
    margin: 0;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #d9d9d9;
    color: #555555;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.assignment-group[b-7255xu0s90] {
    display: grid;
    gap: 0.8rem;
}

.assignment-group-title[b-7255xu0s90],
.home-empty-state h2[b-7255xu0s90] {
    margin: 0;
    color: #111111;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 700;
    letter-spacing: -0.03em;
}

.assignment-list[b-7255xu0s90] {
    display: grid;
    gap: 0.75rem;
}

/* time gutter | title over module | badges and actions */
.assignment-card[b-7255xu0s90] {
    position: relative;
    display: grid;
    grid-template-columns: 3.5rem minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    padding: 0.85rem 1.1rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.8rem;
    background: #ffffff;
    transition: border-color 160ms ease;
}

.assignment-card-link[b-7255xu0s90] {
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: 0.8rem;
}

.assignment-card-link:focus-visible[b-7255xu0s90] {
    outline: none;
    box-shadow: 0 0 0 4px rgba(0, 97, 162, 0.12);
}

.assignment-card.is-editable[b-7255xu0s90] {
    grid-template-columns: auto 3.5rem minmax(0, 1fr) auto;
}

.assignment-card:hover[b-7255xu0s90] {
    border-color: #b6d2e7;
}

.assignment-card-time[b-7255xu0s90] {
    color: #0f172a;
    font-size: 0.95rem;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    pointer-events: none;
}

.assignment-card-copy[b-7255xu0s90] {
    min-width: 0;
    pointer-events: none;
}

.assignment-card-title[b-7255xu0s90] {
    margin: 0;
    color: #0f172a;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 600;
}

.assignment-card-module[b-7255xu0s90] {
    margin: 0.1rem 0 0;
    color: #64748b;
    font-size: 0.85rem;
    line-height: 1.35;
}

.assignment-card-actions[b-7255xu0s90] {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.375rem;
    pointer-events: none;
}

.assignment-badge[b-7255xu0s90] {
    display: inline-flex;
    align-items: center;
    min-height: auto;
    padding: 0.25rem 0.625rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 500;
    line-height: 1.2;
    pointer-events: none;
}

.assignment-badge-accent[b-7255xu0s90] {
    border-color: #b6d2e7;
    background: #eaf4fb;
    color: #003f6b;
}

.assignment-badge-overdue[b-7255xu0s90] {
    border-color: #f0c2c2;
    background: #fdf2f2;
    color: #9f1d1d;
}

.assignment-badge-outline[b-7255xu0s90] {
    border-color: #c8d6e4;
    background: #ffffff;
    color: #111111;
}

.home-empty-state[b-7255xu0s90] {
    padding: 2rem;
    border: 1px dashed #cddae5;
    border-radius: 1.5rem;
    background: #f9fbfd;
    text-align: center;
}

.home-empty-state p[b-7255xu0s90] {
    max-width: 34rem;
    margin: 0.75rem auto 0;
    color: #5c7185;
    line-height: 1.6;
}

.assignment-dialog-backdrop[b-7255xu0s90] {
    position: fixed;
    inset: 0;
    z-index: 1;
}



@media (max-width: 640px) {
    /* title and module on top, time and badges below: a time gutter costs the title a line */
    .assignment-list[b-7255xu0s90] {
        gap: 0.5rem;
    }

    .assignment-card[b-7255xu0s90] {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 0.3rem 0.6rem;
        padding: 0.65rem 0.9rem;
    }

    .assignment-card.is-editable[b-7255xu0s90] {
        grid-template-columns: auto auto minmax(0, 1fr);
    }

    .assignment-complete[b-7255xu0s90] {
        grid-row: 1 / 3;
        width: 2.75rem;
        height: 2.75rem;
    }

    .assignment-complete-toggle[b-7255xu0s90] {
        width: 1.5rem;
        height: 1.5rem;
    }

    .assignment-card-copy[b-7255xu0s90] {
        grid-row: 1;
        grid-column: -3 / -1;
    }

    .assignment-card-time[b-7255xu0s90] {
        grid-row: 2;
        font-size: 0.8rem;
    }

    .assignment-card-time.is-empty[b-7255xu0s90] {
        display: none;
    }

    .assignment-card-actions[b-7255xu0s90] {
        grid-row: 2;
        grid-column: -2 / -1;
        gap: 0.4rem;
    }

    .assignment-card-time.is-empty ~ .assignment-card-actions[b-7255xu0s90] {
        grid-column: -3 / -1;
    }

    /* keeps the 44px tap target without making the row 44px tall */
    .assignment-edit-link[b-7255xu0s90] {
        width: 2.75rem;
        height: 2.75rem;
        margin: -0.65rem -0.6rem -0.65rem auto;
    }
}

.home-toolbar[b-7255xu0s90] {
    display: flex;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.home-footer[b-7255xu0s90] {
    /* sits at the bottom of the card when there is little content */
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem 1.5rem;
}



/* /Components/Pages/Login.razor.rz.scp.css */
.login-page[b-0v3n4f9ctz] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 1.5rem;
}

.login-shell[b-0v3n4f9ctz] {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2.5rem;
    align-items: stretch;
    width: min(100%, 80rem);
    margin: 0 auto;
    padding: 2rem;
    border: 1px solid #d8e3ed;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.login-hero[b-0v3n4f9ctz] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.5rem;
    border: 1px solid #d9e5ee;
    border-radius: 1.25rem;
    background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
}

.login-logo[b-0v3n4f9ctz] {
    width: min(100%, 24rem);
}

.login-hero h1[b-0v3n4f9ctz] {
    margin: 2rem 0 0;
    max-width: 34rem;
    color: #0061a2;
    font-size: clamp(2.3rem, 4vw, 3.4rem);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.login-hero p[b-0v3n4f9ctz] {
    margin: 1.25rem 0 0;
    max-width: 30rem;
    color: #334155;
    font-size: 1.1rem;
    line-height: 1.7;
}

.login-card[b-0v3n4f9ctz] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    border: 1px solid #d9e5ee;
    border-radius: 1.25rem;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
}

.login-logo-mobile[b-0v3n4f9ctz] {
    display: none;
    width: min(100%, 12rem);
    margin: 0 auto 1.5rem;
}

.login-copy[b-0v3n4f9ctz] {
    text-align: left;
}

.login-copy h2[b-0v3n4f9ctz] {
    margin: 0.8rem 0 0;
    color: #111111;
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.login-copy p[b-0v3n4f9ctz] {
    margin: 0.9rem 0 0;
    color: #5c7185;
    line-height: 1.7;
}

.login-form[b-0v3n4f9ctz] {
    display: grid;
    gap: 0.85rem;
    margin-top: 2rem;
}

.login-input[b-0v3n4f9ctz] {
    width: 100%;
    min-height: 3rem;
    padding: 0.85rem 1rem;
    border: 1px solid #cfdce8;
    border-radius: 0.9rem;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    color: #111111;
    font: inherit;
    box-sizing: border-box;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 10px 18px rgba(15, 23, 42, 0.04);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.login-input[b-0v3n4f9ctz]::placeholder {
    color: #7a8ea1;
}

.login-input:hover[b-0v3n4f9ctz] {
    border-color: #b7cbdd;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 12px 24px rgba(15, 23, 42, 0.06);
}

.login-input:focus[b-0v3n4f9ctz] {
    outline: none;
    border-color: #0061a2;
    box-shadow: 0 0 0 4px rgba(0, 97, 162, 0.12), 0 18px 30px rgba(0, 97, 162, 0.08);
    transform: translateY(-1px);
}

.login-button[b-0v3n4f9ctz] {
    min-height: 3rem;
    padding: 0.9rem 1rem;
    border: 0;
    border-radius: 0.9rem;
    background: #0061a2;
    color: #ffffff;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 16px 28px rgba(0, 97, 162, 0.18);
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.login-button:hover[b-0v3n4f9ctz] {
    transform: translateY(-1px);
}

.login-button:focus-visible[b-0v3n4f9ctz] {
    outline: none;
    box-shadow: 0 0 0 4px rgba(0, 97, 162, 0.12), 0 18px 30px rgba(0, 97, 162, 0.2);
}

@media (max-width: 900px) {
    .login-shell[b-0v3n4f9ctz] {
        grid-template-columns: 1fr;
        padding: 1.25rem;
    }

    .login-hero[b-0v3n4f9ctz] {
        display: none;
    }

    .login-logo-mobile[b-0v3n4f9ctz] {
        display: block;
    }

    .login-copy[b-0v3n4f9ctz] {
        text-align: center;
    }
}

@media (max-width: 640px) {
    .login-page[b-0v3n4f9ctz] {
        padding: 0;
    }

    .login-shell[b-0v3n4f9ctz] {
        min-height: 100vh;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .login-card[b-0v3n4f9ctz] {
        padding: 1.5rem;
    }
}

.login-page.is-embedded[b-0v3n4f9ctz] {
    min-height: 0;
    padding: 0;
}
/* /Components/Pages/Schedule.razor.rz.scp.css */
.schedule-page[b-n5kfcx1n9b] {
    display: grid;
    gap: 1.5rem;
}
/* /Components/Pages/ScheduleComponent.razor.rz.scp.css */
.schedule-board[b-ka0oz5njdl] {
    --schedule-slot-height: 5.5rem;
    --schedule-slot-gap: 0.55rem;
    --schedule-head-height: 3.1rem;
    display: grid;
}

.schedule-board-empty[b-ka0oz5njdl] {
    min-height: 18rem;
    padding: 2rem;
    place-items: center;
    border: 1px dashed #cddae5;
    border-radius: 1.5rem;
    background: #f9fbfd;
    text-align: center;
}

.schedule-board-empty h2[b-ka0oz5njdl] {
    margin: 0;
    color: #111111;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 700;
    letter-spacing: -0.03em;
}

.schedule-board-empty p[b-ka0oz5njdl] {
    margin: 0.65rem 0 0;
    color: #4f6477;
    line-height: 1.6;
}

.schedule-table-wrap[b-ka0oz5njdl] {
    overflow-x: auto;
    padding-bottom: 0.25rem;
}

.schedule-week[b-ka0oz5njdl] {
    display: flex;
    align-items: start;
    gap: var(--schedule-slot-gap);
}

.schedule-time-column[b-ka0oz5njdl],
.schedule-day-column[b-ka0oz5njdl] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: var(--schedule-head-height);
    grid-auto-rows: var(--schedule-slot-height);
    gap: var(--schedule-slot-gap);
}

/* Entry cards carry an explicit grid-row but no grid-column. Without this they
   would be auto-placed beside the slot cell already sitting in that row, which
   creates implicit columns instead of stacking on top of it. */
.schedule-time-column > *[b-ka0oz5njdl],
.schedule-day-column > *[b-ka0oz5njdl] {
    grid-column: 1;
}

.schedule-time-column[b-ka0oz5njdl] {
    flex: 0 0 4.5rem;
}

.schedule-day-column[b-ka0oz5njdl] {
    /* only the floor: flex-grow widens these whenever there is room, so a light
       week still gets wide columns while a full six-day week still fits */
    flex: 1 1 9.5rem;
    min-width: 8.5rem;
}

.schedule-corner-cell[b-ka0oz5njdl],
.schedule-day-cell[b-ka0oz5njdl],
.schedule-time-cell[b-ka0oz5njdl],
.schedule-slot-cell[b-ka0oz5njdl],
.schedule-entry-card[b-ka0oz5njdl] {
    min-width: 0;
    border-radius: 1rem;
}

.schedule-corner-cell[b-ka0oz5njdl],
.schedule-day-cell[b-ka0oz5njdl] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1rem;
    background: #edf5fb;
    color: #355167;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.schedule-corner-cell[b-ka0oz5njdl],
.schedule-day-cell[b-ka0oz5njdl] {
    grid-row: 1;
}

.schedule-corner-cell[b-ka0oz5njdl] {
    padding-inline: 0.4rem;
    letter-spacing: 0.08em;
}

.schedule-time-cell[b-ka0oz5njdl] {
    display: grid;
    align-content: space-between;
    padding: 0.85rem 0.4rem;
    background: #f8fbfd;
    color: #4f6477;
    font-size: 0.82rem;
    font-weight: 600;
    text-align: center;
}

.schedule-slot-line[b-ka0oz5njdl] {
    border-top: 1px solid #eef2f7;
}

.schedule-entry-card[b-ka0oz5njdl] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding: 0.6rem 0.7rem;
    border: 1px solid #e2e8f0;
    border-left: 3px solid var(--accent, #0061a2);
    border-radius: 0.5rem;
    background: #ffffff;
    background: color-mix(in srgb, var(--accent, #0061a2) 7%, #ffffff);
    color: #0f172a;
    overflow: hidden;
}

.schedule-entry-code[b-ka0oz5njdl] {
    align-self: flex-start;
    color: var(--accent, #0061a2);
    font-size: 0.72rem;
    font-weight: 700;
}

.schedule-entry-title[b-ka0oz5njdl] {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.25;
}

.schedule-entry-meta[b-ka0oz5njdl] {
    display: grid;
    gap: 0.1rem;
    margin-top: auto;
    padding-top: 0.5rem;
    color: #64748b;
    font-size: 0.78rem;
    line-height: 1.3;
}

/* the grid is for a wide screen; a phone gets the agenda below instead */
.schedule-agenda[b-ka0oz5njdl] {
    display: none;
}

/* A day with no lessons collapses to a labelled strip rather than disappearing, so it
   is obvious the day exists and is simply empty. The content column is capped, so a
   full-width six-day grid would not fit however wide the screen is. */
.schedule-day-column[data-collapsible][b-ka0oz5njdl] {
    flex: 0 0 3rem;
    min-width: 3rem;
}

.schedule-day-column[data-collapsible] .schedule-day-cell[b-ka0oz5njdl] {
    padding-inline: 0.25rem;
    background: #f1f5f9;
    color: #94a3b8;
    font-size: 0.62rem;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.schedule-day-column[data-collapsible] .schedule-slot-line[b-ka0oz5njdl] {
    border-top-color: #f4f7fa;
}

/* A six-day grid is the wrong artefact on a phone: you end up panning sideways to
   answer "what do I have today". Below this width the agenda list replaces it. */
@media (max-width: 720px) {
    .schedule-table-wrap[b-ka0oz5njdl] {
        display: none;
    }

    .schedule-agenda[b-ka0oz5njdl] {
        display: grid;
        gap: 1.5rem;
    }

    .schedule-agenda-day[b-ka0oz5njdl] {
        display: grid;
        gap: 0.5rem;
    }

    .schedule-agenda-day h3[b-ka0oz5njdl] {
        margin: 0 0 0.15rem;
        color: #0f172a;
        font-size: 1rem;
        font-weight: 700;
    }

    .schedule-agenda-item[b-ka0oz5njdl] {
        display: grid;
        grid-template-columns: 3.5rem minmax(0, 1fr);
        align-items: baseline;
        gap: 0.85rem;
        padding: 0.7rem 0.8rem;
        border: 1px solid #e2e8f0;
        border-left: 3px solid var(--accent, #0061a2);
        border-radius: 0.6rem;
        background: color-mix(in srgb, var(--accent, #0061a2) 7%, #ffffff);
    }

    .schedule-agenda-time[b-ka0oz5njdl] {
        display: grid;
        color: #0f172a;
        font-size: 0.85rem;
        font-weight: 600;
        font-variant-numeric: tabular-nums;
    }

    .schedule-agenda-time span:last-child[b-ka0oz5njdl] {
        color: #94a3b8;
        font-weight: 400;
    }

    .schedule-agenda-copy strong[b-ka0oz5njdl] {
        display: block;
        color: #0f172a;
        font-size: 0.95rem;
        line-height: 1.3;
    }

    .schedule-agenda-copy p[b-ka0oz5njdl] {
        margin: 0.15rem 0 0;
        color: #64748b;
        font-size: 0.85rem;
    }
}

.schedule-link[b-ka0oz5njdl] {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: #cbd5e1;
    text-underline-offset: 0.15rem;
}

.schedule-link:hover[b-ka0oz5njdl] {
    color: #0061a2;
    text-decoration-color: currentColor;
}
/* /Components/Pages/SettingsPage.razor.rz.scp.css */
.settings-section h2[b-1uebqi055l] {
    margin: 0;
    color: #0f172a;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.settings-note[b-1uebqi055l] {
    max-width: 42rem;
    margin: 0.5rem 0 0;
    color: #64748b;
    line-height: 1.6;
}

.settings-actions[b-1uebqi055l] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.mcp-config[b-1uebqi055l] {
    /* long tokens must not stretch the panel, so the block scrolls instead of wrapping */
    overflow-x: auto;
    margin: 1rem 0 0;
    padding: 0.9rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.9rem;
    background: #f8fafc;
    color: #0f172a;
    font-size: 0.85rem;
    line-height: 1.5;
}

/* .panel carries no margin of its own, so stacked sections would touch */
.settings-section + .settings-section[b-1uebqi055l] {
    margin-top: 1.25rem;
}
