:root{color:#10232a;background:#f6fbfc;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-synthesis:none}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}.shell{width:min(1120px,calc(100% - 48px));margin:0 auto}header{display:flex;align-items:center;justify-content:space-between;min-height:86px;border-bottom:1px solid #bdd2d8}.brand,.status{display:flex;align-items:center}.brand{gap:13px}.brand img{width:38px;height:38px}.brand div{display:grid;gap:2px}.brand strong{font-size:15px}.brand span{color:#637b84;font-size:12px}.status{gap:10px;color:#24613e;font-size:13px;font-weight:800;text-transform:uppercase}.status i{width:9px;height:9px;border-radius:50%;background:#24a15a}main{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:72px;padding:88px 0 64px}.eyebrow{margin:0 0 18px;color:#087ea4;font-size:13px;font-weight:800;text-transform:uppercase}h1{max-width:700px;margin:0;font-size:66px;line-height:1.02;letter-spacing:0}.summary{max-width:630px;margin:26px 0 0;color:#58717a;font-size:18px;line-height:1.65}.visual{position:relative;display:grid;min-height:360px;place-items:center;overflow:hidden;border:1px solid #b9d0d7;background:#102f39}.visual img{z-index:3;width:112px;filter:brightness(0) invert(1)}.release{grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:4px solid #10232a;border-bottom:1px solid #bdd2d8}.release div{min-height:110px;padding:24px 20px 18px 0}.release div+div{border-left:1px solid #bdd2d8;padding-left:20px}.release span{display:block;color:#6b838c;font-size:12px}.release strong{display:block;margin-top:10px;font-size:15px;overflow-wrap:anywhere}.passing{color:#217342}.failed{color:#b42318}footer{display:flex;justify-content:space-between;padding:24px 0 40px;color:#6b838c;font-size:12px}@media (max-width: 760px){.shell{width:min(100% - 32px,1120px)}main{grid-template-columns:1fr;gap:48px;padding-top:64px}h1{font-size:44px}.visual{width:min(100%,380px);min-height:300px}.release{grid-template-columns:repeat(2,1fr)}.release div:nth-child(3){border-top:1px solid #bdd2d8;border-left:0}.release div:nth-child(4){border-top:1px solid #bdd2d8}footer{flex-direction:column;gap:8px}}
