:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#0f172a;background:#eef2ff;line-height:1.45}*{box-sizing:border-box}body{margin:0}.layout{max-width:1300px;margin:0 auto;padding:1rem}.topbar{border:1px solid #dbeafe;border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;margin-bottom:1rem}.topbar h1{margin:0}.topbar p{margin:0;color:#475569}.topbar nav{display:flex;align-items:center;gap:.8rem}.topbar a{color:#1d4ed8;text-decoration:none}.grid{display:grid;grid-template-columns:minmax(280px,380px) 1fr;gap:1rem;align-items:start}.stack{display:flex;flex-direction:column;gap:.75rem}.stack-16,.stack-24{display:flex;flex-direction:column;gap:1rem}.card{background:#fff;border-radius:12px;padding:1rem;border:1px solid #e2e8f0;box-shadow:0 2px 10px #0f172a0a}label{display:flex;flex-direction:column;gap:.3rem;font-size:.92rem}input,select,textarea,button{font:inherit}input,select,textarea{border:1px solid #cbd5e1;border-radius:10px;padding:.6rem .75rem;background:#fff}button{border:0;border-radius:10px;padding:.58rem .8rem;background:#1d4ed8;color:#fff;cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}button.ghost{background:transparent;color:#1d4ed8;border:1px solid #cbd5e1}button.danger{background:#dc2626}button.danger.ghost{background:transparent;border:1px solid #fecaca;color:#dc2626}.student-list,.repo-list,.report-list,.legend{list-style:none;padding:0;margin:0}.student-list{margin-top:1rem;display:flex;flex-direction:column;gap:.8rem}.student-list>li{border:1px solid #e2e8f0;border-radius:10px;padding:.65rem}.student-header{display:flex;justify-content:space-between;gap:.5rem}.student-header>button:first-child{flex:1;text-align:left;background:#e2e8f0;color:#0f172a}.student-header>button:first-child.active{background:#c7d2fe;color:#312e81}.repo-list{margin:.6rem 0;display:flex;flex-direction:column;gap:.3rem}.repo-list li{display:flex;gap:.4rem;align-items:center}.repo-list a{flex:1;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none}.inline-form{display:flex;gap:.3rem}.inline-form input{flex:1}.panel-header{display:flex;justify-content:space-between;gap:.5rem;align-items:center}.pie-wrapper{display:grid;grid-template-columns:160px 1fr;gap:1rem;align-items:center}.pie{width:160px;height:160px;border-radius:999px}.legend{display:flex;flex-direction:column;gap:.35rem}.legend li{display:grid;grid-template-columns:auto 1fr auto;gap:.5rem;align-items:center}.dot{width:.75rem;height:.75rem;border-radius:999px}table{width:100%;margin-top:1rem;border-collapse:collapse}th,td{text-align:left;font-size:.9rem;border-bottom:1px solid #e2e8f0;padding:.45rem}.report-list{margin-top:1rem;display:flex;flex-direction:column;gap:.8rem}.report-list li{border:1px solid #e2e8f0;border-radius:10px;padding:.7rem;background:#f8fafc}.report-head{display:flex;justify-content:space-between;gap:.5rem;align-items:center}.report-list p{margin:.5rem 0 0;white-space:pre-wrap}.muted{margin-top:0;color:#64748b}.error{color:#dc2626;font-weight:600}.success{color:#15803d;font-weight:600}@media (max-width: 1024px){.grid{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:flex-start}}.centered{min-height:100vh;display:grid;place-items:center;padding:1rem}.auth-card{width:min(100%,420px)}.auth-links{display:flex;flex-direction:column;gap:.3rem}.token-box{display:block;padding:.6rem;border-radius:10px;background:#0f172a;color:#e2e8f0;overflow-wrap:anywhere}.filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.7rem;margin-bottom:1rem}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:.8rem}.kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.8rem}.kpis article{border:1px solid #dbeafe;border-radius:10px;padding:.8rem;background:#eff6ff}.kpis span{display:block;color:#334155}.kpis strong{font-size:1.4rem}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.chart-grid{display:grid;grid-template-columns:170px 1fr;gap:.8rem;align-items:center}.pie{width:170px;height:170px;border-radius:999px}.legend-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.legend-list li{display:grid;grid-template-columns:auto 1fr auto;gap:.4rem}.legend-dot{width:.8rem;height:.8rem;border-radius:999px}.bar-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.bar-label{display:flex;justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:.25rem}.bar-track{width:100%;height:9px;border-radius:999px;background:#e2e8f0}.bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#4f46e5,#06b6d4)}.line-chart{width:100%;height:220px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}td,th{font-size:.9rem;text-align:left;border-bottom:1px solid #e2e8f0;padding:.45rem}.list{list-style:none;margin:.8rem 0 0;padding:0;display:flex;flex-direction:column;gap:.6rem}.list li{border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;padding:.6rem;display:flex;flex-direction:column;gap:.3rem}.list p{margin:0;white-space:pre-wrap}.chat-box{list-style:none;margin:.8rem 0;padding:0;display:flex;flex-direction:column;gap:.5rem;max-height:320px;overflow:auto}.chat-box li{border:1px solid #dbeafe;border-radius:10px;padding:.5rem;background:#f8fafc}.chat-box li.mine{border-color:#bfdbfe;background:#eff6ff}.chat-box p{margin:.2rem 0}.inline{display:flex;gap:.45rem}.inline input{flex:1}.pagination{margin-top:.6rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.full{grid-column:1 / -1}@media (max-width: 900px){.grid-2{grid-template-columns:1fr}.chart-grid{grid-template-columns:1fr;justify-items:center}.grid-3{grid-template-columns:1fr}}
