:root{color-scheme:light;--ink:#102a33;--muted:#60727a;--line:#dce8e7;--paper:#fff;--canvas:#f4f8f7;--navy:#073b4c;--navy-2:#0b5365;--teal:#06a77d;--teal-dark:#05795d;--teal-soft:#dcf8ef;--gold:#f2b134;--gold-soft:#fff5d9;--red:#e25454;--red-soft:#ffeded;--blue:#3977d4;--blue-soft:#eaf2ff;--shadow:0 18px 55px #073b4c17;--shadow-sm:0 6px 20px #073b4c12;font-synthesis:none;text-rendering:optimizelegibility;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--canvas);min-width:320px;min-height:100vh;color:var(--ink);margin:0}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}h1,h2,h3,p{margin-top:0}img{max-width:100%}code{font-family:SFMono-Regular,Consolas,monospace}.button{min-height:42px;color:var(--ink);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-weight:750;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,.tabbar button:focus-visible{outline-offset:2px;outline:3px solid #06a77d33}.button:disabled{cursor:not-allowed;opacity:.55}.button--primary{background:var(--teal);color:#fff;box-shadow:0 8px 22px #06a77d33}.button--primary:hover:not(:disabled){background:var(--teal-dark)}.button--secondary{border-color:var(--line);color:var(--navy);background:#fff}.button--secondary:hover:not(:disabled){box-shadow:var(--shadow-sm);border-color:#b9d4cf}.button--ghost{color:var(--muted)}.button--ghost:hover:not(:disabled){background:#edf4f2}.button--danger{background:var(--red);color:#fff}.button--danger-ghost{color:var(--red);background:var(--red-soft)}.button--warning{color:#835a00;background:var(--gold-soft);border-color:#f6d989}.text-button{color:var(--teal-dark);cursor:pointer;background:0 0;border:0;font-weight:750}.brand-mark{background:var(--navy);width:58px;height:58px;color:var(--teal-soft);border-radius:18px;flex:none;place-items:center;font-size:28px;font-weight:900;display:grid;position:relative;box-shadow:0 10px 25px #073b4c33}.brand-mark:after{content:"";border:3px solid var(--teal);border-left-color:#0000;border-radius:50%;width:24px;height:24px;position:absolute}.brand-mark--small{width:42px;height:42px;box-shadow:none;border-radius:13px;font-size:20px}.brand-mark--small:after{border-width:2px;width:18px;height:18px}.eyebrow{color:var(--teal-dark);letter-spacing:.14em;text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:900}.card{border:1px solid var(--line);background:var(--paper);box-shadow:var(--shadow-sm);border-radius:20px}.pill{width:fit-content;color:var(--muted);letter-spacing:.02em;white-space:nowrap;background:#edf2f1;border-radius:999px;align-items:center;padding:5px 10px;font-size:11px;font-weight:850;display:inline-flex}.pill--success{background:var(--teal-soft);color:#087256}.pill--warning{background:var(--gold-soft);color:#835a00}.pill--danger{background:var(--red-soft);color:#b83333}.pill--info{background:var(--blue-soft);color:#285fae}.notice{border:1px solid;border-radius:13px;justify-content:space-between;align-items:center;gap:16px;width:min(1180px,100% - 32px);margin:14px auto;padding:13px 16px;font-size:14px;line-height:1.45;display:flex}.notice button{cursor:pointer;background:0 0;border:0;font-size:20px}.notice--info{background:var(--blue-soft);color:#28558f;border-color:#bcd4f7}.notice--success{background:var(--teal-soft);color:#09664f;border-color:#a9dfcf}.notice--warning{background:var(--gold-soft);color:#745000;border-color:#f2d27d}.notice--danger{background:var(--red-soft);color:#9e3030;border-color:#efbaba}.spinner{border:3px solid #06a77d2e;border-top-color:var(--teal);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin;display:inline-block}.spinner--small{border-width:2px;border-top-color:currentColor;width:16px;height:16px}@keyframes spin{to{transform:rotate(360deg)}}.landing{background:linear-gradient(#f7fbfa 0%,#fff 40%,#f3f8f7 100%);min-height:100vh}.landing__nav{z-index:20;backdrop-filter:blur(16px);background:#f7fbfae6;border-bottom:1px solid #dce8e7cc;align-items:center;gap:32px;width:min(1240px,100% - 36px);height:76px;margin:auto;display:flex;position:sticky;top:0}.landing__nav .topbar__brand{margin-right:auto}.landing__nav>a:not(.topbar__brand){color:var(--muted);font-size:14px;font-weight:700}.topbar__brand{align-items:center;gap:11px;display:flex}.topbar__brand>span:last-child{flex-direction:column;display:flex}.topbar__brand strong{color:var(--navy);font-size:17px}.topbar__brand small{color:var(--muted);font-size:11px}.hero-public{grid-template-columns:.95fr 1.05fr;align-items:center;gap:40px;width:min(1240px,100% - 36px);min-height:640px;margin:auto;display:grid;position:relative;overflow:hidden}.hero-public:before{content:"";z-index:0;background:radial-gradient(circle,#06d6a02b,#06d6a000 68%);border-radius:50%;width:620px;height:620px;position:absolute;top:20px;right:-180px}.hero-public__copy,.hero-public__visual{z-index:1;position:relative}.hero-public__copy h1{color:var(--navy);letter-spacing:-.055em;margin:22px 0;font-size:clamp(44px,5vw,72px);line-height:.99}.hero-public__copy h1 em{color:var(--teal);font-style:normal}.hero-public__copy>p{max-width:600px;color:var(--muted);font-size:18px;line-height:1.65}.hero-public__actions{gap:12px;margin:26px 0 18px;display:flex}.trust-row{color:#4c676f;flex-wrap:wrap;gap:14px;font-size:12px;font-weight:650;display:flex}.visual-window{background:#fff;border:1px solid #cfe1de;border-radius:24px;overflow:hidden;transform:perspective(1100px)rotateY(-4deg)rotateX(1deg);box-shadow:0 38px 100px #073b4c2e}.visual-window__bar{border-bottom:1px solid var(--line);height:48px;color:var(--muted);align-items:center;gap:7px;padding:0 16px;font-size:12px;font-weight:700;display:flex}.visual-window__bar i{background:#d6e3e0;border-radius:50%;width:9px;height:9px}.visual-window__bar i:first-child{background:#ff8f8f}.visual-window__bar i:nth-child(2){background:#ffd16d}.visual-window__bar i:nth-child(3){background:#62d6af;margin-right:10px}.visual-grid{background:#f7faf9;grid-template-columns:1fr 1fr;gap:16px;padding:22px;display:grid}.visual-grid>article,.visual-chart,.visual-students{background:#fff;border:1px solid #e1ecea;border-radius:16px;min-height:115px;padding:20px;position:relative;overflow:hidden}.visual-grid article small{color:var(--muted);margin-bottom:8px;font-weight:700;display:block}.visual-grid article strong{color:var(--navy);font-size:36px}.spark{background:var(--teal-soft);border-radius:50%;width:70px;height:70px;position:absolute;bottom:-25px;right:-20px}.spark--gold{background:var(--gold-soft)}.visual-chart{grid-column:span 2;height:180px}.visual-chart>div{align-items:end;gap:14px;height:120px;padding:20px 10px 0;display:flex}.visual-chart i{opacity:.75;background:linear-gradient(#06d6a0,#078c6d);border-radius:6px 6px 2px 2px;flex:1}.visual-students{grid-column:span 2}.visual-students>span{grid-template-columns:32px 1fr auto;align-items:center;gap:10px;margin-top:13px;display:grid}.visual-students>span i{background:var(--blue-soft);width:30px;height:30px;color:var(--blue);border-radius:9px;place-items:center;font-style:normal;font-weight:850;display:grid}.visual-students em{font-style:normal;font-weight:700}.visual-students small{color:var(--teal-dark)}.feature-section,.pricing-section{text-align:center;width:min(1180px,100% - 36px);margin:auto;padding:90px 0}.feature-section h2,.pricing-section h2{max-width:760px;color:var(--navy);letter-spacing:-.035em;margin:0 auto 42px;font-size:clamp(32px,4vw,48px)}.feature-grid{text-align:left;grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.feature-grid .card{padding:28px}.feature-grid .card>span{background:var(--teal-soft);width:44px;height:44px;color:var(--teal-dark);border-radius:13px;place-items:center;margin-bottom:40px;font-size:21px;font-weight:900;display:grid}.feature-grid h3{color:var(--navy);margin-bottom:10px}.feature-grid p{color:var(--muted);margin:0;font-size:14px;line-height:1.65}.pricing-section{text-align:left;grid-template-columns:1.2fr .8fr;align-items:center;gap:70px;display:grid}.pricing-section h2{margin:0 0 18px}.pricing-section>div>p:last-child{color:var(--muted);font-size:17px;line-height:1.65}.price-card{flex-direction:column;gap:18px;padding:34px;display:flex}.price-card>strong{color:var(--navy);font-size:44px}.price-card>strong small{color:var(--muted);margin-left:5px;font-size:14px}.price-card ul{margin:0;padding:0;list-style:none}.price-card li{border-bottom:1px solid var(--line);color:var(--muted);padding:9px 0}.price-card li:before{content:"✓";color:var(--teal);margin-right:9px;font-weight:900}.loading-screen,.gate-screen{text-align:center;background:var(--canvas);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:30px;display:flex}.loading-screen .spinner{margin-top:28px}.loading-screen p,.gate-screen p{color:var(--muted)}.gate-screen h1{color:var(--navy);margin:24px 0 8px}.gate-screen>a{color:var(--teal-dark);margin-top:18px;font-weight:700}.gate-screen--inside{min-height:55vh}.app-shell{min-height:100vh}.topbar{z-index:30;backdrop-filter:blur(15px);background:#ffffffed;border-bottom:1px solid #dce8e7e6;align-items:center;height:72px;padding:0 max(24px,50vw - 650px);display:flex;position:sticky;top:0}.topbar__nav{align-items:center;gap:5px;height:100%;margin-left:44px;display:flex}.topbar__nav a{height:100%;color:var(--muted);border-bottom:3px solid #0000;align-items:center;padding:0 14px;font-size:13px;font-weight:750;display:flex}.topbar__nav a.is-active{border-color:var(--teal);color:var(--navy)}.topbar__account{align-items:center;gap:10px;margin-left:auto;display:flex}.topbar__account>img,.avatar-fallback{background:var(--blue-soft);width:36px;height:36px;color:var(--blue);object-fit:cover;border-radius:11px;place-items:center;font-weight:850;display:grid}.topbar__identity{flex-direction:column;max-width:180px;display:flex}.topbar__identity strong,.topbar__identity small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.topbar__identity strong{font-size:12px}.topbar__identity small{color:var(--muted);font-size:10px}.workspace{width:min(1300px,100% - 40px);min-height:calc(100vh - 130px);margin:auto;padding:28px 0 60px}.footer{border-top:1px solid var(--line);width:min(1300px,100% - 40px);color:var(--muted);justify-content:space-between;margin:auto;padding:24px 0;font-size:11px;display:flex}.dashboard-hero{color:#fff;min-height:180px;box-shadow:var(--shadow);background:linear-gradient(120deg,#073b4c,#0a5868);border-radius:24px;justify-content:space-between;align-items:center;margin-bottom:22px;padding:32px 36px;display:flex}.dashboard-hero .eyebrow{color:#84e8cf}.dashboard-hero h1{letter-spacing:-.035em;margin:0 0 8px;font-size:clamp(30px,4vw,44px)}.dashboard-hero p{color:#c7e0e4;max-width:720px;margin-bottom:0}.dashboard-hero__badge{background:#ffffff14;border:1px solid #ffffff24;border-radius:15px;align-items:center;gap:12px;min-width:190px;padding:15px 18px;display:flex}.dashboard-hero__badge span:last-child{flex-direction:column;display:flex}.dashboard-hero__badge small{color:#a8cbd0}.live-dot{background:#3ce3ad;border-radius:50%;width:11px;height:11px;box-shadow:0 0 0 7px #3ce3ad1f}.dashboard-hero--admin{background:linear-gradient(120deg,#172a4d,#324f79)}.dashboard-hero--teacher{background:linear-gradient(120deg,#073b4c,#0d6b6a)}.dashboard-hero--student{background:linear-gradient(120deg,#153f6f,#2876a8);grid-template-columns:1fr auto;display:grid}.hero-actions{gap:10px;display:flex}.hero-actions .button--secondary,.dashboard-hero>.button--secondary{color:#fff;background:#ffffff1a;border-color:#fff3}.role-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.role-card{align-items:flex-start;gap:25px;min-height:250px;padding:32px;display:flex}.role-card__icon{background:var(--teal-soft);width:62px;height:62px;color:var(--teal-dark);border-radius:18px;flex:none;place-items:center;font-size:18px;font-weight:900;display:grid}.role-card--student .role-card__icon{background:var(--blue-soft);color:var(--blue)}.role-card--admin{grid-column:span 2}.role-card--admin .role-card__icon{background:var(--red-soft);color:var(--red)}.role-card h2{color:var(--navy);margin:15px 0 9px}.role-card p{min-height:48px;color:var(--muted);line-height:1.55}.subtle-note{color:var(--muted);padding:20px 4px;font-size:11px}.metric-grid{grid-template-columns:repeat(4,1fr);gap:15px;margin:20px 0;display:grid}.metric{border:1px solid var(--line);min-height:112px;box-shadow:var(--shadow-sm);background:#fff;border-radius:18px;align-items:center;gap:15px;padding:20px;display:flex}.metric__icon{background:var(--teal-soft);width:44px;height:44px;color:var(--teal-dark);border-radius:13px;flex:none;place-items:center;font-size:13px;font-weight:900;display:grid}.metric__icon--blue{background:var(--blue-soft);color:var(--blue)}.metric__icon--gold{background:var(--gold-soft);color:#a06e00}.metric__icon--red{background:var(--red-soft);color:var(--red)}.metric>div{flex-direction:column;min-width:0;display:flex}.metric small{color:var(--muted);font-size:11px;font-weight:700}.metric strong{color:var(--navy);margin:3px 0;font-size:27px}.metric span{color:#87969b;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.tabbar{border:1px solid var(--line);background:#fff;border-radius:14px;gap:4px;margin:4px 0 20px;padding:5px;display:flex;overflow-x:auto}.tabbar button{min-width:120px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;gap:7px;padding:10px 16px;font-weight:750;display:flex}.tabbar button.is-active{background:var(--navy);color:#fff}.tabbar b{background:var(--red);color:#fff;border-radius:50%;place-items:center;width:20px;height:20px;font-size:10px;display:grid}.panel{margin-bottom:20px;padding:24px}.panel__header{justify-content:space-between;align-items:flex-start;gap:18px;min-height:54px;margin-bottom:20px;display:flex}.panel__header h2{color:var(--navy);margin:0;font-size:21px}.panel__header select{min-width:210px}.panel-loading{min-height:180px;color:var(--muted);justify-content:center;align-items:center;gap:12px;display:flex}.panel-loading--page{min-height:70vh}.dashboard-columns{grid-template-columns:1.25fr .75fr;gap:20px;display:grid}.dashboard-columns--student{grid-template-columns:1.3fr .7fr}.side-stack{flex-direction:column;display:flex}.empty-state{text-align:center;min-height:190px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;padding:28px;display:flex}.empty-state__icon{width:48px;height:48px;color:var(--teal-dark);background:#eef5f3;border-radius:15px;place-items:center;margin-bottom:13px;font-size:23px;display:grid}.empty-state h3{color:var(--navy);margin-bottom:7px}.empty-state p{max-width:420px;font-size:13px}.empty-state .button{margin-top:8px}.segmented{background:#edf3f2;border-radius:11px;padding:4px;display:flex}.segmented button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;padding:8px 12px;font-size:11px;font-weight:800}.segmented button.is-active{color:var(--navy);background:#fff;box-shadow:0 3px 10px #073b4c14}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:12px}th{border-bottom:1px solid var(--line);color:var(--muted);text-align:left;letter-spacing:.04em;text-transform:uppercase;padding:11px 12px;font-size:10px}td{vertical-align:middle;border-bottom:1px solid #edf2f1;padding:14px 12px}tbody tr:hover{background:#fafcfb}.person-cell{align-items:center;gap:10px;min-width:220px;display:flex}.person-cell img,.person-cell>span{background:var(--blue-soft);width:40px;height:40px;color:var(--blue);object-fit:cover;border-radius:12px;place-items:center;font-weight:850;display:grid}.person-cell>div{flex-direction:column;display:flex}.person-cell small,.person-cell code,.block-note{color:var(--muted);margin-top:2px;font-size:10px;display:block}.person-cell code{opacity:.7}.table-actions{justify-content:flex-end;gap:6px;min-width:180px;display:flex}.table-actions .button{min-height:34px;padding:0 11px;font-size:10px}.score-cell{color:var(--teal-dark);font-size:16px}.audit-list article,.request-list article{border-bottom:1px solid #edf2f1;align-items:center;gap:11px;padding:11px 0;display:flex}.audit-list article>span:first-child{background:var(--teal-soft);width:32px;height:32px;color:var(--teal-dark);border-radius:10px;place-items:center;display:grid}.audit-list article>div,.request-list article>div{flex-direction:column;min-width:0;margin-right:auto;display:flex}.audit-list small,.request-list small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:10px;overflow:hidden}.card-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.class-card{border:1px solid var(--line);background:linear-gradient(#fff,#fbfdfc);border-radius:17px;padding:20px}.class-card>header,.class-card>footer{justify-content:space-between;align-items:center;display:flex}.class-card>header>span{background:var(--blue-soft);width:45px;height:45px;color:var(--blue);border-radius:13px;place-items:center;font-size:18px;font-weight:900;display:grid}.class-card h3{color:var(--navy);margin:20px 0 5px}.class-card p{color:var(--muted);font-size:12px}.class-code{background:#f4faf8;border:1px dashed #a9c9c2;border-radius:11px;justify-content:space-between;align-items:center;margin:18px 0;padding:11px 13px;display:flex}.class-code small{color:var(--muted)}.class-code strong{color:var(--teal-dark);letter-spacing:.13em;font-family:monospace;font-size:19px}.class-card footer>span{color:var(--muted);font-size:11px}.exam-list article{border-bottom:1px solid var(--line);grid-template-columns:50px 1fr auto;align-items:center;gap:15px;padding:16px 0;display:grid}.exam-list__icon{background:var(--navy);color:#fff;border-radius:10px;place-items:center;width:46px;height:52px;font-size:20px;font-weight:900;display:grid}.exam-list h3{color:var(--navy);margin:6px 0 4px}.exam-list p,.exam-list small{color:var(--muted);margin:0;font-size:11px}.exam-list__actions{justify-content:flex-end;gap:7px;display:flex}.assignment-list,.assignment-table{flex-direction:column;display:flex}.assignment-row{border-bottom:1px solid var(--line);grid-template-columns:13px minmax(180px,1fr) minmax(190px,.8fr) auto;align-items:center;gap:12px;min-height:68px;padding:10px 4px;display:grid}.assignment-row__dot{background:#aebcbe;border-radius:50%;width:9px;height:9px}.assignment-row__dot--success{background:var(--teal)}.assignment-row__dot--warning{background:var(--gold)}.assignment-row__dot--danger{background:var(--red)}.assignment-row>div{flex-direction:column;display:flex}.assignment-row small{color:var(--muted);margin-top:3px;font-size:10px}.assignment-table>article{border-bottom:1px solid var(--line);grid-template-columns:1fr auto;align-items:center;display:grid}.assignment-table .assignment-row{border:0}.assignment-actions{justify-content:flex-end;gap:6px;display:flex}.assignment-actions .button{min-height:34px;padding:0 11px;font-size:10px}.join-form{background:#ffffff17;border:1px solid #ffffff2e;border-radius:16px;grid-template-columns:1fr auto;align-items:end;gap:9px;min-width:380px;padding:14px;display:grid}.join-form label{color:#c4e2ed;letter-spacing:.08em;text-transform:uppercase;grid-column:span 2;font-size:10px;font-weight:800}.join-form input{width:100%;height:42px;color:var(--navy);letter-spacing:.12em;text-transform:uppercase;background:#fffffff2;border:1px solid #ffffff40;border-radius:10px;padding:0 13px;font-family:monospace;font-size:18px;font-weight:900}.student-exams{flex-direction:column;display:flex}.student-exam{border-bottom:1px solid var(--line);grid-template-columns:58px 1fr auto;align-items:center;gap:15px;padding:18px 0;display:grid}.student-exam__date{background:var(--blue-soft);width:52px;height:58px;color:var(--blue);border-radius:13px;flex-direction:column;justify-content:center;align-items:center;display:flex}.student-exam__date strong{font-size:21px}.student-exam__date span{font-size:9px;font-weight:850}.student-exam h3{color:var(--navy);margin:7px 0 4px}.student-exam p,.student-exam small{color:var(--muted);margin:0;font-size:11px}.student-exam--closed{opacity:.72}.membership-list article{border-bottom:1px solid var(--line);grid-template-columns:38px 1fr auto;align-items:center;gap:10px;padding:12px 0;display:grid}.membership-list article>span{background:var(--blue-soft);width:36px;height:36px;color:var(--blue);border-radius:10px;place-items:center;font-weight:900;display:grid}.membership-list div{flex-direction:column;min-width:0;display:flex}.membership-list small{color:var(--muted);font-size:10px}.result-mini-list{flex-direction:column;display:flex}.result-mini-list button{border:0;border-bottom:1px solid var(--line);text-align:left;cursor:pointer;background:0 0;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.result-mini-list span{flex-direction:column;display:flex}.result-mini-list small{color:var(--muted);font-size:10px}.result-mini-list b{color:var(--teal-dark)}.results-panel{overflow:hidden}.results-summary{grid-template-columns:repeat(4,1fr);gap:10px;margin:4px 0 18px;display:grid}.results-summary article{border:1px solid var(--line);background:#fafcfb;border-radius:13px;flex-direction:column;justify-content:center;min-height:82px;padding:14px 16px;display:flex}.results-summary article.is-warning{background:var(--gold-soft);border-color:#efd690}.results-summary small{color:var(--muted);font-size:10px;font-weight:750}.results-summary strong{color:var(--navy);margin-top:5px;font-size:23px}.release-controls{background:#f5faf9;border:1px solid #cfe1de;border-radius:15px;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:18px;padding:13px;display:grid}.release-controls>div{background:#fff;border-radius:11px;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;min-width:0;padding:11px;display:grid}.release-controls__icon{background:var(--teal-soft);width:36px;height:36px;color:var(--teal-dark);border-radius:10px;place-items:center;font-weight:900;display:grid}.release-controls>div>div{flex-direction:column;min-width:0;display:flex}.release-controls small{color:var(--muted);margin-top:3px;font-size:9px;line-height:1.35}.release-controls>p{color:var(--muted);grid-column:span 2;margin:0 5px;font-size:9px}.release-controls .button{min-height:34px;padding:0 11px;font-size:10px}.results-table td:last-child{text-align:right}.results-table .button{min-height:34px;padding:0 12px;font-size:10px}.pending-score{color:#8b6204;font-weight:750}.modal{border:0;border-radius:20px;width:min(600px,100% - 28px);padding:0;overflow:hidden;box-shadow:0 30px 100px #073b4c40}.modal--wide{width:min(850px,100% - 28px)}.modal::backdrop{backdrop-filter:blur(4px);background:#051f2894}.modal>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:70px;padding:18px 24px;display:flex}.modal>header h2{color:var(--navy);margin:0;font-size:20px}.modal>header button{color:var(--muted);cursor:pointer;background:0 0;border:0;font-size:26px}.form-stack{flex-direction:column;gap:17px;padding:24px;display:flex}.form-stack>.notice{width:100%;margin:0}.form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.field{flex-direction:column;gap:7px;min-width:0;display:flex}.field>span{color:var(--navy);font-size:11px;font-weight:800}.field input,.field select,.panel__header select{width:100%;height:42px;color:var(--ink);background:#fff;border:1px solid #cadbd8;border-radius:10px;padding:0 12px}.field textarea{resize:vertical;border:1px solid #cadbd8;border-radius:10px;padding:12px}.field small{color:var(--muted);font-size:10px}.form-stack>footer,.modal-actions{justify-content:flex-end;gap:8px;padding-top:8px;display:flex}.form-note{color:var(--muted);background:#f0f6f5;border-radius:10px;padding:11px 13px;font-size:11px;line-height:1.5}.check-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.check-grid label{border:1px solid var(--line);border-radius:10px;align-items:flex-start;gap:8px;padding:12px;font-size:12px;display:flex}.check-grid label>span{flex-direction:column;gap:4px;display:flex}.check-grid label small{color:var(--muted);font-size:9px;line-height:1.4}.check-grid label.is-disabled{color:var(--muted);background:#f4f6f6}.check-grid input{accent-color:var(--teal);margin-top:2px}.release-preview{background:#f6f9f8;max-height:min(76vh,900px);padding:22px 24px 0;overflow-y:auto}.release-preview>.notice{width:100%;margin:0 0 16px}.release-preview__loading{min-height:320px}.release-preview__summary{background:linear-gradient(120deg, var(--navy), #126b70);color:#fff;border-radius:15px;justify-content:space-between;align-items:center;gap:22px;margin-bottom:15px;padding:19px 21px;display:flex}.release-preview__summary h3{margin:3px 0 5px;font-size:21px}.release-preview__summary p{color:#c7dfe2;margin:0;font-size:11px;line-height:1.5}.release-preview__summary .eyebrow{color:#63e4bf}.release-preview__metrics{flex-direction:column;align-items:flex-end;gap:7px;min-width:155px;display:flex}.release-preview__metrics strong{font-size:12px}.release-preview__metrics>span:last-child{color:#c7dfe2;font-size:11px}.release-preview__questions{flex-direction:column;gap:16px;padding-bottom:22px;display:flex}.release-preview__questions .question-card{min-height:0;box-shadow:none;padding:clamp(18px,4vw,30px)}.release-preview__questions .choice{cursor:default}.release-preview__actions{border-top:1px solid var(--line);background:#fff;padding:14px 24px}.grading-modal-body{max-height:min(78vh,880px);padding:22px 24px 0;overflow-y:auto}.grading-modal-body>.notice{width:100%;margin:0 0 15px}.grading-form{flex-direction:column;gap:16px;display:flex}.grading-overview{background:linear-gradient(120deg, var(--navy), #126b70);color:#fff;border-radius:15px;justify-content:space-between;align-items:center;gap:20px;padding:18px 20px;display:flex}.grading-overview h3{margin:0 0 6px}.grading-overview p{color:#c7dfe2;margin:0;font-size:11px}.grading-overview .eyebrow{color:#63e4bf}.grading-score{grid-template-columns:auto auto;justify-content:end;align-items:baseline;min-width:130px;display:grid}.grading-score strong{font-size:37px}.grading-score>span{color:#bcd8db}.grading-score small{color:#bcd8db;text-align:right;grid-column:span 2;font-size:9px}.grading-metrics{border:1px solid var(--line);color:var(--muted);background:#fafcfb;border-radius:12px;align-items:center;gap:20px;padding:10px 14px;font-size:10px;display:flex}.grading-metrics span{align-items:center;gap:6px;display:flex}.grading-metrics strong{color:var(--navy);font-size:14px}.essay-grading-list{flex-direction:column;gap:15px;display:flex}.essay-grade-card{border:1px solid var(--line);background:#fff;border-radius:15px;padding:18px}.essay-grade-card>header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:15px;display:flex}.essay-grade-card>header>div{align-items:center;gap:9px;display:flex}.essay-grade-card>header>div>strong{color:var(--muted);font-family:monospace;font-size:10px}.essay-grade-card>header>span{color:var(--muted);font-size:10px}.essay-question{border:1px solid var(--line);background:#fcfdfd;border-radius:12px;padding:14px}.essay-question .typst-svg,.essay-question .content-fallback{margin:0}.essay-review-grid{grid-template-columns:1.3fr 1fr;gap:12px;margin-top:12px;display:grid}.essay-review-grid>section{min-width:0}.essay-review-grid h4{color:var(--navy);margin:0 0 7px;font-size:11px}.student-essay-answer,.rubric-empty,.rubric-list{white-space:pre-wrap;overflow-wrap:anywhere;background:#f3f7f6;border-radius:11px;min-height:92px;margin:0;padding:13px;font-size:11px;line-height:1.65}.student-essay-answer.is-empty,.rubric-empty{color:var(--muted);font-style:italic}.rubric-list{white-space:normal;padding-left:31px}.rubric-list li{padding:2px 0 2px 2px}.rubric-list li strong{float:right;color:var(--teal-dark);margin-left:8px}.essay-grade-inputs{grid-template-columns:150px 1fr;gap:12px;margin-top:13px;display:grid}.essay-grade-inputs textarea{min-height:74px}.grading-actions{z-index:3;border-top:1px solid var(--line);backdrop-filter:blur(8px);background:#fffffff7;justify-content:flex-end;align-items:center;gap:8px;margin:0 -24px;padding:14px 24px;display:flex;position:sticky;bottom:0}.grading-actions>div{flex-direction:column;margin-right:auto;display:flex}.grading-actions>div strong{color:var(--navy);font-size:11px}.grading-actions>div small{color:var(--muted);font-size:9px}.publish-drop{margin:24px}.publish-drop input{opacity:0;width:1px;height:1px;position:absolute}.publish-drop label{cursor:pointer;background:#f5fbf9;border:2px dashed #b6d5cf;border-radius:17px;flex-direction:column;justify-content:center;align-items:center;min-height:180px;padding:28px;display:flex}.publish-drop label>span{color:var(--teal);font-size:40px}.publish-drop label strong{color:var(--navy);margin:8px}.publish-drop label small{color:var(--muted)}.package-report{background:var(--teal-soft);border:1px solid #b9dfd4;border-radius:15px;margin:0 24px 20px;padding:20px}.package-report h3{margin:10px 0 5px}.package-report p{color:var(--muted);font-size:12px}.package-report ul{color:#33665b;margin-bottom:0;font-size:11px;line-height:1.7}.modal>.notice{width:calc(100% - 48px)}.modal-actions{padding:0 24px 24px}.join-code-banner{background:var(--navy);color:#fff;border-radius:14px;align-items:center;gap:16px;margin:22px 24px;padding:17px 20px;display:flex}.join-code-banner span,.join-code-banner small{color:#acd0d6;font-size:11px}.join-code-banner strong{letter-spacing:.14em;font-family:monospace;font-size:23px}.join-code-banner small{margin-left:auto}.modal>h3{margin:0 24px 10px}.request-list--modal{padding:0 24px}.request-list--modal .button{min-height:34px;padding:0 11px;font-size:10px}.members-modal-body{max-height:min(72vh,720px);overflow-y:auto}.members-modal-body>.notice{width:calc(100% - 48px)}.members-modal-body .join-code-banner{margin-bottom:16px}.members-modal-body .join-code-banner .button{color:#fff;min-height:35px;box-shadow:none;background:#ffffff1a;border-color:#ffffff42;flex:none;padding:0 12px;font-size:10px}.members-toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:16px;padding:0 24px 12px;display:flex}.members-toolbar h3{color:var(--navy);margin:0 0 4px}.members-toolbar>div:first-child{flex:none}.members-toolbar>div:first-child small{color:var(--muted);font-size:10px}.members-toolbar .segmented{min-width:0;overflow-x:auto}.members-toolbar .segmented button{flex:none}.member-manager-list{padding-bottom:12px}.member-manager-list article{min-height:62px}.member-manager-list .pill{margin-left:8px}.member-manager-list .empty-state{min-height:150px}.onboarding{flex-direction:column;gap:18px;display:flex}.onboarding-welcome{background:linear-gradient(135deg,#fff,#f4fbf8);grid-template-columns:1fr 190px;align-items:center;gap:30px;min-height:150px;padding:28px 30px;display:grid}.onboarding-welcome h2,.typst-pipeline h2,.admin-onboarding h2{color:var(--navy);margin-bottom:8px}.onboarding-welcome p:last-child,.admin-onboarding header p:last-child{color:var(--muted);margin:0;line-height:1.6}.onboarding-progress{background:#fffc;border:1px solid #cfe5df;border-radius:16px;grid-template-columns:1fr auto;gap:2px 10px;padding:17px;display:grid}.onboarding-progress strong{color:var(--teal-dark);font-size:28px}.onboarding-progress span{color:var(--muted);align-self:end;font-size:10px;font-weight:800}.onboarding-progress>div{background:#dfeae7;border-radius:99px;grid-column:span 2;height:7px;margin-top:8px;overflow:hidden}.onboarding-progress i{border-radius:inherit;background:linear-gradient(90deg, var(--teal), #39d0a8);height:100%;transition:width .25s;display:block}.tenant-explainer{background:#eefaf6;border:1px solid #b8ded4;border-radius:20px;grid-template-columns:auto minmax(250px,.8fr) minmax(430px,1.2fr);align-items:center;gap:20px;padding:24px 26px;display:grid}.tenant-explainer__icon{background:var(--teal);color:#fff;border-radius:15px;place-items:center;width:50px;height:50px;font-weight:900;display:grid}.tenant-explainer h3{color:var(--navy);margin:9px 0 5px}.tenant-explainer p{color:#4c6b6a;margin:0;font-size:12px;line-height:1.6}.tenant-boundary{background:#fff;border:1px solid #06a77d2b;border-radius:14px;justify-content:center;align-items:center;gap:9px;padding:14px;display:flex}.tenant-boundary span{min-width:0;color:var(--navy);text-align:center;background:#f7faf9;border-radius:10px;flex-direction:column;flex:1;padding:10px;font-size:11px;font-weight:850;display:flex}.tenant-boundary small{color:var(--muted);margin-top:4px;font-size:8px;font-weight:650;line-height:1.35}.tenant-boundary b{color:var(--teal)}.onboarding-steps{grid-template-columns:1fr 1fr;gap:14px;display:grid}.onboarding-step{border:1px solid var(--line);min-height:195px;box-shadow:var(--shadow-sm);background:#fff;border-radius:18px;align-items:flex-start;gap:16px;padding:23px;display:flex}.onboarding-step:last-child{grid-column:span 2;min-height:155px}.onboarding-step.is-next{border-color:#e8c66f;box-shadow:0 8px 28px #f2b13421}.onboarding-step.is-done{background:linear-gradient(145deg,#fff,#f7fcfa)}.onboarding-step__number{background:var(--navy);color:#fff;border-radius:12px;flex:none;place-items:center;width:40px;height:40px;font-weight:900;display:grid}.onboarding-step.is-done .onboarding-step__number{background:var(--teal)}.onboarding-step.is-next .onboarding-step__number{background:var(--gold);color:#563d00}.onboarding-step__body{flex-direction:column;flex:1;min-width:0;height:100%;display:flex}.onboarding-step__body header{align-items:flex-start;gap:7px;display:flex}.onboarding-step__body h3{color:var(--navy);margin:2px auto 8px 0}.onboarding-step__body p{color:var(--muted);margin-bottom:17px;font-size:12px;line-height:1.6}.onboarding-step__actions{flex-wrap:wrap;gap:7px;margin-top:auto;display:flex}.onboarding-step__actions .button{min-height:37px;padding:0 13px;font-size:11px}.typst-pipeline{padding:27px}.typst-pipeline>header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.pipeline-diagram{align-items:center;gap:8px;margin-bottom:17px;display:flex}.pipeline-diagram>span{border:1px solid var(--line);min-width:0;min-height:92px;color:var(--navy);background:#f8fbfa;border-radius:13px;flex-direction:column;flex:1;align-items:flex-start;padding:14px;font-size:12px;font-weight:850;display:flex}.pipeline-diagram b{background:var(--teal-soft);width:23px;height:23px;color:var(--teal-dark);border-radius:8px;place-items:center;margin-bottom:8px;font-size:10px;display:grid}.pipeline-diagram small{color:var(--muted);margin-top:4px;font-size:9px;font-weight:650;line-height:1.35}.pipeline-diagram>i{color:var(--teal);font-style:normal;font-weight:900}.typst-pipeline>.notice,.onboarding>.notice{width:100%;margin:0}.publisher-command{color:#fff;background:#0b2933;border-radius:14px;grid-template-columns:1fr auto;align-items:center;gap:12px;margin-top:17px;padding:18px;display:grid}.publisher-command>div:first-child{flex-direction:column;min-width:0;display:flex}.publisher-command small{color:#a9c7c8;margin-top:5px;font-size:10px}.publisher-command small code{color:#81e3c7}.publisher-command__actions{gap:7px;display:flex}.publisher-command .button--secondary{color:#fff;background:#ffffff14;border-color:#fff3}.publisher-command pre{color:#bff8e8;background:#061c24;border-radius:10px;grid-column:span 2;max-width:100%;margin:0;padding:15px;font-size:11px;line-height:1.55;overflow-x:auto}.sample-source-toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:15px;padding:18px 24px;display:flex}.sample-source-toolbar>div{flex-direction:column;display:flex}.sample-source-toolbar>div:last-child{flex-direction:row;gap:7px}.sample-source-toolbar small{color:var(--muted);margin-top:4px;font-size:10px}.sample-source{color:#d5f7ed;tab-size:2;background:#0a2731;border:1px solid #29454e;border-radius:13px;max-height:60vh;margin:0 24px;padding:20px;font-size:11px;line-height:1.55;overflow:auto}.admin-onboarding{background:linear-gradient(145deg,#fff,#f5f8fc);margin-bottom:20px;padding:26px}.admin-onboarding>header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.admin-onboarding__steps{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.admin-onboarding__steps article{border:1px solid var(--line);background:#fff;border-radius:14px;align-items:flex-start;gap:11px;min-height:175px;padding:17px;display:flex}.admin-onboarding__steps article>span{color:#31537e;background:#e8eef7;border-radius:9px;flex:none;place-items:center;width:30px;height:30px;font-size:11px;font-weight:900;display:grid}.admin-onboarding__steps article.is-done>span{background:var(--teal-soft);color:var(--teal-dark)}.admin-onboarding__steps h3{color:var(--navy);margin:4px 0 7px;font-size:13px}.admin-onboarding__steps p{color:var(--muted);margin-bottom:10px;font-size:10px;line-height:1.55}.admin-onboarding__steps .text-button{font-size:10px}.role-boundaries{background:#edf3f8;border-radius:13px;grid-template-columns:1fr auto 1fr 1fr;align-items:center;gap:9px;margin-top:14px;padding:14px;display:grid}.role-boundaries span{background:#fff;border-radius:9px;flex-direction:column;padding:10px;display:flex}.role-boundaries b{color:var(--navy);font-size:11px}.role-boundaries small{color:var(--muted);margin-top:4px;font-size:9px}.role-boundaries i{color:#71859e;text-align:center;font-size:9px;font-style:normal;font-weight:800}.exam-shell{background:#eef4f3;min-height:100vh}.exam-topbar{z-index:30;border-bottom:1px solid var(--line);backdrop-filter:blur(14px);background:#fffffff5;grid-template-columns:1fr auto auto auto;align-items:center;gap:20px;min-height:72px;padding:10px 22px;display:grid;position:sticky;top:0}.exam-brand{align-items:center;gap:10px;display:flex}.exam-brand>div{flex-direction:column;display:flex}.exam-brand strong{color:var(--navy)}.exam-brand small{color:var(--muted);font-size:10px}.exam-save-status{color:var(--muted);align-items:center;gap:7px;font-size:11px;font-weight:700;display:flex}.save-dot{background:#a9b8b9;border-radius:50%;width:8px;height:8px}.save-dot--saved{background:var(--teal)}.save-dot--saving,.save-dot--pending{background:var(--gold)}.save-dot--offline,.save-dot--error{background:var(--red)}.exam-clock{background:#edf5f3;border-radius:11px;flex-direction:column;align-items:flex-end;min-width:110px;padding:7px 13px;display:flex}.exam-clock small{color:var(--muted);text-transform:uppercase;font-size:8px}.exam-clock strong{color:var(--navy);font-family:monospace;font-size:20px}.exam-clock.is-urgent{background:var(--red-soft)}.exam-clock.is-urgent strong{color:var(--red)}.exam-shell>.notice{z-index:40;box-shadow:var(--shadow);position:fixed;top:72px;left:50%;transform:translate(-50%)}.exam-layout{grid-template-columns:260px 1fr;gap:20px;width:min(1380px,100% - 28px);margin:20px auto;display:grid}.question-nav{border:1px solid var(--line);height:fit-content;box-shadow:var(--shadow-sm);background:#fff;border-radius:17px;padding:18px;position:sticky;top:92px}.question-nav header{justify-content:space-between;display:flex}.question-nav header span{color:var(--muted);font-size:11px}.progress-track{background:#e7efed;border-radius:99px;height:7px;margin:12px 0 18px;overflow:hidden}.progress-track i{border-radius:inherit;background:var(--teal);height:100%;transition:width .25s;display:block}.question-nav__grid{grid-template-columns:repeat(5,1fr);gap:7px;display:grid}.question-nav__grid button{aspect-ratio:1;color:var(--muted);cursor:pointer;background:#fff;border:1px solid #d4e1df;border-radius:9px;font-size:11px;font-weight:800;position:relative}.question-nav__grid button.is-answered{background:var(--teal-soft);color:var(--teal-dark);border-color:#8fd5c2}.question-nav__grid button.is-current{border-color:var(--navy);background:var(--navy);color:#fff;box-shadow:0 4px 10px #073b4c2e}.question-nav__grid button.is-flagged:after{content:"";background:var(--gold);border-radius:50%;width:6px;height:6px;position:absolute;top:3px;right:3px}.question-nav__legend{color:var(--muted);gap:7px;margin:18px 0;font-size:9px;display:grid}.question-nav__legend span{align-items:center;gap:6px;display:flex}.question-nav__legend i{border:1px solid var(--line);border-radius:3px;width:10px;height:10px}.legend-current{background:var(--navy)}.legend-answered{background:var(--teal-soft)}.legend-flagged{background:var(--gold)}.question-nav>.button{width:100%}.question-workspace{min-width:0}.question-card{border:1px solid var(--line);min-height:560px;box-shadow:var(--shadow-sm);background:#fff;border-radius:20px;padding:clamp(22px,4vw,44px)}.question-card>header{justify-content:space-between;align-items:center;margin-bottom:26px;display:flex}.question-card>header>span{background:var(--navy);color:#fff;border-radius:10px;padding:8px 13px;font-size:12px;font-weight:850}.question-card>header small{color:var(--muted)}.typst-svg{object-fit:contain;object-position:left center;max-width:100%;height:auto;margin:4px 0 20px;display:block}.content-fallback{color:var(--ink);white-space:pre-wrap;margin:10px 0 22px;font-size:16px;line-height:1.7}.choice-list{grid-template-columns:1fr 1fr;gap:12px;margin-top:24px;display:grid}.choice{cursor:pointer;border:1px solid #d5e2e0;border-radius:13px;grid-template-columns:32px 1fr;align-items:center;gap:11px;min-height:70px;padding:13px 15px;transition:border .15s,background .15s;display:grid}.choice:hover{background:#fafdfc;border-color:#91c8bc}.choice>input{opacity:0;position:absolute}.choice>span{width:30px;height:30px;color:var(--muted);border:1px solid #c9d9d6;border-radius:9px;place-items:center;font-size:12px;font-weight:850;display:grid}.choice .typst-svg{margin:0}.choice .content-fallback{margin:0;font-size:14px}.choice.is-selected{border-color:var(--teal);background:var(--teal-soft);box-shadow:0 0 0 2px #06a77d14}.choice.is-selected>span{border-color:var(--teal);background:var(--teal);color:#fff}.choice.is-correct{border-color:var(--teal);background:var(--teal-soft)}.choice.is-wrong{border-color:var(--red);background:var(--red-soft)}.tf-list{flex-direction:column;gap:10px;margin-top:24px;display:flex}.tf-row{border:1px solid #d5e2e0;border-radius:13px;grid-template-columns:24px 1fr auto;align-items:center;gap:11px;min-height:76px;padding:13px 15px;display:grid}.tf-row>span{color:var(--navy);font-weight:850}.tf-row .typst-svg,.tf-row .content-fallback{margin:0}.tf-row>div:last-child{background:#edf3f2;border-radius:9px;padding:3px;display:flex}.tf-row button{min-width:58px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:8px 10px;font-size:11px;font-weight:800}.tf-row button.is-selected{background:var(--navy);color:#fff;box-shadow:0 2px 7px #073b4c2e}.tf-row.is-correct{border-color:var(--teal)}.tf-row.is-wrong{border-color:var(--red)}.short-response,.essay-response{flex-direction:column;gap:8px;max-width:760px;margin-top:30px;display:flex}.short-response>span,.essay-response>span{color:var(--navy);font-weight:800}.short-response input{border:2px solid #c9dcd8;border-radius:13px;height:56px;padding:0 17px;font-size:19px}.short-response small,.essay-response small{color:var(--muted);font-size:10px}.essay-response textarea{resize:vertical;border:1px solid #c9dcd8;border-radius:13px;padding:16px;line-height:1.6}.question-actions{justify-content:space-between;align-items:center;gap:10px;padding:16px 4px;display:flex}.solution-box{background:#f0faf7;border:1px solid #b5dfd3;border-radius:14px;margin-top:28px;padding:20px}.solution-box>strong{color:var(--teal-dark);margin-bottom:12px;display:block}.confirm-overlay{z-index:100;backdrop-filter:blur(5px);background:#051f2899;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.confirm-overlay section{text-align:center;background:#fff;border-radius:21px;width:min(460px,100%);padding:34px;box-shadow:0 35px 100px #00000040}.confirm-icon{background:var(--teal-soft);width:58px;height:58px;color:var(--teal-dark);border-radius:18px;place-items:center;margin:auto auto 17px;font-size:25px;font-weight:900;display:grid}.confirm-overlay h2{color:var(--navy)}.confirm-overlay p{color:var(--muted);line-height:1.6}.confirm-overlay section>div{justify-content:center;gap:9px;margin-top:22px;display:flex}.result-hero{background:linear-gradient(120deg, var(--navy), #126b70);color:#fff;border-radius:23px;align-items:center;gap:28px;min-height:220px;padding:35px;display:flex}.result-hero h1{margin:12px 0 8px}.result-hero p{color:#c3e0e2;margin:0}.score-ring{color:#fff;background:#ffffff0f;border:9px solid #ffffff24;border-top-color:#4ae4b5;border-radius:50%;flex:none;justify-content:center;align-items:baseline;width:140px;height:140px;padding-top:41px;display:flex}.score-ring>span{font-size:43px;font-weight:900}.score-ring>small{color:#b9d6d8}.score-ring--pending{border-top-color:var(--gold)}.receipt{color:#c9e2e4;background:#ffffff1a;border-radius:8px;margin-top:14px;padding:6px 9px;font-size:10px;display:inline-block}.result-metrics{grid-template-columns:repeat(4,1fr);gap:13px;margin:20px 0;display:grid}.result-metrics .card{flex-direction:column;justify-content:center;min-height:100px;padding:18px;display:flex}.result-metrics small{color:var(--muted)}.result-metrics strong{color:var(--navy);margin-top:7px;font-size:20px}.review-grid{grid-template-columns:repeat(11,1fr);gap:8px;display:grid}.review-chip{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;min-height:57px;padding:7px;display:flex}.review-chip span{font-size:9px}.review-chip strong{margin-top:3px;font-size:11px}.review-chip--correct{background:var(--teal-soft);color:var(--teal-dark);border-color:#8ed5c1}.review-chip--wrong{background:var(--red-soft);color:var(--red);border-color:#efb8b8}.review-chip--pending{background:var(--gold-soft);color:#8b6204}.review-question{border-top:1px solid var(--line);margin-top:25px;padding-top:25px}.review-question .question-card{box-shadow:none}@media (width<=1050px){.feature-grid{grid-template-columns:1fr 1fr}.topbar__identity,.topbar__account>.pill{display:none}.topbar__nav{margin-left:20px}.metric-grid,.result-metrics,.card-grid{grid-template-columns:1fr 1fr}.dashboard-columns,.dashboard-columns--student{grid-template-columns:1fr}.review-grid{grid-template-columns:repeat(6,1fr)}.release-controls{grid-template-columns:1fr}.release-controls>p{grid-column:auto}.exam-topbar{grid-template-columns:1fr auto auto}.exam-topbar>.button{display:none}}@media (width<=760px){.landing__nav{height:64px}.landing__nav>a:not(.topbar__brand){display:none}.hero-public{grid-template-columns:1fr;min-height:auto;padding:65px 0}.hero-public__copy h1{font-size:48px}.hero-public__visual{margin-top:15px}.visual-window{transform:none}.feature-section,.pricing-section{padding:60px 0}.feature-grid,.pricing-section{grid-template-columns:1fr}.feature-grid .card>span{margin-bottom:20px}.topbar{height:auto;min-height:62px;padding:8px 14px}.topbar__brand small,.topbar__account,.topbar__nav{display:none}.topbar:after{content:"☰";color:var(--navy);margin-left:auto;font-size:23px}.workspace{width:min(100% - 22px,1300px);padding-top:14px}.footer{flex-direction:column;gap:6px;width:calc(100% - 28px)}.dashboard-hero,.dashboard-hero--student{flex-direction:column;grid-template-columns:1fr;align-items:stretch;gap:20px;min-height:0;padding:24px}.dashboard-hero h1{font-size:31px}.dashboard-hero__badge{min-width:0}.hero-actions{width:100%}.hero-actions .button{flex:1}.role-grid,.metric-grid,.result-metrics,.card-grid{grid-template-columns:1fr}.role-card,.role-card--admin{grid-column:auto;padding:23px}.role-card__icon{border-radius:14px;width:48px;height:48px}.metric-grid{gap:10px}.metric{min-height:88px;padding:15px}.metric strong{font-size:23px}.panel{padding:17px}.panel__header{flex-direction:column;align-items:stretch}.panel__header select{width:100%}.segmented{overflow-x:auto}.form-grid,.check-grid{grid-template-columns:1fr}.join-form{width:100%;min-width:0}.join-code-banner{flex-direction:column;align-items:flex-start}.join-code-banner small{margin-left:0}.members-modal-body{max-height:76vh}.members-toolbar{flex-direction:column;align-items:stretch}.members-toolbar .segmented{width:100%}.member-manager-list article{flex-wrap:wrap;align-items:flex-start}.member-manager-list article>div{width:calc(100% - 48px);margin-right:0}.member-manager-list .pill{margin-left:43px}.member-manager-list .button{flex:1}.members-modal-body .join-code-banner .button{width:100%}.results-summary{grid-template-columns:1fr 1fr}.release-controls>div{grid-template-columns:35px 1fr}.release-controls .button{grid-column:span 2;width:100%}.grading-modal-body{padding:14px 14px 0}.grading-overview{flex-direction:column;align-items:flex-start}.grading-score{justify-content:start}.grading-score small{text-align:left}.grading-metrics{flex-direction:column;align-items:flex-start;gap:8px}.essay-review-grid,.essay-grade-inputs{grid-template-columns:1fr}.grading-actions{flex-wrap:wrap;margin:0 -14px;padding:12px 14px}.grading-actions>div{flex-basis:100%}.grading-actions .button{flex:1}.exam-list article{grid-template-columns:42px 1fr}.exam-list article>.button,.exam-list__actions{grid-column:span 2}.exam-list__actions .button{flex:1}.release-preview{padding:14px 14px 0}.release-preview__summary{flex-direction:column;align-items:flex-start}.release-preview__metrics{align-items:flex-start;width:100%}.release-preview__questions .question-card{min-height:0}.release-preview__actions .button{width:100%}.assignment-table>article{grid-template-columns:1fr;padding-bottom:10px}.assignment-row{grid-template-columns:12px 1fr}.assignment-row>div:nth-child(3),.assignment-row>strong{grid-column:2}.assignment-actions{grid-column:1}.assignment-actions .button{flex:1}.student-exam{grid-template-columns:50px 1fr}.student-exam>div:last-child{grid-column:span 2}.student-exam .button{width:100%}.exam-topbar{grid-template-columns:1fr auto;min-height:62px;padding:7px 10px}.exam-save-status{z-index:20;box-shadow:var(--shadow);background:#fff;border-radius:10px;padding:8px 10px;position:fixed;bottom:10px;left:10px}.exam-brand strong{text-overflow:ellipsis;white-space:nowrap;max-width:180px;display:block;overflow:hidden}.exam-clock{min-width:90px}.exam-layout{grid-template-columns:1fr;width:calc(100% - 16px);margin:8px auto}.question-nav{padding:12px;position:static}.question-nav header,.question-nav .progress-track,.question-nav__legend,.question-nav>.button{display:none}.question-nav__grid{padding-bottom:3px;display:flex;overflow-x:auto}.question-nav__grid button{aspect-ratio:auto;flex:none;width:36px;height:36px}.question-card{border-radius:15px;min-height:480px;padding:18px}.choice-list{grid-template-columns:1fr}.tf-row{grid-template-columns:21px 1fr}.tf-row>div:last-child{grid-column:span 2;justify-self:end}.question-actions{flex-wrap:wrap}.question-actions .button{flex:1;min-width:115px}.question-actions .button--ghost,.question-actions .button--warning{flex-basis:100%;order:3}.result-hero{text-align:center;flex-direction:column;padding:25px 18px}.score-ring{width:120px;height:120px;padding-top:34px}.review-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=1050px){.tenant-explainer{grid-template-columns:auto 1fr}.tenant-boundary{grid-column:span 2}.admin-onboarding__steps,.role-boundaries{grid-template-columns:1fr 1fr}.role-boundaries i{display:none}}@media (width<=760px){.onboarding-welcome{grid-template-columns:1fr;gap:17px;padding:22px}.onboarding-progress{width:100%}.tenant-explainer{grid-template-columns:auto 1fr;align-items:start;padding:20px}.tenant-explainer>div:nth-child(2){min-width:0}.tenant-boundary{flex-direction:column;align-items:stretch}.tenant-boundary b{align-self:center;transform:rotate(90deg)}.onboarding-steps{grid-template-columns:1fr}.onboarding-step,.onboarding-step:last-child{grid-column:auto;min-height:0;padding:18px}.onboarding-step__body header{flex-wrap:wrap}.onboarding-step__body h3{flex-basis:calc(100% - 8px)}.typst-pipeline{padding:20px}.typst-pipeline>header{flex-direction:column}.pipeline-diagram{flex-direction:column;align-items:stretch}.pipeline-diagram>span{width:100%;min-height:0}.pipeline-diagram>i{align-self:center;transform:rotate(90deg)}.publisher-command{grid-template-columns:1fr}.publisher-command__actions{flex-wrap:wrap;width:100%}.publisher-command__actions .button{flex:1}.publisher-command pre{grid-column:auto}.sample-source-toolbar{flex-direction:column;align-items:stretch;padding:14px}.sample-source-toolbar>div:last-child{width:100%}.sample-source-toolbar>div:last-child .button{flex:1}.sample-source{max-height:57vh;margin:0 14px;padding:14px;font-size:10px}.admin-onboarding{padding:20px}.admin-onboarding>header{flex-direction:column}.admin-onboarding__steps,.role-boundaries{grid-template-columns:1fr}.admin-onboarding__steps article{min-height:0}}.typst-publish-flow{background:#f6f9f8;max-height:min(78vh,920px);padding:22px 24px 4px;overflow-y:auto}.typst-source-picker{text-align:center;background:linear-gradient(145deg,#fff,#edf8f5);border:2px dashed #9fc8bf;border-radius:20px;align-content:center;place-items:center;gap:24px;min-height:350px;padding:38px;display:grid}.typst-source-picker h3{color:var(--navy);margin:5px 0 10px;font-size:24px}.typst-source-picker p{max-width:660px;color:var(--muted);margin:0 auto;line-height:1.65}.typst-source-picker>small{color:var(--muted);font-size:10px}.typst-source-actions{justify-content:center;gap:12px;display:flex}.typst-source-actions label{cursor:pointer;min-width:180px}.typst-project-workspace{grid-template-columns:235px minmax(0,1fr);gap:16px;min-height:460px;display:grid}.typst-file-tree{border:1px solid var(--line);background:#fff;border-radius:14px;padding:14px 9px;overflow:auto}.typst-file-tree>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:0 7px 11px;display:flex}.typst-file-tree>header strong{color:var(--navy);font-size:11px}.typst-file-tree>header small{color:var(--muted);font-size:9px}.typst-tree-row{color:#51626a;border-radius:7px;align-items:center;gap:7px;min-height:31px;padding-right:5px;display:flex}.typst-tree-row>span{width:18px;height:18px;color:var(--teal-dark);background:#edf3f2;border-radius:5px;flex:none;place-items:center;font:800 9px/1 monospace;display:grid}.typst-tree-row b{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:10px;overflow:hidden}.typst-tree-row em{color:var(--teal-dark);white-space:nowrap;margin-left:auto;font-size:7px;font-style:normal;font-weight:900}.typst-tree-row.is-entry{background:var(--teal-soft);color:var(--navy)}.typst-source-replace{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:7px;margin:13px 5px 0;padding-top:11px;display:grid}.typst-source-replace label{border:1px solid var(--line);color:var(--teal-dark);cursor:pointer;text-align:center;background:#f7faf9;border-radius:8px;padding:8px 5px;font-size:8px;font-weight:900}.typst-source-replace label:hover{background:var(--teal-soft);border-color:#78b5a8}.typst-project-main{min-width:0}.typst-project-main>.form-grid{margin-bottom:14px}.typst-project-main .field input,.typst-project-main .field select{background:#fff}.publisher-processing{border:1px solid var(--line);background:#fff;border-radius:15px;justify-content:center;align-items:center;gap:17px;min-height:310px;padding:35px;display:flex}.publisher-processing>div{flex-direction:column;gap:9px;width:min(420px,80%);display:flex}.publisher-processing strong{color:var(--navy)}.publisher-processing progress{width:100%;accent-color:var(--teal)}.publisher-processing small{color:var(--muted);font-size:9px}.package-report--typst{border:1px solid var(--line);background:#fff;border-radius:15px;margin:0;padding:18px}.package-report__heading{align-items:center;gap:12px;margin-bottom:13px;display:flex}.package-report__heading h3{margin:0 0 4px}.package-report__heading p{color:var(--muted);margin:0}.typst-question-preview{flex-direction:column;gap:12px;margin-top:14px;display:flex}.typst-question-preview .question-card{border:1px solid var(--line);min-height:0;box-shadow:none;padding:18px}.typst-question-preview .choice-list,.typst-question-preview .tf-list,.typst-question-preview .short-response{display:none}.preview-more{color:var(--muted);text-align:center;padding:12px 4px 0;display:block}.legacy-package-import{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:11px;margin-top:14px;padding:11px 13px;font-size:10px}.legacy-package-import summary{cursor:pointer;font-weight:800}.legacy-package-import input{margin:11px 8px 0 0}.legacy-package-import label{cursor:pointer;color:var(--teal-dark);font-weight:800}@media (width<=760px){.typst-publish-flow{padding:14px}.typst-source-picker{min-height:330px;padding:24px 16px}.typst-source-actions{flex-direction:column;width:100%}.typst-source-actions label{width:100%}.typst-project-workspace{grid-template-columns:1fr}.typst-file-tree{max-height:190px}.typst-project-main>.form-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
