*,*:before,*:after{box-sizing:border-box}:root{--bg: #f4f6fb;--panel: #ffffff;--text: #1f2937;--muted: #526175;--line: #d8deea;--muted-fill: #eff2f8;--accent: #0c66a1;--accent-strong: #095089;--error: #a81b1b}html,body,#root{margin:0;min-height:100%}body{font-family:Manrope,Avenir Next,Segoe UI,Arial,sans-serif;color:var(--text);background:var(--bg)}.app-shell{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:1.25rem}.card,.report-panel,.login-panel{width:min(980px,100%);background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:1rem;box-shadow:0 8px 22px #141e3114}.login-panel,.report-panel{display:flex;flex-direction:column;gap:.75rem}.report-heading,.login-subtitle,.report-subtitle{margin:0}h1{margin:0;font-size:1.1rem;letter-spacing:.01rem}.login-subtitle,.report-subtitle{color:var(--muted);font-size:.92rem}.input-label{font-size:.9rem;font-weight:600}.login-form{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.login-form input[type=password]{min-width:260px;border:1px solid var(--line);background:#fff;padding:.5rem .65rem;border-radius:7px;color:var(--text);font-size:.95rem}button{border:1px solid transparent;background:var(--accent);color:#fff;border-radius:7px;padding:.5rem .8rem;font-weight:600;font-size:.9rem;cursor:pointer}button[disabled]{opacity:.56;cursor:not-allowed}button:hover:not([disabled]){background:var(--accent-strong)}button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid #114f8a;outline-offset:2px}.toolbar{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;margin-bottom:.75rem}.toolbar button{padding:.45rem .75rem}.toolbar-filter{display:flex;align-items:center;gap:.4rem;font-size:.88rem;font-weight:600}.toolbar-filter select{min-width:190px;border:1px solid var(--line);background:#fff;color:var(--text);border-radius:7px;padding:.43rem .6rem;font:inherit}.toolbar-filter select:disabled{color:var(--muted);background:var(--muted-fill)}.toolbar-count{color:var(--muted);font-size:.86rem;margin-right:auto}.report-table-wrap{overflow-x:auto}.report-table{width:100%;border-collapse:collapse;min-width:900px;table-layout:fixed}.report-table th,.report-table td{border-bottom:1px solid var(--line);padding:.45rem .55rem;text-align:left;font-size:.87rem;word-break:normal;overflow-wrap:anywhere}.report-table th{position:sticky;top:0;background:var(--muted-fill);z-index:1}.report-cell{max-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report-cell--centerName,.report-cell--accountNumber{max-width:160px}.report-cell--parentName{max-width:180px}.report-cell--studentName{max-width:none;white-space:normal;overflow:visible;text-overflow:clip}.report-cell--phoneNumber{max-width:150px}.report-cell--email{max-width:220px}th{white-space:nowrap}.report-table tbody tr:hover{background:#f9fbff}.message{margin:0;font-size:.88rem}.message--error{color:var(--error)}.message--status{color:var(--muted)}@media(max-width:720px){.app-shell{padding:.75rem}.report-table{min-width:820px}.login-form{flex-direction:column;align-items:stretch}.login-form input[type=password]{min-width:0;width:100%}.toolbar-filter,.toolbar-filter select{width:100%}.toolbar-count{width:100%;margin-right:0}}
