/* _content/MaClasse.Client/Components/DashboardContent/Calendar/Scheduler.razor.rz.scp.css */
.scheduler-view[b-madgimqfn8] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0.5rem;
    position: relative;
    background: linear-gradient(180deg, #f7f9ff 0%, #f1f4fb 100%);
    border-radius: 1rem;
}

.scheduler-view:focus-visible[b-madgimqfn8] {
    outline: 3px solid #ffcc66 !important;
    outline-offset: 0;
    box-shadow: none !important;
}

.scheduler-toolbar[b-madgimqfn8] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.85rem;
    flex-shrink: 0;
    gap: 0.55rem;
    border-radius: 0.75rem;
    position: relative;
    z-index: 1;
}

#scheduler-toolbar:focus-visible[b-madgimqfn8] {
    outline: none;
}

.scheduler-toolbar-row[b-madgimqfn8] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    gap: 0.45rem;
    width: 100%;
}

.scheduler-view-switch[b-madgimqfn8] {
    margin-left: 1rem;
}

.scheduler-date-label[b-madgimqfn8] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: #15365f;
    white-space: nowrap;
    min-width: 0;
}

.scheduler-date-label--week[b-madgimqfn8] {
    font-size: clamp(0.7rem, 1.2vw, 1rem);
    line-height: 1.15;
    max-width: min(50vw, 24rem);
    overflow: hidden;
    text-overflow: ellipsis;
}

.scheduler-floating-panel[b-madgimqfn8] {
    width: 20rem;
    position: absolute;
    top: 6.25rem;
    z-index: 1000;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 1rem;
}

.scheduler-canvas[b-madgimqfn8] {
    flex-grow: 1;
    overflow: hidden;
    width: 100%;
}

#scheduler-canvas:focus-visible[b-madgimqfn8] {
    outline: 3px solid #ffcc66;
    outline-offset: -3px;
    border-radius: 0.5rem;
}

/* Cache la scrollbar des conteneurs internes Radzen tout en gardant le scroll (roulette/tactile). */
[b-madgimqfn8] .rz-scheduler-content,
[b-madgimqfn8] .rz-scheduler-view-content,
[b-madgimqfn8] .rz-scheduler-view {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

[b-madgimqfn8] .rz-scheduler-content::-webkit-scrollbar,
[b-madgimqfn8] .rz-scheduler-view-content::-webkit-scrollbar,
[b-madgimqfn8] .rz-scheduler-view::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

/* Override ciblé demandé: header semaine Radzen */
[b-madgimqfn8] .rz-week-view .rz-view-header {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

[b-madgimqfn8] .rz-week-view .rz-view-header::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

/* Accentuation WCAG des icônes de contrôle calendrier */
.scheduler-view :is(.mud-icon-button, .mud-button-root)[b-madgimqfn8] {
    color: #12345b;
}

/* Supprime le focus violet natif Radzen sur les cellules de slot */
[b-madgimqfn8] .rz-slot:focus,
[b-madgimqfn8] .rz-slot:focus-visible,
[b-madgimqfn8] td:focus,
[b-madgimqfn8] td:focus-visible,
[b-madgimqfn8] [class*="rz-slot"]:focus,
[b-madgimqfn8] [class*="rz-slot"]:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}


/* _content/MaClasse.Client/Components/DashboardContent/Files/FileExplorer.razor.rz.scp.css */
.file-explorer[b-vjrp9yxh77] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    --file-explorer-focus-ring: #ffcc66;
    --file-explorer-focus-contrast: #2a4d7b;
}

.file-explorer-advanced-mode[b-vjrp9yxh77] {
    height: 100%;
    min-height: 0;
}

.file-explorer-header[b-vjrp9yxh77] {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    --file-explorer-control-height: 2.2rem;
    gap: 0.55rem;
    margin: 0 0.45rem 0.4rem 0.35rem;
    flex: 0 0 auto;
}

.file-explorer-grid[b-vjrp9yxh77] {
    margin-top: 0.15rem;
}

.file-explorer-upload[b-vjrp9yxh77] {
    display: inline-block;
    position: relative;
}

.file-explorer-title[b-vjrp9yxh77] {
    display: inline-flex;
    align-items: center;
    min-height: var(--file-explorer-control-height);
    gap: 0.35rem;
    color: #123156;
}

.file-explorer-advanced-search[b-vjrp9yxh77] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    width: 100%;
}

.file-explorer-advanced-mode .file-explorer-advanced-search[b-vjrp9yxh77] {
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
}

.file-explorer-advanced-search-input[b-vjrp9yxh77] {
    width: 100%;
}

.file-explorer-advanced-search[b-vjrp9yxh77]  .file-explorer-advanced-search-input.mud-input-control {
    width: 100% !important;
    max-width: none !important;
}

.file-explorer-advanced-search[b-vjrp9yxh77]  .file-explorer-advanced-search-input .mud-input-control-input-container {
    width: 100% !important;
}

.file-explorer-advanced-search[b-vjrp9yxh77]  .file-explorer-advanced-search-input textarea.mud-input-slot {
    height: 7.4rem !important;
    min-height: 7.4rem !important;
    max-height: 7.4rem !important;
    overflow-y: hidden !important;
}

.file-explorer-advanced-search[b-vjrp9yxh77]  .file-explorer-advanced-search-input textarea.mud-input-slot::placeholder {
    white-space: normal !important;
    overflow-wrap: anywhere;
    line-height: 1.25;
}

.file-explorer-advanced-search[b-vjrp9yxh77]  .file-explorer-advanced-search-button.mud-button-root {
    min-height: 2rem;
    height: 2rem;
    padding-top: 0;
    padding-bottom: 0;
}

.file-explorer-advanced-search-results[b-vjrp9yxh77] {
    width: 100%;
    min-height: 0;
    height: 100%;
    max-height: none;
    overflow: visible;
    padding: 0.65rem 0.75rem;
    border: 1px solid #c6d6ef;
    border-radius: 0.7rem;
    background: #f8fbff;
    display: flex;
    flex-direction: column;
}

.file-explorer-advanced-mode .file-explorer-advanced-search-results[b-vjrp9yxh77] {
    flex: 1 1 auto;
    min-height: 0;
}

.file-explorer-advanced-search-loading[b-vjrp9yxh77] {
    height: 100%;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-explorer-advanced-search-empty[b-vjrp9yxh77] {
    height: 100%;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.file-explorer-advanced-search-results-list[b-vjrp9yxh77] {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0.1rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, max-content));
    justify-content: center;
    justify-items: center;
    align-content: start;
    gap: 0.5rem;
    flex: 1 1 auto;
    min-height: 0;
    height: 13rem;
    max-height: 13rem;
    overflow-y: scroll !important;
    overflow-x: hidden;
    scrollbar-width: thin;
    -ms-overflow-style: auto;
    padding: 0.3rem 0.25rem 0.3rem 0.25rem;
}

.file-explorer-advanced-search-results-list[b-vjrp9yxh77]::-webkit-scrollbar {
    width: 8px;
}

.file-explorer-advanced-search-results-list[b-vjrp9yxh77]::-webkit-scrollbar-thumb {
    background: #b5c8e6;
    border-radius: 8px;
}

.file-explorer-advanced-search-results-list.has-open-menu[b-vjrp9yxh77]  .file-explorer-card:not(.is-selected):focus-visible,
.file-explorer-advanced-search-results-list.has-open-menu[b-vjrp9yxh77]  .mud-card.file-explorer-card:not(.is-selected):focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

