/* /Components/Index/AssignmentBuckets.razor.rz.scp.css */
.assignment-nav-shell[b-dpbpm48177] {
    display: flex;
    height: 100%;
    width: 100%;
    min-height: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
    background: transparent;
}

.assignment-buckets-body[b-dpbpm48177] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    min-height: 0;
    padding: 0;
}

.assignment-buckets-anchor[b-dpbpm48177] {
    position: sticky;
    top: 0;
    z-index: 4;
    padding: 0.95rem 0.95rem 0.85rem;
}

.assignment-buckets-heading-row[b-dpbpm48177] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.8rem;
}

.assignment-buckets-heading-copy[b-dpbpm48177] {
    min-width: 0;
    text-align: start;
}

.assignment-buckets-content[b-dpbpm48177] {
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    overflow-y: auto;
    padding: 0 0.75rem 1rem;
    scrollbar-gutter: stable;
}

.assignment-empty-state[b-dpbpm48177] {
    padding: 0.25rem 0.35rem 0;
}

.assignment-stack[b-dpbpm48177] {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.55rem;
}

.assignment-entry[b-dpbpm48177] {
    width: 100%;
    overflow: hidden;
}

.assignment-select-button[b-dpbpm48177] {
    width: 100%;
    border: 0;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.9rem 1rem;
    text-align: start;
}

.assignment-summary-copy[b-dpbpm48177] {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    flex-direction: column;
    gap: 0;
    text-align: start;
}

.assignment-title-line[b-dpbpm48177] {
    min-width: 0;
    white-space: normal;
    word-break: break-word;
    text-align: start;
}

.assignment-chevron[b-dpbpm48177] {
    flex: 0 0 auto;
    width: 0.55rem;
    height: 0.55rem;
    transform: rotate(45deg);
}

.assignment-nav-shell.rtl .assignment-chevron[b-dpbpm48177] {
    transform: rotate(225deg);
}

.assignment-entry.selected .assignment-chevron[b-dpbpm48177] {
    transform: rotate(135deg);
}

.assignment-task-nest[b-dpbpm48177] {
    padding: 0.5rem 0.55rem 0.6rem;
}

.assignment-task-loading[b-dpbpm48177] {
    min-height: 2.5rem;
    padding: 0.4rem 0.35rem;
}

.three-way-toggle[b-dpbpm48177] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
}

.toggle-slider[b-dpbpm48177] {
    position: absolute;
    top: 0.2rem;
    bottom: 0.2rem;
    left: 0.2rem;
    width: calc((100% - 0.4rem) / 3);
    transition: transform 180ms ease;
    pointer-events: none;
}

.toggle-slider.pos-0[b-dpbpm48177] {
    transform: translateX(0%);
}

.toggle-slider.pos-1[b-dpbpm48177] {
    transform: translateX(100%);
}

.toggle-slider.pos-2[b-dpbpm48177] {
    transform: translateX(200%);
}

.toggle-btn[b-dpbpm48177] {
    position: relative;
    z-index: 1;
    border: 0;
    border-radius: 999px;
    padding: 0.48rem 0.32rem;
    text-align: center;
    white-space: nowrap;
    line-height: 1.2;
}

.toggle-count[b-dpbpm48177] {
    display: inline-flex;
    min-width: 1rem;
    justify-content: center;
    align-items: center;
    padding: 0 0.22rem;
    flex-shrink: 0;
}

@media (max-width: 900px) {
    .assignment-buckets-anchor[b-dpbpm48177] {
        padding: 0.55rem 0.8rem;
    }

    .assignment-buckets-heading-row[b-dpbpm48177] {
        display: none;
    }

    .assignment-buckets-content[b-dpbpm48177] {
        padding-inline: 0.55rem;
        padding-bottom: 0.75rem;
    }

    .assignment-select-button[b-dpbpm48177] {
        padding: 0.8rem 0.85rem;
    }

    .assignment-status-pill[b-dpbpm48177] {
        min-width: 2rem;
    }

}

@media (max-width: 600px) {
    .toggle-btn[b-dpbpm48177] {
        padding: 0.42rem 0.2rem;
    }

    .toggle-count[b-dpbpm48177] {
        margin-left: 0.12rem;
        min-width: 0.9rem;
        padding: 0 0.18rem;
    }
}
/* /Components/Index/AssignmentDetailCard.razor.rz.scp.css */
.assignment-detail-shell[b-dafiml0qkj] {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
    background: transparent;
}

