:root{color:#172033;background:#f6f8fc;font-family:Inter,system-ui,Segoe UI,Arial}*{box-sizing:border-box}button,input,select,textarea{font:inherit}button{color:#fff;cursor:pointer;background:#462f91;border:0;border-radius:12px;padding:12px 16px;font-weight:800}input,select,textarea{background:#fff;border:1px solid #dfe5f2;border-radius:12px;width:100%;padding:12px}textarea{min-height:90px}.login{background:linear-gradient(135deg,#f8fbff,#eef1ff);place-items:center;min-height:100vh;display:grid}.login-card{background:#fff;border-radius:28px;gap:14px;width:420px;padding:36px;display:grid;box-shadow:0 25px 70px #1b235015}.login-card img{object-fit:contain;height:70px}.login-card h1{color:#31206f;margin:0}.login-card p{color:#667;margin:0 0 8px}.login-card small{text-align:center;color:#777}.err{color:#b00020}.app{grid-template-columns:290px 1fr;min-height:100vh;display:grid}aside{background:#fff;border-right:1px solid #e8edf7;flex-direction:column;gap:16px;height:100vh;padding:24px;display:flex;position:sticky;top:0}.logo{object-fit:contain;align-self:flex-start;height:55px}aside h3{color:#37227d;margin:0}.grp{gap:8px;margin-top:6px;display:grid}.grp>b{text-transform:uppercase;color:#8a94a8;letter-spacing:.08em;font-size:12px}.grp button{color:#2c3447;text-align:left;background:0 0;border-radius:14px;align-items:center;gap:10px;padding:12px;display:flex}.grp button.active,.grp button:hover{color:#462f91;background:#f0edff}aside small{color:#888;margin-top:auto}main{padding:28px}header{background:#fff;border:1px solid #e8edf7;border-radius:24px;justify-content:space-between;align-items:center;height:82px;margin-bottom:22px;padding:0 24px;display:flex;box-shadow:0 15px 45px #1b23500a}header h2{color:#28186d;margin:0}header p{color:#7b8497;margin:4px 0 0}.cards{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.card,section{background:#fff;border:1px solid #e8edf7;border-radius:24px;padding:22px;box-shadow:0 15px 45px #1b23500a}.card span{color:#78839a;display:block}.card strong{color:#462f91;font-size:40px}.grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:14px;display:grid}.table{border:1px solid #e8edf7;border-radius:18px;margin-top:18px;overflow:auto}table{border-collapse:collapse;background:#fff;width:100%}td{vertical-align:top;border-bottom:1px solid #eef2f8;min-width:130px;padding:14px}td small{color:#8d96a8;font-weight:700}section{margin-top:18px}h3{color:#2d1c70;margin-top:0}@media (width<=900px){.app{grid-template-columns:1fr}aside{height:auto;position:relative}.cards,.grid{grid-template-columns:1fr}}
