:root{color-scheme:light;--text:#253044;--muted:#677489;--line:#e4e9ef;--green:#22855c;--red:#cf4754;--amber:#b38227;--grey:#e5e9ee;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff;color:var(--text);font-synthesis:none}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}a:focus-visible{outline:2px solid #2c7557;outline-offset:5px}h1,h2,h3,p{margin:0}.page{max-width:960px;margin:auto;padding:0 40px}header{height:116px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.brand{display:flex;gap:8px;align-items:center;font-size:23px;font-weight:650;letter-spacing:-.8px}.brand-period{margin-left:-8px;color:#528412}.header-label{font-size:11px;font-weight:500;letter-spacing:0;color:var(--muted);border-left:1px solid var(--line);margin-left:8px;padding-left:16px}.back{font-size:12px;color:var(--muted)}.back span{margin-left:8px}.intro{padding:54px 0 28px}.eyebrow{font-size:10px;font-weight:650;letter-spacing:1.6px;color:var(--muted)}h1{font-size:34px;font-weight:650;letter-spacing:-1px;margin:12px 0}.intro p{font-size:14px;line-height:1.7;color:var(--muted)}.banner{display:flex;gap:17px;align-items:center;border-radius:7px;padding:24px;margin:4px 0 42px;border:1px solid}.banner.operational{background:#eef9f2;border-color:#cee8d8;color:#206445}.banner.outage{background:#fff1f2;border-color:#f2d0d5;color:#a33242}.banner.unknown{background:#f4f6f9;border-color:#e1e6ed;color:#59687b}.banner-icon{width:33px;height:33px;border:1px solid currentColor;border-radius:50%;display:grid;place-items:center;font-size:20px;flex-shrink:0}.banner h2{font-size:17px;font-weight:600;letter-spacing:-.2px}.banner p{font-size:12px;line-height:1.7;margin-top:5px;opacity:.85}.live-label{margin-left:auto;display:flex;align-items:center;gap:6px;font-size:10px}.live-label i{width:6px;height:6px;border-radius:100%;background:currentColor}.section-top{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:0 0 17px}.section-top h2{font-size:16px;font-weight:600;letter-spacing:-.2px}.section-top>span{font-size:11px;color:var(--muted)}.components{border:1px solid var(--line);border-radius:7px;overflow:hidden}.component{padding:23px 24px;border-bottom:1px solid var(--line)}.component:last-child{border:0}.component-top{display:flex;justify-content:space-between;align-items:center;gap:14px}.component h3{font-size:14px;font-weight:550}.component-description{font-size:11px;line-height:1.7;color:var(--muted);margin-top:6px}.component-state{display:flex;align-items:center;gap:7px;font-size:11px;white-space:nowrap}.component-state i{width:7px;height:7px;border-radius:50%;background:currentColor}.operational .component-state{color:var(--green)}.outage .component-state{color:var(--red)}.unknown .component-state{color:var(--muted)}.history{display:grid;grid-template-columns:repeat(90,minmax(0,1fr));gap:3px;height:27px;margin:18px 0 8px}.history span{border-radius:2px;background:var(--grey)}.history .up{background:#55aa80}.history .down{background:#e8767d}.history .partial{background:#e7b65b}.history span:hover{filter:brightness(.85)}.history-labels{display:flex;justify-content:space-between;gap:15px;font-size:10px;color:var(--muted)}.history-labels strong{font-weight:500}.history-key{display:flex;align-items:center;flex-wrap:wrap;gap:15px;margin:15px 0;font-size:10px;color:var(--muted)}.history-key>span{display:inline-flex;align-items:center;gap:6px}.history-key i{width:8px;height:8px;border-radius:2px}.good{background:#55aa80}.bad{background:#e8767d}.empty{background:var(--grey)}.history-period{margin-left:auto}.note{font-size:11px;color:var(--muted);line-height:1.8}.incidents{margin-top:45px}.no-incidents{border:1px solid var(--line);border-radius:7px;display:flex;gap:14px;align-items:center;padding:23px 24px}.no-incidents>span{color:var(--green);width:25px;height:25px;display:grid;place-items:center;border:1px solid #d2e7dc;border-radius:50%;font-size:13px}.no-incidents strong{display:block;font-size:13px;font-weight:500}.no-incidents p{font-size:11px;color:var(--muted);margin-top:6px;line-height:1.7}.incident{padding:20px 0;border-top:1px solid var(--line)}.incident h3{font-size:13px;line-height:1.7;font-weight:550}.incident p{font-size:12px;color:var(--muted);line-height:1.8;margin-top:6px}.incident .open{color:var(--red)}.incident .resolved{color:var(--green)}.about{margin:40px 0}.about h2{font-size:13px;font-weight:550;margin-bottom:10px}.about p{font-size:12px;line-height:1.85;color:var(--muted);max-width:690px}.placeholder{padding:24px;color:var(--muted);font-size:13px}.placeholder.error{color:var(--red)}footer{border-top:1px solid var(--line);padding:27px 0 36px;display:flex;justify-content:space-between;gap:20px;font-size:11px;color:var(--muted)}footer nav{display:flex;gap:20px}@media(max-width:600px){.page{padding:0 20px}header{height:90px}.brand{font-size:21px}.brand svg{width:26px;height:26px}.header-label{padding-left:10px;margin-left:3px}.back{font-size:0}.back span{font-size:20px}h1{font-size:29px}.intro{padding-top:37px}.banner{padding:19px 16px;margin-bottom:32px;gap:12px}.banner h2{font-size:15px}.banner p{font-size:11px}.live-label{display:none}.component{padding:20px 16px}.component-description{max-width:235px}.history{gap:2px;height:24px}.component-state{font-size:10px}.component-top{align-items:flex-start}.history-labels{font-size:9px}.history-key{gap:12px}.history-period{display:none!important}.section-top>span{font-size:10px;text-align:right}.no-incidents{padding:20px 16px}.incidents{margin-top:35px}footer{font-size:10px}footer nav{gap:13px}}
