*{margin:0;padding:0;box-sizing:border-box}
body{font-family:"Inter",system-ui,sans-serif;color:#0E1A2B;background:#F4F8FD;line-height:1.7;-webkit-font-smoothing:antialiased}
a{color:#1D64C4;text-decoration:none}
a:hover{color:#12498F;text-decoration:underline}
.topbar{background:#fff;border-bottom:1px solid #DBE7F3;position:sticky;top:0;z-index:10}
.topbar .in{max-width:820px;margin:0 auto;padding:16px 20px;display:flex;align-items:center;justify-content:space-between}
.logo{display:flex;align-items:center;gap:10px;font-family:"Bricolage Grotesque",sans-serif;font-weight:800;font-size:1.1rem;color:#0E1A2B}
.logo .mark{width:28px;height:28px;border-radius:8px;background:linear-gradient(150deg,#1D64C4,#8E7BE0);position:relative;flex:none}
.logo .mark::after{content:"";position:absolute;inset:6px;border-radius:4px;background:rgba(255,255,255,.85)}
.back{font-size:.9rem;font-weight:600}
.doc{max-width:820px;margin:0 auto;padding:48px 20px 80px}
.card{background:#fff;border:1px solid #DBE7F3;border-radius:22px;padding:48px 44px;box-shadow:0 18px 50px -30px rgba(14,26,43,.3)}
.eyebrow{font-size:.74rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1D64C4;margin-bottom:10px}
h1{font-family:"Bricolage Grotesque",sans-serif;font-weight:800;font-size:clamp(1.8rem,4.4vw,2.5rem);letter-spacing:-.02em;line-height:1.1;margin-bottom:8px}
.updated{color:#5A6B80;font-size:.9rem;margin-bottom:32px}
h2{font-family:"Bricolage Grotesque",sans-serif;font-weight:700;font-size:1.22rem;margin:32px 0 10px;letter-spacing:-.01em}
p{color:#3a4a5e;margin-bottom:14px}
ul{margin:0 0 14px 20px;color:#3a4a5e}
li{margin-bottom:7px}
.foot-note{margin-top:36px;border-top:1px solid #DBE7F3;padding-top:20px;font-size:.85rem;color:#5A6B80}