.assignment-detail-body[b-dafiml0qkj] {
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
    overflow-y: auto;
    padding: 1.1rem 1.25rem 1.35rem;
}

.assignment-detail-close[b-dafiml0qkj] {
    display: none;
}

.assignment-context-line[b-dafiml0qkj] {
    min-width: 0;
}

.assignment-heading-inline[b-dafiml0qkj] {
    display: flex;
    align-items: baseline;
    gap: 0;
    min-width: 0;
}

.assignment-heading-id[b-dafiml0qkj] {
    flex: 0 0 auto;
    font-size: 0.95rem;
}

.assignment-heading-separator[b-dafiml0qkj] {
    flex: 0 0 auto;
    padding-inline: 0.25rem;
}

.assignment-heading-title[b-dafiml0qkj] {
    min-width: 0;
}

@media (max-width: 900px) {
    .assignment-detail-body[b-dafiml0qkj] {
        padding: 0.85rem 0.95rem 1.15rem;
    }
}
/* /Components/Index/AssignmentTaskList.razor.rz.scp.css */
.task-list-group[b-1zsxsl1jyf] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.task-item[b-1zsxsl1jyf] {
    position: relative;
    width: 100%;
    border: 0;
    border-radius: 0.28rem;
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.55rem 0.7rem 0.55rem 0.9rem;
    text-align: start;
}

.task-item[b-1zsxsl1jyf]::before {
    content: "";
    position: absolute;
    top: 0.2rem;
    bottom: 0.2rem;
    width: 2px;
    border-radius: 999px;
}

.task-list-group.rtl .task-item[b-1zsxsl1jyf]::before {
    left: 0;
}

.task-list-group.ltr .task-item[b-1zsxsl1jyf]::before {
    right: 0;
}

.task-dot[b-1zsxsl1jyf] {
    flex: 0 0 auto;
    width: 0.35rem;
    height: 0.35rem;
    margin-top: 0.42rem;
    border-radius: 999px;
}

.task-row-label[b-1zsxsl1jyf] {
    min-width: 0;
    text-align: start;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    word-break: break-word;
}
/* /Components/Index/MonacoEditorHost.razor.rz.scp.css */
[b-b6hglyq1mi] .task-monaco-editor {
    min-height: 18rem;
    height: 22rem;
    width: 100%;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    overflow: hidden;
    direction: ltr;
}

[b-b6hglyq1mi] .task-monaco-editor .monaco-editor,
[b-b6hglyq1mi] .task-monaco-editor .monaco-editor .overflow-guard {
    height: 100% !important;
}

[b-b6hglyq1mi] .task-monaco-editor .monaco-editor,
[b-b6hglyq1mi] .task-monaco-editor .monaco-editor .inputarea,
[b-b6hglyq1mi] .task-monaco-editor .monaco-editor .view-lines,
[b-b6hglyq1mi] .task-monaco-editor .monaco-editor .view-line,
[b-b6hglyq1mi] .task-monaco-editor .monaco-editor .suggest-widget {
    direction: ltr !important;
    text-align: left;
    unicode-bidi: plaintext;
}
/* /Components/Index/TaskWorkspace.razor.rz.scp.css */
.question-pane-shell[b-nw8g10y731] {
    position: relative;
    min-height: 100%;
}

[data-testid="task-rich-editor"][b-nw8g10y731] {
    min-height: 18rem;
}

.assignment-code-editor[b-nw8g10y731] {
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.9rem;
    min-height: 18rem;
    direction: ltr;
    text-align: left;
    unicode-bidi: plaintext;
}

.question-meta-line[b-nw8g10y731] {
    position: sticky;
    top: -1.1rem;
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin: -1.1rem -1.25rem 0.9rem;
    padding: 0.85rem 1.25rem 0.8rem;
    white-space: nowrap;
    overflow: hidden;
}

.question-meta-assignment-id[b-nw8g10y731] {
    flex-shrink: 0;
}

.question-meta-divider[b-nw8g10y731] {
    flex-shrink: 0;
}

.question-meta-title[b-nw8g10y731] {
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    text-align: start;
}

.task-solution-textarea[b-nw8g10y731] {
    min-height: 13.75rem;
    resize: vertical;
    direction: ltr;
    text-align: left;
    unicode-bidi: plaintext;
}

