:root{--bg:#f4f8f9;--panel:#fff;--ink:#13313a;--muted:#607780;--line:#cbdadd;--teal:#087b74;--green:#16824d;--amber:#ae6c10;--grey:#9aaab0}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.55 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.skip-link{position:fixed;left:12px;top:-60px;background:#092c36;color:#fff;border-radius:4px;padding:9px 12px;z-index:10}.skip-link:focus{top:12px}header,main,footer{max-width:1060px;margin:auto;padding-left:24px;padding-right:24px}header{height:76px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink);font-weight:850}.brand img{width:35px;height:35px;object-fit:cover;border-radius:50%}.brand b{color:var(--teal)}nav{display:flex;gap:17px}nav a,footer a{color:var(--muted);font-size:.9rem;text-decoration:none}nav a:hover,footer a:hover{color:var(--teal)}.hero{padding:66px 0 54px;border-bottom:1px solid var(--line)}.eyebrow{color:var(--teal);font-size:.8rem;font-weight:800;text-transform:uppercase;margin:0 0 7px}h1,h2{letter-spacing:0;line-height:1.1;margin:0}h1{font-size:clamp(2.6rem,6vw,4.5rem)}h2{font-size:clamp(1.65rem,3.5vw,2.25rem)}.overall{font-size:1.22rem;font-weight:700;margin:20px 0 5px}.overall.operational{color:var(--green)}.overall.degraded{color:var(--amber)}.updated{color:var(--muted);font-size:.9rem;margin:0}section{padding:50px 0;border-bottom:1px solid var(--line)}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:22px}.section-heading p,.method p{max-width:650px;color:var(--muted)}.button{min-height:40px;padding:8px 13px;background:#fff;border:1px solid var(--line);border-radius:5px;color:var(--ink);font:inherit;font-weight:700;white-space:nowrap;cursor:pointer}.button:hover{border-color:var(--teal);color:var(--teal)}.service-list{margin-top:23px;border:1px solid var(--line);border-radius:7px;background:var(--panel);overflow:hidden}.loading{padding:19px;margin:0;color:var(--muted)}.service-row{padding:16px 18px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:15px;align-items:center;border-bottom:1px solid var(--line)}.service-row:last-child{border-bottom:0}.service-name{font-weight:750}.service-url{display:block;color:var(--muted);font:12px ui-monospace,SFMono-Regular,Consolas,monospace;overflow-wrap:anywhere;margin-top:3px}.pill{font-size:.8rem;font-weight:800;border-radius:999px;padding:4px 8px}.pill.operational{background:#e5f5eb;color:#0a6637}.pill.degraded{background:#fff0d7;color:#855006}.latency{font:13px ui-monospace,SFMono-Regular,Consolas,monospace;color:var(--muted)}.legend{display:flex;gap:17px;flex-wrap:wrap;margin:20px 0 12px;font-size:.86rem;color:var(--muted)}.dot{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:5px}.dot.operational{background:var(--green)}.dot.degraded{background:var(--amber)}.dot.unknown{background:var(--grey)}.history-wrap{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px}.history-service{border:1px solid var(--line);border-radius:7px;background:var(--panel);padding:15px}.history-service h3{font-size:.95rem;margin:0 0 12px}.history-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:4px}.history-point{display:block;height:24px;min-width:0;border-radius:2px;background:var(--grey)}.history-point.operational{background:var(--green)}.history-point.degraded{background:var(--amber)}.history-caption{display:flex;justify-content:space-between;margin-top:9px;color:var(--muted);font-size:.78rem}.method{padding-bottom:70px}footer{display:flex;gap:18px;flex-wrap:wrap;padding-top:28px!important;padding-bottom:34px!important;color:var(--muted);font-size:.9rem}@media(max-width:620px){header,main,footer{padding-left:16px;padding-right:16px}header{height:auto;min-height:76px;padding-top:15px;padding-bottom:15px;align-items:flex-start;flex-direction:column}.hero{padding:49px 0 43px}.section-heading{flex-direction:column;gap:10px}.section-heading .button{width:100%}.service-row{grid-template-columns:minmax(0,1fr) auto}.latency{grid-column:1/3}.service-list{margin-left:-16px;margin-right:-16px;border-radius:0}.history-wrap{grid-template-columns:1fr}section{padding:40px 0}}
