@font-face{font-family:Inter;src:url('/assets/Inter-Regular.woff2') format('woff2');font-weight:400;font-display:swap}@font-face{font-family:Inter;src:url('/assets/Inter-SemiBold.woff2') format('woff2');font-weight:600 800;font-display:swap}@font-face{font-family:DM Serif;src:url('/assets/DMSerifDisplay-Regular.woff2') format('woff2');font-display:swap}
:root{--canvas:#faf9f6;--ink:#242621;--muted:#656b62;--border:#dedfd7;--green:#438157;--amber:#ab7020;--red:#b7463a;--gray:#d9dcd3;--orange:#f36a28}*{box-sizing:border-box}body{margin:0;background:var(--canvas);color:var(--ink);font:14px/1.6 Inter,Arial,sans-serif}a{color:inherit;text-underline-offset:4px}button,input,select{font:inherit}button,a,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait;opacity:.6}button:focus-visible,a:focus-visible,select:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid var(--orange);outline-offset:4px}h1,h2,h3,p{margin:0}p+p{margin-top:12px}.page{max-width:914px;padding:64px 32px 28px;margin:auto}header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:64px}.brand{display:flex;align-items:center;gap:9px;text-decoration:none;font:32px/1.1 DM Serif,Georgia,serif;letter-spacing:-.9px}.brand img{border-radius:9px}.brand-light{color:#50534c}.button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:15px;min-height:42px;border-radius:5px;border:1px solid var(--ink);background:var(--ink);color:white;padding:10px 16px;font-size:12px;font-weight:600;letter-spacing:.2px;text-decoration:none}.button:hover{background:#41463d}.secondary-button{background:transparent;color:var(--ink)}.summary{border-radius:6px;padding:22px 24px;border:1px solid transparent}.summary>div{display:flex;gap:13px;align-items:center}.summary h1{font-size:20px;font-weight:600;line-height:1.35}.summary #summary-icon{font-size:23px;line-height:1}.summary p{margin:7px 0 0 36px;font-size:13px}.summary.operational{background:#eaf1e7;border-color:#d4e2ce;color:#2c603e}.summary.degraded{background:#fcf0d8;border-color:#eddbb5;color:#895513}.summary.outage{background:#faeae5;border-color:#edccc4;color:#a03c32}.summary.unknown{background:#edeee8;border-color:#dedfd7;color:#52574e}.freshness{display:flex;justify-content:space-between;align-items:center;margin:12px 0 46px;color:var(--muted);font-size:12px}.text-button{border:0;padding:4px;background:transparent;color:var(--muted);font-size:12px}.text-button:hover{text-decoration:underline}.section-intro{display:flex;justify-content:space-between;gap:15px;font-size:12px;color:var(--muted);margin-bottom:11px}.section-intro a{color:var(--ink);text-decoration:none}.section-intro a:hover{text-decoration:underline}.components{border:1px solid var(--border);border-radius:6px;overflow:hidden}.component{padding:23px 24px 19px}.component+.component{border-top:1px solid var(--border)}.component-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.component h2{font-size:16px;font-weight:600;line-height:1.4}.component-description{font-size:12px;color:var(--muted);margin:3px 0 17px}.status-label{font-size:12px;font-weight:600;white-space:nowrap}.status-label::before{content:'';width:6px;height:6px;display:inline-block;border-radius:100%;background:currentColor;margin:0 7px 1px 0}.status-label.operational{color:var(--green)}.status-label.degraded{color:var(--amber)}.status-label.outage{color:var(--red)}.status-label.unknown{color:var(--muted)}.bars{display:grid;grid-template-columns:repeat(90,minmax(0,1fr));gap:3px;height:32px}.bar{border:0;border-radius:1px;min-width:0;padding:0;display:block;width:100%;height:32px;transition:opacity .15s}.bar:hover{opacity:.6}.bar:focus-visible{outline:2px solid var(--ink);outline-offset:2px;z-index:1}.bar[aria-pressed=true]{outline:2px solid var(--ink);outline-offset:2px;z-index:1}.operational.bar,.legend .operational{background:var(--green)}.degraded.bar,.legend .degraded{background:var(--amber)}.outage.bar,.legend .outage{background:var(--red)}.unknown.bar,.legend .unknown{background:var(--gray)}.bar-caption{display:flex;align-items:center;gap:14px;color:var(--muted);font-size:11px;margin-top:10px}.bar-caption:before,.bar-caption:after{content:'';height:1px;background:var(--border);flex:1}.bar-caption span:first-child{order:-1}.bar-caption span:last-child{order:1}.rate{color:#51584c}.legend{display:flex;justify-content:flex-end;gap:17px;margin:13px 0;color:var(--muted);font-size:11px}.legend span{display:flex;align-items:center;gap:6px}.legend i{width:7px;height:7px;border-radius:1px}.day-detail{font-size:12px;color:var(--muted);min-height:26px;margin-top:16px}.incidents{margin-top:46px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:26px}h2{font-size:23px;font-weight:600;letter-spacing:-.4px}.filter{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted)}select{max-width:170px;border:1px solid var(--border);border-radius:5px;padding:7px 24px 7px 10px;color:var(--ink);background:var(--canvas);font-size:12px}.empty-report{padding:0 0 28px;border-bottom:1px solid var(--border)}.empty-report h3{font-size:15px;font-weight:600;margin-bottom:7px}.empty-report p,.muted{color:var(--muted)}.empty-report .quiet{font-size:12px;margin-top:8px}.incident{padding:22px 0;border-bottom:1px solid var(--border);scroll-margin-top:30px}.incident:first-child{padding-top:0}.incident-top{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.incident h3{font-size:17px;font-weight:600}.incident h3 a{text-decoration:none}.incident h3 a:hover{text-decoration:underline}.incident .date{display:block;color:var(--muted);font-size:12px;margin:6px 0 15px}.phase{font-size:11px;letter-spacing:.2px;color:var(--amber);text-transform:capitalize}.phase.resolved{color:var(--green)}.timeline{border-left:1px solid var(--border);padding-left:18px;margin-left:3px;display:grid;gap:16px}.update{position:relative}.update::before{content:'';position:absolute;background:var(--border);width:7px;height:7px;left:-22px;top:7px;border-radius:50%}.update p{font-size:13px;white-space:pre-line;overflow-wrap:anywhere}.update time{font-size:11px;color:var(--muted)}.source{font-size:11px;color:var(--muted);margin-top:14px}.incident details{margin:15px 0 0;padding:0;border:0}.incident summary{font-size:12px}.incident details .timeline{margin-top:15px}#active:not(:empty){border:1px solid #eddbb5;border-radius:6px;padding:22px 24px;margin-bottom:32px}#active .incident:last-child{border:0;padding-bottom:0}#methodology{margin-top:36px;padding:19px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}summary{cursor:pointer;font-weight:600;font-size:13px}.method-content{padding-top:14px;font-size:12px;color:var(--muted)}footer{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-top:28px;color:var(--muted);font-size:11px}footer a{text-decoration:none}footer a:hover{text-decoration:underline}dialog{border:1px solid var(--border);border-radius:10px;padding:32px;max-width:480px;width:calc(100% - 32px);background:var(--canvas);color:var(--ink)}dialog::backdrop{background:#20241b66}dialog h2{font:30px DM Serif,Georgia,serif;margin:0 0 12px}dialog p{color:var(--muted);font-size:13px}dialog label{display:block;font-size:12px;font-weight:600;margin-top:22px}dialog input{width:100%;margin-top:8px;padding:12px;border:1px solid var(--border);border-radius:5px;background:#fff;color:var(--muted);font-size:12px}.dialog-actions{display:flex;gap:10px;margin-top:16px}.close{position:absolute;right:14px;top:9px;background:transparent;border:0;font-size:26px;color:var(--muted)}#copy-result{min-height:20px;margin-top:12px}.skip{position:fixed;top:10px;left:20px;background:white;padding:10px;z-index:10;opacity:0;pointer-events:none}.skip:focus{opacity:1;pointer-events:auto}.noscript{padding:20px;text-align:center}
@media(max-width:600px){.page{padding:30px 20px 24px}header{gap:12px;margin-bottom:38px}.brand{font-size:26px;gap:7px}.brand img{width:30px;height:30px}.button{font-size:11px;padding:8px 11px;gap:8px}.summary{padding:20px 18px}.summary h1{font-size:18px}.summary p{margin-left:0;margin-top:10px;font-size:12px}.freshness{margin-bottom:30px;font-size:11px;gap:10px}.section-intro{flex-direction:column;gap:4px;font-size:11px}.component{padding:18px 16px}.component h2{font-size:15px}.component-description{font-size:11px;max-width:235px;line-height:1.5}.bars{gap:2px;height:30px}.bar{height:30px}.status-label{font-size:10px}.status-label::before{margin-right:5px}.bar-caption{font-size:10px;gap:7px}.legend{gap:12px;font-size:10px;justify-content:flex-start;flex-wrap:wrap}.day-detail{font-size:11px}.incidents{margin-top:30px}.section-heading{align-items:flex-start;gap:12px}.section-heading h2{font-size:21px}.filter{font-size:0}.filter select{max-width:130px;font-size:11px}.incident-top{align-items:flex-start}.incident h3{font-size:15px}.phase{font-size:10px}footer{flex-wrap:wrap;gap:14px}footer span{display:none}dialog{padding:28px 22px}.dialog-actions{flex-wrap:wrap}#active:not(:empty){padding:18px 16px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important}}
