:root{color:#0b1730;background:#f6f8fa;font-family:Inter,"Avenir Next","Segoe UI",sans-serif}*{box-sizing:border-box}body{margin:0;min-width:320px}header{height:76px;padding:0 clamp(20px,5vw,72px);border-bottom:1px solid #c7d1dc;display:flex;align-items:center;justify-content:space-between}header .brand{display:flex;align-items:center;gap:10px;font-size:1.3rem;font-weight:800;text-decoration:none}header img{width:42px;height:42px}nav{display:flex;gap:24px;flex-wrap:wrap}nav a{text-underline-offset:4px;font-weight:650}nav a[aria-current=page]{color:#075bd8}main{max-width:900px;margin:0 auto;padding:72px 24px 90px}h1{font-size:clamp(2.4rem,6vw,4.3rem);line-height:1;letter-spacing:-.045em;margin:0 0 24px}.lead{font-size:1.2rem;line-height:1.55;color:#536176;margin:0 0 52px}section{border-top:1px solid #c7d1dc;padding:32px 0}h2{font-size:1.65rem;letter-spacing:-.025em;margin:0 0 15px}p,li{font-size:1rem;line-height:1.75;color:#39485d}li+li{margin-top:8px}aside{margin-top:32px;border-left:5px solid #b46b00;background:#fff;padding:20px 24px}aside p{margin-bottom:0}.button{display:inline-flex;min-height:48px;align-items:center;background:#075bd8;color:#fff;border-radius:7px;padding:0 22px;font-weight:750;text-decoration:none}code{font-family:"SFMono-Regular",Consolas,monospace;background:#edf1f5;padding:2px 5px;border-radius:4px}footer{background:#0b1730;color:#fff;padding:30px clamp(20px,5vw,72px);display:flex;justify-content:space-between;align-items:center;gap:24px}footer a{color:#fff}footer small{color:#bfc9d8}@media(max-width:600px){header{height:auto;min-height:72px;padding:12px 16px;align-items:flex-start}header .brand{font-size:1rem}header img{width:34px;height:34px}header nav{font-size:.78rem;gap:10px;padding-top:8px}main{padding-top:48px}footer{align-items:flex-start;flex-direction:column}}
