:root{color:var(--text);background:var(--bg);color-scheme:light;--bg: #ffffff;--surface: #ffffff;--surface-soft: #effbf6;--surface-warning: #fff3c4;--text: #1f2328;--heading: #111318;--heading-soft: #17191f;--muted: #737783;--muted-soft: #8a8f99;--footer: #90939d;--border: #dfe3e8;--border-soft: #edf0f3;--button-bg: #25252b;--button-text: #ffffff;--button-border: #d7dce2;--shadow: 0 1px 2px rgba(16, 24, 40, .04);--success-bg: #effbf6;--success-border: #a7e4cf;--warning-bg: #fff3c4;--warning-text: #f3ad16;--warning-chip-bg: #fff0bd;--warning-chip-text: #9d4f0d;--danger: #f97373;--bar-green: #2cc79f;--bar-yellow: #f5b31b;--bar-red: #fa7b6f;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{min-width:320px;background:var(--bg)}a{color:inherit;text-decoration:none}button{font:inherit}.status-page{min-height:100vh;padding:48px 24px 72px}.status-shell{width:min(100%,920px);margin:0 auto}.page-header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:44px}.brand{color:var(--heading);font-size:29px;font-weight:800;line-height:1}.subscribe-button,.history-button{border:1px solid transparent;border-radius:6px;cursor:pointer}.subscribe-button{min-height:42px;background:var(--button-bg);color:var(--button-text);padding:0 17px;font-size:15px;font-weight:500}.incident-card,.system-card{border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.health-banner{margin-bottom:32px;border-radius:8px;padding:22px 24px}.health-banner-ok{border:1px solid var(--success-border);background:var(--success-bg)}.health-banner-heading,.incident-card-header,.system-card-header,.system-row-meta,.system-name,.history-button{display:flex;align-items:center}.health-banner h1,.incident-card h1,.system-card h2,.incident-item h2,.incident-item p,.status-footer p{margin:0}.health-banner-heading,.incident-card-header{gap:12px}.health-banner h1,.incident-card h1{color:var(--heading);font-size:20px;font-weight:700;line-height:1.25}.incident-card{margin-bottom:32px;border-color:var(--bar-yellow);overflow:hidden}.incident-card-header{min-height:72px;background:var(--warning-bg);color:var(--warning-text);padding:0 24px}.incident-card-header h1{color:var(--heading)}.incident-card-body{background:var(--surface)}.incident-item{padding:24px}.incident-item+.incident-item{border-top:1px solid var(--border-soft)}.product-chip{display:inline-flex;align-items:center;min-height:30px;margin-bottom:22px;border-radius:5px;background:var(--warning-chip-bg);color:var(--warning-chip-text);padding:0 12px;font-size:15px;font-weight:700}.incident-title-row{display:grid;grid-template-columns:9px minmax(0,1fr);gap:17px;align-items:center;margin-bottom:16px}.incident-dot{width:9px;height:9px;border-radius:999px;background:var(--danger)}.incident-item h2{color:var(--heading-soft);font-size:17px;font-weight:600;line-height:1.35}.incident-item p{margin-left:26px;color:var(--text);font-size:16px;line-height:1.65}.incident-item .incident-meta{margin-top:14px;color:var(--muted)}.system-card{overflow:hidden}.system-card-header{justify-content:space-between;gap:20px;min-height:64px;padding:0 24px;border-bottom:1px solid var(--border-soft)}.system-card h2{color:var(--heading-soft);font-size:19px;font-weight:700}.date-range{display:flex;align-items:center;gap:8px;color:var(--muted-soft);font-size:16px}.system-row{padding:22px 24px 24px}.system-row+.system-row{border-top:1px solid var(--border-soft)}.system-row-meta{justify-content:space-between;gap:18px;margin-bottom:14px}.system-name{min-width:0;gap:10px;color:var(--muted);font-size:15px}.system-name strong{color:var(--heading-soft);font-size:17px;font-weight:700}.uptime{flex:0 0 auto;color:var(--muted-soft);font-size:15px}.status-icon{display:inline-grid;width:20px;height:20px;flex:0 0 auto;place-items:center;border-radius:999px;color:#fff}.status-icon-ok{background:var(--bar-green)}.status-icon-warn{border-radius:4px;background:var(--bar-yellow)}.uptime-bars{display:grid;grid-template-columns:repeat(92,minmax(3px,1fr));gap:4px;min-height:22px}.uptime-bar{min-width:3px;height:21px;border-radius:2px}.bar-green{background:var(--bar-green)}.bar-yellow{background:var(--bar-yellow)}.bar-red{background:var(--bar-red)}.history-action{display:flex;justify-content:center;margin:34px 0 192px}.history-button{gap:10px;min-height:44px;border-color:var(--button-border);background:var(--surface);color:var(--text);padding:0 18px;font-size:16px;font-weight:600}.status-footer{max-width:720px;margin:0 auto;color:var(--footer);text-align:center}@media(prefers-color-scheme:dark){:root{color-scheme:dark;--bg: #0d1117;--surface: #151b23;--surface-soft: #12221c;--surface-warning: #2b230f;--text: #d7dde6;--heading: #f4f7fb;--heading-soft: #edf2f7;--muted: #a3adba;--muted-soft: #8f9aaa;--footer: #8f9aaa;--border: #303946;--border-soft: #26303c;--button-bg: #f4f7fb;--button-text: #111318;--button-border: #3a4655;--shadow: 0 1px 2px rgba(0, 0, 0, .24);--success-bg: #0f241d;--success-border: #245f4a;--warning-bg: #30240a;--warning-text: #ffd36a;--warning-chip-bg: #3a2c0d;--warning-chip-text: #ffd36a;--danger: #ff8f86;--bar-green: #39d6ad;--bar-yellow: #f7c84b;--bar-red: #ff8f86}}.status-footer p:first-child{margin-bottom:18px;font-size:17px;font-weight:600}.status-footer p:last-child{font-size:14px;line-height:1.7}@media(max-width:720px){.status-page{padding:32px 16px 56px}.page-header,.system-card-header,.system-row-meta{align-items:flex-start;flex-direction:column}.page-header{margin-bottom:30px}.subscribe-button{width:100%}.system-card-header{justify-content:center;padding:18px}.incident-card-header,.incident-item,.system-row{padding-left:18px;padding-right:18px}.incident-item p{margin-left:0}.uptime{margin-left:30px}.uptime-bars{grid-template-columns:repeat(46,minmax(4px,1fr))}.history-action{margin-bottom:100px}}
