*{box-sizing:border-box}body{margin:0;background:#f5f7fa;color:#17202a;font:15px/1.5 system-ui,-apple-system,Segoe UI,Roboto,sans-serif}header{background:linear-gradient(135deg,#173f5f,#286a91);color:#fff;padding:28px 18px}.wrap{max-width:1050px;margin:auto}h1{margin:0 0 6px}h2{color:#173f5f}.card{background:#fff;border:1px solid #d9dee7;border-radius:14px;padding:20px;margin:16px 0;box-shadow:0 2px 10px #0001}.grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:6px}.full{grid-column:1/-1}label{font-weight:650}input,select,textarea{width:100%;border:1px solid #cfd6df;border-radius:9px;padding:10px;font:inherit}textarea{min-height:90px;resize:vertical}button{border:0;border-radius:9px;padding:11px 16px;font-weight:700;cursor:pointer;background:#1f5f8b;color:#fff}button.secondary{background:#e9edf2;color:#263238}.actions{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0}.person-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.person{padding:30px;text-align:center;border:2px solid #d9dee7;border-radius:14px;background:#fff;cursor:pointer;font-size:20px;font-weight:750}.person:hover{border-color:#1f5f8b}.topbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.muted{color:#667085}.progress{height:8px;background:#e6ebf0;border-radius:99px;overflow:hidden}.bar{height:100%;background:#79a9c6;width:0}.sectionnav{display:flex;gap:7px;overflow:auto;margin:14px 0}.pill{white-space:nowrap;padding:7px 10px;border-radius:99px;background:#e9edf2;color:#344054}.pill.active{background:#1f5f8b;color:#fff}.notice{background:#fff8e7;border:1px solid #ead59a;padding:12px;border-radius:10px}.login{max-width:420px;margin:50px auto}@media(max-width:760px){.grid,.person-grid{grid-template-columns:1fr}.full{grid-column:auto}.topbar{align-items:flex-start;flex-direction:column}}