.task-markdown-body pre[b-nw8g10y731],
.task-markdown-body code[b-nw8g10y731],
.task-markdown-body kbd[b-nw8g10y731],
.task-markdown-body samp[b-nw8g10y731] {
    direction: ltr;
    text-align: left;
    unicode-bidi: plaintext;
}

@media (max-width: 900px) {
    .question-meta-line[b-nw8g10y731] {
        top: -0.85rem;
        margin: -0.85rem -0.95rem 0.8rem;
        padding: 0.78rem 0.95rem 0.72rem;
    }
}
/* /Layout/MainLayout2.razor.rz.scp.css */
.page[b-o44l1uyfq7] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background:
        radial-gradient(circle at top right, rgba(127, 192, 255, 0.14), transparent 26%),
        var(--app2-shell-bg);
}

main[b-o44l1uyfq7] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-o44l1uyfq7] {
    background: var(--app2-sidebar-bg);
    border-inline-end: 1px solid var(--app2-sidebar-border);
    box-shadow: var(--app2-page-shadow);
    transition: width 0.2s ease-in-out;
}

.content[b-o44l1uyfq7] {
    padding-top: 0.75rem;
    padding-bottom: 1rem;
}

.app2-content-tight-x[b-o44l1uyfq7] {
    padding-left: 0.35rem !important;
    padding-right: 0.35rem !important;
}

@media (min-width: 641px) {
    .page[b-o44l1uyfq7] {
        flex-direction: row;
        direction: ltr;
    }

    .sidebar[b-o44l1uyfq7] {
        height: 100vh;
        position: sticky;
        top: 0;
        overflow: hidden;
    }

    .sidebar.drawer-collapsed[b-o44l1uyfq7] {
        width: 72px;
    }

    .sidebar.drawer-expanded[b-o44l1uyfq7] {
        width: 250px;
    }

    article[b-o44l1uyfq7] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.nav-shell[b-2i3kdka780] {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.top-row[b-2i3kdka780] {
    min-height: 3.5rem;
    background-color: transparent;
    border-bottom: 1px solid var(--app2-sidebar-border);
}

.nav-header[b-2i3kdka780] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
}

.navbar-toggler[b-2i3kdka780] {
    background-color: transparent;
}

.nav-drawer-toggle[b-2i3kdka780] {
    width: auto;
    height: auto;
    padding: 0.15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--app2-sidebar-text);
    transition: color 140ms ease, opacity 140ms ease, transform 140ms ease;
}

.nav-drawer-toggle:hover[b-2i3kdka780] {
    background: transparent;
    border-color: transparent;
    color: var(--app2-sidebar-text);
    box-shadow: none;
    opacity: 1;
}

.nav-drawer-toggle:focus[b-2i3kdka780],
.nav-drawer-toggle:focus-visible[b-2i3kdka780],
.nav-drawer-toggle:active[b-2i3kdka780],
.nav-drawer-toggle:not(:disabled):not(.disabled):active:focus[b-2i3kdka780] {
    outline: none;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    color: var(--app2-sidebar-text);
    transform: none;
}

.nav-toggle-icon[b-2i3kdka780] {
    width: 1.55rem;
    height: 1.55rem;
    display: block;
}

.nav-toggle-icon rect[b-2i3kdka780],
.nav-toggle-icon path[b-2i3kdka780] {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.nav-profile-trigger[b-2i3kdka780] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 0.65rem;
    border: 1px solid var(--app2-sidebar-border);
    border-radius: 0.75rem;
    background: var(--app2-sidebar-panel);
    color: var(--app2-sidebar-text);
    text-align: left;
    cursor: pointer;
}

.nav-profile-trigger:hover[b-2i3kdka780] {
    background: var(--app2-sidebar-panel-hover);
}

.nav-profile-avatar[b-2i3kdka780] {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    flex-shrink: 0;
}