.file-explorer-upload[b-vjrp9yxh77]  .mud-button-root {
    min-height: var(--file-explorer-control-height);
    height: var(--file-explorer-control-height);
    padding-top: 0;
    padding-bottom: 0;
}

.file-explorer-context-dialog[b-vjrp9yxh77] {
    border: none;
    border-radius: 0.5rem;
    padding: 0.5rem;
    min-width: 160px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    background: white;
}

.file-explorer-context-dialog[b-vjrp9yxh77]::backdrop {
    background: transparent;
}

.file-explorer-context-dialog:focus-visible[b-vjrp9yxh77] {
    outline: none;
}

.file-explorer-menu-list[b-vjrp9yxh77] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.file-explorer-menu-item[b-vjrp9yxh77] {
    border: none;
    background: transparent;
    text-align: left;
    padding: 0.45rem 0.55rem;
    border-radius: 0.35rem;
    cursor: pointer;
    color: #1e2a45;
    font-size: 0.92rem;
    line-height: 1.2;
}

.file-explorer-menu-item:hover[b-vjrp9yxh77] {
    background: #eef4ff;
}

.file-explorer-menu-item:focus-visible[b-vjrp9yxh77] {
    outline: 2px solid var(--file-explorer-focus-ring);
    outline-offset: 1px;
}

.file-explorer-menu-item:disabled[b-vjrp9yxh77] {
    cursor: not-allowed;
    opacity: 0.45;
}

.file-explorer-upload-modal-backdrop[b-vjrp9yxh77] {
    position: fixed;
    inset: 0;
    z-index: 1500;
    background: rgba(12, 24, 42, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-explorer-upload-modal[b-vjrp9yxh77] {
    min-width: 18rem;
    max-width: min(92vw, 26rem);
    padding: 1rem 1.1rem;
    border: 1px solid #b8cae8;
    border-radius: 0.9rem;
    background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
    box-shadow: 0 14px 36px rgba(14, 34, 68, 0.28);
    text-align: center;
}

.file-explorer-upload-spinner[b-vjrp9yxh77] {
    margin: 0 auto 0.45rem;
}

.file-explorer-upload-modal-title[b-vjrp9yxh77] {
    margin-bottom: 0.2rem;
    color: #1a3f6e;
}

.file-explorer-upload-modal-text[b-vjrp9yxh77] {
    color: #22476f;
    word-break: break-word;
}


.file-explorer-list-wrapper[b-vjrp9yxh77] {
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
    margin-left: 0.35rem;
    margin-top: 0;
    padding: 0.2rem 0.35rem 0.35rem 0.2rem;
}

.file-explorer-list[b-vjrp9yxh77] {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.1rem 0.1rem 0.35rem 0.1rem;
    width: max-content;
    justify-content: flex-start;
}

.file-explorer-card[b-vjrp9yxh77] {
    border: 1px solid #b9cae6;
    border-radius: 0.9rem;
    background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
    box-shadow: 0 6px 16px rgba(18, 52, 102, 0.12);
    transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
    display: inline-block;
    height: auto;
    width: fit-content;
    flex: 0 0 auto;
    position: relative;
    overflow: visible;
}

.file-explorer-card[b-vjrp9yxh77]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    box-sizing: border-box;
    border: 2px solid transparent;
    opacity: 0;
    transition: opacity 0.12s ease, border-color 0.12s ease;
}

.file-explorer-card:hover[b-vjrp9yxh77] {
    transform: translateY(-1px);
    border-color: #8faee0;
    box-shadow: 0 10px 20px rgba(18, 52, 102, 0.18);
}

.file-explorer[b-vjrp9yxh77]  .file-explorer-card:focus-visible,
.file-explorer[b-vjrp9yxh77]  .file-explorer-card.mud-focus-visible,
.file-explorer[b-vjrp9yxh77]  .mud-card.file-explorer-card:focus-visible,
.file-explorer[b-vjrp9yxh77]  .mud-card.file-explorer-card.mud-focus-visible {
    outline: 3px solid var(--file-explorer-focus-ring) !important;
    outline-offset: 2px !important;
    border-color: var(--file-explorer-focus-ring) !important;
    box-shadow:
        inset 0 0 0 2px rgba(255, 255, 255, 0.96) !important,
        inset 0 0 0 4px var(--file-explorer-focus-ring) !important,
        inset 0 0 0 6px var(--file-explorer-focus-contrast) !important,
        0 0 0 4px rgba(255, 204, 102, 0.55) !important,
        0 10px 20px rgba(18, 52, 102, 0.18) !important;
    z-index: 2;
}

.file-explorer[b-vjrp9yxh77]  .file-explorer-card:focus-visible::after,
.file-explorer[b-vjrp9yxh77]  .file-explorer-card.mud-focus-visible::after,
.file-explorer[b-vjrp9yxh77]  .mud-card.file-explorer-card:focus-visible::after,
.file-explorer[b-vjrp9yxh77]  .mud-card.file-explorer-card.mud-focus-visible::after,
.file-explorer[b-vjrp9yxh77]  .file-explorer-card.is-selected::after {
    opacity: 1;
    border-color: var(--file-explorer-focus-ring);
}

.file-explorer[b-vjrp9yxh77]  .file-explorer-card.is-selected,
.file-explorer[b-vjrp9yxh77]  .mud-card.file-explorer-card.is-selected {
    outline: 3px solid var(--file-explorer-focus-ring) !important;
    outline-offset: 2px !important;
    border-color: var(--file-explorer-focus-ring) !important;
    box-shadow:
        0 0 0 2px #ffffff !important,
        0 0 0 4px var(--file-explorer-focus-ring) !important,
        0 0 0 6px var(--file-explorer-focus-contrast) !important,
        0 10px 20px rgba(18, 52, 102, 0.18) !important;
    z-index: 2;
}

.file-explorer-card-body[b-vjrp9yxh77] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.35rem;
    width: auto;
    min-height: 0;
    gap: 0.35rem;
}

.file-explorer-thumb[b-vjrp9yxh77] {
    width: 5.2rem;
    height: 5.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.file-explorer-thumb-image[b-vjrp9yxh77] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.file-explorer-file-name[b-vjrp9yxh77] {
    font-size: 0.72rem;
    margin: 0.3rem 0 0;
    overflow-wrap: anywhere;
    text-align: center;
    color: #213f66;
    line-height: 1.2;
    width: 5.2rem;
    min-height: 1.72rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 420px) {
    .file-explorer-list[b-vjrp9yxh77] {
        gap: 0.35rem;
    }
}
/* _content/MaClasse.Client/Components/DashboardContent/Lesson/LessonView.razor.rz.scp.css */
.lesson-view[b-4fyypmi7cv] {
    display: flex; 
    flex-direction: column;
    height: 100%;
    flex: 1 1 auto;
    gap: 0.5rem;
    min-height: 0;
}

.lesson-header[b-4fyypmi7cv] {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    min-height: 2rem;
    padding: 0 1rem;
    gap: 1rem;
}

.lesson-header-title[b-4fyypmi7cv] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
}

.lesson-header-title:focus-visible[b-4fyypmi7cv] {
    outline: 3px solid #ffcc66;
    outline-offset: 2px;
    border-radius: 8px;
}

.lesson-header-chip[b-4fyypmi7cv] {
    margin-left: 1rem;
}

