#root{min-height:100vh}.page{min-height:100vh;background:var(--background);color:var(--foreground)}.shell{width:min(1010px,calc(100% - 48px));margin:0 auto;padding:76px 0 44px}.header{position:relative;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:28px;margin-bottom:72px}.logo{display:inline-flex;align-items:center;gap:15px;color:inherit;font-size:clamp(28px,4vw,40px);font-weight:700;letter-spacing:-.055em}.logo img{width:28px;height:42px;display:block}.subscribe-wrap{position:relative;flex:0 0 auto}.subscribe{height:46px;padding:0 19px;border:0;border-radius:12px;background:var(--foreground);color:var(--background);font-size:12px;font-weight:750;letter-spacing:.12em;cursor:pointer}.subscribe:hover,.subscribe[aria-expanded=true]{transform:translateY(-2px);opacity:.86}.subscribe{transition:transform .14s ease,opacity .14s ease}.subscribe:focus-visible{outline:3px solid rgba(22,22,22,.16);outline-offset:3px}.subscribe-popover{position:absolute;z-index:100;top:calc(100% + 12px);right:0;width:min(300px,calc(100vw - 28px));padding:14px 15px;border-radius:14px;background:var(--tooltip);color:var(--tooltip-text);box-shadow:0 16px 44px #0000002e}.subscribe-popover strong,.subscribe-popover span{display:block}.subscribe-popover strong{font-size:13px}.subscribe-popover span{margin-top:5px;color:var(--tooltip-muted);font-size:12px;line-height:1.45}.summary{min-height:82px;padding:0 24px;display:flex;align-items:center;gap:12px;border-radius:16px;background:var(--success-soft);color:var(--success-text);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.summary--partial{background:var(--warning-soft);color:var(--warning-text)}.summary--major{background:var(--danger-soft);color:var(--danger-text)}.summary--maintenance{background:var(--info-soft);color:var(--info-text)}.summary__icon{width:22px;height:22px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--success);color:#fff;font-size:13px;font-weight:800}.summary--partial .summary__icon{background:var(--warning)}.summary--major .summary__icon{background:var(--danger)}.summary--maintenance .summary__icon{background:var(--info)}.summary h1{margin:0;font-size:17px;font-weight:700;letter-spacing:-.025em}.status-card{margin-top:18px;overflow:visible;border-radius:16px;background:var(--surface-1);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.service{position:relative;padding:27px 24px 24px;background:transparent}.service:first-child{border-radius:16px 16px 0 0}.service:last-child{border-radius:0 0 16px 16px}.service+.service{margin-top:0;border-top:1px solid var(--surface-3)}.service__head{display:flex;align-items:center;justify-content:space-between;gap:20px}.service h2{margin:0;font-size:15px;letter-spacing:-.02em}.service__state{color:var(--success-text);font-size:13px;font-weight:650;white-space:nowrap}.service__state--partial{color:var(--warning-text)}.service__state--major{color:var(--danger-text)}.service__state--maintenance{color:var(--info-text)}.history{margin-top:22px;display:grid;grid-template-columns:repeat(90,minmax(2px,1fr));gap:0}.history__item{position:relative;min-width:0;padding:0 1.5px}.history__item:first-child{padding-left:0}.history__item:last-child{padding-right:0}.history__bar{width:100%;height:32px;padding:0;display:block;border:0;border-radius:3px;background:var(--success);cursor:default;transition:transform .12s ease,opacity .12s ease}.history__bar:hover,.history__bar:focus-visible{transform:translateY(-2px);opacity:.78;outline:none}.history__bar--partial{background:var(--warning)}.history__bar--major{background:var(--danger)}.history__bar--maintenance{background:var(--info)}.tooltip{position:absolute;z-index:20;left:50%;bottom:calc(100% + 11px);width:max-content;max-width:245px;padding:11px 12px;border-radius:11px;background:var(--tooltip);color:var(--tooltip-text);box-shadow:0 12px 38px #0000002e;pointer-events:none;opacity:0;transform:translate(-50%,5px);transition:opacity .12s ease,transform .12s ease}.history__item:nth-child(-n+8) .tooltip{left:0;transform:translateY(5px)}.history__item:nth-last-child(-n+8) .tooltip{left:auto;right:0;transform:translateY(5px)}.history__item:hover .tooltip,.history__bar:focus-visible+.tooltip{opacity:1;transform:translate(-50%)}.history__item:nth-child(-n+8):hover .tooltip,.history__item:nth-child(-n+8) .history__bar:focus-visible+.tooltip,.history__item:nth-last-child(-n+8):hover .tooltip,.history__item:nth-last-child(-n+8) .history__bar:focus-visible+.tooltip{transform:translate(0)}.tooltip strong{display:block;font-size:12px}.tooltip>span{display:block;margin-top:6px;color:var(--tooltip-muted);font-size:12px;line-height:1.45}.tooltip__event{display:flex!important;align-items:flex-start;gap:8px}.tooltip__event>span{color:var(--tooltip-text);font-weight:600}.tooltip__event small{display:block;margin-top:2px;color:var(--tooltip-muted);font-size:11px;font-weight:500}.tooltip__dot{width:7px;height:7px;margin-top:5px;border-radius:50%;background:var(--warning)}.tooltip__dot--major{background:var(--danger)}.tooltip__dot--maintenance{background:var(--info)}.history__meta{margin-top:11px;display:grid;grid-template-columns:1fr auto 1fr;color:var(--muted);font-size:11px}.history__meta span:last-child{text-align:right}.bottom-line{margin-top:34px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:var(--muted);font-size:12px}.bottom-line a{color:var(--foreground);font-weight:650}.bottom-line a:hover{opacity:.65}.history-page h1{margin:0 0 54px;font-size:clamp(38px,6vw,58px);line-height:1;letter-spacing:-.055em}.history-month h2{margin:0 0 14px;color:var(--muted);font-size:13px;font-weight:650}.history-empty{min-height:128px;padding:26px;display:flex;flex-direction:column;justify-content:center;border-radius:16px;background:var(--surface-1);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.history-empty strong{font-size:16px}.history-empty span{margin-top:7px;color:var(--muted);font-size:13px}@media (max-width: 760px){.shell{width:min(100% - 28px,1010px);padding:44px 0 32px}.header{margin-bottom:48px}.logo{font-size:27px;gap:11px}.logo img{width:22px;height:34px}.subscribe{height:42px;padding:0 14px;font-size:11px}.summary,.status-card,.history-empty{border-radius:14px}.service{padding:22px 18px 20px}.history{gap:0;overflow:visible}.history__item{padding-inline:1px}.history__bar{height:29px;border-radius:2px}}@media (max-width: 520px){.header{align-items:flex-start}.logo span{font-size:24px}.subscribe{width:42px;padding:0;overflow:hidden;font-size:0}.subscribe:before{content:"↗";font-size:17px}.subscribe-popover{right:0}.summary{min-height:72px;padding:0 18px}.service__state{font-size:0}.service__state:after{content:"";display:block;width:9px;height:9px;border-radius:50%;background:var(--success)}.service__state--partial:after{background:var(--warning)}.service__state--major:after{background:var(--danger)}.service__state--maintenance:after{background:var(--info)}.history{gap:0}.history__bar{height:27px;border-radius:1px}.history__meta{font-size:10px}.bottom-line{align-items:flex-start;flex-direction:column;gap:9px}}.summary--not_monitored{background:var(--surface-1);color:var(--muted)}.summary--not_monitored .summary__icon,.service__state--not_monitored:after{background:var(--muted)}.service__state--not_monitored{color:var(--muted)}.history__bar--not_monitored{background:var(--surface-3);opacity:.72}.tooltip__dot--not_monitored{background:var(--muted)}.history-month+.history-month{margin-top:38px}.incident-list{display:grid;gap:12px}.incident{padding:22px 24px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;border-radius:16px;background:var(--surface-1);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.incident strong{font-size:15px}.incident p{margin:7px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.incident time{flex:0 0 auto;color:var(--muted);font-size:12px}:root{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#161616;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--background: #ffffff;--foreground: #161616;--surface-1: #f5f5f5;--surface-3: #dddddd;--muted: #777777;--success: #4cbf91;--success-soft: #eaf7f1;--success-text: #087d5e;--warning: #f1b944;--warning-soft: #fff5dc;--warning-text: #8d6200;--danger: #ee6b63;--danger-soft: #fff0ef;--danger-text: #ad3029;--info: #6aaee8;--info-soft: #edf6fd;--info-text: #236a9f;--tooltip: #181818;--tooltip-text: #ffffff;--tooltip-muted: #bdbdbd}*{box-sizing:border-box}html{min-width:320px;background:var(--background)}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea,select{font:inherit}a{text-decoration:none}::selection{background:#4cbf9138}