.nav-profile-avatar-fallback[b-2i3kdka780] {
    background: var(--app2-avatar-bg);
    color: var(--app2-sidebar-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.nav-profile-avatar-photo[b-2i3kdka780] {
    display: block;
    object-fit: cover;
    border: 1px solid var(--app2-sidebar-border);
    background: var(--app2-sidebar-panel);
}

.nav-profile-avatar.large[b-2i3kdka780] {
    width: 2.3rem;
    height: 2.3rem;
}

.nav-profile-text[b-2i3kdka780] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.15;
}

.nav-profile-name[b-2i3kdka780] {
    color: var(--app2-sidebar-text);
    font-size: 0.86rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.nav-profile-secondary[b-2i3kdka780] {
    color: var(--app2-sidebar-subtle);
    font-size: 0.74rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.bi[b-2i3kdka780] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-color: currentColor;
    background-size: cover;
    flex-shrink: 0;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

.bi-house-door-fill-nav-menu[b-2i3kdka780] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-2i3kdka780] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-2i3kdka780] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-person-circle-nav-menu[b-2i3kdka780] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M11 10a3 3 0 1 0-6 0 3 3 0 0 0 6 0z'/%3E%3Cpath fill-rule='evenodd' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-7a7 7 0 0 0-5.468 11.374c.912-1.228 2.31-2.12 3.968-2.12h3c1.658 0 3.056.892 3.968 2.12A7 7 0 0 0 8 1Z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M11 10a3 3 0 1 0-6 0 3 3 0 0 0 6 0z'/%3E%3Cpath fill-rule='evenodd' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-7a7 7 0 0 0-5.468 11.374c.912-1.228 2.31-2.12 3.968-2.12h3c1.658 0 3.056.892 3.968 2.12A7 7 0 0 0 8 1Z'/%3E%3C/svg%3E");
}

.bi-arrow-clockwise-nav-menu[b-2i3kdka780] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 3a5 5 0 1 0 4.546 2.914.5.5 0 1 1 .908-.418A6 6 0 1 1 8 2v1z'/%3E%3Cpath d='M8 4.466V.534a.25.25 0 0 1 .41-.192l2.36 1.966a.25.25 0 0 1 0 .384L8.41 4.658A.25.25 0 0 1 8 4.466z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 3a5 5 0 1 0 4.546 2.914.5.5 0 1 1 .908-.418A6 6 0 1 1 8 2v1z'/%3E%3Cpath d='M8 4.466V.534a.25.25 0 0 1 .41-.192l2.36 1.966a.25.25 0 0 1 0 .384L8.41 4.658A.25.25 0 0 1 8 4.466z'/%3E%3C/svg%3E");
}

.bi-box-arrow-right-nav-menu[b-2i3kdka780] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10 15a.5.5 0 0 0 .5-.5V11a.5.5 0 0 0-1 0v3H1.5a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5h8a.5.5 0 0 0 0-1h-8A1.5 1.5 0 0 0 0 2.5v11A1.5 1.5 0 0 0 1.5 15h8.5z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L14.293 7.5H6.5a.5.5 0 0 0 0 1h7.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10 15a.5.5 0 0 0 .5-.5V11a.5.5 0 0 0-1 0v3H1.5a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5h8a.5.5 0 0 0 0-1h-8A1.5 1.5 0 0 0 0 2.5v11A1.5 1.5 0 0 0 1.5 15h8.5z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L14.293 7.5H6.5a.5.5 0 0 0 0 1h7.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
}

.bi-box-arrow-in-right-nav-menu[b-2i3kdka780] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 3.5a.5.5 0 0 1 .5-.5h8A1.5 1.5 0 0 1 16 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-8a.5.5 0 0 1 0-1h8a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 1-.5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M11.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H1.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 3.5a.5.5 0 0 1 .5-.5h8A1.5 1.5 0 0 1 16 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-8a.5.5 0 0 1 0-1h8a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 1-.5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M11.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H1.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
}

.bi-mortarboard-nav-menu[b-2i3kdka780] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M8.211.5a1 1 0 0 0-.422 0l-7 2A1 1 0 0 0 0 3.458V4.5a.5.5 0 0 0 .342.474L1 5.211v4.037a.5.5 0 0 0 .276.447l6.5 3.25a.5.5 0 0 0 .448 0l6.5-3.25A.5.5 0 0 0 15 9.248V5.21l.658-.237A.5.5 0 0 0 16 4.5V3.458a1 1 0 0 0-.789-.958l-7-2ZM8 1.46 14.347 3.27 8 5.56 1.653 3.27 8 1.46Zm6 4.457v3.022l-6 3-6-3V5.917l5.711 2.055a1 1 0 0 0 .578 0L14 5.917Z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M8.211.5a1 1 0 0 0-.422 0l-7 2A1 1 0 0 0 0 3.458V4.5a.5.5 0 0 0 .342.474L1 5.211v4.037a.5.5 0 0 0 .276.447l6.5 3.25a.5.5 0 0 0 .448 0l6.5-3.25A.5.5 0 0 0 15 9.248V5.21l.658-.237A.5.5 0 0 0 16 4.5V3.458a1 1 0 0 0-.789-.958l-7-2ZM8 1.46 14.347 3.27 8 5.56 1.653 3.27 8 1.46Zm6 4.457v3.022l-6 3-6-3V5.917l5.711 2.055a1 1 0 0 0 .578 0L14 5.917Z'/%3E%3C/svg%3E");
}

