:root{--ink:#153548;--muted:#647779;--green:#087c80;--lime:#80eee0;--bg:#f3f6f6;--line:#e0e8e7;--white:#fff;--red:#aa3940;--amber:#986315}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,'Segoe UI',Arial,sans-serif;font-size:16px;line-height:1.5}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-offset:4px}button{cursor:pointer}a{color:var(--green);text-decoration:none}button{border:1px solid var(--line);border-radius:8px;padding:10px 16px;background:white;color:var(--ink);font-size:14px;font-weight:600}button:hover{background:#edf3f1}button.primary{background:var(--green);border-color:var(--green);color:white}button.primary:hover{background:#115543}button.danger{color:var(--red)}button:disabled{opacity:.5;cursor:not-allowed}h1,h2,h3,p{margin:0}h1{font-size:30px;letter-spacing:-1px;font-weight:650}h2{font-size:19px;letter-spacing:-.3px}h3{font-size:16px}small{font-size:13px;color:var(--muted)}#sidebar{position:fixed;inset:0 auto 0 0;width:250px;background:#0e2940;color:#c5d5d5;padding:30px 20px;display:flex;flex-direction:column;z-index:20}.brand{display:flex;align-items:center;gap:11px;color:white;font-size:29px;font-weight:700;line-height:1.15;letter-spacing:-1px}.brand-symbol{background:var(--lime);color:#0e2940;border-radius:11px;width:44px;height:44px;text-align:center;font-size:35px}.brand-sub{display:block;font-size:10px;letter-spacing:2px;margin-top:5px;font-weight:500}.school{border:1px solid #315052;display:flex;align-items:center;gap:10px;padding:14px 10px;border-radius:9px;margin:35px 0 28px;font-size:14px}.school-icon{background:#315052;width:31px;height:34px;display:grid;place-items:center;border-radius:7px;color:white}.school strong{font-size:13px;display:block}.school small{font-size:12px;color:#9bb6b6;display:block}.nav-label{font-size:10px;letter-spacing:1.8px;color:#91adad;margin:0 13px 12px}nav a{display:flex;align-items:center;gap:12px;color:#bed0d0;border-radius:8px;padding:13px 12px;margin:5px 0;font-size:14px}nav a.active{background:var(--lime);color:#153548;font-weight:650}nav a:hover:not(.active){background:#244246}.nav-icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center}svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.sidebar-bottom{margin-top:auto;font-size:13px;padding:25px 12px 0}.sidebar-bottom small{display:block;margin:8px 0 0 15px;color:#8ca6a8;font-size:11px}.live-dot{display:inline-block;background:var(--lime);border-radius:50%;width:6px;height:6px;margin-right:7px}.workspace{margin-left:250px}header{height:78px;background:#fff;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:0 36px;font-size:14px}.header-left,.header-right{display:flex;align-items:center;gap:16px}.cycle-label{padding-right:18px;border-right:1px solid var(--line);color:var(--muted)}.avatar{width:34px;height:34px;display:inline-grid;place-items:center;border-radius:50%;background:#e6efea;font-size:12px;font-weight:700}.demo-strip{padding:10px 36px;background:#e9f1ee;font-size:12px;color:#46655b;display:flex;justify-content:space-between;gap:12px}.demo-strip a{font-weight:650}main{padding:30px 36px;min-height:calc(100vh - 175px);max-width:1680px;margin:auto}.page-head{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:25px}.page-head p{color:var(--muted);font-size:14px;margin-top:5px}.actions{display:flex;gap:9px;flex-wrap:wrap;align-items:center}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:650;margin-bottom:7px;color:var(--green)}.welcome{padding:28px 30px;background:#e3f0f1;border-radius:12px;display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:24px;border:1px solid #d2e5e7}.welcome h2{font-size:24px}.welcome p{font-size:14px;color:#4b6961;margin-top:7px}.welcome .welcome-date{text-align:right;min-width:145px;font-size:14px}.welcome-date strong{display:block;font-size:30px;letter-spacing:-1px;font-weight:500}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px;margin-bottom:25px}.stat{border:1px solid var(--line);border-radius:11px;padding:19px;background:#fff}.stat-label{color:var(--muted);font-size:13px;display:flex;justify-content:space-between;align-items:center}.stat-value{font-size:31px;font-weight:650;letter-spacing:-1px;margin:9px 0 3px}.stat-note{font-size:12px;color:var(--muted)}.grid-two{display:grid;grid-template-columns:1.5fr 1fr;gap:22px;margin-bottom:23px}.panel{background:#fff;border:1px solid var(--line);border-radius:11px;overflow:hidden;margin-bottom:22px}.grid-two .panel{margin-bottom:0}.panel-head{padding:21px 23px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}.panel-body{padding:22px}.panel-head a{font-size:13px;font-weight:600}.pill{padding:4px 9px;font-size:12px;border-radius:5px;display:inline-block;font-weight:600;background:#e7f3ec;color:#247053;white-space:nowrap}.pill.amber{background:#fff2d9;color:#916417}.pill.red{background:#fbe8e9;color:#a83d45}.pill.gray{background:#eef2f3;color:#637477}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;white-space:nowrap;font-size:14px;text-align:left}th{font-size:11px;letter-spacing:.8px;text-transform:uppercase;background:#fafbfb;color:#70817f;font-weight:600;padding:13px 22px}td{padding:16px 22px;border-top:1px solid #edf1f0}td small{display:block;font-size:12px;margin-top:3px}td button{padding:6px 10px;font-size:12px}.student-cell{display:flex;align-items:center;gap:11px}.student-cell .avatar{flex-shrink:0}.student-cell strong{font-size:13px;font-weight:600}.filters{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:20px}.filters label{font-size:13px;color:var(--muted)}input,select,textarea{border:1px solid #cedbd7;border-radius:7px;padding:10px 12px;background:white;color:var(--ink);max-width:100%;font-size:14px}input[type=search]{min-width:250px;flex:1}textarea{resize:vertical;min-height:100px}label.field{display:flex;flex-direction:column;gap:6px;font-size:14px;margin-bottom:15px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.form-grid .full{grid-column:1/-1}.form-actions{display:flex;justify-content:flex-end;gap:10px;border-top:1px solid var(--line);padding-top:20px;margin-top:10px}.tabs{display:flex;gap:6px;border-bottom:1px solid var(--line);margin-bottom:23px;overflow:auto}.tabs button{border:0;background:transparent;border-bottom:3px solid transparent;border-radius:0;padding:10px 17px;white-space:nowrap;color:var(--muted)}.tabs button.active{color:var(--green);border-color:var(--green)}.bar-row{margin-bottom:22px}.bar-label{display:flex;justify-content:space-between;font-size:13px;margin-bottom:9px}.track{height:9px;background:#edf2ef;border-radius:10px;overflow:hidden}.fill{height:100%;background:var(--green);border-radius:10px}.fill.lime{background:#7bd8d1}.legend{font-size:12px;color:var(--muted);display:flex;gap:20px;margin-top:15px}.legend i{display:inline-block;width:8px;height:8px;border-radius:2px;background:var(--green);margin-right:6px}.notice{padding:17px 0;border-bottom:1px solid var(--line)}.notice:first-child{padding-top:0}.notice:last-child{border-bottom:0;padding-bottom:0}.notice p{color:var(--muted);font-size:14px;margin:7px 0 9px;white-space:pre-wrap}.notice time{font-size:12px;color:var(--muted)}.empty{padding:38px 24px;text-align:center;color:var(--muted);font-size:14px}.hint{padding:13px 16px;background:#edf4f1;border-radius:8px;font-size:13px;color:#4b6b60;margin-bottom:18px}.detail-list{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:20px 0}.detail-list dt{font-size:12px;color:var(--muted)}.detail-list dd{margin:4px 0;font-size:14px}.document-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--line);gap:10px}.document-item span{overflow-wrap:anywhere}dialog{border:0;border-radius:13px;padding:0;max-width:720px;width:calc(100% - 32px);max-height:90vh;box-shadow:0 25px 80px #0e294030}dialog::backdrop{background:#0e294070;backdrop-filter:blur(3px)}.modal-head{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--line);position:sticky;top:0;background:white;z-index:1}#modal-body{padding:23px}.icon-button{border:0;padding:7px 10px;background:transparent}.error{color:var(--red);font-size:14px;margin:12px 0}.mobile-menu{display:none}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:#173e35;color:white;padding:12px 22px;border-radius:9px;box-shadow:0 8px 30px #0e294030;opacity:0;pointer-events:none;transition:opacity .2s;z-index:100;font-size:14px;max-width:90vw}#toast.show{opacity:1}footer{padding:18px 36px;display:flex;justify-content:space-between;font-size:11px;color:#80928e}footer span{font-size:9px;letter-spacing:1.5px}.portal-profile{display:flex;gap:15px;align-items:center}.portal-profile .avatar{width:52px;height:52px;font-size:18px}.collection-total{font-size:39px;letter-spacing:-1.5px;font-weight:600;margin:5px 0 18px}.collection-total small{font-size:13px;letter-spacing:0;font-weight:400}.quick-links{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.quick-links button{text-align:left;padding:17px;font-size:13px}.quick-links button span{display:block;margin-top:8px;color:var(--muted);font-size:12px;font-weight:400}#print-area{display:none}.checkline{display:flex;align-items:center;gap:10px;font-size:14px;margin:12px 0}
@media(min-width:1500px){main{padding-top:40px}.stats{gap:24px}.stat{padding:24px}}
@media(max-width:1100px){#sidebar{width:215px;padding:26px 14px}.workspace{margin-left:215px}main{padding:25px 24px}header{padding:0 24px}.demo-strip{padding:10px 24px}.stats{grid-template-columns:repeat(2,1fr)}.grid-two{grid-template-columns:1fr}.stat-value{font-size:28px}}
@media(max-width:740px){#sidebar{transform:translateX(-100%);transition:transform .2s;width:250px;box-shadow:15px 0 70px #0e294020}#sidebar.open{transform:translateX(0)}.workspace{margin-left:0}.mobile-menu{display:block}header{height:66px;padding:0 16px}.admin-label,.cycle-label{display:none}.demo-strip{padding:9px 16px;font-size:11px}.demo-strip a{white-space:nowrap}main{padding:23px 16px}.page-head{align-items:flex-start;flex-direction:column}h1{font-size:26px}.stats{gap:10px}.stat{padding:15px}.stat-value{font-size:25px}.stat-label{font-size:12px}.welcome{padding:20px}.welcome h2{font-size:21px}.welcome-date{display:none}.panel-head{padding:17px}.panel-body{padding:17px}.quick-links{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.detail-list{grid-template-columns:1fr}footer{padding:15px 16px}footer span{display:none}.filters>*{flex:1}.filters input[type=search]{min-width:100%}.form-actions{flex-wrap:wrap}}
@media print{body>*{display:none!important}body>#print-area{display:block!important;color:#000;background:#fff;font-size:12px}#print-area h1{font-size:23px;margin-bottom:8px}#print-area h2{margin:16px 0}#print-area table{white-space:normal;font-size:12px}#print-area td,#print-area th{padding:10px}#print-area p{margin:8px 0}@page{margin:16mm}}
