:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--color-page: #f5f7fb;--color-ink: #070a1a;--color-ink-soft: #536174;--color-muted: #72809a;--color-white: #ffffff;--color-panel-soft: #eef1f6;--color-line: #e5e7eb;--color-navy: #050817;--color-navy-2: #11182c;--color-hero-start: #17264b;--color-hero-mid: #070b1b;--color-hero-end: #030514;--color-primary: #5236f4;--color-primary-strong: #4125de;--color-primary-soft: #eef0ff;--color-success: #14815c;--color-success-soft: #e8f8f1;--color-warning: #a65c09;--color-warning-soft: #fff6df;--color-danger: #b42318;--shadow-card: 0 28px 80px rgba(0, 0, 0, .32);--shadow-soft: 0 18px 45px rgba(22, 31, 58, .08);--radius-card: 20px;--radius-control: 12px;--radius-small: 8px}*{box-sizing:border-box}html{min-width:320px;background:var(--color-page)}body{margin:0;min-width:320px;min-height:100vh;background:var(--color-page);color:var(--color-ink)}button,input,select{font:inherit}button,label{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}h1,h2,h3,p{margin-top:0}.brand{display:inline-flex;align-items:center;gap:12px;color:var(--color-white)}.brand>span:last-child{display:flex;flex-direction:column;gap:2px}.brand strong{font-size:21px;letter-spacing:-.4px}.brand small{color:#ffffff9e;font-size:13px;letter-spacing:.08em;text-transform:uppercase}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:linear-gradient(145deg,#735cff,#4324df);box-shadow:0 10px 30px #5236f459;font-weight:900;font-size:19px}.brand.compact .brand-mark{width:34px;height:34px;border-radius:10px}.brand.compact strong{font-size:18px}.login-shell{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);background:var(--color-white)}.login-story{position:relative;overflow:hidden;display:flex;min-height:100vh;flex-direction:column;justify-content:space-between;padding:clamp(28px,5vw,72px);color:#fff;background:radial-gradient(circle at 18% 18%,rgba(98,119,222,.34),transparent 30%),radial-gradient(circle at 85% 90%,rgba(82,54,244,.4),transparent 35%),linear-gradient(145deg,var(--color-hero-start),var(--color-hero-mid) 52%,var(--color-hero-end))}.login-story:before,.login-story:after{position:absolute;content:"";border:1px solid rgba(255,255,255,.08);border-radius:50%;pointer-events:none}.login-story:before{width:440px;height:440px;right:-230px;top:12%}.login-story:after{width:680px;height:680px;left:-410px;bottom:-390px}.story-copy{position:relative;z-index:1;max-width:650px;margin:10vh 0 8vh}.eyebrow{display:inline-block;margin-bottom:18px;color:#c5bcff;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.eyebrow.dark{margin-bottom:10px;color:var(--color-primary)}.story-copy h1{max-width:630px;margin-bottom:22px;font-size:clamp(46px,6vw,82px);line-height:.99;letter-spacing:-.065em}.story-copy p{max-width:580px;margin-bottom:0;color:#ffffffab;font-size:clamp(16px,1.5vw,20px);line-height:1.65}.story-cards{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.story-cards>div{min-height:114px;padding:18px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#ffffff0e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.story-cards span{display:block;margin-bottom:25px;color:#9788ff;font-size:13px;font-weight:800}.story-cards strong{display:block;color:#ffffffd9;font-size:13px;line-height:1.35}.login-panel{display:grid;min-height:100vh;place-items:center;padding:clamp(24px,6vw,80px);background:linear-gradient(180deg,#fff,#f8f9fd)}.login-card{width:min(100%,430px)}.login-card header{margin-bottom:38px}.welcome-icon{display:grid;width:46px;height:46px;margin-bottom:24px;place-items:center;border-radius:15px;color:#fff;background:var(--color-primary);box-shadow:0 15px 35px #5236f442;font-size:20px}.login-card h2{margin-bottom:10px;font-size:clamp(30px,3.2vw,42px);letter-spacing:-.045em}.login-card header p{margin-bottom:0;color:var(--color-ink-soft);line-height:1.55}.login-card label,.field-label{display:flex;flex-direction:column;gap:9px;margin-bottom:20px;color:#273149;font-size:13px;font-weight:750}.login-card input,.field-label select{width:100%;height:54px;padding:0 16px;border:1px solid #d8dce6;outline:none;border-radius:var(--radius-control);color:var(--color-ink);background:#fff;font-size:15px;font-weight:500;transition:border-color .2s,box-shadow .2s}.login-card input:focus,.field-label select:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px #5236f41a}.login-card input::placeholder{color:#9ba4b5}.password-input-wrap{position:relative;display:block;width:100%}.password-input-wrap input{padding-right:52px}.password-visibility-button{position:absolute;top:50%;right:8px;display:grid;width:38px;height:38px;padding:0;place-items:center;transform:translateY(-50%);border:0;border-radius:10px;color:#6f788b;background:transparent;cursor:pointer}.password-visibility-button:hover{color:var(--color-primary);background:#f1efff}.password-visibility-button:focus-visible{outline:2px solid var(--color-primary);outline-offset:1px}.password-visibility-button svg{width:20px;height:20px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.primary-button{display:flex;width:100%;min-height:54px;align-items:center;justify-content:center;gap:12px;border:0;border-radius:var(--radius-control);color:#fff;background:var(--color-primary);box-shadow:0 13px 28px #5236f433;font-weight:800;transition:transform .2s,background .2s}.primary-button:hover:not(:disabled){transform:translateY(-1px);background:var(--color-primary-strong)}.primary-button>span:last-child{font-size:19px}.student-forgot-link{display:block;width:max-content;margin:-7px 0 18px auto;padding:3px 0;border:0;color:var(--color-primary);background:transparent;font-size:12px;font-weight:800}.student-forgot-link:hover{color:var(--color-primary-strong);text-decoration:underline}.student-auth-back{display:block;width:max-content;margin:17px auto 0;padding:7px 10px;border:0;color:#697287;background:transparent;font-size:12px;font-weight:750}.student-auth-back:hover{color:var(--color-primary)}.student-code-input{text-align:center;letter-spacing:.42em;text-transform:uppercase;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:20px!important;font-weight:850!important}.student-password-hint{margin:-5px 0 18px;color:var(--color-muted);font-size:13px;line-height:1.5}.form-error{margin:-4px 0 16px;padding:12px 14px;border-radius:10px;color:var(--color-danger);background:#fff0ef;font-size:13px;line-height:1.45}.login-help{margin:22px auto 0;color:var(--color-muted);font-size:12px;line-height:1.5;text-align:center}.mobile-brand{display:none}.student-reset-success-layer{position:fixed;z-index:2000;inset:0;display:grid;padding:20px;place-items:center}.student-reset-success-backdrop{position:absolute;inset:0;background:#060816b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.student-reset-success-dialog{position:relative;width:min(440px,100%);max-height:calc(100vh - 40px);padding:30px;overflow-y:auto;border:1px solid rgba(255,255,255,.8);border-radius:24px;background:#fff;box-shadow:0 34px 100px #00000061}.student-reset-success-check{display:grid;width:54px;height:54px;margin-bottom:18px;place-items:center;border-radius:17px;color:#fff;background:linear-gradient(145deg,#40b779,#188552);box-shadow:0 13px 28px #1885523d;font-size:23px;font-weight:900}.student-reset-success-dialog>small{display:block;margin-bottom:6px;color:#288b59;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.student-reset-success-dialog h2{margin:0 0 10px;font-size:30px;letter-spacing:-.04em}.student-reset-success-dialog>p{margin:0 0 20px;color:#70798d;font-size:13px;line-height:1.55}.student-reset-success-dialog>div:not(.student-reset-success-backdrop){margin-bottom:9px;padding:13px 15px;border:1px solid #e5e8f0;border-radius:12px;background:#f8f9fd}.student-reset-success-dialog>div>span:first-child,.student-reset-success-dialog>div>strong{display:block}.student-reset-success-dialog>div>span:first-child{margin-bottom:5px;color:var(--color-muted);font-size:12px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.student-reset-success-dialog>div strong{min-width:0;overflow-wrap:anywhere;font-size:14px}.student-reset-copy-row{display:flex!important;min-width:0;align-items:center;justify-content:space-between;gap:12px}.student-reset-copy-row button{display:inline-flex;min-width:70px;min-height:32px;flex:0 0 auto;align-items:center;justify-content:center;gap:6px;padding:6px 9px;border:1px solid #dcd8fb;border-radius:9px;color:#4d35c7;background:#f2efff;font-size:12px;font-weight:850}.student-reset-copy-row button:hover{border-color:#bcb2fa;background:#eae5ff}.student-reset-copy-row button svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.student-reset-success-dialog .primary-button{margin-top:20px}.spinner,.button-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.button-spinner.dark{border-color:#5236f433;border-top-color:var(--color-primary)}@keyframes spin{to{transform:rotate(360deg)}}.loading-screen{display:grid;min-height:100vh;place-content:center;justify-items:center;gap:24px;color:#fff;background:linear-gradient(145deg,var(--color-hero-start),var(--color-hero-mid) 52%,var(--color-hero-end))}.loading-screen p{margin:0;color:#ffffff9e;font-size:13px}.student-app{min-height:100vh;display:flex;flex-direction:column;background:var(--color-page)}.student-header{position:relative;z-index:5;padding:20px max(24px,calc((100vw - 1180px)/2));color:#fff;background:radial-gradient(circle at 88% 0%,rgba(102,80,255,.36),transparent 30%),linear-gradient(125deg,#111c3c,#070b1b 55%,#030514);box-shadow:0 10px 40px #060a1c29}.header-row{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.09)}.student-header-actions{display:flex;align-items:center;gap:9px}.bug-report-icon-button{display:grid;width:43px;height:43px;padding:0;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:13px;color:#c8c0ff;background:#ffffff0f;transition:background .2s,color .2s,transform .2s}.bug-report-icon-button:hover{color:#fff;background:#6a52ff4d;transform:translateY(-1px)}.bug-report-icon-button svg{width:21px;height:21px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.profile-button{display:flex;align-items:center;gap:11px;padding:7px 10px 7px 7px;border:1px solid rgba(255,255,255,.09);border-radius:14px;color:#fff;background:#ffffff0d;text-align:left}.profile-button-copy{display:flex;flex-direction:column;gap:2px}.profile-button-copy strong{max-width:190px;overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.profile-button-copy small{color:#ffffff80;font-size:12px}.avatar{display:grid;width:35px;height:35px;flex:0 0 auto;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;background:linear-gradient(145deg,#765fff,#4930df);font-size:13px;font-weight:900}.avatar.large{width:50px;height:50px;border-radius:16px;font-size:15px}.student-summary{display:grid;grid-template-columns:minmax(220px,1.3fr) repeat(4,minmax(110px,1fr));gap:20px;align-items:center;padding-top:20px}.student-summary>div:first-child{display:flex;align-items:center;gap:13px}.student-summary>div:first-child>span:last-child{display:flex;min-width:0;flex-direction:column;gap:2px}.student-summary>div:first-child small{color:#9da8bd;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.student-summary>div:first-child strong{overflow:hidden;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.summary-item{min-width:0;padding-left:20px;border-left:1px solid rgba(255,255,255,.1)}.summary-item small{display:block;margin-bottom:5px;color:#8c98af;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.summary-item strong{display:block;overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.profile-popover{position:absolute;z-index:10;top:76px;right:max(24px,calc((100vw - 1180px)/2));width:min(410px,calc(100vw - 32px));padding:18px;border:1px solid var(--color-line);border-radius:18px;color:var(--color-ink);background:#fff;box-shadow:0 28px 80px #00000040}.profile-popover-head{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid var(--color-line)}.profile-popover-head>div{display:flex;flex-direction:column;gap:3px}.profile-popover-head small{color:var(--color-muted);font-size:12px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.profile-popover-head button{width:30px;height:30px;border:0;border-radius:8px;color:var(--color-ink-soft);background:var(--color-panel-soft);font-size:20px}.profile-details{display:grid;grid-template-columns:1fr 1fr;gap:15px 20px;padding:16px 0}.profile-details div{min-width:0}.profile-details small{display:block;margin-bottom:3px;color:var(--color-muted);font-size:12px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.profile-details span{display:block;overflow-wrap:anywhere;font-size:13px;font-weight:650}.logout-button{width:100%;height:40px;border:1px solid #ffd0cc;border-radius:10px;color:var(--color-danger);background:#fff7f6;font-size:12px;font-weight:800}.home-content{width:min(1180px,calc(100% - 48px));flex:1;margin:0 auto;padding:clamp(44px,6vw,76px) 0}.home-heading{max-width:620px;margin-bottom:36px}.home-heading h1{margin-bottom:8px;font-size:clamp(36px,5vw,62px);line-height:1;letter-spacing:-.06em}.home-heading p{margin-bottom:0;color:var(--color-ink-soft);font-size:17px}.action-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.action-card{position:relative;overflow:hidden;display:flex;min-height:340px;flex-direction:column;align-items:flex-start;padding:clamp(28px,4vw,44px);border:0;border-radius:26px;text-align:left;box-shadow:var(--shadow-soft);transition:transform .22s,box-shadow .22s}.action-card:hover{transform:translateY(-4px);box-shadow:0 28px 60px #161f3a24}.action-card:after{position:absolute;right:-70px;bottom:-100px;width:280px;height:280px;content:"";border-radius:50%;background:#ffffff59}.action-card.received{color:#fff;background:linear-gradient(145deg,#3f2bcf,#5c42f5 56%,#765fff)}.action-card.upload{border:1px solid #e2defc;color:var(--color-ink);background:linear-gradient(145deg,#fff,#f2f0ff)}.action-card.submitted{min-height:285px;border:1px solid #cfe9dc;color:#17362a;background:radial-gradient(circle at 88% 20%,rgba(66,180,123,.18),transparent 28%),linear-gradient(135deg,#f7fffa,#eaf8f0)}.action-card.checked{min-height:285px;border:1px solid #cfdcf7;color:#182c55;background:radial-gradient(circle at 88% 20%,rgba(65,105,225,.16),transparent 28%),linear-gradient(135deg,#f8fbff,#eaf1ff)}.action-icon{display:grid;width:65px;height:65px;margin-bottom:45px;place-items:center;border-radius:20px}.received .action-icon{background:#ffffff24}.upload .action-icon{color:var(--color-primary);background:#fff;box-shadow:0 15px 30px #5236f41f;font-size:30px;font-weight:300}.submitted .action-icon{margin-bottom:28px;color:#fff;background:linear-gradient(145deg,#35a66d,#177245);box-shadow:0 15px 30px #17724533;font-size:25px;font-weight:900}.checked .action-icon{margin-bottom:28px;color:#fff;background:linear-gradient(145deg,#5678ed,#2446ac);box-shadow:0 15px 30px #2446ac33;font-size:25px;font-weight:900}.folder-icon{position:relative;display:inline-block;width:37px;height:28px;border-radius:4px 6px 6px;background:currentColor}.folder-icon:before{position:absolute;top:-7px;left:0;width:18px;height:10px;content:"";border-radius:4px 4px 0 0;background:currentColor}.received .folder-icon{width:33px;height:25px;color:#fff}.folder-icon.small{width:28px;height:21px;flex:0 0 auto;color:var(--color-primary)}.folder-icon.small:before{top:-5px;width:14px;height:7px}.count-pill{position:absolute;top:44px;right:44px;padding:7px 11px;border-radius:999px;color:#fff;background:#ffffff24;font-size:12px;font-weight:800;text-transform:uppercase}.assignment-count-pills{display:flex;padding:4px;align-items:center;gap:3px}.assignment-count-pills b{padding:4px 7px;border-radius:999px;font-size:12px;white-space:nowrap}.assignment-count-pills .missed{color:#b92525;background:#fff}.submitted .count-pill{color:#177245;background:#dff3e8}.submitted .count-pill b,.checked .count-pill b{font-size:14px}.checked .count-pill{color:#2446ac;background:#dfe8ff}.action-card>span:nth-of-type(3){position:relative;z-index:1;display:flex;max-width:440px;flex-direction:column;gap:11px}.action-card>span:nth-of-type(3) strong,.upload.action-card>span:nth-of-type(2) strong{font-size:clamp(24px,3vw,34px);letter-spacing:-.035em}.action-card>span:nth-of-type(3) small,.upload.action-card>span:nth-of-type(2) small{font-size:14px;font-weight:500;line-height:1.55}.received.action-card small{color:#ffffffad}.upload.action-card>span:nth-of-type(2){position:relative;z-index:1;display:flex;max-width:430px;flex-direction:column;gap:11px}.upload.action-card small{color:var(--color-ink-soft)}.submitted.action-card small{color:#557064}.checked.action-card small{color:#5a6988}.card-link{position:relative;z-index:1;display:flex;width:100%;align-items:center;justify-content:space-between;margin-top:auto;padding-top:30px;border-top:1px solid currentColor;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.received .card-link{border-color:#ffffff2e}.upload .card-link{border-color:#dedaf6;color:var(--color-primary)}.submitted .card-link{border-color:#c9e4d6;color:#177245}.checked .card-link{border-color:#cbd8f4;color:#2446ac}.card-link b{font-size:22px}footer{display:flex;width:min(1180px,calc(100% - 48px));justify-content:space-between;margin:0 auto;padding:20px 0;border-top:1px solid var(--color-line);color:var(--color-muted);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.back-button,.sub-back{margin-bottom:28px;padding:0;border:0;color:var(--color-primary);background:transparent;font-size:12px;font-weight:800}.page-notice{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px;padding:13px 16px;border:1px solid #f0dfab;border-radius:12px;color:#76531b;background:#fff9e9;font-size:12px}.page-notice button{border:0;background:transparent;color:inherit;font-size:18px}.student-bug-page{width:min(760px,100%);margin:0 auto}.student-bug-heading{display:grid;grid-template-columns:auto minmax(0,1fr);gap:20px;align-items:start;margin-bottom:28px}.student-bug-heading .eyebrow{margin-bottom:8px}.student-bug-heading h1{margin-bottom:10px;font-size:clamp(34px,5vw,52px);line-height:1.03;letter-spacing:-.055em}.student-bug-heading p{max-width:580px;margin:0;color:var(--color-ink-soft);line-height:1.6}.student-bug-heading-icon{display:grid;width:58px;height:58px;place-items:center;border-radius:18px;color:#fff;background:linear-gradient(145deg,#735cff,#4324df);box-shadow:0 14px 30px #5236f43d}.student-bug-heading-icon svg{width:28px;height:28px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.student-bug-form{display:grid;gap:20px;padding:clamp(22px,4vw,34px);border:1px solid var(--color-line);border-radius:24px;background:#fff;box-shadow:var(--shadow-soft)}.student-bug-form label{display:grid;gap:8px;color:#273149}.student-bug-form label>span{font-size:13px;font-weight:850}.student-bug-form label>span i{color:var(--color-muted);font-size:12px;font-style:normal;font-weight:700}.student-bug-form label>small{color:var(--color-muted);font-size:12px;line-height:1.45}.student-bug-form input,.student-bug-form textarea{width:100%;padding:14px 15px;border:1px solid #d8dce6;outline:none;border-radius:13px;color:var(--color-ink);background:#fbfbfe;font:inherit;font-size:14px;line-height:1.55;resize:vertical;transition:border-color .2s,box-shadow .2s,background .2s}.student-bug-form input{height:52px}.student-bug-form input:focus,.student-bug-form textarea:focus{border-color:var(--color-primary);background:#fff;box-shadow:0 0 0 4px #5236f41a}.student-bug-identity{display:flex;align-items:center;gap:11px;padding:13px;border-radius:14px;background:#f4f3fb}.student-bug-identity>div{display:grid;gap:2px}.student-bug-identity small{color:var(--color-muted);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.student-bug-identity strong{font-size:12px}.student-bug-identity p{margin:0 0 0 auto;color:var(--color-muted);font-size:12px}.student-bug-success{display:grid;min-height:460px;place-content:center;justify-items:center;padding:40px 20px;text-align:center}.student-bug-success-icon{display:grid;width:68px;height:68px;margin-bottom:20px;place-items:center;border-radius:22px;color:#fff;background:linear-gradient(145deg,#35a66d,#177245);box-shadow:0 15px 30px #17724538;font-size:28px;font-weight:900}.student-bug-success h1{max-width:560px;margin-bottom:12px;font-size:clamp(34px,5vw,50px);line-height:1.04;letter-spacing:-.055em}.student-bug-success>p{max-width:480px;color:var(--color-ink-soft);line-height:1.6}.student-bug-reference{display:grid;min-width:150px;margin:14px 0 24px;padding:14px 20px;gap:3px;border:1px solid #d8d3ff;border-radius:15px;background:#f4f2ff}.student-bug-reference small{color:var(--color-muted);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.student-bug-reference strong{color:var(--color-primary);font-size:23px}.student-bug-success .primary-button{width:min(300px,100%)}.student-bug-control-page{width:min(980px,100%)}.student-bug-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px;padding:13px;border:1px solid var(--color-line);border-radius:17px;background:#fff}.student-bug-filters{display:flex;gap:7px}.student-bug-filters button{min-height:39px;padding:0 16px;border:1px solid #dfe2eb;border-radius:999px;color:#646c7f;background:#fff;font-size:13px;font-weight:850}.student-bug-filters button.active{border-color:#171a2d;color:#fff;background:#171a2d}.student-bug-add{min-height:42px;padding:0 18px;border:0;border-radius:11px;color:#fff;background:var(--color-primary);font-size:12px;font-weight:850;box-shadow:0 9px 20px #5236f433}.student-bug-notice{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;padding:12px 14px;border-radius:12px;font-size:12px;font-weight:750}.student-bug-notice.success{color:#166534;background:#dcfce7}.student-bug-notice.error{color:#991b1b;background:#fee2e2}.student-bug-notice button{border:0;color:inherit;background:transparent;font-size:18px}.student-bug-list{display:grid;gap:11px}.student-bug-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:17px;border:1px solid var(--color-line);border-radius:17px;background:#fff;box-shadow:0 8px 20px #191f350d}.student-bug-row-main{display:grid;min-width:0;padding:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;border:0;color:inherit;background:transparent;text-align:left}.student-bug-row-main strong{display:flex;min-width:0;align-items:center;gap:9px;color:#171a2d;font-size:14px;line-height:1.4;overflow-wrap:anywhere}.student-bug-row-main strong em{display:inline-grid;width:25px;height:25px;flex:0 0 auto;place-items:center;border-radius:50%;color:#fff;background:#171a2d;font-size:12px;font-style:normal}.student-bug-row-main>div:first-child>span{display:block;margin-top:7px;color:var(--color-muted);font-size:12px}.student-bug-row-meta{display:grid;min-width:90px;justify-items:end;gap:7px}.student-bug-row-meta small{color:var(--color-muted);font-size:12px}.student-bug-row-meta i{display:grid;min-width:65px;min-height:25px;place-items:center;border-radius:999px;font-size:12px;font-style:normal;font-weight:900;text-transform:uppercase}.student-bug-row-meta i.open{color:#9a3412;background:#fff7ed}.student-bug-row-meta i.closed{color:#166534;background:#dcfce7}.student-bug-row-actions{display:flex;align-items:center;gap:7px}.student-bug-row-actions button{min-height:34px;padding:0 13px;border:1px solid #dfe2eb;border-radius:999px;color:#4c5365;background:#fff;font-size:12px;font-weight:850}.student-bug-row-actions button.delete{width:34px;padding:0;color:#be123c;background:#fff1f2;border-color:#fecdd3;font-size:17px}.student-bug-empty{padding:38px 20px;border:1px dashed #cbd1df;border-radius:17px;color:var(--color-muted);background:#f8f9fc;text-align:center;font-size:12px}.student-bug-modal-layer{position:fixed;z-index:1300;inset:0;display:grid;padding:18px;place-items:center}.student-bug-modal-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:#070a18c2;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.student-bug-modal-card{position:relative;display:grid;width:min(680px,100%);max-height:calc(100svh - 36px);overflow:hidden;border:1px solid rgba(255,255,255,.8);border-radius:24px;color:var(--color-ink);background:#fff;box-shadow:0 34px 100px #0000006b}.student-bug-modal-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:23px 25px 17px;border-bottom:1px solid var(--color-line)}.student-bug-modal-card>header .eyebrow{margin-bottom:5px}.student-bug-modal-card>header h2{margin:0;font-size:27px;letter-spacing:-.04em}.student-bug-modal-card>header>button{width:34px;height:34px;border:0;border-radius:10px;color:#5e6577;background:#f2f3f7;font-size:21px}.student-bug-modal-form{display:grid;padding:22px 25px;gap:17px;overflow-y:auto}.student-bug-modal-form label{display:grid;gap:7px}.student-bug-modal-form label span{color:#30364a;font-size:13px;font-weight:850}.student-bug-modal-form textarea,.student-bug-modal-form input,.student-bug-modal-form select{width:100%;padding:12px 13px;border:1px solid #d9dde7;outline:none;border-radius:12px;color:var(--color-ink);background:#fbfbfd;font:inherit;font-size:13px}.student-bug-modal-form textarea{resize:vertical;line-height:1.5}.student-bug-modal-form input,.student-bug-modal-form select{height:46px}.student-bug-modal-form textarea:focus,.student-bug-modal-form input:focus,.student-bug-modal-form select:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px #5236f417}.student-bug-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.student-bug-modal-card>footer{display:flex;width:auto;margin:0;padding:15px 25px max(15px,env(safe-area-inset-bottom));align-items:center;gap:8px;border-top:1px solid var(--color-line);color:inherit;background:#fafafd;letter-spacing:0;text-transform:none}.student-bug-modal-card>footer span{flex:1}.student-bug-modal-card>footer button{min-height:40px;padding:0 14px;border:1px solid #d9dde7;border-radius:10px;color:#4b5264;background:#fff;font-size:12px;font-weight:850}.student-bug-modal-card>footer button.save{border-color:var(--color-primary);color:#fff;background:var(--color-primary)}.student-bug-modal-card>footer button.complete{border-color:#86efac;color:#166534;background:#dcfce7}.student-bug-modal-card>footer button.danger{border-color:#fecdd3;color:#be123c;background:#fff1f2}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.section-heading h2{margin-bottom:7px;font-size:clamp(31px,4vw,46px);letter-spacing:-.05em}.section-heading p{margin-bottom:0;color:var(--color-ink-soft)}.student-assignment-filters{display:flex;width:fit-content;max-width:100%;margin:-10px 0 24px;padding:5px;gap:4px;overflow-x:auto;border:1px solid var(--color-line);border-radius:14px;background:#f4f3fb}.student-assignment-filters button{display:flex;padding:9px 12px;align-items:center;gap:7px;border:0;border-radius:9px;color:var(--color-muted);background:transparent;font:inherit;font-size:13px;font-weight:800;white-space:nowrap}.student-assignment-filters button b{display:grid;min-width:20px;height:20px;padding:0 5px;place-items:center;border-radius:999px;background:#e6e4ef;font-size:12px}.student-assignment-filters button.active{color:var(--color-primary);background:#fff;box-shadow:0 3px 10px #2a22631a}.student-assignment-filters button.missed{color:var(--color-danger)}.student-assignment-filters button.missed b{background:#ffe3e1}.student-assignment-filters button.missed.active{color:var(--color-danger)}.folder-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.date-folder{overflow:hidden;border:1px solid var(--color-line);border-radius:20px;background:#fff;box-shadow:0 12px 35px #161f3a0e}.folder-top{display:flex;align-items:center;gap:14px;padding:22px;border-bottom:1px solid var(--color-line);background:#fafaff}.folder-top>div{display:flex;flex-direction:column;gap:3px}.folder-top strong{font-size:14px}.folder-top small{color:var(--color-muted);font-size:12px;font-weight:700}.folder-files{padding:8px}.folder-files>button{display:grid;width:100%;grid-template-columns:auto minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:14px;border:0;border-radius:12px;background:transparent;text-align:left}.folder-files>button:hover{background:var(--color-primary-soft)}.subject-dot{width:8px;height:8px;border-radius:50%;background:var(--color-primary)}.folder-files button>span:nth-child(2){display:flex;min-width:0;flex-direction:column;gap:3px}.folder-files button>span:nth-child(2) strong,.folder-files button>span:nth-child(2) small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.folder-files button>span:nth-child(2) strong{font-size:13px}.folder-files button>span:nth-child(2) small{color:var(--color-muted);font-size:12px}.folder-files button>span:nth-child(2) .assignment-published{margin-top:2px;color:#646b80;font-weight:750}.folder-files button>span:nth-child(2) .assignment-submitted-time{margin-top:2px;color:#177245;font-weight:850}.folder-files button>span:nth-child(2) .assignment-due{margin-top:2px;color:var(--color-primary);font-weight:800}.folder-files button>span:nth-child(2) .assignment-due.urgent,.folder-files button>span:nth-child(2) .assignment-due.expired{color:var(--color-danger)}.folder-files button>b{color:#a0a8b6;font-size:20px}.status-badge{padding:6px 9px;border-radius:999px;font-size:12px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.status-badge.pending{color:var(--color-warning);background:var(--color-warning-soft)}.status-badge.completed{color:var(--color-success);background:var(--color-success-soft)}.status-badge.checked{color:#2446ac;background:#e4ebff}.status-badge.missed{color:var(--color-danger);background:#fff0ef}.submitted-total{display:grid;min-width:120px;padding:14px 17px;gap:2px;border:1px solid #cce7d9;border-radius:15px;color:#177245;background:#effaf4;text-align:center}.submitted-total strong{font-size:25px;line-height:1}.submitted-total small{font-size:12px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.submitted-date-folder{border-color:#d7e9df}.submitted-date-folder .folder-top{background:#f5fcf8}.submitted-dot{display:grid;width:22px;height:22px;place-items:center;color:#fff;background:#259260;font-size:12px;font-weight:900}.checked-total{display:grid;min-width:120px;padding:14px 17px;gap:2px;border:1px solid #cbd8f4;border-radius:15px;color:#2446ac;background:#f0f4ff;text-align:center}.checked-total strong{font-size:25px;line-height:1}.checked-total small{font-size:12px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.checked-date-folder{border-color:#d8e1f7}.checked-date-folder .folder-top{background:#f5f8ff}.checked-folder-icon,.checked-dot{display:grid;flex:0 0 auto;place-items:center;border-radius:50%;color:#fff;background:#3155bf;font-weight:900}.checked-folder-icon{width:28px;height:28px;font-size:12px}.checked-dot{width:22px;height:22px;font-size:12px}.student-rating-badge{justify-self:start;padding:6px 9px;border-radius:999px;font-size:12px;font-weight:900;text-transform:uppercase}.student-rating-badge.excellent,.student-rating-badge.good{color:#147347;background:#e3f8ed}.student-rating-badge.average{color:#9a5a04;background:#fff1d2}.student-rating-badge.poor{color:#b92e34;background:#ffe7e9}.empty-state{display:flex;min-height:330px;flex-direction:column;align-items:center;justify-content:center;padding:40px;border:1px dashed #ccd2df;border-radius:20px;text-align:center;background:#ffffff80}.empty-state .folder-icon{margin-bottom:24px;color:#c4cad7}.empty-state h3{margin-bottom:9px;font-size:20px}.empty-state p{max-width:420px;margin-bottom:0;color:var(--color-muted);font-size:13px;line-height:1.55}.detail-card{padding:clamp(24px,4vw,46px);border:1px solid var(--color-line);border-radius:24px;background:#fff;box-shadow:var(--shadow-soft)}.detail-title{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.detail-title h2{margin-bottom:0;font-size:clamp(29px,4vw,44px);letter-spacing:-.045em}.detail-meta{display:grid;grid-template-columns:repeat(3,1fr);margin:30px 0;padding:20px 0;border-top:1px solid var(--color-line);border-bottom:1px solid var(--color-line)}.detail-meta .summary-item{border-color:var(--color-line)}.detail-meta .summary-item:first-child{padding-left:0;border-left:0}.detail-meta .summary-item strong{color:var(--color-ink)}.assignment-expired-notice{display:flex;margin:-12px 0 24px;padding:13px 15px;flex-direction:column;gap:3px;border-radius:11px;color:var(--color-danger);background:#fff0ef;font-size:12px}.assignment-expired-notice strong{font-weight:900}.assignment-expired-notice span{line-height:1.45}.assignment-due-soon-notice{margin:-12px 0 24px;padding:13px 15px;border:1px solid #ffd4d0;border-radius:11px;color:var(--color-danger);background:#fff7f6;font-size:12px;font-weight:800}.instructions{padding:20px;border-radius:14px;background:var(--color-panel-soft)}.instructions strong,.attachment-list h3{display:block;margin-bottom:8px;font-size:12px;letter-spacing:.05em;text-transform:uppercase}.instructions p{margin-bottom:0;color:var(--color-ink-soft);font-size:13px;line-height:1.6;white-space:pre-wrap}.attachment-list{margin-top:30px}.attachment-list>p{color:var(--color-muted);font-size:13px}.attachment-list>button{display:grid;width:100%;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;padding:13px;border:1px solid var(--color-line);border-radius:12px;background:#fff;text-align:left}.pdf-icon{display:grid;width:42px;height:46px;place-items:center;border-radius:7px;color:#c12b27;background:#fff0ef;font-size:12px;font-weight:900}.attachment-list button>span:nth-child(2){display:flex;flex-direction:column;gap:3px}.checked-evaluation-loading{display:flex;min-height:420px;align-items:center;justify-content:center;flex-direction:column;gap:14px;border:1px solid var(--color-line);border-radius:24px;color:#52617d;background:#fff}.checked-evaluation-loading>span{width:34px;height:34px;border:3px solid #dce4f8;border-top-color:#3155bf;border-radius:50%;animation:spin .8s linear infinite}.checked-evaluation-card{overflow:hidden;border:1px solid #dce3f1;border-radius:24px;background:#fff;box-shadow:var(--shadow-soft)}.checked-evaluation-card>header{display:flex;padding:clamp(24px,4vw,42px);align-items:flex-start;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#fbfcff,#eef3ff)}.checked-evaluation-card>header h2{margin:5px 0 8px;font-size:clamp(30px,4vw,46px);letter-spacing:-.045em}.checked-evaluation-card>header p{margin:0;color:#6d7890;font-size:12px}.checked-rating{display:grid;min-width:150px;padding:17px;gap:4px;border-radius:17px;text-align:center}.checked-rating small{font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.checked-rating strong{font-size:22px}.checked-rating.excellent,.checked-rating.good{color:#147347;background:#dff6e9}.checked-rating.average{color:#965706;background:#fff0cc}.checked-rating.poor{color:#b72d34;background:#ffe5e7}.checked-lock-notice{display:flex;margin:24px clamp(24px,4vw,42px) 0;padding:15px 17px;align-items:center;gap:12px;border:1px solid #cbd8f4;border-radius:14px;color:#2446ac;background:#f1f5ff}.checked-lock-notice>span{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border-radius:50%;color:#fff;background:#3155bf;font-weight:900}.checked-lock-notice>div{display:grid;gap:3px}.checked-lock-notice strong{font-size:12px}.checked-lock-notice small{color:#647390;font-size:12px;line-height:1.45}.checked-teacher-note{margin:20px clamp(24px,4vw,42px) 0;padding:20px;border-left:4px solid #3155bf;border-radius:0 14px 14px 0;background:#f7f9fe}.checked-teacher-note span{color:#3155bf;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.checked-teacher-note p{margin:8px 0 0;color:#34415a;font-size:13px;line-height:1.65;white-space:pre-wrap}.checked-insights{display:grid;margin:20px clamp(24px,4vw,42px) 0;grid-template-columns:1fr 1fr;gap:14px}.checked-insights article{min-height:150px;padding:20px;border:1px solid;border-radius:16px}.checked-insights h3{margin:0 0 12px;font-size:13px}.checked-insights ul{display:grid;margin:0;padding-left:18px;gap:8px}.checked-insights li,.checked-insights p{margin:0;color:#42506a;font-size:12px;line-height:1.55}.checked-insights .strengths{border-color:#bfe7d2;background:#f1fbf6}.checked-insights .strengths h3{color:#177247}.checked-insights .improvements{border-color:#eedba9;background:#fffbf0}.checked-insights .improvements h3{color:#94500d}.checked-question-summary{margin:20px clamp(24px,4vw,42px) 0;overflow:hidden;border:1px solid #e0e4ed;border-radius:16px}.checked-question-summary>header{padding:14px 17px;background:#f7f8fb}.checked-question-summary>header>div{display:flex;align-items:center;justify-content:space-between;gap:15px}.checked-question-summary>header span{color:#77839a;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.checked-question-summary>header strong{color:#3155bf;font-size:12px}.checked-question-summary>div>article{display:grid;padding:14px 17px;grid-template-columns:70px 90px 95px minmax(0,1fr);align-items:center;gap:12px;border-top:1px solid #edf0f4}.checked-question-summary article>strong{font-size:12px}.checked-question-summary article>p{margin:0;color:#46536b;font-size:13px;line-height:1.5}.question-result{justify-self:start;padding:6px 9px;border-radius:999px;font-size:12px;font-weight:900}.question-result.correct{color:#147347;background:#e3f8ed}.question-result.partial{color:#9b6006;background:#fff1cf}.question-result.wrong{color:#b92e34;background:#ffe7e9}.checked-empty-copy{margin:0;padding:28px;color:#77839a;text-align:center}.checked-remedial-plan{display:grid;margin:20px clamp(24px,4vw,42px) 38px;padding:17px 18px;grid-template-columns:max-content minmax(0,1fr);align-items:baseline;gap:10px;border:1px solid #cbdcf8;border-radius:14px;color:#244784;background:#eef6ff}.checked-remedial-plan strong,.checked-remedial-plan p{font-size:13px;line-height:1.55}.checked-remedial-plan p{margin:0}.attachment-list button>span:nth-child(2) strong{font-size:13px}.attachment-list button>span:nth-child(2) small{color:var(--color-muted);font-size:12px}.attachment-list button>b{color:var(--color-primary);font-size:13px}.student-own-submission{display:grid;margin-top:24px;padding:17px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;border:1px solid #bde1cd;border-radius:16px;background:linear-gradient(135deg,#f5fcf8,#eaf8f0)}.student-own-submission>div{display:flex;min-width:0;align-items:center;gap:11px}.student-own-submission>div:first-child>span:last-child{display:grid;min-width:0;gap:2px}.student-own-submission-icon{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border-radius:13px;color:#fff;background:#259260;box-shadow:0 8px 18px #25926033;font-weight:900}.student-own-submission small{color:#337252;font-size:12px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.student-own-submission strong{overflow:hidden;color:#1c4935;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.student-own-submission p{margin:0;color:#678071;font-size:12px}.student-own-submission>div:last-of-type{justify-content:flex-end}.student-own-submission button{min-height:40px;padding:9px 12px;border:1px solid #b8d7c6;border-radius:10px;color:#25704d;background:#fff;font:850 9px inherit;cursor:pointer}.student-own-submission button.open{border-color:#218354;color:#fff;background:#218354;box-shadow:0 7px 16px #2183542e}.student-own-submission button:disabled{cursor:wait;opacity:.55}.student-own-submission-error{grid-column:1/-1;padding:8px 10px;border-radius:8px;color:#a22f2f!important;background:#fff0f0}.student-submission-viewer{position:fixed;z-index:1300;inset:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;color:#fff;background:#11151f}.student-submission-viewer>header{display:flex;min-width:0;padding:12px 16px;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid rgba(255,255,255,.1);background:#181d29}.student-submission-viewer>header>div{display:grid;min-width:0;gap:2px}.student-submission-viewer>header small{color:#83d3a7;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.student-submission-viewer>header strong,.student-submission-viewer>header span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.student-submission-viewer>header strong{font-size:12px}.student-submission-viewer>header span{color:#aeb6c5;font-size:12px}.student-submission-viewer>header button{min-height:38px;padding:8px 12px;flex:0 0 auto;border:1px solid rgba(255,255,255,.16);border-radius:10px;color:#fff;background:#ffffff14;font:850 9px inherit}.student-submission-viewer>main{display:grid;min-height:0;padding:14px;place-items:center;overflow:auto;background:#292e39}.student-submission-viewer>main>img{display:block;max-width:min(100%,1000px);max-height:100%;border-radius:4px;background:#fff;box-shadow:0 18px 55px #00000061;object-fit:contain}.student-submission-page-loading,.student-submission-page-error{display:grid;padding:24px;justify-items:center;gap:10px;border-radius:14px;color:#303747;background:#fff;text-align:center}.student-submission-page-loading{grid-template-columns:auto 1fr;align-items:center}.student-submission-page-error p{margin:0;color:#7d8493;font-size:12px}.student-submission-page-error button{padding:8px 13px;border:0;border-radius:9px;color:#fff;background:var(--color-primary);font:850 9px inherit}.student-submission-viewer>footer{display:grid;padding:11px 16px max(11px,env(safe-area-inset-bottom));grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;background:#181d29}.student-submission-viewer>footer button{min-height:42px;padding:9px 14px;border:0;border-radius:10px;color:#fff;background:var(--color-primary);font:900 10px inherit}.student-submission-viewer>footer button:last-child{justify-self:end}.student-submission-viewer>footer button:disabled{color:#7f8798;background:#2c3240}.student-submission-viewer>footer span{color:#c4cad5;font-size:12px;font-weight:850}.upload-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px;align-items:start}.upload-card{padding:clamp(24px,4vw,42px);border:1px solid var(--color-line);border-radius:22px;background:#fff;box-shadow:var(--shadow-soft)}.step-label{display:flex;align-items:center;gap:13px;margin-bottom:20px}.step-label:not(:first-child){margin-top:34px}.step-label>span{display:grid;width:32px;height:32px;flex:0 0 auto;place-items:center;border-radius:10px;color:#fff;background:var(--color-primary);font-size:13px;font-weight:900}.step-label>div{display:flex;flex-direction:column;gap:2px}.step-label strong{font-size:14px}.step-label small,.field-note{color:var(--color-muted);font-size:12px}.field-label select{margin-top:1px;appearance:auto}.field-note{margin:-8px 0 0}.field-note.expired-note{margin-top:8px;color:var(--color-danger)}.mode-tabs{display:grid;grid-template-columns:1.2fr .8fr;gap:10px;margin-bottom:14px}.mode-tabs button{display:grid;min-width:0;min-height:88px;padding:14px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:11px;border:1px solid var(--color-line);border-radius:14px;color:var(--color-muted);background:#fbfbfd;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.mode-tabs button:hover{border-color:#b9b0ff;transform:translateY(-1px)}.mode-tabs button.active{border-color:var(--color-primary);color:var(--color-primary);background:#f8f7ff;box-shadow:0 8px 20px #4e3ae21c}.mode-tabs button>span:last-child{display:grid;min-width:0;gap:2px}.mode-tabs button small{color:#75809a;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.mode-tabs button.image-upload-method small{color:#228153}.mode-tabs button strong{color:#171b2d;font-size:13px;line-height:1.25}.mode-tabs button em{overflow:hidden;color:var(--color-muted);font-size:12px;font-style:normal;line-height:1.35;text-overflow:ellipsis}.upload-method-icon{display:grid;width:38px;height:38px;place-items:center;border-radius:11px;color:var(--color-primary);background:var(--color-primary-soft);font-size:16px;font-weight:900}.image-upload-method.active .upload-method-icon{color:#fff;background:var(--color-primary)}.document-upload-method .upload-method-icon{font-size:12px}.dropzone{display:flex;min-height:190px;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:25px;border:1.5px dashed #bfc5d3;border-radius:15px;background:#fbfbfd;text-align:center;cursor:pointer}.dropzone:hover,.dropzone.has-file{border-color:var(--color-primary);background:#f8f7ff}.dropzone input,.image-actions input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.dropzone .upload-icon{display:grid;width:48px;height:48px;margin-bottom:6px;place-items:center;border-radius:14px;color:var(--color-primary);background:var(--color-primary-soft);font-size:24px}.dropzone strong{max-width:100%;overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.dropzone small{color:var(--color-muted);font-size:12px}.image-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.image-actions label{display:flex;min-height:135px;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:1.5px dashed #bfc5d3;border-radius:15px;background:#fbfbfd;cursor:pointer}.image-actions label:hover{border-color:var(--color-primary);background:#f8f7ff}.image-actions label.disabled{opacity:.55;cursor:wait}.image-actions label>span{display:grid;width:40px;height:40px;margin-bottom:4px;place-items:center;border-radius:12px;color:var(--color-primary);background:var(--color-primary-soft);font-size:18px}.image-actions label strong{font-size:12px}.image-actions label small{color:var(--color-muted);font-size:12px}.image-list{margin-top:14px;overflow:hidden;border:1px solid var(--color-line);border-radius:13px}.image-list-head{display:flex;align-items:center;justify-content:space-between;padding:12px;background:var(--color-panel-soft)}.image-list-head strong{font-size:13px}.image-list-head small{color:var(--color-muted);font-size:12px}.image-list>.image-file-row{display:grid;grid-template-columns:28px minmax(0,1fr) 30px;align-items:center;gap:10px;padding:10px 12px;border-top:1px solid var(--color-line)}.upload-status{display:flex;align-items:center;gap:9px;margin-top:16px;padding:12px;border-radius:10px;font-size:13px;line-height:1.4}.upload-status.error{color:var(--color-danger);background:#fff0ef}.upload-status.success{color:var(--color-success);background:var(--color-success-soft)}.upload-status.progress{color:var(--color-primary);background:var(--color-primary-soft)}.submit-upload{margin-top:18px}.upload-tips{padding:25px;border-radius:20px;color:#fff;background:linear-gradient(145deg,#162347,#080c1c);box-shadow:var(--shadow-soft)}.tip-icon{display:grid;width:42px;height:42px;margin-bottom:20px;place-items:center;border-radius:13px;color:#c5bcff;background:#ffffff14}.upload-tips h3{font-size:18px;letter-spacing:-.02em}.upload-tips ul{margin:0;padding-left:19px;color:#ffffffab;font-size:13px;line-height:1.8}.upload-tips>p{margin:22px 0 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.1);color:#ada3f6;font-size:12px;line-height:1.55}@media(max-width:900px){.login-shell{grid-template-columns:1fr}.login-story{display:none}.login-panel{min-height:100svh;padding:26px;background:radial-gradient(circle at 90% 0%,rgba(82,54,244,.11),transparent 32%),linear-gradient(180deg,#fff,#f5f7fb)}.mobile-brand{display:block;margin-bottom:58px}.mobile-brand .brand{color:var(--color-ink)}.welcome-icon{display:none}.login-card header{margin-bottom:32px}.student-summary{grid-template-columns:minmax(200px,1.3fr) repeat(2,1fr)}.student-summary .summary-item:nth-last-child(-n+2){display:none}.action-grid,.folder-grid{grid-template-columns:1fr}.action-card{min-height:310px}.checked-insights,.upload-layout{grid-template-columns:1fr}.upload-tips{order:2}}@media(max-width:600px){.login-panel{align-items:start;padding:max(22px,env(safe-area-inset-top)) 20px max(22px,env(safe-area-inset-bottom))}.mobile-brand{margin-bottom:clamp(50px,14vh,100px)}.login-card h2{font-size:34px}.login-card input{height:56px;font-size:16px}.student-header{padding:max(14px,env(safe-area-inset-top)) 16px 16px}.header-row{padding-bottom:14px}.profile-button-copy{display:none}.profile-button{gap:7px;padding:5px 8px 5px 5px}.bug-report-icon-button{width:41px;height:41px}.student-summary{grid-template-columns:minmax(0,1.5fr) minmax(100px,1fr);gap:10px;padding-top:14px}.student-summary>div:first-child{grid-column:1 / -1}.student-summary .summary-item{padding-left:12px}.student-summary .summary-item:nth-last-child(-n+2){display:none}.avatar.large{width:42px;height:42px;border-radius:13px}.student-summary>div:first-child strong{font-size:13px}.profile-popover{position:fixed;top:72px;right:16px;max-height:calc(100svh - 88px);overflow-y:auto}.home-content{width:calc(100% - 32px);padding:38px 0 50px}.home-heading{margin-bottom:28px}.home-heading h1{font-size:42px}.home-heading p{font-size:14px}.action-grid{gap:15px}.action-card{min-height:280px;padding:25px;border-radius:20px}.action-icon{width:54px;height:54px;margin-bottom:35px;border-radius:16px}.count-pill{top:26px;right:25px}.action-card>span:nth-of-type(3) strong,.upload.action-card>span:nth-of-type(2) strong{font-size:25px}.section-heading h2{font-size:34px}.section-heading p{font-size:13px;line-height:1.5}.folder-top{padding:18px}.folder-files>button{grid-template-columns:auto minmax(0,1fr) auto}.folder-files .status-badge{display:none}.detail-card{padding:21px;border-radius:18px}.detail-title{flex-direction:column}.detail-meta{grid-template-columns:1fr 1fr;gap:20px 0}.detail-meta .summary-item:nth-child(3){grid-column:1 / -1;padding-left:0;border-left:0}.attachment-list button>b{display:none}.student-own-submission{grid-template-columns:1fr}.student-own-submission>div:last-of-type{display:grid;grid-template-columns:1fr 1fr}.student-own-submission button{width:100%}.student-submission-viewer>header{align-items:flex-start}.student-submission-viewer>header button{padding:8px 10px}.student-submission-viewer>main{padding:7px}.student-submission-viewer>main>img{max-height:none}.student-submission-viewer>footer{grid-template-columns:1fr auto 1fr}.upload-card{padding:20px;border-radius:18px}.mode-tabs{grid-template-columns:1fr}.mode-tabs button{min-height:78px}.image-actions{grid-template-columns:1fr 1fr}.upload-tips{padding:22px}footer{width:calc(100% - 32px)}footer span:last-child{display:none}.student-bug-heading{grid-template-columns:1fr;gap:15px}.student-bug-heading-icon{width:50px;height:50px;border-radius:15px}.student-bug-form{padding:19px;border-radius:19px}.student-bug-form input,.student-bug-form textarea{font-size:16px}.student-bug-identity{align-items:flex-start}.student-bug-identity p{display:none}.student-bug-toolbar{align-items:stretch;flex-direction:column}.student-bug-filters{display:grid;grid-template-columns:repeat(3,1fr)}.student-bug-filters button{padding:0 9px}.student-bug-row{grid-template-columns:1fr;padding:15px}.checked-evaluation-card>header{align-items:stretch;flex-direction:column}.checked-rating{min-width:0;text-align:left}.checked-question-summary>div>article{grid-template-columns:auto auto 1fr}.checked-question-summary article>p{grid-column:1/-1}.checked-remedial-plan{grid-template-columns:1fr;gap:4px}.student-bug-row-main{grid-template-columns:1fr}.student-bug-row-meta{display:flex;min-width:0;align-items:center;justify-content:space-between}.student-bug-row-actions{justify-content:flex-end}.student-bug-modal-layer{padding:10px}.student-bug-modal-card{max-height:calc(100svh - 20px);border-radius:19px}.student-bug-modal-card>header,.student-bug-modal-form{padding-right:18px;padding-left:18px}.student-bug-modal-grid{grid-template-columns:1fr}.student-bug-modal-card>footer{display:grid;padding-right:18px;padding-left:18px;grid-template-columns:1fr 1fr}.student-bug-modal-card>footer span{display:none}}.smart-home-hero{display:grid;margin-bottom:18px;padding:30px;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);gap:28px;border-radius:24px;color:#fff;background:radial-gradient(circle at 75% 20%,rgba(113,91,255,.34),transparent 34%),linear-gradient(135deg,#101429,#17143a 58%,#212056);box-shadow:0 18px 46px #17163a29}.smart-home-copy .eyebrow{color:#aaa2ff}.smart-home-copy h1{margin:8px 0 7px;font-size:clamp(31px,4vw,46px);letter-spacing:-.045em}.smart-home-copy p{margin:0;color:#c9ccdb;font-size:13px}.smart-home-copy button{margin-top:22px;padding:11px 15px;border:1px solid rgba(255,255,255,.18);border-radius:11px;color:#fff;background:#ffffff1a;font:inherit;font-size:13px;font-weight:750}.smart-home-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.smart-home-stats>div{display:flex;min-height:86px;padding:15px;flex-direction:column;justify-content:center;border:1px solid rgba(255,255,255,.11);border-radius:15px;background:#ffffff13}.smart-home-stats strong{font-size:28px;line-height:1}.smart-home-stats span{margin-top:7px;color:#c9ccdb;font-size:12px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.smart-home-stats .urgent strong,.smart-home-stats .missed strong{color:#ffaaa5}.smart-home-stats .checked strong{color:#72e0a6}.student-notifications{margin-bottom:20px;overflow:hidden;border:1px solid #e0e3ed;border-radius:17px;background:#fff}.student-notifications>header{display:flex;min-height:54px;padding:10px 15px;align-items:center;justify-content:space-between;border-bottom:1px solid #eceef4}.student-notifications>header>div{display:flex;align-items:center;gap:8px}.student-notifications>header small{color:#848ba0;font-size:12px}.student-notifications>header button{border:0;color:var(--color-primary);background:transparent;font:inherit;font-size:12px;font-weight:800}.notification-bell{display:grid;width:28px;height:28px;place-items:center;border-radius:9px;color:#fff;background:#5a43f0;font-size:12px}.student-notifications>div{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.student-notifications>div>button{display:grid;min-width:0;padding:13px 15px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;border:0;border-right:1px solid #eef0f5;color:#272b3e;background:#fff;text-align:left}.student-notifications>div>button.read{opacity:.66}.student-notifications button>i{width:8px;height:8px;border-radius:50%;background:#5d47f0}.student-notifications button.urgent>i,.student-notifications button.missed>i{background:#e34f4a}.student-notifications button.checked>i{background:#229661}.student-notifications button>span{display:grid;gap:3px}.student-notifications button strong{font-size:12px}.student-notifications button small{overflow:hidden;color:#747c90;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.action-card.calendar{background:linear-gradient(145deg,#f0f6ff,#fff)}.action-card.attendance{background:linear-gradient(145deg,#effbf6,#fff)}.action-card.remarks{background:linear-gradient(145deg,#fff7ec,#fff)}.calendar-icon{color:#326fd4!important;background:#dfeaff!important;font-size:12px!important}.attendance-icon{color:#16815a!important;background:#dff5e9!important}.remarks-icon{color:#a66412!important;background:#ffebca!important}.calendar-shell{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:18px}.calendar-panel,.calendar-agenda,.attendance-calendar{border:1px solid #e1e4ed;border-radius:18px;background:#fff}.calendar-panel>header,.attendance-month{display:flex;padding:14px 17px;align-items:center;justify-content:space-between}.calendar-panel>header button,.attendance-month button{display:grid;width:36px;height:36px;padding:0;place-items:center;border:1px solid #dfe2eb;border-radius:10px;color:#4035b4;background:#fff;font-size:22px}.calendar-weekdays{display:grid;padding:0 12px 8px;grid-template-columns:repeat(7,1fr);gap:5px;color:#8a91a4;text-align:center;font-size:12px;font-weight:800;text-transform:uppercase}.calendar-grid{display:grid;padding:0 12px 12px;grid-template-columns:repeat(7,1fr);gap:5px}.calendar-grid>button,.calendar-grid>span{min-height:70px;padding:8px;border:1px solid transparent;border-radius:10px;background:#f8f9fc;text-align:left}.calendar-grid>button.has-events{border-color:#e0dcff;background:#faf9ff}.calendar-grid>button.selected{color:#fff;background:#5942ed}.calendar-grid button>span{display:flex;margin-top:16px;gap:3px}.calendar-grid i,.calendar-panel>footer i{width:7px;height:7px;border-radius:50%;background:#6f58f5}.calendar-grid i.due,.calendar-panel>footer i.due{background:#e45752}.calendar-grid i.complete,.calendar-panel>footer i.complete{background:#25a269}.calendar-panel>footer{display:flex;padding:10px 16px 14px;gap:15px;color:#747b8f;font-size:12px}.calendar-panel>footer span{display:flex;align-items:center;gap:5px}.calendar-agenda{padding:18px}.calendar-agenda h3{margin:0 0 15px;font-size:15px}.calendar-agenda>p{color:#858c9e;font-size:13px;line-height:1.5}.calendar-agenda article{display:flex;padding:11px 0;align-items:center;gap:10px;border-bottom:1px solid #eceef3}.calendar-agenda article>span{width:9px;height:36px;border-radius:999px;background:#735ff6}.calendar-agenda article>span.complete{background:#27a46c}.calendar-agenda article>span.missed{background:#e45752}.calendar-agenda article div{display:grid;gap:3px}.calendar-agenda article strong{font-size:12px}.calendar-agenda article small{color:#7e8598;font-size:12px}.attendance-month{max-width:420px;margin:0 auto 14px}.attendance-summary{display:grid;margin-bottom:16px;grid-template-columns:1.6fr repeat(4,1fr);gap:9px}.attendance-summary>div{display:grid;min-height:92px;padding:14px;align-content:center;gap:5px;border:1px solid #e3e6ee;border-radius:15px;background:#fff}.attendance-summary strong{font-size:24px}.attendance-summary span{color:#7c8396;font-size:12px;font-weight:750}.attendance-summary .percentage{color:#fff;background:linear-gradient(135deg,#5c45ef,#392aa3)}.attendance-summary .percentage span{color:#d9d5ff}.attendance-summary .present strong{color:#16845a}.attendance-summary .absent strong{color:#d04442}.attendance-summary .late strong{color:#ce850d}.attendance-summary .leave strong{color:#3775c4}.attendance-days{display:grid;padding:0 12px 14px;grid-template-columns:repeat(7,1fr);gap:6px}.attendance-days>div,.attendance-days>span{display:grid;min-height:62px;padding:8px;align-content:space-between;border-radius:10px;background:#f7f8fb}.attendance-days small{overflow:hidden;font-size:12px;font-weight:800;text-overflow:ellipsis;text-transform:uppercase}.attendance-days .present{color:#14754f;background:#e7f7ef}.attendance-days .absent{color:#b53432;background:#fff0ef}.attendance-days .late{color:#9c6509;background:#fff7e6}.attendance-days .leave{color:#2b65ad;background:#edf5ff}.attendance-days .holiday{color:#687086;background:#eff1f5}.attendance-days .unrecorded{color:#a2a8b5}.attendance-empty,.attendance-loading{display:flex;margin-top:13px;padding:17px;align-items:center;gap:12px;border-radius:14px;color:#6e768a;background:#f4f5fa}.attendance-empty>span{font-size:25px}.attendance-empty strong{color:#34384b;font-size:13px}.attendance-empty p{margin:3px 0 0;font-size:12px}.remarks-received-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.remarks-heading-actions{display:flex;flex:0 0 auto;align-items:center;gap:10px}.remarks-heading-actions>span{display:grid;min-width:82px;padding:8px 12px;border-radius:11px;color:#7e5315;background:#fff3dc;text-align:center;font-size:12px}.remarks-heading-actions>span strong{color:#9b5f0d;font-size:20px;line-height:1}.remarks-heading-actions button,.remarks-state button{min-height:39px;padding:0 13px;border:1px solid #ded9f3;border-radius:10px;color:#4d3bc3;background:#fff;font:inherit;font-size:12px;font-weight:850}.remarks-heading-actions button:disabled{opacity:.55}.remarks-month-list{display:grid;gap:15px}.remarks-month-group{overflow:hidden;border:1px solid #e1e3ed;border-radius:18px;background:#fff;box-shadow:0 10px 28px #1a1d360d}.remarks-month-group>header{display:flex;min-height:66px;padding:13px 17px;align-items:center;gap:12px;border-bottom:1px solid #e7e4f7;background:linear-gradient(135deg,#f6f3ff,#fcfbff)}.remarks-folder-icon{position:relative;width:38px;height:28px;flex:0 0 auto;border-radius:6px;background:linear-gradient(145deg,#745dff,#5038e4)}.remarks-folder-icon:before{position:absolute;top:-6px;left:2px;width:17px;height:8px;content:"";border-radius:5px 5px 0 0;background:#8d7aff}.remarks-month-group>header div{display:grid;gap:3px}.remarks-month-group>header strong{font-size:14px}.remarks-month-group>header small{color:#7d8498;font-size:12px}.remarks-date-list{display:grid;padding:13px;gap:11px}.remarks-date-group{display:grid;grid-template-columns:132px minmax(0,1fr);gap:12px}.remarks-date-group>header{display:flex;min-height:82px;padding:12px;align-items:center;gap:10px;border:1px solid #e6e8ef;border-radius:13px;background:#fafafe}.remarks-date-group time{display:grid;width:42px;height:48px;flex:0 0 auto;place-items:center;align-content:center;border-radius:10px;color:#fff;background:#5942e8}.remarks-date-group time strong{font-size:19px;line-height:1}.remarks-date-group time span{margin-top:3px;font-size:12px;font-weight:800;text-transform:uppercase}.remarks-date-group>header>div{display:grid;min-width:0;gap:3px}.remarks-date-group>header>div strong{font-size:12px;line-height:1.35}.remarks-date-group>header>div small{color:#858b9d;font-size:12px}.remarks-cards{display:grid;gap:9px}.remark-received-card{display:grid;min-width:0;padding:15px;grid-template-columns:auto minmax(0,1fr);gap:12px;border:1px solid #e5e7ee;border-radius:14px;background:#fff}.remark-teacher-avatar{display:grid;width:38px;height:38px;place-items:center;border-radius:11px;color:#fff;background:linear-gradient(145deg,#f0a934,#c37512);font-size:12px;font-weight:900}.remark-received-copy{min-width:0}.remark-received-copy>header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.remark-received-copy>header>div{display:grid;gap:3px}.remark-received-copy>header strong{color:#272b3e;font-size:13px}.remark-received-copy>header small{color:#858b9c;font-size:12px}.remark-received-copy>header>span{flex:0 0 auto;padding:5px 7px;border-radius:7px;color:#8a570d;background:#fff2d9;font-size:12px;font-weight:850;text-transform:uppercase}.remark-received-copy p{margin:11px 0 0;color:#444a5e;font-size:13px;line-height:1.65;white-space:pre-wrap}.remarks-state,.remarks-empty{display:flex;min-height:150px;padding:24px;align-items:center;justify-content:center;gap:12px;border:1px dashed #d9dce7;border-radius:16px;color:#6f768a;background:#fafafe}.remarks-state.error{justify-content:space-between;color:#a33131;background:#fff6f5}.remarks-state p,.remarks-empty p{margin:4px 0 0;font-size:12px;line-height:1.5}.remarks-empty>span{display:grid;width:45px;height:45px;flex:0 0 auto;place-items:center;border-radius:13px;color:#a66412;background:#ffebca;font-size:21px}.remarks-empty strong{color:#303448;font-size:14px}.draft-recovery{display:flex;margin-bottom:15px;padding:14px 16px;align-items:center;gap:11px;border:1px solid #cfc7ff;border-radius:15px;background:#f5f2ff}.draft-recovery>span{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border-radius:10px;color:#fff;background:#6048ed;font-size:19px}.draft-recovery>div{display:grid;min-width:0;flex:1;gap:3px}.draft-recovery strong{font-size:13px}.draft-recovery small{color:#777d91;font-size:12px}.draft-recovery button{padding:9px 12px;border:0;border-radius:9px;color:#fff;background:#5b43e8;font:inherit;font-size:12px;font-weight:800}.draft-recovery button.discard{border:1px solid #dddfea;color:#696f82;background:#fff}.upload-status.warning{color:#885a09;background:#fff5dc}.image-thumbnail figcaption{display:grid;gap:2px}.image-thumbnail figcaption small{color:#19845a;font-size:12px}.image-thumbnail.quality-warning{border-color:#efb446;box-shadow:0 0 0 2px #fff2ce}.image-thumbnail.quality-warning figcaption small{color:#a36a08}.quality-tooltip{display:none}.quality-summary{margin:0 13px 13px;padding:11px 13px;border-radius:10px;color:#8b5a08;background:#fff4d8}.quality-summary strong{font-size:12px}.quality-summary p{margin:3px 0 0;font-size:12px;line-height:1.45}.assignment-success-summary .receipt-id{position:relative;padding-right:80px}.assignment-success-summary .receipt-id strong{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.assignment-success-summary .receipt-id button{position:absolute;right:9px;bottom:9px;padding:6px 8px;border:1px solid #d8dbe7;border-radius:7px;color:#4c3dcb;background:#fff;font-size:12px;font-weight:800}@media(max-width:850px){.smart-home-hero,.calendar-shell{grid-template-columns:1fr}.calendar-agenda{min-height:130px}.attendance-summary{grid-template-columns:repeat(2,1fr)}.attendance-summary .percentage{grid-column:1 / -1}}@media(max-width:600px){.smart-home-hero{padding:21px 17px;gap:20px;border-radius:19px}.smart-home-stats>div{min-height:70px;padding:12px}.student-notifications>div{grid-template-columns:1fr}.student-notifications>div>button{border-right:0;border-bottom:1px solid #eef0f5}.calendar-grid>button,.calendar-grid>span{min-height:48px;padding:5px}.calendar-grid button>span{margin-top:8px}.calendar-weekdays{padding-inline:5px}.calendar-grid,.attendance-days{padding-inline:5px;gap:3px}.attendance-days>div,.attendance-days>span{min-height:47px;padding:5px}.remarks-received-heading{align-items:stretch;flex-direction:column}.remarks-heading-actions{justify-content:space-between}.remarks-date-group{grid-template-columns:1fr}.remarks-date-group>header{min-height:68px}.remark-received-copy>header{flex-direction:column}.remark-received-copy>header>span{align-self:flex-start}.draft-recovery{align-items:stretch;flex-wrap:wrap}.draft-recovery>div{flex-basis:calc(100% - 50px)}.draft-recovery button{flex:1}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.image-thumbnail-grid{display:grid;grid-template-columns:repeat(auto-fill,120px);gap:12px;align-items:start;padding:14px}.image-thumbnail{position:relative;overflow:visible;width:120px;margin:0;border:1px solid var(--color-line);border-radius:12px;background:#fff;box-shadow:0 5px 14px #1a1f3514}.image-thumbnail-open{display:block;overflow:hidden;width:100%;padding:0;border:0;border-radius:11px 11px 0 0;background:var(--color-panel-soft);cursor:zoom-in}.image-thumbnail img{display:block;width:100%;aspect-ratio:1 / 1;object-fit:cover;background:var(--color-panel-soft)}.image-thumbnail figcaption{overflow:hidden;padding:7px 9px;text-overflow:ellipsis;white-space:nowrap}.image-thumbnail figcaption strong{font-size:12px}.image-thumbnail-remove{position:absolute;z-index:2;top:-7px;right:-7px;display:grid;width:22px;height:22px;padding:0;place-items:center;border:2px solid white;border-radius:50%;color:#fff;background:#343947;box-shadow:0 3px 9px #0003;font-size:14px;line-height:1;cursor:pointer}.image-viewer-layer{position:fixed;z-index:1100;inset:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;color:#fff;background:#050812f7}.image-viewer-layer>header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 18px;background:#11162a}.image-viewer-layer>header>div{display:flex;min-width:0;flex-direction:column;gap:2px}.image-viewer-layer>header span{overflow:hidden;color:#aab2c2;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.image-viewer-layer>header button{display:grid;width:34px;height:34px;padding:0;place-items:center;border:0;border-radius:50%;color:#fff;background:#ffffff1f;font-size:22px}.image-viewer-canvas{display:grid;min-height:0;padding:18px;place-items:center;overflow:auto}.image-viewer-canvas img{display:block;max-width:100%;max-height:100%;border-radius:6px;object-fit:contain;box-shadow:0 12px 45px #0006}.image-viewer-layer>footer{display:flex;justify-content:flex-end;gap:10px;margin:0;padding:12px 18px max(12px,env(safe-area-inset-bottom));border:0;background:#11162a}.image-viewer-layer>footer button{min-height:42px;padding:0 18px;border-radius:10px;font-size:13px;font-weight:800}.image-viewer-remove{border:1px solid #f28a86;color:#ffaaa6;background:transparent}.image-viewer-done{border:0;color:#fff;background:var(--color-primary)}.submission-preview-layer{position:fixed;z-index:1000;inset:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;color:#fff;background:#090c18}.submission-preview-layer>header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 22px;background:#11162a}.submission-preview-layer>header>div{display:flex;min-width:0;flex-direction:column;gap:2px}.submission-preview-layer>header span{overflow:hidden;color:#9da7bb;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.submission-preview-layer>header button{width:38px;height:38px;border:0;border-radius:10px;color:#fff;background:#ffffff17;font-size:25px}.submission-preview-layer iframe{width:100%;height:100%;border:0;background:#454a58}.submission-preview-image-stage{display:grid;min-height:0;grid-template-rows:minmax(0,1fr) auto;background:#e9edf5}.submission-preview-image-stage>div{display:grid;min-height:0;padding:16px;place-items:center;overflow:auto}.submission-preview-image-stage img{display:block;max-width:100%;max-height:100%;border-radius:7px;object-fit:contain;background:#fff;box-shadow:0 14px 45px #0b122840}.submission-preview-image-stage nav{display:grid;min-height:48px;padding:7px 14px;align-items:center;grid-template-columns:1fr auto 1fr;gap:12px;border-top:1px solid #d7dce7;color:#424b60;background:#fff}.submission-preview-image-stage nav button{min-height:34px;padding:0 13px;border:1px solid #d6dbea;border-radius:9px;color:#3527a8;background:#f8f7ff;font:inherit;font-size:12px;font-weight:850}.submission-preview-image-stage nav button:last-child{justify-self:end}.submission-preview-image-stage nav button:disabled{color:#a3a8b5;background:#f3f4f7;cursor:default;opacity:.65}.submission-preview-image-stage nav span{font-size:12px;font-weight:850}.submission-preview-layer>footer{display:flex;width:100%;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px 20px;margin:0;padding:14px 22px max(14px,env(safe-area-inset-bottom));border:0;color:#fff;background:#11162a;text-transform:none}.submission-preview-layer>footer label{display:flex;max-width:650px;align-items:flex-start;gap:9px;color:#d5d9e3;font-size:13px;line-height:1.45;letter-spacing:0}.submission-preview-layer>footer input{margin-top:1px;accent-color:var(--color-primary)}.submission-preview-layer>footer>div{display:flex;gap:9px}.submission-preview-layer>footer .student-preview-rotation{display:grid;min-width:min(100%,350px);flex:1 1 390px;gap:7px}.student-preview-rotation>span{overflow:hidden;color:#b9c1d1;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.student-preview-rotation>div{display:flex;gap:8px}.student-preview-rotation button{min-height:39px;padding:0 13px;border:1px solid #566078;border-radius:9px;color:#fff;background:#252c40;font:inherit;font-size:12px;font-weight:850}.student-preview-rotation button:hover:not(:disabled){border-color:#8d7aff;background:#5139d9}.student-preview-rotation button:disabled{cursor:wait;opacity:.55}.submission-preview-actions{flex:0 0 auto}.preview-back,.preview-submit{min-height:44px;padding:0 18px;border-radius:10px;font-size:13px;font-weight:800}.preview-back{border:1px solid rgba(255,255,255,.16);color:#fff;background:transparent}.preview-submit{border:0;color:#fff;background:var(--color-primary)}.preview-submit:disabled{opacity:.45}.student-submit-confirm-layer{position:fixed;z-index:1120;inset:0;display:grid;padding:20px;place-items:center}.student-submit-confirm-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:#080a1ab8;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.student-submit-confirm-card{position:relative;width:min(510px,100%);max-height:calc(100vh - 40px);padding:30px;overflow-y:auto;border:1px solid rgba(255,255,255,.78);border-radius:25px;color:var(--color-ink);background:#fff;box-shadow:0 30px 90px #00000061}.student-submit-confirm-icon{display:grid;width:54px;height:54px;margin-bottom:18px;place-items:center;border-radius:17px;color:#fff;background:linear-gradient(145deg,#6b55ff,#4f36e8);box-shadow:0 12px 28px #4f36e84d}.student-submit-confirm-icon span{display:grid;width:25px;height:25px;place-items:center;border:2px solid rgba(255,255,255,.9);border-radius:50%;font-size:13px;font-weight:900}.student-submit-confirm-card>.eyebrow{margin:0 0 7px;color:var(--color-primary)}.student-submit-confirm-card>h3{margin:0;color:#111426;font-size:clamp(25px,4vw,32px);line-height:1.08;letter-spacing:-.035em}.student-submit-confirm-card>p:not(.eyebrow){margin:12px 0 20px;color:#6d7488;font-size:13px;line-height:1.55}.student-submit-confirm-summary{display:grid;grid-template-columns:1fr 1fr;gap:9px}.student-submit-confirm-summary>div{display:grid;min-width:0;padding:13px 14px;gap:5px;border:1px solid #e5e7ef;border-radius:12px;background:#fafafe}.student-submit-confirm-summary .wide{grid-column:1 / -1;grid-template-columns:minmax(0,1fr) auto}.student-submit-confirm-summary .wide span{grid-column:1 / -1}.student-submit-confirm-summary span{color:#83899a;font-size:12px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.student-submit-confirm-summary strong{overflow:hidden;color:#292c3e;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.student-submit-confirm-summary small{color:#7c8395;font-size:12px}.student-submit-confirm-note{display:flex;margin-top:13px;padding:11px 13px;align-items:center;gap:9px;border-radius:11px;color:#177245;background:#eaf8f0}.student-submit-confirm-note>span{display:grid;width:22px;height:22px;flex:0 0 auto;place-items:center;border-radius:50%;color:#fff;background:#259260;font-size:12px;font-weight:900}.student-submit-confirm-note p{margin:0;font-size:12px;font-weight:750}.student-submit-confirm-actions{display:grid;margin-top:22px;grid-template-columns:1fr 1.4fr;gap:9px}.student-submit-confirm-actions button{min-height:48px;padding:10px 14px;border:1px solid #dfe1ea;border-radius:12px;color:#464b5f;background:#fff;font:inherit;font-size:13px;font-weight:850}.student-submit-confirm-actions .submit{border-color:var(--color-primary);color:#fff;background:var(--color-primary);box-shadow:0 10px 22px #4f36e838}.student-submit-confirm-actions button:disabled{opacity:.55;cursor:wait}.assignment-uploading-layer{position:fixed;z-index:1200;inset:0;display:grid;padding:20px;place-items:center;background:#080a1ad1;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.assignment-uploading-card{width:min(430px,100%);padding:34px 28px 28px;border:1px solid rgba(255,255,255,.8);border-radius:26px;color:var(--color-ink);background:#fff;text-align:center;box-shadow:0 34px 100px #0000006b}.assignment-uploading-illustration{position:relative;width:128px;height:100px;margin:0 auto 21px}.assignment-uploading-folder{position:absolute;right:7px;bottom:4px;width:92px;height:65px;border-radius:9px 15px 15px;background:linear-gradient(145deg,#6a52ff,#4e35e8);box-shadow:0 15px 30px #4f36e847}.assignment-uploading-folder:before{position:absolute;top:-12px;left:0;width:43px;height:15px;content:"";border-radius:8px 9px 0 0;background:#7865ff}.assignment-uploading-paper{position:absolute;z-index:2;left:8px;top:5px;display:grid;width:57px;height:72px;place-items:center;border:1px solid #e0e2eb;border-radius:8px;color:#d43b36;background:#fff;font-size:13px;font-weight:900;box-shadow:0 9px 22px #1a18402e;animation:assignment-paper-fly 1.8s ease-in-out infinite}.assignment-uploading-paper:after{position:absolute;right:9px;bottom:14px;left:9px;height:12px;content:"";border-top:2px solid #e8e9ef;border-bottom:2px solid #e8e9ef}.assignment-uploading-spark{position:absolute;color:#f4b735;font-size:17px;animation:assignment-spark 1.4s ease-in-out infinite alternate}.assignment-uploading-spark.one{top:1px;right:4px}.assignment-uploading-spark.two{left:0;bottom:3px;animation-delay:.45s}.assignment-uploading-card>.eyebrow{margin:0 0 7px;color:var(--color-primary)}.assignment-uploading-card h3{margin:0;color:#131628;font-size:25px;letter-spacing:-.03em}.assignment-uploading-message{min-height:24px;margin:13px 0 17px;color:#626a7e;font-size:13px;font-weight:750;animation:assignment-message-in .35s ease both}.assignment-uploading-progress{height:8px;overflow:hidden;border-radius:999px;background:#eceaf9}.assignment-uploading-progress span{display:block;width:42%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#806cff,#4f36e8);animation:assignment-progress 1.25s ease-in-out infinite}.assignment-uploading-card>small{display:block;margin-top:13px;color:#858b9c;font-size:12px;line-height:1.5}@keyframes assignment-paper-fly{0%,to{transform:translateY(5px) rotate(-5deg)}50%{transform:translate(23px,-5px) rotate(2deg)}}@keyframes assignment-spark{0%{opacity:.35;transform:scale(.75) rotate(0)}to{opacity:1;transform:scale(1.15) rotate(22deg)}}@keyframes assignment-progress{0%{transform:translate(-110%)}to{transform:translate(240%)}}@keyframes assignment-message-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.assignment-uploading-paper,.assignment-uploading-spark,.assignment-uploading-progress span,.assignment-uploading-message{animation:none}}.assignment-success-layer{position:fixed;z-index:1230;inset:0;display:grid;padding:20px;place-items:center}.assignment-success-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:#080a1ac2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.assignment-success-card{position:relative;width:min(480px,100%);max-height:calc(100vh - 40px);padding:32px;overflow-y:auto;border:1px solid rgba(255,255,255,.82);border-radius:26px;color:var(--color-ink);background:#fff;text-align:center;box-shadow:0 34px 100px #0000006b}.assignment-success-burst{position:relative;width:82px;height:72px;margin:0 auto 15px}.assignment-success-burst>span{position:absolute;z-index:2;left:13px;top:3px;display:grid;width:58px;height:58px;place-items:center;border:5px solid #dff5e9;border-radius:50%;color:#fff;background:linear-gradient(145deg,#3caf76,#177245);font-size:25px;font-weight:900;box-shadow:0 13px 30px #17724540;animation:assignment-success-pop .5s cubic-bezier(.2,.9,.25,1.25) both}.assignment-success-burst i{position:absolute;color:#f0b934;font-size:16px;font-style:normal;animation:assignment-spark 1.2s ease-in-out infinite alternate}.assignment-success-burst .one{top:0;right:0}.assignment-success-burst .two{left:0;bottom:3px;animation-delay:.25s}.assignment-success-burst .three{right:4px;bottom:0;color:#765fff;animation-delay:.5s}.assignment-success-card>.eyebrow{margin:0 0 7px;color:#177245}.assignment-success-card h3{margin:0;color:#121527;font-size:clamp(28px,5vw,36px);letter-spacing:-.045em}.assignment-success-card>p:not(.eyebrow){max-width:370px;margin:11px auto 20px;color:#697185;font-size:13px;line-height:1.55}.assignment-success-summary{display:grid;gap:8px;text-align:left}.assignment-success-summary>div{display:grid;min-width:0;padding:12px 14px;grid-template-columns:minmax(0,1fr) auto;gap:4px 10px;border:1px solid #e5e7ef;border-radius:12px;background:#fafafe}.assignment-success-summary span{grid-column:1 / -1;color:#858b9c;font-size:12px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.assignment-success-summary strong{overflow:hidden;color:#292c3e;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.assignment-success-summary small{color:#7d8496;font-size:12px}.assignment-success-teacher{display:flex;margin-top:11px;padding:12px 14px;align-items:center;gap:10px;border-radius:12px;color:#177245;background:#eaf8f0;text-align:left}.assignment-success-teacher>span{display:grid;width:30px;height:30px;flex:0 0 auto;place-items:center;border-radius:9px;color:#fff;background:#259260;font-size:12px;font-weight:900}.assignment-success-teacher div{display:grid;gap:2px}.assignment-success-teacher strong{font-size:13px}.assignment-success-teacher small{color:#4c7c64;font-size:12px}.assignment-success-done{width:100%;min-height:49px;margin-top:20px;border:0;border-radius:12px;color:#fff;background:linear-gradient(135deg,#35a66d,#177245);font:inherit;font-size:12px;font-weight:850;box-shadow:0 10px 22px #17724533}@keyframes assignment-success-pop{0%{opacity:0;transform:scale(.45) rotate(-12deg)}to{opacity:1;transform:scale(1) rotate(0)}}@media(prefers-reduced-motion:reduce){.assignment-success-burst>span,.assignment-success-burst i{animation:none}}@media(max-width:600px){.image-thumbnail-grid{grid-template-columns:repeat(auto-fill,92px);gap:11px;padding:13px}.image-thumbnail{width:92px}.image-list-head{align-items:flex-start;gap:8px}.image-list-head small{max-width:170px;text-align:right}.image-viewer-canvas{padding:10px}.image-viewer-layer>footer{display:grid;grid-template-columns:1fr 1fr}.submission-preview-image-stage>div{padding:8px}.submission-preview-image-stage nav{padding:6px 8px;gap:7px}.submission-preview-layer>footer{align-items:stretch;flex-direction:column}.submission-preview-layer>footer>div{width:100%}.submission-preview-layer>footer .student-preview-rotation{min-width:0}.student-preview-rotation>span{white-space:normal}.student-preview-rotation>div button{flex:1}.submission-preview-layer>footer button{flex:1}.student-submit-confirm-layer{padding:12px}.student-submit-confirm-card{max-height:calc(100vh - 24px);padding:22px 18px 18px;border-radius:21px}.student-submit-confirm-summary{grid-template-columns:1fr}.student-submit-confirm-summary .wide{grid-column:auto}.student-submit-confirm-actions{grid-template-columns:1fr}.assignment-uploading-layer{padding:12px}.assignment-uploading-card{padding:28px 18px 23px;border-radius:22px}.assignment-success-layer{padding:12px}.assignment-success-card{max-height:calc(100vh - 24px);padding:25px 18px 19px;border-radius:22px}}
