:root{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#193d3d;background:#f3f7f8;font-synthesis:none}*{box-sizing:border-box}body{margin:0}header{height:112px;background:#fff;border-bottom:1px solid #d8e5e6;display:flex;align-items:center;justify-content:space-between;padding:16px max(24px,calc((100vw - 1120px)/2));gap:24px}header img{width:210px;height:78px;object-fit:contain}header span,.category{font-size:.875rem;font-weight:700;letter-spacing:.09em;color:#477072}main{max-width:1168px;margin:0 auto;padding:36px 24px 60px}.notice{font-size:.875rem;line-height:1.6;border-left:4px solid #c98723;background:#fff7e7;padding:12px 16px;color:#73511d}h1{font-size:2.25rem;letter-spacing:-.035em;margin:32px 0 8px}.intro{color:#567071;margin:0 0 30px;font-size:1rem}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.card{background:#fff;border:1px solid #d4e2e3;border-radius:12px;padding:28px;min-height:270px;display:flex;flex-direction:column;color:inherit;text-decoration:none}.card h2{font-size:1.375rem;margin:24px 0 10px}.card p{font-size:1rem;line-height:1.65;margin:0 0 24px;color:#526b6d}.available{border-top:5px solid #087b7c;padding-top:24px;transition:box-shadow .15s,transform .15s}.available:hover{box-shadow:0 9px 24px #173e3e12;transform:translateY(-2px)}a:focus-visible{outline:3px solid #0b7779;outline-offset:5px}.action{margin-top:auto;display:flex;justify-content:space-between;color:#006b6e;font-weight:700}.pending{font-size:.875rem;color:#657678;line-height:1.5;margin-top:auto}.access{display:flex;align-items:center;gap:32px;justify-content:space-between;border-top:1px solid #cfddde;padding-top:28px;margin-top:36px}.access h2{font-size:1.25rem;margin:0 0 10px}.access p{max-width:750px;font-size:1rem;line-height:1.7;margin:0;color:#526b6d}.access>.pending{min-width:185px;margin:0}.footnote{font-size:.875rem;line-height:1.6;color:#657678;margin-top:28px}@media(max-width:800px){.grid{grid-template-columns:1fr}.card{min-height:220px}.access{align-items:start;flex-direction:column;gap:14px}header{height:95px}header img{width:170px}main{padding-top:24px}}
:root .manage-users{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-height:44px;padding:12px 20px;border-radius:8px;background:#173e65;color:#fff;text-decoration:none;font-weight:600}.manage-users:hover{background:#0f3052}nav[aria-label="Account"]{display:flex;justify-content:flex-end;margin-top:16px}#account-link{color:#173e65;padding:8px 0}#account-status:empty{display:none}
button.delete-user{background:#fff;color:#a42323;border:1px solid #a42323;margin-top:12px}button.delete-user:hover{background:#fff1f1}
