/* /Components/AssignmentComponent.razor.rz.scp.css */
.assignment-form-card[b-c1a3bjm13d] {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1.5rem;
    background: #ffffff;
}

.assignment-form-dialog[b-c1a3bjm13d] {
    max-width: 42rem;
}

.assignment-form-header[b-c1a3bjm13d] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.assignment-form-header h2[b-c1a3bjm13d] {
    margin: 0;
    color: #0061a2;
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1.05;
}

.assignment-form-icon-link[b-c1a3bjm13d] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    border: 1px solid #cfdce8;
    border-radius: 0.75rem;
    background: #ffffff;
    color: #0f172a;
    text-decoration: none;
    flex: 0 0 auto;
}

.assignment-form-icon-link:hover[b-c1a3bjm13d] {
    background: #f4f8fb;
}

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

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

.assignment-form-icon-close[b-c1a3bjm13d] {
    width: 1.5rem;
    height: 1.5rem;
}

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

.assignment-form-body[b-c1a3bjm13d] {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
    overflow-x: hidden;
    padding-bottom: 2rem;
}

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

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

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

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

.assignment-form-radio-option[b-c1a3bjm13d] {
    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-c1a3bjm13d] {
    border-color: #0061a2;
    background: #eaf4fb;
    color: #0061a2;
}

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

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

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

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

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

.assignment-form-button[b-c1a3bjm13d],
.assignment-form-close[b-c1a3bjm13d] {
    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-c1a3bjm13d],
.assignment-form-close:hover[b-c1a3bjm13d] {
    transform: translateY(-1px);
}

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

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

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

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

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

@media (min-width: 640px) {
    .assignment-form-card[b-c1a3bjm13d] {
        width: min(100%, 42rem);
        height: auto;
        max-height: calc(100vh - 2rem);
        padding: 2rem;
        border: 1px solid #d8e3ed;
        border-radius: 1.5rem;
        box-shadow: 0 30px 60px rgba(15, 23, 42, 0.12);
    }

    .assignment-form-header h2[b-c1a3bjm13d] {
        font-size: 2.25rem;
    }

    .assignment-form-grid[b-c1a3bjm13d] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .assignment-form-actions[b-c1a3bjm13d] {
        flex-direction: row;
        justify-content: flex-end;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-wr5q5qevqr] {
    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-wr5q5qevqr] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-2gj78obiue],
.components-reconnect-repeated-attempt-visible[b-2gj78obiue],
.components-reconnect-failed-visible[b-2gj78obiue],
.components-pause-visible[b-2gj78obiue],
.components-resume-failed-visible[b-2gj78obiue],
.components-rejoining-animation[b-2gj78obiue] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-2gj78obiue {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin/AdminLayout.razor.rz.scp.css */
.admin-layout[b-kvypb7g8v4] {
    min-height: 100vh;
    padding: 1.5rem;
}

.admin-shell[b-kvypb7g8v4] {
    max-width: 88rem;
    margin: 0 auto;
    padding: 1.5rem;
    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);
    backdrop-filter: blur(10px);
}

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

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

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

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

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

