:root{--bg:linear-gradient(180deg, #e0ecff 0%, #f4f8ff 45%, #eefaf7 100%);--surface:#ffffffe0;--surface-strong:#fffffff5;--border:#bfdbfe80;--text:#0f172a;--muted:#475569;--shadow:0 10px 30px #1e293b14;--radius-xl:22px;--radius-lg:18px;--radius-md:14px;--primary:#2563eb;--primary-dark:#1d4ed8;--secondary:#7c3aed;--success:#059669;--warning:#d97706;--danger:#dc2626;--card-blue:linear-gradient(135deg, #dbeafe, #eff6ff);--card-green:linear-gradient(135deg, #d1fae5, #ecfdf5);--card-purple:linear-gradient(135deg, #ede9fe, #f5f3ff);--card-orange:linear-gradient(135deg, #ffedd5, #fff7ed)}.app{background:var(--bg);min-height:100vh;color:var(--text);font-family:Arial,sans-serif}.header{text-align:center;border:1px solid var(--border);border-radius:var(--radius-xl);width:min(1100px,100% - 24px);box-shadow:var(--shadow);background:linear-gradient(135deg,#fffffff2,#dbeafebf);margin:1rem auto 0;padding:1.5rem}.header h1{color:#172554;margin:0;font-size:clamp(1.7rem,3vw,2.6rem);font-weight:800;line-height:1.2}.header p{max-width:760px;color:var(--muted);margin:.75rem auto 0;font-size:.98rem;line-height:1.6}.main-content{width:min(1100px,100% - 24px);margin:1rem auto 0;padding-bottom:2rem}.data-manager,.filter-bar,.chart-card,.table-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow)}.data-manager{margin-bottom:1rem}.data-manager-card{padding:1.25rem}.data-manager-card h2,.table-card h2{color:#1e3a8a;margin-bottom:.4rem;font-size:1.2rem}.data-manager-card p{color:var(--muted);margin-bottom:1rem;line-height:1.5}.upload-mode-box{flex-direction:column;gap:.45rem;max-width:260px;margin-bottom:1rem;display:flex}.upload-mode-box label,.upload-box label,.filter-group label{color:#1e3a8a;font-size:.9rem;font-weight:700}.upload-mode-box select,.filter-group select,.manual-grid input,.manual-grid select,.upload-box input[type=file],.manual-actions input{background:var(--surface-strong);width:100%;min-width:0;color:var(--text);border:1px solid #bfdbfe;border-radius:12px;outline:none;padding:.82rem .9rem;font-size:.95rem}.upload-mode-box select:focus,.filter-group select:focus,.manual-grid input:focus,.manual-grid select:focus,.upload-box input[type=file]:focus,.manual-actions input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb26}.upload-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1.2rem;display:grid}.upload-box{flex-direction:column;gap:.45rem;min-width:0;display:flex}.manual-form h3{color:#334155;margin-bottom:.9rem;font-size:1.05rem}.manual-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin-bottom:1rem;display:grid}.manual-actions,.export-actions{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.manual-actions button,.export-actions button{cursor:pointer;border:none;border-radius:12px;padding:.78rem 1rem;font-size:.92rem;font-weight:700;transition:all .2s}.manual-actions button[type=submit],.export-actions button{background:linear-gradient(135deg, var(--primary), var(--primary-dark));color:#fff}.manual-actions button[type=submit]:hover,.export-actions button:hover{opacity:.95;transform:translateY(-1px)}.secondary-button{color:var(--text);background:linear-gradient(135deg,#e2e8f0,#f8fafc)}.data-summary{color:var(--muted);font-size:.92rem}.filter-bar{grid-template-columns:repeat(2,minmax(180px,220px));gap:1rem;margin-bottom:1rem;padding:1rem;display:grid}.filter-group{flex-direction:column;gap:.45rem;min-width:0;display:flex}.cards-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-bottom:1rem;display:grid}.dashboard-card{border-radius:var(--radius-lg);box-shadow:var(--shadow);border:1px solid #ffffffb3;padding:1.1rem}.cards-grid .dashboard-card:first-child{background:var(--card-blue)}.cards-grid .dashboard-card:nth-child(2){background:var(--card-green)}.cards-grid .dashboard-card:nth-child(3){background:var(--card-purple)}.cards-grid .dashboard-card:nth-child(4){background:var(--card-orange)}.dashboard-card h3{color:#475569;margin-bottom:.55rem;font-size:.82rem}.dashboard-card p{color:#0f172a;font-size:1.45rem;font-weight:800;line-height:1.2}.charts-grid{grid-template-columns:1.6fr 1fr;align-items:stretch;gap:1rem;margin-bottom:1rem;display:grid}.chart-card,.table-card{min-width:0;padding:1rem;overflow:hidden}.chart-inner{width:100%;height:320px;position:relative}.pie-chart-inner{width:100%;max-width:100%;height:320px;position:relative}.section-heading{justify-content:space-between;align-items:center;margin-bottom:.8rem;display:flex}.table-wrapper{border-radius:12px;width:100%;overflow:auto hidden}table{border-collapse:collapse;width:100%;min-width:760px}th,td{text-align:left;border-bottom:1px solid #dbeafe;padding:.9rem .75rem;font-size:.92rem}th{color:#1e3a8a;background:#eff6ff;font-weight:800}tbody tr:nth-child(2n){background:#eff6ff59}tbody tr:hover{background:#dbeafe8c}.table-actions{flex-wrap:wrap;gap:.45rem;display:flex}.edit-button,.delete-button{cursor:pointer;border:none;border-radius:10px;padding:.45rem .75rem;font-size:.82rem;font-weight:700}.edit-button{color:#1d4ed8;background:#dbeafe}.delete-button{color:#dc2626;background:#fee2e2}@media (width<=1024px){.manual-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.charts-grid{grid-template-columns:1fr}.chart-inner,.pie-chart-inner{height:300px}}@media (width<=768px){.header,.main-content{width:min(100% - 16px,1000px)}.upload-grid,.manual-grid,.filter-bar,.cards-grid{grid-template-columns:1fr}.chart-inner,.pie-chart-inner{height:280px}table{min-width:700px}}@media (width<=480px){.header{padding:1.2rem 1rem}.header h1{font-size:1.45rem}.header p{font-size:.92rem}.data-manager-card,.chart-card,.table-card,.dashboard-card{padding:.95rem}.manual-actions,.export-actions{flex-direction:column}.manual-actions button,.export-actions button{width:100%}.chart-inner,.pie-chart-inner{height:250px}table{min-width:640px}}.footer{text-align:center;color:#475569;margin-top:1rem;padding:1.2rem;font-size:.9rem}.footer a{color:#2563eb;font-weight:600;text-decoration:none}.footer a:hover{text-decoration:underline}.filter-group input{color:#0f172a;background:#fffffff5;border:1px solid #bfdbfe;border-radius:12px;outline:none;width:100%;min-width:0;padding:.82rem .9rem;font-size:.95rem}.filter-group input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.risk-badge{white-space:nowrap;border-radius:999px;padding:.35rem .7rem;font-size:.8rem;font-weight:700;display:inline-block}.risk-badge.excellent{color:#166534;background:#dcfce7}.risk-badge.good{color:#1d4ed8;background:#dbeafe}.risk-badge.average{color:#b45309;background:#fef3c7}.risk-badge.at-risk{color:#b91c1c;background:#fee2e2}.manager-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffb8;border:1px solid #94a3b82e;border-radius:24px;padding:1.5rem;box-shadow:0 18px 45px #0f172a14}.manager-actions{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.5rem;display:flex}.upload-mode{color:#1e3a8a;flex-direction:column;gap:.45rem;min-width:220px;font-weight:600;display:flex}.upload-mode select{color:#0f172a;background:#fffffff5;border:1px solid #bfdbfe;border-radius:12px;outline:none;padding:.78rem .9rem;font-size:.95rem}.upload-buttons{flex-wrap:wrap;gap:.75rem;display:flex}.manager-grid{grid-template-columns:1fr 2fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.manager-side,.manager-main{background:#ffffffa8;border:1px solid #bfdbfecc;border-radius:20px;padding:1.2rem}.manager-side h3,.manager-main h3{color:#1e3a8a;margin-top:0;margin-bottom:1rem}.inline-form{gap:.75rem;margin-bottom:1rem;display:flex}.inline-form input{color:#0f172a;background:#fffffff5;border:1px solid #bfdbfe;border-radius:12px;outline:none;flex:1;padding:.82rem .9rem;font-size:.95rem}.student-form{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.85rem;display:grid}.student-form input,.student-form select{color:#0f172a;background:#fffffff5;border:1px solid #bfdbfe;border-radius:12px;outline:none;width:100%;min-width:0;padding:.82rem .9rem;font-size:.95rem}.student-form input:focus,.student-form select:focus,.inline-form input:focus,.upload-mode select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.form-actions{flex-wrap:wrap;grid-column:1/-1;gap:.75rem;margin-top:.5rem;display:flex}.action-button{cursor:pointer;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:14px;padding:.85rem 1.15rem;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s,opacity .2s;box-shadow:0 10px 25px #2563eb2e}.action-button:hover{transform:translateY(-1px);box-shadow:0 14px 28px #2563eb38}.action-button.secondary{color:#1d4ed8;box-shadow:none;background:#ffffffeb;border:1px solid #bfdbfe}.export-actions{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.dataset-note{color:#475569;margin:0;font-weight:600}@media (width<=900px){.manager-grid{grid-template-columns:1fr}}@media (width<=640px){.inline-form{flex-direction:column}.manager-actions{align-items:stretch}.upload-buttons,.form-actions,.export-actions{flex-direction:column}.action-button{width:100%}}.insights-panel{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffb8;border:1px solid #94a3b82e;border-radius:24px;padding:1.5rem;box-shadow:0 18px 45px #0f172a14}.insights-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.insight-card{background:#ffffffc7;border:1px solid #bfdbfecc;border-radius:18px;padding:1rem;box-shadow:0 10px 30px #0f172a0d}.insight-card h3{color:#1e3a8a;margin-top:0;margin-bottom:.65rem;font-size:1rem}.insight-card p{color:#334155;margin:0;line-height:1.6}.filter-bar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffb8;border:1px solid #94a3b82e;border-radius:24px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;padding:1.5rem;display:grid;box-shadow:0 18px 45px #0f172a14}.filter-group{flex-direction:column;gap:.45rem;display:flex}.filter-group label{color:#1e3a8a;font-weight:700}.filter-group select{color:#0f172a;background:#fffffff5;border:1px solid #bfdbfe;border-radius:12px;outline:none;width:100%;min-width:0;padding:.82rem .9rem;font-size:.95rem}.filter-group select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.view-button{cursor:pointer;color:#1d4ed8;background:#dbeafe;border:none;border-radius:10px;padding:.55rem .8rem;font-size:.85rem;font-weight:700}.modal-overlay{z-index:1000;background:#0f172a73;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.student-modal{background:#fffffff5;border:1px solid #bfdbfecc;border-radius:24px;width:min(700px,100%);padding:1.5rem;box-shadow:0 24px 60px #0f172a38}.modal-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.modal-header h2{color:#1e3a8a;margin:0 0 .3rem}.modal-header p{color:#475569;margin:0;font-weight:600}.modal-close-button{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:none;border-radius:999px;width:42px;height:42px;font-size:1.4rem;font-weight:700}.student-summary-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.student-summary-card{background:#f8fafc;border:1px solid #dbeafe;border-radius:18px;padding:1rem}.student-summary-card h3{color:#1e3a8a;margin:0 0 .5rem;font-size:.95rem}.student-summary-card p{color:#0f172a;margin:0;font-size:1.35rem;font-weight:800}.modal-scores h3{color:#1e3a8a;margin-top:0;margin-bottom:1rem}.modal-score-list{gap:.75rem;display:grid}.modal-score-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;justify-content:space-between;align-items:center;padding:.9rem 1rem;display:flex}.modal-score-item span{color:#334155;font-weight:600}.modal-score-item strong{color:#0f172a;font-size:1rem}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;overflow-x:hidden}body{background:#f8fafc;min-height:100vh;font-family:Arial,sans-serif}
