/* _content/Grade.Website/Components/Features/Dashboard/ApproverDot.razor.rz.scp.css */
.approver-dot[b-jr6u7tj2d6] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: default;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    background: #e2e8f0;
    color: #64748b;
}

.approver-dot:hover[b-jr6u7tj2d6] {
    transform: scale(1.15);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

.approver-dot--approved[b-jr6u7tj2d6] {
    background: rgba(16, 185, 129, 0.16);
    color: var(--mud-palette-success);
}

.approver-dot--rejected[b-jr6u7tj2d6] {
    background: rgba(239, 68, 68, 0.16);
    color: var(--mud-palette-error);
}

.approver-dot--waiting[b-jr6u7tj2d6] {
    background: rgba(49, 93, 174, 0.16);
    color: var(--mud-palette-primary);
}

.approver-dot--queued[b-jr6u7tj2d6] {
    background: rgba(100, 116, 139, 0.10);
    color: #94a3b8;
}

.approver-dot--unset[b-jr6u7tj2d6] {
    background: rgba(245, 158, 11, 0.12);
    color: var(--mud-palette-warning);
}
/* _content/Grade.Website/Components/Features/Dashboard/ApproverDotEditGradeI.razor.rz.scp.css */
.approver-dot[b-s806j8ibi2] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: default;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    background: #e2e8f0;
    color: #64748b;
}

