:root { --bg:#edf2f7; --text:#202934; --muted:#53647a; --line:#d5dfeb; --brand:#054ad7; }
* { box-sizing:border-box; }
body { margin:0; background:var(--bg); color:var(--text); font-family:Arial,Helvetica,sans-serif; }
a { color:var(--brand); text-underline-offset:3px; }
a:focus-visible,button:focus-visible { outline:3px solid #248cca; outline-offset:4px; }
.shell { width:min(calc(100% - 40px),980px); margin:auto; padding:32px 0; }
.top { display:flex; align-items:center; justify-content:space-between; gap:24px; margin-bottom:32px; }
.brand { display:flex; align-items:center; gap:12px; font-size:27px; font-weight:800; letter-spacing:-1px; color:var(--text); text-decoration:none; }
.brand img { width:42px; height:46px; }
.nav { display:flex; gap:18px; flex-wrap:wrap; font-size:14px; }
main { background:white; border:1px solid var(--line); border-radius:14px; padding:48px; }
h1 { font-size:clamp(32px,5vw,48px); letter-spacing:-1.8px; line-height:1.1; margin:0 0 20px; }
h2 { font-size:24px; letter-spacing:-.6px; line-height:1.3; margin:36px 0 14px; color:var(--brand); }
h3 { font-size:18px; }
p,li { font-size:16px; line-height:1.8; color:var(--muted); overflow-wrap:anywhere; }
ul { padding-left:22px; }
.lead { font-size:18px; }
.meta { display:flex; flex-wrap:wrap; gap:10px; margin:24px 0; }
.pill { display:inline-block; background:var(--bg); padding:8px 12px; font-size:12px; border-radius:5px; color:var(--brand); }
.notice,.card { padding:20px; background:var(--bg); border-left:3px solid var(--brand); border-radius:6px; margin:24px 0; line-height:1.7; }
.card h2 { margin-top:0; }
.button { display:inline-flex; padding:14px 20px; background:var(--brand); color:white; border-radius:6px; text-decoration:none; font-weight:700; }
footer { text-align:center; color:var(--muted); font-size:12px; line-height:1.6; padding:28px 0; }
@media(max-width:640px) { .shell { width:calc(100% - 28px); padding-top:22px; } .top { align-items:flex-start; flex-direction:column; } .nav { gap:12px; font-size:13px; } main { padding:26px 20px; } h2 { font-size:21px; } p,li { font-size:15px; } }

/* A restrained signature shared with the institutional site. */
main { border-top:3px solid #5accf9; }
.notice,.card { border-left-color:#8a38e0; }
.pill:before { content:''; display:inline-block; width:5px; height:5px; margin-right:7px; border-radius:50%; background:#2970f5; }
