:root{color-scheme:light;--ink:#10253d;--muted:#58708c;--line:#dce2e8;--green:#16a05d;--green-soft:#48b882;--orange:#dc7500;--red:#bb3c0e;--empty:#e7eaee}*{box-sizing:border-box}body{margin:0;background:#fff!important;color:var(--ink);font-family:Inter,"Noto Sans JP","Segoe UI",sans-serif}main{max-width:840px;margin:0 auto;padding:26px 0}.status-tools{height:0;position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:flex-end;gap:10px;top:7px}.status-tools a,.status-tools button{border:0;background:transparent;color:var(--muted);padding:0;font:inherit;font-size:11px;line-height:1.4;text-decoration:none;cursor:pointer}.status-tools a:hover,.status-tools button:hover{color:var(--ink);text-decoration:underline}.status-tools button:disabled{opacity:.55}.status-section{display:grid;grid-template-columns:156px 1fr;border-top:1px solid var(--line);padding:27px 0}.status-section h2{font-size:13px;font-weight:500;margin:4px 0;color:#1b3855}.service-list{display:grid;gap:17px}.service{display:flex;align-items:center;gap:13px;min-width:0}.service strong{font-size:13px;color:#111;font-weight:650;white-space:nowrap}.service-line{height:1px;background:var(--line);flex:1}.state{min-width:53px;display:flex;align-items:center;gap:8px;color:var(--green);font-size:12px;white-space:nowrap}.state i{width:6px;height:6px;background:var(--green);border-radius:50%}.state b{font-weight:600}.service[data-state=outage] .state{color:var(--red)}.service[data-state=outage] .state i{background:var(--red)}.uptime-section{padding-bottom:30px}.uptime-body{min-width:0}.history-bars{height:35px;display:grid;grid-template-columns:repeat(90,minmax(2px,1fr));gap:2px;align-items:stretch}.history-bars i{display:block;border-radius:2px;background:var(--empty)}.history-bars i[data-state=operational]{background:var(--green-soft)}.history-bars i[data-state=degraded]{background:var(--orange)}.history-bars i[data-state=outage]{background:var(--red)}.history-range{display:flex;justify-content:space-between;color:var(--muted);font-size:11px;margin-top:8px}.legend{display:flex;flex-wrap:wrap;align-items:center;gap:15px;margin-top:19px;color:#38516a;font-size:11px}.legend span{display:flex;align-items:center;gap:6px}.legend i{width:8px;height:8px;border-radius:2px;background:var(--empty)}.legend .operational{background:var(--green-soft)}.legend .degraded{background:var(--orange)}.legend .outage{background:var(--red)}.legend #historyStart{margin-left:auto;color:var(--muted)}.incident-section{border-bottom:1px solid var(--line);padding-bottom:27px}.incident-body{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.incident-body p{font-size:13px;margin:4px 0 0}.incident-body time{font-size:11px;color:var(--muted);text-align:right}html[data-theme=dark]{color-scheme:dark;--ink:#f0f4f8;--muted:#a7b2c0;--line:#ffffff2c;--green:#5bce95;--green-soft:#4bb67f;--orange:#eea24a;--red:#f17b66;--empty:#ffffff20}html[data-theme=dark] body{background:#0d1117!important}html[data-theme=dark] .service strong{color:#fff}html[data-theme=dark] .status-tools a,html[data-theme=dark] .status-tools button{color:var(--muted)}html[data-theme=dark] .status-tools a:hover,html[data-theme=dark] .status-tools button:hover{color:#fff}html[data-theme=dark] .status-section h2,html[data-theme=dark] .legend{color:#c7d2df}@media(max-width:700px){main,footer{margin-left:20px!important;margin-right:20px!important}.status-section{grid-template-columns:1fr;gap:16px;padding:22px 0}.history-bars{gap:1px}.legend{gap:10px}.legend #historyStart{width:100%;margin-left:0}.incident-body{display:block}.incident-body time{display:block;text-align:left;margin-top:10px}footer{padding:21px 0!important}}footer{max-width:840px;margin:auto;padding:24px 0;color:var(--muted);font-size:11px;display:flex;justify-content:space-between}footer a{color:inherit;text-decoration:none}footer a:hover{text-decoration:underline}@media(prefers-reduced-motion:reduce){*{transition:none!important}}
