:root{--blue:#2563eb;--blue-dark:#1d4ed8;--navy:#14243d;--text:#172b49;--muted:#748197;--line:#e5ebf3;--bg:#f5f8fd;--radius:12px;--green:#15805b;--font:Arial,"Segoe UI",sans-serif}*{box-sizing:border-box}body{margin:0;font-family:var(--font);font-size:16px;line-height:1.5;color:var(--text);background:var(--bg)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}a:focus-visible,button:focus-visible{outline:3px solid #93b7ff;outline-offset:3px}input,select,textarea{width:100%;border:1px solid #d8e1ee;border-radius:8px;padding:11px 13px;color:var(--text);background:white;min-width:0}input:focus,select:focus,textarea:focus{outline:2px solid #a7c5ff;outline-offset:1px;border-color:var(--blue)}input[type=checkbox]{width:18px;height:18px;accent-color:var(--blue)}textarea{resize:vertical;min-height:120px}h1,h2,h3,p{margin-top:0}h1{font-size:30px;letter-spacing:-.8px;line-height:1.25;margin-bottom:9px;font-weight:700}h2{font-size:20px;letter-spacing:-.35px;margin-bottom:15px}h3{font-size:17px;margin-bottom:8px}small{font-size:13px}svg{flex-shrink:0}button{border:0}label{cursor:pointer}.muted{color:var(--muted)}.eyebrow{font-size:12px;letter-spacing:1.8px;font-weight:700;color:var(--blue)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:9px;padding:10px 16px;background:var(--blue);color:white;font-size:14px;font-weight:600;min-height:42px;white-space:normal;text-align:center;transition:background .15s}.button:hover{background:var(--blue-dark)}.button.secondary{background:white;border-color:#dce4ee;color:var(--text)}.button.secondary:hover{background:#f5f8fd}.button.ghost{background:transparent;color:var(--blue)}.button.ghost:hover{background:#edf3ff}.button.danger{background:#fff0f0;color:#b72e36;border-color:#f4d7d9}.button.full{width:100%}.icon-button{display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--muted);width:36px;height:36px;border-radius:7px}.icon-button:hover{background:#edf3ff;color:var(--blue)}.button-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.field{display:block;margin-bottom:20px;font-size:14px;font-weight:600}.field>label:first-child{display:block;margin-bottom:7px}.field small{display:block;margin-top:6px;color:var(--muted)}.field input,.field select,.field small,.field textarea{font-weight:400}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.check-field{display:flex;align-items:center;gap:10px;font-size:14px;margin-bottom:22px}.form-panel{max-width:760px;padding:28px!important}.form-actions{border-top:1px solid var(--line);padding-top:22px;margin-top:10px;display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}.form-panel form{margin-top:24px}.back-link{display:inline-flex;align-items:center;gap:4px;color:var(--muted);font-size:14px;margin-bottom:16px}.back-link:hover{color:var(--blue)}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:30px}.page-heading p{color:var(--muted);font-size:14px;margin-bottom:0}.heading-actions{display:flex;gap:10px;flex-shrink:0}.panel{background:white;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 3px 14px #243b5b03;overflow:hidden}.panel-header{padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid var(--line)}.panel-header h2{margin:0}.panel-header a{color:var(--blue);font-size:14px}.panel-body{padding:24px}.section-space{margin-top:26px}.section-title{display:flex;justify-content:space-between;align-items:center;margin:28px 0 17px}.section-title h2{margin:0}.section-title a{color:var(--blue);font-size:14px}.count-pill{background:#eaf1ff;color:var(--blue);border-radius:6px;font-size:13px;padding:4px 9px;display:inline-flex;margin-left:8px}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:26px}.stat{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:22px;position:relative}.stat-top{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:14px;gap:8px}.stat-icon{height:37px;width:37px;border-radius:10px;background:#edf3ff;color:var(--blue);display:grid;place-items:center}.stat strong{display:block;font-size:32px;line-height:1.2;letter-spacing:-1px;margin:13px 0 7px}.stat small{color:var(--muted)}.stat.highlight{border-color:#b6cdfb;background:#f9fbff}.review-callout{background:#eaf2ff;border:1px solid #d5e5ff;border-radius:12px;padding:22px 26px;display:flex;align-items:center;gap:18px;margin-bottom:30px}.review-callout .callout-icon{height:46px;width:46px;display:grid;place-items:center;background:white;color:var(--blue);border-radius:11px}.review-callout h3{margin:0 0 3px}.review-callout p{margin:0;font-size:14px;color:#5c7398}.review-callout .button{margin-left:auto}.table-wrap{overflow:auto}.data-table{border-collapse:collapse;width:100%;text-align:left;font-size:14px}.data-table th{font-weight:500;color:var(--muted);font-size:12px;background:#fbfcfe;padding:13px 22px;border-bottom:1px solid var(--line);white-space:nowrap}.data-table td{padding:17px 22px;border-bottom:1px solid #eef2f7;vertical-align:middle}.data-table tr:last-child td{border-bottom:0}.data-table tbody tr:hover{background:#fbfdff}.data-table td strong{font-weight:600}.data-table td small{display:block;color:var(--muted);margin-top:3px}.table-link{color:var(--blue);font-weight:600;white-space:nowrap}.person{display:flex;align-items:center;gap:10px}.avatar{width:36px;height:36px;flex-shrink:0;background:#eaf1fd;color:#5776a7;border-radius:50%;display:flex;justify-content:center}.avatar,.badge{align-items:center;font-size:12px;font-weight:600}.badge{display:inline-flex;gap:3px;white-space:nowrap;border-radius:6px;padding:4px 9px;line-height:1.5}.badge.published,.badge.submitted{background:#eaf1ff;color:#3467c8}.badge.checked{background:#e8f6ef;color:#24835e}.badge.closed,.badge.draft{background:#f0f2f6;color:#768298}.badge.new,.badge.not_submitted{background:#fff3dd;color:#ab781c}.badge.expired{background:#fff0ed;color:#be6253}.type-label{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#72839c}.type-label.homework{color:#7864a8}.empty{text-align:center;padding:48px 25px}.empty-icon{height:54px;width:54px;background:#f0f5fd;color:#7798c4;border-radius:14px;display:grid;place-items:center;margin:0 auto 17px}.empty h3{font-size:17px}.empty p{font-size:14px;color:var(--muted);max-width:400px;margin:0 auto 20px}.filters{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:22px}.filters input,.filters select{width:auto;max-width:230px;font-size:14px;background:white;padding:9px 12px;min-height:42px}.filters label{font-size:14px;display:flex;align-items:center;gap:8px}.filters input[type=checkbox]{min-height:auto}.tabs{display:flex;gap:6px;border-bottom:1px solid var(--line);margin-bottom:24px;overflow:auto}.tabs button{background:transparent;color:var(--muted);padding:12px 16px;border-bottom:2px solid transparent;font-size:14px;white-space:nowrap}.tabs button.selected{color:var(--blue);border-color:var(--blue);font-weight:600}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.assignment-card,.class-card{background:white;border:1px solid var(--line);border-radius:12px;padding:24px;display:flex;flex-direction:column;transition:border .15s,box-shadow .15s}.assignment-card:hover,.class-card:hover{border-color:#b5cdf8;box-shadow:0 5px 22px #163c7710}.class-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.class-symbol{height:48px;width:48px;border-radius:12px;background:#edf3ff;color:var(--blue);display:grid;place-items:center}.class-card h2{font-size:27px;margin:0}.class-card p{color:var(--muted);font-size:14px;margin-bottom:8px}.card-foot{border-top:1px solid var(--line);padding-top:16px;margin-top:20px;justify-content:space-between;font-size:14px}.card-foot,.card-foot a{display:flex;align-items:center}.card-foot a{color:var(--blue);font-weight:600;gap:6px}.assignment-card h3{font-size:18px;line-height:1.4;margin:17px 0 12px}.card-topline{display:flex;justify-content:space-between;align-items:center;gap:10px}.class-tag{display:inline-block;background:#f1f5fb;font-size:12px;padding:4px 9px;border-radius:6px;color:#597292}.assignment-card .card-meta{display:flex;gap:10px;flex-wrap:wrap;font-size:12px;color:var(--muted);margin-bottom:18px}.assignment-counts{display:flex;justify-content:space-between;font-size:13px;color:var(--muted);margin-top:auto}.assignment-counts strong{color:var(--text)}.mini-progress{height:5px;border-radius:5px;background:#edf2f8;margin-top:10px;overflow:hidden}.mini-progress span{display:block;background:#6b97ed;height:100%;border-radius:5px}.assignment-card .card-foot{margin-top:20px}.detail-meta{display:flex;gap:20px;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:14px}.description{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.8;color:#526780;margin-top:22px;max-width:900px}.detail-summary{display:flex;gap:35px;border-top:1px solid var(--line);padding-top:20px;margin-top:24px}.detail-summary span{font-size:14px;color:var(--muted)}.detail-summary strong{color:var(--text);font-size:24px;margin-right:6px}.actions-cell{display:flex;gap:4px;align-items:center}.modal{border:0;border-radius:16px;padding:26px;width:min(520px,calc(100% - 28px));box-shadow:0 24px 90px #11274335;color:var(--text);max-height:90dvh;overflow:auto}.modal::backdrop{background:#0f244c65;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modal-heading h2{margin:0}.credential-box{background:#f2f6fd;border-radius:10px;padding:20px;margin:22px 0}.credential-box code{display:block;font-size:20px;overflow-wrap:anywhere;margin:4px 0 17px}.credential-box code:last-child{margin-bottom:0}.credential-box small{color:var(--muted)}.toast{position:fixed;bottom:24px;right:24px;background:#153c32;color:white;padding:15px 17px;border-radius:11px;box-shadow:0 8px 32px #122a4925;z-index:1000;display:flex;align-items:center;gap:20px;max-width:calc(100% - 32px);font-size:14px}.toast-error{background:#8c2831}.toast button{background:none;color:inherit;padding:3px;display:flex}.inline-error{padding:13px 15px;background:#fff0f0;color:#b33340;border-radius:9px;font-size:14px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.message-page{max-width:650px;margin:15vh auto;padding:30px;text-align:center}.message-page p{color:var(--muted)}.skeleton{background:linear-gradient(90deg,#e6edf7,#f6f9fd,#e6edf7);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:12px}@keyframes shimmer{to{background-position:-200% 0}}.loading-page{padding:60px;max-width:1400px;margin:auto}.title-skeleton{width:260px;height:40px;margin-bottom:40px}.stat-skeleton{height:150px}.table-skeleton{height:380px}.app-shell{min-height:100dvh}.sidebar{position:fixed;inset:0 auto 0 0;width:246px;background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;padding:30px 18px 20px;z-index:40}.brand{display:flex;align-items:center;gap:10px;font-size:19px;font-weight:700;letter-spacing:-.5px;color:var(--navy);white-space:nowrap}.sidebar>.brand{margin:0 9px 38px}.brand-icon{display:flex;align-items:center;justify-content:center;color:var(--blue)}.workspace-label{font-size:10px;color:#99a5b6;letter-spacing:1.6px;font-weight:600;padding:0 13px;margin-bottom:15px}.sidebar nav{display:flex;flex-direction:column;gap:6px}.sidebar nav a{display:flex;align-items:center;gap:12px;font-size:14px;color:#77849a;font-weight:500;padding:12px 14px;border-radius:8px}.sidebar nav a:hover{background:#f6f9fe}.sidebar nav a.active{background:#edf3ff;color:var(--blue);font-weight:600}.sidebar-note{margin:auto 12px 36px;padding:20px 0 0;color:#a3b1c5;font-size:13px}.sidebar-note p{margin:10px 0 0}.account{border-top:1px solid var(--line);padding:22px 8px 0;display:flex;gap:11px;align-items:center}.account strong{display:block;font-size:12px;overflow-wrap:anywhere}.account small{display:block;font-size:11px;color:var(--muted)}.logout{background:none;display:flex;gap:10px;align-items:center;color:#8996a8;font-size:13px;margin:19px 12px 0;padding:7px 0}.main-wrap{margin-left:246px;min-height:100dvh;display:flex;flex-direction:column}.topbar{height:76px;border-bottom:1px solid var(--line);background:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 38px;font-size:13px;color:#6d7f98}.topbar-caption{font-size:12px;color:#99a6b8}.main-content{width:100%;max-width:1530px;margin:0 auto;padding:35px 38px 50px;flex:1 1}.footer{display:flex;justify-content:space-between;color:#99a6b8;font-size:12px;padding:20px 38px;border-top:1px solid var(--line)}.mobile-top{display:none}.skip-link{position:fixed;top:-100px;left:12px;z-index:100;background:white;padding:12px}.skip-link:focus{top:12px}.nav-scrim{display:none}.login-page{display:grid;grid-template-columns:1fr 1fr;min-height:100dvh;background:white}.login-aside{background:#edf4ff;padding:45px 9%;display:flex;flex-direction:column}.login-aside .brand{color:#203e69}.login-copy{margin:auto 0}.login-copy h1{font-size:clamp(30px,3.5vw,49px);line-height:1.2;letter-spacing:-1.6px;margin:23px 0}.login-copy>p{color:#6d82a2;font-size:16px;max-width:400px;line-height:1.8}.login-steps{margin-top:40px;display:grid;gap:19px}.login-steps div{display:flex;align-items:center;gap:14px;font-size:14px;color:#486991}.login-steps svg{color:#5a89d5}.login-aside>small{color:#8a9fbc;font-size:12px}.login-form-area{display:grid;place-items:center;padding:50px 30px}.login-form{width:100%;max-width:360px}.login-symbol{width:54px;height:54px;border-radius:14px;background:#edf3ff;color:var(--blue);display:grid;place-items:center;margin-bottom:25px}.login-form h2{font-size:28px;margin-bottom:8px}.login-form>p{font-size:14px;margin-bottom:35px}.login-form form>.button{margin-top:5px;justify-content:space-between;padding:13px 18px}.password-input{display:flex;position:relative}.password-input input{padding-right:44px}.password-input button{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:transparent;color:var(--muted);display:flex;padding:7px}.login-help{border-top:1px solid var(--line);margin-top:32px;padding-top:25px}.login-help,.login-help strong{font-size:13px}.login-help p{color:var(--muted);line-height:1.8;margin:7px 0 0}.student-intro{display:flex;gap:16px;align-items:center;margin-bottom:28px}.student-intro .avatar{height:56px;width:56px;font-size:17px;background:#e6efff;color:var(--blue)}.student-intro h1{margin-bottom:5px}.student-intro p{margin:0;color:var(--muted);font-size:14px}.student-shell .main-content{max-width:1200px}.student-summary{display:flex;gap:20px;margin-bottom:28px;flex-wrap:wrap}.student-summary span{padding:8px 12px;background:white;border:1px solid var(--line);border-radius:8px;color:var(--muted);font-size:13px}.student-summary strong{color:var(--text);margin-right:6px}.upload-panel{padding:26px;max-width:900px}.dropzone{border:2px dashed #c4d6f4;background:#f6f9ff;border-radius:12px;padding:35px 20px;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer}.dropzone.dragover{background:#e5efff;border-color:var(--blue)}.dropzone>svg{color:#7299d5;margin-bottom:17px}.dropzone h3{font-size:18px}.dropzone p{margin-bottom:20px}.dropzone p,.upload-help{color:var(--muted);font-size:13px}.upload-help{margin:14px 0}.preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:22px 0}.preview-card{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff}.preview-card>img{display:block;width:100%;height:185px;object-fit:contain;background:#edf1f7;padding:8px}.preview-card-footer{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;font-size:13px}.preview-card-controls{padding:0 8px 8px}.preview-card-controls,.upload-actions{display:flex;justify-content:space-between}.upload-actions{gap:15px;align-items:center;border-top:1px solid var(--line);padding-top:20px;flex-wrap:wrap}.upload-actions p{margin:0;color:var(--muted);font-size:14px}.progress-box{background:#edf4ff;border-radius:10px;padding:18px;margin:20px 0;color:var(--blue);font-size:14px}.progress-box progress{width:100%;height:8px;accent-color:var(--blue);display:block;margin-top:12px}.upload-success{text-align:center;padding:45px 20px}.success-icon{height:68px;width:68px;background:#e7f6ef;color:var(--green);border-radius:50%;display:grid;place-items:center;margin:0 auto 20px}.upload-success p{color:var(--muted)}.work-layout{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:24px;align-items:start}.work-info{padding:23px;position:sticky;top:20px}.work-info dl{margin:0}.work-info dt{font-size:12px;color:var(--muted);margin:20px 0 5px}.work-info dt:first-child{margin-top:0}.work-info dd{margin:0;font-size:14px;font-weight:500;overflow-wrap:anywhere}.work-info .button{width:100%;margin-top:14px}.work-gallery{display:grid;gap:22px}.photo-page{background:white;border:1px solid var(--line);border-radius:12px;overflow:hidden}.photo-page header{padding:12px 18px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--muted)}.photo-page>button{padding:12px;background:#eaf0f7;display:block;width:100%;cursor:zoom-in}.photo-page img{width:100%;max-height:1000px;object-fit:contain;display:block}.photo-dialog{position:fixed;inset:0;border:0;background:#14243dfa;width:100vw;height:100dvh;max-width:100vw;max-height:100dvh;padding:0;color:white}.photo-toolbar{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:#14243d;position:sticky;top:0;z-index:1}.photo-toolbar .icon-button{color:white}.photo-scroll{height:calc(100dvh - 66px);overflow:auto;text-align:center;padding:20px}.photo-scroll img{display:block;margin:auto;max-width:none}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.warning-note{background:#fff7e9;color:#99712f;border:1px solid #f3e2c0;border-radius:9px;padding:13px 16px;font-size:14px;margin-bottom:22px}@media (min-width:1500px){.main-content{padding:44px 48px 60px}.topbar{padding:0 48px}}@media (max-width:1200px){.sidebar{width:218px;padding-inline:14px}.main-wrap{margin-left:218px}.main-content{padding:28px 25px 40px}.topbar{padding:0 25px}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stats{gap:12px}.stat{padding:17px}.stat-top{font-size:12px}.stat-icon{width:30px;height:30px}.stat-icon svg{width:16px}.data-table td,.data-table th{padding:14px}.work-layout{grid-template-columns:minmax(0,1fr) 250px}.brand{font-size:17px}}@media (max-width:900px){.stats{grid-template-columns:repeat(2,minmax(0,1fr))}.page-heading{align-items:flex-start}.heading-actions{flex-wrap:wrap;justify-content:flex-end}.work-layout{grid-template-columns:1fr}.work-info{position:static;grid-row:1}.work-info dl{display:grid;grid-template-columns:1fr 1fr;gap:8px}.work-info dt{margin:0}.work-info .button{width:auto;margin-right:8px}.review-callout{flex-wrap:wrap}.review-callout .button{margin-left:64px}.login-aside{padding:35px 10%}.assignment-card,.class-card{padding:19px}}@media (max-width:700px){body{font-size:16px}.mobile-top{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:white;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}.mobile-top .brand{font-size:18px}.sidebar{transform:translateX(-100%);transition:transform .2s;width:260px;top:64px;padding-top:20px}.sidebar.open{transform:translateX(0)}.sidebar>.brand{display:none}.nav-scrim{display:block;position:fixed;inset:64px 0 0;background:#172c4b60;z-index:30}.main-wrap{margin:0;min-height:calc(100dvh - 64px)}.topbar{display:none}.main-content{padding:25px 18px 36px}.page-heading{gap:16px;flex-wrap:wrap;margin-bottom:24px}h1{font-size:25px}.heading-actions{justify-content:flex-start}.stats{gap:12px}.stat{padding:17px}.stat-top{font-size:13px}.stat strong{font-size:29px}.stat small{font-size:12px}.review-callout{padding:20px;gap:13px}.review-callout .button{margin-left:0;width:100%}.review-callout h3{font-size:16px}.review-callout .callout-icon{display:none}.card-grid{grid-template-columns:1fr}.panel-header{padding:18px}.panel-header h2{font-size:18px}.panel-body{padding:20px}.form-panel{padding:20px!important}.form-grid{grid-template-columns:1fr}.form-actions .button{flex:1 1}.filters{gap:8px}.filters input,.filters select{max-width:none;flex:1 1;min-width:135px}.filters label{width:100%;margin:5px 0}.footer{padding:18px;font-size:11px}.footer span{display:none}.table-wrap{width:100%}.data-table{min-width:660px}.tabs{margin-right:-18px;padding-right:18px}.login-page{grid-template-columns:1fr}.login-aside{padding:24px;background:#edf4ff}.login-aside>small,.login-copy{display:none}.login-form-area{padding:40px 24px}.login-form{max-width:400px}.login-symbol{display:none}.login-form h2{font-size:27px}.login-help{margin-top:30px}.upload-panel{padding:18px}.preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.preview-card>img{height:160px}.dropzone{padding:28px 16px}.dropzone .button-row{justify-content:center}.upload-actions .button{width:100%}.student-intro h1{font-size:23px}.student-intro .avatar{width:46px;height:46px;font-size:14px}.student-summary{gap:7px}.student-summary span{padding:7px 9px;font-size:12px}.detail-meta{gap:10px 16px}.detail-summary{gap:22px}.detail-summary strong{font-size:21px}.toast{bottom:16px;right:16px}.loading-page{padding:25px}.work-info dl{grid-template-columns:1fr}.work-info dt{margin-top:10px}.work-info .button{width:100%}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation:none!important;transition:none!important}}[hidden]{display:none!important}.response-options{border:1px solid var(--border,#dce3ec);border-radius:12px;padding:16px;margin:20px 0}.response-options legend{font-weight:600;font-size:14px;padding:0 6px}.history-tabs{overflow-x:auto;align-items:stretch}.history-tabs button{flex-shrink:0;text-align:left}.history-tabs small{display:block;font-weight:400;font-size:11px;margin-top:5px;opacity:.75}.review-content{min-width:0}.annotation-photo{width:100%;min-width:0}.annotation-canvas{position:relative;width:100%;background:white;border:1px solid #e1e6ed}.annotation-canvas img{width:100%;height:auto;display:block;-webkit-user-select:none;user-select:none}.annotation-canvas svg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.annotation-canvas.editable svg{touch-action:none;pointer-events:auto;cursor:crosshair}.drawing-toolbar{position:sticky;top:10px;z-index:2;background:#fff;border:1px solid #dce3ec;border-radius:12px;padding:12px;margin-bottom:12px;display:flex;flex-wrap:wrap;gap:12px;box-shadow:0 4px 12px #152f5010}.drawing-toolbar .button{padding:7px 10px;font-size:12px}.drawing-toolbar label{display:flex;align-items:center;gap:8px;font-size:12px}.drawing-toolbar input[type=range]{width:80px;padding:0}.color-dot{border:3px solid white;outline:1px solid #cbd5e1;height:25px;width:25px;border-radius:50%;cursor:pointer}.color-dot[aria-pressed=true]{outline:2px solid #365f94;transform:scale(1.12)}.drawing-toolbar button[aria-pressed=true]{background:#e1ecff}.answer-text{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.9;font-size:17px;background:white;border:1px solid #dce3ec;border-radius:12px;padding:26px;min-height:180px;-webkit-user-select:text;user-select:text}.text-mark{color:inherit;padding:2px 0;border-bottom:2px solid}.text-mark.error{background:#ffe4e6;border-color:#e05265}.text-mark.note{background:#e3efff;border-color:#6797db}.text-mark.good{background:#dff6e8;border-color:#3d9e68}.mark-editor{padding:18px 0}.text-comments{padding:0;list-style:none;display:grid;gap:12px}.text-comment{padding:16px;background:white;border-left:3px solid #6797db;border-radius:0 8px 8px 0;overflow-wrap:anywhere}.text-comment.error{border-color:#e05265}.text-comment.good{border-color:#3d9e68}.text-comment blockquote{margin:8px 0;opacity:.65;font-size:13px;white-space:pre-wrap}.text-comment p{white-space:pre-wrap;margin:6px 0}.grade-result{padding:18px;margin:18px 0;border-radius:12px;background:#eaf5ef;color:#24503b}.grade-result>strong{font-size:28px}.audio-answer{display:flex;flex-direction:column;gap:18px;padding:24px 0}.audio-answer audio{width:100%;min-width:0}.recorder{display:flex;align-items:center;flex-wrap:wrap;gap:16px;padding:28px 0}.recorder>strong{font-size:36px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.recorder>span:last-child{font-size:13px;color:#627083}.recording-dot{height:12px;width:12px;border-radius:50%;background:#9eacbc}.recording .recording-dot{background:#dd4b55;box-shadow:0 0 0 6px #fde4e7}.success-note{padding:24px;background:#eaf5ef;border-radius:12px;color:#24503b}.work-info{align-self:start}.work-info>.button,.work-info>small{margin-top:12px}@media (max-width:700px){.answer-text{padding:16px}.drawing-toolbar{top:65px}.history-tabs button{padding:10px}}.import-table{max-height:280px;overflow:auto}.import-table table{width:100%}.import-table td,.import-table th{padding:8px;text-align:left}