.approver-dot:hover[b-s806j8ibi2] {
    transform: scale(1.15);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

.approver-dot--approved[b-s806j8ibi2] {
    background: rgba(16, 185, 129, 0.16);
    color: var(--mud-palette-success);
}

.approver-dot--rejected[b-s806j8ibi2] {
    background: rgba(239, 68, 68, 0.16);
    color: var(--mud-palette-error);
}

.approver-dot--waiting[b-s806j8ibi2] {
    background: rgba(49, 93, 174, 0.16);
    color: var(--mud-palette-primary);
}

.approver-dot--queued[b-s806j8ibi2] {
    background: rgba(100, 116, 139, 0.10);
    color: #94a3b8;
}

.approver-dot--unset[b-s806j8ibi2] {
    background: rgba(245, 158, 11, 0.12);
    color: var(--mud-palette-warning);
}
/* _content/Grade.Website/Components/Features/Dashboard/ChangeGradeSectionCard.razor.rz.scp.css */
.section-card[b-yjpyf6d0mq] {
    background: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    padding: 8px 12px;
    min-height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

.section-card--clickable[b-yjpyf6d0mq] {
    cursor: pointer;
}

.section-card--clickable:hover[b-yjpyf6d0mq] {
    border-color: var(--mud-palette-primary);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.section-card--clickable:focus-visible[b-yjpyf6d0mq] {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: -2px;
}

.section-card--clickable:active[b-yjpyf6d0mq] {
    transform: scale(0.995);
}

.section-card--action[b-yjpyf6d0mq] {
    border-left: 3px solid var(--mud-palette-warning);
}

/* Row 1: header */
.section-card__header[b-yjpyf6d0mq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    min-height: 0;
}

.section-card__id[b-yjpyf6d0mq] {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    overflow: hidden;
}

.section-card__code[b-yjpyf6d0mq] {
    font-weight: 600;
    font-size: 0.875rem;
    white-space: nowrap;
}

.section-card__code--linked[b-yjpyf6d0mq] {
    color: var(--mud-palette-primary);
}

.section-card__meta-sep[b-yjpyf6d0mq] {
    color: var(--mud-palette-lines-default);
    flex-shrink: 0;
}

.section-card__meta-text[b-yjpyf6d0mq] {
    font-size: 0.75rem;
    color: var(--mud-palette-text-secondary);
    white-space: nowrap;
}

.section-card__header-end[b-yjpyf6d0mq] {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
}

/* Row 2: subject name + detail combined */
.section-card__subtitle[b-yjpyf6d0mq] {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    overflow: hidden;
}

.section-card__name[b-yjpyf6d0mq] {
    font-weight: 600;
    font-size: 0.8125rem;
    line-height: 1.3;
    color: var(--mud-palette-text-primary);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 1;
    min-width: 0;
}

.section-card__detail[b-yjpyf6d0mq] {
    font-size: 0.75rem;
    color: var(--mud-palette-text-secondary);
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 1;
    min-width: 0;
}

/* Approver dots inline in header */
.section-card__approver-dots[b-yjpyf6d0mq] {
    display: flex;
    gap: 3px;
    margin-right: 4px;
    flex-shrink: 0;
}

/* Mobile: ensure 44px touch targets */
@media (max-width: 600px) {
    .section-card__header-end[b-yjpyf6d0mq]  .mud-icon-button {
        min-width: 44px;
        min-height: 44px;
    }
}
/* _content/Grade.Website/Components/Features/Dashboard/GradeEditGradeISectionCard.razor.rz.scp.css */
.section-card[b-oyl3iquh10] {
    background: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    padding: 8px 12px;
    min-height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

.section-card--clickable[b-oyl3iquh10] {
    cursor: pointer;
}

.section-card--clickable:hover[b-oyl3iquh10] {
    border-color: var(--mud-palette-primary);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.section-card--clickable:focus-visible[b-oyl3iquh10] {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: -2px;
}

.section-card--clickable:active[b-oyl3iquh10] {
    transform: scale(0.995);
}

.section-card--action[b-oyl3iquh10] {
    border-left: 3px solid var(--mud-palette-warning);
}

/* Row 1: header */
.section-card__header[b-oyl3iquh10] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    min-height: 0;
}

.section-card__id[b-oyl3iquh10] {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    overflow: hidden;
}

.section-card__code[b-oyl3iquh10] {
    font-weight: 600;
    font-size: 0.875rem;
    white-space: nowrap;
}

.section-card__code--linked[b-oyl3iquh10] {
    color: var(--mud-palette-primary);
}

.section-card__meta-sep[b-oyl3iquh10] {
    color: var(--mud-palette-lines-default);
    flex-shrink: 0;
}

.section-card__meta-text[b-oyl3iquh10] {
    font-size: 0.75rem;
    color: var(--mud-palette-text-secondary);
    white-space: nowrap;
}

.section-card__header-end[b-oyl3iquh10] {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
}

/* Row 2: subject name + detail combined */
.section-card__subtitle[b-oyl3iquh10] {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    overflow: hidden;
}

.section-card__name[b-oyl3iquh10] {
    font-weight: 600;
    font-size: 0.8125rem;
    line-height: 1.3;
    color: var(--mud-palette-text-primary);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 1;
    min-width: 0;
}

.section-card__detail[b-oyl3iquh10] {
    font-size: 0.75rem;
    color: var(--mud-palette-text-secondary);
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 1;
    min-width: 0;
}

/* Approver dots inline in header */
.section-card__approver-dots[b-oyl3iquh10] {
    display: flex;
    gap: 3px;
    margin-right: 4px;
    flex-shrink: 0;
}

/* Mobile: ensure 44px touch targets */
@media (max-width: 600px) {
    .section-card__header-end[b-oyl3iquh10]  .mud-icon-button {
        min-width: 44px;
        min-height: 44px;
    }
}
/* _content/Grade.Website/Components/Features/Dashboard/GradeISectionsTable.razor.rz.scp.css */
/* View transition */
.view-transition-enter[b-clt4lxp54o] {
    animation: viewFadeIn-b-clt4lxp54o 0.2s ease-out forwards;
}

@keyframes viewFadeIn-b-clt4lxp54o {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Batch action bar */
.batch-action-bar[b-clt4lxp54o] {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    border: 1px solid var(--mud-palette-primary);
    border-radius: 0.5rem;
    padding: 0.625rem 1rem;
}

/* Responsive filters */
@media (max-width: 600px) {
    [b-clt4lxp54o] .filter-row > * {
        flex: 1 1 100%;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .view-transition-enter[b-clt4lxp54o] {
        animation: none;
        opacity: 1;
        transform: none;
    }
}
/* _content/Grade.Website/Components/Features/Dashboard/GradeSectionCard.razor.rz.scp.css */
.section-card[b-hh4sgtnyna] {
    background: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    padding: 8px 12px;
    min-height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

.section-card--clickable[b-hh4sgtnyna] {
    cursor: pointer;
}

.section-card--clickable:hover[b-hh4sgtnyna] {
    border-color: var(--mud-palette-primary);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.section-card--clickable:focus-visible[b-hh4sgtnyna] {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: -2px;
}

.section-card--clickable:active[b-hh4sgtnyna] {
    transform: scale(0.995);
}

.section-card--action[b-hh4sgtnyna] {
    border-left: 3px solid var(--mud-palette-warning);
}

/* Row 1: header */
.section-card__header[b-hh4sgtnyna] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    min-height: 0;
}

.section-card__id[b-hh4sgtnyna] {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    overflow: hidden;
}

.section-card__code[b-hh4sgtnyna] {
    font-weight: 600;
    font-size: 0.875rem;
    white-space: nowrap;
}

.section-card__code--linked[b-hh4sgtnyna] {
    color: var(--mud-palette-primary);
}

.section-card__meta-sep[b-hh4sgtnyna] {
    color: var(--mud-palette-lines-default);
    flex-shrink: 0;
}

.section-card__meta-text[b-hh4sgtnyna] {
    font-size: 0.75rem;
    color: var(--mud-palette-text-secondary);
    white-space: nowrap;
}

.section-card__header-end[b-hh4sgtnyna] {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
}

/* Row 2: subject name + detail combined */
.section-card__subtitle[b-hh4sgtnyna] {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    overflow: hidden;
}

.section-card__name[b-hh4sgtnyna] {
    font-weight: 600;
    font-size: 0.8125rem;
    line-height: 1.3;
    color: var(--mud-palette-text-primary);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 1;
    min-width: 0;
}

.section-card__detail[b-hh4sgtnyna] {
    font-size: 0.75rem;
    color: var(--mud-palette-text-secondary);
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 1;
    min-width: 0;
}

/* Approver dots inline in header */
.section-card__approver-dots[b-hh4sgtnyna] {
    display: flex;
    gap: 3px;
    margin-right: 4px;
    flex-shrink: 0;
}

/* Mobile: ensure 44px touch targets */
@media (max-width: 600px) {
    .section-card__header-end[b-hh4sgtnyna]  .mud-icon-button {
        min-width: 44px;
        min-height: 44px;
    }
}
/* _content/Grade.Website/Components/Features/Dashboard/GradeSectionsTable.razor.rz.scp.css */
@media (max-width: 600px) {
    [b-zrnmfgq3qx] .filter-row > * {
        flex: 1 1 100%;
    }
}
/* _content/Grade.Website/Components/Features/Dashboard/GradeStatusCard.razor.rz.scp.css */
/* Status Card Styles */
.stat-card[b-6hiiyzu8yo] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 0.75rem;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    animation: fadeIn-b-6hiiyzu8yo 0.6s ease-out;
}

.stat-card:hover[b-6hiiyzu8yo] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.stat-card-active[b-6hiiyzu8yo] {
    background: var(--card-active-bg-gradient, linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%)) !important;
    border: 3px solid var(--card-active-border-color, #6366f1) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.2);
}

.stat-icon[b-6hiiyzu8yo] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.stat-label[b-6hiiyzu8yo] {
    color: #64748b !important;
    font-size: 0.875rem !important;
}

/* Animations */
@keyframes fadeIn-b-6hiiyzu8yo {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* _content/Grade.Website/Components/Features/Dashboard/GradeStatusCardEditGradeI.razor.rz.scp.css */
/* Status Card Styles */
.stat-card[b-9wf5p7wcjd] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 0.75rem;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    animation: fadeIn-b-9wf5p7wcjd 0.6s ease-out;
}

.stat-card:hover[b-9wf5p7wcjd] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.stat-card-active[b-9wf5p7wcjd] {
    background: var(--card-active-bg-gradient, linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%)) !important;
    border: 3px solid var(--card-active-border-color, #6366f1) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.2);
}

.stat-icon[b-9wf5p7wcjd] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.stat-label[b-9wf5p7wcjd] {
    color: #64748b !important;
    font-size: 0.875rem !important;
}

/* Animations */
@keyframes fadeIn-b-9wf5p7wcjd {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* _content/Grade.Website/Components/Features/Dashboard/HeroSection.razor.rz.scp.css */
/* Hero Section */
.hero-section[b-igf0buawow] {
    background: linear-gradient(135deg, var(--mud-palette-secondary) 0%, var(--mud-palette-tertiary) 100%);
    border-radius: 0.75rem;
    padding: 1.25rem 2rem;
    position: relative;
    overflow: hidden;
    animation: fadeIn-b-igf0buawow 0.3s ease-out;
}

.hero-section[b-igf0buawow]::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.hero-layout[b-igf0buawow] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    position: relative;
    z-index: 1;
}

.hero-content[b-igf0buawow] {
    flex: 1;
    min-width: 0;
}

.welcome-text[b-igf0buawow] {
    color: white !important;
    opacity: 0.95;
}

.user-name[b-igf0buawow] {
    color: white !important;
    font-weight: 600 !important;
}

.hero-subtitle[b-igf0buawow] {
    color: rgba(255, 255, 255, 0.8) !important;
    margin-top: 0.25rem !important;
}

/* Inline Progress */
.hero-progress[b-igf0buawow] {
    flex-shrink: 0;
    min-width: 240px;
    max-width: 320px;
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

[b-igf0buawow] .hero-progress__bar {
    height: 10px !important;
    background: rgba(255, 255, 255, 0.25) !important;
}

[b-igf0buawow] .hero-progress__count {
    justify-content: flex-end;
}

/* Animations */
@keyframes fadeIn-b-igf0buawow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Tutorial button inside hero */
.hero-actions[b-igf0buawow] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.hero-tutorial-btn[b-igf0buawow] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1.5px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 0.775rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    font-family: inherit;
    white-space: nowrap;
    transition: border-color 0.15s, background 0.15s, color 0.15s;
}

.hero-tutorial-btn:hover[b-igf0buawow] {
    border-color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

/* Responsive Design */
@media (max-width: 960px) {
    .hero-section[b-igf0buawow] {
        padding: 1.25rem 1.5rem;
    }

    .hero-progress[b-igf0buawow] {
        min-width: 200px;
        max-width: 260px;
    }
}

@media (max-width: 600px) {
    .hero-section[b-igf0buawow] {
        padding: 1rem 1.25rem;
        border-radius: 16px;
    }

    .hero-layout[b-igf0buawow] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }

    .welcome-text[b-igf0buawow] {
        font-size: 1.25rem !important;
    }

    .hero-progress[b-igf0buawow] {
        min-width: unset;
        max-width: unset;
        text-align: left;
    }
}
/* _content/Grade.Website/Components/Features/Dashboard/HomeRejectedSubmissionCard.razor.rz.scp.css */
/* Compact Rejected Submission Card Styles */
.rejected-card[b-g14bjao0o1] {
    min-width: 336px;
    max-width: 384px;
}

.rejected-submission-card[b-g14bjao0o1] {
    background: #fef9f9 !important;
    border: 1px solid #fecaca !important;
    border-left: 4px solid #ef4444 !important;
    border-radius: 10px !important;
    transition: all 0.3s ease !important;
    max-height: 155px;
}

.rejected-submission-card:hover[b-g14bjao0o1] {
    background: #fef2f2 !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.1) !important;
    border-color: #fca5a5 !important;
}

/* Horizontal layout for compact design */
.card-content[b-g14bjao0o1] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    gap: 20px;
    padding-top: 6px;
}

.subject-info-section[b-g14bjao0o1] {
    flex: 1;
    min-width: 0; /* Allow text truncation */
    display: flex;
    flex-direction: column;
    gap: 0;
}

.action-section[b-g14bjao0o1] {
    flex-shrink: 0;
    align-self: start;
}

/* Compact subject information styles */
.subject-code[b-g14bjao0o1] {
    color: #374151 !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
}

.subject-name[b-g14bjao0o1] {
    color: #4b5563 !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 3px 0;
}

/* Compact rejection details */
.rejection-reason[b-g14bjao0o1] {
    color: #6b7280 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 220px;
    font-style: italic;
}

.timestamp[b-g14bjao0o1] {
    color: #9ca3af !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    white-space: nowrap;
}

/* Compact action button styles */
.acknowledge-btn[b-g14bjao0o1] {
    border-color: #ef4444 !important;
    color: #ef4444 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    min-width: 72px;
    height: 34px;
    padding: 6px 12px !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
}

.acknowledge-btn:hover[b-g14bjao0o1] {
    background: rgba(239, 68, 68, 0.05) !important;
    border-color: #dc2626 !important;
    color: #dc2626 !important;
}

.acknowledge-btn:active[b-g14bjao0o1] {
    background: rgba(239, 68, 68, 0.1) !important;
}

/* Responsive design for compact cards */
@media (max-width: 768px) {
    .rejected-card[b-g14bjao0o1] {
        min-width: 312px;
        max-width: 336px;
    }

    .card-content[b-g14bjao0o1] {
        gap: 16px;
    }

    .rejected-submission-card[b-g14bjao0o1] {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 480px) {
    .rejected-card[b-g14bjao0o1] {
        min-width: 288px;
        max-width: 312px;
    }

    .subject-code[b-g14bjao0o1] {
        font-size: 15px !important;
    }

    .subject-name[b-g14bjao0o1] {
        font-size: 13px !important;
    }

    .rejection-reason[b-g14bjao0o1] {
        font-size: 12px !important;
        max-width: 180px;
    }

    .timestamp[b-g14bjao0o1] {
        font-size: 12px !important;
    }

    .acknowledge-btn[b-g14bjao0o1] {
        font-size: 13px !important;
        min-width: 60px;
        height: 30px;
    }

    .card-content[b-g14bjao0o1] {
        gap: 12px;
    }
}

/* Smooth animations */
@keyframes fadeInSlide-b-g14bjao0o1 {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.rejected-card[b-g14bjao0o1] {
    animation: fadeInSlide-b-g14bjao0o1 0.2s ease-out;
}

/* Focus states for accessibility */
.rejected-card:focus-within[b-g14bjao0o1] {
    outline: 2px solid #dc2626;
    outline-offset: 2px;
    border-radius: 8px;
}

.acknowledge-btn:focus[b-g14bjao0o1] {
    outline: 2px solid #ef4444;
    outline-offset: 1px;
}
/* _content/Grade.Website/Components/Features/Dashboard/HomeRejectedSubmissionsList.razor.rz.scp.css */
.rejected-submissions-container[b-cmhybmbmld] {
    background: #fef9f9 !important;
    border: 1px solid #fecaca !important;
    border-radius: 16px !important;
}

.rejected-header[b-cmhybmbmld] {
    color: #dc2626 !important;
    font-weight: 600 !important;
}

.rejected-count-chip[b-cmhybmbmld] {
    background: rgba(239, 68, 68, 0.1) !important;
    color: #dc2626 !important;
    font-weight: 600 !important;
}

.rejected-cards-scroll[b-cmhybmbmld] {
    overflow-x: auto;
    padding: 4px 0;
    scrollbar-width: thin;
    scrollbar-color: #fca5a5 #fef9f9;
}

    .rejected-cards-scroll[b-cmhybmbmld]::-webkit-scrollbar {
        height: 6px;
    }

    .rejected-cards-scroll[b-cmhybmbmld]::-webkit-scrollbar-track {
        background: #fef9f9;
        border-radius: 3px;
    }

    .rejected-cards-scroll[b-cmhybmbmld]::-webkit-scrollbar-thumb {
        background: #fca5a5;
        border-radius: 3px;
    }

    .rejected-cards-scroll[b-cmhybmbmld]::-webkit-scrollbar-thumb:hover {
        background: #f87171;
    }

.rejected-cards-container[b-cmhybmbmld] {
    display: flex;
    gap: 1rem;
    padding: 4px;
}

.rejected-card[b-cmhybmbmld] {
    min-width: 320px;
    max-width: 400px;
}

.rejected-card-skeleton[b-cmhybmbmld] {
    flex-shrink: 0;
}

.rejected-alert[b-cmhybmbmld] {
    background: rgba(251, 191, 36, 0.1) !important;
    border: 1px solid #fde047 !important;
    border-radius: 8px !important;
}

/* Responsive design */
@media (max-width: 768px) {
    .rejected-cards-container[b-cmhybmbmld] {
        gap: 0.75rem;
    }

    .rejected-submissions-container[b-cmhybmbmld] {
        margin-bottom: 0.75rem;
    }
}

@media (max-width: 480px) {
    .rejected-cards-container[b-cmhybmbmld] {
        gap: 0.5rem;
        padding: 2px;
    }

    .rejected-header[b-cmhybmbmld] {
        font-size: 1.1rem !important;
    }
}
/* _content/Grade.Website/Components/Features/Dashboard/RejectedAddGradeSubmissionCard.razor.rz.scp.css */
/* Compact Rejected Submission Card Styles */
.rejected-card[b-hy9acp8zp6] {
    min-width: 336px;
    max-width: 384px;
}

.rejected-submission-card[b-hy9acp8zp6] {
    background: #fef9f9 !important;
    border: 1px solid #fecaca !important;
    border-left: 4px solid #ef4444 !important;
    border-radius: 10px !important;
    transition: all 0.3s ease !important;
    max-height: 130px;
}

.rejected-submission-card:hover[b-hy9acp8zp6] {
    background: #fef2f2 !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.1) !important;
    border-color: #fca5a5 !important;
}

/* Horizontal layout for compact design */
.card-content[b-hy9acp8zp6] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    gap: 20px;
    padding-top: 6px;
}

.subject-info-section[b-hy9acp8zp6] {
    flex: 1;
    min-width: 0; /* Allow text truncation */
    display: flex;
    flex-direction: column;
    gap: 0;
}

.action-section[b-hy9acp8zp6] {
    flex-shrink: 0;
    align-self: start;
}

/* Compact information styles */
.info-icon[b-hy9acp8zp6] {
    opacity: 0.6;
    cursor: help;
}

.info-icon:hover[b-hy9acp8zp6] {
    opacity: 1;
}

/* Compact subject information styles */
.subject-code[b-hy9acp8zp6] {
    color: #374151 !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
}

.subject-name[b-hy9acp8zp6] {
    color: #4b5563 !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 3px 0;
}

/* Compact rejection details */
.rejection-reason[b-hy9acp8zp6] {
    color: #6b7280 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 220px;
    font-style: italic;
}

.timestamp[b-hy9acp8zp6] {
    color: #9ca3af !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    white-space: nowrap;
}

/* Compact action button styles */
.acknowledge-btn[b-hy9acp8zp6] {
    border-color: #ef4444 !important;
    color: #ef4444 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    min-width: 72px;
    height: 34px;
    padding: 6px 12px !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
}

.acknowledge-btn:hover[b-hy9acp8zp6] {
    background: rgba(239, 68, 68, 0.05) !important;
    border-color: #dc2626 !important;
    color: #dc2626 !important;
}

.acknowledge-btn:active[b-hy9acp8zp6] {
    background: rgba(239, 68, 68, 0.1) !important;
}

/* Responsive design for compact cards */
@media (max-width: 768px) {
    .rejected-card[b-hy9acp8zp6] {
        min-width: 312px;
        max-width: 336px;
    }

    .card-content[b-hy9acp8zp6] {
        gap: 16px;
    }

    .rejected-submission-card[b-hy9acp8zp6] {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 480px) {
    .rejected-card[b-hy9acp8zp6] {
        min-width: 288px;
        max-width: 312px;
    }

    .subject-code[b-hy9acp8zp6] {
        font-size: 15px !important;
    }

    .subject-name[b-hy9acp8zp6] {
        font-size: 13px !important;
    }

    .rejection-reason[b-hy9acp8zp6] {
        font-size: 12px !important;
        max-width: 180px;
    }

    .timestamp[b-hy9acp8zp6] {
        font-size: 12px !important;
    }

    .acknowledge-btn[b-hy9acp8zp6] {
        font-size: 13px !important;
        min-width: 60px;
        height: 30px;
    }

    .card-content[b-hy9acp8zp6] {
        gap: 12px;
    }
}

/* Smooth animations */
@keyframes fadeInSlide-b-hy9acp8zp6 {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.rejected-card[b-hy9acp8zp6] {
    animation: fadeInSlide-b-hy9acp8zp6 0.2s ease-out;
}

/* Focus states for accessibility */
.rejected-card:focus-within[b-hy9acp8zp6] {
    outline: 2px solid #dc2626;
    outline-offset: 2px;
    border-radius: 8px;
}

.acknowledge-btn:focus[b-hy9acp8zp6] {
    outline: 2px solid #ef4444;
    outline-offset: 1px;
}
/* _content/Grade.Website/Components/Features/Dashboard/RejectedChangeGradeSubmissionCard.razor.rz.scp.css */
/* Compact Rejected Submission Card Styles */
.rejected-card[b-kx9p8w65ie] {
    min-width: 336px;
    max-width: 384px;
}

.rejected-submission-card[b-kx9p8w65ie] {
    background: #fef9f9 !important;
    border: 1px solid #fecaca !important;
    border-left: 4px solid #ef4444 !important;
    border-radius: 10px !important;
    transition: all 0.3s ease !important;
    max-height: 130px;
}

.rejected-submission-card:hover[b-kx9p8w65ie] {
    background: #fef2f2 !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.1) !important;
    border-color: #fca5a5 !important;
}

/* Horizontal layout for compact design */
.card-content[b-kx9p8w65ie] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    gap: 20px;
    padding-top: 6px;
}

.subject-info-section[b-kx9p8w65ie] {
    flex: 1;
    min-width: 0; /* Allow text truncation */
    display: flex;
    flex-direction: column;
    gap: 0;
}

.action-section[b-kx9p8w65ie] {
    flex-shrink: 0;
    align-self: start;
}

/* Compact subject information styles */
.subject-code[b-kx9p8w65ie] {
    color: #374151 !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
}

.subject-name[b-kx9p8w65ie] {
    color: #4b5563 !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 3px 0;
}

/* Compact rejection details */
.rejection-reason[b-kx9p8w65ie] {
    color: #6b7280 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 220px;
    font-style: italic;
}

.timestamp[b-kx9p8w65ie] {
    color: #9ca3af !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    white-space: nowrap;
}

/* Compact action button styles */
.acknowledge-btn[b-kx9p8w65ie] {
    border-color: #ef4444 !important;
    color: #ef4444 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    min-width: 72px;
    height: 34px;
    padding: 6px 12px !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
}

.acknowledge-btn:hover[b-kx9p8w65ie] {
    background: rgba(239, 68, 68, 0.05) !important;
    border-color: #dc2626 !important;
    color: #dc2626 !important;
}

.acknowledge-btn:active[b-kx9p8w65ie] {
    background: rgba(239, 68, 68, 0.1) !important;
}

/* Responsive design for compact cards */
@media (max-width: 768px) {
    .rejected-card[b-kx9p8w65ie] {
        min-width: 312px;
        max-width: 336px;
    }

    .card-content[b-kx9p8w65ie] {
        gap: 16px;
    }

    .rejected-submission-card[b-kx9p8w65ie] {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 480px) {
    .rejected-card[b-kx9p8w65ie] {
        min-width: 288px;
        max-width: 312px;
    }

    .subject-code[b-kx9p8w65ie] {
        font-size: 15px !important;
    }

    .subject-name[b-kx9p8w65ie] {
        font-size: 13px !important;
    }

    .rejection-reason[b-kx9p8w65ie] {
        font-size: 12px !important;
        max-width: 180px;
    }

    .timestamp[b-kx9p8w65ie] {
        font-size: 12px !important;
    }

    .acknowledge-btn[b-kx9p8w65ie] {
        font-size: 13px !important;
        min-width: 60px;
        height: 30px;
    }

    .card-content[b-kx9p8w65ie] {
        gap: 12px;
    }
}

/* Smooth animations */
@keyframes fadeInSlide-b-kx9p8w65ie {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.rejected-card[b-kx9p8w65ie] {
    animation: fadeInSlide-b-kx9p8w65ie 0.2s ease-out;
}

/* Focus states for accessibility */
.rejected-card:focus-within[b-kx9p8w65ie] {
    outline: 2px solid #dc2626;
    outline-offset: 2px;
    border-radius: 8px;
}

.acknowledge-btn:focus[b-kx9p8w65ie] {
    outline: 2px solid #ef4444;
    outline-offset: 1px;
}
/* _content/Grade.Website/Components/Features/Dashboard/RejectedSubmissionCard.razor.rz.scp.css */
/* Compact Rejected Submission Card Styles */
.rejected-card[b-6qa7hn14tw] {
    min-width: 336px;
    max-width: 384px;
}

.rejected-submission-card[b-6qa7hn14tw] {
    background: #fef9f9 !important;
    border: 1px solid #fecaca !important;
    border-left: 4px solid #ef4444 !important;
    border-radius: 10px !important;
    transition: all 0.3s ease !important;
    max-height: 130px;
}

.rejected-submission-card:hover[b-6qa7hn14tw] {
    background: #fef2f2 !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.1) !important;
    border-color: #fca5a5 !important;
}

/* Horizontal layout for compact design */
.card-content[b-6qa7hn14tw] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    gap: 20px;
    padding-top: 6px;
}

.subject-info-section[b-6qa7hn14tw] {
    flex: 1;
    min-width: 0; /* Allow text truncation */
    display: flex;
    flex-direction: column;
    gap: 0;
}

.action-section[b-6qa7hn14tw] {
    flex-shrink: 0;
    align-self: start;
}

/* Compact information styles */
.info-icon[b-6qa7hn14tw] {
    opacity: 0.6;
    cursor: help;
}

.info-icon:hover[b-6qa7hn14tw] {
    opacity: 1;
}

/* Compact subject information styles */
.subject-code[b-6qa7hn14tw] {
    color: #374151 !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
}

.subject-name[b-6qa7hn14tw] {
    color: #4b5563 !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 3px 0;
}

/* Compact rejection details */
.rejection-reason[b-6qa7hn14tw] {
    color: #6b7280 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 220px;
    font-style: italic;
}

.timestamp[b-6qa7hn14tw] {
    color: #9ca3af !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    white-space: nowrap;
}

/* Compact action button styles */
.acknowledge-btn[b-6qa7hn14tw] {
    border-color: #ef4444 !important;
    color: #ef4444 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    min-width: 72px;
    height: 34px;
    padding: 6px 12px !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
}

.acknowledge-btn:hover[b-6qa7hn14tw] {
    background: rgba(239, 68, 68, 0.05) !important;
    border-color: #dc2626 !important;
    color: #dc2626 !important;
}

.acknowledge-btn:active[b-6qa7hn14tw] {
    background: rgba(239, 68, 68, 0.1) !important;
}

/* Responsive design for compact cards */
@media (max-width: 768px) {
    .rejected-card[b-6qa7hn14tw] {
        min-width: 312px;
        max-width: 336px;
    }

    .card-content[b-6qa7hn14tw] {
        gap: 16px;
    }

    .rejected-submission-card[b-6qa7hn14tw] {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 480px) {
    .rejected-card[b-6qa7hn14tw] {
        min-width: 288px;
        max-width: 312px;
    }

    .subject-code[b-6qa7hn14tw] {
        font-size: 15px !important;
    }

    .subject-name[b-6qa7hn14tw] {
        font-size: 13px !important;
    }

    .rejection-reason[b-6qa7hn14tw] {
        font-size: 12px !important;
        max-width: 180px;
    }

    .timestamp[b-6qa7hn14tw] {
        font-size: 12px !important;
    }

    .acknowledge-btn[b-6qa7hn14tw] {
        font-size: 13px !important;
        min-width: 60px;
        height: 30px;
    }

    .card-content[b-6qa7hn14tw] {
        gap: 12px;
    }
}

/* Smooth animations */
@keyframes fadeInSlide-b-6qa7hn14tw {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.rejected-card[b-6qa7hn14tw] {
    animation: fadeInSlide-b-6qa7hn14tw 0.2s ease-out;
}

/* Focus states for accessibility */
.rejected-card:focus-within[b-6qa7hn14tw] {
    outline: 2px solid #dc2626;
    outline-offset: 2px;
    border-radius: 8px;
}

.acknowledge-btn:focus[b-6qa7hn14tw] {
    outline: 2px solid #ef4444;
    outline-offset: 1px;
}
/* _content/Grade.Website/Components/Features/Dashboard/RejectedSubmissionCardI.razor.rz.scp.css */
/* Compact Rejected Submission Card Styles */
.rejected-card[b-zaioxg9wng] {
    min-width: 336px;
    max-width: 384px;
}

.rejected-submission-card[b-zaioxg9wng] {
    background: #fef9f9 !important;
    border: 1px solid #fecaca !important;
    border-left: 4px solid #ef4444 !important;
    border-radius: 10px !important;
    transition: all 0.3s ease !important;
    max-height: 155px;
}

.rejected-submission-card:hover[b-zaioxg9wng] {
    background: #fef2f2 !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.1) !important;
    border-color: #fca5a5 !important;
}

/* Horizontal layout for compact design */
.card-content[b-zaioxg9wng] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    gap: 20px;
    padding-top: 6px;
}

.subject-info-section[b-zaioxg9wng] {
    flex: 1;
    min-width: 0; /* Allow text truncation */
    display: flex;
    flex-direction: column;
    gap: 0;
}

.action-section[b-zaioxg9wng] {
    flex-shrink: 0;
    align-self: start;
}

/* Compact subject information styles */
.subject-code[b-zaioxg9wng] {
    color: #374151 !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
}

.subject-name[b-zaioxg9wng] {
    color: #4b5563 !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 3px 0;
}

/* Compact rejection details */
.rejection-reason[b-zaioxg9wng] {
    color: #6b7280 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 220px;
    font-style: italic;
}

.timestamp[b-zaioxg9wng] {
    color: #9ca3af !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    white-space: nowrap;
}

/* Compact action button styles */
.acknowledge-btn[b-zaioxg9wng] {
    border-color: #ef4444 !important;
    color: #ef4444 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    min-width: 72px;
    height: 34px;
    padding: 6px 12px !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
}

.acknowledge-btn:hover[b-zaioxg9wng] {
    background: rgba(239, 68, 68, 0.05) !important;
    border-color: #dc2626 !important;
    color: #dc2626 !important;
}

.acknowledge-btn:active[b-zaioxg9wng] {
    background: rgba(239, 68, 68, 0.1) !important;
}

/* Responsive design for compact cards */
@media (max-width: 768px) {
    .rejected-card[b-zaioxg9wng] {
        min-width: 312px;
        max-width: 336px;
    }

    .card-content[b-zaioxg9wng] {
        gap: 16px;
    }

    .rejected-submission-card[b-zaioxg9wng] {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 480px) {
    .rejected-card[b-zaioxg9wng] {
        min-width: 288px;
        max-width: 312px;
    }

    .subject-code[b-zaioxg9wng] {
        font-size: 15px !important;
    }

    .subject-name[b-zaioxg9wng] {
        font-size: 13px !important;
    }

    .rejection-reason[b-zaioxg9wng] {
        font-size: 12px !important;
        max-width: 180px;
    }

    .timestamp[b-zaioxg9wng] {
        font-size: 12px !important;
    }

    .acknowledge-btn[b-zaioxg9wng] {
        font-size: 13px !important;
        min-width: 60px;
        height: 30px;
    }

    .card-content[b-zaioxg9wng] {
        gap: 12px;
    }
}

/* Smooth animations */
@keyframes fadeInSlide-b-zaioxg9wng {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.rejected-card[b-zaioxg9wng] {
    animation: fadeInSlide-b-zaioxg9wng 0.2s ease-out;
}

/* Focus states for accessibility */
.rejected-card:focus-within[b-zaioxg9wng] {
    outline: 2px solid #dc2626;
    outline-offset: 2px;
    border-radius: 8px;
}

.acknowledge-btn:focus[b-zaioxg9wng] {
    outline: 2px solid #ef4444;
    outline-offset: 1px;
}
/* _content/Grade.Website/Components/Features/Dashboard/ShortcutMenuItem.razor.rz.scp.css */
/* Shortcut Menu Item Styles */
.shortcut-menu-item[b-jqdq07h3cg] {
    display: block;
    text-decoration: none;
    border-radius: 16px;
    padding: 1.5rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 140px;
}

.shortcut-menu-item:hover[b-jqdq07h3cg] {
    transform: translateY(-4px);
    text-decoration: none;
}

.shortcut-menu-item[b-jqdq07h3cg]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at top right, rgba(255,255,255,0.1), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.shortcut-menu-item:hover[b-jqdq07h3cg]::before {
    opacity: 1;
}

.shortcut-menu-content[b-jqdq07h3cg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    height: 100%;
    position: relative;
    z-index: 1;
}

.shortcut-icon-container[b-jqdq07h3cg] {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
}

.shortcut-menu-item:hover .shortcut-icon-container[b-jqdq07h3cg] {
    transform: scale(1.1) rotate(5deg);
}

.menu-title[b-jqdq07h3cg] {
    margin-top: 0.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.shortcut-menu-item:hover .menu-title[b-jqdq07h3cg] {
    transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .shortcut-menu-item[b-jqdq07h3cg] {
        padding: 1rem;
        min-height: 120px;
    }
    
    .shortcut-icon-container[b-jqdq07h3cg] {
        width: 50px;
        height: 50px;
    }
    
    .shortcut-menu-content[b-jqdq07h3cg] {
        gap: 0.75rem;
    }
}

@media (max-width: 480px) {
    .shortcut-menu-item[b-jqdq07h3cg] {
        padding: 0.875rem;
        min-height: 110px;
    }
    
    .shortcut-icon-container[b-jqdq07h3cg] {
        width: 45px;
        height: 45px;
    }
}

/* Clickable variant */
.shortcut-menu-item.clickable[b-jqdq07h3cg] {
    user-select: none;
}

.shortcut-menu-item.clickable:active[b-jqdq07h3cg] {
    transform: scale(0.98);
}

/* Badge positioning */
.badge-container[b-jqdq07h3cg] {
    position: relative;
    display: inline-block;
}

/* Icon styling */
.menu-icon[b-jqdq07h3cg] {
    transition: all 0.3s ease;
}

.shortcut-menu-item:hover .menu-icon[b-jqdq07h3cg] {
    transform: scale(1.1);
}

/* Shimmer effect on hover */
@keyframes shimmer-b-jqdq07h3cg {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.shortcut-menu-item:hover[b-jqdq07h3cg]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        105deg,
        transparent 40%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 60%
    );
    background-size: 200% 100%;
    animation: shimmer-b-jqdq07h3cg 1.5s ease-out;
}
/* _content/Grade.Website/Components/Features/Lecturer/FillGrade/SubjectHeaderCard.razor.rz.scp.css */
/* Base hero card */
.hero-header-card[b-hxcd95fhbm] {
    border-radius: 16px !important;
    overflow: hidden;
    position: relative;
    animation: slideInFromTop-b-hxcd95fhbm 0.4s ease-out;
}

.hero-header-content[b-hxcd95fhbm] {
    position: relative;
    z-index: 1;
}

.hero-title[b-hxcd95fhbm] {
    font-weight: 600 !important;
    letter-spacing: 0.025em;
    margin-bottom: 0.5rem !important;
}

/* Per-type light backgrounds */

/* Normal (N): Light PSU Blue */
.hero-header-card--normal[b-hxcd95fhbm] {
    background: rgba(0, 60, 113, 0.08) !important;
}

/* Edit Incomplete (I): Light blue */
.hero-header-card--edit-i[b-hxcd95fhbm] {
    background: rgba(49, 93, 174, 0.08) !important;
}

/* Additional (A): Light teal */
.hero-header-card--additional[b-hxcd95fhbm] {
    background: rgba(0, 133, 173, 0.08) !important;
}

/* Change (C): Light cyan */
.hero-header-card--change[b-hxcd95fhbm] {
    background: rgba(0, 156, 222, 0.08) !important;
}

/* Status indicator bar */
.status-bar[b-hxcd95fhbm] {
    height: 4px;
    width: 100%;
}

.status-bar--normal[b-hxcd95fhbm] {
    background: #003C71;
}

.status-bar--edit-i[b-hxcd95fhbm] {
    background: #315DAE;
}

.status-bar--additional[b-hxcd95fhbm] {
    background: #0085AD;
}

.status-bar--change[b-hxcd95fhbm] {
    background: #009CDE;
}

/* Entrance animation */
@keyframes slideInFromTop-b-hxcd95fhbm {
    from {
        opacity: 0;
        transform: translateY(-12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-header-card[b-hxcd95fhbm] {
        animation: none;
    }
}

@media (max-width: 960px) {
    .hero-title[b-hxcd95fhbm] {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 600px) {
    .hero-header-card[b-hxcd95fhbm] {
        border-radius: 12px !important;
    }
}
/* _content/Grade.Website/Components/Features/Lecturer/FillGrade/TimelineCard.razor.rz.scp.css */
/* Timeline Card Styles */
.timeline-card[b-xauc9wkpwm] {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.timeline-card:hover[b-xauc9wkpwm] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}


/* Timeline Stepper */
.fill-grade-timeline[b-xauc9wkpwm] {
    margin-top: 0.5rem;
}

/* Stepper Step Customization */
.fill-grade-timeline[b-xauc9wkpwm]  .mud-stepper-step {
    padding: 0.75rem 0;
}

.fill-grade-timeline[b-xauc9wkpwm]  .mud-stepper-step-title {
    font-weight: 500 !important;
    color: #374151 !important;
    font-size: 0.9rem !important;
}

.fill-grade-timeline[b-xauc9wkpwm]  .mud-stepper-step-secondary-text {
    color: #6b7280 !important;
    font-size: 0.8rem !important;
    margin-top: 0.25rem;
}

/* Completed Step Styling */
.fill-grade-timeline[b-xauc9wkpwm]  .mud-stepper-step.mud-stepper-step-completed .mud-stepper-step-title {
    color: #059669 !important;
    font-weight: 600 !important;
}

.fill-grade-timeline[b-xauc9wkpwm]  .mud-stepper-step.mud-stepper-step-completed .mud-stepper-step-icon {
    background-color: #059669 !important;
    border-color: #059669 !important;
}

/* Active Step Styling */
.fill-grade-timeline[b-xauc9wkpwm]  .mud-stepper-step.mud-stepper-step-active .mud-stepper-step-title {
    color: #2563eb !important;
    font-weight: 600 !important;
}

.fill-grade-timeline[b-xauc9wkpwm]  .mud-stepper-step.mud-stepper-step-active .mud-stepper-step-icon {
    background-color: #2563eb !important;
    border-color: #2563eb !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

/* Error Step Styling */
.fill-grade-timeline[b-xauc9wkpwm]  .mud-stepper-step.mud-stepper-step-error .mud-stepper-step-title {
    color: #dc2626 !important;
    font-weight: 600 !important;
}

.fill-grade-timeline[b-xauc9wkpwm]  .mud-stepper-step.mud-stepper-step-error .mud-stepper-step-icon {
    background-color: #dc2626 !important;
    border-color: #dc2626 !important;
}

.fill-grade-timeline[b-xauc9wkpwm]  .mud-stepper-step.mud-stepper-step-error .mud-stepper-step-secondary-text {
    color: #dc2626 !important;
    font-weight: 500 !important;
}

/* Pending Step Styling */
.fill-grade-timeline[b-xauc9wkpwm]  .mud-stepper-step:not(.mud-stepper-step-completed):not(.mud-stepper-step-active):not(.mud-stepper-step-error) .mud-stepper-step-title {
    color: #9ca3af !important;
}

.fill-grade-timeline[b-xauc9wkpwm]  .mud-stepper-step:not(.mud-stepper-step-completed):not(.mud-stepper-step-active):not(.mud-stepper-step-error) .mud-stepper-step-icon {
    background-color: #f3f4f6 !important;
    border-color: #d1d5db !important;
    color: #9ca3af !important;
}

/* Connector Line Styling */
.fill-grade-timeline[b-xauc9wkpwm]  .mud-stepper-connector {
    border-color: #d1d5db !important;
}

.fill-grade-timeline[b-xauc9wkpwm]  .mud-stepper-step.mud-stepper-step-completed .mud-stepper-connector {
    border-color: #059669 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .card-header[b-xauc9wkpwm] {
        gap: 0.5rem;
        padding-bottom: 0.75rem;
    }

    .card-icon[b-xauc9wkpwm] {
        width: 32px;
        height: 32px;
    }

    .card-title[b-xauc9wkpwm] {
        font-size: 1rem !important;
    }

    .fill-grade-timeline[b-xauc9wkpwm]  .mud-stepper-step-title {
        font-size: 0.85rem !important;
    }

    .fill-grade-timeline[b-xauc9wkpwm]  .mud-stepper-step-secondary-text {
        font-size: 0.75rem !important;
    }
}

@media (max-width: 480px) {
    .timeline-card[b-xauc9wkpwm] {
        margin: 0 -0.5rem;
    }

    .card-header[b-xauc9wkpwm] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .card-title[b-xauc9wkpwm] {
        font-size: 0.9rem !important;
    }
}

/* Animation for step transitions */
.fill-grade-timeline[b-xauc9wkpwm]  .mud-stepper-step-icon {
    transition: all 0.3s ease;
}

.fill-grade-timeline[b-xauc9wkpwm]  .mud-stepper-step-title,
.fill-grade-timeline[b-xauc9wkpwm]  .mud-stepper-step-secondary-text {
    transition: color 0.3s ease;
}

/* Accessibility improvements */
.fill-grade-timeline[b-xauc9wkpwm]  .mud-stepper-step:focus {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .timeline-card[b-xauc9wkpwm] {
        box-shadow: none;
        border: 1px solid #000;
    }

    .fill-grade-timeline[b-xauc9wkpwm]  .mud-stepper-step-icon {
        print-color-adjust: exact;
    }
}
/* _content/Grade.Website/Components/Features/Staff/Report/AddGradeSectionCard.razor.rz.scp.css */
.section-card[b-zinv777ldh] {
    background: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    padding: 8px 12px;
    min-height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

.section-card--clickable[b-zinv777ldh] {
    cursor: pointer;
}

.section-card--clickable:hover[b-zinv777ldh] {
    border-color: var(--mud-palette-primary);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.section-card--clickable:focus-visible[b-zinv777ldh] {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: -2px;
}

.section-card--clickable:active[b-zinv777ldh] {
    transform: scale(0.995);
}

.section-card__header[b-zinv777ldh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    min-height: 0;
}

.section-card__id[b-zinv777ldh] {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    overflow: hidden;
}

.section-card__code[b-zinv777ldh] {
    font-weight: 600;
    font-size: 0.875rem;
    white-space: nowrap;
}

.section-card__code--linked[b-zinv777ldh] {
    color: var(--mud-palette-primary);
}

.section-card__meta-sep[b-zinv777ldh] {
    color: var(--mud-palette-lines-default);
    flex-shrink: 0;
}

.section-card__meta-text[b-zinv777ldh] {
    font-size: 0.75rem;
    color: var(--mud-palette-text-secondary);
    white-space: nowrap;
}

.section-card__header-end[b-zinv777ldh] {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
}

.section-card__subtitle[b-zinv777ldh] {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    overflow: hidden;
}

.section-card__name[b-zinv777ldh] {
    font-weight: 600;
    font-size: 0.8125rem;
    line-height: 1.3;
    color: var(--mud-palette-text-primary);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 1;
    min-width: 0;
}

.section-card__detail[b-zinv777ldh] {
    font-size: 0.75rem;
    color: var(--mud-palette-text-secondary);
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 1;
    min-width: 0;
}

.section-card__approver-dots[b-zinv777ldh] {
    display: flex;
    gap: 3px;
    margin-right: 4px;
    flex-shrink: 0;
}

@media (max-width: 600px) {
    .section-card__header-end[b-zinv777ldh]  .mud-icon-button {
        min-width: 44px;
        min-height: 44px;
    }
}
/* _content/Grade.Website/Components/Features/Staff/Report/AddGradeSubmissionTable.razor.rz.scp.css */
/* View switcher */
[b-w52aizpew8] .view-switcher {
    flex-shrink: 0;
}

[b-w52aizpew8] .view-switcher__btn {
    min-height: 36px;
    text-transform: none !important;
    font-weight: 500 !important;
    letter-spacing: normal !important;
}

/* View transition */
.view-transition-enter[b-w52aizpew8] {
    animation: viewFadeIn-b-w52aizpew8 0.2s ease-out forwards;
}

@keyframes viewFadeIn-b-w52aizpew8 {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Card grid */
.section-card-list[b-w52aizpew8] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.section-card-row[b-w52aizpew8] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

@media (max-width: 960px) {
    .section-card-row[b-w52aizpew8] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    [b-w52aizpew8] .filter-row > * {
        flex: 1 1 100%;
    }

    [b-w52aizpew8] .view-switcher__btn {
        min-height: 44px;
        min-width: 72px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .view-transition-enter[b-w52aizpew8] {
        animation: none;
        opacity: 1;
        transform: none;
    }
}
/* _content/Grade.Website/Components/Features/Staff/Report/ReportStatusCard.razor.rz.scp.css */
.rsc[b-v3wmvo0y57] {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    border: 1.5px solid #e4e8f0;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.05);
    transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease, background .2s ease;
}

.rsc--static[b-v3wmvo0y57] { cursor: default !important; }
.rsc--static:hover[b-v3wmvo0y57] { transform: none !important; box-shadow: 0 1px 3px rgba(0,0,0,.05) !important; border-color: #e4e8f0 !important; }

.rsc--idle:hover[b-v3wmvo0y57] {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px color-mix(in srgb, var(--rsc-accent) 20%, transparent);
    border-color: var(--rsc-accent);
}

.rsc--active[b-v3wmvo0y57] {
    border-color: var(--rsc-accent);
    background: color-mix(in srgb, var(--rsc-accent) 5%, #fff);
    box-shadow: 0 4px 18px color-mix(in srgb, var(--rsc-accent) 22%, transparent);
    transform: translateY(-2px);
}

.rsc:focus-visible[b-v3wmvo0y57] { outline: 2px solid var(--rsc-accent); outline-offset: 3px; }

/* top stripe */
.rsc__stripe[b-v3wmvo0y57] {
    height: 4px;
    width: 100%;
    flex-shrink: 0;
    background: #d1d5db;
    transition: background 0.2s ease, height 0.2s ease;
}
.rsc--active .rsc__stripe[b-v3wmvo0y57] {
    background: var(--rsc-accent);
    height: 5px;
}

/* body */
.rsc__body[b-v3wmvo0y57] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 14px;
    min-width: 0;
}

/* row 1: icon + title + total */
.rsc__row1[b-v3wmvo0y57] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rsc__icon[b-v3wmvo0y57] {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: color-mix(in srgb, var(--rsc-accent) 12%, transparent);
    color: var(--rsc-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s ease;
}
.rsc--active .rsc__icon[b-v3wmvo0y57] { background: color-mix(in srgb, var(--rsc-accent) 20%, transparent); }

.rsc__title-group[b-v3wmvo0y57] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.rsc__title[b-v3wmvo0y57] {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.3;
    min-width: 0;
}

.rsc__subtitle[b-v3wmvo0y57] {
    font-size: 0.72rem;
    color: #94a3b8;
    line-height: 1.3;
}

.rsc__total[b-v3wmvo0y57] {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--rsc-accent);
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.03em;
    flex-shrink: 0;
    margin-left: auto;
}

/* row 2: status chips */
.rsc__row2[b-v3wmvo0y57] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-top: 1px solid #e9edf4;
    padding-top: 8px;
}

.rsc--active .rsc__row2[b-v3wmvo0y57] {
    border-top-color: color-mix(in srgb, var(--rsc-accent) 25%, transparent);
}

.rsc__chip[b-v3wmvo0y57] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 1px 0;
}

.rsc__chip-n[b-v3wmvo0y57] {
    font-size: 0.875rem;
    font-weight: 700;
    color: #475569;
    font-variant-numeric: tabular-nums;
}

.rsc--active .rsc__chip-n[b-v3wmvo0y57] { color: var(--rsc-accent); }

.rsc__chip-l[b-v3wmvo0y57] {
    font-size: 0.8rem;
    color: #64748b;
}

/* error chip */
.rsc__chip--err[b-v3wmvo0y57] { background: transparent; }
.rsc__chip--err .rsc__chip-n[b-v3wmvo0y57] { color: #dc2626; }
.rsc__chip--err .rsc__chip-l[b-v3wmvo0y57] { color: #b91c1c; }

/* empty state */
.rsc__empty[b-v3wmvo0y57] {
    font-size: 0.8rem;
    color: #94a3b8;
    font-style: italic;
}

.hsc-card__empty[b-v3wmvo0y57] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 0.8rem;
    color: #94a3b8;
    font-style: italic;
    text-align: center;
}

@media (prefers-reduced-motion: reduce) {
    .rsc[b-v3wmvo0y57], .rsc__stripe[b-v3wmvo0y57] { transition: none; }
    .rsc--idle:hover[b-v3wmvo0y57], .rsc--active[b-v3wmvo0y57] { transform: none; }
}
/* _content/Grade.Website/Components/Layout/MainLayout.razor.rz.scp.css */
/* MainLayout - Clean Professional Theme */
:root[b-ln4a8rbakm] {
    --sidebar-width: 280px;
    --appbar-height: 64px;
}

/* Global Layout */
.mud-layout[b-ln4a8rbakm] {
    font-family: 'Google Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #f8fafc;
    min-height: 100vh;
}

/* AppBar */
.mud-appbar[b-ln4a8rbakm] {
    background: #ffffff !important;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    box-shadow: none !important;
    padding: 0.5rem 1rem !important;
}

.mud-appbar .mud-stack[b-ln4a8rbakm] {
    height: 100%;
}

/* AppBar Term Year Fields */
.mud-appbar .mud-input-control[b-ln4a8rbakm] {
    background: rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    padding: 0 12px;
}

.mud-appbar .mud-input-control:hover[b-ln4a8rbakm] {
    background: rgba(0, 0, 0, 0.08);
}

.mud-appbar .mud-input-control .mud-input-label[b-ln4a8rbakm] {
    color: rgba(0, 0, 0, 0.6) !important;
    font-size: 0.875rem;
}

.mud-appbar .mud-input-control input[b-ln4a8rbakm] {
    color: rgba(0, 0, 0, 0.87) !important;
    font-weight: 500;
}

/* AppBar Profile Area */
#GlobalUserProfile .mud-button[b-ln4a8rbakm] {
    background: transparent !important;
    border-radius: 24px !important;
    padding: 4px 16px 4px 4px !important;
    transition: background-color 0.2s ease !important;
}

#GlobalUserProfile .mud-button:hover[b-ln4a8rbakm] {
    background: rgba(0, 0, 0, 0.04) !important;
}

/* Sign Out Button */
#SignOutButton[b-ln4a8rbakm] {
    border-radius: 8px !important;
    font-weight: 500 !important;
    transition: background-color 0.2s ease, color 0.2s ease !important;
    color: #6b7280 !important;
}

#SignOutButton:hover[b-ln4a8rbakm] {
    background: rgba(239, 68, 68, 0.08) !important;
    color: #ef4444 !important;
}

/* ============================================
   Drawer - Full Height Three-Zone Layout
   ============================================ */
.mud-drawer[b-ln4a8rbakm] {
    border-right: 1px solid #e5e7eb !important;
    box-shadow: none !important;
    background: #ffffff !important;
}

/* Override MudBlazor's drawer-content to prevent its own scrolling */
.mud-drawer-content[b-ln4a8rbakm] {
    background: #ffffff !important;
    padding: 0 !important;
    height: 100% !important;
    overflow: hidden !important;
}

/* Flex column container fills full drawer height */
.drawer-container[b-ln4a8rbakm] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
}

/* Top: User identity — fixed, never scrolls */
.drawer-section-top[b-ln4a8rbakm] {
    flex-shrink: 0;
}

/* Middle: Navigation — fills remaining space, scrolls when content overflows */
.drawer-section-nav[b-ln4a8rbakm] {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0;
}

/* Subtle scrollbar for nav area */
.drawer-section-nav[b-ln4a8rbakm]::-webkit-scrollbar {
    width: 4px;
}

.drawer-section-nav[b-ln4a8rbakm]::-webkit-scrollbar-track {
    background: transparent;
}

.drawer-section-nav[b-ln4a8rbakm]::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.drawer-section-nav[b-ln4a8rbakm]::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.25);
}

/* Bottom: Context controls — fixed at bottom, never scrolls */
.drawer-section-bottom[b-ln4a8rbakm] {
    flex-shrink: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    background: #f9fafb;
}

/* Drawer user identity text */
.drawer-user-name[b-ln4a8rbakm] {
    font-weight: 600;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.drawer-user-dept[b-ln4a8rbakm] {
    color: #6b7280;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Mobile context selectors (campus + semester) — stacked */
.drawer-context-row + .drawer-context-row[b-ln4a8rbakm] {
    margin-top: 0.5rem;
}

/* Campus chip aligned under the user name (avatar width 40px + 16px gap + 16px container padding) */
.drawer-campus-row[b-ln4a8rbakm] {
    padding-left: 56px;
    padding-right: 1rem;
}

/* Nav items */
.mud-drawer .mud-nav-item[b-ln4a8rbakm] {
    margin: 0.125rem 0;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

.mud-drawer .mud-nav-item:hover[b-ln4a8rbakm] {
    background: var(--mud-palette-action-default-hover);
}

/* ============================================
   Main Content
   ============================================ */
.mud-main-content[b-ln4a8rbakm] {
    background: #f8fafc !important;
    min-height: calc(100vh - var(--appbar-height));
}

.main-container[b-ln4a8rbakm] {
    padding: 2rem 1.5rem !important;
}

@media (min-width: 960px) {
    .main-container[b-ln4a8rbakm] {
        padding: 3rem 2rem !important;
    }
}

/* Loading States */
.mud-progress-circular[b-ln4a8rbakm] {
    color: var(--mud-palette-primary) !important;
}

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 959px) {
    .mud-appbar[b-ln4a8rbakm] {
        padding: 0.25rem 0.5rem !important;
    }

    .mud-drawer[b-ln4a8rbakm] {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15) !important;
    }

    .main-container[b-ln4a8rbakm] {
        padding: 1.5rem 1rem !important;
    }
}

@media (max-width: 600px) {
    .mud-appbar[b-ln4a8rbakm] {
        padding: 0.125rem 0.5rem !important;
        min-height: 48px !important;
    }

    .mud-appbar .brand-logo[b-ln4a8rbakm] {
        height: 30px !important;
    }

    .mud-main-content .mud-container[b-ln4a8rbakm] {
        padding: 1rem !important;
    }
}

/* Focus States */
.mud-button:focus-visible[b-ln4a8rbakm],
.mud-icon-button:focus-visible[b-ln4a8rbakm] {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: 2px;
}

/* Snackbar */
.mud-snackbar[b-ln4a8rbakm] {
    border-radius: 8px !important;
}

.mud-snackbar-content-message[b-ln4a8rbakm] {
    font-weight: 500;
}
/* _content/Grade.Website/Components/Pages/Account/Profile.razor.rz.scp.css */
/* Profile Page — minimal scoped styles */

/* Radio group layout */
[b-yerzoccqnn] .mud-radio-group {
    display: flex;
    gap: 2rem;
    margin-top: 0.5rem;
}

/* Responsive: stack radios on mobile */
@media (max-width: 600px) {
    [b-yerzoccqnn] .mud-radio-group {
        flex-direction: column;
        gap: 0.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    *[b-yerzoccqnn] {
        animation: none !important;
        transition: none !important;
    }
}
/* _content/Grade.Website/Components/Pages/Home/Home.razor.rz.scp.css */
/* Home Page Styles */

/* Menu Section */
.menu-section[b-70v7ys7gjp] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    animation: slideUp-b-70v7ys7gjp 0.6s ease-out 0.2s both;
}

.menu-header[b-70v7ys7gjp] {
    padding: 2rem 2rem 1rem 2rem;
    border-bottom: 1px solid #f1f5f9;
}

.menu-title[b-70v7ys7gjp] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.menu-icon[b-70v7ys7gjp] {
    background: linear-gradient(135deg, var(--primary-gradient-start) 0%, var(--primary-gradient-end) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.menu-grid[b-70v7ys7gjp] {
    padding: 2rem;
}


/* Loading State */
.loading-container[b-70v7ys7gjp] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

/* Animations */
@keyframes fadeIn-b-70v7ys7gjp {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp-b-70v7ys7gjp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse-b-70v7ys7gjp {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* Responsive Design */
@media (max-width: 960px) {
    .menu-header[b-70v7ys7gjp] {
        padding: 1.5rem 1.5rem 1rem 1.5rem;
    }

    .menu-grid[b-70v7ys7gjp] {
        padding: 1.5rem;
    }
}

/* Notification Badge Animation */
.notification-pulse[b-70v7ys7gjp] {
    animation: pulse-b-70v7ys7gjp 2s infinite;
}

/* Lecturer dashboard — primary submission card + secondary action panel */
.home-action-card[b-70v7ys7gjp] {
    background: var(--mud-palette-surface);
}

.home-action-grid[b-70v7ys7gjp] {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(0, 2fr);
    gap: 16px;
    align-items: stretch;
}

.home-action-secondary[b-70v7ys7gjp] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.home-action-secondary[b-70v7ys7gjp]  .mud-link,
.home-action-secondary[b-70v7ys7gjp]  .nav-link-card--button {
    width: 100%;
}

.home-action-empty[b-70v7ys7gjp] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    padding: 24px 20px;
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
    background: #fbfcfd;
}

.home-action-empty__icon[b-70v7ys7gjp] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-action-empty__title[b-70v7ys7gjp] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #334155;
    line-height: 1.4;
}

.home-action-empty__desc[b-70v7ys7gjp] {
    font-size: 0.78rem;
    color: #64748b;
    line-height: 1.5;
    max-width: 38ch;
}

@media (max-width: 900px) {
    .home-action-grid[b-70v7ys7gjp] {
        grid-template-columns: 1fr;
    }
}

.home-nav-section-header[b-70v7ys7gjp] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-nav-section-header[b-70v7ys7gjp]::before {
    content: "";
    width: 4px;
    height: 24px;
    border-radius: 2px;
    background: var(--mud-palette-primary);
    flex-shrink: 0;
}

.home-nav-cards-row[b-70v7ys7gjp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 10px;
}

.home-nav-cards-row[b-70v7ys7gjp]  .mud-link,
.home-nav-cards-row[b-70v7ys7gjp]  .nav-link-card--button {
    width: 100%;
}

/* Staff Home Dashboard */

.hsc-grid[b-70v7ys7gjp] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

@media (max-width: 1250px) {
    .hsc-grid[b-70v7ys7gjp] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .hsc-grid[b-70v7ys7gjp] {
        grid-template-columns: minmax(0, 1fr);
    }
}

.hsc-bottom[b-70v7ys7gjp] {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 8fr);
    gap: 16px;
    align-items: stretch;
}

/* Grid items default to min-width:auto, which refuses to shrink below their
   content's min-content and blows the track past the viewport. Force shrink. */
.hsc-bottom[b-70v7ys7gjp]  > .mud-card {
    min-width: 0;
    overflow: hidden;
}

@media (max-width: 900px) {
    .hsc-bottom[b-70v7ys7gjp] {
        grid-template-columns: minmax(0, 1fr);
    }
}

.hsc-divider-row[b-70v7ys7gjp] {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Icon box used for section headings */
.hsc-icon-box[b-70v7ys7gjp] {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(var(--shadow-primary), 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Flow chart empty states */
.hsc-bar-empty-state[b-70v7ys7gjp] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hsc-bar-filter-empty[b-70v7ys7gjp] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

/* Note/callout box */
.hsc-note-box[b-70v7ys7gjp] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    background: linear-gradient(135deg, #eff6ff, #e0f2fe);
    border: 1.5px solid #93c5fd;
    border-radius: 8px;
    padding: 10px 14px;
    margin-top: 6px;
}

.hsc-note-label[b-70v7ys7gjp] {
    font-weight: 700;
}

/* Recent submissions panel */
.hsc-recent-scroll[b-70v7ys7gjp] {
    flex: 1;
    overflow-y: auto;
    margin: 0 -4px;
    padding: 0 4px;
}

.hsc-empty-recent[b-70v7ys7gjp] {
    padding: 24px 0;
    text-align: center;
}

.hsc-recent-item[b-70v7ys7gjp] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
}

.hsc-recent-item:last-child[b-70v7ys7gjp] {
    border-bottom: none;
    padding-bottom: 0;
}

.hsc-recent-meta[b-70v7ys7gjp] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    flex: 1;
}

.hsc-recent-code-row[b-70v7ys7gjp] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.hsc-recent-code[b-70v7ys7gjp] {
    font-weight: 600;
    color: #1e293b;
}

.hsc-recent-section[b-70v7ys7gjp] {
    font-weight: 500;
    color: var(--mud-palette-primary);
    background: color-mix(in srgb, var(--mud-palette-primary) 10%, transparent);
    border-radius: 4px;
    padding: 1px 6px;
}

.hsc-recent-name[b-70v7ys7gjp] {
    font-weight: 500;
    color: #334155;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    line-height: 1.4;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.hsc-recent-meta-row[b-70v7ys7gjp] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.hsc-recent-dept[b-70v7ys7gjp] {
    color: #64748b;
}

.hsc-recent-sep[b-70v7ys7gjp] {
    color: var(--mud-palette-text-disabled);
}

.hsc-recent-status[b-70v7ys7gjp] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    flex-shrink: 0;
}

.hsc-recent-date[b-70v7ys7gjp] {
    color: #94a3b8;
    white-space: nowrap;
}

.hsc-topbar[b-70v7ys7gjp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.hsc-topbar-left[b-70v7ys7gjp] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.hsc-filter-bar[b-70v7ys7gjp] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.hsc-filter-label[b-70v7ys7gjp] {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}

.hsc-filter-chips[b-70v7ys7gjp] {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.hsc-chip[b-70v7ys7gjp] {
    display: inline-flex;
    align-items: center;
    padding: 6px 18px;
    border-radius: 20px;
    border: 1.5px solid #e2e8f0;
    background: transparent;
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.18s ease;
    white-space: nowrap;
    font-family: inherit;
}

.hsc-chip:hover:not(.hsc-chip--active)[b-70v7ys7gjp] {
    border-color: var(--mud-palette-primary);
    color: var(--mud-palette-primary);
    background: color-mix(in srgb, var(--mud-palette-primary) 6%, transparent);
}

.hsc-chip--active[b-70v7ys7gjp] {
    border-color: var(--mud-palette-primary);
    background: var(--mud-palette-primary);
    color: white;
    font-weight: 700;
    box-shadow: 0 2px 8px color-mix(in srgb, var(--mud-palette-primary) 35%, transparent);
}

.hsc-flow-bar-wrap[b-70v7ys7gjp] {
    position: relative;
}

.hsc-flow-bar[b-70v7ys7gjp] {
    display: flex;
    background: var(--chart-track, #f1f5f9);
    border-radius: 4px;
    height: 44px;
    overflow: hidden;
}

.hsc-bar-tooltip[b-70v7ys7gjp] {
    position: absolute;
    bottom: calc(100% + 10px);
    left: var(--tip-x, 50%);
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12), 0 1px 4px rgba(0,0,0,0.06);
    padding: 8px 12px;
    min-width: 150px;
    z-index: 200;
    pointer-events: none;
    white-space: nowrap;
}

.hsc-bar-tooltip[b-70v7ys7gjp]::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #e2e8f0;
}

.hsc-bar-tooltip[b-70v7ys7gjp]::before {
    content: '';
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #fff;
    z-index: 1;
}

.hsc-bar-tooltip__header[b-70v7ys7gjp] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f1f5f9;
}

.hsc-bar-tooltip__dot[b-70v7ys7gjp] {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.hsc-bar-tooltip__row[b-70v7ys7gjp] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    font-size: 0.75rem;
    color: #6b7280;
    line-height: 1.6;
}

.hsc-bar-tooltip__row strong[b-70v7ys7gjp] {
    color: #111827;
    font-variant-numeric: tabular-nums;
}

@media (max-width: 600px) {
    .hsc-flow-bar[b-70v7ys7gjp] {
        height: 32px;
    }
}

/* Merged stats card: header (icon + title + stat pills) above GradeStatusCards grid */
.home-stats-card[b-70v7ys7gjp] {
    background: var(--mud-palette-surface, #fff);
    border-radius: 0.5rem;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.home-stats-card__header[b-70v7ys7gjp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    padding-bottom: 14px;
    border-bottom: 1px solid #e2e8f0;
}

.home-stats-card__title-group[b-70v7ys7gjp] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    flex: 1 1 auto;
}

.home-stats-card__pills[b-70v7ys7gjp] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.home-stat-pill[b-70v7ys7gjp] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: #fff;
    font-size: 0.8rem;
    color: #475569;
    white-space: nowrap;
    line-height: 1.6;
}

.home-stat-pill__dot[b-70v7ys7gjp] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.home-stat-pill__dot--primary[b-70v7ys7gjp] {
    background: var(--mud-palette-primary, #315DAE);
}

.home-stat-pill__dot--success[b-70v7ys7gjp] {
    background: #10b981;
}

.home-stat-pill__label[b-70v7ys7gjp] {
    color: #64748b;
}

.home-stat-pill__value[b-70v7ys7gjp] {
    color: #1e293b;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

@media (max-width: 600px) {
    .home-stats-card[b-70v7ys7gjp] {
        padding: 14px;
    }

    .home-stats-card__header[b-70v7ys7gjp] {
        align-items: flex-start;
    }

    .home-stats-card__pills[b-70v7ys7gjp] {
        width: 100%;
    }
}

/* Lecturer submission info card (icon + title + subtitle with left accent border) */
.home-info-card[b-70v7ys7gjp] {
    background: var(--mud-palette-surface, #fff);
    border-radius: 0.35rem;
    border: 1px solid #e2e8f0;
    border-left: 4px solid;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.home-info-card__icon[b-70v7ys7gjp] {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-info-card__body[b-70v7ys7gjp] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.home-info-card__title[b-70v7ys7gjp] {
    color: var(--mud-palette-text-primary, #1e293b);
    line-height: 1.4;
    margin: 0;
}

.home-info-card__subtitle[b-70v7ys7gjp] {
    font-size: 0.75rem;
    color: var(--mud-palette-text-secondary, #64748b);
    line-height: 1.35;
}

@media (max-width: 480px) {
    .hsc-chip[b-70v7ys7gjp] {
        padding: 5px 12px;
        font-size: 0.78rem;
    }
}
/* _content/Grade.Website/Components/Pages/Public/AccessDenied.razor.rz.scp.css */
/* Styles for this page now live in wwwroot/css/public-message.css
 * (shared across AccessDenied, NotFound, Error — see .impeccable.md).
 * This scoped file intentionally left empty so the component has no
 * hidden per-instance overrides competing with the shared design language.
 */
/* _content/Grade.Website/Components/Shared/LanguageSelector.razor.rz.scp.css */
.lang-switcher[b-2jc4d1qqjx] {
    display: flex;
    align-items: center;
    gap: 0;
}

[b-2jc4d1qqjx] .lang-btn {
    min-width: unset !important;
    padding: 4px 6px !important;
    font-size: 0.8125rem !important;
    letter-spacing: 0.03em;
    text-transform: none !important;
    border-radius: 6px !important;
    transition: color 0.15s ease, background-color 0.15s ease;
}

[b-2jc4d1qqjx] .lang-btn-active {
    font-weight: 700 !important;
    color: var(--mud-palette-text-primary) !important;
}

[b-2jc4d1qqjx] .lang-btn-inactive {
    font-weight: 400 !important;
    color: var(--mud-palette-text-secondary) !important;
}

[b-2jc4d1qqjx] .lang-btn-inactive:hover {
    color: var(--mud-palette-text-primary) !important;
    background-color: rgba(0, 0, 0, 0.04) !important;
}

.lang-divider[b-2jc4d1qqjx] {
    color: var(--mud-palette-divider);
    font-size: 0.8125rem;
    font-weight: 300;
    user-select: none;
    line-height: 1;
}

@media (prefers-reduced-motion: reduce) {
    [b-2jc4d1qqjx] .lang-btn {
        transition: none !important;
    }
}
