@font-face{font-family:Poppins;src:url('assets/poppins-400.ttf');font-weight:400;font-display:swap}@font-face{font-family:Poppins;src:url('assets/poppins-500.ttf');font-weight:500;font-display:swap}@font-face{font-family:Poppins;src:url('assets/poppins-600.ttf');font-weight:600;font-display:swap}
*{box-sizing:border-box}body{margin:0;background:#f5f7fa;color:#101828;font-family:Poppins,sans-serif}.wrap{width:min(1120px,calc(100% - 64px));margin-inline:auto}.masthead{background:#032e5a;color:white}.brand{display:flex;align-items:center;gap:12px;min-height:110px;font-size:24px;font-weight:600}.brand img{width:64px;height:45px}.brand .project{margin-left:auto;font-size:14px;font-weight:400;color:#a2c5bc}.intro{padding:58px 0 34px;max-width:760px}.intro h1{font-size:clamp(30px,4vw,44px);line-height:1.25;letter-spacing:-1px;font-weight:600;margin:0 0 18px;color:#032e5a}.intro p{font-size:16px;line-height:1.8;margin:0;color:#475467;max-width:650px}.versions{display:grid;grid-template-columns:1fr 1fr;gap:24px}.version{display:flex;flex-direction:column;min-height:320px;padding:30px 32px;border:1px solid #d0d5dd;border-radius:18px;background:white;text-decoration:none;color:inherit}.version-top{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:14px;font-weight:500;color:#475467}.status{font-size:12px;font-weight:500;border-radius:20px;background:#eef1f5;color:#667085;padding:6px 12px}.status.ready{background:#dff2ec;color:#075e45}.status.wip{background:#fdf1d3;color:#7a5b00}.version h2{font-size:28px;line-height:1.3;font-weight:600;margin:26px 0 12px;color:#032e5a}.version p{font-size:14px;line-height:1.8;color:#475467;margin:0 0 20px}.available{border:2px solid #032e5a;padding:29px 31px}.available:hover{background:#f0f5f9}.available:focus-visible{outline:4px solid #3280b4;outline-offset:5px}.version .journey{font-size:13px;line-height:2;color:#032e5a;padding:14px 0;border-block:1px solid #e3e8ef;margin:0 0 16px}.detail{font-size:12px;line-height:1.7;color:#667085;margin-bottom:24px}.open{display:flex;justify-content:space-between;align-items:center;margin-top:auto;color:#032e5a;font-size:15px;font-weight:600}.open span{font-size:24px}.upcoming{background:#f9fafc;border-style:dashed}.pending{margin-top:auto;font-size:13px;color:#667085;padding-top:24px}footer.wrap{display:flex;align-items:start;justify-content:space-between;gap:32px;border-top:1px solid #d0d5dd;margin-top:48px;padding-block:24px 40px;color:#667085;font-size:12px;line-height:1.8}footer p{margin:0;max-width:570px}footer span{white-space:nowrap}@media(max-width:700px){.wrap{width:calc(100% - 32px)}.brand{min-height:92px;font-size:20px}.brand img{width:50px;height:35px}.brand .project{display:none}.intro{padding-top:36px}.versions{grid-template-columns:1fr}.version{padding:24px;min-height:280px}.available{padding:23px}.version h2{font-size:26px}footer.wrap{display:block}footer span{display:block;margin-top:14px}}

/* Private-preview gate for the hub. */
#gate{position:fixed;inset:0;z-index:50;background:#032e5a;display:flex;align-items:center;justify-content:center;padding:24px}
html[data-gate=open] #gate{display:none}
html:not([data-gate=open]) body>header,html:not([data-gate=open]) body>main,html:not([data-gate=open]) body>footer{display:none}
.gate-card{width:min(420px,100%);background:white;border-radius:18px;padding:40px 36px;margin:0}
.gate-card img{width:64px;height:45px}
.gate-card h1{font-size:24px;color:#032e5a;margin:18px 0 6px;letter-spacing:-0.5px}
.gate-card>p{font-size:14px;color:#475467;line-height:1.7;margin:0 0 22px}
.gate-card label{display:block;font-size:13px;font-weight:500;color:#101828;margin-bottom:8px}
.gate-card input{width:100%;padding:12px 14px;border:1px solid #c9d3df;border-radius:8px;font:inherit;font-size:15px}
.gate-card input:focus-visible{outline:3px solid #408ec0;outline-offset:2px}
.gate-card button{width:100%;margin-top:6px;padding:13px;border:0;border-radius:8px;background:#032e5a;color:white;font:inherit;font-size:15px;font-weight:600;cursor:pointer}
.gate-card button:hover{background:#0a4478}
.gate-card .gate-error{min-height:20px;font-size:13px;color:#b42318;margin:10px 0}
.gate-card .gate-note{margin:22px 0 0;font-size:12px;color:#667085}
