*{box-sizing:border-box}body{margin:0;font:14px Segoe UI,Arial;background:#f4f8fb;color:#10283b}button{border:0;border-radius:10px;padding:10px 13px;background:#167fb7;color:#fff;font-weight:700;cursor:pointer}header{height:64px;background:#fff;border-bottom:1px solid #dde7ed;display:flex;align-items:center;gap:12px;padding:0 22px;position:sticky;top:0;z-index:3}.logo{width:40px;height:40px;border-radius:14px;background:linear-gradient(135deg,#188fd0,#18a892);color:#fff;display:grid;place-items:center;font-weight:900}header small,header b{display:block}.search{margin-left:auto;background:#eef4f7;color:#8997a1;padding:10px 14px;border-radius:12px;width:310px}.user{background:#e1f5fb;padding:9px 13px;border-radius:11px;font-weight:700}aside{position:fixed;top:64px;bottom:0;width:238px;background:#fff;border-right:1px solid #dde7ed;padding:14px;display:flex;flex-direction:column;gap:5px}aside>button{text-align:left;background:transparent;color:#566a78}aside>button.active{background:#dcf2fb;color:#124d6d}.console{margin-top:auto;padding:16px;border-radius:18px;background:linear-gradient(145deg,#147dbc,#11a08e);color:#fff}.console small{display:block;margin:7px 0 12px;opacity:.85}.console button{width:100%;background:#fff;color:#176987}main{margin-left:238px;padding:24px;display:grid;grid-template-columns:1fr;gap:20px}main.withPane{grid-template-columns:minmax(0,1fr) 390px}.title{display:flex;justify-content:space-between}.title h1{margin:0}.title p{color:#6b7c88}.title>span{height:min-content;background:#dcf6e8;color:#137348;padding:7px 11px;border-radius:999px}.hero{padding:27px;border-radius:25px;background:linear-gradient(110deg,#147fc3,#17aa91);color:#fff}.hero h2{font-size:30px;margin:6px 0}.grid4,.grid3,.grid2{display:grid;gap:16px;margin:18px 0}.grid4{grid-template-columns:repeat(4,1fr)}.grid3{grid-template-columns:repeat(3,1fr)}.grid2{grid-template-columns:repeat(2,1fr)}.card,.metric,.upload{background:#fff;border-radius:18px;padding:18px;box-shadow:0 3px 12px #173c5112}.metric span,.metric b,.metric small{display:block}.metric span,.metric small,.muted{color:#6d7d89}.metric b{font-size:27px;margin:5px 0 10px}.bar{height:6px;background:#209be0;border-radius:99px}.green{background:#1caf72}.amber{background:#f0a51c}.violet{background:#8d63dc}.card h3{margin:0 0 14px}.row,.pick{display:block;width:100%;text-align:left;background:#f8fbfc;color:#173043;margin:8px 0}.pick.active{background:#dcf2fb}.row small,.pick small{display:block;color:#71808b;margin-top:3px}.studentLayout{display:grid;grid-template-columns:270px 1fr;gap:18px}.info,.good,.warn{padding:14px;border-radius:12px;background:#f6f9fb;margin:10px 0}.good{background:#e9f8ef;color:#196d47}.warn{background:#fff5dc;color:#885d0c}.progress{margin:16px 0}.progress div,.review{display:flex;justify-content:space-between}.track{height:8px;background:#edf2f5;border-radius:99px;overflow:hidden;margin-top:6px}.track i{display:block;height:100%;background:#209be0}.upload{text-align:center;padding:44px;border:2px dashed #b7deea}.check{padding:7px;color:#1caf72}.pane{background:#071624;color:#fff;border-radius:25px;padding:20px;position:sticky;top:87px;height:calc(100vh - 112px);overflow:auto}.event,.process,.confirm{padding:13px;border-radius:13px;background:#ffffff0b;border:1px solid #ffffff12;margin:10px 0}.event{color:#8998a5}.event.done{color:#dff9ec}.event.now{color:#fff;border-color:#38d2e555}.confirm{color:#ffe3a1;background:#e99f1618}.hidden{display:none}.toast{position:fixed;right:24px;bottom:24px;background:#071624;color:#fff;padding:13px 17px;border-radius:12px}@media(max-width:1050px){.grid4{grid-template-columns:repeat(2,1fr)}main.withPane{grid-template-columns:1fr}.pane{position:relative;height:auto}}