.admin-eyebrow[b-kvypb7g8v4] {
    display: inline-block;
    margin-bottom: 0.35rem;
    color: #0061a2;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

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

.admin-nav-link[b-kvypb7g8v4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.75rem 1rem;
    border: 1px solid #c8d6e4;
    border-radius: 0.9rem;
    background: #ffffff;
    color: #111111;
    font-weight: 600;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.admin-nav-link:hover[b-kvypb7g8v4] {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(0, 97, 162, 0.08);
}

.admin-nav-link.active[b-kvypb7g8v4] {
    border-color: #0061a2;
    background: #0061a2;
    color: #ffffff;
    box-shadow: 0 16px 28px rgba(0, 97, 162, 0.18);
}

.admin-nav-link:focus-visible[b-kvypb7g8v4] {
    outline: none;
    border-color: #0061a2;
    box-shadow: 0 0 0 4px rgba(0, 97, 162, 0.12);
}

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

.admin-content[b-kvypb7g8v4] (.admin-section) {
    display: grid;
    gap: 1.5rem;
}

.admin-content[b-kvypb7g8v4] (.admin-section + .admin-section) {
    margin-top: 1.5rem;
}

.admin-content[b-kvypb7g8v4] (.admin-section-header) {
    display: grid;
    gap: 0.6rem;
}

.admin-content[b-kvypb7g8v4] (.admin-section-header-split) {
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    align-items: start;
}

.admin-content[b-kvypb7g8v4] (.admin-section-eyebrow) {
    display: inline-block;
    color: #0061a2;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.admin-content[b-kvypb7g8v4] (.admin-section-title) {
    margin: 0;
    color: #111111;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.admin-content[b-kvypb7g8v4] (.admin-section-description) {
    margin: 0.5rem 0 0;
    color: #5c7185;
    line-height: 1.6;
}

.admin-content[b-kvypb7g8v4] (.admin-stat-grid) {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    gap: 1rem;
}

.admin-content[b-kvypb7g8v4] (.admin-stat-card),
.admin-content[b-kvypb7g8v4] (.admin-record),
.admin-content[b-kvypb7g8v4] (.admin-subsection) {
    padding: 1rem;
    border: 1px solid #d8e3ed;
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.05);
}

.admin-content[b-kvypb7g8v4] (.admin-stat-card) {
    display: grid;
    gap: 0.5rem;
}

.admin-content[b-kvypb7g8v4] (.admin-stat-label) {
    color: #5c7185;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.admin-content[b-kvypb7g8v4] (.admin-stat-value) {
    color: #0061a2;
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 700;
    line-height: 1;
}

.admin-content[b-kvypb7g8v4] (.admin-stack) {
    display: grid;
    gap: 1rem;
}

.admin-content[b-kvypb7g8v4] (.admin-record) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.admin-content[b-kvypb7g8v4] (.admin-record-main) {
    min-width: 0;
    flex: 1 1 auto;
}

.admin-content[b-kvypb7g8v4] (.admin-record-title),
.admin-content[b-kvypb7g8v4] (.admin-subsection-title) {
    margin: 0;
    color: #111111;
    font-size: 1.05rem;
    font-weight: 600;
}

.admin-content[b-kvypb7g8v4] (.admin-record-description),
.admin-content[b-kvypb7g8v4] (.admin-subsection-description) {
    margin: 0.45rem 0 0;
    color: #5c7185;
    line-height: 1.6;
}

.admin-content[b-kvypb7g8v4] (.admin-meta-row) {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.6rem;
}

.admin-content[b-kvypb7g8v4] (.admin-badge) {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.75rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
}

.admin-content[b-kvypb7g8v4] (.admin-badge-accent) {
    border-color: #b6d2e7;
    background: #eaf4fb;
    color: #003f6b;
}

.admin-content[b-kvypb7g8v4] (.admin-badge-outline) {
    border-color: #c8d6e4;
    background: #ffffff;
    color: #111111;
}

.admin-content[b-kvypb7g8v4] (.admin-muted) {
    color: #5c7185;
}

.admin-content[b-kvypb7g8v4] (.admin-button) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    min-height: 2.75rem;
    padding: 0.75rem 1rem;
    border: 1px solid transparent;
    border-radius: 0.9rem;
    text-decoration: none;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.admin-content[b-kvypb7g8v4] (.admin-button:hover) {
    transform: translateY(-1px);
}

.admin-content[b-kvypb7g8v4] (.admin-button-primary) {
    background: #0061a2;
    color: #ffffff;
    box-shadow: 0 16px 28px rgba(0, 97, 162, 0.18);
}

.admin-content[b-kvypb7g8v4] (.admin-button-secondary) {
    border-color: #c8d6e4;
    background: #ffffff;
    color: #111111;
}

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

.admin-content[b-kvypb7g8v4] (.admin-toggle-group) {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.admin-content[b-kvypb7g8v4] (.admin-toggle) {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 2.75rem;
    padding: 0.7rem 0.9rem;
    border: 1px solid #d8e3ed;
    border-radius: 0.9rem;
    background: #f9fbfd;
    color: #1f2937;
    font-weight: 500;
}

.admin-content[b-kvypb7g8v4] (.admin-toggle input) {
    width: 1rem;
    height: 1rem;
    accent-color: #0061a2;
}

.admin-content[b-kvypb7g8v4] (.admin-grid) {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
}

.admin-content[b-kvypb7g8v4] (.admin-list) {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.admin-content[b-kvypb7g8v4] (.admin-list-item) {
    padding: 0.9rem 1rem;
    border: 1px solid #d8e3ed;
    border-radius: 0.9rem;
    background: #f9fbfd;
}

.admin-content[b-kvypb7g8v4] (.admin-list-item-title) {
    margin: 0;
    color: #111111;
    font-size: 0.98rem;
    font-weight: 600;
}

.admin-content[b-kvypb7g8v4] (.admin-list-item-copy) {
    margin: 0.35rem 0 0;
    color: #5c7185;
    line-height: 1.5;
}

.admin-content[b-kvypb7g8v4] (.admin-empty-state) {
    padding: 2rem;
    border: 1px dashed #cddae5;
    border-radius: 1.5rem;
    background: #f9fbfd;
    color: #5c7185;
    text-align: center;
}

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

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

    .admin-content[b-kvypb7g8v4] (.admin-record) {
        align-items: flex-start;
        flex-direction: column;
    }
}

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

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

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

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

    .admin-nav-link[b-kvypb7g8v4],
    .admin-content[b-kvypb7g8v4] (.admin-button),
    .admin-content[b-kvypb7g8v4] (.admin-toggle) {
        width: 100%;
    }

    .admin-content[b-kvypb7g8v4] (.admin-toggle-group) {
        width: 100%;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-page[b-p5mmzujuej] {
    min-height: 100vh;
    padding: 1.5rem;
}

.home-shell[b-p5mmzujuej] {
    max-width: 88rem;
    margin: 0 auto;
    padding: 1.5rem;
    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);
    backdrop-filter: blur(10px);
}

.home-header[b-p5mmzujuej] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
}

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

.home-brand-mark[b-p5mmzujuej] {
    width: 4.5rem;
    height: 4.5rem;
    flex: 0 0 auto;
}

.home-brand-copy[b-p5mmzujuej] {
    min-width: 0;
}

.home-eyebrow[b-p5mmzujuej] {
    display: inline-block;
    margin-bottom: 0.35rem;
    color: #0061a2;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.home-brand-copy h1[b-p5mmzujuej] {
    margin: 0;
    color: #0061a2;
    font-size: clamp(2.3rem, 4vw, 3.1rem);
    line-height: 0.95;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.home-brand-copy p[b-p5mmzujuej] {
    margin: 0.65rem 0 0;
    color: #4f6477;
    font-size: 1rem;
    line-height: 1.6;
}

.home-identity[b-p5mmzujuej] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 0.75rem;
}

.home-chip[b-p5mmzujuej] {
    display: inline-flex;
    align-items: center;
    min-height: 2.75rem;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: #0061a2;
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 600;
    box-sizing: border-box;
}

.home-chip-outline[b-p5mmzujuej] {
    border: 1px solid #c8d6e4;
    background: #ffffff;
    color: #111111;
}

.home-icon-button[b-p5mmzujuej],
.home-button[b-p5mmzujuej],
.assignment-edit-link[b-p5mmzujuej] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    min-height: 2.75rem;
    padding: 0.75rem 1rem;
    border: 1px solid transparent;
    border-radius: 0.9rem;
    text-decoration: none;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.home-icon-button:hover[b-p5mmzujuej],
.home-button:hover[b-p5mmzujuej],
.assignment-edit-link:hover[b-p5mmzujuej] {
    transform: translateY(-1px);
}

.home-icon-button[b-p5mmzujuej] {
    padding-inline: 1rem;
    border-color: #c8d6e4;
    background: #ffffff;
    color: #111111;
}

.home-toolbar[b-p5mmzujuej] {
    display: flex;
    justify-content: end;
    margin-top: 1.75rem;
}

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

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

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

.home-select[b-p5mmzujuej] {
    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-p5mmzujuej],
.home-icon-button:focus-visible[b-p5mmzujuej],
.home-button:focus-visible[b-p5mmzujuej],
.assignment-edit-link:focus-visible[b-p5mmzujuej] {
    outline: none;
    border-color: #0061a2;
    box-shadow: 0 0 0 4px rgba(0, 97, 162, 0.12);
}

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

.home-button-primary[b-p5mmzujuej] {
    background: #0061a2;
    color: #ffffff;
    box-shadow: 0 16px 28px rgba(0, 97, 162, 0.18);
}

.home-button-secondary[b-p5mmzujuej],
.assignment-edit-link[b-p5mmzujuej] {
    border-color: #c8d6e4;
    background: #ffffff;
    color: #111111;
}

.assignment-edit-link[b-p5mmzujuej] {
    min-height: auto;
    padding: 0.5rem;
    border-color: #d4e1ec;
    border-radius: 0.75rem;
    pointer-events: auto;
}

.assignment-edit-icon[b-p5mmzujuej] {
    display: block;
    width: 1rem;
    height: 1rem;
}

.home-messages[b-p5mmzujuej] {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.home-message[b-p5mmzujuej] {
    margin: 0;
    padding: 0.95rem 1rem;
    border: 1px solid #d6e4ee;
    border-radius: 1rem;
    background: #f7fbfe;
    color: #365165;
    line-height: 1.6;
}

.assignment-groups[b-p5mmzujuej] {
    display: grid;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

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

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

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

.assignment-card[b-p5mmzujuej] {
    position: relative;
    padding: 1rem;
    border: 1px solid #d8e3ed;
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.05);
    transition: transform 160ms ease, box-shadow 160ms ease;
}

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

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

.assignment-card:hover[b-p5mmzujuej] {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(0, 97, 162, 0.08);
}

.assignment-card-header[b-p5mmzujuej] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5rem;
}

.assignment-card-copy[b-p5mmzujuej] {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
    pointer-events: none;
}

.assignment-card-meta[b-p5mmzujuej] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem 0.5rem;
    margin-bottom: 0.5rem;
    color: #0061a2;
    font-size: 0.64rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.assignment-card-title[b-p5mmzujuej] {
    margin: 0;
    color: #111111;
    font-size: 1.02rem;
    line-height: 1.2;
    font-weight: 600;
}

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

.assignment-badge[b-p5mmzujuej] {
    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-p5mmzujuej] {
    border-color: #b6d2e7;
    background: #eaf4fb;
    color: #003f6b;
}

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

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

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

.assignment-dialog-layer[b-p5mmzujuej] {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: rgba(11, 26, 38, 0.2);
    backdrop-filter: blur(4px);
    overflow-y: auto;
    z-index: 30;
}

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

.assignment-detail-overlay[b-p5mmzujuej] {
    z-index: 40;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: rgba(11, 26, 38, 0.2);
    backdrop-filter: blur(4px);
}

.assignment-detail-card[b-p5mmzujuej] {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow-y: auto;
    padding: 1.5rem;
    background: #ffffff;
}

.assignment-detail-dialog[b-p5mmzujuej] {
    max-width: 64rem;
}

.assignment-detail-header[b-p5mmzujuej] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.assignment-detail-title[b-p5mmzujuej] {
    max-width: 48rem;
    margin: 0;
    color: #0061a2;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.02;
    font-weight: 600;
    letter-spacing: -0.04em;
}

.assignment-detail-subtitle[b-p5mmzujuej] {
    margin: 0.75rem 0 0;
    color: #111111;
    font-size: 1.125rem;
    line-height: 1.5;
}

.assignment-detail-toolbar[b-p5mmzujuej] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.assignment-detail-icon-button[b-p5mmzujuej] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    border: 1px solid #d4e1ec;
    border-radius: 0.75rem;
    background: #ffffff;
    color: #0f172a;
    cursor: pointer;
    transition: background-color 160ms ease, transform 160ms ease;
}