.bi-shield-lock-nav-menu[b-2i3kdka780] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M5.072.56C5.603.308 6.805 0 8 0s2.397.309 2.928.56c.54.255 1.21.737 1.71 1.153.496.412.992.865 1.3 1.158.157.15.255.359.255.577v4.972c0 3.37-2.28 6.145-5.66 7.327a.5.5 0 0 1-.336 0C4.087 14.565 1.807 11.79 1.807 8.42V3.448c0-.218.098-.427.255-.577.308-.293.804-.746 1.3-1.158C3.862 1.297 4.532.815 5.072.56ZM8 1c-.992 0-2.017.264-2.5.493-.48.227-1.08.655-1.55 1.046A17.87 17.87 0 0 0 2.807 3.57v4.85c0 2.87 1.92 5.264 4.693 6.34 2.773-1.076 4.693-3.47 4.693-6.34V3.57a17.79 17.79 0 0 0-1.143-1.031c-.47-.391-1.07-.819-1.55-1.046C10.017 1.264 8.992 1 8 1Z'/%3E%3Cpath d='M8 5a1.5 1.5 0 0 0-1.5 1.5V7H6a1 1 0 0 0-1 1v2.5A1.5 1.5 0 0 0 6.5 12h3A1.5 1.5 0 0 0 11 10.5V8a1 1 0 0 0-1-1h-.5v-.5A1.5 1.5 0 0 0 8 5Zm.5 2h-1v-.5a.5.5 0 0 1 1 0V7Z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M5.072.56C5.603.308 6.805 0 8 0s2.397.309 2.928.56c.54.255 1.21.737 1.71 1.153.496.412.992.865 1.3 1.158.157.15.255.359.255.577v4.972c0 3.37-2.28 6.145-5.66 7.327a.5.5 0 0 1-.336 0C4.087 14.565 1.807 11.79 1.807 8.42V3.448c0-.218.098-.427.255-.577.308-.293.804-.746 1.3-1.158C3.862 1.297 4.532.815 5.072.56ZM8 1c-.992 0-2.017.264-2.5.493-.48.227-1.08.655-1.55 1.046A17.87 17.87 0 0 0 2.807 3.57v4.85c0 2.87 1.92 5.264 4.693 6.34 2.773-1.076 4.693-3.47 4.693-6.34V3.57a17.79 17.79 0 0 0-1.143-1.031c-.47-.391-1.07-.819-1.55-1.046C10.017 1.264 8.992 1 8 1Z'/%3E%3Cpath d='M8 5a1.5 1.5 0 0 0-1.5 1.5V7H6a1 1 0 0 0-1 1v2.5A1.5 1.5 0 0 0 6.5 12h3A1.5 1.5 0 0 0 11 10.5V8a1 1 0 0 0-1-1h-.5v-.5A1.5 1.5 0 0 0 8 5Zm.5 2h-1v-.5a.5.5 0 0 1 1 0V7Z'/%3E%3C/svg%3E");
}

.nav-item[b-2i3kdka780] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-2i3kdka780] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2i3kdka780] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2i3kdka780]  a {
        color: var(--app2-sidebar-subtle);
        border-radius: 4px;
        min-height: 2.8rem;
        display: flex;
        align-items: center;
        line-height: 1.2;
        text-decoration: none;
        overflow: hidden;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

.nav-label[b-2i3kdka780] {
    white-space: nowrap;
}

.nav-link-action[b-2i3kdka780] {
    color: var(--app2-sidebar-subtle);
    width: 100%;
    border-radius: 4px;
    min-height: 2.8rem;
    display: flex;
    align-items: center;
    line-height: 1.2;
    text-decoration: none;
    overflow: hidden;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border: 0;
    background: transparent;
    text-align: left;
}

.nav-link-action-danger[b-2i3kdka780] {
    color: #ffc8c8;
}

.nav-section-toggle[b-2i3kdka780] {
    gap: 0;
}

.nav-section-toggle .nav-label[b-2i3kdka780] {
    flex: 1 1 auto;
    text-align: left;
}

.nav-section-caret[b-2i3kdka780] {
    color: var(--app2-sidebar-subtle);
    font-size: 0.82rem;
    line-height: 1;
    margin-left: 0.75rem;
}

.nav-submenu[b-2i3kdka780] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-top: 0.35rem;
    padding-left: 1.4rem;
}

