@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Source+Serif+4:wght@500;600&display=swap";:root{font-family:DM Sans,system-ui,sans-serif;color:#19313c;background:#f3f6f6;font-synthesis:none;--navy:#173f4f;--teal:#147a78;--teal-dark:#0d6664;--mint:#e4f3ef;--green:#328765;--sand:#eee5d2;--orange:#d8923b;--red:#be4c43;--line:#dce5e5;--muted:#667a82;--white:#fff;--shadow:0 8px 30px rgba(22,62,77,.08)}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}svg{width:20px;height:20px;flex:none}h1,h2,h3,p{margin-top:0}h1{font-family:"Source Serif 4",serif;font-size:clamp(1.8rem,3vw,2.65rem);line-height:1.1;margin-bottom:.5rem;color:#153744}h2{font-size:1.25rem}small{color:var(--muted)}.app-shell{display:flex;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:268px;background:var(--navy);color:#fff;padding:28px 18px;display:flex;flex-direction:column;z-index:40}.brand{display:flex;align-items:center;gap:12px;padding:0 8px 34px}.brand-mark,.report-logo{width:42px;height:42px;border-radius:12px;background:#e9b85e;color:var(--navy);display:grid;place-items:center;font-family:"Source Serif 4";font-size:1.45rem;font-weight:700}.brand strong,.brand span{display:block}.brand strong{font-size:1.2rem}.brand span{font-size:.72rem;opacity:.65}.nav-caption{font-size:.7rem;letter-spacing:.13em;opacity:.48;padding:0 12px 10px}.sidebar nav{display:flex;flex-direction:column;gap:5px}.sidebar nav button{border:0;background:transparent;color:#d7e2e5;display:flex;gap:12px;align-items:center;text-align:left;padding:13px 14px;border-radius:9px;font-weight:600}.sidebar nav button svg{width:19px}.sidebar nav button:hover,.sidebar nav button.active{background:#ffffff1a;color:#fff}.sidebar nav button.active{box-shadow:inset 3px 0 #efbf67}.sidebar-foot{margin-top:auto;border-top:1px solid rgba(255,255,255,.12);padding:22px 10px 0;display:flex;gap:10px;align-items:flex-start;font-size:.83rem}.sidebar-foot small{color:#aac0c7}.app-main{margin-left:268px;width:calc(100% - 268px)}.topbar{height:72px;background:#fff;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:0 4vw;position:sticky;top:0;z-index:30}.topbar>div:first-of-type{display:flex;align-items:baseline;gap:10px}.topbar .eyebrow{color:var(--teal)}main{min-height:calc(100vh - 72px)}.page{padding:42px clamp(24px,4vw,64px) 80px;max-width:1500px;margin:auto}.page.narrow,.exam-content.narrow{max-width:1050px}.wide-page{max-width:1600px}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:30px}.page-head p{color:var(--muted);margin:0;max-width:700px}.eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.14em;color:var(--teal)}.btn,.icon-btn{border:0;border-radius:9px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;transition:.15s}.btn{padding:10px 18px}.btn svg{width:18px}.btn.primary{background:var(--teal);color:#fff}.btn.primary:hover{background:var(--teal-dark)}.btn.secondary{background:var(--navy);color:#fff}.btn.ghost{background:#fff;border:1px solid var(--line);color:var(--navy)}.btn.danger-fill{background:var(--red);color:#fff}.btn.large{min-height:52px;padding:13px 24px}.btn.small{min-height:36px;padding:7px 11px;font-size:.82rem}.btn.full{width:100%}.icon-btn{width:42px;padding:0;background:#fff;border:1px solid var(--line);color:var(--navy)}.icon-btn svg{width:18px}.icon-btn.danger{color:var(--red)}.hero-card{min-height:260px;border-radius:18px;background:linear-gradient(120deg,#153d4e,#1a6470);color:#fff;padding:42px 50px;display:flex;align-items:center;justify-content:space-between;box-shadow:var(--shadow);overflow:hidden;position:relative}.hero-card h2{font-family:"Source Serif 4";font-size:2.2rem;margin:17px 0 8px}.hero-card p{color:#cee0e3;max-width:580px}.hero-card>svg{width:240px;height:240px;opacity:.09;transform:rotate(-8deg)}.hero-card .btn{margin-top:15px;background:#fff;color:var(--navy)}.pill,.status{display:inline-flex;align-items:center;gap:5px;border-radius:99px;padding:5px 10px;font-size:.72rem;font-weight:700;letter-spacing:.03em}.pill{background:#e8f1f0;color:var(--teal)}.pill.light{background:#ffffff24;color:#fff}.status svg{width:10px;height:10px;fill:currentColor}.status.blue{background:#e5f0f6;color:#337696}.status.green{background:#e4f3ea;color:#267655}.status.sand{background:#f3ead9;color:#8b672a}.status.gray{background:#eef0f0;color:#69757a}.stats-grid,.summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:24px 0 38px}.stat{background:#fff;border:1px solid var(--line);border-radius:13px;padding:20px 22px;display:flex;align-items:center;gap:15px}.stat-icon{width:50px;height:50px;border-radius:12px;display:grid;place-items:center}.stat-icon.blue{background:#e4f1f3;color:var(--teal)}.stat-icon.green{background:#e8f4ec;color:var(--green)}.stat-icon.sand{background:#f4ecdd;color:#9c7136}.stat-icon.red{background:#f7e7e4;color:var(--red)}.stat strong,.stat span{display:block}.stat strong{font-size:1.6rem}.stat span{font-size:.85rem;color:var(--muted)}.section-title{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px}.section-title h2{margin-bottom:3px}.section-title p{color:var(--muted);margin:0;font-size:.9rem}.card,.session-card,.case-card,.table-card{background:#fff;border:1px solid var(--line);border-radius:13px;box-shadow:0 3px 16px #163e4d09}.card{padding:28px;margin-bottom:20px}.card-list{display:flex;flex-direction:column;gap:12px}.session-card{display:flex;align-items:center;gap:18px;padding:20px}.avatar{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--mint);color:var(--teal)}.session-main{flex:1}.session-title{display:flex;gap:10px;align-items:center}.session-title h3{margin:0}.session-main>p{font-size:.85rem;color:var(--muted);margin:3px 0 10px}.meta{display:flex;flex-wrap:wrap;gap:14px 25px;color:#536b74;font-size:.78rem}.meta span{display:flex;gap:5px;align-items:center}.meta svg{width:14px}.session-actions{display:flex;gap:8px}.empty{min-height:180px;border:1px dashed #bdcccc;border-radius:13px;color:var(--muted);display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center}.empty svg{width:36px;height:36px;color:#92a5aa}.form-card>h2{display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line);padding-bottom:18px}.step-badge{background:var(--navy);color:#fff;border-radius:50%;width:29px;height:29px;display:grid;place-items:center;font-size:.85rem}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:16px}.field.wide{grid-column:1/-1}.field>span{font-size:.82rem;font-weight:700;color:#405862}.field input,.field select,.field textarea,.filterbar input,.filterbar select{width:100%;border:1px solid #cbd8da;border-radius:8px;background:#fff;color:#19313c;padding:11px 12px;outline:none;min-height:44px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #147a781a}textarea{resize:vertical}.large-textarea{min-height:320px;line-height:1.65}.notes{min-height:150px}.toggle-row{display:flex;align-items:center;gap:12px;padding:16px 0;margin:5px 0 15px;cursor:pointer}.toggle-row input{position:absolute;opacity:0}.toggle{width:44px;height:24px;border-radius:99px;background:#bfcacc;position:relative;transition:.2s}.toggle:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;top:3px;left:3px;transition:.2s}.toggle-row input:checked+.toggle{background:var(--teal)}.toggle-row input:checked+.toggle:after{left:23px}.toggle-row strong,.toggle-row small{display:block}.case-preview{border:1px solid var(--line);border-radius:10px;margin-top:20px;overflow:hidden}.case-preview summary{list-style:none;padding:17px 20px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;background:#f6f9f9}.case-preview summary>div{display:flex;align-items:center;gap:10px}.preview-body{padding:22px;line-height:1.6}.chip-row{display:flex;flex-wrap:wrap;gap:7px}.chip{display:inline-flex;padding:5px 9px;border-radius:6px;background:#edf3f3;color:#49636c;font-size:.76rem;font-style:normal}.mini-stats{display:flex;gap:28px;border-top:1px solid var(--line);margin-top:20px;padding-top:15px;color:var(--muted);font-size:.82rem}.mini-stats strong{color:var(--navy)}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin:24px 0}.form-actions.between{justify-content:space-between}.alert{border-radius:9px;padding:14px 16px;display:flex;gap:10px;align-items:flex-start;margin:14px 0;font-size:.9rem}.alert.danger{background:#f9e9e7;color:#8e332d}.alert.warning{background:#fcf3df;color:#795716}.save-status{display:flex;align-items:center;gap:7px;font-size:.78rem;font-weight:700;padding:7px 11px;border-radius:99px}.save-status.saved{background:#e7f3ec;color:var(--green)}.save-status.saving{background:#edf2f3;color:#5f737b}.save-status.error{background:#f9e7e6;color:var(--red)}.save-status svg{width:14px}.save-status.saving svg{animation:pulse 1s infinite}@keyframes pulse{50%{opacity:.3}}.filterbar{display:flex;gap:12px;margin-bottom:20px}.filterbar label{flex:1;display:flex;align-items:center;position:relative}.filterbar label svg{position:absolute;left:13px;color:var(--muted)}.filterbar input{padding-left:43px}.filterbar select{max-width:230px}.table-card{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:15px 18px;border-bottom:1px solid var(--line);font-size:.86rem;vertical-align:top}th{font-size:.7rem;letter-spacing:.06em;color:var(--muted);background:#f7f9f9;text-transform:uppercase}td small{display:block;margin-top:3px}.grade{display:grid;place-items:center;background:var(--mint);width:34px;height:34px;border-radius:50%;font-weight:700}.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.case-card{padding:22px;display:flex;flex-direction:column}.case-card-top{display:flex;justify-content:space-between}.case-number{color:var(--teal);font-weight:700;font-size:.78rem;margin-top:22px}.case-card h3{margin:5px 0 9px}.case-card>p{color:var(--muted);font-size:.84rem;line-height:1.5;flex:1}.coverage{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:15px;font-size:.76rem;color:var(--muted)}.coverage div{display:flex;gap:4px}.coverage i{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#edf0f0;font-style:normal;font-weight:700}.coverage i.covered{background:#e1f1e7;color:var(--green)}.case-actions{display:flex;gap:6px;margin-top:16px}.case-actions .btn{margin-right:auto}.editor-steps{display:flex;margin:0 0 22px;background:#fff;border:1px solid var(--line);border-radius:11px;overflow:hidden}.editor-steps button{flex:1;border:0;background:#fff;color:var(--muted);display:flex;gap:8px;align-items:center;justify-content:center;padding:16px 8px;font-weight:700;font-size:.8rem;border-right:1px solid var(--line)}.editor-steps button:last-child{border:0}.editor-steps button span{width:27px;height:27px;border-radius:50%;background:#eef2f2;display:grid;place-items:center}.editor-steps button span svg{width:14px}.editor-steps button.active{color:var(--teal);background:#f2f8f7}.editor-steps button.active span,.editor-steps button.done span{background:var(--teal);color:#fff}.editor-card{padding:34px}.editor-footer{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:22px;margin-top:30px}.editor-footer>div{display:flex;gap:8px;flex-wrap:wrap}.stack{display:flex;flex-direction:column;gap:12px}.edit-row{display:grid;grid-template-columns:36px 1.4fr 1fr .7fr 42px;gap:8px;align-items:center}.edit-row input{border:1px solid #cbd8da;border-radius:8px;padding:10px}.drag{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#edf3f3;font-size:.75rem}.question-editor{border:1px solid var(--line);border-radius:10px;padding:20px}.question-editor-head{display:flex;justify-content:space-between;margin-bottom:14px}.student-preview{border:1px solid var(--line);padding:40px;max-width:800px;background:#fff;margin:15px auto 30px;box-shadow:var(--shadow);font-family:Georgia,serif;line-height:1.7}.hint,.subtle{color:var(--muted);font-size:.86rem}.exam-page{padding-bottom:70px}.exam-header{padding:15px clamp(20px,3vw,46px);background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:20px}.exam-person{flex:1}.exam-person strong,.exam-person span{display:block}.exam-person span{font-size:.76rem;color:var(--muted)}.phase-nav{background:#fff;border-bottom:1px solid var(--line);display:flex;justify-content:center;padding:10px}.phase-nav button{border:0;background:none;color:#809197;display:flex;align-items:center;gap:9px;padding:10px 16px;font-weight:700}.phase-nav button>span{width:28px;height:28px;border-radius:50%;background:#e8eded;display:grid;place-items:center}.phase-nav button.active{color:var(--teal)}.phase-nav button.active>span{background:var(--teal);color:#fff}.phase-nav button>svg{margin-left:12px;color:#bdc8cb;width:15px}.exam-content{max-width:1280px;margin:auto;padding:35px clamp(20px,4vw,52px)}.exam-section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.exam-section-head p{color:var(--muted)}.progress-ring{border-left:1px solid var(--line);padding-left:25px;display:flex;gap:9px;align-items:center}.progress-ring strong{font-family:"Source Serif 4";font-size:2.2rem;color:var(--teal)}.progress-ring span{font-size:.72rem;color:var(--muted)}.case-document{padding:36px;line-height:1.75}.document-head{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);margin-bottom:23px;padding-bottom:18px}.document-head h2{margin:8px 0 0;font-family:"Source Serif 4";font-size:1.6rem}.keypoint-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.keypoint{border:1px solid var(--line);background:#f8fafa;border-radius:10px;padding:15px;display:flex;text-align:left;gap:12px;min-height:85px;color:#19313c}.keypoint>span{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#e8eeee;color:#788a90}.keypoint>span svg{width:17px}.keypoint strong,.keypoint small,.keypoint em{display:block}.keypoint small{margin:3px 0}.keypoint em{color:var(--teal);font-size:.7rem;font-style:normal}.keypoint.mentioned{border-color:#86c7aa;background:#eaf6ef}.keypoint.mentioned>span{background:var(--green);color:#fff}.sticky-actions{position:sticky;bottom:15px;display:flex;justify-content:flex-end;padding-top:15px}.questions-layout{max-width:1500px;margin:auto;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:25px;padding:32px clamp(20px,3vw,45px)}.question-main{min-width:0}.question-title{margin-bottom:22px}.question-title h1{max-width:950px;margin-top:7px}.competency-label{font-size:.72rem;letter-spacing:.1em;font-weight:700;color:var(--teal)}.criteria-list{display:flex;flex-direction:column;gap:13px}.criterion{border:1px solid var(--line);border-radius:10px;padding:17px}.criterion p{font-weight:600;margin-bottom:13px}.three-state{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.three-state button{border:1px solid var(--line);border-radius:8px;background:#f7f9f9;color:#677a82;min-height:50px;display:flex;align-items:center;justify-content:center;gap:7px;font-size:.8rem;font-weight:700}.three-state button svg{width:17px}.three-state .not_mentioned.active{border-color:#70868d;background:#edf1f2;color:#425960}.three-state .correct.active{border-color:#5aa782;background:#e5f4eb;color:#226f50}.three-state .incorrect.active{border-color:#d16b61;background:#f9e8e6;color:#9d3831}.complete-question{background:#fff;border:1px solid var(--line);border-radius:11px;padding:20px;display:flex;align-items:center;gap:14px;cursor:pointer}.complete-question input{position:absolute;opacity:0}.complete-question>span{color:#93a3a7}.complete-question strong,.complete-question small{display:block}.complete-question.checked{border-color:#6bb18d;background:#eaf6ef}.complete-question.checked>span{color:var(--green)}.question-pager{display:flex;justify-content:space-between;margin-top:18px}.question-sidebar{background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px;height:calc(100vh - 130px);position:sticky;top:95px;overflow:auto}.question-sidebar h2{font-family:"Source Serif 4";border-bottom:1px solid var(--line);padding-bottom:14px}.question-group{margin:18px 0}.question-group>strong{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:#6b7d84;display:block;margin-bottom:7px}.question-group button{width:100%;border:0;background:transparent;border-radius:7px;padding:9px;display:flex;gap:8px;text-align:left;color:#61757d}.question-group button span{margin-top:1px}.question-group button svg{width:15px}.question-group button em{font-style:normal;font-size:.79rem;line-height:1.3}.question-group button.active{background:#e9f3f3;color:var(--teal)}.question-group button.complete span{color:var(--green)}.question-group button.started span{color:#d49a3d}.competency-summary{background:#f5f8f8;border-radius:9px;padding:15px;margin:20px 0}.competency-summary h3{font-size:.9rem}.competency-summary>div{display:flex;justify-content:space-between;padding:5px 0;font-size:.78rem}.competency-summary>div>span{width:25px;height:25px;border-radius:50%;background:#e6ecec;display:grid;place-items:center;font-weight:700}.competency-summary>div strong{display:flex;align-items:center;gap:5px;color:#8a9a9e}.competency-summary>div strong.yes{color:var(--green)}.competency-summary svg{width:14px}.competency-summary p{border-top:1px solid var(--line);padding-top:10px;margin:8px 0 0;font-size:.75rem}.summary-grid{grid-template-columns:repeat(4,1fr)}.area-review{display:grid;grid-template-columns:1fr 1fr;gap:10px}.area-review>div{display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:9px;padding:13px}.area-review>div>span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#edf1f2;font-weight:700}.area-review>div>div{flex:1}.area-review small{display:block}.area-review .ok>svg{color:var(--green)}.area-review .missing>svg{color:var(--red)}.grade-fields{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:650px}.grade-fields input{font-size:1.5rem;font-weight:700}.comment-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.comment-grid .field:last-child{grid-column:1/-1}.signature-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.signature-pad{margin-top:10px}.signature-pad canvas{width:100%;height:180px;border:1px dashed #9badaf;border-radius:8px;background:repeating-linear-gradient(#fff,#fff 44px,#f1f4f4 45px);touch-action:none}.signature-pad .btn{margin-top:6px}.signature-meta{display:flex;justify-content:space-between;font-size:.8rem;border-top:1px solid var(--navy);padding-top:7px}.signature-meta span{color:var(--muted)}.file-button input{display:none}.attachments{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.attachments article{border:1px solid var(--line);border-radius:9px;padding:10px;overflow:hidden}.attachment-preview{height:130px;background:#edf2f2;border-radius:6px;display:grid;place-items:center;overflow:hidden}.attachment-preview img{max-width:90%;max-height:90%;transition:.2s}.attachment-preview>svg{width:45px;height:45px;color:#71888f}.attachments article>strong{font-size:.72rem;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:8px 0}.attachments article>div:last-child{display:flex}.attachments .icon-btn{width:34px;height:34px;min-height:34px}.upload-empty{border:1px dashed #bdcccc;border-radius:9px;padding:30px;display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--muted)}.finish-bar{background:var(--navy);color:#fff;border-radius:13px;padding:22px 28px;display:flex;align-items:center;justify-content:space-between}.finish-bar strong,.finish-bar span{display:block}.finish-bar span{font-size:.78rem;color:#bcd0d5;margin-top:4px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a1f279e;z-index:100;display:grid;place-items:center;padding:20px}.modal{background:#fff;border-radius:14px;padding:28px;max-width:600px;width:100%;box-shadow:0 25px 80px #0000004d}.modal-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:15px;margin-bottom:18px}.modal-head h2{margin:0}.modal-actions{display:flex;justify-content:flex-end;gap:9px;border-top:1px solid var(--line);padding-top:18px;margin-top:20px}.report-page{padding:30px;background:#e9eeee;min-height:100vh}.report-toolbar{max-width:1050px;margin:0 auto 20px;display:flex;justify-content:space-between}.report-toolbar>div{display:flex;gap:8px}.report,.student-document{max-width:1050px;margin:auto;background:#fff;padding:55px 65px;box-shadow:0 5px 25px #0000001f;color:#22383f}.report-head{display:flex;gap:16px;align-items:center;border-bottom:3px solid var(--navy);padding-bottom:25px}.report-head>div:nth-child(2){flex:1}.report-head span{font-size:.75rem;color:var(--teal);letter-spacing:.1em;font-weight:700}.report-head h1{font-size:1.8rem;margin:4px 0 0}.report-status{text-align:right}.report-status svg{color:var(--green);width:30px;height:30px}.report-status strong,.report-status span{display:block}.report-status span{color:var(--muted);font-size:.7rem;letter-spacing:0}.report-section{padding:28px 0;border-bottom:1px solid var(--line)}.report-section>h2{font-family:"Source Serif 4";color:var(--navy);font-size:1.35rem}.data-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 35px}.data span,.data strong{display:block}.data span{font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.data strong{font-size:.88rem;margin-top:3px}.report table th,.report table td{padding:11px 10px}.report table th:first-child,.report table td:first-child{padding-left:0}.report-pill{display:inline-flex;align-items:center;gap:5px;font-size:.7rem;font-weight:700;white-space:nowrap}.report-pill svg{width:14px}.report-pill.ok{color:var(--green)}.report-pill.no{color:#76888e}.report-text{background:#f6f8f8;border-radius:6px;padding:13px;margin-top:12px}.report-text strong{font-size:.72rem;color:#4c636c}.report-text p{font-size:.85rem;white-space:pre-wrap;margin:6px 0 0;line-height:1.5}.report-question{padding:18px 0;border-bottom:1px solid var(--line)}.report-question-head{display:flex;align-items:flex-start;gap:11px}.report-question-head>span{background:var(--navy);color:#fff;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-size:.75rem}.report-question-head>div{flex:1}.report-question-head small{color:var(--teal);text-transform:uppercase;font-size:.65rem}.report-question-head h3{font-size:.95rem;margin:2px 0}.report-question ul{list-style:none;margin:10px 0;padding:0}.report-question li{display:flex;justify-content:space-between;gap:15px;padding:6px 0;font-size:.78rem}.report-question li strong{font-size:.68rem}.answer-correct{color:var(--green)}.answer-incorrect{color:var(--red)}.answer-not_mentioned{color:#7d8d92}.report-warning{border-left:4px solid var(--orange);background:#fcf4e4;padding:12px;font-size:.8rem;margin:12px 0}.grades{display:flex;gap:16px}.grades>div{border:1px solid var(--line);border-radius:8px;padding:13px 18px;min-width:150px}.grades span,.grades strong{display:block}.grades span{font-size:.7rem;color:var(--muted)}.grades strong{font-size:1.8rem;color:var(--navy)}.report-text-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}.report-signatures{display:grid;grid-template-columns:1fr 1fr;gap:40px}.signature-image{height:110px;border-bottom:1px solid var(--navy);display:flex;align-items:flex-end;justify-content:center;color:var(--muted);font-size:.75rem}.signature-image img{max-width:100%;max-height:105px}.report-signatures p{font-size:.8rem}.report-attachments{display:grid;grid-template-columns:1fr 1fr;gap:20px}.report-attachments>div{display:flex;flex-direction:column;align-items:center;gap:8px;border:1px solid var(--line);padding:15px}.report-attachments img{max-width:100%;max-height:600px}.report-attachments a{min-height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--teal)}.report-footer{text-align:center;color:var(--muted);font-size:.65rem;padding-top:22px}.student-document{font-family:Georgia,serif;min-height:1350px}.student-document header{display:flex;align-items:center;gap:12px;border-bottom:3px solid var(--navy);padding-bottom:20px}.student-document header>div:nth-child(2){flex:1}.student-document header span{font-family:DM Sans;font-size:.7rem;color:var(--teal);letter-spacing:.1em}.student-document header h1{font-size:1.5rem;margin:3px 0}.student-case-title{text-align:center;padding:50px 0 30px}.student-case-title>span{font-family:DM Sans;color:var(--teal);font-weight:700}.student-case-title h2{font-size:2rem;margin:7px}.student-document section{font-size:1rem;line-height:1.8}.student-document section h3{font-family:DM Sans;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--teal);border-bottom:1px solid var(--line);padding-bottom:8px}.assignment{background:#f4f7f7;padding:20px;margin:30px 0}.notes-lines{margin-top:35px}.notes-lines div{height:35px;border-bottom:1px solid #b9c6c8}.student-document footer{margin-top:45px;border-top:1px solid var(--line);padding-top:20px;font-family:DM Sans;font-size:.8rem}.mobile-only{display:none}@media(max-width:1100px){.case-grid{grid-template-columns:1fr 1fr}.questions-layout{grid-template-columns:minmax(0,1fr) 310px}.attachments{grid-template-columns:repeat(3,1fr)}.editor-steps button{font-size:0}.editor-steps button span{font-size:.8rem}.editor-steps button.active{font-size:.75rem}}@media(max-width:850px){.sidebar{transform:translate(-100%);transition:.2s}.sidebar.open{transform:none}.app-main{margin-left:0;width:100%}.mobile-only{display:grid}.topbar{padding:0 18px}.stats-grid,.summary-grid{grid-template-columns:1fr 1fr}.case-grid{grid-template-columns:1fr}.questions-layout{display:block;padding:22px 16px}.question-sidebar{height:auto;position:static;margin-top:24px}.keypoint-grid,.signature-grid,.comment-grid{grid-template-columns:1fr}.phase-nav button{font-size:0}.phase-nav button>span{font-size:.8rem}.phase-nav button>svg{margin-left:2px}.report{padding:35px}.edit-row{grid-template-columns:35px 1fr 42px}.edit-row input:nth-of-type(2),.edit-row input:nth-of-type(3){grid-column:2}.session-card{align-items:flex-start;flex-wrap:wrap}.session-actions{width:100%;justify-content:flex-end}.hero-card>svg{display:none}.form-grid{grid-template-columns:1fr}.field.wide{grid-column:auto}.attachments{grid-template-columns:1fr 1fr}}@media(max-width:560px){.page{padding:28px 15px 60px}.page-head{display:block}.page-head>.btn{margin-top:15px}.hero-card{padding:30px 24px}.hero-card h2{font-size:1.8rem}.stats-grid,.summary-grid{grid-template-columns:1fr}.meta{display:block}.meta span{margin:5px 0}.filterbar{display:block}.filterbar select{max-width:none;margin-top:8px}.three-state,.keypoint-grid,.data-grid,.report-text-grid,.report-signatures,.area-review{grid-template-columns:1fr}.exam-section-head{display:block}.progress-ring{border:0;padding:0}.finish-bar{display:block}.finish-bar .btn{margin-top:16px;width:100%}.report-page{padding:0}.report,.student-document{padding:28px 20px;box-shadow:none}.report-head{align-items:flex-start}.report-status{display:none}.report-question li{display:block}.report-question li strong{display:block;margin-top:3px}.editor-footer{display:block}.editor-footer>div{margin-top:10px}.attachments{grid-template-columns:1fr}.form-actions.between{flex-direction:column}.grade-fields{grid-template-columns:1fr}}@media print{*{-webkit-print-color-adjust:exact;print-color-adjust:exact}body{background:#fff}.no-print,.sidebar,.topbar{display:none!important}.app-main{margin:0;width:100%}.report-page{padding:0;background:#fff}.report,.student-document{box-shadow:none;max-width:none;padding:10mm 12mm}.page-break{break-before:page}.report-section,.report-question,.report-text{break-inside:avoid}.report-footer{position:fixed;bottom:2mm;left:0;right:0}.student-document{min-height:auto}.report-attachments>div{break-inside:avoid}}