.assignment-detail-icon-button:hover[b-p5mmzujuej] {
    background: #f4f8fb;
    transform: translateY(-1px);
}

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

.assignment-detail-icon[b-p5mmzujuej] {
    display: block;
}

.assignment-detail-icon-pencil[b-p5mmzujuej] {
    width: 1.75rem;
    height: 1.75rem;
}

.assignment-detail-icon-close[b-p5mmzujuej] {
    width: 2.25rem;
    height: 2.25rem;
}

.assignment-detail-content[b-p5mmzujuej] {
    min-height: 16rem;
    margin-top: 2rem;
    color: #111111;
    font-size: 1.125rem;
    line-height: 1.78;
}

.assignment-detail-content p[b-p5mmzujuej] {
    margin: 0 0 1.25rem;
}

.assignment-detail-link[b-p5mmzujuej] {
    color: #0061a2;
    text-decoration: underline;
    text-decoration-color: #8ab5d1;
    text-underline-offset: 0.25rem;
}

.assignment-detail-footer[b-p5mmzujuej] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 3rem;
    color: #111111;
    font-size: 1rem;
}

@media (min-width: 640px) {
    .assignment-dialog-layer[b-p5mmzujuej] {
        padding: 1rem;
    }

    .assignment-detail-overlay[b-p5mmzujuej] {
        padding: 1rem;
    }

    .assignment-detail-card[b-p5mmzujuej] {
        width: min(100%, 64rem);
        height: auto;
        max-height: calc(100vh - 2rem);
        padding: 2.5rem;
        border: 1px solid #d8e3ed;
        border-radius: 1.5rem;
        box-shadow: 0 30px 60px rgba(15, 23, 42, 0.12);
    }

    .assignment-detail-footer[b-p5mmzujuej] {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        gap: 1rem;
    }
}