.lesson-card[b-4fyypmi7cv] {
    border: 1px solid #c3d1e6;
    border-radius: 14px;
    background: linear-gradient(180deg, #f8f9fe 0%, #f2f5fb 100%);
    padding: 1rem;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.55rem;
    overflow: hidden;
    flex: 1 1 0 !important;
    min-height: 0;
    height: 100%;
    align-self: stretch;
}

.lesson-card-title[b-4fyypmi7cv] {
    color: #123156;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.lesson-title-icon[b-4fyypmi7cv] {
    color: #3d64ad;
}

.lesson-card-subtitle[b-4fyypmi7cv] {
    color: #3e5d80;
    margin-bottom: 0.25rem;
}

.lesson-tab-buttons[b-4fyypmi7cv] {
    background: #d7dff0;
    border-radius: 12px;
    padding: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
    gap: 0.3rem;
    flex: 0 0 auto;
    width: 100%;
}

.lesson-tab-content[b-4fyypmi7cv] {
    display: grid;
    gap: 0.75rem;
    padding-top: 0.5rem;
    align-content: start;
    min-height: 100%;
}

.lesson-tab-panel[b-4fyypmi7cv] {
    min-height: 0;
    overflow: auto;
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
}

.lesson-tab-panel > .lesson-tab-content[b-4fyypmi7cv] {
    flex: 1 1 auto;
    min-height: 0;
}

.lesson-tab-content-general[b-4fyypmi7cv] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto !important;
    gap: 0.75rem;
    min-height: 0;
    height: 100%;
}

.lesson-tab-content-general > :not(.lesson-general-split)[b-4fyypmi7cv] {
    flex: 0 0 auto;
}

.lesson-general-split[b-4fyypmi7cv] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.lesson-general-material-panel[b-4fyypmi7cv],
.lesson-general-documents-panel[b-4fyypmi7cv] {
    flex: 1 1 50%;
    min-height: 0;
    border: 1px solid #d1ddf0;
    border-radius: 0.8rem;
    background: #ffffff;
    padding: 0.45rem;
}

.lesson-general-material-panel[b-4fyypmi7cv] {
    display: flex;
    flex-direction: column;
}

[b-4fyypmi7cv] .lesson-general-material-panel .lesson-field-material.mud-input-control {
    flex: 1 1 auto !important;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

[b-4fyypmi7cv] .lesson-general-material-panel .lesson-field-material .mud-input-control-input-container,
[b-4fyypmi7cv] .lesson-general-material-panel .lesson-field-material .mud-input {
    flex: 1 1 auto !important;
    min-height: 0;
    height: 100%;
}

[b-4fyypmi7cv] .lesson-general-material-panel .lesson-field-material textarea.mud-input-slot {
    height: 100% !important;
    min-height: 100% !important;
}

[b-4fyypmi7cv] .lesson-field-general-class input.mud-input-slot:focus,
[b-4fyypmi7cv] .lesson-field-general-class input.mud-input-slot:focus-visible,
[b-4fyypmi7cv] .lesson-field-general-title input.mud-input-slot:focus,
[b-4fyypmi7cv] .lesson-field-general-title input.mud-input-slot:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.lesson-general-documents-panel[b-4fyypmi7cv] {
    --lesson-documents-panel-height: 14rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex: 0 0 var(--lesson-documents-panel-height);
    height: var(--lesson-documents-panel-height);
    min-height: var(--lesson-documents-panel-height);
}

.lesson-documents-header[b-4fyypmi7cv] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.6rem;
    flex: 0 0 auto;
    padding: 0.2rem 0.2rem 0.35rem;
}

.lesson-documents-upload[b-4fyypmi7cv] {
    margin: 0;
    flex: 0 0 auto;
}

.lesson-upload-spinner-inline[b-4fyypmi7cv] {
    margin-right: 0.45rem;
}

.lesson-documents-title[b-4fyypmi7cv] {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

[b-4fyypmi7cv] .lesson-general-documents-panel .file-explorer {
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
}

[b-4fyypmi7cv] .lesson-general-documents-panel .file-explorer-list-wrapper {
    margin-left: 0;
    margin-top: 0;
    padding: 0.25rem 0.35rem 0.35rem 0.2rem;
    height: 100%;
}

[b-4fyypmi7cv] .lesson-general-documents-panel .file-explorer-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

[b-4fyypmi7cv] .lesson-tab-panel .mud-input-control:not(.lesson-field-material) {
    flex: none !important;
}

.lesson-tab-content-pedagogie[b-4fyypmi7cv] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    gap: 0.75rem;
}

[b-4fyypmi7cv] .lesson-tab-content-pedagogie .lesson-field-pedagogie.mud-input-control {
    flex: 1 1 0 !important;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

[b-4fyypmi7cv] .lesson-tab-content-pedagogie .lesson-field-pedagogie .mud-input-control-input-container,
[b-4fyypmi7cv] .lesson-tab-content-pedagogie .lesson-field-pedagogie .mud-input {
    flex: 1 1 auto !important;
    min-height: 0;
    height: 100%;
}

[b-4fyypmi7cv] .lesson-tab-content-pedagogie .lesson-field-pedagogie textarea.mud-input-slot {
    height: 100% !important;
    min-height: 100% !important;
}

.lesson-tab-content-eleves[b-4fyypmi7cv] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    gap: 0.75rem;
}

[b-4fyypmi7cv] .lesson-tab-content-eleves .lesson-field-eleves.mud-input-control {
    flex: 1 1 0 !important;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

[b-4fyypmi7cv] .lesson-tab-content-eleves .lesson-field-eleves .mud-input-control-input-container,
[b-4fyypmi7cv] .lesson-tab-content-eleves .lesson-field-eleves .mud-input {
    flex: 1 1 auto !important;
    min-height: 0;
    height: 100%;
}

[b-4fyypmi7cv] .lesson-tab-content-eleves .lesson-field-eleves textarea.mud-input-slot {
    height: 100% !important;
    min-height: 100% !important;
}

.lesson-tab-content-succes[b-4fyypmi7cv] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    gap: 0.75rem;
}

