@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap";
:root{--primary:#06c;--primary-hover:#0052a3;--ink:#111827;--slate:#4b5563;--muted:#6b7280;--mist:#d6dce5;--cloud:#f7f9fc;--paper:#fff;--success:#1f9d55;--success-bg:#eaf7ef;--warning:#c46c00;--warning-bg:#fff4df;--danger:#d14343;--danger-bg:#fff0f0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cloud);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Noto Sans JP,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px}button,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,select:focus-visible{outline-offset:2px;outline:3px solid #0066cc4d}svg{flex:none;width:20px;height:20px}.site-header{background:var(--paper);border-bottom:1px solid var(--mist);z-index:20;grid-template-columns:minmax(260px,1fr) auto minmax(430px,1fr);align-items:stretch;gap:24px;height:64px;padding:0 24px;display:grid;position:sticky;top:0}.brand{color:var(--ink);letter-spacing:-.02em;align-items:center;gap:10px;font-size:20px;font-weight:700;text-decoration:none;display:flex}.brand svg{color:var(--primary);width:24px;height:24px}.site-header nav{gap:8px;display:flex}.site-header nav button{min-width:104px;color:var(--slate);cursor:pointer;background:0 0;border:0;border-bottom:3px solid #0000;font-weight:600}.site-header nav button:hover{color:var(--primary)}.site-header nav button.active{color:var(--primary);border-bottom-color:var(--primary)}.header-actions{color:var(--slate);justify-content:flex-end;align-items:center;gap:14px;display:flex}.header-actions .updated{white-space:nowrap;align-items:center;gap:6px;font-size:12px;display:flex}.header-actions .updated svg{width:16px;height:16px}.header-actions a{color:var(--primary);white-space:nowrap;align-items:center;gap:5px;font-weight:600;text-decoration:none;display:inline-flex}.header-actions a:hover{text-decoration:underline}.header-actions a svg{width:16px;height:16px}.icon-button{width:36px;height:36px;color:var(--slate);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;display:grid}.icon-button:hover{background:var(--cloud);color:var(--primary)}.page-shell{max-width:1500px;margin:0 auto;padding:16px 24px 24px}.filter-bar{grid-template-columns:repeat(4,minmax(170px,1fr)) auto;gap:12px;margin-bottom:16px;display:grid}.filter-control{background:var(--paper);border:1px solid var(--mist);cursor:pointer;border-radius:8px;align-items:center;gap:10px;min-height:64px;padding:10px 38px 10px 12px;display:flex;position:relative}.filter-control:hover{border-color:#9fb7d1}.filter-control>svg{width:24px;height:24px;color:var(--slate)}.filter-copy{flex-direction:column;gap:1px;width:100%;min-width:0;display:flex}.filter-label{color:var(--muted);font-size:12px;line-height:1.4}.filter-control select{appearance:none;width:100%;color:var(--ink);cursor:pointer;background:0 0;border:0;outline:0;font-weight:600}.filter-control .filter-chevron{width:16px;height:16px;color:var(--slate);pointer-events:none;position:absolute;right:12px}.clear-button{border:1px solid var(--primary);background:var(--paper);min-height:48px;color:var(--primary);cursor:pointer;white-space:nowrap;border-radius:8px;align-self:center;padding:0 20px;font-weight:700}.clear-button:hover{background:#edf6ff}.content-grid{grid-template-columns:minmax(0,1.75fr) minmax(340px,.95fr);align-items:start;gap:16px;display:grid}.incident-detail,.incident-list{background:var(--paper);border:1px solid var(--mist);border-radius:8px;overflow:hidden}.section-eyebrow{min-height:42px;color:var(--slate);border-bottom:1px solid var(--mist);align-items:center;padding:0 16px;font-size:12px;font-weight:600;display:flex}.incident-summary{border-bottom:1px solid var(--mist);gap:18px;padding:20px 22px 24px;display:flex}.summary-icon{border-radius:50%;flex:none;place-items:center;width:50px;height:50px;display:grid}.summary-icon svg{width:36px;height:36px}.summary-body{width:100%;min-width:0}.title-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.title-row h1{letter-spacing:-.015em;margin:0;font-size:20px;line-height:1.4}.metadata{color:var(--slate);flex-wrap:wrap;gap:10px 22px;margin-top:12px;font-size:12px;display:flex}.metadata span,.incident-item-meta span{align-items:center;gap:5px;display:inline-flex}.metadata svg,.incident-item-meta svg{width:16px;height:16px}.summary-body>p{max-width:75ch;margin:18px 0 0;line-height:1.8}.status-badge{white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:4px 9px;font-size:12px;font-weight:700;display:inline-flex}.status-badge svg{width:15px;height:15px}.status-badge.status-impacted{color:#fff;background:var(--danger)}.status-badge.status-investigating{color:#fff;background:var(--warning)}.status-badge.status-resolved{color:#fff;background:var(--success)}.summary-icon.status-impacted,.timeline-icon.status-impacted{color:#fff;background:var(--danger)}.summary-icon.status-investigating,.timeline-icon.status-investigating{color:#fff;background:var(--warning)}.summary-icon.status-resolved,.timeline-icon.status-resolved{color:#fff;background:var(--success)}.timeline-section{padding:16px 22px 4px}.timeline-section h2{margin:0 0 16px;font-size:16px}.timeline{margin:0;padding:0;list-style:none}.timeline li{grid-template-columns:48px minmax(0,1fr);gap:16px;min-height:112px;display:grid;position:relative}.timeline-icon{z-index:2;border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.timeline-icon svg{width:20px;height:20px}.timeline-line{background:var(--mist);width:2px;position:absolute;top:39px;bottom:0;left:19px}.timeline-content{padding:0 0 24px}.timeline-heading{flex-wrap:wrap;align-items:center;gap:10px;min-height:40px;display:flex}.timeline-heading time{font-variant-numeric:tabular-nums;font-weight:700}.timeline-content h3{margin:4px 0;font-size:14px}.timeline-content p{color:var(--slate);margin:0;line-height:1.7}.timezone-note{color:var(--muted);margin:0;padding:0 22px 16px;font-size:12px}.list-body{flex-direction:column;display:flex}.incident-item{text-align:left;background:var(--paper);width:100%;color:var(--ink);border:0;border-left:3px solid #0000;border-bottom:1px solid var(--mist);cursor:pointer;padding:16px;display:block}.incident-item:hover{background:#fafdff}.incident-item.selected{background:#f3f8fd}.incident-item.status-impacted{border-left-color:var(--danger)}.incident-item.status-investigating{border-left-color:var(--warning)}.incident-item.status-resolved{border-left-color:var(--success)}.incident-item-top{grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:9px;display:grid}.incident-item-top>svg{width:24px;height:24px}.incident-item.status-impacted .incident-item-top>svg{color:var(--danger)}.incident-item.status-investigating .incident-item-top>svg{color:var(--warning)}.incident-item.status-resolved .incident-item-top>svg{color:var(--success)}.incident-item h2{margin:0;font-size:15px;line-height:1.45}.incident-item-meta{color:var(--slate);flex-direction:column;gap:6px;margin:12px 0 0 33px;font-size:12px;display:flex}.incident-item>p{color:var(--slate);margin:12px 0 14px 33px;line-height:1.7}.incident-item-footer{color:var(--slate);align-items:center;gap:16px;margin-left:33px;font-size:11px;display:flex}.incident-item-footer svg{width:16px;height:16px;margin-left:auto}.show-all{background:var(--paper);width:100%;min-height:48px;color:var(--primary);cursor:pointer;border:0;justify-content:flex-end;align-items:center;gap:4px;padding:0 16px;font-weight:600;display:flex}.show-all:hover{background:#edf6ff}.show-all svg{width:16px;height:16px}.empty-state{text-align:center;background:var(--paper);border:1px solid var(--mist);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:460px;display:flex}.empty-state>svg{width:52px;height:52px;color:var(--success)}.empty-state h1{margin:16px 0 8px;font-size:20px}.empty-state p{color:var(--slate);margin:0 0 20px}footer{color:var(--slate);align-items:flex-start;gap:8px;margin-top:16px;font-size:12px;display:flex}footer svg{width:18px;height:18px;color:var(--primary);margin-top:1px}footer p{margin:0;line-height:1.6}@media (max-width:1120px){.site-header{grid-template-columns:1fr auto;gap:12px}.site-header nav{order:3;grid-column:1/-1;justify-content:center;height:44px}.site-header{height:auto;min-height:64px}.header-actions .updated{display:none}.filter-bar{grid-template-columns:repeat(2,1fr)}.clear-button{height:52px}.content-grid{grid-template-columns:1fr}.incident-list{order:-1}.list-body{grid-template-columns:repeat(2,1fr);display:grid}.incident-item{border-right:1px solid var(--mist)}}@media (max-width:720px){body{font-size:13px}.site-header{grid-template-columns:1fr auto;padding:0 16px}.brand{font-size:16px}.brand svg{width:21px;height:21px}.header-actions a{font-size:0}.header-actions a svg{width:20px;height:20px}.page-shell{padding:12px}.filter-bar{padding-bottom:4px;display:flex;overflow-x:auto}.filter-control{min-width:210px;min-height:58px}.clear-button{min-width:150px;height:58px}.incident-summary{gap:12px;padding:16px}.summary-icon{width:40px;height:40px}.summary-icon svg{width:28px;height:28px}.title-row{flex-direction:column;align-items:flex-start;gap:8px}.title-row h1{font-size:17px}.metadata{flex-direction:column;gap:6px}.timeline-section{padding:16px 14px 4px}.timeline li{grid-template-columns:40px minmax(0,1fr);gap:10px}.timeline-icon{width:34px;height:34px}.timeline-line{top:33px;left:16px}.timeline-heading{flex-direction:column;align-items:flex-start;gap:4px;padding-bottom:6px}.list-body{display:flex}.incident-item:not(.selected){display:none}.incident-item-top{grid-template-columns:24px minmax(0,1fr)}.incident-item-top .status-badge{grid-column:2;justify-self:start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
