:root{font-family:system-ui,-apple-system,"Segoe UI",sans-serif;color:#183d32;background:#f3f6f3;font-synthesis:none}*{box-sizing:border-box}body{margin:0}a{color:#175640;text-underline-offset:4px}header{max-width:1120px;margin:auto;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-size:13px;font-weight:800;letter-spacing:.04em}.brand small{display:block;font-weight:400;letter-spacing:0;margin-top:4px;color:#52655d}.brand img{object-fit:contain}.login{white-space:nowrap;font-size:14px}main{max-width:1040px;margin:auto;padding:22px 24px 40px}nav{display:flex;gap:8px;flex-wrap:wrap}nav a{padding:12px 18px;border:1px solid #d4e0d7;border-radius:999px;text-decoration:none;font-weight:600}nav a[aria-current]{background:#174f3e;color:white;border-color:#174f3e}.intro{padding:44px 0 22px;max-width:680px}.eyebrow{font-size:12px;letter-spacing:.18em;font-weight:800;color:#526b5d}h1{font-size:clamp(32px,6vw,52px);letter-spacing:-.04em;margin:12px 0}p{line-height:1.65}.intro p{color:#52655d;margin:0}form{background:white;border:1px solid #dae3dc;border-radius:16px;padding:20px}label{display:block;font-weight:650;font-size:14px;margin-bottom:10px}.search{display:flex;gap:12px;align-items:center;flex-wrap:wrap}input{min-width:0;flex:1 1 200px;border:1px solid #b9c9bd;border-radius:8px;padding:13px;font:inherit}button{border:0;border-radius:8px;background:#174f3e;color:white;font:inherit;font-weight:650;padding:14px 24px;cursor:pointer}:focus-visible{outline:3px solid #ba792a;outline-offset:3px}.count{font-size:14px;color:#52655d;margin:24px 0 12px}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.cards article{background:#fff;border:1px solid #dae3dc;border-radius:16px;padding:26px}.avatar{display:grid;place-items:center;width:56px;height:56px;border-radius:50%;background:#e7efe9;font-size:24px;font-weight:700}.position{font-size:13px;color:#52655d;margin:20px 0 6px}.cards h2{font-size:19px;line-height:1.4;margin:0;overflow-wrap:anywhere}.table-wrap{background:white;border:1px solid #dae3dc;border-radius:16px;overflow:hidden}table{width:100%;border-collapse:collapse;text-align:left}th{background:#e7efe9;font-size:13px}th,td{padding:17px 22px;border-bottom:1px solid #e5ebe6}td{overflow-wrap:anywhere}td:first-child{width:160px;font-variant-numeric:tabular-nums}tr:last-child td{border-bottom:0}.empty{background:white;padding:28px;border-radius:16px;border:1px solid #dae3dc}.empty h2{font-size:20px}footer{margin-top:48px;border-top:1px solid #d4e0d7;padding-top:20px;font-size:14px;color:#52655d}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:520px){header{padding:18px 16px}.brand{font-size:10px;max-width:245px}.brand img{width:38px;height:38px}main{padding:16px}.intro{padding-top:32px}th,td{padding:14px 12px}td:first-child{width:110px}.cards{grid-template-columns:1fr}}