@media (max-width: 900px) {
    .home-page[b-p5mmzujuej] {
        padding: 0.75rem;
    }

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

    .home-header[b-p5mmzujuej],
    .home-toolbar[b-p5mmzujuej] {
        grid-template-columns: 1fr;
        display: grid;
    }
}

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

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

    .home-branding[b-p5mmzujuej] {
        align-items: flex-start;
    }

    .home-brand-mark[b-p5mmzujuej] {
        width: 3.4rem;
        height: 3.4rem;
    }

    .home-chip[b-p5mmzujuej],
    .home-chip-outline[b-p5mmzujuej],
    .home-button[b-p5mmzujuej],
    .home-icon-button[b-p5mmzujuej] {
        width: 100%;
    }

    .assignment-card-header[b-p5mmzujuej] {
        gap: 0.75rem;
    }

    .assignment-card-title[b-p5mmzujuej] {
        font-size: 1rem;
    }

    .assignment-detail-card[b-p5mmzujuej] {
        padding: 1rem;
    }

    .assignment-detail-header[b-p5mmzujuej] {
        gap: 0.75rem;
    }

    .assignment-detail-title[b-p5mmzujuej] {
        font-size: 2rem;
    }

    .assignment-detail-subtitle[b-p5mmzujuej],
    .assignment-detail-content[b-p5mmzujuej] {
        font-size: 1rem;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-page[b-5hu5a85jgv] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 1.5rem;
}

