.exam-editor-page.admin-editor-page{width:min(100%,1000px);margin-inline:auto;padding:4px 0 70px}.exam-form.admin-editor.admin-editor-standalone{width:100%;max-width:none;max-height:none;overflow:visible;padding:0;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);grid-template-areas:"header header" "content deadline" "feedback feedback" "footer footer"}.exam-form.admin-editor>header{grid-area:header;margin:0;padding:22px 26px;border-bottom:1px solid var(--border);align-items:center}.exam-form.admin-editor>.teacher-form-section:first-of-type{grid-area:content;border-right:1px solid var(--border);border-bottom:0}.exam-form.admin-editor>.teacher-form-section:nth-of-type(2){grid-area:deadline;border-bottom:0}.exam-form.admin-editor>.academic-feedback{grid-area:feedback;margin:0 24px 16px}.exam-form.admin-editor>footer{grid-area:footer;margin:0;padding:18px 24px;border-top:1px solid var(--border)}.exam-dashboard-columns{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr) minmax(0,.85fr);gap:14px;align-items:start}.exam-dashboard-columns .exam-calendar-card,.exam-dashboard-columns .exam-column-card{min-width:0;overflow:hidden}.exam-dashboard-columns .exam-calendar-card>header,.exam-dashboard-columns .exam-column-card>header{min-height:60px;padding:11px 13px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:8px}.exam-dashboard-columns .exam-calendar-card>header>div:last-child{min-width:0;gap:3px}.exam-dashboard-columns .exam-calendar-card>header .icon-button{width:28px;height:28px}.exam-dashboard-columns .exam-calendar-card>header>div:last-child strong{max-width:92px;overflow:hidden;font-size:10px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.exam-dashboard-columns .exam-calendar-card h2,.exam-dashboard-columns .exam-column-card h2{margin:2px 0 0;font-size:15px}.exam-dashboard-columns .exam-calendar-weekdays span{padding:6px 2px;font-size:8px}.exam-dashboard-columns .exam-calendar-grid>div{min-height:48px;padding:3px}.exam-dashboard-columns .exam-calendar-grid>div>span{width:18px;height:18px;font-size:8px}.exam-dashboard-columns .exam-calendar-grid button{min-height:18px;margin-top:2px;padding:3px 4px;border-radius:5px;overflow:hidden;font-size:8px;line-height:1.1;text-overflow:ellipsis}.exam-dashboard-columns .exam-calendar-grid button small{display:none}.exam-column-card>header>div:first-child>span{color:var(--brand-700);font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.exam-column-card>header>strong{min-width:29px;height:29px;padding-inline:7px;border-radius:9px;background:var(--brand-100);color:var(--brand-800);font-size:11px;display:grid;place-items:center}.exam-compact-list{max-height:350px;overflow-y:auto}.exam-compact-list>button{width:100%;min-height:72px;padding:10px 12px;border:0;border-bottom:1px solid var(--border);background:#fff;display:grid;grid-template-columns:36px minmax(0,1fr) 15px;align-items:center;gap:9px;color:inherit;text-align:left;cursor:pointer}.exam-compact-list>button:hover{background:var(--brand-50)}.exam-compact-list .exam-type-icon{width:34px;height:34px;border-radius:10px}.exam-compact-list>button>span:nth-child(2){min-width:0;display:grid;justify-items:start;gap:3px}.exam-compact-list>button strong{width:100%;overflow:hidden;font-size:11px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.exam-compact-list>button small,.exam-correction-progress{color:var(--text-muted);font-size:8.5px}.exam-compact-list .badge{margin-top:2px;font-size:7px}.exam-correction-icon{background:var(--warning-bg);color:var(--warning-text)}.exam-compact-list>.academic-empty,.exam-empty-compact{min-height:210px;padding:24px 18px}.badge.exam-status-scheduled{background:#eaf1ff;color:#345a96}.exam-schedule-fields{display:grid;gap:14px}.exam-attachment-field>span{margin-left:5px;color:var(--text-muted);font-size:9px;font-weight:400}.exam-attachment-field input[type=file]{height:auto;margin-top:7px;padding:8px;font-size:10px}.academic-feedback.is-warning{background:var(--warning-bg);color:var(--warning-text)}.exam-attachments-card{overflow:hidden}.exam-attachments-card>header{min-height:64px;padding:12px 17px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:14px}.exam-attachments-card>header>div{min-width:0;display:flex;align-items:center;gap:10px}.exam-attachment-icon,.exam-attachments-card>header>div>span{width:34px;height:34px;flex:0 0 auto;border-radius:10px;background:var(--brand-100);color:var(--brand-800);display:grid;place-items:center}.exam-attachments-card h3{margin:0 0 2px;font-size:14px}.exam-attachments-card small{color:var(--text-muted);font-size:9px}.exam-attachments-card label.btn{cursor:pointer}.exam-attachments-card label.btn.is-disabled{cursor:not-allowed;opacity:.6}.exam-attachments-card label.btn input{display:none}.exam-attachment-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.exam-attachment-list>button{min-width:0;padding:11px 14px;border:0;border-right:1px solid var(--border);border-bottom:1px solid var(--border);background:#fff;display:grid;grid-template-columns:34px minmax(0,1fr) 16px;align-items:center;gap:9px;color:inherit;text-align:left;cursor:pointer}.exam-attachment-list>button:hover{background:var(--brand-50)}.exam-attachment-list>button>span:nth-child(2){min-width:0;display:grid;gap:3px}.exam-attachment-list strong{overflow:hidden;font-size:10.5px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.exam-attachment-list>p{grid-column:1/-1;margin:0;padding:17px;color:var(--text-muted);font-size:10px}@media (max-width:900px){.exam-dashboard-columns{grid-template-columns:1fr}.exam-compact-list{max-height:none}.exam-form.admin-editor.admin-editor-standalone{grid-template-columns:1fr;grid-template-areas:"header" "content" "deadline" "feedback" "footer"}.exam-form.admin-editor>.teacher-form-section:first-of-type{border-right:0;border-bottom:1px solid var(--border)}}@media (max-width:680px){.exam-editor-page.admin-editor-page{padding-bottom:48px}.exam-form.admin-editor>.teacher-form-section,.exam-form.admin-editor>footer,.exam-form.admin-editor>header{padding-inline:18px}.exam-form.admin-editor>footer{align-items:stretch;flex-direction:column}.exam-form.admin-editor>footer .admin-editor-footer-spacer{display:none}.exam-form.admin-editor>footer .btn{width:100%}.exam-attachments-card>header{align-items:stretch;flex-direction:column}.exam-attachments-card>header .btn{justify-content:center}}.exam-correction-page{display:grid;gap:16px;min-width:0}.exam-correction-header{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.exam-correction-header .admin-editor-back{margin:0}.exam-correction-header>div:nth-child(2){display:grid;gap:2px}.exam-correction-header span{font-size:12px;color:var(--private-muted,#65716d);text-transform:uppercase;letter-spacing:.08em}.exam-correction-header h2{margin:0;font-size:22px}.exam-save-state{margin-left:auto;padding:7px 11px;border-radius:999px;background:#eef5f1;color:#3d6856;font-size:12px;font-weight:700}.exam-save-state.is-error{max-width:420px;background:#fff0ee;color:#a43d35}.exam-save-state.is-published{background:#e5f5ea;color:#267044}.exam-correction-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:18px;min-width:0}.exam-correction-sidebar{position:sticky;top:14px;display:grid;gap:14px;padding:18px;border:1px solid #dfe6e2;border-radius:18px;background:#fff;max-height:calc(100vh - 28px);overflow:auto}.exam-correction-sidebar section{display:grid;gap:8px}.exam-correction-sidebar label{font-size:13px;font-weight:750}.exam-grade-field{display:flex;align-items:center;gap:10px}.exam-grade-field input{font-size:24px;font-weight:800}.exam-grade-field strong{white-space:nowrap;color:#65716d}.field-error{color:#ad3d35}.exam-comment-panel{min-height:100px}.exam-comment-panel>header{display:flex;align-items:center;justify-content:space-between}.exam-comment-panel h4,.exam-comment-panel>header>div{display:flex;align-items:center;gap:7px}.exam-comments-empty{margin:0;padding:14px;border:1px dashed #cbd6d0;border-radius:12px;color:#65716d;font-size:13px}.exam-comment-list{display:grid;gap:7px}.exam-comment-list>button{display:flex;gap:10px;text-align:left;padding:9px;border:1px solid #e1e7e4;border-radius:11px;background:#fff;color:inherit}.exam-comment-list>button>span,.student-correction-layout aside button>span{display:grid;place-items:center;flex:0 0 25px;height:25px;border-radius:50%;background:#264f45;color:#fff;font-size:12px;font-weight:800}.exam-comment-list>button div{min-width:0;display:grid;gap:2px}.exam-comment-list>button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#69736f}.exam-comment-list>button.is-selected{border-color:#3d7667;background:#f0f7f4}.exam-comment-editor .btn{justify-self:start}.exam-correction-sidebar>footer{display:grid;gap:8px;padding-top:4px}.exam-correction-sidebar>footer small{color:#65716d;line-height:1.45}.exam-correction-loading{min-height:280px;display:grid;place-content:center;justify-items:center;gap:12px}.pdf-correction-viewer{min-width:0;border:1px solid #dce4e0;border-radius:16px;background:#e9eeeb;overflow:hidden}.pdf-correction-toolbar{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;gap:12px;padding:9px 12px;background:rgba(255,255,255,.96);border-bottom:1px solid #dce4e0;backdrop-filter:blur(8px)}.pdf-correction-toolbar>div{display:flex;align-items:center;gap:7px}.pdf-correction-toolbar button{display:grid;place-items:center;width:31px;height:31px;border:1px solid #d8e0dc;border-radius:8px;background:#fff}.pdf-correction-toolbar input{width:48px;padding:4px;border:1px solid #d8e0dc;border-radius:6px;text-align:center}.pdf-correction-pages{display:grid;justify-items:center;gap:22px;padding:24px;max-height:calc(100vh - 150px);overflow:auto;scroll-behavior:smooth}.pdf-correction-page{position:relative;max-width:none;background:#fff;box-shadow:0 8px 28px rgba(34,55,47,.15)}.pdf-correction-page canvas{display:block}.pdf-page-label{position:absolute;z-index:3;top:8px;left:8px;padding:4px 7px;border-radius:6px;background:rgba(25,36,32,.72);color:#fff;font-size:10px}.pdf-annotation-layer{position:absolute;inset:0;z-index:4;cursor:crosshair}.pdf-annotation-layer.is-readonly{cursor:default}.pdf-annotation-pin{position:absolute;display:grid;place-items:center;width:28px;height:28px;transform:translate(-50%,-50%);border:3px solid #fff;border-radius:50%;background:#cb5144;color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.3);font-weight:850}.pdf-annotation-pin.is-selected{background:#183f36;scale:1.18}.pdf-correction-error,.pdf-correction-loading{min-height:260px;display:flex;align-items:center;justify-content:center;gap:9px;color:#596660}.spin{animation:pdf-spin 1s linear infinite}@keyframes pdf-spin{to{transform:rotate(1turn)}}@media(max-width:1000px){.exam-correction-layout{grid-template-columns:1fr}.exam-correction-sidebar{position:static;max-height:none;grid-row:1}.pdf-correction-pages{max-height:70vh}.exam-save-state{margin-left:0}}@media(max-width:620px){.pdf-correction-toolbar{align-items:flex-start;flex-direction:column}.pdf-correction-pages{padding:12px;overflow:auto}.exam-correction-sidebar{padding:14px}.exam-correction-header{align-items:flex-start}}.teacher-dashboard{display:grid;gap:18px}.teacher-dashboard-welcome{min-width:0;padding:19px 22px;border:0;border-radius:20px;background:linear-gradient(112deg,var(--brand-900),var(--brand-700));color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px}.teacher-dashboard-welcome>div{min-width:0}.teacher-dashboard-welcome span{color:var(--brand-200);font-size:10px;font-weight:650;letter-spacing:.08em;text-transform:uppercase}.teacher-dashboard-welcome h2{margin:5px 0 4px;overflow:hidden;font-size:22px;font-weight:540;letter-spacing:-.03em;text-overflow:ellipsis;white-space:nowrap}.teacher-dashboard-welcome p{margin:0;color:rgba(255,255,255,.68);font-size:11px}.teacher-dashboard-welcome>.badge{flex:0 0 auto;border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.12);color:#fff}.teacher-dashboard-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.teacher-dashboard-primary,.teacher-dashboard-secondary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:18px}.teacher-dashboard-module{min-width:0;padding:0;overflow:hidden;border-radius:18px}.teacher-dashboard-module-header{min-height:64px;padding:12px 15px;border-bottom:1px solid var(--border);display:grid;grid-template-columns:36px minmax(0,1fr) auto auto;align-items:center;gap:10px}.teacher-dashboard-module-header>div{min-width:0}.teacher-dashboard-module-header small{color:var(--brand-700);font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.teacher-dashboard-module-header h2{margin:2px 0 0;font-size:17px;font-weight:560}.teacher-dashboard-module-header .btn{padding-inline:8px;white-space:nowrap}.teacher-dashboard-module-icon,.teacher-dashboard-row-icon{width:36px;height:36px;flex:0 0 auto;border-radius:11px;background:var(--brand-50);color:var(--brand-700);display:grid;place-items:center}.teacher-dashboard-list{display:grid}.teacher-dashboard-list>button{width:100%;min-width:0;min-height:73px;padding:13px 15px;border:0;border-bottom:1px solid var(--border);background:#fff;color:inherit;cursor:pointer;font:inherit;text-align:left;display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:11px}.teacher-dashboard-list>button:last-child{border-bottom:0}.teacher-dashboard-list>button:hover{background:var(--brand-50)}.teacher-dashboard-list>button>span:nth-child(2){min-width:0;display:grid;gap:4px}.teacher-dashboard-list strong{overflow:hidden;font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.teacher-dashboard-list small{overflow:hidden;color:var(--text-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.teacher-dashboard-date{width:36px;height:42px;border-radius:10px;background:var(--blue-50);color:var(--brand-800);display:grid;place-items:center;align-content:center;gap:0;text-align:center}.teacher-dashboard-date strong{font-size:15px;line-height:1}.teacher-dashboard-date small{color:var(--brand-700);font-size:8px;font-weight:650;text-transform:uppercase}.teacher-dashboard-quiet{min-height:154px;padding:28px;color:var(--brand-600);display:flex;align-items:center;justify-content:center;gap:12px}.teacher-dashboard-quiet>div{display:grid;gap:4px}.teacher-dashboard-quiet strong{color:var(--text);font-size:14px;font-weight:580}.teacher-dashboard-quiet small{color:var(--text-muted);font-size:11px}.teacher-dashboard-announcements>.announcement-panel{min-height:0;height:calc(100% - 64px)}.teacher-dashboard-progress{min-height:218px;padding:24px;display:grid;align-content:center;gap:17px}.teacher-dashboard-progress-copy{display:grid;gap:3px}.teacher-dashboard-progress-copy strong{font-size:29px;font-weight:560;letter-spacing:-.04em}.teacher-dashboard-progress-copy span{color:var(--text-muted);font-size:11px}.teacher-dashboard-progress-track{height:9px;overflow:hidden;border-radius:999px;background:var(--surface-soft)}.teacher-dashboard-progress-track>span{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--brand-500),var(--blue-500));display:block}.teacher-dashboard-progress-breakdown{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.teacher-dashboard-progress-breakdown span{padding:10px 11px;border-radius:11px;background:var(--surface-soft);color:var(--text-muted);font-size:10px}.teacher-dashboard-progress-breakdown b{margin-right:4px;color:var(--text);font-size:13px;font-weight:650}.teacher-dashboard-empty{grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);align-items:stretch}.teacher-dashboard-empty .teacher-dashboard-welcome{padding:34px;align-items:flex-start;flex-direction:column}.teacher-dashboard-empty .teacher-dashboard-welcome h2{white-space:normal}.teacher-dashboard-empty .teacher-dashboard-welcome p{max-width:620px;line-height:1.6}.teacher-dashboard-empty .teacher-dashboard-welcome .btn{border-color:rgba(255,255,255,.35);color:#fff}@media (max-width:1100px){.teacher-dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.teacher-dashboard-empty,.teacher-dashboard-primary,.teacher-dashboard-secondary{grid-template-columns:1fr}.teacher-dashboard-announcements{min-height:390px}}@media (max-width:720px){.teacher-dashboard-stats{grid-template-columns:1fr}.teacher-dashboard-welcome{align-items:flex-start;flex-direction:column;gap:12px}.teacher-dashboard-welcome h2{white-space:normal}.teacher-dashboard-primary,.teacher-dashboard-secondary{gap:14px}.teacher-dashboard-module-header{grid-template-columns:36px minmax(0,1fr) auto}.teacher-dashboard-module-header>.badge{grid-column:2;justify-self:start}.teacher-dashboard-module-header>.btn{grid-column:3;grid-row:1/span 2}.teacher-dashboard-list>button{grid-template-columns:36px minmax(0,1fr);align-items:start}.teacher-dashboard-list>button>.badge{grid-column:2;justify-self:start}.teacher-dashboard-progress{padding:20px}}.student-workspace-content{width:min(1240px,calc(100% - 64px));margin:0 auto;padding:0 0 70px;display:grid;gap:18px}.student-library{display:grid;gap:16px}.student-library-tabs{width:fit-content;max-width:100%;padding:4px;border:1px solid var(--border);border-radius:13px;background:#fff;display:flex;align-items:center;gap:3px;box-shadow:0 6px 20px rgba(29,47,41,.035)}.student-library-tabs .btn{min-height:36px;white-space:nowrap}.student-library-tab-count{min-width:27px;padding:2px 6px;border-radius:999px;background:rgba(25,75,64,.08);color:var(--text-muted);font-size:9px;font-weight:400;text-align:center}.student-library>[role=tabpanel]{min-width:0}.student-refreshing{justify-self:end;margin-top:-50px;color:var(--text-muted);font-size:12px;display:flex;align-items:center;gap:7px}.student-refreshing svg{animation:spin 1s linear infinite}.student-dashboard,.student-section-stack{display:grid;gap:18px}.student-new-corrections{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:11px 13px;border:1px solid #e4dcc3;background:#fffdf7;box-shadow:0 3px 10px rgba(80,65,30,.05)}.student-new-corrections-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#f5edda;color:#765d22}.student-new-corrections>div:nth-child(2){display:grid;gap:1px}.student-new-corrections small{color:#806a36;font-size:9px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.student-new-corrections h2{margin:0;font-size:14px;font-weight:500}.student-new-corrections>div:last-child{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.student-new-corrections .btn{background:#fff;border-color:#d8cba9;color:#624f24;font-weight:500}.student-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.student-dashboard-primary,.student-dashboard-secondary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:stretch}.student-dashboard-calendar{min-width:0}.student-dashboard-calendar>.student-calendar-card,.student-dashboard-calendar>.ui-empty-state{height:100%}.student-dashboard-calendar>.ui-empty-state{min-height:390px}.student-dashboard-calendar .student-calendar-card>header{min-height:62px;padding:11px 14px}.student-dashboard-calendar .student-calendar-card>header>div:last-child{min-width:190px}.student-dashboard-calendar .student-calendar-weekdays span{padding:7px 4px}.student-dashboard-calendar .student-calendar-grid>div{min-height:51px;padding:3px}.student-dashboard-calendar .student-calendar-grid>div>span{width:21px;height:21px;font-size:9px}.student-dashboard-calendar .student-calendar-grid article{margin-top:1px;padding:3px 4px;gap:1px 3px}.student-dashboard-calendar .student-calendar-grid article p,.student-dashboard-calendar .student-calendar-grid article strong{font-size:8px}.student-dashboard-calendar .student-calendar-grid article small{display:none}.student-dashboard-module{min-width:0;padding:0;overflow:hidden;border-radius:18px}.student-dashboard-module-header{min-height:62px;padding:11px 15px;border-bottom:1px solid var(--border);display:grid;grid-template-columns:34px minmax(0,1fr) auto auto;align-items:center;gap:10px}.student-dashboard-module-header>div{min-width:0}.student-dashboard-module-header small{color:var(--brand-700);font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.student-dashboard-module-header h2{margin:2px 0 0;font-size:17px;font-weight:560}.student-dashboard-module-header .btn{padding-inline:8px;white-space:nowrap}.student-dashboard-module-icon{width:34px;height:34px;border-radius:10px;background:var(--brand-50);color:var(--brand-700);display:grid;place-items:center}.student-dashboard-announcements{height:100%}.student-dashboard-announcements>.announcement-panel{height:calc(100% - 62px)}.announcement-panel-compact{min-height:0;padding:12px;gap:10px;align-content:start}.announcement-panel-compact .announcement-loading{min-height:250px;border:0;box-shadow:none}.announcement-panel-compact>.ui-empty-state{min-height:250px;border:0}.announcement-panel-compact .announcement-timeline{gap:9px}.announcement-panel-compact .announcement-card-toggle{padding:11px 12px;gap:9px}.announcement-panel-compact .announcement-avatar{width:30px;height:30px;font-size:12px}.announcement-panel-compact .announcement-card-title{font-size:13px}.announcement-panel-compact .announcement-card-toggle em,.announcement-panel-compact .announcement-card-toggle small{font-size:10px}.announcement-panel-compact .announcement-card-meta{font-size:9px}.announcement-panel-compact .announcement-card-body{padding:13px;font-size:12px}.student-dashboard-exam-list{display:grid}.student-dashboard-exam-list article{min-width:0;min-height:72px;padding:13px 15px;border-bottom:1px solid var(--border);display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px}.student-dashboard-exam-list article:last-child{border-bottom:0}.student-dashboard-exam-list article>div{min-width:0;display:grid;gap:4px}.student-dashboard-exam-list strong{overflow:hidden;font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.student-dashboard-exam-list small{overflow:hidden;color:var(--text-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.student-dashboard-quiet{min-height:142px;padding:24px;color:var(--brand-600);display:flex;align-items:center;justify-content:center;gap:12px}.student-dashboard-quiet>div{display:grid;gap:4px}.student-dashboard-quiet strong{color:var(--text);font-size:14px;font-weight:580}.student-dashboard-quiet small{color:var(--text-muted);font-size:11px}.student-latest-topic-content{min-height:166px;padding:18px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:16px}.student-latest-topic-number{width:48px;height:48px;border-radius:15px;background:var(--brand-50);color:var(--brand-800);font-size:16px;font-weight:650;display:grid;place-items:center}.student-latest-topic-content>div{min-width:0}.student-latest-topic-content h3{margin:8px 0 4px;font-size:16px;font-weight:600}.student-latest-topic-content p{margin:0 0 7px;overflow:hidden;color:var(--text-muted);font-size:11px;line-height:1.45;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.student-latest-topic-content small{color:var(--text-muted);font-size:9px}.ui-stat-card{min-width:0;min-height:104px;padding:18px;border:1px solid var(--border);border-radius:17px;background:#fff;display:flex;align-items:flex-start;gap:13px;box-shadow:0 7px 24px rgba(29,47,41,.035)}.student-row-icon,.ui-stat-card>span{width:38px;height:38px;flex:0 0 auto;border-radius:11px;background:var(--brand-50);color:var(--brand-700);display:grid;place-items:center}.ui-stat-card>div{min-width:0;display:grid;gap:3px}.ui-stat-card small{color:var(--text-muted);font-size:10px;font-weight:650;letter-spacing:.05em;text-transform:uppercase}.ui-stat-card strong{color:var(--text);font-size:20px;font-weight:560}.ui-stat-card p,.ui-stat-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-stat-card p{margin:0;color:var(--text-muted);font-size:10px}.ui-empty-state{min-height:240px;padding:34px;border:1px dashed var(--brand-200);border-radius:18px;background:rgba(255,255,255,.68);color:var(--brand-600);display:grid;place-items:center;align-content:center;gap:10px;text-align:center}.ui-empty-state h2{margin:3px 0 0;color:var(--text);font-size:19px;font-weight:560}.ui-empty-state p{max-width:520px;margin:0;color:var(--text-muted);font-size:13px;line-height:1.55}.ui-file-upload{min-width:190px;display:grid;justify-items:end;gap:5px}.ui-file-upload small{color:var(--text-muted);font-size:9px;text-align:right}.student-calendar-card{padding:0;overflow:hidden;border-radius:18px}.student-calendar-card>header,.student-list-card>header{min-height:72px;padding:14px 18px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:16px}.student-calendar-card>header>div:first-child>span,.student-list-card>header>div>span{color:var(--brand-700);font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.student-calendar-card h2,.student-list-card h2{margin:3px 0 0;font-size:18px;font-weight:560}.student-calendar-card>header>div:last-child{min-width:245px;display:flex;align-items:center;justify-content:space-between;gap:7px}.student-calendar-card>header .btn{min-width:34px;min-height:34px;padding:6px}.student-calendar-card>header strong{font-size:12px;font-weight:600;text-transform:capitalize}.student-calendar-grid,.student-calendar-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.student-calendar-weekdays{border-bottom:1px solid var(--border)}.student-calendar-weekdays span{padding:9px;color:var(--text-muted);font-size:9px;font-weight:700;text-align:center}.student-calendar-grid>div{min-height:112px;padding:7px;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.student-calendar-grid>div:nth-child(7n){border-right:0}.student-calendar-grid>div.outside{background:#fafbfa;opacity:.48}.student-calendar-grid>div>span{width:25px;height:25px;color:var(--text-muted);font-size:10px;display:grid;place-items:center}.student-calendar-grid>div.today>span{border-radius:50%;background:var(--brand-700);color:#fff}.student-calendar-grid article{margin-top:4px;padding:6px 7px;border:1px solid var(--brand-200);border-radius:8px;background:var(--brand-50);display:grid;grid-template-columns:auto minmax(0,1fr);gap:2px 5px}.student-calendar-grid article strong{color:var(--brand-800);font-size:9px}.student-calendar-grid article p{margin:0;overflow:hidden;color:var(--brand-900);font-size:9px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.student-calendar-grid article small{grid-column:1/-1;overflow:hidden;color:var(--brand-700);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.student-list-card{padding:0;overflow:hidden;border-radius:18px}.student-list-card>.ui-empty-state{margin:18px;min-height:190px}.student-exam-list,.student-receipt-list,.student-topic-list{display:grid}.student-receipt-row{min-width:0;padding:16px 18px;border-bottom:1px solid var(--border);display:grid;grid-template-columns:38px minmax(190px,1fr) auto auto minmax(205px,auto);align-items:center;gap:14px}.student-receipt-row:last-child,.student-topic-list article:last-child{border-bottom:0}.student-receipt-row>div:nth-child(2){min-width:0;display:grid;gap:4px}.student-receipt-row>div>strong{font-size:13px;font-weight:600}.student-paid-date,.student-receipt-row>div>small{color:var(--text-muted);font-size:10px}.student-receipt-row>b{font-size:14px;font-weight:620;font-variant-numeric:tabular-nums}.admin-proof-link,.student-exam-files button,.student-file-link{width:fit-content;padding:0;border:0;background:transparent;color:var(--brand-700);font:inherit;font-size:10px;text-align:left;text-decoration:underline;cursor:pointer;display:inline-flex;align-items:center;gap:5px}.student-topic-list article{min-width:0;padding:15px 18px;border-bottom:1px solid var(--border);display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:14px}.student-topic-list article.is-locked{background:#fafbfa}.student-topic-list article.is-pending{background:var(--surface-soft)}.student-topic-list article>div{min-width:0;display:grid;gap:4px}.student-topic-title{overflow:hidden;font-size:13px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.student-topic-list article small{color:var(--text-muted);font-size:10px}.student-topic-list .topic-number{width:35px;height:35px;border-radius:50%;background:var(--brand-50);color:var(--brand-800);font-size:11px;font-weight:400;display:grid;place-items:center}.student-topic-list .is-locked .topic-number,.student-topic-list .is-pending .topic-number{background:#eef2f1;color:var(--text-muted)}.student-planning-card{overflow:hidden;border-radius:18px}.student-planning-card .planning-timeline-card>header>.badge{margin-left:auto}.student-exam-row{min-width:0;padding:16px 18px;border-bottom:1px solid var(--border);display:grid;grid-template-columns:38px minmax(220px,1fr) auto auto;align-items:center;gap:16px}.student-exam-row:last-child{border-bottom:0}.student-exam-row-main{min-width:0;display:grid;gap:3px}.student-exam-row-main>small{color:var(--brand-700);font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.student-exam-row-main>strong{overflow:hidden;font-size:14px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.student-exam-row-main>span{margin-top:2px;color:var(--text-muted);font-size:10px;display:flex;align-items:center;gap:5px}.student-exam-row-status{display:flex;align-items:center;gap:18px}.student-exam-row-status>span{min-width:70px;display:grid;justify-items:start;gap:5px}.student-exam-row-status small{color:var(--text-muted);font-size:8px;font-weight:650;letter-spacing:.06em;text-transform:uppercase}.student-exam-row>.btn{white-space:nowrap}.student-exam-detail{display:grid;gap:10px}.student-exam-back{justify-self:start}.student-exam-card{padding:22px;border-radius:18px;display:grid;gap:18px}.student-exam-card>header{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px}.student-exam-card>header>div{min-width:0}.student-exam-card>header small{color:var(--brand-700);font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.student-exam-card h3{margin:3px 0 0;font-size:16px;font-weight:580}.student-exam-detail-status{display:flex;align-items:center;justify-content:flex-end;gap:7px}.student-exam-meta{display:flex;flex-wrap:wrap;gap:8px 18px}.student-exam-meta span{color:var(--text-muted);font-size:10px;display:inline-flex;align-items:center;gap:5px}.student-exam-detail-section{padding-top:18px;border-top:1px solid var(--border);display:grid;gap:10px}.student-exam-detail-section h4{margin:0;font-size:12px;font-weight:650}.student-exam-detail-section>p{max-width:900px;margin:0;color:var(--text-muted);font-size:12px;line-height:1.65;white-space:pre-line}.student-exam-files{padding:12px;border-radius:11px;background:var(--surface-soft);display:flex;flex-wrap:wrap;align-items:center;gap:8px 16px}.student-exam-files>strong{color:var(--text);font-size:10px}.student-exam-upload{padding:17px 18px;border:1px solid var(--brand-200);border-radius:14px;background:var(--brand-50);display:flex;align-items:center;justify-content:space-between;gap:18px}.student-exam-upload>div{min-width:0}.student-exam-upload strong{font-size:13px;font-weight:650}.student-exam-upload p{margin:4px 0 0;color:var(--text-muted);font-size:10px;line-height:1.45}.admin-proof-link{margin-top:5px}.receipt-row-message{grid-column:2/-1;margin:0;color:var(--danger-text);font-size:10px}.student-profile-panel{width:min(1120px,100%);margin:0 auto;display:grid;gap:18px}.student-profile-identity{padding:22px 24px;display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:16px}.student-profile-avatar{width:64px;height:64px;overflow:hidden;border:4px solid #fff;border-radius:50%;background:var(--brand-100);color:var(--brand-800);box-shadow:0 5px 16px rgba(25,75,64,.12);font-size:16px;font-weight:650;display:grid;place-items:center}.student-profile-avatar img{width:100%;height:100%;object-fit:cover}.student-profile-identity-copy{min-width:0}.student-profile-identity-copy h2,.student-profile-identity-copy p,.student-profile-identity-copy small{margin:0}.student-profile-identity-copy small{color:var(--brand-700);font-size:9px;font-weight:650;text-transform:uppercase;letter-spacing:.08em}.student-profile-identity-copy h2{margin-top:3px;font-size:19px;font-weight:580}.student-profile-identity-copy p{margin-top:3px;overflow:hidden;color:var(--text-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.student-profile-photo-actions{display:grid;grid-template-columns:auto auto;align-items:center;justify-content:end;gap:6px}.student-profile-photo-actions>small{grid-column:1/-1;color:var(--text-muted);font-size:8px;text-align:right}.student-profile-identity>.student-profile-feedback{grid-column:2/-1}.student-profile-content-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr);align-items:start;gap:18px}.student-profile-form-stack{min-width:0;display:grid;gap:18px}.student-profile-form-card{padding:0;overflow:hidden;border-radius:20px}.student-profile-form-card>header{padding:19px 22px;border-bottom:1px solid var(--border);display:flex;align-items:flex-start;gap:12px}.student-profile-form-card>header>span{width:38px;height:38px;flex:0 0 auto;border-radius:11px;background:var(--brand-50);color:var(--brand-700);display:grid;place-items:center}.student-profile-form-card>header>div{min-width:0}.student-profile-form-card>header small{color:var(--brand-700);font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.student-profile-form-card>header h2{margin:2px 0 3px;font-size:16px;font-weight:580}.student-profile-form-card>header p{margin:0;color:var(--text-muted);font-size:10px;line-height:1.45}.student-profile-form-card>form{padding:20px 22px 21px;display:grid;gap:15px}.student-profile-form-card label{min-width:0;color:var(--text);font-size:10px;font-weight:600;display:grid;gap:6px}.student-profile-form-card label>span{display:flex;align-items:center;justify-content:space-between;gap:8px}.student-profile-form-card label>span small{color:var(--text-muted);font-size:8px;font-weight:450}.student-input-with-icon{position:relative}.student-input-with-icon>svg{position:absolute;z-index:1;left:12px;top:50%;color:var(--text-muted);transform:translateY(-50%);pointer-events:none}.student-input-with-icon>.input{width:100%;padding-left:38px}.student-profile-field-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.student-profile-form-card form>footer{padding-top:4px;display:flex;align-items:center;justify-content:flex-end;gap:16px}.student-profile-form-card form>footer>span{margin-right:auto;max-width:310px;color:var(--text-muted);font-size:8px;line-height:1.45}.student-profile-feedback{padding:10px 12px;border-radius:11px;font-size:10px;line-height:1.45;display:flex;align-items:flex-start;gap:8px}.student-profile-feedback.is-success{background:var(--success-bg);color:var(--success-text)}.student-profile-feedback.is-error{background:var(--danger-bg);color:var(--danger-text)}.student-profile-feedback svg{flex:0 0 auto;margin-top:1px}@media (max-width:1000px){.student-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.student-dashboard-primary,.student-dashboard-secondary{grid-template-columns:1fr}.student-dashboard-announcements{min-height:390px}.student-receipt-row{grid-template-columns:38px minmax(0,1fr) auto}.student-receipt-row>b{grid-column:2}.student-receipt-row>.student-paid-date,.student-receipt-row>.ui-file-upload{grid-column:2/-1;justify-items:start}.student-receipt-row>.ui-file-upload small{text-align:left}.student-exam-row{grid-template-columns:38px minmax(0,1fr) auto}.student-exam-row>.btn{grid-column:2/-1;justify-self:end}.student-profile-content-grid{grid-template-columns:1fr}}@media (max-width:760px){.student-workspace-content{width:calc(100% - 28px);padding-bottom:46px}.student-library-tabs{width:100%}.student-library-tabs .btn{min-width:0;flex:1 1 0}.student-library-tab-count{display:none}.student-refreshing{margin-top:-34px}.student-stat-grid{grid-template-columns:1fr}.student-dashboard-primary,.student-dashboard-secondary{gap:14px}.student-dashboard-module-header{grid-template-columns:34px minmax(0,1fr) auto}.student-dashboard-module-header>.badge{grid-column:2;justify-self:start}.student-dashboard-module-header>.btn{grid-column:3;grid-row:1/span 2}.student-dashboard-announcements,.student-dashboard-calendar>.ui-empty-state{min-height:330px}.student-latest-topic-content{grid-template-columns:42px minmax(0,1fr);align-items:start}.student-latest-topic-number{width:42px;height:42px;border-radius:13px}.student-latest-topic-content>.btn{grid-column:2;justify-self:start}.ui-stat-card{min-height:86px}.student-calendar-card>header,.student-list-card>header{align-items:flex-start;flex-direction:column}.student-calendar-card>header>div:last-child{width:100%;min-width:0}.student-calendar-grid>div{min-height:66px;padding:4px}.student-calendar-grid article{padding:4px;display:block}.student-calendar-grid article p,.student-calendar-grid article small{display:none}.student-topic-list article{grid-template-columns:34px minmax(0,1fr)}.student-topic-list article>.badge,.student-topic-list article>.btn{grid-column:2;justify-self:start}.student-receipt-row{grid-template-columns:34px minmax(0,1fr);align-items:start}.student-receipt-row>.badge{grid-column:2;justify-self:start}.student-receipt-row>b{grid-column:2}.student-exam-row{grid-template-columns:34px minmax(0,1fr);align-items:start;gap:12px}.student-exam-row-status{grid-column:2;flex-wrap:wrap;gap:10px}.student-exam-row-status>span{min-width:0}.student-exam-row>.btn{grid-column:2;justify-self:start}.student-exam-card{padding:18px}.student-exam-card>header{grid-template-columns:36px minmax(0,1fr)}.student-exam-detail-status{grid-column:2;justify-content:flex-start}.student-exam-files,.student-exam-upload{align-items:flex-start;flex-direction:column}.student-exam-upload>.ui-file-upload{justify-items:start}.student-exam-upload>.ui-file-upload small{text-align:left}.student-planning-card .planning-timeline{padding-inline:10px}.student-profile-identity{grid-template-columns:56px minmax(0,1fr);padding:19px}.student-profile-avatar{width:56px;height:56px}.student-profile-photo-actions{grid-column:1/-1;justify-content:start}.student-profile-photo-actions>small{text-align:left}.student-profile-identity>.student-profile-feedback{grid-column:1/-1}.student-profile-field-row{grid-template-columns:1fr}.student-profile-form-card form>footer{align-items:stretch;flex-direction:column}.student-profile-form-card form>footer .btn{width:100%}}.student-published-correction{display:grid;gap:16px;margin-top:18px;padding-top:18px;border-top:1px solid #e1e7e4}.student-published-correction>header{display:flex;align-items:end;justify-content:space-between;gap:18px;padding:16px 18px;border-radius:15px;background:#173f36;color:#fff}.student-published-correction>header>div{display:grid;gap:3px}.student-published-correction>header span{font-size:12px;text-transform:uppercase;letter-spacing:.08em;opacity:.8}.student-published-correction>header strong{font-size:32px}.student-published-correction>header strong small{font-size:15px}.student-published-correction>header p{max-width:420px;margin:0;opacity:.83;font-size:13px}.student-correction-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:15px;align-items:start;min-width:0}.student-correction-layout>aside{position:sticky;top:14px;display:grid;gap:10px;padding:15px;border:1px solid #dfe6e2;border-radius:15px;background:#fff;max-height:75vh;overflow:auto}.student-correction-layout aside h4{display:flex;align-items:center;gap:7px;margin:0}.student-correction-layout aside>div{display:grid;gap:7px}.student-correction-layout aside button{display:flex;gap:9px;padding:9px;border:1px solid #e0e7e3;border-radius:10px;background:#fff;text-align:left;color:inherit}.student-correction-layout aside button.is-selected{border-color:#3d7667;background:#f0f7f4}.student-correction-layout aside button p{display:grid;gap:2px;margin:0;font-size:13px}.student-correction-layout aside button small{color:#69736f}.student-correction-layout aside article{padding:12px;border-radius:11px;background:#f0f7f4}.student-correction-layout aside article p{margin:5px 0 0;white-space:pre-wrap}.student-correction-error,.student-correction-loading{padding:24px;text-align:center;color:#65716d}.student-correction-error{color:#a43d35}@media(max-width:900px){.student-correction-layout{grid-template-columns:1fr}.student-correction-layout>aside{position:static;grid-row:1;max-height:none}.student-published-correction>header{align-items:flex-start;flex-direction:column}}@media(max-width:760px){.student-new-corrections{grid-template-columns:auto minmax(0,1fr)}.student-new-corrections>div:last-child{grid-column:1/-1;justify-content:stretch}.student-new-corrections .btn{flex:1}}.admin-shell{--private-font-weight:400;--private-heading-weight:400}.admin-shell,.admin-shell :where(button,input,textarea,select){font-weight:var(--private-font-weight)}.admin-shell :where(h1,h2,h3,h4,h5,h6,strong,b,label,legend,th,.btn,.badge,.brand-lockup,.admin-tree-title,.admin-tree-section-toggle,.admin-tree-item,.card-kicker,.eyebrow){font-weight:var(--private-heading-weight)}.admin-shell .admin-content-heading h1{font-weight:var(--private-heading-weight)}.admin-shell .review-field-error{font-weight:var(--private-font-weight)!important}.admin-shell .admin-content-heading>div>p,.admin-shell :where(.card-kicker,.academic-editor-heading span,.teacher-form-section-heading span){font-weight:var(--private-font-weight);letter-spacing:.045em}.admin-shell :where(.btn,.badge,.input,.select,.textarea,.card,.alert){font-family:inherit}.admin-shell :where(.card,.admin-editor,.academic-dialog,.student-list-card){border-color:var(--border)}.admin-shell :where(.btn,.input,.select,.textarea,.icon-button,button):focus-visible{outline:3px solid var(--blue-300);outline-offset:2px}.ui-alert-title{display:block;margin-bottom:3px;font-weight:400}.ui-stat-value{overflow:hidden;color:var(--text);font-size:20px;text-overflow:ellipsis;white-space:nowrap}.ui-calendar-month,.ui-calendar-time,.ui-stat-value{font-weight:400}.ui-calendar-month{font-size:12px;text-transform:capitalize}.admin-tree-count{min-width:23px;padding:3px 6px;border-radius:999px;background:white;color:var(--brand-700);font-size:9px;text-align:center}