.nav-subitem[b-2i3kdka780] {
    padding-bottom: 0;
}

.nav-subitem:last-of-type[b-2i3kdka780] {
    padding-bottom: 0;
}

.nav-item[b-2i3kdka780]  a.nav-sublink {
    min-height: 2.35rem;
    padding-left: 0.9rem;
    padding-right: 0.75rem;
}

.nav-hint[b-2i3kdka780] {
    margin-top: 0.25rem;
    margin-left: 2.7rem;
    color: var(--app2-sidebar-subtle);
    font-size: 0.7rem;
    line-height: 1.2;
}

.nav-auth-error[b-2i3kdka780] {
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.08);
    color: #ffd0d0;
    font-size: 0.72rem;
    line-height: 1.25;
    padding: 0.45rem 0.55rem;
}

.nav-item[b-2i3kdka780]  a.active {
    background-color: var(--app2-sidebar-panel-active);
    color: var(--app2-sidebar-text);
}

.nav-item[b-2i3kdka780]  a:hover,
.nav-link-action:hover[b-2i3kdka780] {
    background-color: var(--app2-sidebar-panel-hover);
    color: var(--app2-sidebar-text);
}

.nav-scrollable[b-2i3kdka780] {
    overflow-y: auto;
}

@media (max-width: 640.98px) {
    .nav-scrollable[b-2i3kdka780] {
        height: auto;
    }
}

