@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@500;600;700;800&family=Source+Sans+3:wght@400;500;600;700&display=swap";:root{color:#172235;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background:#f4f6f8;font-family:"Source Sans 3",sans-serif}body{min-width:320px;min-height:100vh;margin:0}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #25877f4d}:root{--ink:#172235;--muted:#667085;--paper:#fff;--canvas:#f4f6f8;--line:#dfe4e8;--nav:#173c3a;--coral:#e86f51;--teal:#25877f;--gold:#d39a2c;--blue:#477bb8}*{box-sizing:border-box}button,input,textarea{font:inherit}button{cursor:pointer}.app-shell{background:var(--canvas);grid-template-columns:224px 1fr;min-height:100vh;display:grid}.sidebar{color:#dceae7;background:var(--nav);flex-direction:column;height:100vh;padding:28px 18px 22px;display:flex;position:sticky;top:0}.brand{color:#fff;align-items:center;gap:10px;padding:0 10px 28px;font:700 22px/1.2 DM Sans,sans-serif;display:flex}.brand>span{width:34px;height:34px;color:var(--nav);background:#f4c65d;border-radius:8px;place-items:center;display:grid}.sidebar nav{gap:5px;display:grid}.sidebar a{color:#bad0cd;border-radius:7px;align-items:center;gap:12px;padding:11px 12px;font-size:14px;font-weight:600;text-decoration:none;display:flex}.sidebar a:hover,.sidebar a.active{color:#fff;background:#ffffff1c}.sidebar-bottom{margin-top:auto}.user-chip{border-top:1px solid #ffffff29;align-items:center;gap:10px;margin-top:18px;padding:18px 8px 0;display:flex}.user-chip-copy{min-width:0;font-size:12px;display:grid}.user-chip-copy strong,.user-chip-copy span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.user-chip-copy span{color:#a9c1be;margin-top:2px}.user-chip>button{color:#bad0cd;background:0 0;border:0;border-radius:5px;place-items:center;width:30px;height:30px;margin-left:auto;display:grid}.user-chip>button:hover{color:#fff;background:#ffffff1c}main{min-width:0}.topbar{background:var(--paper);border-bottom:1px solid var(--line);justify-content:flex-end;align-items:center;height:64px;padding:0 34px;display:flex}.top-actions{align-items:center;gap:16px;display:flex;position:relative}.icon-button{border:1px solid var(--line);width:38px;height:38px;color:var(--ink);background:0 0;border-radius:50%;place-items:center;display:grid}.notification-button{position:relative}.notification-count{color:#fff;background:#b94f38;border:2px solid #fff;border-radius:9px;place-items:center;min-width:18px;height:18px;padding:0 4px;font-size:9px;font-weight:800;display:grid;position:absolute;top:-5px;right:-5px}.notification-panel{z-index:40;border:1px solid var(--line);background:#fff;width:min(370px,100vw - 28px);max-height:min(480px,100vh - 84px);position:absolute;top:48px;right:0;overflow:auto;box-shadow:0 16px 45px #1722352e}.notification-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:17px 18px;display:flex}.notification-heading h2{font-size:17px}.notification-heading button{width:30px;height:30px;color:var(--muted);background:0 0;border:0;border-radius:50%;place-items:center;display:grid}.notification-list{display:grid}.notification-list>button,.notification-empty{min-height:67px;color:var(--ink);text-align:left;background:#fff;border:0;border-bottom:1px solid #edf0f2;align-items:flex-start;gap:11px;padding:14px 18px;display:flex}.notification-list>button:hover{background:#f5f8f7}.notification-list svg{color:var(--coral);flex:none;margin-top:1px}.notification-list span{gap:3px;display:grid}.notification-list strong{font-size:12px}.notification-list small{color:var(--muted);font-size:10px}.notification-empty svg{color:var(--teal)}.school-year{grid-template-columns:1fr auto;column-gap:8px;font-size:13px;line-height:1.2;display:grid;position:relative}.school-year span{color:var(--muted);font-size:11px}.school-year select{min-width:112px;color:var(--ink);appearance:none;background:0 0;border:0;padding:1px 22px 1px 0;font-weight:700}.school-year svg{grid-area:1/2/3;align-self:center}.mobile-brand,.mobile-sign-out{display:none}.content{max-width:1440px;margin:0 auto;padding:34px 42px 56px}.student-hero{justify-content:space-between;align-items:center;gap:28px;display:flex}.student-identity{align-items:center;gap:18px;display:flex}.student-hero-actions{align-items:center;gap:10px;display:flex}.overview-student-switcher{min-width:220px}.student-profile-detail{border-block:1px solid var(--line);grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:22px 0;display:grid}.student-profile-detail h2{margin:4px 0;font-size:24px}.student-profile-detail p{color:var(--muted);margin:0}.student-profile-progress{text-align:right;display:grid}.student-profile-progress strong{font-size:28px}.student-profile-progress span{color:var(--muted);font-size:12px}.overview-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px;display:flex}.overview-heading h1{margin:5px 0;font-size:30px}.overview-heading p{color:var(--muted);margin:0}.overview-student-grid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:14px;display:grid}.overview-student-card{text-align:left;min-height:116px;color:var(--ink);border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:18px;display:grid}.overview-student-card:hover{border-color:var(--teal);transform:translateY(-1px)}.overview-student-copy{gap:4px;min-width:0;display:grid}.overview-student-copy>strong{text-overflow:ellipsis;white-space:nowrap;font-size:17px;overflow:hidden}.overview-student-copy small{color:var(--muted)}.overview-student-copy>span{color:var(--muted);gap:6px;font-size:12px;display:flex}.overview-student-copy b{color:var(--ink)}.student-goals-overlay{z-index:20;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#15232975;padding:28px;position:fixed;inset:0;overflow:auto}.student-goals-sheet{background:#fff;border:1px solid #ffffffbf;border-radius:8px;width:min(1120px,100%);min-height:calc(100vh - 56px);margin:0 auto;padding:28px;box-shadow:0 24px 70px #0f1f2647}.student-profile-goal-footer{justify-content:space-between;align-items:center;gap:16px;margin-top:14px;display:flex}.student-profile-goal-footer p{margin:0}.avatar{color:#7e3828;background:#f0c8b9;border:4px solid #fff;border-radius:50%;flex:none;place-items:center;width:66px;height:66px;font:700 20px DM Sans,sans-serif;display:grid;box-shadow:0 2px 8px #17223514}.avatar.small{width:36px;height:36px;color:var(--nav);background:#d5e8e4;border-width:0;font-size:11px}.eyebrow,.area-label{color:var(--teal);text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:800}h1,h2,h3,p{margin-top:0}h1{letter-spacing:0;color:var(--ink);margin-bottom:4px;font:700 30px/1.15 DM Sans,sans-serif}h2{letter-spacing:0;color:var(--ink);margin:2px 0 0;font:700 21px/1.25 DM Sans,sans-serif}h3{letter-spacing:0;color:var(--ink);margin:5px 0 0;font:700 18px/1.3 DM Sans,sans-serif}.student-identity p{color:var(--muted);margin:0;font-size:13px}.primary-button,.secondary-button,.text-button{border:0;border-radius:6px;justify-content:center;align-items:center;gap:7px;min-height:38px;font-size:13px;font-weight:700;display:inline-flex}.primary-button{color:#fff;background:var(--teal);padding:0 17px;box-shadow:0 4px 10px #25877f2e}.primary-button:hover{background:#1c706a}.secondary-button{color:var(--ink);background:#fff;border:1px solid #ccd4d9;padding:0 15px}.text-button{color:var(--muted);background:0 0;padding:0 12px}.stat-strip{border:1px solid var(--line);background:#fff;grid-template-columns:repeat(4,1fr);margin-top:28px;display:grid}.stat-strip>div{border-right:1px solid var(--line);align-items:center;gap:13px;min-height:88px;padding:17px 22px;display:flex}.stat-strip>div:last-child{border-right:0}.stat-strip p{color:var(--muted);margin:0;font-size:11px;display:grid}.stat-strip strong{color:var(--ink);margin-top:3px;font:700 20px DM Sans,sans-serif}.stat-icon{border-radius:7px;place-items:center;width:38px;height:38px;display:grid}.stat-icon.coral{color:#a9462f;background:#fbe3dc}.stat-icon.teal{color:#176c65;background:#dcf0ed}.stat-icon.gold{color:#8b620d;background:#faedc9}.stat-icon.blue{color:#325f91;background:#e2ebf6}.workspace{grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:32px;margin-top:32px;display:grid}.goals-column{min-width:0}.section-heading{justify-content:space-between;align-items:end;gap:16px;min-height:48px;display:flex}.search-box{color:#8b96a4;border:1px solid var(--line);background:#fff;border-radius:6px;align-items:center;gap:8px;width:220px;height:38px;padding:0 11px;display:flex}.search-box input{width:100%;color:var(--ink);background:0 0;border:0;outline:0;font-size:13px}.filter-row{gap:5px;margin:17px 0 14px;display:flex}.filter-row button{color:var(--muted);background:0 0;border:0;border-radius:5px;padding:7px 11px;font-size:12px;font-weight:700}.filter-row button.selected{color:#176c65;background:#dcece9}.goal-list{gap:12px;display:grid}.goal-card{border:1px solid var(--line);background:#fff;border-radius:7px;padding:20px 20px 16px 24px;position:relative;overflow:hidden;box-shadow:0 2px 5px #17223509}.goal-card:before{content:"";background:var(--card-color);width:4px;position:absolute;inset:0 auto 0 0}.goal-card.coral{--card-color:var(--coral)}.goal-card.teal{--card-color:var(--teal)}.goal-card.gold{--card-color:var(--gold)}.goal-card-top{justify-content:space-between;gap:18px;display:flex}.goal-description{color:#596477;max-width:760px;margin:12px 0 18px;font-size:12px;line-height:1.6}.status{text-transform:uppercase;border-radius:4px;flex:none;align-items:center;gap:4px;height:24px;padding:0 8px;font-size:10px;font-weight:800;display:inline-flex}.status.on-track{color:#286278;background:#ddecf2}.status.needs-support{color:#9b482f;background:#fbe4dd}.status.mastered{color:#286b50;background:#dcefe5}.progress-label{color:var(--muted);justify-content:space-between;margin-bottom:6px;font-size:11px;display:flex}.progress-label strong{color:var(--ink)}.progress-track{background:#e9edef;border-radius:6px;height:6px;overflow:hidden}.progress-track span{border-radius:inherit;background:var(--card-color);height:100%;display:block}.goal-footer{justify-content:space-between;align-items:center;gap:14px;margin-top:15px;display:flex}.goal-facts{color:var(--muted);flex-wrap:wrap;align-items:center;gap:13px;font-size:11px;display:flex}.goal-facts span{align-items:center;gap:5px;display:inline-flex}.goal-actions{align-items:flex-end;gap:9px;display:flex}.quick-entry{gap:5px;display:grid}.quick-entry>span{color:var(--muted);text-align:right;font-size:10px}.quick-entry>span button{color:var(--teal);font-size:inherit;background:0 0;border:0;padding:0 0 0 5px;font-weight:700}.quick-entry>div{gap:5px;display:flex}.quick-button{border:1px solid var(--line);background:#fff;border-radius:5px;align-items:center;gap:5px;min-height:34px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.quick-button.achieved{color:#247353;border-color:#a8d2bd}.quick-button.missed{color:#a34c36;border-color:#e0b3a7}.quick-button:hover:not(:disabled){background:#f5f8f7}.quick-button:disabled{opacity:.55;cursor:wait}.edit-goal-button{white-space:nowrap;min-height:34px;padding-inline:8px}.quick-entry-error{margin-top:12px}.activity-panel{border-left:1px solid var(--line);padding-left:26px}.activity-list{margin-top:22px}.activity-item{border-left:1px solid #d8dee2;padding:0 0 24px 22px;position:relative}.activity-item:last-child{border-left-color:#0000}.activity-dot{border:2px solid var(--canvas);box-sizing:content-box;border-radius:50%;width:9px;height:9px;position:absolute;top:3px;left:-5px}.activity-dot.coral{background:var(--coral)}.activity-dot.teal{background:var(--teal)}.activity-dot.gold{background:var(--gold)}.activity-item strong{color:var(--ink);font-size:12px;display:block}.activity-item p{color:var(--muted);margin:4px 0;font-size:11px;line-height:1.45}.activity-item time{color:#8e98a5;font-size:10px}.support-note{color:#80600f;background:#fbf1d7;border:1px solid #ebdaa9;border-radius:7px;gap:11px;padding:15px;display:flex}.support-note svg{flex:none}.support-note strong{font-size:12px}.support-note p{color:#786a46;margin:3px 0 0;font-size:11px;line-height:1.45}.empty-state{color:var(--muted);background:#fff;border:1px dashed #cbd2d8;place-items:center;gap:8px;padding:50px;display:grid}.modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#111d2a80;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:8px;width:min(460px,100%);max-height:calc(100vh - 48px);padding:28px;position:relative;overflow:auto;box-shadow:0 24px 70px #111d2a47}.modal.wide{width:min(620px,100%)}.modal>p{color:var(--muted);margin:7px 0 22px;font-size:13px}.modal-close{width:34px;height:34px;color:var(--muted);background:0 0;border:0;border-radius:50%;place-items:center;display:grid;position:absolute;top:17px;right:17px}.modal form{gap:15px;margin-top:22px;display:grid}.modal label{color:#3e4858;gap:6px;font-size:11px;font-weight:700;display:grid}.modal input,.modal textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #ccd4d9;border-radius:5px;outline:0;padding:10px 11px;font-size:13px}.modal input:focus,.modal textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #25877f1f}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.form-row.three{grid-template-columns:repeat(3,1fr)}.modal .checkbox-label{grid-template-columns:none;align-items:center;gap:9px;font-weight:500;display:flex}.modal .checkbox-label input{width:15px;height:15px;accent-color:var(--teal)}.modal-actions{justify-content:flex-end;gap:8px;margin-top:5px;display:flex}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.mobile-route{display:none}.page-content{min-height:calc(100vh - 154px)}.page-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:24px;padding-bottom:26px;display:flex}.page-header h1{margin-top:5px}.page-header p{max-width:620px;color:var(--muted);margin:0;font-size:13px}.page-metrics{border:1px solid var(--line);background:#fff;grid-template-columns:repeat(4,1fr);margin:24px 0 30px;display:grid}.page-metrics>div{min-height:82px;color:var(--teal);border-right:1px solid var(--line);align-items:center;gap:12px;padding:17px 20px;display:flex}.page-metrics>div:last-child{border-right:0}.page-metrics span{color:var(--muted);font-size:11px;display:grid}.page-metrics strong{color:var(--ink);margin-top:2px;font:700 19px DM Sans,sans-serif}.compact-metrics{grid-template-columns:repeat(3,1fr)}.data-section{margin-top:24px}.toolbar{justify-content:space-between;align-items:flex-end;gap:16px;min-height:54px;margin-bottom:14px;display:flex}.wide-search{width:min(420px,100%)}.select-control{min-width:160px;height:38px;color:var(--muted);border:1px solid var(--line);background:#fff;border-radius:6px;align-items:center;gap:7px;padding:0 10px;display:flex;position:relative}.select-control select{width:100%;color:var(--ink);appearance:none;background:0 0;border:0;outline:0;padding:0 20px 0 0;font-size:12px}.select-control>svg:last-child{pointer-events:none;position:absolute;right:9px}.student-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.student-card{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:7px;grid-template-columns:auto 1fr auto;gap:14px;padding:20px;display:grid}.student-card:focus-visible{outline-offset:2px;outline:3px solid #26766f47}.student-card .avatar{width:48px;height:48px;box-shadow:none;border:0;font-size:14px}.avatar.teal{color:#176c65;background:#d9ece9}.avatar.gold{color:#7d590e;background:#f8eac5}.avatar.blue{color:#325f91;background:#dfeaf6}.student-card-main h2{margin:1px 0 3px;font-size:16px}.student-card-main p,.student-card-main span{color:var(--muted);margin:0;font-size:11px}.student-card-main span{margin-top:6px;display:block}.student-progress{text-align:right;min-width:88px}.student-progress strong{font:700 18px DM Sans,sans-serif;display:block}.student-progress>span{color:var(--muted);font-size:10px}.mini-progress{background:#e7ecee;border-radius:4px;width:90px;height:4px;margin-top:7px;overflow:hidden}.mini-progress i{background:var(--teal);border-radius:inherit;height:100%;display:block}.student-card-footer{color:var(--muted);border-top:1px solid #edf0f2;grid-column:1/-1;align-items:center;gap:16px;padding-top:13px;font-size:11px;display:flex}.student-card-arrow{width:31px;height:31px;color:var(--ink);border:1px solid var(--line);background:0 0;border-radius:50%;place-items:center;margin-left:auto;display:grid}.notice-band{color:#8b4a34;background:#fcebe6;border:1px solid #f2cec3;align-items:center;gap:12px;margin-top:24px;padding:16px 18px;display:flex}.notice-band div{font-size:12px;display:grid}.notice-band span{color:#845f54;margin-top:2px}.notice-band button{color:#833f29;background:0 0;border:1px solid #dda995;border-radius:5px;margin-left:auto;padding:7px 10px;font-size:11px;font-weight:700}.table-wrap{border:1px solid var(--line);background:#fff;overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:12px}th{color:var(--muted);border-bottom:1px solid var(--line);text-align:left;text-transform:uppercase;letter-spacing:.05em;background:#f8f9fa;padding:11px 16px;font-size:10px}td{color:#465164;border-bottom:1px solid #e9edf0;min-width:95px;padding:15px 16px}tbody tr:last-child td{border-bottom:0}td:first-child{min-width:240px}td>strong{color:var(--ink)}td>span:not(.status){color:var(--muted);margin-top:3px;font-size:10px;display:block}td .mini-progress{width:110px}.report-controls{border:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;margin:24px 0 16px;padding:13px 15px;display:flex}.report-controls>div{flex:1;font-size:12px;display:grid}.report-controls span{color:var(--muted);font-size:10px}.report-grid{grid-template-columns:minmax(0,2fr) minmax(240px,1fr);gap:16px;display:grid}.chart-panel,.insight-panel{border:1px solid var(--line);background:#fff;min-height:310px;padding:22px}.panel-heading{justify-content:space-between;align-items:flex-start;display:flex}.panel-heading>strong{color:var(--teal);font:700 28px DM Sans,sans-serif}.bar-chart{border-bottom:1px solid var(--line);justify-content:space-around;align-items:flex-end;gap:14px;height:220px;padding-top:28px;display:flex}.bar-chart>div{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:8px;height:100%;display:flex}.bar-chart span{background:var(--teal);border-radius:4px 4px 0 0;width:min(40px,75%);min-height:8px}.bar-chart small{color:var(--muted);margin-bottom:-24px;font-size:10px}.insight-panel{color:#fff;background:var(--nav);border-color:var(--nav)}.insight-panel .eyebrow{color:#8ed0c9}.insight-panel h2{color:#fff;margin-top:8px;font-size:24px}.insight-panel p{color:#c6d9d6;margin-top:18px;font-size:12px;line-height:1.7}.insight-stat{border-top:1px solid #ffffff2e;align-items:center;gap:10px;margin-top:30px;padding-top:18px;display:flex}.insight-stat span{color:#a9c3c0;font-size:10px;display:grid}.insight-stat strong{color:#f4c65d;font-size:18px}.report-table{margin-top:30px}.report-goals{gap:16px;display:grid}.report-goal{border:1px solid var(--line);background:#fff;padding:22px}.report-goal-heading{justify-content:space-between;align-items:flex-start;gap:22px;display:flex}.report-goal-heading p{max-width:760px;color:var(--muted);margin:9px 0 0;font-size:12px;line-height:1.55}.report-goal-heading>strong{color:var(--teal);font:700 24px DM Sans,sans-serif}.report-goal dl{border:1px solid var(--line);grid-template-columns:repeat(4,1fr);margin:18px 0;display:grid}.report-goal dl div{border-right:1px solid var(--line);padding:12px}.report-goal dl div:last-child{border-right:0}.report-goal dt{color:var(--muted);text-transform:uppercase;font-size:9px}.report-goal dd{color:var(--ink);margin:4px 0 0;font-size:12px;font-weight:700}.positive{color:#247353;font-weight:700}.negative{color:#b4543c;font-weight:700}.success-message{color:#236b50;background:#def0e7;border:1px solid #bedfce;align-items:center;gap:8px;margin-top:18px;padding:10px 13px;font-size:12px;font-weight:700;display:flex}.upload-button{cursor:pointer}.upload-button input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.document-list{border:1px solid var(--line);background:#fff}.document-row{border-bottom:1px solid #e9edf0;grid-template-columns:auto minmax(220px,1fr) 130px 70px auto;align-items:center;gap:13px;min-height:74px;padding:13px 16px;display:grid}.document-row:last-child{border-bottom:0}.document-icon{width:38px;height:38px;color:var(--blue);background:#e5edf7;border-radius:6px;place-items:center;display:grid}.document-row strong{color:var(--ink);font-size:12px}.document-row p,.document-row time,.document-row>span{color:var(--muted);margin:3px 0 0;font-size:10px}.document-row .document-icon{color:var(--blue)}.settings-page{max-width:980px}.settings-form{border:1px solid var(--line);background:#fff;margin-top:24px}.settings-section{border-bottom:1px solid var(--line);grid-template-columns:minmax(180px,.7fr) minmax(340px,1.3fr);gap:42px;padding:24px;display:grid}.settings-section>div:first-child p{color:var(--muted);margin:6px 0 0;font-size:11px;line-height:1.5}.settings-fields{gap:17px;display:grid}.settings-fields label{color:#3e4858;gap:6px;font-size:11px;font-weight:700;display:grid}.settings-fields input,.settings-fields select{width:100%;min-height:40px;color:var(--ink);background:#fff;border:1px solid #ccd4d9;border-radius:5px;padding:8px 10px}.change-password-form{gap:15px;display:grid}.change-password-form label{color:#3e4858;gap:6px;font-size:11px;font-weight:700;display:grid}.change-password-form input{width:100%;min-height:40px;color:var(--ink);background:#fff;border:1px solid #ccd4d9;border-radius:5px;padding:8px 10px}.user-management{border:1px solid var(--line);background:#fff;border-radius:6px;margin-top:22px;padding:24px}.user-management-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}.user-management-header p{color:var(--muted);margin:6px 0 0;font-size:12px}.user-list{border-top:1px solid var(--line);display:grid}.user-row{border-bottom:1px solid var(--line);grid-template-columns:36px minmax(180px,1fr) minmax(150px,220px);align-items:center;gap:12px;min-height:68px;display:grid}.user-row>div:nth-child(2){gap:3px;display:grid}.user-row>div:nth-child(2) span{color:var(--muted);font-size:11px}.user-row>div:nth-child(2) .status{justify-self:start}.user-row select{background:#fff;border:1px solid #ccd4d9;border-radius:5px;width:100%;min-height:38px;padding:7px 9px}.user-row select:disabled{color:var(--muted);background:#f2f4f4}.activity-log{border:1px solid var(--line);background:#fff;border-radius:6px;margin-top:22px;padding:24px}.activity-log>div:first-child p{color:var(--muted);margin:6px 0 0;font-size:12px}.activity-log-filters{flex-wrap:wrap;gap:16px;margin:20px 0;display:flex}.activity-log-filters label{color:var(--muted);gap:4px;font-size:12px;display:grid}.activity-log-filters select,.activity-log-filters input{background:#fff;border:1px solid #ccd4d9;border-radius:5px;min-height:38px;padding:7px 9px}.activity-log-list{border-top:1px solid var(--line);display:grid}.activity-log-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(120px,1fr) minmax(140px,1fr) minmax(120px,1fr) minmax(100px,1fr) minmax(140px,auto);align-items:center;gap:12px;min-height:48px;padding:8px 0;font-size:12px;display:grid}.activity-log-row time{color:var(--muted)}.password-policy{color:var(--muted);margin:-5px 0 3px;font-size:11px;line-height:1.45}.year-management{border:1px solid var(--line);background:#fff;border-radius:6px;margin-top:22px;padding:24px}.year-management-header{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:16px 20px;margin-bottom:20px;display:flex}.year-management-header p{max-width:520px;color:var(--muted);margin:6px 0 0;font-size:12px;line-height:1.5}.year-create{align-items:end;gap:8px;display:flex}.year-create input{width:180px;min-width:0}.year-create button{white-space:nowrap;flex:none}.year-create input,.year-row input{min-height:38px;color:var(--ink);background:#fff;border:1px solid #ccd4d9;border-radius:5px;padding:7px 9px}.year-list{border-top:1px solid var(--line);display:grid}.year-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(140px,220px) minmax(70px,1fr) auto;align-items:center;gap:14px;min-height:62px;display:grid}.year-row input{width:100%}.year-state,.year-actions{align-items:center;gap:8px;display:flex}.year-actions .text-button:disabled{color:#a7afb8;cursor:not-allowed}.toggle-row{justify-content:space-between;align-items:center;gap:20px;padding-top:6px;display:flex!important}.toggle-row span{display:grid}.toggle-row small{color:var(--muted);margin-top:3px;font-weight:400;line-height:1.4}.toggle-row input{width:38px;height:21px;accent-color:var(--teal)}.settings-actions{background:#f8f9fa;justify-content:flex-end;padding:18px 24px;display:flex}.form-error{color:#9b3826;background:#fce7e2;border:1px solid #efc4b9;border-radius:5px;padding:10px 12px;font-size:12px}.loading-page{min-height:100vh;color:var(--muted);background-color:var(--canvas);background-image:linear-gradient(#e4e9ec 1px,#0000 1px),linear-gradient(90deg,#e4e9ec 1px,#0000 1px);background-size:28px 28px;place-content:center;place-items:center;gap:14px;font-size:13px;display:grid}.loading-mark{border:3px solid #cbd8d6;border-top-color:var(--teal);border-radius:50%;width:38px;height:38px;animation:.8s linear infinite loading-spin}.error-page strong{color:var(--ink);font-size:20px}@keyframes loading-spin{to{transform:rotate(360deg)}}.auth-page{background:#fff;grid-template-columns:minmax(360px,.9fr) minmax(480px,1.1fr);min-height:100vh;display:grid}.auth-context{color:#fff;background-color:var(--nav);background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:34px 34px;flex-direction:column;justify-content:space-between;min-height:100vh;padding:48px clamp(38px,6vw,88px);display:flex}.auth-brand{padding:0}.auth-context>div:nth-child(2){max-width:510px}.auth-context .eyebrow{color:#8ed0c9}.auth-context h1{color:#fff;max-width:500px;margin:14px 0 18px;font-size:46px;line-height:1.08}.auth-context p{color:#c5d9d6;max-width:470px;font-size:16px;line-height:1.65}.auth-trust{border-top:1px solid #ffffff2e;align-items:flex-start;gap:12px;max-width:460px;padding-top:22px;display:flex}.auth-trust svg{color:#f4c65d;flex:none}.auth-trust span{color:#a9c3c0;font-size:11px;line-height:1.5;display:grid}.auth-trust strong{color:#fff;font-size:12px}.auth-form-panel{place-items:center;padding:40px;display:grid}.auth-form-wrap{width:min(410px,100%)}.auth-form-wrap h2{margin:8px 0 7px;font-size:28px}.auth-form-wrap>p{color:var(--muted);margin-bottom:28px;font-size:13px}.auth-form-wrap form{gap:15px;display:grid}.auth-form-wrap label{color:#3e4858;gap:6px;font-size:11px;font-weight:700;display:grid}.auth-form-wrap input{min-height:43px;color:var(--ink);border:1px solid #cbd3d8;border-radius:5px;outline:0;padding:9px 11px}.auth-form-wrap input:focus{border-color:var(--teal);box-shadow:0 0 0 3px #25877f1f}.auth-message{color:#246a50;background:#e2f1ea;border:1px solid #c6e1d4;align-items:center;gap:8px;padding:10px 12px;font-size:11px;display:flex}.auth-submit{width:100%;margin-top:5px}.auth-switch{color:var(--muted);justify-content:center;align-items:center;gap:7px;margin-top:22px;font-size:12px;display:flex}.auth-switch button{color:var(--teal);background:0 0;border:0;padding:4px;font-weight:700}.first-run{text-align:center;place-content:center;place-items:center;min-height:calc(100vh - 190px);display:grid}.first-run-icon{width:62px;height:62px;color:var(--teal);background:#dceeea;border-radius:50%;place-items:center;margin-bottom:18px;display:grid}.first-run h1{margin:8px 0}.first-run p{color:var(--muted);margin:0 0 22px;font-size:13px}@media (width<=1040px){.app-shell{grid-template-columns:74px 1fr}.sidebar{padding-inline:11px}.brand{gap:0;padding-inline:9px;font-size:0}.sidebar a{justify-content:center;gap:0;padding-inline:0;font-size:0}.user-chip-copy{display:none}.user-chip{flex-direction:column;justify-content:center;gap:8px;padding-inline:0}.user-chip>button{margin-left:0}.workspace{grid-template-columns:1fr}.activity-panel{border:0;border-top:1px solid var(--line);padding:24px 0 0}.student-grid,.report-grid{grid-template-columns:1fr}.insight-panel{min-height:auto}}@media (width<=720px){.app-shell{display:block}.sidebar{display:none}.topbar{flex-wrap:wrap;justify-content:space-between;gap:8px;height:auto;min-height:58px;padding:10px 18px}.mobile-brand{color:var(--nav);font-weight:800;display:block}.mobile-route{align-items:center;margin-left:auto;display:flex;position:relative}.mobile-route select{width:105px;color:var(--ink);border:1px solid var(--line);appearance:none;background:#fff;border-radius:5px;padding:7px 24px 7px 9px;font-size:12px;font-weight:700}.mobile-route svg{pointer-events:none;position:absolute;right:7px}.school-year{border:1px solid var(--line);background:#f4f7f7;border-radius:5px;order:4;width:100%;padding:8px 10px}.school-year select{width:100%}.notification-button,.mobile-sign-out{display:grid}.content{padding:24px 16px 42px}.student-hero{align-items:flex-end}.avatar{width:52px;height:52px;font-size:16px}h1{font-size:24px}.student-identity p{line-height:1.5}.stat-strip{grid-template-columns:1fr 1fr}.stat-strip>div:nth-child(2){border-right:0}.stat-strip>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.workspace{gap:24px;margin-top:26px}.section-heading{flex-direction:column;align-items:flex-start}.search-box{width:100%}.filter-row{width:100%;overflow-x:auto}.filter-row button{white-space:nowrap}.goal-footer{flex-direction:column;align-items:flex-start}.goal-actions{flex-direction:column;align-items:stretch;width:100%}.quick-entry>span{text-align:left}.quick-entry>div{grid-template-columns:1fr 1fr;display:grid}.quick-button{justify-content:center}.secondary-button{width:100%}.form-row,.form-row.three{grid-template-columns:1fr}.page-header{flex-direction:column;align-items:flex-start}.page-header .primary-button,.page-header .upload-button{width:100%}.page-metrics{grid-template-columns:1fr 1fr}.page-metrics>div:nth-child(2){border-right:0}.page-metrics>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.compact-metrics>div:last-child{border-top:1px solid var(--line);grid-column:1/-1}.toolbar{flex-direction:column;align-items:stretch}.select-control{width:100%}.student-card{grid-template-columns:auto 1fr}.student-progress{text-align:left;grid-column:1/-1}.student-progress .mini-progress{width:100%}.notice-band{flex-wrap:wrap;align-items:flex-start}.notice-band button{margin-left:32px}.report-controls{flex-direction:column;align-items:stretch;gap:12px}.report-goal dl{grid-template-columns:1fr 1fr}.report-goal dl div:nth-child(2){border-right:0}.report-goal dl div:nth-child(-n+2){border-bottom:1px solid var(--line)}.document-row{grid-template-columns:auto 1fr auto}.document-row time,.document-row>span:not(.document-icon){display:none}.settings-section{grid-template-columns:1fr;gap:20px}.user-management-header{flex-direction:column;align-items:stretch}.user-management-header .primary-button{width:100%}.user-row{grid-template-columns:36px minmax(0,1fr);padding:12px 0}.user-row>div:nth-child(2){min-width:0}.user-row>div:nth-child(2) span{overflow-wrap:anywhere}.user-row>label{grid-column:2}.year-management-header,.year-create{flex-direction:column;align-items:stretch}.year-create input{width:100%}.year-row{grid-template-columns:1fr;padding:12px 0}.year-actions{flex-wrap:wrap}.activity-log-filters{flex-direction:column}.activity-log-row{grid-template-columns:1fr;gap:2px;padding:12px 0}.auth-page{background:#fff;display:block}.auth-context{min-height:auto;padding:26px 22px}.auth-context>div:nth-child(2),.auth-trust{display:none}.auth-form-panel{align-items:start;min-height:calc(100vh - 86px);padding:34px 22px}}@media (width<=480px){.student-hero{flex-direction:column;align-items:flex-start}.student-hero-actions{flex-direction:column;align-items:stretch;width:100%}.student-hero .primary-button{width:100%}.student-profile-detail{grid-template-columns:auto 1fr}.student-profile-progress{text-align:left;grid-column:1/-1}.overview-heading{flex-direction:column;align-items:stretch}.overview-heading .primary-button{width:100%}.overview-student-grid{grid-template-columns:1fr}.overview-student-card{min-height:104px}.student-goals-overlay{padding:10px}.student-goals-sheet{border-radius:8px;min-height:calc(100vh - 20px);padding:20px 16px 32px}.student-goals-sheet button{min-height:44px}.student-goals-sheet .activity-panel,.student-goals-sheet .stat-strip.without-reviews{display:none}.student-goals-sheet .stat-strip{grid-template-columns:1fr}.student-goals-sheet .stat-strip>div:not(.review-stat){display:none}.student-goals-sheet .review-tile button{min-height:44px}.student-profile-goal-footer{flex-direction:column;align-items:stretch}.student-profile-goal-footer .primary-button{width:100%;min-height:44px}.stat-strip>div{padding:14px 12px}.goal-card{padding:18px 16px 15px 20px}.goal-card-top{flex-direction:column;gap:10px}.status{align-self:flex-start}.top-actions{gap:8px}.page-metrics>div{padding:13px 11px}.student-card-footer{flex-wrap:wrap;align-items:flex-start}.student-card-arrow{margin-left:0}.chart-panel,.insight-panel{padding:18px}}.review-tile{gap:4px;min-width:0;display:grid}.review-tile .text-button{min-height:24px;color:var(--teal);justify-self:start;padding:0}.review-editor{gap:8px;display:grid}.review-editor input[type=date]{min-height:36px;color:var(--ink);background:#fff;border:1px solid #ccd4d9;border-radius:5px;padding:6px 8px}.review-editor-actions{flex-wrap:wrap;gap:6px;display:flex}.review-editor-actions button{min-height:32px;padding:0 12px}.review-editor-actions button:disabled{opacity:.5;cursor:not-allowed}@media (width>=1041px){.stat-strip.without-reviews,.page-metrics.without-reviews{grid-template-columns:repeat(3,1fr)}}
