@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@500&display=swap";:root{color-scheme:dark;font-family:DM Sans,ui-sans-serif,system-ui,sans-serif;font-synthesis:none;--cr-bg:#080b10;--cr-surface-0:#0d1118;--cr-surface-1:#121821;--cr-surface-2:#19212c;--cr-surface-3:#202b38;--cr-line:#293442;--cr-line-strong:#3a4758;--cr-text:#f3f7fb;--cr-text-2:#bdc7d4;--cr-text-3:#8794a4;--cr-brand:#63e6be;--cr-brand-soft:rgba(99,230,190,.11);--cr-blue:#70a5ff;--cr-blue-soft:rgba(112,165,255,.12);--cr-yellow:#ffd166;--cr-yellow-soft:rgba(255,209,102,.12);--cr-red:#ff767c;--cr-red-soft:rgba(255,118,124,.12);--cr-purple:#b89cff;--cr-purple-soft:rgba(184,156,255,.12);--cr-focus:#9ef5d9;--cr-radius-sm:8px;--cr-radius:12px;--cr-radius-lg:16px;--cr-shadow:0 18px 60px rgba(0,0,0,.34);--cr-ease:cubic-bezier(.22,1,.36,1)}*{box-sizing:border-box}html{min-width:320px;background:var(--cr-bg)}body{margin:0;min-width:320px;min-height:100vh;background:var(--cr-bg);color:var(--cr-text);text-rendering:optimizeLegibility}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button,a{color:inherit}::selection{color:#04120e;background:var(--cr-brand)}:focus-visible{outline:2px solid var(--cr-focus);outline-offset:3px}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cr-overlay-open{overflow:hidden}.cr-logo{display:inline-flex;align-items:center;gap:10px;white-space:nowrap}.cr-logo__mark{width:30px;height:30px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--cr-line);border-radius:9px;background:#0b0f15;box-shadow:0 5px 16px #0000003d}.cr-logo__mark img{display:block;width:100%;height:100%;object-fit:cover}.cr-logo__wordmark{font-weight:600;letter-spacing:-.02em}.cr-logo__wordmark b{color:var(--cr-brand);font-weight:600}.cr-button,.cr-icon-button{border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .16s var(--cr-ease),border-color .16s var(--cr-ease),color .16s var(--cr-ease),transform .16s var(--cr-ease)}.cr-button{min-height:40px;gap:8px;padding:0 14px;border-radius:var(--cr-radius-sm);font-weight:650;font-size:14px;white-space:nowrap}.cr-button svg{width:17px;height:17px}.cr-button:active:not(:disabled),.cr-icon-button:active:not(:disabled){transform:translateY(1px)}.cr-button--primary{background:var(--cr-brand);border-color:var(--cr-brand);color:#06120f}.cr-button--primary:hover:not(:disabled){background:#88efd0;border-color:#88efd0}.cr-button--secondary{background:var(--cr-surface-2);border-color:var(--cr-line);color:var(--cr-text)}.cr-button--secondary:hover:not(:disabled){background:var(--cr-surface-3);border-color:var(--cr-line-strong)}.cr-button--ghost{background:transparent;color:var(--cr-text-2)}.cr-button--ghost:hover:not(:disabled){background:var(--cr-surface-2);color:var(--cr-text)}.cr-button--danger{background:var(--cr-red-soft);border-color:#ff767c6b;color:#ffb1b5}.cr-button--danger:hover:not(:disabled){background:#ff767c33}.cr-button--small{min-height:34px;padding:0 11px;font-size:13px}.cr-button:disabled,.cr-icon-button:disabled{opacity:.46;cursor:not-allowed}.cr-icon-button{width:38px;height:38px;padding:0;border-radius:var(--cr-radius-sm);background:transparent;color:var(--cr-text-2)}.cr-icon-button:hover:not(:disabled){color:var(--cr-text);background:var(--cr-surface-2)}.cr-icon-button svg{width:19px;height:19px}.cr-card{border:1px solid var(--cr-line);border-radius:var(--cr-radius);background:var(--cr-surface-1);box-shadow:0 1px #ffffff04}.cr-card--interactive{transition:border-color .18s var(--cr-ease),background-color .18s var(--cr-ease),transform .18s var(--cr-ease)}.cr-card--interactive:hover{border-color:var(--cr-line-strong);background:#151c26;transform:translateY(-1px)}.cr-metric{min-height:135px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}.cr-metric:after{content:"";position:absolute;width:95px;height:95px;right:-45px;top:-48px;border-radius:50%;background:var(--metric-glow,rgba(255,255,255,.03));filter:blur(2px)}.cr-metric--positive{--metric-glow:var(--cr-brand-soft)}.cr-metric--warning{--metric-glow:var(--cr-yellow-soft)}.cr-metric--critical{--metric-glow:var(--cr-red-soft)}.cr-metric--info{--metric-glow:var(--cr-blue-soft)}.cr-metric__top{display:flex;align-items:center;justify-content:space-between;color:var(--cr-text-2);font-size:13px;font-weight:600}.cr-metric__top svg{width:18px;height:18px}.cr-metric strong{margin-top:12px;font-size:30px;line-height:1;letter-spacing:-.04em}.cr-metric small{margin-top:10px;color:var(--cr-text-3);font-size:12px}.cr-page-header{display:flex;align-items:flex-start;gap:16px;justify-content:space-between;margin-bottom:24px}.cr-page-header__copy{min-width:0}.cr-page-header h1{margin:4px 0 6px;font-size:clamp(25px,2.4vw,34px);letter-spacing:-.04em;line-height:1.1}.cr-page-header p{max-width:750px;margin:0;color:var(--cr-text-2);font-size:14px;line-height:1.55}.cr-page-header__actions,.cr-section-header__actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.cr-eyebrow{color:var(--cr-brand);font-family:JetBrains Mono,monospace;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.cr-section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:26px 0 12px}.cr-section-header h2{display:flex;align-items:center;gap:8px;margin:0;font-size:17px;letter-spacing:-.015em}.cr-section-header p{margin:4px 0 0;color:var(--cr-text-3);font-size:13px}.cr-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;border:1px solid var(--cr-line);border-radius:999px;color:var(--cr-text-2);font-size:11px}.cr-status{width:fit-content;display:inline-flex;align-items:center;gap:6px;min-height:27px;padding:3px 8px;border:1px solid currentColor;border-radius:999px;font-size:12px;font-weight:650;line-height:1;white-space:nowrap}.cr-status svg{width:13px;height:13px}.cr-status--small{min-height:23px;font-size:11px;padding:2px 7px}.cr-status--positive{color:#7fe9c8;background:#63e6be12;border-color:#63e6be45}.cr-status--warning{color:#f8cf70;background:#ffd16612;border-color:#ffd16645}.cr-status--critical{color:#ff9a9f;background:#ff767c12;border-color:#ff767c4d}.cr-status--info{color:#9fc2ff;background:#70a5ff12;border-color:#70a5ff47}.cr-status--accent{color:#cbb7ff;background:#b89cff12;border-color:#b89cff47}.cr-status--neutral{color:#b0bac7;background:#b0bac70d;border-color:#b0bac73b}.cr-banner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:flex-start;gap:13px;padding:16px 18px;border:1px solid;border-radius:var(--cr-radius)}.cr-banner>svg{width:19px;height:19px;margin-top:1px}.cr-banner strong{display:block;font-size:14px}.cr-banner__body{margin-top:4px;color:var(--cr-text-2);font-size:13px;line-height:1.5}.cr-banner__actions{display:flex;gap:8px;align-items:center}.cr-banner--info{color:#c4d8ff;background:var(--cr-blue-soft);border-color:#70a5ff4d}.cr-banner--warning{color:#ffe1a0;background:var(--cr-yellow-soft);border-color:#ffd1664d}.cr-banner--critical{color:#ffb3b7;background:var(--cr-red-soft);border-color:#ff767c52}.cr-banner--positive{color:#abf4de;background:var(--cr-brand-soft);border-color:#63e6be4d}.cr-banner--accent,.cr-banner--neutral{color:var(--cr-text-2);background:var(--cr-surface-1);border-color:var(--cr-line)}.cr-empty{min-height:240px;padding:32px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--cr-text-3);border:1px dashed var(--cr-line);border-radius:var(--cr-radius);background:#1218218c}.cr-empty>svg{width:30px;height:30px;padding:6px;color:var(--cr-brand);border:1px solid rgba(99,230,190,.25);border-radius:10px;background:var(--cr-brand-soft)}.cr-empty h3{margin:15px 0 5px;color:var(--cr-text);font-size:16px}.cr-empty p{max-width:480px;margin:0 0 16px;font-size:13px;line-height:1.55}.cr-empty--error>svg{color:var(--cr-red);border-color:#ff767c40;background:var(--cr-red-soft)}.cr-skeleton{display:grid;gap:12px;padding:20px;border:1px solid var(--cr-line);border-radius:var(--cr-radius);background:var(--cr-surface-1)}.cr-skeleton span{height:18px;border-radius:6px;background:linear-gradient(90deg,var(--cr-surface-2),#252e39,var(--cr-surface-2));background-size:220% 100%;animation:cr-shimmer 1.8s linear infinite}@keyframes cr-shimmer{to{background-position:-220% 0}}.cr-spin{animation:cr-spin .8s linear infinite}@keyframes cr-spin{to{transform:rotate(360deg)}}.cr-field{display:grid;gap:7px;color:var(--cr-text-2);font-size:13px;font-weight:600}.cr-field b{color:var(--cr-red)}.cr-field input,.cr-field select,.cr-field textarea,.cr-input,.cr-select{width:100%;min-height:42px;padding:9px 11px;border:1px solid var(--cr-line-strong);border-radius:var(--cr-radius-sm);background:var(--cr-surface-0);color:var(--cr-text);transition:border-color .16s var(--cr-ease),box-shadow .16s var(--cr-ease)}.cr-field textarea{min-height:96px;resize:vertical;line-height:1.5}.cr-field input::placeholder,.cr-field textarea::placeholder{color:#626e7e}.cr-field input:focus,.cr-field select:focus,.cr-field textarea:focus,.cr-input:focus,.cr-select:focus{outline:none;border-color:var(--cr-brand);box-shadow:0 0 0 3px #63e6be1f}.cr-field small{min-height:16px;color:var(--cr-text-3);font-size:11px;font-weight:400}.cr-field--error input,.cr-field--error select,.cr-field--error textarea{border-color:var(--cr-red)}.cr-field--error small{color:#ff9a9f}.cr-tabs-wrap{overflow-x:auto;scrollbar-width:thin;border-bottom:1px solid var(--cr-line)}.cr-tabs{width:max-content;min-width:100%;display:flex;gap:2px}.cr-tabs button{position:relative;min-height:45px;padding:0 12px;border:0;color:var(--cr-text-3);background:transparent;cursor:pointer;font-size:13px;font-weight:600;white-space:nowrap}.cr-tabs button:after{content:"";position:absolute;right:10px;bottom:-1px;left:10px;height:2px;border-radius:2px 2px 0 0;background:transparent;transition:background-color .15s var(--cr-ease)}.cr-tabs button:hover,.cr-tabs button[aria-selected=true]{color:var(--cr-text)}.cr-tabs button[aria-selected=true]:after{background:var(--cr-brand)}.cr-tabs button span{margin-left:6px;padding:1px 6px;border-radius:999px;color:var(--cr-text-2);background:var(--cr-surface-2);font-size:10px}.cr-table-wrap{overflow:auto;border:1px solid var(--cr-line);border-radius:var(--cr-radius);background:var(--cr-surface-1)}.cr-table{width:100%;min-width:720px;border-collapse:collapse;font-size:13px}.cr-table caption{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.cr-table th{position:sticky;top:0;z-index:1;padding:11px 14px;color:var(--cr-text-3);background:#121922;border-bottom:1px solid var(--cr-line);text-align:left;font-size:11px;font-weight:650;letter-spacing:.03em;text-transform:uppercase}.cr-table td{padding:13px 14px;border-bottom:1px solid rgba(41,52,66,.72);color:var(--cr-text-2);vertical-align:middle}.cr-table tr:last-child td{border-bottom:0}.cr-table td:first-child{color:var(--cr-text);font-weight:600}.cr-table .is-clickable{cursor:pointer;transition:background-color .14s var(--cr-ease)}.cr-table .is-clickable:hover,.cr-table .is-clickable:focus{background:#63e6be09;outline:none}.cr-table .is-clickable:focus{box-shadow:inset 3px 0 var(--cr-brand)}.cr-table td:last-child svg{width:16px;color:var(--cr-text-3)}.cr-overlay{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px;background:#020407b8;backdrop-filter:blur(7px);animation:cr-fade .15s var(--cr-ease)}@keyframes cr-fade{0%{opacity:0}}.cr-dialog,.cr-drawer{border:1px solid var(--cr-line-strong);background:#111720;box-shadow:var(--cr-shadow)}.cr-dialog{width:min(580px,100%);max-height:min(820px,calc(100vh - 40px));display:flex;flex-direction:column;border-radius:var(--cr-radius-lg);animation:cr-dialog-in .21s var(--cr-ease)}.cr-dialog--large{width:min(820px,100%)}@keyframes cr-dialog-in{0%{opacity:0;transform:translateY(8px)}}.cr-dialog>header,.cr-drawer>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 22px;border-bottom:1px solid var(--cr-line)}.cr-dialog>header h2,.cr-drawer>header h2{margin:0;font-size:18px;letter-spacing:-.02em}.cr-dialog>header p,.cr-drawer>header p{margin:5px 0 0;color:var(--cr-text-3);font-size:12px;line-height:1.45}.cr-dialog__body,.cr-drawer__body{min-height:0;overflow-y:auto;padding:22px}.cr-dialog>footer,.cr-drawer>footer{display:flex;justify-content:flex-end;gap:8px;padding:14px 22px;border-top:1px solid var(--cr-line)}.cr-overlay--drawer{place-items:stretch end;padding:0}.cr-drawer{width:min(620px,100vw);height:100%;display:flex;flex-direction:column;border-width:0 0 0 1px;animation:cr-drawer-in .22s var(--cr-ease)}@keyframes cr-drawer-in{0%{opacity:0;transform:translate(18px)}}.cr-key-values{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;border:1px solid var(--cr-line);border-radius:var(--cr-radius);overflow:hidden}.cr-key-values>div{min-width:0;padding:14px;border-bottom:1px solid var(--cr-line)}.cr-key-values>div:nth-child(odd){border-right:1px solid var(--cr-line)}.cr-key-values>div:nth-last-child(-n+2){border-bottom:0}.cr-key-values dt{margin-bottom:5px;color:var(--cr-text-3);font-size:11px;text-transform:uppercase;letter-spacing:.04em}.cr-key-values dd{margin:0;color:var(--cr-text);font-size:13px;overflow-wrap:anywhere}.cr-notice{display:flex;align-items:flex-start;gap:9px;padding:11px 13px;border:1px solid var(--cr-line);border-radius:var(--cr-radius-sm);color:var(--cr-text-2);background:var(--cr-surface-0);font-size:12px;line-height:1.45}.cr-notice svg{flex:0 0 auto;width:16px;height:16px}.cr-notice--critical{color:#ffb3b7;border-color:#ff767c47;background:var(--cr-red-soft)}.cr-notice--warning{color:#ffe1a0;border-color:#ffd16647;background:var(--cr-yellow-soft)}.cr-notice--positive{color:#abf4de;border-color:#63e6be47;background:var(--cr-brand-soft)}.cr-notice--info{color:#c4d8ff;border-color:#70a5ff47;background:var(--cr-blue-soft)}.cr-progress{display:grid;gap:7px}.cr-progress__label{display:flex;justify-content:space-between;color:var(--cr-text-2);font-size:12px}.cr-progress>div[role=progressbar]{height:7px;overflow:hidden;border-radius:999px;background:var(--cr-surface-3)}.cr-progress>div[role=progressbar] span{display:block;height:100%;border-radius:inherit;background:var(--cr-brand);transition:width .22s var(--cr-ease)}@media(max-width:720px){.cr-page-header{flex-wrap:wrap}.cr-page-header__actions{width:100%}.cr-page-header__actions>.cr-button{flex:1}.cr-section-header{align-items:flex-start;flex-direction:column}.cr-banner{grid-template-columns:auto minmax(0,1fr)}.cr-banner__actions{grid-column:1/-1}.cr-key-values{grid-template-columns:1fr}.cr-key-values>div:nth-child(odd){border-right:0}.cr-key-values>div:nth-last-child(-n+2){border-bottom:1px solid var(--cr-line)}.cr-key-values>div:last-child{border-bottom:0}.cr-overlay{align-items:end;padding:0}.cr-dialog{width:100%;max-height:calc(100vh - 24px);border-width:1px 0 0;border-radius:var(--cr-radius-lg) var(--cr-radius-lg) 0 0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--cr-brand: oklch(.7 .22 262);--cr-brand-soft: oklch(.7 .22 262 / .12);--cr-focus: oklch(.78 .17 262);--cr-blue: oklch(.7 .22 262);--cr-blue-soft: oklch(.7 .22 262 / .12)}.skip-link{position:fixed;z-index:100;top:8px;left:8px;padding:10px 14px;border-radius:8px;background:var(--cr-brand);color:#02060f;font-weight:700;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.status-app{min-height:100vh;background:radial-gradient(circle at 50% -25%,oklch(.7 .22 262 / .11),transparent 35%),var(--cr-bg)}.status-header{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1120px)/2));border-bottom:1px solid rgba(41,52,66,.7);background:#080b10b8;backdrop-filter:blur(14px)}.status-header>a{text-decoration:none}.status-header nav{display:flex;align-items:center;gap:22px}.status-header nav a{display:inline-flex;align-items:center;gap:7px;color:var(--cr-text-2);font-size:13px;text-decoration:none}.status-header nav a:hover{color:var(--cr-text)}.status-header nav svg{width:15px}.status-subscribe-link{padding:8px 11px;border:1px solid var(--cr-line);border-radius:8px}.status-container{width:min(1120px,calc(100% - 40px));margin:0 auto;padding:62px 0 80px}.status-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px;padding:26px 28px;border:1px solid;border-radius:18px;background:var(--cr-surface-1);box-shadow:0 20px 80px #0000002e}.status-hero--degraded,.status-hero--partial_outage,.status-hero--major_outage{border-color:#ffd1664d;background:linear-gradient(130deg,rgba(255,209,102,.09),var(--cr-surface-1) 55%)}.status-hero--operational{border-color:oklch(.7 .22 262 / .32);background:linear-gradient(130deg,oklch(.7 .22 262 / .09),var(--cr-surface-1) 55%)}.status-hero__icon{width:50px;height:50px;display:grid;place-items:center;border-radius:15px;color:var(--cr-yellow);background:var(--cr-yellow-soft)}.status-hero--operational .status-hero__icon{color:var(--cr-brand);background:var(--cr-brand-soft)}.status-hero__icon svg{width:25px}.status-hero span{color:var(--cr-text-3);font-size:12px}.status-hero h1{margin:3px 0 5px;font-size:clamp(25px,3.4vw,39px);letter-spacing:-.045em}.status-hero p{margin:0;color:var(--cr-text-2);font-size:12px}.status-container>.cr-banner{margin-top:14px}.status-section{margin-top:55px}.status-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:15px}.status-heading h2{margin:5px 0 0;font-size:25px;letter-spacing:-.035em}.status-heading>a,.status-heading>button{display:inline-flex;align-items:center;gap:7px;border:0;color:var(--cr-brand);background:transparent;text-decoration:none;font-size:13px;cursor:pointer}.status-heading svg{width:15px}.status-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.status-product{overflow:hidden}.status-product>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px;border-bottom:1px solid var(--cr-line)}.status-product>header div{display:flex;align-items:center;gap:9px}.status-product>header svg{width:18px;color:var(--cr-brand)}.status-product h3{margin:0;font-size:14px}.status-product>div>div{min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 17px;border-bottom:1px solid rgba(41,52,66,.65);color:var(--cr-text-2);font-size:12px}.status-product>div>div:last-child{border-bottom:0}.public-incidents{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.public-incidents>a{text-decoration:none}.public-incidents .cr-card{height:100%;padding:19px}.public-incidents header,.public-incidents footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.public-incidents header>span:last-child,.public-incidents footer{color:var(--cr-text-3);font-size:11px}.public-incidents h3{margin:18px 0 7px;font-size:18px;letter-spacing:-.025em}.public-incidents p{min-height:43px;margin:0 0 20px;color:var(--cr-text-2);font-size:13px;line-height:1.55}.public-incidents footer span:last-child{display:flex;align-items:center;gap:5px;color:var(--cr-brand)}.public-incidents footer svg{width:14px}.trust-section{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:35px;margin-top:70px;padding:31px;border:1px solid var(--cr-line);border-radius:18px;background:linear-gradient(140deg,var(--cr-surface-1),oklch(.7 .22 262 / .05))}.trust-section>div:first-child>svg{width:25px;color:var(--cr-brand)}.trust-section h2{margin:10px 0 7px;font-size:24px;letter-spacing:-.035em}.trust-section p{margin:0;color:var(--cr-text-2);font-size:13px;line-height:1.65}.trust-points{display:grid;align-content:center;gap:13px}.trust-points span{display:flex;align-items:center;gap:9px;color:var(--cr-text-2);font-size:12px}.trust-points svg{width:17px;color:var(--cr-brand)}.status-app>footer{width:min(1120px,calc(100% - 40px));margin:0 auto;padding:30px 0 45px;display:grid;grid-template-columns:1fr auto;gap:20px;border-top:1px solid var(--cr-line);color:var(--cr-text-3)}.status-app>footer p{font-size:11px}.status-app>footer nav{display:flex;gap:20px}.status-app>footer a{color:var(--cr-text-2);font-size:12px;text-decoration:none}.status-app>footer small{grid-column:1/-1;font-size:10px}.status-back{display:inline-flex;align-items:center;gap:6px;margin-bottom:38px;color:var(--cr-text-2);font-size:12px;text-decoration:none}.status-back svg{width:15px}.status-incident__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.status-incident__heading h1,.history-title{max-width:800px;margin:8px 0 11px;font-size:clamp(31px,5vw,52px);line-height:1.05;letter-spacing:-.055em}.status-incident__heading p,.history-copy{max-width:760px;margin:0;color:var(--cr-text-2);font-size:15px;line-height:1.65}.public-meta{display:flex;flex-wrap:wrap;gap:25px;margin:30px 0;padding:15px 0;border-top:1px solid var(--cr-line);border-bottom:1px solid var(--cr-line);color:var(--cr-text-3);font-size:11px}.public-meta b{margin-left:5px;color:var(--cr-text-2)}.status-timeline{margin:45px 0}.status-timeline>h2{font-size:23px}.status-timeline article{position:relative;display:grid;grid-template-columns:20px 1fr;gap:15px;padding-bottom:30px}.status-timeline article:before{content:"";position:absolute;top:16px;bottom:-5px;left:6px;width:1px;background:var(--cr-line)}.status-timeline article:last-child:before{display:none}.status-timeline article>span{position:relative;z-index:1;width:13px;height:13px;margin-top:5px;border:3px solid var(--cr-bg);border-radius:50%;background:var(--cr-brand);box-shadow:0 0 0 1px oklch(.7 .22 262 / .52)}.status-timeline article header{display:flex;align-items:center;gap:10px}.status-timeline time{color:var(--cr-text-3);font-size:11px}.status-timeline h3{margin:10px 0 5px;font-size:16px}.status-timeline p{margin:0;color:var(--cr-text-2);font-size:13px;line-height:1.55}.history-list{display:grid;margin-top:40px;border-top:1px solid var(--cr-line)}.history-list>a{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:23px 0;border-bottom:1px solid var(--cr-line);text-decoration:none}.history-list time{color:var(--cr-text-3);font-size:11px}.history-list h2{margin:7px 0;font-size:17px}.history-list p{margin:0;color:var(--cr-text-2);font-size:12px}.subscribe-form{display:grid;gap:15px}.subscribe-form fieldset{display:grid;gap:8px;margin:0;padding:0;border:0}.subscribe-form legend{margin-bottom:8px;color:var(--cr-text-2);font-size:13px;font-weight:600}.subscribe-form fieldset label{display:flex;align-items:center;gap:10px;padding:11px;border:1px solid var(--cr-line);border-radius:9px}.subscribe-form input[type=checkbox]{accent-color:var(--cr-brand)}.subscribe-form fieldset span{display:grid;gap:2px}.subscribe-form fieldset b{font-size:12px}.subscribe-form fieldset small{color:var(--cr-text-3);font-size:10px}.subscribe-success,.subscription-action{display:grid;justify-items:center;text-align:center}.subscribe-success>svg,.subscription-action>span{width:50px;height:50px;display:grid;place-items:center;padding:12px;border-radius:15px;color:var(--cr-brand);background:var(--cr-brand-soft)}.subscription-action{min-height:60vh;align-content:center}.subscription-action h1{margin-bottom:5px}.subscription-action p{max-width:520px;color:var(--cr-text-2)}.status-app ::selection{color:#02060f}.status-app .cr-button--primary{color:#02060f}.status-app .cr-button--primary:hover:not(:disabled){border-color:oklch(.76 .18 262);background:oklch(.76 .18 262)}.status-app .cr-button:active:not(:disabled),.status-app .cr-icon-button:active:not(:disabled),.status-heading>button:active,.status-header nav a:active{transform:scale(.97)}.status-app .cr-status--positive{color:oklch(.82 .13 255);border-color:oklch(.7 .22 262 / .3);background:oklch(.7 .22 262 / .08)}.status-app .cr-banner--positive,.status-app .cr-notice--positive{color:oklch(.86 .11 255);border-color:oklch(.7 .22 262 / .3);background:var(--cr-brand-soft)}.status-app .cr-empty:not(.cr-empty--error)>svg{border-color:oklch(.7 .22 262 / .28)}.status-app .cr-field input:focus,.status-app .cr-field select:focus,.status-app .cr-field textarea:focus{box-shadow:0 0 0 3px oklch(.7 .22 262 / .15)}@media(max-width:900px){.status-products{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-section{grid-template-columns:1fr}.status-header{padding:0 20px}}@media(max-width:640px){.status-header{height:64px;padding:0 14px}.status-header nav>a:first-child{display:none}.status-container{width:min(100% - 28px,1120px);padding:35px 0 60px}.status-hero{grid-template-columns:auto 1fr;padding:19px}.status-hero>.cr-button{grid-column:1/-1}.status-products,.public-incidents{grid-template-columns:1fr}.status-heading{align-items:flex-start}.status-heading h2{font-size:22px}.trust-section{margin-top:45px;padding:22px}.status-app>footer{width:calc(100% - 28px);grid-template-columns:1fr}.status-app>footer nav{flex-wrap:wrap}.status-incident__heading{flex-direction:column}.history-list>a{flex-direction:column}.public-meta{display:grid;gap:9px}}@media(max-width:360px){.cr-logo__wordmark{font-size:13px}.status-subscribe-link{font-size:0!important}.status-subscribe-link svg{width:17px!important}.status-hero{grid-template-columns:1fr}.status-hero__icon{width:42px;height:42px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.01ms!important}}