@media (min-width: 641px) {
    .collapse[b-2i3kdka780] {
        display: block;
    }

    .nav-scrollable[b-2i3kdka780] {
        height: calc(100vh - 8.25rem);
    }

    .nav-shell.collapsed .nav-item[b-2i3kdka780]  a {
        justify-content: center;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .nav-shell.collapsed .nav-link-action[b-2i3kdka780] {
        justify-content: center;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .nav-shell.collapsed .nav-label[b-2i3kdka780] {
        display: none;
    }

    .nav-shell.collapsed .bi[b-2i3kdka780] {
        margin-right: 0;
        top: 0;
    }

    .nav-shell.collapsed .nav-header[b-2i3kdka780] {
        justify-content: center;
    }

    .nav-shell.collapsed .nav-profile-text[b-2i3kdka780] {
        display: none;
    }

    .nav-shell.collapsed .nav-profile-trigger[b-2i3kdka780] {
        justify-content: center;
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }

    .nav-shell.collapsed .nav-hint[b-2i3kdka780] {
        display: none;
    }

    .nav-shell.collapsed .nav-section-caret[b-2i3kdka780],
    .nav-shell.collapsed .nav-submenu[b-2i3kdka780] {
        display: none;
    }

}
/* /Pages/Home.razor.rz.scp.css */
.student-home-page[b-zrxpmyeeqw] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 0;
    height: calc(100dvh - 1.75rem);
    overflow: hidden;
}

.home-enrollment-shell[b-zrxpmyeeqw] {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    min-height: 0;
    padding: 1rem 0;
    overflow: auto;
}

.home-enrollment-card[b-zrxpmyeeqw] {
    width: min(100%, 32rem);
    padding: clamp(1.25rem, 2vw, 2rem);
}

.home-enrollment-alert[b-zrxpmyeeqw] {
    margin: 1rem 0 0;
}

.home-enrollment-label[b-zrxpmyeeqw] {
    display: inline-block;
    margin-top: 1rem;
    font-weight: 600;
}

.home-enrollment-input[b-zrxpmyeeqw] {
    margin-top: 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.home-enrollment-hint[b-zrxpmyeeqw] {
    margin-top: 0.55rem;
}

.home-enrollment-actions[b-zrxpmyeeqw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.15rem;
}

.home-act-as-banner[b-zrxpmyeeqw],
.home-act-as-error[b-zrxpmyeeqw] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1rem;
}

.home-act-as-copy-block[b-zrxpmyeeqw] {
    display: flex;
    flex-direction: column;
    gap: 0.22rem;
    min-width: 0;
}

.home-act-as-banner-actions[b-zrxpmyeeqw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: flex-start;
    justify-content: flex-end;
}

.home-workspace-layout[b-zrxpmyeeqw] {
    --lists-rail-width: clamp(18.5rem, 33vw, 28rem);
    --lists-toggle-width: 1.4rem;
    --lists-transition: 280ms cubic-bezier(0.4, 0, 0.2, 1);
    --mobile-lists-bar-height: 3.8rem;
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    height: 100%;
    overflow: hidden;
}

.home-lists-rail[b-zrxpmyeeqw] {
    display: flex;
    flex-direction: row-reverse;
    flex: 0 0 var(--lists-rail-width);
    max-width: var(--lists-rail-width);
    min-width: 0;
    min-height: 0;
    height: 100%;
    overflow: hidden;
    transition:
        flex-basis var(--lists-transition),
        max-width var(--lists-transition),
        border-color 120ms ease-in-out;
}

.home-lists-toggle-host[b-zrxpmyeeqw] {
    flex: 0 0 var(--lists-toggle-width);
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.home-lists-pane-toggle[b-zrxpmyeeqw] {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
        background-color 120ms ease-in-out,
        color 120ms ease-in-out;
}

.home-drawer-toggle-icon[b-zrxpmyeeqw] {
    display: flex;
    width: 1.55rem;
    height: 1.55rem;
    transform-origin: center;
    transition: transform var(--lists-transition), color 120ms ease-in-out;
}

.home-drawer-toggle-icon rect[b-zrxpmyeeqw],
.home-drawer-toggle-icon path[b-zrxpmyeeqw] {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.home-drawer-toggle-icon.collapsed[b-zrxpmyeeqw] {
    transform: scaleX(-1);
}

.home-mobile-assignment-divider[b-zrxpmyeeqw],
.home-mobile-assignment-info[b-zrxpmyeeqw] {
    display: none;
}

.home-assignments-pane[b-zrxpmyeeqw] {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    transition:
        width var(--lists-transition),
        opacity 180ms ease-in-out;
}

.home-assignment-detail-pane[b-zrxpmyeeqw] {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    height: 100%;
    overflow: hidden;
}

.home-loading-spinner-shell[b-zrxpmyeeqw] {
    min-height: 2rem;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}

.home-debug-tools[b-zrxpmyeeqw] {
    flex: 0 0 auto;
    overflow: hidden;
}

.home-debug-tools-summary[b-zrxpmyeeqw] {
    cursor: pointer;
    padding: 0.7rem 0.9rem;
    user-select: none;
}

.home-debug-tools-body[b-zrxpmyeeqw] {
    padding: 0 0.75rem 0.75rem;
}

.home-workspace-layout.lists-pane-collapsed .home-lists-rail[b-zrxpmyeeqw] {
    flex-basis: var(--lists-toggle-width);
    max-width: var(--lists-toggle-width);
}

.home-workspace-layout.lists-pane-collapsed .home-assignments-pane[b-zrxpmyeeqw] {
    width: 0;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 900px) {
    .student-home-page[b-zrxpmyeeqw] {
        height: calc(100dvh - 1.75rem);
    }

    .home-act-as-banner[b-zrxpmyeeqw],
    .home-act-as-error[b-zrxpmyeeqw] {
        flex-direction: column;
    }

    .home-act-as-banner-actions[b-zrxpmyeeqw] {
        justify-content: stretch;
    }

    .home-act-as-banner-actions .btn[b-zrxpmyeeqw] {
        width: 100%;
    }

    .home-enrollment-shell[b-zrxpmyeeqw] {
        padding: 0.25rem 0 0.75rem;
    }

    .home-workspace-layout[b-zrxpmyeeqw] {
        flex-direction: column;
    }

    .home-lists-rail[b-zrxpmyeeqw] {
        flex-direction: column;
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .home-lists-toggle-host[b-zrxpmyeeqw] {
        flex: 0 0 auto;
        align-items: center;
        justify-content: flex-start;
        gap: 0.75rem;
        min-height: var(--mobile-lists-bar-height);
        padding: 0.55rem 0.9rem;
    }

    .home-lists-pane-toggle[b-zrxpmyeeqw] {
        width: auto;
        min-width: 2.6rem;
        min-height: 2.2rem;
        padding: 0;
        display: inline-flex;
    }

    .home-mobile-assignment-divider[b-zrxpmyeeqw] {
        display: block;
        width: 1px;
        align-self: stretch;
    }

    .home-mobile-assignment-info[b-zrxpmyeeqw] {
        display: flex;
        flex: 1 1 auto;
        min-width: 0;
        flex-direction: column;
        gap: 0.15rem;
        text-align: start;
    }

    .home-mobile-assignment-value[b-zrxpmyeeqw] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .home-assignments-pane[b-zrxpmyeeqw] {
        flex: 0 0 auto;
        align-self: stretch;
        max-height: min(19rem, 34dvh);
        width: 100%;
        min-height: 0;
        opacity: 1;
        transition:
            max-height var(--lists-transition),
            opacity 180ms ease-in-out;
    }

    .home-workspace-layout.lists-pane-collapsed .home-lists-rail[b-zrxpmyeeqw] {
        flex-basis: auto;
        max-width: 100%;
    }

    .home-workspace-layout.lists-pane-collapsed .home-assignments-pane[b-zrxpmyeeqw] {
        width: 100%;
        max-height: 0;
        opacity: 0;
    }

    .home-assignment-detail-pane[b-zrxpmyeeqw] {
        flex: 1 1 auto;
        min-height: 0;
    }
}

@media (max-width: 600px) {
    .home-enrollment-card[b-zrxpmyeeqw] {
        width: 100%;
    }

    .home-lists-toggle-host[b-zrxpmyeeqw] {
        padding-inline: 0.75rem;
    }
}
/* /Pages/Profile.razor.rz.scp.css */
.profile-page[b-o3h9g56lod] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: min(100%, 68rem);
    margin-inline: auto;
}

.profile-setting-row[b-o3h9g56lod] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.profile-setting-copy[b-o3h9g56lod] {
    max-width: 18rem;
}

.profile-theme-toggle[b-o3h9g56lod] {
    width: min(100%, 22rem);
}

@media (max-width: 768px) {
    .profile-theme-toggle[b-o3h9g56lod] {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .profile-setting-row[b-o3h9g56lod] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
/* /Pages/TeacherActAs.razor.rz.scp.css */
.teacher-act-as-page[b-ih0dty3zu0] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0 1.5rem;
}

.teacher-act-as-header[b-ih0dty3zu0] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.teacher-act-as-copy[b-ih0dty3zu0] {
    margin: 0;
    max-width: 52rem;
}

.teacher-act-as-shell[b-ih0dty3zu0] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.teacher-act-as-toolbar[b-ih0dty3zu0] {
    display: grid;
    grid-template-columns: minmax(14rem, 18rem) minmax(14rem, 1fr);
    gap: 0.85rem;
}

.teacher-act-as-field[b-ih0dty3zu0] {
    min-width: 0;
}

.teacher-act-as-field-search[b-ih0dty3zu0] {
    min-width: 0;
}

.teacher-act-as-summary[b-ih0dty3zu0] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
}

.teacher-act-as-summary-card[b-ih0dty3zu0] {
    min-width: 0;
    padding: 0.9rem 1rem;
}

.teacher-act-as-summary-name[b-ih0dty3zu0] {
    margin-top: 0.25rem;
}

.teacher-act-as-summary-meta[b-ih0dty3zu0] {
    margin-top: 0.25rem;
}

.teacher-act-as-summary-actions[b-ih0dty3zu0] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
}

.teacher-act-as-roster[b-ih0dty3zu0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 0.8rem;
}

.teacher-act-as-student-card[b-ih0dty3zu0] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    align-items: flex-start;
    text-align: start;
    min-width: 0;
    padding: 0.9rem 1rem;
}

.teacher-act-as-student-name[b-ih0dty3zu0] {
    width: 100%;
    overflow-wrap: anywhere;
}

.teacher-act-as-student-meta[b-ih0dty3zu0] {
    width: 100%;
    overflow-wrap: anywhere;
}

.teacher-act-as-loading[b-ih0dty3zu0],
.teacher-act-as-empty[b-ih0dty3zu0] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 2rem;
}

@media (max-width: 900px) {
    .teacher-act-as-toolbar[b-ih0dty3zu0],
    .teacher-act-as-summary[b-ih0dty3zu0] {
        grid-template-columns: 1fr;
    }

    .teacher-act-as-summary-actions[b-ih0dty3zu0] {
        align-items: stretch;
    }

    .teacher-act-as-summary-actions .btn[b-ih0dty3zu0] {
        width: 100%;
    }
}
