:root{--ink:#172033;--muted:#667085;--line:#e3e8ef;--blue:#0877df;--green:#138a5b;--red:#c83d4b;--soft:#f5f8fc}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:#fff;font:15px/1.55 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}header,footer,main{width:min(1120px,calc(100% - 40px));margin:auto}header{height:82px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}a{color:inherit;text-decoration:none}.brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:800}.brand span{display:grid;place-items:center;width:34px;height:34px;color:#fff;background:var(--blue);border-radius:10px}header>a:last-child{color:var(--blue);font-weight:700}.hero{padding:78px 0 48px}.eyebrow{margin:0 0 9px;color:var(--blue);font-size:11px;font-weight:850;letter-spacing:1.4px}.hero h1{max-width:760px;margin:0;font-size:clamp(42px,7vw,76px);line-height:1.02;letter-spacing:-3px}.hero>p:not(.eyebrow){max-width:700px;color:var(--muted);font-size:18px}.overall{margin-top:34px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:19px 22px;border:1px solid #bfe8d7;background:#effbf6;border-radius:14px}.overall i{width:11px;height:11px;background:var(--green);border-radius:50%;box-shadow:0 0 0 5px #d4f3e5}.overall.outage{border-color:#f0c5ca;background:#fff3f4}.overall.outage i{background:var(--red);box-shadow:0 0 0 5px #f8dfe2}.overall.unknown{border-color:var(--line);background:var(--soft)}.overall.unknown i{background:#94a0b2;box-shadow:none}.overall span{color:var(--muted);font-size:12px}.notice{margin:0 0 25px;padding:14px 18px;color:#075c3e;background:#eaf9f2;border-radius:10px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:55px 0 18px}.section-head h2,.subscribe h2{margin:0;font-size:30px;letter-spacing:-1px}.section-head>span{color:var(--muted);font-size:12px}.services{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.services article,.releases,.subscribe{border:1px solid var(--line);border-radius:14px;background:#fff}.services article{padding:22px}.service-title{display:flex;justify-content:space-between;gap:15px}.service-title small{color:var(--muted);font-size:10px;text-transform:uppercase}.service-title h3{margin:3px 0 0;font-size:17px}.state{height:26px;padding:4px 9px;border-radius:18px;color:#526071;background:#edf1f5;font-size:10px;font-weight:800}.state.operational{color:#08734b;background:#e4f8ee}.state.outage{color:#a52b38;background:#ffe7e9}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:25px}.metrics small,.metrics strong{display:block}.metrics small{color:var(--muted);font-size:9px}.metrics strong{margin-top:4px;font-size:16px}.uptime{height:6px;margin-top:18px;overflow:hidden;background:#edf1f5;border-radius:8px}.uptime i{display:block;height:100%;background:linear-gradient(90deg,#11a36d,#42ca94)}.services article>p{margin:11px 0 0;color:var(--muted);font-size:10px}.releases{overflow:hidden}.releases article{display:grid;grid-template-columns:110px 1fr;gap:20px;padding:19px 22px;border-top:1px solid var(--line)}.releases article:first-child{border:0}.releases time{color:var(--muted);font-size:12px}.releases h3{margin:0;font-size:15px}.releases h3 span{color:var(--blue);font-size:12px}.releases p{margin:5px 0 0;color:var(--muted);font-size:12px}.subscribe{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin:70px 0;padding:35px;background:var(--soft)}.subscribe p{color:var(--muted)}label{display:block;margin-bottom:7px;font-size:11px;font-weight:800}.subscribe form>div{display:flex}.subscribe input{min-width:0;flex:1;padding:12px;border:1px solid #ccd5e1;border-radius:8px 0 0 8px;font:inherit}.subscribe button{padding:0 17px;color:#fff;background:var(--blue);border:0;border-radius:0 8px 8px 0;font-weight:750}.subscribe form small{display:block;margin-top:8px;color:var(--muted);font-size:10px}footer{display:flex;gap:22px;padding:24px 0 40px;color:var(--muted);border-top:1px solid var(--line);font-size:11px}footer span{margin-right:auto}@media(max-width:760px){header,footer,main{width:min(100% - 26px,1120px)}.hero{padding-top:48px}.hero h1{letter-spacing:-2px}.overall{grid-template-columns:auto 1fr}.overall span{grid-column:2}.services{grid-template-columns:1fr}.section-head{align-items:start;flex-direction:column}.subscribe{grid-template-columns:1fr;gap:20px;padding:24px}.subscribe form>div{display:grid;gap:8px}.subscribe input,.subscribe button{min-height:45px;border-radius:8px}.metrics strong{font-size:14px}}