[b-4fyypmi7cv] .lesson-tab-content-succes .lesson-field-succes.mud-input-control {
    flex: 1 1 0 !important;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

[b-4fyypmi7cv] .lesson-tab-content-succes .lesson-field-succes .mud-input-control-input-container,
[b-4fyypmi7cv] .lesson-tab-content-succes .lesson-field-succes .mud-input {
    flex: 1 1 auto !important;
    min-height: 0;
    height: 100%;
}

[b-4fyypmi7cv] .lesson-tab-content-succes .lesson-field-succes textarea.mud-input-slot {
    height: 100% !important;
    min-height: 100% !important;
}

.lesson-tab-button[b-4fyypmi7cv] {
    text-transform: none;
    min-height: 40px;
    border-radius: 10px;
    border: 1px solid transparent;
    color: #2f527d;
    font-weight: 600;
    display: inline-flex;
    gap: 0.35rem;
    flex: 1 1 25%;
    min-width: 0;
    justify-content: center;
}

.lesson-tab-button.is-active[b-4fyypmi7cv] {
    background: #ffffff;
    color: #123156;
    border-color: #88a8dc;
    box-shadow: inset 0 0 0 2px #3f6fbf, 0 2px 8px rgba(24, 57, 112, 0.12);
}

.lesson-tab-icon[b-4fyypmi7cv] {
    color: #3c63ad;
    font-size: 1.02rem;
}

.lesson-tab-button.is-active .lesson-tab-icon[b-4fyypmi7cv] {
    color: #0f4ea3;
}

.lesson-tab-button[aria-selected="true"][b-4fyypmi7cv] {
    background: #ffffff;
    color: #123156;
    border-color: #88a8dc;
    box-shadow: inset 0 0 0 2px #3f6fbf, 0 2px 8px rgba(24, 57, 112, 0.12);
}

.lesson-tab-button:focus-visible[b-4fyypmi7cv] {
    outline: 3px solid #ffcc66 !important;
    outline-offset: 2px;
    box-shadow: 0 0 0 2px rgba(255, 204, 102, 0.35) !important;
}

/* MudButton rend le <button> en interne: forcer le focus visible sur l'élément réel. */
[b-4fyypmi7cv] .lesson-tab-buttons .mud-button-root.lesson-tab-button:focus-visible,
[b-4fyypmi7cv] .lesson-tab-buttons [role="tab"]:focus-visible {
    outline: 3px solid #ffcc66 !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 2px rgba(255, 204, 102, 0.35) !important;
    border-radius: 10px !important;
}

[b-4fyypmi7cv] .lesson-tab-buttons .mud-button-root.lesson-tab-button.is-active:focus-visible,
[b-4fyypmi7cv] .lesson-tab-buttons .mud-button-root.lesson-tab-button[aria-selected="true"]:focus-visible {
    border-color: #ffcc66 !important;
    box-shadow: 0 0 0 2px rgba(255, 204, 102, 0.35) !important;
}

[b-4fyypmi7cv] .lesson-tab-buttons .mud-button-root.lesson-tab-button {
    border: 1px solid transparent;
    transition: background-color 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

[b-4fyypmi7cv] .lesson-tab-buttons .mud-button-root.lesson-tab-button.is-active,
[b-4fyypmi7cv] .lesson-tab-buttons .mud-button-root.lesson-tab-button[aria-selected="true"] {
    background-color: #f4f8ff !important;
    color: #35557f !important;
    border-color: #c6d8f3 !important;
    box-shadow: inset 0 -3px 0 #9bbce9, 0 2px 8px rgba(64, 94, 138, 0.12) !important;
    font-weight: 700;
}

[b-4fyypmi7cv] .lesson-tab-buttons .mud-button-root.lesson-tab-button.is-active .lesson-tab-icon,
[b-4fyypmi7cv] .lesson-tab-buttons .mud-button-root.lesson-tab-button[aria-selected="true"] .lesson-tab-icon {
    color: #5f84b8 !important;
}

[b-4fyypmi7cv] .lesson-tab-buttons .mud-button-root .mud-icon-root.mud-svg-icon {
    margin-right: 0.5rem !important;
}

.lesson-actions[b-4fyypmi7cv] {
    border-top: 0;
    margin: 0.5rem 0.5rem 0.5rem 0.5rem;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    flex: 0 0 auto !important;
}

.lesson-card > .lesson-tab-buttons[b-4fyypmi7cv] {
    flex: 0 0 auto !important;
}

.lesson-card > .lesson-tab-panel[b-4fyypmi7cv] {
    flex: 1 1 auto !important;
    min-height: 0;
}

.lesson-card > .lesson-actions[b-4fyypmi7cv] {
    flex: 0 0 auto !important;
}

.lesson-actions-left[b-4fyypmi7cv] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

/* Focus visible à contraste élevé pour navigation clavier (WCAG). */
.lesson-card :is(.mud-button-root, .mud-tab, input, textarea):focus-visible[b-4fyypmi7cv] {
    outline: 3px solid #ffcc66;
    outline-offset: 2px;
    border-radius: 8px;
}

/* Boutons d'actions: forcer l'indicateur jaune en navigation clavier. */
[b-4fyypmi7cv] .lesson-actions .mud-button-root:focus-visible,
[b-4fyypmi7cv] .lesson-actions .mud-button-root.mud-focus-visible {
    outline: 3px solid #ffcc66 !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.18) !important;
    border-radius: 8px !important;
}

@media (max-width: 960px) {
    .lesson-card-title[b-4fyypmi7cv] {
        font-size: 1.7rem;
    }

    .lesson-tab-buttons[b-4fyypmi7cv] {
        flex-wrap: wrap;
    }

    .lesson-tab-button[b-4fyypmi7cv] {
        flex: 1 1 calc(50% - 0.3rem);
    }

    .lesson-actions[b-4fyypmi7cv] {
        justify-content: flex-start;
    }
}
/* _content/MaClasse.Client/Components/DashboardContent/Menu/TopMenu.razor.rz.scp.css */
.top-menu[b-lcr12zmacj] {
    position: relative;
    display: block;
    min-height: 2.4rem;
    gap: 0.9rem;
    --top-menu-focus-ring: #ffcc66;
}

.top-menu:focus-visible[b-lcr12zmacj] {
    outline: 3px solid var(--top-menu-focus-ring);
    outline-offset: 2px;
    box-shadow: none;
    border-radius: 0.8rem;
}

.top-menu-left[b-lcr12zmacj] {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: calc(50% - 9rem);
    min-width: 0;
    overflow: visible;
}

.top-menu-logo[b-lcr12zmacj] {
    display: block;
    height: 2rem;
    width: auto;
}

.top-menu-dashboard-cluster[b-lcr12zmacj] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.28rem;
    margin-left: 2rem;
}

.top-menu-dashboard-label[b-lcr12zmacj] {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0 0.85rem;
    margin-right: 0.5rem;
    border-radius: 999px;
    background: #6a8fd1;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
}

.top-menu-dashboard-label:focus-visible[b-lcr12zmacj] {
    outline: 3px solid var(--top-menu-focus-ring);
    outline-offset: 2px;
}

.top-menu-date-time[b-lcr12zmacj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: #e2e8ff;
    font-weight: 600;
    white-space: nowrap;
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.top-menu-date-time:focus-visible[b-lcr12zmacj] {
    outline: 3px solid var(--top-menu-focus-ring);
    outline-offset: 2px;
    border-radius: 0.5rem;
}

.top-menu-actions[b-lcr12zmacj] {
    display: inline-flex;
    align-items: center;
    gap: 2rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: calc(50% - 9rem);
    min-width: 0;
    justify-content: flex-end;
    overflow: visible;
}

.top-menu-avatar-button[b-lcr12zmacj] {
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 999px;
    cursor: pointer;
}

.top-menu-avatar-button:focus-visible[b-lcr12zmacj],
.top-menu-mail-link:focus-visible[b-lcr12zmacj] {
    outline: 3px solid var(--top-menu-focus-ring);
    outline-offset: 2px;
    border-radius: 0.35rem;
}

.top-menu :is(
    .top-menu-dashboard-label,
    .view-dashboard-current,
    .view-dashboard-activator,
    .top-menu-avatar-button,
    .top-menu-mail-link,
    .mud-button-root,
    .mud-icon-button
):focus-visible[b-lcr12zmacj] {
    outline: 3px solid var(--top-menu-focus-ring) !important;
    outline-offset: 2px;
}

[b-lcr12zmacj] .top-menu-logout-button.mud-button-root {
    min-height: 2rem;
    height: 2rem;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 999px;
}

[b-lcr12zmacj] .top-menu-logout-button.mud-button-root .mud-button-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    line-height: 1;
}

[b-lcr12zmacj] .top-menu-logout-button.mud-button-root:focus-visible {
    outline: 3px solid var(--top-menu-focus-ring) !important;
    outline-offset: 2px;
    box-shadow: 0 0 0 3px rgba(255, 204, 102, 0.35);
}

.top-menu-avatar[b-lcr12zmacj] {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 2px solid #d7e3ff;
}

.top-menu-mail-link[b-lcr12zmacj] {
    color: #f2f6ff;
    text-decoration: none;
    max-width: 15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-menu-mail-link:hover[b-lcr12zmacj],
.top-menu-mail-link:focus-visible[b-lcr12zmacj] {
    text-decoration: underline;
}

@media (max-width: 1100px) {
    .top-menu-date-time[b-lcr12zmacj] {
        display: none;
    }

    .top-menu-actions[b-lcr12zmacj] {
        justify-content: flex-end;
    }
}

@media (max-width: 760px) {
    .top-menu[b-lcr12zmacj] {
        display: flex;
        min-height: 0;
        flex-direction: column;
        align-items: stretch;
    }

    .top-menu-left[b-lcr12zmacj] {
        position: static;
        transform: none;
        max-width: none;
        overflow: visible;
        width: 100%;
        justify-content: space-between;
    }

    .top-menu-logo[b-lcr12zmacj] {
        height: 1.8rem;
    }

    .top-menu-dashboard-cluster[b-lcr12zmacj] {
        max-width: 100%;
    }

    .top-menu-actions[b-lcr12zmacj] {
        position: static;
        transform: none;
        max-width: none;
        overflow: visible;
        width: 100%;
        justify-content: flex-end;
    }

    .top-menu-mail-link[b-lcr12zmacj] {
        max-width: 11rem;
    }
}
/* _content/MaClasse.Client/Components/DashboardContent/Menu/ViewDashBoard.razor.rz.scp.css */
.view-dashboard-switch[b-7cx9y6emi2] {
    width: auto;
    --view-dashboard-focus-ring: #ffcc66;
}

.view-dashboard-select[b-7cx9y6emi2] {
    background: transparent;
    color: #f2f6ff;
    border: none;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0.12rem 0.5rem;
    border-radius: 999px;
    min-width: 6rem;
    max-width: 14rem;
}

.view-dashboard-select:focus-visible[b-7cx9y6emi2] {
    outline: 3px solid var(--view-dashboard-focus-ring);
    outline-offset: 2px;
}

.view-dashboard-select option[b-7cx9y6emi2] {
    background: #1e293b;
    color: #f2f6ff;
}
/* _content/MaClasse.Client/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zifrvi9ckk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zifrvi9ckk] {
    flex: 1;
}

.sidebar[b-zifrvi9ckk] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zifrvi9ckk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zifrvi9ckk]  a, .top-row[b-zifrvi9ckk]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-zifrvi9ckk]  a:hover, .top-row[b-zifrvi9ckk]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-zifrvi9ckk]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-zifrvi9ckk] {
        justify-content: space-between;
    }

    .top-row[b-zifrvi9ckk]  a, .top-row[b-zifrvi9ckk]  .btn-link {
        margin-left: 0;
    }
}

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

    .sidebar[b-zifrvi9ckk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zifrvi9ckk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-zifrvi9ckk]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-zifrvi9ckk], article[b-zifrvi9ckk] {
        padding-left: 0;
        padding-right: 0;
    }
}

#blazor-error-ui[b-zifrvi9ckk] {
    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-zifrvi9ckk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/MaClasse.Client/Components/Pages/Dashboard.razor.rz.scp.css */
.dashboard-page[b-srnnajzv5c] {
    min-height: 100vh;
    padding: clamp(0.5rem, 1.5vw, 0.5rem);
    background: linear-gradient(180deg, #2a3853 0%, #222f47 100%);
}

.dashboard-shell[b-srnnajzv5c] {
    height: calc(103vh - clamp(1rem, 3vw, 2.5rem));
    border-radius: 4px;
    border: 2px solid #1e2a45;
    background:
        linear-gradient(180deg, #1e2a45 0, #1b263f 3.5rem, #f4f7fb 3.5rem, #f4f7fb 100%);
    padding: 0 0.5rem 0.5rem 0.5rem;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 1rem;
    overflow: hidden;
}

.dashboard-topbar[b-srnnajzv5c] {
    background: transparent;
    color: #ffffff;
    border-radius: 1rem;
    padding: 0;
    margin-top: 0.4rem;
}

.dashboard-content[b-srnnajzv5c] {
    min-height: 0;
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
    display: grid;
    grid-template-columns: minmax(11rem, 15%) minmax(32rem, 1fr) minmax(16rem, 24%);
    gap: 0.5rem;
    overflow: hidden;
    align-items: stretch;
}

.dashboard-card[b-srnnajzv5c] {
    min-height: 0;
    overflow: auto;
    border: 1px solid #c9d5ea;
    border-radius: 1.1rem;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(30, 42, 69, 0.08);
}

.dashboard-left-panel[b-srnnajzv5c] {
    min-height: 0;
    display: grid;
    grid-template-rows: auto auto minmax(12rem, 1fr);
    gap: 0.5rem;
    overflow: hidden;
}

.dashboard-center-panel[b-srnnajzv5c] {
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.dashboard-center-panel:focus-visible[b-srnnajzv5c] {
    outline: none !important;
}

#dashboard-center-panel-entry:focus-visible[b-srnnajzv5c] {
    outline: none !important;
    box-shadow: none !important;
}

#dashboard-center-main-card-entry:focus-visible[b-srnnajzv5c],
.dashboard-center-main-card:focus-visible[b-srnnajzv5c] {
    outline: none !important;
    box-shadow:
        inset 0 0 0 3px #ffcc66,
        inset 0 0 0 6px rgba(255, 246, 221, 0.92) !important;
}

.dashboard-right-panel[b-srnnajzv5c] {
    min-height: 0;
    display: grid;
    grid-template-rows: minmax(14rem, 1fr) auto;
    gap: 0.5rem;
    overflow: hidden;
}

.dashboard-hero-card[b-srnnajzv5c] {
    padding: 1rem;
    color: #ffffff;
    background:
        radial-gradient(circle at 88% 18%, rgba(255, 226, 132, 0.28), transparent 40%),
        linear-gradient(145deg, #6c71d8 0%, #8b74d1 62%, #6d4fc0 100%);
}

.dashboard-eyebrow[b-srnnajzv5c] {
    margin: 0 0 0.4rem;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.92;
}

.dashboard-hero-card h2[b-srnnajzv5c] {
    margin: 0;
    font-size: 1.35rem;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.dashboard-hero-card p[b-srnnajzv5c] {
    margin: 0.55rem 0 0.95rem;
    font-size: 0.93rem;
    color: rgba(255, 255, 255, 0.94);
}

.dashboard-stats-card[b-srnnajzv5c] {
    padding: 0.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.45rem;
    overflow: hidden;
}

.dashboard-stats-card:focus-visible[b-srnnajzv5c] {
    outline: none !important;
    border-color: #f0b94b;
    box-shadow:
        inset 0 0 0 3px rgba(255, 204, 102, 0.98),
        inset 0 0 0 6px rgba(255, 246, 221, 0.92),
        0 8px 20px rgba(30, 42, 69, 0.12);
}

.dashboard-stats-card article[b-srnnajzv5c] {
    border: 1px solid #d2ddf0;
    border-radius: 0.8rem;
    padding: 0.5rem 0.55rem;
    background: linear-gradient(180deg, #ffffff 0%, #f3f6ff 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.dashboard-stats-card article:focus-visible[b-srnnajzv5c] {
    outline: none !important;
    border-color: #f0b94b;
    box-shadow:
        inset 0 0 0 2px rgba(255, 204, 102, 0.95),
        inset 0 0 0 4px rgba(255, 246, 221, 0.92);
    background: linear-gradient(180deg, #fffdf5 0%, #fff6df 100%);
}

.dashboard-stats-card span[b-srnnajzv5c] {
    display: block;
    font-size: 0.72rem;
    color: #4a6484;
    overflow: hidden;
    text-overflow: initial;
    line-height: 1.2;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
}

.dashboard-stats-card strong[b-srnnajzv5c] {
    font-size: 1.2rem;
    color: #0d2548;
    text-align: center;
}

.dashboard-files-card[b-srnnajzv5c] {
    padding: 0.35rem;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.dashboard-files-card:focus-visible[b-srnnajzv5c] {
    outline: none !important;
    border-color: #f0b94b;
    box-shadow:
        inset 0 0 0 3px rgba(255, 204, 102, 0.98),
        inset 0 0 0 6px rgba(255, 246, 221, 0.92),
        0 8px 20px rgba(30, 42, 69, 0.12);
}

[b-srnnajzv5c] .dashboard-files-card .file-explorer {
    height: 100%;
    min-height: 0;
}

[b-srnnajzv5c] .dashboard-files-card .file-explorer-advanced-search-input textarea.mud-input-slot:focus-visible {
    outline: 3px solid #ffcc66 !important;
    outline-offset: 2px;
}

[b-srnnajzv5c] .dashboard-files-card .file-explorer-advanced-search-button.mud-button-root:focus-visible {
    outline: 3px solid #ffcc66 !important;
    outline-offset: 2px;
    box-shadow: 0 0 0 3px rgba(255, 204, 102, 0.35);
}

.dashboard-center-main-card[b-srnnajzv5c] {
    height: 100%;
    padding: 0.35rem;
    background: #f7f8fc;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

[b-srnnajzv5c] .dashboard-center-main-card > .lesson-view {
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
}

.dashboard-scheduler-card[b-srnnajzv5c] {
    min-height: 0;
    height: 100%;
    padding: 0.45rem;
    overflow: hidden !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

#dashboard-scheduler-card-entry:focus-visible[b-srnnajzv5c] {
    outline: none !important;
    box-shadow:
        inset 0 0 0 3px rgba(255, 204, 102, 0.98),
        inset 0 0 0 6px rgba(255, 246, 221, 0.92),
        0 8px 20px rgba(30, 42, 69, 0.12);
}

.dashboard-scheduler-card[b-srnnajzv5c]::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

.dashboard-scheduler-card[b-srnnajzv5c],
.dashboard-scheduler-card *[b-srnnajzv5c] {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

.dashboard-scheduler-card *[b-srnnajzv5c]::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

.dashboard-tools-card[b-srnnajzv5c] {
    padding: 0.7rem;
    overflow: hidden;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 0.55rem;
    background: linear-gradient(165deg, #ffffff 0%, #f3f8ff 100%);
}

.dashboard-sound-card[b-srnnajzv5c] {
    padding: 0.7rem;
    overflow: hidden;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 0.55rem;
    background: linear-gradient(165deg, #ffffff 0%, #f4fbf8 100%);
}

.dashboard-sound-card h3[b-srnnajzv5c] {
    margin: 0;
    font-size: 0.98rem;
    color: #0c284d;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.dashboard-tools-card h3[b-srnnajzv5c] {
    margin: 0;
    font-size: 0.98rem;
    color: #0c284d;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    white-space: nowrap;
}

.dashboard-tools-header[b-srnnajzv5c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.45rem;
}

.dashboard-tools-switch[b-srnnajzv5c] {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.35rem;
    justify-content: flex-end;
    margin-left: auto;
}

.dashboard-tool-panel[b-srnnajzv5c] {
    min-height: 0;
    border: 1px solid #cfdbef;
    border-radius: 0.8rem;
    padding: 0.55rem;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.dashboard-tools-mode-panel[b-srnnajzv5c] {
    height: 6.2rem;
    min-height: 6.2rem;
}

.dashboard-tool-time[b-srnnajzv5c] {
    font-size: 1.28rem;
    font-weight: 700;
    color: #0f2d52;
    letter-spacing: 0.05em;
    line-height: 1;
}

.dashboard-tool-time-row[b-srnnajzv5c] {
    position: relative;
    min-height: 2.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 2.25rem;
}

.dashboard-tool-chip-row[b-srnnajzv5c] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.18rem;
    align-items: flex-end;
}

.dashboard-tool-time-row .dashboard-tool-time[b-srnnajzv5c] {
    width: 100%;
    text-align: center;
}

.dashboard-tools-mode-panel-timer[b-srnnajzv5c] {
    position: relative;
}

.dashboard-tool-chip-row-timer[b-srnnajzv5c] {
    position: absolute;
    right: 0.55rem;
    top: 0.55rem;
}

.dashboard-tool-actions[b-srnnajzv5c] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    justify-content: center;
}

.dashboard-tool-compact-btn[b-srnnajzv5c] {
    min-width: auto;
    height: 1.25rem;
    min-height: 1.25rem;
    padding: 0 0.35rem;
    font-size: 0.62rem;
    line-height: 1;
}

[b-srnnajzv5c] .dashboard-tool-compact-chip {
    height: 1.2rem !important;
    min-height: 1.2rem !important;
    max-height: 1.2rem !important;
    padding: 0 0.2rem !important;
    font-size: 0.54rem !important;
    line-height: 1 !important;
}

[b-srnnajzv5c] .dashboard-tool-compact-chip .mud-chip-content {
    padding: 0 !important;
    line-height: 1 !important;
}

.dashboard-tool-time-chrono[b-srnnajzv5c] {
    font-size: 2em;
    margin: 0 auto;
}

.dashboard-sound-head[b-srnnajzv5c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.4rem;
    font-size: 0.82rem;
    color: #35557d;
}

.dashboard-sound-head strong[b-srnnajzv5c] {
    font-size: 1rem;
    color: #0f2d52;
    white-space: nowrap;
}

.dashboard-sound-inline-actions[b-srnnajzv5c] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    margin: 0 auto;
}

.dashboard-sound-action-btn[b-srnnajzv5c] {
    min-width: auto;
    height: 1.15rem;
    padding: 0 0.28rem;
    font-size: 0.6rem;
    line-height: 1.1;
}

.dashboard-sound-progress[b-srnnajzv5c] {
    --mud-palette-warning: #d9b100;
    --mud-palette-secondary: #de7a00;
}

.dashboard-tool-error[b-srnnajzv5c] {
    margin: 0;
    font-size: 0.76rem;
    color: #b3261e;
}

.dashboard-reading-card[b-srnnajzv5c] {
    padding: 0.7rem;
    background:
        radial-gradient(circle at 9% 10%, rgba(255, 190, 92, 0.35), transparent 30%),
        linear-gradient(165deg, #ffffff 0%, #f8efff 100%);
    overflow: hidden;
    position: relative;
}

.dashboard-reading-card:focus-visible[b-srnnajzv5c] {
    outline: none !important;
    border-color: #f0b94b;
    box-shadow:
        inset 0 0 0 3px rgba(255, 204, 102, 0.98),
        inset 0 0 0 6px rgba(255, 246, 221, 0.92),
        0 8px 20px rgba(30, 42, 69, 0.12);
}

.dashboard-reading-card h3[b-srnnajzv5c],
.dashboard-reco-card h3[b-srnnajzv5c] {
    margin: 0;
    font-size: 0.95rem;
    color: #0c284d;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    overflow: hidden;
    text-overflow: initial;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dashboard-title-icon[b-srnnajzv5c] {
    color: #6a8fd1;
}

.dashboard-hero-card .dashboard-title-icon[b-srnnajzv5c] {
    color: #ffe49f;
}

.dashboard-reading-card p[b-srnnajzv5c] {
    margin: 0.4rem 0 0.65rem;
    font-size: 0.82rem;
    color: #35557d;
}

#dashboard-reading-card-remainingtime:focus-visible[b-srnnajzv5c],
#dashboard-reading-card-titlelesson:focus-visible[b-srnnajzv5c],
#dashboard-reading-card-hourly:focus-visible[b-srnnajzv5c] {
    outline: none !important;
    border-radius: 0.65rem;
    box-shadow: inset 0 0 0 2px rgba(240, 185, 75, 0.95);
    background: rgba(255, 248, 230, 0.96);
}

[b-srnnajzv5c] .dashboard-reading-card .dashboard-course-action-button.mud-button-root:focus-visible {
    outline: 3px solid #ffcc66 !important;
    outline-offset: 2px;
    box-shadow: 0 0 0 3px rgba(255, 204, 102, 0.35);
}

.dashboard-course-title[b-srnnajzv5c] {
    margin: 0.35rem 0 0.2rem;
    font-size: 0.92rem;
    font-weight: 700;
    color: #0c284d;
    overflow: hidden;
    text-overflow: initial;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dashboard-course-time[b-srnnajzv5c] {
    margin: 0 0 0.6rem;
    font-size: 0.82rem;
    color: #35557d;
    white-space: normal;
}

.dashboard-reco-card[b-srnnajzv5c] {
    padding: 0.85rem;
}

.dashboard-reco-card > div[b-srnnajzv5c] {
    margin-top: 0.45rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.dashboard-skip-link[b-srnnajzv5c] {
    position: absolute;
    top: -200px;
    left: 0.75rem;
    z-index: 1000;
    padding: 0.65rem 0.8rem;
    border-radius: 0.6rem;
    background: #ffffff;
    color: #0b2c52;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 0 0 2px #0b2c52;
}

.dashboard-skip-link:focus-visible[b-srnnajzv5c] {
    top: 0.75rem;
}

@media (max-width: 1300px) {
    .dashboard-content[b-srnnajzv5c] {
        grid-template-columns: minmax(11rem, 17%) minmax(24rem, 1fr);
    }

    .dashboard-right-panel[b-srnnajzv5c] {
        display: none;
    }
}

@media (max-width: 960px) {
    .dashboard-shell[b-srnnajzv5c] {
        height: auto;
        min-height: calc(100vh - 1rem);
    }

    .dashboard-content[b-srnnajzv5c] {
        grid-template-columns: 1fr;
        overflow: visible;
    }

    .dashboard-left-panel[b-srnnajzv5c] {
        grid-template-rows: auto auto auto;
    }

    .dashboard-files-card[b-srnnajzv5c] {
        min-height: 14rem;
    }
}
/* _content/MaClasse.Client/Components/Pages/DocumentView.razor.rz.scp.css */
.document-view-container[b-lh3dwu9gkl] {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    background-color: #ffffff;
}

.document-view-container:fullscreen[b-lh3dwu9gkl],
.document-view-container:-webkit-full-screen[b-lh3dwu9gkl],
.document-view-container:-moz-full-screen[b-lh3dwu9gkl],
.document-view-container:-ms-fullscreen[b-lh3dwu9gkl] {
    background-color: #ffffff;
}

.document-view-container:fullscreen[b-lh3dwu9gkl]::backdrop {
    background-color: #ffffff;
}

.document-view-container:-webkit-full-screen[b-lh3dwu9gkl]::backdrop {
    background-color: #ffffff;
}

.document-view-toolbar-row[b-lh3dwu9gkl] {
    width: min(1600px, calc(100% - 1rem));
    display: grid;
    grid-template-columns: 30rem max-content 30rem;
    align-items: center;
    justify-content: center;
    column-gap: 3rem;
    row-gap: 0.5rem;
    z-index: 20;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.document-view-scroll-area[b-lh3dwu9gkl] {
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.document-view-topbar[b-lh3dwu9gkl] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 98px;
    flex: 0 0 auto;
    margin: 0;
    align-self: center;
    gap: 0.25rem;
}

.document-view-actions[b-lh3dwu9gkl] {
    margin-bottom: 0;
    flex-wrap: nowrap;
}

.document-view-hour[b-lh3dwu9gkl] {
    margin: 0;
    color: #673ab7;
    font-weight: 700;
    white-space: nowrap;
    font-size: 2.5rem;
    line-height: 1;
}

[b-lh3dwu9gkl] .document-view-toolbar-panel .class-tools-card,
[b-lh3dwu9gkl] .document-view-toolbar-panel .class-sound-card {
    border-radius: 0.75rem;
    padding: 0.28rem 0.35rem;
    min-height: 98px;
    gap: 0.2rem !important;
}

[b-lh3dwu9gkl] .document-view-toolbar-panel-left,
[b-lh3dwu9gkl] .document-view-toolbar-panel-left .class-sound-card {
    width: 30rem;
    min-width: 30rem;
    max-width: 30rem;
}

[b-lh3dwu9gkl] .document-view-toolbar-panel-left {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-start;
    min-width: 0;
    justify-self: start;
}

[b-lh3dwu9gkl] .document-view-toolbar-panel-right {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
    min-width: 0;
    width: 30rem;
    min-width: 30rem;
    max-width: 30rem;
    justify-self: end;
}

[b-lh3dwu9gkl] .document-view-toolbar-panel-right .class-tools-panel {
    width: 30rem;
    min-width: 30rem;
    max-width: 30rem;
}

[b-lh3dwu9gkl] .document-view-toolbar-panel-right .class-tools-card {
    width: 30rem;
}

[b-lh3dwu9gkl] .document-view-toolbar-panel .class-tool-panel {
    padding: 0.28rem 0.35rem;
    gap: 0.22rem;
    min-height: 58px;
}

[b-lh3dwu9gkl] .document-view-toolbar-panel-right .class-tools-header h3 {
    font-size: 0.86rem;
}

[b-lh3dwu9gkl] .document-view-toolbar-panel-right .class-tools-switch {
    gap: 0.2rem;
}

[b-lh3dwu9gkl] .document-view-toolbar-panel-right .class-tool-compact-btn {
    font-size: 0.52rem;
    padding: 0 0.2rem;
    height: 1.05rem;
    min-height: 1.05rem;
}

[b-lh3dwu9gkl] .document-view-toolbar-panel-right .class-tool-compact-btn .mud-button-label {
    font-size: 0.52rem !important;
    line-height: 1 !important;
}

/* Vue document uniquement: contenu du class-tools-card en ligne */
[b-lh3dwu9gkl] .document-view-toolbar-panel-right .class-tools-mode-panel {
    height: auto;
    min-height: 58px;
}

[b-lh3dwu9gkl] .document-view-toolbar-panel-right .class-tool-panel {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

[b-lh3dwu9gkl] .document-view-toolbar-panel-right .class-tools-mode-panel .class-tool-time-chrono {
    margin: 0;
    transform: none;
    font-size: 1.65rem;
    line-height: 1;
}

[b-lh3dwu9gkl] .document-view-toolbar-panel-right .class-tool-actions {
    justify-content: flex-end;
    flex-wrap: wrap;
    row-gap: 0.25rem;
}

[b-lh3dwu9gkl] .document-view-toolbar-panel-right .class-tool-chip-row-timer {
    position: static;
    flex-direction: row;
    gap: 0.2rem;
}

[b-lh3dwu9gkl] .document-view-toolbar-panel .class-sound-head {
    font-size: 0.74rem;
    gap: 0.25rem;
}

[b-lh3dwu9gkl] .document-view-toolbar-panel .class-sound-head strong {
    font-size: 0.86rem;
}

[b-lh3dwu9gkl] .document-view-toolbar-panel .class-sound-action-btn {
    height: 1rem;
    min-height: 1rem;
    padding: 0 0.2rem;
    font-size: 0.52rem;
}

[b-lh3dwu9gkl] .document-view-toolbar-panel .class-sound-action-btn .mud-button-label {
    font-size: 0.52rem !important;
    line-height: 1 !important;
}

[b-lh3dwu9gkl] .document-view-toolbar-panel .class-sound-progress {
    margin-top: 0.05rem;
}
/* _content/MaClasse.Client/Components/Utils/ClassToolsPanel.razor.rz.scp.css */
.class-tools-panel[b-f1qy6qh0wj] {
    display: grid;
    grid-template-rows: auto auto;
    gap: 0.55rem;
}

.class-tools-panel--split[b-f1qy6qh0wj] {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    align-items: stretch;
}

.class-tools-panel--split.class-tools-panel--sound-first .class-sound-card[b-f1qy6qh0wj] {
    order: 1;
}

.class-tools-panel--split.class-tools-panel--sound-first .class-tools-card[b-f1qy6qh0wj] {
    order: 2;
}

.class-tools-card[b-f1qy6qh0wj],
.class-sound-card[b-f1qy6qh0wj] {
    border: 1px solid #cad3df;
    border-radius: 1.1rem;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(21, 38, 77, 0.08);
    padding: 0.7rem;
    overflow: hidden;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 0.55rem;
}

.class-tools-card[b-f1qy6qh0wj] {
    background: linear-gradient(165deg, #ffffff 0%, #f3f8ff 100%);
}

.class-tools-card:focus-visible[b-f1qy6qh0wj] {
    outline: none !important;
    box-shadow:
        inset 0 0 0 3px #ffcc66,
        inset 0 0 0 6px rgba(255, 246, 221, 0.92);
}

.class-sound-card[b-f1qy6qh0wj] {
    background: linear-gradient(165deg, #ffffff 0%, #f4fbf8 100%);
}

.class-sound-card:focus-visible[b-f1qy6qh0wj] {
    outline: none !important;
    box-shadow:
        inset 0 0 0 3px #ffcc66,
        inset 0 0 0 6px rgba(255, 246, 221, 0.92);
}

.class-tools-card h3[b-f1qy6qh0wj],
.class-sound-card h3[b-f1qy6qh0wj] {
    margin: 0;
    font-size: 0.98rem;
    color: #0c284d;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    white-space: nowrap;
}

.class-tools-title-icon[b-f1qy6qh0wj] {
    color: #0f4ea3;
}

.class-tools-header[b-f1qy6qh0wj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.45rem;
}

.class-tools-switch[b-f1qy6qh0wj] {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.35rem;
    justify-content: flex-end;
    margin-left: auto;
}

.class-tool-panel[b-f1qy6qh0wj] {
    min-height: 0;
    border: 1px solid #d1ddf0;
    border-radius: 0.8rem;
    padding: 0.55rem;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.class-tools-mode-panel[b-f1qy6qh0wj] {
    height: 6.2rem;
    min-height: 6.2rem;
}

.class-tools-mode-panel-timer[b-f1qy6qh0wj] {
    position: relative;
}

.class-tool-time[b-f1qy6qh0wj] {
    font-size: 1.28rem;
    font-weight: 700;
    color: #0f2d52;
    letter-spacing: 0.05em;
    line-height: 1;
}

.class-tool-time-chrono[b-f1qy6qh0wj] {
    font-size: 2em;
    margin: 0 auto;
}

.class-tool-chip-row[b-f1qy6qh0wj] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.18rem;
    align-items: flex-end;
}

.class-tool-chip-row-timer[b-f1qy6qh0wj] {
    position: absolute;
    right: 0.55rem;
    top: 0.55rem;
}

.class-tool-actions[b-f1qy6qh0wj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    justify-content: center;
}

.class-tool-compact-btn[b-f1qy6qh0wj] {
    min-width: auto;
    height: 1.25rem;
    min-height: 1.25rem;
    padding: 0 0.35rem;
    font-size: 0.62rem;
    line-height: 1;
}

[b-f1qy6qh0wj] .class-tool-compact-chip {
    height: 1.2rem !important;
    min-height: 1.2rem !important;
    max-height: 1.2rem !important;
    padding: 0 0.2rem !important;
    font-size: 0.54rem !important;
    line-height: 1 !important;
}

[b-f1qy6qh0wj] .class-tool-compact-chip .mud-chip-content {
    padding: 0 !important;
    line-height: 1 !important;
}

.class-sound-head[b-f1qy6qh0wj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.4rem;
    font-size: 0.82rem;
    color: #35557d;
}

.class-sound-head strong[b-f1qy6qh0wj] {
    font-size: 1rem;
    color: #0f2d52;
    white-space: nowrap;
}

.class-sound-inline-actions[b-f1qy6qh0wj] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    margin: 0 auto;
}

.class-sound-action-btn[b-f1qy6qh0wj] {
    min-width: auto;
    height: 1.15rem;
    padding: 0 0.28rem;
    font-size: 0.6rem;
    line-height: 1.1;
}

.class-sound-progress[b-f1qy6qh0wj] {
    --mud-palette-warning: #d9b100;
    --mud-palette-secondary: #de7a00;
}

.class-tool-error[b-f1qy6qh0wj] {
    margin: 0;
    font-size: 0.76rem;
    color: #b3261e;
}

@media (max-width: 980px) {
    .class-tools-panel--split[b-f1qy6qh0wj] {
        grid-template-columns: 1fr;
    }
}
/* _content/MaClasse.Client/Components/Utils/IllustrationBadge.razor.rz.scp.css */
.ill-badge[b-71ogsn7ij8] {
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 0.5rem;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
}

.ill-svg[b-71ogsn7ij8] {
    width: 1.15rem;
    height: 1.15rem;
}

.ill-orbit[b-71ogsn7ij8] {
    background: linear-gradient(150deg, #7e89e8 0%, #9a6fd3 100%);
}

.ill-book[b-71ogsn7ij8] {
    background: linear-gradient(150deg, #fdc36f 0%, #f48b4a 100%);
}

.ill-folder[b-71ogsn7ij8] {
    background: linear-gradient(150deg, #8db4ff 0%, #6088d8 100%);
}

.ill-calendar[b-71ogsn7ij8] {
    background: linear-gradient(150deg, #89c9b4 0%, #4ba7a2 100%);
}

.ill-star[b-71ogsn7ij8] {
    background: linear-gradient(150deg, #9fa9ff 0%, #7e89e8 100%);
}

.ill-fill-main[b-71ogsn7ij8] {
    fill: rgba(255, 255, 255, 0.9);
}

.ill-fill-accent[b-71ogsn7ij8] {
    fill: #17345c;
}

.ill-stroke-main[b-71ogsn7ij8] {
    stroke: rgba(255, 255, 255, 0.95);
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.ill-stroke-accent[b-71ogsn7ij8] {
    stroke: #17345c;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}
