:root{color:#1a1b23;background:#faf8ff;font-family:Inter,Hiragino Sans,Yu Gothic,Meiryo,Avenir Next,sans-serif;font-synthesis:none;text-rendering:geometricPrecision}*{box-sizing:border-box}html,body,#root{min-width:0;min-height:100%;max-width:100%;overflow-x:hidden}body{margin:0;background:#faf8ff}button,a{font:inherit}a{color:inherit;text-decoration:none}.status-page-shell{display:flex;min-height:100vh;flex-direction:column;background:#faf8ff}.public-header{border-bottom:1px solid #c4c5d7;background:#faf8ff}.public-header-inner{display:flex;width:min(860px,calc(100% - 32px));min-height:64px;align-items:center;justify-content:space-between;gap:24px;margin:0 auto}.brand-title{color:#1a1b23;font-size:18px;font-weight:700;line-height:24px}.header-actions{display:flex;align-items:center;gap:18px;color:#434655;font-size:13px;font-weight:700;line-height:18px}.header-actions a,.locale-toggle{border:0;background:transparent;color:#434655;cursor:pointer;font-weight:700}.locale-toggle{display:inline-flex;align-items:center;gap:6px;min-height:24px;border-left:1px solid #d8dbe8;padding-left:18px}.locale-toggle span{opacity:.58}.locale-toggle .is-active{opacity:1;color:#1a1b23}.status-main{width:min(860px,calc(100% - 32px));margin:0 auto;padding:64px 0 88px}.center-state,.load-alert{display:grid;min-height:220px;place-items:center;gap:12px;color:#434655}.loading-dot{width:14px;height:14px;border:3px solid #c4c5d7;border-top-color:#0037b0;border-radius:50%;animation:spin .9s linear infinite}.load-alert{min-height:auto;justify-items:start;margin-bottom:24px;padding:18px 20px;border:1px solid #c4c5d7;border-left:4px solid #a73400;border-radius:8px;background:#fff}.load-alert button{padding:8px 12px;border:1px solid #c4c5d7;border-radius:6px;background:#fff;cursor:pointer;font-weight:700}.announcement-stack{display:grid;gap:12px;margin-bottom:32px}.announcement-banner{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;padding:20px 24px;border-left:4px solid #1d4ed8;border-radius:4px;background:#d0e1fb;color:#54647a}.announcement-release{border-left-color:#0db989;background:#dcf7ef}.announcement-icon{color:#38485d;font-size:18px;line-height:24px}.announcement-banner h2,.announcement-banner p{margin:0}.announcement-banner h2{color:#54647a;font-size:18px;font-weight:700;line-height:24px}.announcement-banner h2 span{color:inherit;font-weight:700}.announcement-banner p{margin-top:14px;color:#5f6d80;font-size:15px;line-height:22px;overflow-wrap:anywhere}.global-status-panel{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px;min-height:106px;padding:24px;border:1px solid #c4c5d7;border-radius:8px;background:#fff}.global-status-panel.status-partial_outage,.global-status-panel.status-maintenance,.global-status-panel.status-major_outage{border-left:4px solid currentColor}.global-icon{display:grid;width:18px;height:18px;place-items:center;border-radius:50%;color:currentColor;font-size:13px;font-weight:800}.global-copy h1{margin:0;color:#1a1b23;font-size:24px;font-weight:700;letter-spacing:0;line-height:32px}.global-copy p{margin:4px 0 0;color:#434655;font-size:14px;line-height:20px}.status-section{margin-top:36px}.section-heading{margin-bottom:16px}.section-heading h2{margin:0;color:#6c7588;font-size:13px;font-weight:700;letter-spacing:.08em;line-height:18px;text-transform:uppercase}.history-service-list{display:grid;gap:10px}.service-card{overflow:visible;border:1px solid #d8ddea;border-radius:8px;background:#fff;box-shadow:0 1px 2px #1d283a0f}.service-card.status-partial_outage,.service-card.status-maintenance,.service-card.status-major_outage{border-left:3px solid currentColor}.service-card summary{display:block;min-height:108px;padding:18px 20px 14px;cursor:pointer;list-style:none}.service-card summary::-webkit-details-marker{display:none}.service-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;min-height:34px}.service-copy{min-width:0}.service-copy h3,.current-service-card h3,.incident-card h4,.active-incident-card h2{margin:0;color:#1a1b23;font-size:18px;font-weight:700;letter-spacing:0;line-height:24px}.service-copy p,.current-service-card p{margin:3px 0 0;color:#434655;font-size:14px;line-height:20px}.expand-caret{display:inline-block;width:0;height:0;margin-right:9px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:7px solid #8a95a8;transform:translateY(1px)}.service-card[open] .expand-caret{transform:translateY(3px) rotate(90deg)}.history-wrap{position:relative;margin-top:16px}.history-bar{display:grid;grid-template-columns:repeat(90,minmax(4px,1fr));gap:3px;min-width:0}.history-hit{position:relative;display:block;min-width:4px;height:26px;border-radius:4px;outline:none}.history-cell{display:block;width:100%;height:26px;border-radius:3px;background:currentColor;opacity:.95;transition:opacity .12s ease,transform .12s ease}.history-cell-not-tracked{background:#d5dbe6;color:#d5dbe6}.history-hit:hover .history-cell,.history-hit:focus-visible .history-cell{opacity:1;transform:translateY(-2px)}.history-hit:focus-visible{outline:2px solid #0037b0;outline-offset:3px}.history-tooltip{position:absolute;z-index:20;bottom:calc(100% + 10px);left:50%;display:grid;width:max-content;max-width:min(240px,calc(100vw - 40px));gap:6px;padding:10px 12px;border:1px solid #d8ddea;border-radius:6px;background:#1a1b23;box-shadow:0 14px 30px #1d283a38;color:#fff;font-size:12px;font-weight:700;line-height:16px;opacity:0;overflow-wrap:anywhere;pointer-events:none;transform:translate(-50%) translateY(4px);transition:opacity .12s ease,transform .12s ease;visibility:hidden}.history-tooltip:after{position:absolute;top:100%;left:50%;width:10px;height:10px;border-right:1px solid #d8ddea;border-bottom:1px solid #d8ddea;background:#1a1b23;content:"";transform:translate(-50%,-5px) rotate(45deg)}.history-hit:hover .history-tooltip,.history-hit:focus-visible .history-tooltip,.history-hit:focus-within .history-tooltip{opacity:1;transform:translate(-50%) translateY(0);visibility:visible}.history-tooltip-date{color:#cfd6e6;font-size:11px;line-height:14px}.history-tooltip-row{display:inline-flex;align-items:center;gap:7px;min-width:0}.history-tooltip .legend-swatch{flex:0 0 auto}.history-tooltip-summary{color:#eef2fb;font-weight:600}.history-labels{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;margin-top:10px;color:#8a95a8;font-size:11px;font-weight:700;line-height:16px}.history-labels span:last-child{text-align:right}.service-details{display:grid;gap:0;padding:0 20px 14px;border-top:1px solid #edf0f6;background:#fbfcff}.child-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0 12px calc(var(--child-depth, 0) * 18px);border-top:1px solid #edf0f6}.component-child-branch:first-child>.child-row{border-top:0}.child-history-row{padding:0 0 14px calc(var(--child-depth, 0) * 18px)}.child-row div strong,.child-row div span{display:block}.child-row div,.current-service-main>div{min-width:0}.child-row div strong{color:#1a1b23;font-size:14px;line-height:20px}.child-row div span{color:#434655;font-size:13px;line-height:18px}.current-service-list{display:grid;overflow:hidden;border:1px solid #d8ddea;border-radius:8px;background:#fff;box-shadow:0 1px 2px #1d283a0f}.current-service-card{min-height:56px;border-top:1px solid #edf0f6;background:transparent}.current-service-main{display:flex;min-height:56px;align-items:center;justify-content:space-between;gap:16px;padding:0 20px}.current-service-details{border-top:1px solid #edf0f6}.history-service-list .current-service-card{border:1px solid #d8ddea;border-radius:8px;background:#fff;box-shadow:0 1px 2px #1d283a0f}.current-service-list .current-service-card:first-child{border-top:0}.current-service-card h3{font-size:15px;line-height:20px}.current-service-card p{font-size:13px;line-height:18px}.status-badge{display:inline-flex;flex:0 0 auto;align-items:center;gap:7px;max-width:100%;padding:5px 13px;border-radius:999px;color:currentColor;font-size:13px;font-weight:800;line-height:18px;white-space:nowrap}.active-incident-card .status-badge{font-size:12px}.status-icon{display:inline-grid;width:9px;height:9px;flex:0 0 auto;place-items:center;border-radius:50%;background:currentColor;color:currentColor;font-size:0;font-weight:900;line-height:1}.status-icon.status-partial_outage,.status-icon.status-major_outage,.status-icon.status-maintenance{border-radius:2px}.status-operational{color:#24bf7a}.status-maintenance{color:#2f6fe8}.status-partial_outage{color:#f59b16}.status-major_outage{color:#ef3340}.phase-investigating,.phase-identified{color:#f59b16}.phase-monitoring{color:#7c3aed}.phase-resolved{color:#24bf7a}.status-badge.status-operational{background:#d7fbe8}.status-badge.status-maintenance{background:#dfeaff}.status-badge.status-partial_outage{background:#fff0d0}.status-badge.status-major_outage{background:#ffe0e3}.status-legend{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:12px;color:#7a8497;font-size:12px;font-weight:700;line-height:16px}.legend-item{display:inline-flex;align-items:center;gap:7px}.legend-swatch{width:10px;height:10px;border-radius:2px;background:currentColor}.active-incident-card{margin-top:24px;padding:20px;border:1px solid #f4c36c;border-left:3px solid currentColor;border-radius:8px;background:#fffaf0;box-shadow:0 1px 2px #1d283a0d}.active-incident-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.active-incident-head p,.incident-card p{margin:4px 0 0;color:#434655;font-size:13px;font-weight:700;line-height:18px}.incident-thread{position:relative;display:grid;gap:12px;margin:18px 0 0;padding-left:24px;--thread-marker-size: 18px;--thread-line-x: 0px}.incident-thread:before{position:absolute;top:calc(var(--thread-marker-size) / 2);bottom:calc(var(--thread-marker-size) / 2);left:var(--thread-line-x);width:1px;background:#c4c5d7;content:""}.thread-item{position:relative}.thread-marker{position:absolute;top:50%;left:calc((var(--thread-line-x) - 24px) - (var(--thread-marker-size) / 2));display:grid;width:var(--thread-marker-size);height:var(--thread-marker-size);place-items:center;border-radius:50%;background:#fff;color:currentColor;font-size:14px;transform:translateY(-50%)}.thread-card{padding:14px 16px;border:1px solid #f1d49a;border-radius:8px;background:#fff}.thread-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#434655;font-size:12px;font-weight:800;line-height:16px}.thread-meta time{white-space:nowrap}.thread-card p{margin:10px 0 0;color:#434655;font-size:13px;font-weight:600;line-height:18px}.past-incident-list{display:grid;gap:16px}.incident-day-group h3{margin:0 0 10px;color:#434655;font-size:13px;font-weight:800;line-height:18px}.incident-card{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px;border:1px solid #c4c5d7;border-radius:8px;background:#fff;scroll-margin-top:24px;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.incident-card:hover,.incident-card:focus-visible{border-color:#8ea2f8;box-shadow:0 10px 24px #34448024;outline:none;transform:translateY(-1px)}.incident-card-copy{min-width:0}.incident-card h4{font-size:15px;line-height:20px}.incident-card .incident-latest-summary{display:-webkit-box;max-width:540px;margin-top:4px;overflow:hidden;color:#5d6070;-webkit-box-orient:vertical;-webkit-line-clamp:1;font-size:12px;font-weight:700;line-height:16px}.incident-actions{display:inline-flex;align-items:center;gap:10px}.empty-state{margin:30px 0 0;color:#434655;font-size:15px;line-height:22px}.incident-detail-card{display:grid;gap:28px;padding:28px;border:1px solid #d8ddea;border-radius:8px;background:#fff;box-shadow:0 1px 2px #1d283a0f}.back-link{color:#434655;font-size:13px;font-weight:800;line-height:18px}.back-link:hover,.back-link:focus-visible{color:#0037b0;outline:none}.incident-detail-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.incident-detail-hero{display:block;padding-bottom:26px;border-bottom:1px solid #edf0f6}.incident-kicker{margin:0 0 8px;color:#6c7588;font-size:12px;font-weight:800;letter-spacing:.08em;line-height:16px;text-transform:uppercase}.incident-detail-hero h1,.incident-detail-empty h1{margin:0;color:#1a1b23;font-size:24px;font-weight:800;letter-spacing:0;line-height:32px}.incident-facts{display:flex;flex-wrap:wrap;gap:14px 24px;margin:18px 0 0}.incident-facts div{display:grid;gap:3px}.incident-facts dt{color:#7a8497;font-size:11px;font-weight:800;letter-spacing:.08em;line-height:14px;text-transform:uppercase}.incident-facts dd{margin:0;color:#1a1b23;font-size:14px;font-weight:700;line-height:20px}.incident-detail-section{display:grid;gap:14px}.incident-detail-section h2{margin:0;color:#1a1b23;font-size:16px;font-weight:800;line-height:22px}.affected-component-list{display:flex;flex-wrap:wrap;gap:8px}.affected-component-pill{display:inline-flex;align-items:baseline;gap:6px;padding:8px 10px;border:1px solid #d8ddea;border-radius:6px;background:#fbfcff;color:#1a1b23;font-size:13px;font-weight:800;line-height:18px}.affected-component-pill small{color:#6c7588;font-size:12px;font-weight:700}.incident-report-section{padding:18px;border:1px solid #d7e1f3;border-radius:8px;background:#f6f9ff}.incident-report-list{display:grid;gap:0}.incident-report-item{display:grid;gap:8px;padding:16px 0;border-top:1px solid #dce5f4}.incident-report-item:first-child{padding-top:4px;border-top:0}.incident-report-item:last-child{padding-bottom:2px}.incident-report-item-heading{display:flex;align-items:center;gap:8px;min-width:0}.incident-report-item-heading span{display:block;width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:#4f7dd2;box-shadow:0 0 0 4px #e7efff}.incident-report-item-heading h3{min-width:0;margin:0;color:#243149;font-size:14px;font-weight:800;line-height:20px;overflow-wrap:anywhere}.incident-report-item p{margin:0;color:#434655;font-size:14px;font-weight:600;line-height:22px;white-space:pre-wrap;overflow-wrap:anywhere}.incident-detail-thread{position:relative;display:grid;gap:14px;padding-left:24px}.incident-detail-thread:before{position:absolute;top:8px;bottom:8px;left:6px;z-index:0;width:1px;background:#c4c5d7;content:""}.detail-update{position:relative;z-index:1;--detail-update-color: #434655}.detail-update.phase-investigating,.detail-update.phase-identified{--detail-update-color: #f59b16}.detail-update.phase-monitoring{--detail-update-color: #7c3aed}.detail-update.phase-resolved{--detail-update-color: #24bf7a}.detail-update-marker{position:absolute;top:24px;left:-18px;z-index:2;width:13px;height:13px;border:3px solid #fff;border-radius:50%;background:var(--detail-update-color);box-shadow:0 0 0 1px #c4c5d7;transform:translate(-50%,-50%)}.detail-update-card{padding:16px;border:1px solid #d8ddea;border-left:3px solid var(--detail-update-color);border-radius:8px;background:#fbfcff}.detail-update-card p,.incident-detail-empty p{margin:10px 0 0;color:#434655;font-size:14px;font-weight:600;line-height:21px}.public-footer{margin-top:auto;border-top:1px solid #c4c5d7;background:#faf8ff}.footer-inner{display:flex;width:min(860px,calc(100% - 32px));min-height:116px;align-items:center;justify-content:space-between;gap:24px;margin:0 auto;color:#434655;font-size:13px;line-height:18px}.footer-inner nav{display:flex;flex-wrap:wrap;gap:20px;font-weight:800}.footer-inner>span{font-size:14px;line-height:20px}.footer-inner>span:only-child{margin:0 auto;text-align:center}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:860px){.status-main{width:calc(100% - 24px);padding:24px 0 44px}.public-header-inner{width:calc(100% - 24px);min-height:46px}.brand-title{font-size:15px;line-height:20px}.header-actions{gap:8px;font-size:12px}.header-actions a{display:none}.locale-toggle{min-height:20px;border-left:0;padding-left:0}.announcement-banner,.global-status-panel{padding:18px}.global-status-panel{grid-template-columns:auto minmax(0,1fr);gap:12px}.global-copy h1{font-size:22px;line-height:28px}.incident-detail-hero h1,.incident-detail-empty h1{font-size:20px;line-height:26px}.status-section{margin-top:28px}.service-card summary{min-height:112px;padding:16px 14px 14px}.service-card-head{min-height:48px}.service-copy h3{font-size:15px;line-height:20px}.service-copy p{font-size:13px;line-height:18px}.status-badge{padding:4px 9px;font-size:12px;line-height:16px}.history-bar{grid-template-columns:repeat(45,minmax(4px,1fr));gap:2px}.history-hit:nth-child(-n+45){display:none}.history-labels{font-size:10px}.status-legend{gap:8px 12px;font-size:11px}.current-service-card{min-height:52px;padding:10px 14px}.current-service-card h3{font-size:13px;line-height:18px}.current-service-card p{font-size:12px;line-height:16px}.active-incident-head,.incident-card{flex-direction:column}.incident-thread{max-width:none;margin-left:0}.thread-meta{align-items:flex-start;flex-direction:column;gap:4px}.footer-inner{min-height:150px;flex-direction:column;justify-content:center;text-align:center}.footer-inner nav{justify-content:center;gap:14px 18px}}