.login-shell[b-5hu5a85jgv] {
    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-5hu5a85jgv] {
    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-5hu5a85jgv] {
    width: min(100%, 24rem);
}

.login-hero h1[b-5hu5a85jgv] {
    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-5hu5a85jgv] {
    margin: 1.25rem 0 0;
    max-width: 30rem;
    color: #334155;
    font-size: 1.1rem;
    line-height: 1.7;
}

.login-card[b-5hu5a85jgv] {
    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-5hu5a85jgv] {
    display: none;
    width: min(100%, 12rem);
    margin: 0 auto 1.5rem;
}

.login-copy[b-5hu5a85jgv] {
    text-align: left;
}

.login-eyebrow[b-5hu5a85jgv] {
    display: inline-block;
    color: #0061a2;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.login-copy h2[b-5hu5a85jgv] {
    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-5hu5a85jgv] {
    margin: 0.9rem 0 0;
    color: #5c7185;
    line-height: 1.7;
}

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

.login-input[b-5hu5a85jgv] {
    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-5hu5a85jgv]::placeholder {
    color: #7a8ea1;
}

.login-input:hover[b-5hu5a85jgv] {
    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-5hu5a85jgv] {
    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-5hu5a85jgv] {
    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-5hu5a85jgv] {
    transform: translateY(-1px);
}

.login-button:focus-visible[b-5hu5a85jgv] {
    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-5hu5a85jgv] {
        grid-template-columns: 1fr;
        padding: 1.25rem;
    }

    .login-hero[b-5hu5a85jgv] {
        display: none;
    }

    .login-logo-mobile[b-5hu5a85jgv] {
        display: block;
    }

    .login-copy[b-5hu5a85jgv] {
        text-align: center;
    }
}

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

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

    .login-card[b-5hu5a85jgv] {
        padding: 1.5rem;
    }
}
