:root{--ink:#16251f;--muted:#66736e;--paper:#f6f3eb;--card:#fffdf8;--line:#dedfd7;--green:#286451;--lime:#d8e99b;--orange:#e08a5b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica,sans-serif}a{text-decoration:none;color:inherit}button,input{font:inherit}.brand{display:flex;align-items:center;gap:10px;font-weight:750;letter-spacing:-.02em}.brand i{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--green);color:white;font-size:12px;font-style:normal}.topbar{height:84px;max-width:1180px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.button{border:1px solid var(--line);border-radius:999px;padding:12px 20px;font-weight:700;background:transparent;cursor:pointer;display:inline-block}.button.primary{background:var(--green);color:white;border-color:var(--green)}.button.ghost{padding:9px 18px}.landing{min-height:100vh}.hero{max-width:1180px;margin:54px auto 100px;padding:0 24px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;grid-gap:90px;gap:90px}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:800;color:var(--green);margin:0 0 14px}.hero h1{font-family:Georgia,serif;font-size:70px;line-height:.98;letter-spacing:-.045em;margin:0 0 26px;font-weight:500}.lede{font-size:18px;line-height:1.65;color:var(--muted);max-width:600px}.actions{display:flex;gap:12px;margin-top:30px}.hero-card{padding:30px;border-radius:28px;background:var(--green);color:#fff;box-shadow:22px 22px 0 var(--lime)}.hero-card-head{display:flex;justify-content:space-between;color:#cde0d8;font-size:13px}.hero-card-head b{color:white}.big-stat{font:64px Georgia,serif;margin:72px 0 34px}.big-stat small{display:block;font:13px Arial;text-transform:uppercase;letter-spacing:.12em;color:#cde0d8}.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #ffffff35;padding-top:20px}.mini-grid div{display:flex;flex-direction:column;gap:5px}.mini-grid b{font-size:20px}.mini-grid span{font-size:12px;color:#cde0d8}.modules{background:var(--ink);color:white;display:grid;grid-template-columns:repeat(3,1fr);padding:80px max(24px,calc((100vw - 1132px)/2));grid-gap:50px;gap:50px}.modules article span{color:var(--lime);font-size:12px}.modules h2{font:30px Georgia;margin:45px 0 13px}.modules p{color:#b7c1bd;line-height:1.65}.auth-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.auth-copy{background:var(--green);color:#fff;padding:55px 9vw;display:flex;flex-direction:column;justify-content:center}.auth-copy .brand{position:absolute;top:45px}.auth-copy .brand i{background:var(--lime);color:var(--ink)}.auth-copy h1{font:56px/1.05 Georgia;margin:0 0 25px}.auth-copy p{color:#cde0d8;font-size:18px;max-width:440px;line-height:1.6}.auth-panel{display:grid;place-items:center;padding:40px;background:var(--card)}.auth-panel form{width:min(420px,100%)}.auth-panel h2{font:38px Georgia;margin:0 0 38px}.auth-panel label{display:flex;flex-direction:column;gap:9px;margin:20px 0;font-size:13px;font-weight:700}.auth-panel input{border:1px solid var(--line);border-radius:12px;padding:15px;background:white;outline:none}.auth-panel input:focus{border-color:var(--green);box-shadow:0 0 0 3px #28645118}.full{width:100%;margin:10px 0 24px}.auth-panel small{display:block;text-align:center;color:var(--muted)}.error{background:#fae6df;color:#8b321d;padding:12px;border-radius:9px;font-size:13px}.shell{min-height:100vh;display:grid;grid-template-columns:230px 1fr}.shell aside{background:var(--ink);color:#dbe2df;padding:28px 20px;display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:0;height:100vh}.shell aside .brand{color:#fff;margin:0 10px 36px}.school{background:#ffffff0b;border:1px solid #ffffff14;border-radius:12px;padding:13px;margin-bottom:28px;display:flex;flex-direction:column;gap:4px;font-size:12px}.school small{color:#8ea09a}.shell aside nav{display:flex;flex-direction:column;gap:4px}.settings,.shell aside nav a{display:flex;align-items:center;gap:12px;padding:11px 13px;border-radius:9px;font-size:13px;color:#9fb0aa;cursor:pointer}.shell aside nav a.active{background:#ffffff12;color:white}.settings{margin-top:auto}.content{padding:35px 42px 55px;max-width:1500px;width:100%;margin:auto}.content header{display:flex;justify-content:space-between;align-items:center;margin-bottom:34px}.content header h1{font:38px Georgia;margin:0}.header-actions{display:flex;align-items:center;gap:10px}.header-actions button{border:1px solid var(--line);background:var(--card);width:42px;height:42px;border-radius:50%;display:grid;place-items:center;position:relative}.header-actions em{position:absolute;width:7px;height:7px;background:var(--orange);border-radius:50%;top:8px;right:8px}.avatar,.student-avatar{display:grid;place-items:center;border-radius:50%;background:var(--lime);font-weight:800}.avatar{width:42px;height:42px;font-size:12px}.stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-bottom:14px}.panel,.stats article{background:var(--card);border:1px solid var(--line);border-radius:16px}.stats article{padding:20px;display:flex;flex-direction:column}.stats span{font-size:12px;color:var(--muted)}.stats b{font:32px Georgia;margin:12px 0}.stats small{color:var(--green)}.dashboard-grid{display:grid;grid-template-columns:1.4fr .8fr;grid-gap:14px;gap:14px}.panel{padding:22px}.panel-head{display:flex;justify-content:space-between;align-items:center}.panel-head h2{font:25px Georgia;margin:0}.panel-head button{background:transparent;border:0;color:var(--green);font-weight:700;font-size:12px}.bars{height:235px;display:flex;align-items:flex-end;justify-content:space-around;border-bottom:1px solid var(--line);padding:30px 15px 0}.bars div{height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:8px}.bars span{width:34px;background:var(--lime);border-radius:8px 8px 0 0;min-height:20px}.bars b{font-size:11px}.bars small{margin-bottom:-25px;color:var(--muted)}.event{display:flex;gap:20px;padding:22px 0;border-bottom:1px solid var(--line)}.event:last-child{border:0}.event>b{color:var(--green);font-size:12px}.event p{margin:0;font-weight:700}.event small{display:block;color:var(--muted);font-weight:400;margin-top:6px}.roster{grid-column:1/-1}.roster table{width:100%;border-collapse:collapse;margin-top:15px;text-align:left}.roster th{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);padding:12px}.roster td{padding:12px;border-top:1px solid var(--line);font-size:13px}.roster td:first-child{display:flex;align-items:center;gap:10px;font-weight:700}.student-avatar{width:30px;height:30px;font-size:9px;background:#dce8e1}mark{padding:5px 9px;border-radius:99px;background:#e3efe9;color:#286451;font-size:10px}.late{background:#f9ecd0;color:#8a5b12}.absent{background:#fae6df;color:#983d27}@media(max-width:900px){.hero{grid-template-columns:1fr;gap:50px}.hero h1{font-size:54px}.auth-page,.modules{grid-template-columns:1fr}.auth-copy{display:none}.shell{grid-template-columns:76px 1fr}.shell aside{padding:25px 12px}.shell aside .brand{font-size:0;margin:0 auto 35px}.school{display:none}.settings,.shell aside nav a{justify-content:center;font-size:0}.content{padding:28px 20px}.stats{grid-template-columns:1fr 1fr}.dashboard-grid{grid-template-columns:1fr}.roster{overflow:auto}}@media(max-width:560px){.hero{margin-top:30px}.hero h1{font-size:44px}.hero-card{box-shadow:10px 10px 0 var(--lime)}.shell{display:block}.shell aside{display:none}.content header h1{font-size:29px}.stats{grid-template-columns:1fr}.header-actions button{display:none}.roster table{min-width:600px}}.portal-loading{min-height:100vh;display:grid;place-items:center;color:var(--muted)}.portal-page{min-height:100vh;padding:64px max(24px,calc((100vw - 1100px)/2));background:var(--paper)}.portal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:45px}.portal-header h1{font:48px Georgia,serif;margin:0 0 12px}.portal-header p:last-child{color:var(--muted)}.role-chip{border:1px solid var(--line);border-radius:999px;padding:10px 15px;background:var(--card);font-size:12px;font-weight:700;white-space:nowrap}.portal-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-bottom:16px}.portal-panel,.portal-stats article{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:24px}.portal-stats article{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:14px;gap:14px}.portal-stats article svg{color:var(--green)}.portal-stats article span{color:var(--muted);font-size:13px}.portal-stats article b{grid-column:1/-1;font:38px Georgia,serif}.portal-panel{display:flex;align-items:center;justify-content:space-between;min-height:180px}.portal-panel h2{font:30px Georgia,serif;margin:0 0 10px}.portal-panel p:last-child{color:var(--muted)}.portal-panel svg{color:var(--green)}.family-portal{background:#f4f1e8}@media(max-width:700px){.portal-header{display:block}.role-chip{display:inline-block;margin-top:14px}.portal-header h1{font-size:38px}.portal-stats{grid-template-columns:1fr}}.academic-page{min-height:100vh;padding:48px max(24px,calc((100vw - 1180px)/2));background:var(--paper)}.back-link{font-size:13px;color:var(--green);font-weight:700}.academic-page>header{display:flex;justify-content:space-between;align-items:center;margin:38px 0}.academic-page>header h1{font:44px Georgia;margin:0 0 10px}.academic-page>header p:last-child{color:var(--muted)}.academic-page>header svg{color:var(--green)}.academic-grid{display:grid;grid-template-columns:320px 1fr;grid-gap:18px;gap:18px;align-items:start}.setup-card{background:var(--card);border:1px solid var(--line);border-radius:17px;padding:24px}.setup-card h2{font:25px Georgia;margin:0 0 20px}.setup-card label{display:flex;flex-direction:column;gap:8px;margin:15px 0;font-size:12px;font-weight:700}.setup-card input{border:1px solid var(--line);border-radius:9px;padding:12px;background:white}.year-list{display:flex;flex-direction:column;gap:16px}.year-head span{text-transform:uppercase;letter-spacing:.1em;color:var(--green);font-size:10px}.year-head p{color:var(--muted);font-size:13px}.periods{border-top:1px solid var(--line);margin-top:20px;padding-top:18px}.periods h3{font-size:13px}.empty{color:var(--muted)}.period-row{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;grid-gap:12px;gap:12px;padding:12px 0;border-top:1px solid var(--line);font-size:12px}.period-row span{color:var(--muted)}.period-row button{border:0;background:transparent;color:#9a3e29}.period-form{display:grid;grid-template-columns:1fr 145px 145px auto;grid-gap:8px;gap:8px;margin-top:16px}.period-form .button{display:flex;align-items:center;gap:6px;justify-content:center;padding:10px}.form-message{font-size:12px;color:var(--green)}@media(max-width:900px){.academic-grid{grid-template-columns:1fr}.period-form{grid-template-columns:1fr 1fr}.period-form input:first-child{grid-column:1/-1}}@media(max-width:560px){.period-form,.period-row{grid-template-columns:1fr}.academic-page>header h1{font-size:36px}}.period-actions{display:flex;gap:4px}.period-actions button{border:0;background:transparent;color:var(--muted)}.period-actions button:last-child{color:#9a3e29}.period-edit{display:grid;grid-template-columns:1fr 145px 145px auto auto;grid-gap:8px;gap:8px;padding:12px 0;border-top:1px solid var(--line)}.period-edit input{min-width:0;padding:9px}.icon-action,.period-edit input{border:1px solid var(--line);border-radius:8px}.icon-action{background:white;padding:8px}.icon-action.save{color:white;background:var(--green);border-color:var(--green)}.period-error{font-size:12px;color:#9a3e29;background:#fae6df;padding:9px;border-radius:8px}@media(max-width:800px){.period-edit{grid-template-columns:1fr 1fr}.period-edit input:first-child{grid-column:1/-1}}.calendar-page{min-height:100vh;padding:48px max(24px,calc((100vw - 1240px)/2));background:var(--paper)}.calendar-page>header{display:flex;justify-content:space-between;align-items:center;margin:35px 0}.calendar-page>header h1{font:44px Georgia;margin:0}.calendar-page>header p:last-child{color:var(--muted)}.calendar-layout{display:grid;grid-template-columns:1fr 320px;grid-gap:18px;gap:18px;align-items:start}.calendar-card,.event-form{background:var(--card);border:1px solid var(--line);border-radius:17px;padding:20px}.calendar-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.calendar-toolbar h2{font:26px Georgia;margin:0}.calendar-toolbar button{border:0;background:transparent;color:var(--green)}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr)}.day-name{text-align:center;padding:10px;font-size:10px;text-transform:uppercase;color:var(--muted)}.calendar-day{min-height:115px;border-top:1px solid var(--line);border-left:1px solid var(--line);padding:8px;font-size:12px}.calendar-day:nth-child(7n){border-right:1px solid var(--line)}.calendar-day>span{color:var(--muted)}.calendar-event{position:relative;background:#e6efdc;border-left:3px solid var(--green);border-radius:5px;padding:6px;margin-top:6px;display:flex;flex-direction:column}.calendar-event small{color:var(--muted);margin-top:2px}.calendar-event button{position:absolute;right:2px;top:2px;border:0;background:transparent;color:#9a3e29}.event-form h2{font:27px Georgia;margin:0 0 20px}.event-form label{display:flex;flex-direction:column;gap:7px;margin:13px 0;font-size:12px;font-weight:700}.event-form input,.event-form textarea{border:1px solid var(--line);border-radius:9px;padding:11px;background:white}.time-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px}.event-form .button{display:flex;align-items:center;gap:7px}.blank{background:#f3f1eb}@media(max-width:950px){.calendar-layout{grid-template-columns:1fr}.calendar-day{min-height:90px}}@media(max-width:650px){.calendar-grid{overflow-x:auto;grid-template-columns:repeat(7,100px)}}.staff-page{min-height:100vh;padding:48px max(24px,calc((100vw - 1100px)/2));background:var(--paper)}.staff-page>header{display:flex;justify-content:space-between;align-items:center;margin:38px 0}.staff-page>header h1{font:44px Georgia;margin:0}.staff-page>header p:last-child{color:var(--muted)}.staff-page>header svg{color:var(--green)}.staff-grid{display:grid;grid-template-columns:340px 1fr;grid-gap:18px;gap:18px;align-items:start}.staff-form,.staff-list{background:var(--card);border:1px solid var(--line);border-radius:17px;padding:24px}.staff-form>svg{color:var(--green)}.staff-form h2,.staff-list h2{font:26px Georgia;margin:14px 0 22px}.staff-form label{display:flex;flex-direction:column;gap:8px;margin:15px 0;font-size:12px;font-weight:700}.staff-form input{border:1px solid var(--line);border-radius:9px;padding:12px}.staff-form .check-field{display:grid;grid-template-columns:auto 1fr;align-items:start;line-height:1.5}.staff-form .check-field input{margin:2px 0}.staff-list article{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:13px;gap:13px;padding:15px 0;border-top:1px solid var(--line)}.staff-list article>div{display:flex;flex-direction:column;gap:5px}.staff-list small{color:var(--muted)}.staff-roles{align-items:flex-end}.staff-roles mark{background:#e3efe9;color:var(--green)}@media(max-width:800px){.staff-grid{grid-template-columns:1fr}}.auth-transition{position:fixed;inset:0;display:grid;place-items:center;background:var(--paper);z-index:9999}.animated-mark{position:relative;width:76px;height:76px;display:grid;place-items:center}.animated-mark span{position:relative;z-index:2;width:52px;height:52px;border-radius:16px;background:var(--green);color:white;display:grid;place-items:center;font:26px Georgia,serif;animation:mark-breathe 1.4s ease-in-out infinite}.animated-mark i{position:absolute;inset:8px;border:1px solid var(--green);border-radius:20px;opacity:0;animation:mark-ripple 1.8s ease-out infinite}.animated-mark i:nth-of-type(2){animation-delay:.55s}.animated-mark i:nth-of-type(3){animation-delay:1.1s}.connection-state{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px;background:var(--paper)}.connection-state h1{font:34px Georgia,serif;margin:22px 0 8px}.connection-state p{color:var(--muted);margin:0 0 24px}.offline-icon{width:62px;height:45px;border:4px solid var(--green);border-top:0;border-radius:0 0 32px 32px;position:relative;transform:rotate(180deg);opacity:.8}.offline-icon:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:var(--green);left:23px;bottom:8px}.offline-icon span{position:absolute;width:72px;height:4px;background:var(--orange);transform:rotate(38deg);left:-9px;top:19px;border-radius:4px}@keyframes mark-breathe{0%,to{transform:scale(.94);box-shadow:0 8px 20px #28645116}50%{transform:scale(1);box-shadow:0 13px 28px #28645132}}@keyframes mark-ripple{0%{transform:scale(.7);opacity:.5}to{transform:scale(1.55);opacity:0}}@media(prefers-reduced-motion:reduce){.animated-mark i,.animated-mark span{animation:none}.animated-mark i{display:none}}.catalog-page{min-height:100vh;padding:48px max(24px,calc((100vw - 1200px)/2));background:var(--paper)}.catalog-page>header{display:flex;justify-content:space-between;align-items:center;margin:38px 0}.catalog-page>header h1{font:44px Georgia;margin:0}.catalog-page>header p:last-child{color:var(--muted)}.catalog-page>header svg{color:var(--green)}.catalog-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:17px;gap:17px}.catalog-card{background:var(--card);border:1px solid var(--line);border-radius:17px;padding:22px}.catalog-title{display:flex;gap:13px;align-items:flex-start}.catalog-title>svg{color:var(--green)}.catalog-title h2{font:25px Georgia;margin:0}.catalog-title p{color:var(--muted);font-size:12px}.catalog-card form{display:grid;grid-template-columns:1fr 1.4fr 1.2fr auto;grid-gap:7px;gap:7px;margin:20px 0}.catalog-card input,.catalog-card select{min-width:0;border:1px solid var(--line);border-radius:8px;background:white;padding:10px}.catalog-card .button{padding:9px 15px}.catalog-list>div{display:grid;grid-template-columns:1fr auto auto;align-items:center;grid-gap:12px;gap:12px;padding:11px 0;border-top:1px solid var(--line);font-size:12px}.catalog-list small{color:var(--muted)}.catalog-list button{border:0;background:transparent;color:#9a3e29}@media(max-width:950px){.catalog-grid{grid-template-columns:1fr}}@media(max-width:620px){.catalog-card form{grid-template-columns:1fr 1fr}.catalog-card form input:first-child{grid-column:1/-1}}.students-page{min-height:100vh;padding:48px max(24px,calc((100vw - 1180px)/2));background:var(--paper)}.students-page>header{display:flex;justify-content:space-between;align-items:center;margin:38px 0}.students-page>header h1{font:44px Georgia;margin:0}.students-page>header p:last-child{color:var(--muted)}.students-page>header svg{color:var(--green)}.student-form{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.student-directory,.student-form section{background:var(--card);border:1px solid var(--line);border-radius:17px;padding:22px}.student-actions,.student-form section:first-child,.student-form section:nth-child(2){grid-column:1/-1}.student-directory h2,.student-form h2{font:24px Georgia;margin:0 0 18px}.form-fields{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.form-fields label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:700}.form-fields label small{color:var(--muted);font-weight:400}.form-fields input,.form-fields select{border:1px solid var(--line);border-radius:8px;padding:11px;background:white;min-width:0}.student-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.student-actions .button,.student-directory .button{display:flex;align-items:center;gap:6px}.student-actions p{color:var(--green);font-size:12px}.student-directory{margin-top:18px}.student-directory article{display:grid;grid-template-columns:auto 1fr auto;grid-gap:12px;gap:12px;align-items:center;padding:13px 0;border-top:1px solid var(--line)}.student-directory article>div{display:flex;flex-direction:column;gap:5px}.student-directory small{color:var(--muted)}@media(max-width:850px){.student-form{grid-template-columns:1fr}.student-form section{grid-column:1/-1}.form-fields{grid-template-columns:1fr 1fr}}@media(max-width:560px){.form-fields{grid-template-columns:1fr}.student-actions{flex-wrap:wrap}}.imports-page{min-height:100vh;padding:48px max(24px,calc((100vw - 1100px)/2));background:var(--paper)}.imports-page>header{display:flex;justify-content:space-between;align-items:center;margin:38px 0}.imports-page>header h1{font:44px Georgia;margin:0}.imports-page>header p:last-child{color:var(--muted)}.imports-page>header svg{color:var(--green)}.import-tabs{display:flex;gap:5px;margin-bottom:12px}.import-tabs button{border:1px solid var(--line);padding:10px 20px;background:var(--card);font-weight:700}.import-tabs button:first-child{border-radius:10px 0 0 10px}.import-tabs button:last-child{border-radius:0 10px 10px 0}.import-tabs button.active{background:var(--green);color:white}.import-card{background:var(--card);border:1px solid var(--line);border-radius:17px;padding:24px}.import-actions{display:flex;gap:10px}.import-actions .button{display:flex;align-items:center;gap:7px}.import-note{color:var(--muted);font-size:12px}.preview-table{overflow:auto;margin:20px 0}.preview-table table{border-collapse:collapse;width:100%;font-size:12px}.preview-table td,.preview-table th{text-align:left;padding:10px;border-bottom:1px solid var(--line);white-space:nowrap}.import-submit{margin-left:auto;display:block}@media(max-width:600px){.import-actions{flex-direction:column}}.field-note{margin:-12px 0 14px;color:var(--muted);font-size:11px;line-height:1.5}.district-input{text-transform:uppercase;letter-spacing:.18em;font-weight:800}.shell{--hub-blue:#2563eb;--hub-navy:#172033;--hub-slate:#64748b;grid-template-columns:264px 1fr;background:#f5f7fb;color:#172033}.shell aside{color:#334155;border-right:1px solid #e5eaf1;padding:24px 18px;box-shadow:4px 0 18px #17203308}.shell aside .brand{color:#172033;margin:0 10px 28px;font-size:17px}.shell aside .brand i{background:linear-gradient(135deg,#2563eb,#4f46e5);border-radius:11px;box-shadow:0 7px 16px #2563eb35}.shell .school{background:#f8fafc;border:1px solid #e5eaf1;border-radius:14px;padding:15px;margin-bottom:22px}.shell .school span{font-weight:750;color:#1e293b}.shell .school small{color:#64748b}.shell aside nav{gap:6px}.shell aside nav a{color:#64748b;padding:12px 14px;border-radius:11px;font-weight:650}.shell aside nav a:hover{background:#f8fafc;color:#1e293b}.shell aside nav a.active{background:#eff6ff;color:#1d4ed8;box-shadow:inset 0 0 0 1px #dbeafe}.sidebar-footer{margin-top:auto;border-top:1px solid #e5eaf1;padding:18px 8px 0;display:grid;grid-gap:12px;gap:12px}.sidebar-footer>span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#16a34a;font-weight:800}.sidebar-footer>span i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#22c55e;margin-right:7px;box-shadow:0 0 0 4px #dcfce7}.sidebar-footer button{border:0;background:transparent;color:#64748b;display:flex;align-items:center;gap:10px;padding:9px 0;cursor:pointer;font-weight:650}.sidebar-footer button:hover{color:#dc2626}.shell .content{padding:0 38px 55px;max-width:none}.shell .content>header{height:74px;margin:0 -38px 28px;padding:0 38px;background:#fff;border-bottom:1px solid #e5eaf1;box-shadow:0 2px 8px #17203308}.shell .content>header h1{font:700 19px Arial;margin:0}.shell .content>header .eyebrow{font-size:9px;margin-bottom:4px;color:#64748b}.shell .header-actions button{background:#f8fafc;border-color:#e5eaf1}.shell .avatar{background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff}.profile-label{display:flex;flex-direction:column;align-items:flex-end;margin-left:4px}.profile-label b{font-size:12px}.profile-label small{font-size:10px;color:#64748b;margin-top:3px}.hub-welcome{display:flex;justify-content:space-between;align-items:center;padding:26px 30px;margin-bottom:20px;border-radius:18px;background:linear-gradient(120deg,#172033,#243552);color:#fff;box-shadow:0 14px 32px #17203318;overflow:hidden;position:relative}.hub-welcome:after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;right:-70px;top:-120px;background:#3b82f633}.hub-welcome>div,.hub-welcome>svg{position:relative;z-index:1}.hub-welcome>svg{color:#93c5fd}.hub-welcome span{font-size:10px;letter-spacing:.14em;color:#93c5fd;font-weight:800}.hub-welcome h2{font:34px Georgia;margin:8px 0}.hub-welcome p{margin:0;color:#cbd5e1;font-size:13px}.shell .stats{gap:16px;margin-bottom:16px}.shell .panel,.shell .stats article{background:#fff;border:1px solid #e5eaf1;border-radius:15px;box-shadow:0 5px 16px #17203308}.shell .stats article{padding:21px;border-top:3px solid #3b82f6}.shell .stats article:nth-child(2){border-top-color:#10b981}.shell .stats article:nth-child(3){border-top-color:#8b5cf6}.shell .stats article:nth-child(4){border-top-color:#f59e0b}.shell .stats span{color:#64748b;font-weight:650}.shell .stats b{font:700 30px Arial;color:#172033}.shell .stats small{color:#64748b;font-size:10px}.shell .dashboard-grid{grid-template-columns:minmax(300px,.8fr) minmax(500px,1.35fr);gap:16px}.shell .panel{padding:24px}.shell .panel-head h2{font:700 18px Arial}.shell .panel-head a{color:#2563eb;font-size:11px;font-weight:750}.shell .roster{grid-column:auto}.shell .roster th{background:#f8fafc}.shell .roster td{border-color:#edf0f5}.shell mark{background:#ecfdf5;color:#047857}@media(max-width:1050px){.shell .dashboard-grid{grid-template-columns:1fr}.shell .roster{grid-column:1}.profile-label{display:none}}@media(max-width:900px){.shell{grid-template-columns:82px 1fr}.shell aside{padding:24px 12px}.sidebar-footer>span{display:none}.sidebar-footer button{font-size:0;justify-content:center}.shell .content{padding:0 20px 40px}.shell .content>header{margin:0 -20px 24px;padding:0 20px}.hub-welcome{padding:24px}.hub-welcome h2{font-size:28px}}@media(max-width:560px){.shell{display:block}.shell .content{padding:0 14px 30px}.shell .content>header{margin:0 -14px 18px;padding:0 14px}.hub-welcome h2{font-size:24px}.hub-welcome>svg{display:none}.shell .stats{grid-template-columns:1fr 1fr}.shell .roster{overflow:auto}}:root{--ink:#08243a;--muted:#62788a;--paper:#f4faff;--card:#fff;--line:#d5e9f5;--green:#00aeef;--lime:#dff6ff;--orange:#00aeef}.brand img{object-fit:contain;flex:0 0 auto}.brand b{font-size:inherit;white-space:nowrap}.button.primary{background:#00aeef;border-color:#00aeef;color:#fff}.button.primary:hover{background:#009bd5;border-color:#009bd5}.button.ghost{border-color:#00aeef;color:#007eae}.hero-card{box-shadow:22px 22px 0 #dff6ff}.hero-card,.modules{background:#00aeef}.modules article span,.modules h2{color:#fff}.modules p{color:#e8f9ff}.auth-copy{background:#00aeef}.auth-copy .brand i{background:#fff;color:#00aeef}.auth-copy p{color:#e8f9ff}.auth-panel input:focus{border-color:#00aeef;box-shadow:0 0 0 3px #00aeef20}.shell{--hub-blue:#00aeef;--hub-navy:#08243a;--hub-slate:#62788a;background:#f4faff;color:#08243a}.shell aside{background:#fff;border-color:#d5e9f5}.shell aside .brand{color:#08243a;margin-left:4px}.shell aside .brand img{width:50px;height:50px}.shell .school{background:#f4faff;border-color:#d5e9f5}.shell aside nav a.active{background:#e5f7ff;color:#008cc5;box-shadow:inset 0 0 0 1px #bcecff}.shell aside nav a:hover{background:#f0faff;color:#007eae}.sidebar-footer>span{color:#008cc5}.sidebar-footer>span i{background:#00aeef;box-shadow:0 0 0 4px #dff6ff}.hub-welcome,.shell .avatar{background:#00aeef}.hub-welcome{box-shadow:0 14px 32px #00aeef28}.hub-welcome:after{background:#fff2}.hub-welcome span,.hub-welcome>svg{color:#fff}.hub-welcome p{color:#e8f9ff}.shell .stats article,.shell .stats article:nth-child(2),.shell .stats article:nth-child(3),.shell .stats article:nth-child(4){border-top-color:#00aeef}.shell .panel-head a{color:#008cc5}.shell mark{background:#e5f7ff;color:#007eae}.eyebrow,.portal-panel svg,.portal-stats article svg{color:#008cc5}.role-chip{background:#fff;border-color:#bcecff;color:#007eae}.portal-brand{display:flex;align-items:center;gap:10px;margin-bottom:34px;color:#08243a;font-size:18px}.portal-brand img{object-fit:contain}@media(max-width:900px){.shell aside .brand b{display:none}.shell aside .brand img{width:48px;height:48px}}.staff-management-grid{display:grid;grid-template-columns:minmax(560px,1.45fr) minmax(340px,.85fr);grid-gap:20px;gap:20px;align-items:start}.structured-staff-form{padding:28px}.staff-form-heading{display:flex;align-items:center;gap:14px;margin-bottom:22px}.staff-form-heading>svg{color:var(--green)}.staff-form-heading h2{margin:2px 0 0}.staff-form-heading .eyebrow{margin:0}.icon-button{margin-left:auto;border:0;background:var(--paper);color:var(--muted);border-radius:10px;padding:8px;cursor:pointer}.structured-staff-form fieldset{border:1px solid var(--line);border-radius:13px;padding:18px;margin:0 0 16px}.structured-staff-form legend{padding:0 8px;color:var(--green);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.staff-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 14px;gap:0 14px}.structured-staff-form .wide{grid-column:1/-1}.structured-staff-form input,.structured-staff-form select,.structured-staff-form textarea{width:100%;border:1px solid var(--line);border-radius:9px;padding:11px;background:white;outline:none}.structured-staff-form input:focus,.structured-staff-form select:focus,.structured-staff-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #00aeef18}.structured-staff-form input[readonly]{background:var(--paper);color:var(--muted)}.structured-staff-form .check-field{display:grid;grid-template-columns:auto 1fr;align-items:center;align-self:end;margin-bottom:20px}.structured-staff-form .check-field input{width:auto}.assignment-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.assignment-options label{display:flex;flex-direction:row;align-items:center;gap:9px;margin:0;padding:10px;border:1px solid var(--line);border-radius:9px;background:var(--paper);cursor:pointer}.assignment-options input{width:auto}.assignment-options span{display:flex;flex-direction:column;gap:2px}.assignment-options small{color:var(--muted);font-weight:400}.assignment-empty{color:var(--muted);font-size:12px;margin:0}.staff-submit{width:100%}.structured-staff-list{position:-webkit-sticky;position:sticky;top:20px}.staff-list-title{display:flex;align-items:center;justify-content:space-between}.staff-list-title h2{margin:2px 0 18px}.staff-list-title .eyebrow{margin:0}.staff-list-title>b{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--lime);color:var(--green)}.structured-staff-list article{grid-template-columns:auto minmax(0,1fr) auto;align-items:start}.structured-staff-list article>div:nth-child(2){min-width:0}.structured-staff-list article>div:nth-child(2)>small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.assignment-summary{display:flex!important;flex-direction:row!important;flex-wrap:wrap;gap:5px!important;margin-top:5px}.assignment-summary span{padding:4px 7px;border-radius:99px;background:var(--paper);color:var(--muted);font-size:9px}.edit-staff{display:flex;align-items:center;gap:5px;border:0;background:transparent;color:var(--green);font-size:11px;font-weight:750;cursor:pointer}.structured-staff-list .staff-roles{align-items:flex-end}.staff-page .embedded-import{margin-top:20px}@media(max-width:980px){.staff-management-grid{grid-template-columns:1fr}.structured-staff-list{position:static}}@media(max-width:620px){.assignment-options,.staff-fields{grid-template-columns:1fr}.structured-staff-form .wide{grid-column:auto}.structured-staff-list article{grid-template-columns:auto 1fr}.structured-staff-list .staff-roles{grid-column:2;align-items:flex-start}}.catalog-message{margin:-22px 0 20px;padding:11px 14px;border:1px solid #bcecff;border-radius:10px;background:#e5f7ff;color:#007eae;font-size:12px;font-weight:700}.catalog-actions{display:flex;align-items:center;gap:3px}.catalog-actions button,.catalog-cancel{display:grid;place-items:center;border:0!important;background:transparent!important;padding:7px!important;border-radius:8px;cursor:pointer}.catalog-actions button:first-child{color:var(--green)}.catalog-actions button:last-child{color:#a53d32}.catalog-actions button:hover,.catalog-cancel:hover{background:var(--paper)!important}.catalog-cancel{color:var(--muted);align-self:center}.catalog-card form:has(.catalog-cancel){grid-template-columns:1fr 1.4fr 1.2fr auto auto}.catalog-list>div{grid-template-columns:minmax(0,1fr) auto auto}.catalog-list b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:620px){.catalog-card form:has(.catalog-cancel){grid-template-columns:1fr 1fr}.catalog-cancel{grid-column:auto}}.catalog-color{display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:5px 8px;font-size:11px;font-weight:700}.catalog-color input{width:42px;height:30px;padding:2px;border:0}.catalog-list b:has(.house-swatch){display:flex;align-items:center;gap:8px}.house-swatch{width:12px;height:12px;border-radius:50%;flex:0 0 auto;box-shadow:0 0 0 1px #0002}.catalog-assignments{grid-column:1/-1;border:1px solid var(--line);border-radius:12px;padding:15px;margin:15px 0 0}.catalog-assignments legend{padding:0 7px;color:var(--green);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.catalog-assignments .assignment-options{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:850px){.catalog-assignments .assignment-options{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.catalog-assignments .assignment-options{grid-template-columns:1fr}}.rosters-page{min-height:100vh;padding:48px max(24px,calc((100vw - 1240px)/2));background:var(--paper)}.rosters-page>header{display:flex;align-items:center;justify-content:space-between;margin:38px 0}.rosters-page>header h1{font:44px Georgia;margin:0}.rosters-page>header p:last-child{color:var(--muted)}.rosters-page>header svg{color:var(--green)}.roster-filters{display:grid;grid-template-columns:1fr 1fr 1fr 1.25fr;grid-gap:10px;gap:10px;padding:18px;background:var(--card);border:1px solid var(--line);border-radius:16px}.roster-filters label{display:flex;flex-direction:column;gap:7px;font-size:11px;font-weight:750}.roster-filters input,.roster-filters select,.roster-table-card select{min-width:0;border:1px solid var(--line);border-radius:9px;background:#fff;padding:11px}.roster-search{position:relative;justify-content:flex-end}.roster-search svg{position:absolute;left:12px;bottom:12px;color:var(--muted)}.roster-search input{padding-left:35px}.roster-empty{margin-top:18px;padding:75px 30px;text-align:center;background:var(--card);border:1px dashed var(--line);border-radius:17px}.roster-empty svg{color:var(--green)}.roster-empty h2{font:27px Georgia;margin:13px 0 7px}.roster-empty p{color:var(--muted)}.roster-summary{display:grid;grid-template-columns:1.2fr .7fr .7fr auto;grid-gap:10px;gap:10px;margin:18px 0}.roster-summary article,.roster-table-card,.teacher-panel{background:var(--card);border:1px solid var(--line);border-radius:15px}.roster-summary article{padding:17px;display:flex;flex-direction:column;gap:8px}.roster-summary span{font-size:10px;text-transform:uppercase;color:var(--muted);font-weight:750}.roster-summary b{font-size:20px}.roster-actions{display:flex;align-items:center;gap:7px}.roster-actions .button{display:flex;align-items:center;gap:6px;white-space:nowrap}.teacher-panel{padding:20px;margin-bottom:14px}.teacher-panel>div h2{font:24px Georgia;margin:0 0 15px}.teacher-panel>div .eyebrow{margin-bottom:5px}.teacher-panel article{display:grid;grid-template-columns:1fr .7fr 1.2fr 1.1fr;grid-gap:12px;gap:12px;padding:11px 0;border-top:1px solid var(--line);font-size:12px}.teacher-panel small,.teacher-panel span{color:var(--muted)}.roster-table-card{overflow:auto;padding:8px 20px 20px}.roster-table-card table{width:100%;border-collapse:collapse}.roster-table-card th{text-align:left;padding:13px 10px;font-size:9px;text-transform:uppercase;letter-spacing:.09em;color:var(--muted)}.roster-table-card td{padding:12px 10px;border-top:1px solid var(--line);font-size:12px}.roster-table-card td:first-child{display:flex;align-items:center;gap:9px;white-space:nowrap}.roster-table-card select{padding:8px}.roster-message{padding:10px 13px;border-radius:9px;background:#e5f7ff;color:#007eae;font-size:12px;font-weight:700}@media(max-width:900px){.roster-filters,.roster-summary{grid-template-columns:1fr 1fr}.roster-actions{grid-column:1/-1}.teacher-panel article{grid-template-columns:1fr 1fr}}@media(max-width:580px){.roster-filters,.roster-summary,.teacher-panel article{grid-template-columns:1fr}.roster-actions{flex-wrap:wrap}}@media print{.rosters-page{padding:0;background:#fff}.back-link,.roster-actions,.roster-filters,.roster-message,.roster-table-card select,.teacher-panel{display:none!important}.roster-table-card{border:0;padding:0}.rosters-page>header{margin:0 0 20px}.roster-table-card table{font-size:10px}}.attendance-page{min-height:100vh;padding:48px max(24px,calc((100vw - 1240px)/2));background:var(--paper)}.attendance-page>header{display:flex;align-items:center;justify-content:space-between;margin:38px 0}.attendance-page>header h1{font:44px Georgia;margin:0}.attendance-page>header p:last-child{color:var(--muted)}.attendance-page>header svg{color:var(--green)}.attendance-setup{background:var(--card);border:1px solid var(--line);border-radius:17px;padding:20px}.attendance-mode{display:flex;gap:5px;margin-bottom:17px}.attendance-mode button{border:1px solid var(--line);background:var(--paper);padding:9px 15px;font-size:11px;font-weight:750;cursor:pointer}.attendance-mode button:first-child{border-radius:9px 0 0 9px}.attendance-mode button:last-child{border-radius:0 9px 9px 0}.attendance-mode button.active{background:var(--green);border-color:var(--green);color:#fff}.attendance-fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.attendance-fields label{display:flex;flex-direction:column;gap:7px;font-size:11px;font-weight:750}.attendance-fields input,.attendance-fields select,.attendance-register input{min-width:0;border:1px solid var(--line);border-radius:9px;background:#fff;padding:10px}.attendance-empty{margin-top:18px;padding:75px 25px;text-align:center;background:var(--card);border:1px dashed var(--line);border-radius:17px}.attendance-empty svg{color:var(--green)}.attendance-empty h2{font:27px Georgia;margin:13px 0 6px}.attendance-empty p{color:var(--muted)}.attendance-stats{display:grid;grid-template-columns:repeat(4,1fr) auto;grid-gap:10px;gap:10px;margin:17px 0}.attendance-stats article{background:var(--card);border:1px solid var(--line);border-top:3px solid var(--green);border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:6px}.attendance-stats article.absent{border-top-color:#dc4d41}.attendance-stats article.late{border-top-color:#e9a62f}.attendance-stats article.excused{border-top-color:#7a75d1}.attendance-stats span{text-transform:capitalize;font-size:10px;color:var(--muted);font-weight:750}.attendance-stats b{font-size:23px}.attendance-stats .button{align-self:center;display:flex;align-items:center;gap:6px}.attendance-register{background:var(--card);border:1px solid var(--line);border-radius:17px;padding:9px 20px 20px;overflow:auto}.attendance-register table{width:100%;border-collapse:collapse}.attendance-register th{text-align:left;padding:12px 9px;font-size:9px;text-transform:uppercase;letter-spacing:.09em;color:var(--muted)}.attendance-register td{padding:11px 9px;border-top:1px solid var(--line);font-size:12px}.attendance-register td:first-child{display:flex;align-items:center;gap:9px;white-space:nowrap}.status-options{display:flex;gap:5px}.status-options label{border:1px solid var(--line);border-radius:99px;padding:7px 9px;text-transform:capitalize;font-size:9px;font-weight:750;cursor:pointer}.status-options input{position:absolute;opacity:0;pointer-events:none}.status-options label.selected.present{background:#e6f7ef;color:#087348;border-color:#9ed9bd}.status-options label.selected.absent{background:#fae8e6;color:#a5372e;border-color:#edb3ae}.status-options label.selected.late{background:#fff3d9;color:#8c5d00;border-color:#efd397}.status-options label.selected.excused{background:#efedff;color:#5049a8;border-color:#c7c3ef}.attendance-register footer{display:flex;justify-content:flex-end;align-items:center;gap:14px;padding-top:17px}.attendance-register footer p{margin:0;color:var(--green);font-size:12px}.attendance-register footer .button{display:flex;align-items:center;gap:6px}@media(max-width:950px){.attendance-fields,.attendance-stats{grid-template-columns:1fr 1fr}.attendance-stats .button{grid-column:1/-1;justify-self:start}}@media(max-width:600px){.attendance-fields,.attendance-stats{grid-template-columns:1fr}.status-options{flex-wrap:wrap}.attendance-register table{min-width:760px}}.gradebook-page{min-height:100vh;padding:48px max(24px,calc((100vw - 1280px)/2));background:var(--paper)}.gradebook-page>header{display:flex;justify-content:space-between;align-items:center;margin:38px 0}.gradebook-page>header h1{font:44px Georgia;margin:0}.gradebook-page>header p:last-child{color:var(--muted)}.gradebook-page>header svg{color:var(--green)}.gradebook-filters{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:9px;gap:9px;background:var(--card);border:1px solid var(--line);border-radius:16px;padding:18px;position:-webkit-sticky;position:sticky;top:0;z-index:4}.grade-summary label,.gradebook-filters label{display:flex;flex-direction:column;gap:7px;font-size:11px;font-weight:750}.grade-group input,.grade-group select,.grade-group textarea,.grade-summary select,.grade-summary textarea,.gradebook-filters select{min-width:0;width:100%;border:1px solid var(--line);border-radius:8px;background:#fff;padding:10px}.gradebook-empty{margin-top:18px;padding:75px 25px;text-align:center;background:var(--card);border:1px dashed var(--line);border-radius:17px}.gradebook-empty svg{color:var(--green)}.gradebook-empty h2{font:27px Georgia;margin:13px 0 6px}.gradebook-empty p{color:var(--muted)}.learner-strip{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;grid-gap:12px;gap:12px;align-items:center;margin:16px 0;padding:17px 20px;background:#08243a;color:#fff;border-radius:14px}.learner-strip div{display:flex;flex-direction:column;gap:4px}.learner-strip div span,.learner-strip>span{color:#c9eaf7;font-size:11px}.grade-group{background:var(--card);border:1px solid var(--line);border-radius:15px;padding:20px;margin-bottom:12px}.grade-group h2{font:24px Georgia;margin:0 0 17px}.grade-group>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.grade-group label{display:flex;flex-direction:column;gap:7px;font-size:10px;font-weight:750;line-height:1.35}.grade-group aside{display:flex;flex-wrap:wrap;gap:7px;margin-top:15px;padding-top:14px;border-top:1px solid var(--line)}.grade-group aside span{background:var(--paper);border-radius:8px;padding:8px 10px;font-size:10px;color:var(--muted)}.grade-group aside b{color:var(--ink);margin-left:4px}.grade-summary{display:grid;grid-template-columns:1fr 1fr 2fr auto;grid-gap:12px;gap:12px;align-items:end;background:var(--card);border:1px solid var(--line);border-radius:15px;padding:20px}.grade-summary>div{display:flex;flex-direction:column;gap:7px}.grade-summary>div span{font-size:10px;text-transform:uppercase;color:var(--muted);font-weight:750}.grade-summary>div b{font-size:28px}.grade-summary .button{display:flex;align-items:center;gap:7px}.grade-summary p{grid-column:1/-1;margin:0;color:var(--green);font-size:12px}@media(max-width:950px){.grade-group>div,.grade-summary,.gradebook-filters,.learner-strip{grid-template-columns:1fr 1fr}}@media(max-width:580px){.grade-group>div,.grade-summary,.gradebook-filters,.learner-strip{grid-template-columns:1fr}.gradebook-filters{position:static}}.gradebook-filters.four{grid-template-columns:repeat(4,minmax(0,1fr))}.sheet-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:16px 0;padding:17px 20px;border-radius:14px;background:#08243a;color:#fff}.sheet-toolbar>div{display:flex;align-items:center;gap:13px}.sheet-toolbar>div:first-child{flex-direction:column;align-items:flex-start;gap:4px}.sheet-toolbar span{font-size:11px;color:#c9eaf7}.sheet-toolbar .button{display:flex;align-items:center;gap:7px}.grade-sheet{max-width:100%;overflow:auto;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 8px 24px #08243a0b}.grade-sheet table{border-collapse:separate;border-spacing:0;min-width:max-content;font-size:10px}.grade-sheet td,.grade-sheet th{min-width:92px;max-width:150px;padding:7px;border-right:1px solid #dbe7ed;border-bottom:1px solid #dbe7ed;vertical-align:middle}.grade-sheet thead th{position:-webkit-sticky;position:sticky;top:0;z-index:2;background:#dff6ff;color:#083047;font-size:9px;line-height:1.3;text-align:center}.grade-sheet thead tr:first-child th{top:0;background:#00aeef;color:#fff;text-transform:uppercase;letter-spacing:.04em}.grade-sheet thead tr:nth-child(2) th{top:38px}.grade-sheet .sticky-name{position:-webkit-sticky;position:sticky;left:0;z-index:3;min-width:175px;max-width:175px;background:#fff}.grade-sheet thead .sticky-name{z-index:5;background:#008fc5!important}.grade-sheet tbody tr:nth-child(2n) .sticky-name,.grade-sheet tbody tr:nth-child(2n) td{background:#f8fcfe}.grade-sheet td.sticky-name b,.grade-sheet td.sticky-name small{display:block}.grade-sheet td.sticky-name small{color:var(--muted);margin-top:3px}.grade-sheet input,.grade-sheet select,.grade-sheet textarea{width:100%;min-width:78px;border:1px solid transparent;border-radius:5px;background:transparent;padding:6px;font:inherit}.grade-sheet input:focus,.grade-sheet select:focus,.grade-sheet textarea:focus{outline:2px solid #00aeef;background:#fff}.grade-sheet td.calculated{background:#eef8f2!important;color:#12633f;text-align:center;font-weight:750}.sheet-message{position:-webkit-sticky;position:sticky;bottom:15px;margin:12px 0 0;padding:11px 15px;border-radius:10px;background:#e5f7ff;color:#007eae;font-size:12px;font-weight:750}@media(max-width:800px){.gradebook-filters.four{grid-template-columns:1fr 1fr}.sheet-toolbar{align-items:flex-start;flex-direction:column}.sheet-toolbar>div:last-child{flex-wrap:wrap}}@media(max-width:520px){.gradebook-filters.four{grid-template-columns:1fr}}.report-workspace{min-height:100vh;background:#eef6fb;padding:28px;color:#102a3a}.report-toolbar{max-width:1180px;margin:0 auto 20px}.report-toolbar .back-link{color:#087dbb;text-decoration:none;font-weight:700}.report-toolbar header{display:flex;align-items:center;justify-content:space-between;margin:18px 0}.report-toolbar h1{margin:0;font-size:2rem}.report-filters{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));grid-gap:12px;gap:12px;background:white;padding:16px;border-radius:16px;box-shadow:0 8px 30px #1a65991a}.report-filters label{display:grid;grid-gap:6px;gap:6px;font-weight:700;font-size:.8rem}.report-filters select{border:1px solid #c8d8e4;border-radius:9px;padding:10px;background:white}.report-actions{display:flex;gap:10px;align-items:end}.report-actions button{border:0;border-radius:9px;padding:11px 16px;background:#078bcc;color:white;font-weight:800;cursor:pointer}.report-actions button:disabled{opacity:.45}.report-note{max-width:1180px;margin:12px auto;color:#527080}.report-paper{width:210mm;min-height:297mm;margin:22px auto;background:white;padding:8mm;box-shadow:0 12px 42px #1c50652e;font-family:Arial,sans-serif;font-size:10px;color:#111}.report-head{border:2px solid #10a85a}.report-title{display:grid;grid-template-columns:70px 1fr 70px;align-items:center;background:#02a9e9;color:white;text-align:center;padding:6px}.report-title img{width:62px;height:62px;object-fit:contain}.report-title h2{margin:0;font:italic 700 24px Georgia,serif}.report-title p{margin:2px 0;font-weight:700}.report-term{text-align:center;font-size:13px;font-weight:800;padding:5px;border-top:2px solid white}.report-profile{display:grid;grid-template-columns:1fr 120px 1fr;border-top:2px solid #10a85a}.report-profile dl{margin:0}.report-profile div{display:grid;grid-template-columns:1fr 1.25fr;border-bottom:1px solid #555}.report-profile dd,.report-profile dt{padding:3px;margin:0}.report-profile dt{font-weight:800}.report-photo{border-left:1px solid #555;border-right:1px solid #555;display:grid;place-items:center;background:#e8f7f4;min-height:145px}.report-photo img{width:112px;height:140px;object-fit:cover}.report-section{margin-top:9px;border:1px solid #333}.report-section h3{margin:0;text-align:center;background:#02a9e9;color:white;padding:4px;text-transform:uppercase;font-size:11px}.report-grid{display:grid;grid-template-columns:repeat(4,1fr)}.report-cell{border-top:1px solid #555;border-right:1px solid #555;padding:4px;min-height:28px}.report-cell b{display:block;font-size:8px;text-transform:uppercase}.report-cell span{display:block;text-align:center;margin-top:3px;font-weight:700}.report-comments{display:grid;grid-gap:9px;gap:9px}.report-comment{border:1px solid #333}.report-comment b{display:block;background:#dff5ff;padding:4px}.report-comment p{min-height:38px;margin:0;padding:6px}.report-sign{display:flex;justify-content:space-between;padding:8px 3px}.report-scale table{width:100%;border-collapse:collapse;text-align:center}.report-scale td,.report-scale th{border:1px solid #333;padding:3px}.report-scale thead{background:#02a9e9;color:#fff}.report-watermark{position:fixed;inset:auto 18px 18px auto;background:#173d50;color:white;padding:7px 11px;border-radius:20px;font-weight:800}.report-empty{max-width:700px;margin:80px auto;text-align:center;color:#587482}.report-motto{text-align:center;font:700 italic 14px Georgia,serif;margin-top:14px}.print-only{display:none}@media(max-width:900px){.report-filters{grid-template-columns:1fr 1fr}.report-paper{width:100%;overflow:auto}.report-profile{grid-template-columns:1fr}.report-photo{order:-1}}@media print{body{background:white!important}.report-note,.report-toolbar,.report-watermark{display:none!important}.report-workspace{padding:0;background:white}.report-paper{box-shadow:none;margin:0;width:210mm;min-height:297mm;padding:7mm}.print-only{display:block}.report-section{page-break-inside:avoid;break-inside:avoid}}.platform-console{min-height:100vh;background:#eef7fc;color:#102a3a;display:grid;grid-template-columns:245px 1fr}.platform-console>aside{background:#062d43;color:#d8effb;padding:30px 20px;display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:0;height:100vh}.platform-logo{display:flex;align-items:center;gap:11px;color:white;font-weight:800;margin:0 9px 38px}.platform-console aside nav{display:grid;grid-gap:5px;gap:5px}.platform-console aside nav a,.platform-console aside>button{display:flex;align-items:center;gap:11px;padding:12px;border-radius:10px;color:#a9cddd;border:0;background:transparent}.platform-console aside svg{width:18px}.platform-console aside>button{margin-top:auto;cursor:pointer}.platform-main{padding:40px;max-width:1500px;width:100%;margin:auto}.platform-main>header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:28px}.platform-main h1{font:42px Georgia;margin:0 0 8px}.platform-main header>div>p:last-child{color:#587487}.platform-main .role-chip{display:flex;align-items:center;gap:7px;background:white}.platform-metrics{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.ops-card,.platform-metrics article{background:white;border:1px solid #d7e6ee;border-radius:17px;box-shadow:0 8px 30px #19577a0b}.platform-metrics article{padding:20px;display:grid;grid-template-columns:auto 1fr;grid-gap:9px;gap:9px}.platform-metrics article>svg{color:#078cca}.platform-metrics span{color:#617b89;font-size:12px}.platform-metrics b{grid-column:1/-1;font:34px Georgia}.platform-metrics small{color:#078cca}.platform-metrics .warning{border-color:#f0b3a7}.platform-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;margin-top:14px}.ops-card{padding:22px}.ops-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.ops-heading h2{font:26px Georgia;margin:0}.ops-heading>svg{color:#078cca}.institution-list>div,.ops-table>div{display:flex;align-items:center;gap:11px;padding:13px 0;border-top:1px solid #e4edf2}.institution-mark{width:38px;height:38px;border-radius:10px;background:#dff3fd;color:#057bb2;display:grid;place-items:center;font-weight:900}.institution-list div div,.ops-table div span{display:grid;grid-gap:4px;gap:4px;flex:1 1}.institution-list small,.ops-table small{color:#6c8490}.count-chip,.institution-list mark,.ops-table mark{border-radius:99px;padding:5px 8px;background:#ddf5eb;color:#147252;font-size:10px}.admin-create{display:grid;grid-gap:12px;gap:12px}.admin-create label{display:grid;grid-gap:6px;gap:6px;font-size:12px;font-weight:800}.admin-create input,.admin-create select{border:1px solid #cadce6;border-radius:9px;padding:11px;background:#fff}.admin-create>small{color:#6c8490}.platform-message{background:#e5f4fb;color:#075f89;padding:10px;border-radius:8px;margin:0}.ops-table>div>svg{color:#078cca}.ops-table time{font-size:10px;color:#718792}.healthy{display:flex;align-items:center;gap:8px;color:#147252}.count-chip{font-weight:800}@media(max-width:1000px){.platform-metrics{grid-template-columns:1fr 1fr}.platform-grid{grid-template-columns:1fr}}@media(max-width:700px){.platform-console{display:block}.platform-console>aside{display:none}.platform-main{padding:24px}.platform-main>header{display:block}.platform-main h1{font-size:34px}.platform-metrics{grid-template-columns:1fr}}