:root{--brand-orange:#ff5b00;--brand-orange-deep:#e84700;--brand:var(--brand-orange);--brand-hover:var(--brand-orange-deep);--brand-soft:rgba(255,91,0,.12);--bg:#f5f5f7;--bg-2:#eeeef1;--surface:#fff;--surface-2:#fafafb;--rule:#e4e4e8;--rule-strong:#d3d3da;--ink:#18181a;--ink-2:#45454c;--ink-3:#6b6b75;--ink-4:#9a9aa4;--shadow-card:0 1px 2px rgba(16,18,28,.04),0 8px 24px rgba(16,18,28,.05);--shadow-pop:0 8px 30px rgba(16,18,28,.12);--st-ok:#1a7a3e;--st-ok-bg:rgba(26,122,62,.12);--st-ok-bar:#2a9d52;--st-degraded:#9a6207;--st-degraded-bg:rgba(154,98,7,.14);--st-degraded-bar:#d29a2c;--st-partial:#b4520c;--st-partial-bg:rgba(180,82,12,.13);--st-partial-bar:#d9772a;--st-major:#c2271c;--st-major-bg:rgba(194,39,28,.12);--st-major-bar:#e0463a;--st-maint:#3056b8;--st-maint-bg:rgba(48,86,184,.12);--st-maint-bar:#57d;--st-neutral:#6b6b75;--st-neutral-bg:hsla(240,4%,44%,.12);--st-neutral-bar:#c3c3cc;--maxw:1120px;--radius:12px;--radius-sm:8px;--font-sans:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--font-mono:ui-monospace,"SF Mono","SFMono-Regular","Roboto Mono",Menlo,monospace;color-scheme:light}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#0a0c12;--bg-2:#070910;--surface:#141823;--surface-2:#11151f;--rule:#222837;--rule-strong:#2c3346;--ink:#e8ecf4;--ink-2:#b7c0d2;--ink-3:#8893a8;--ink-4:#5c6678;--shadow-card:0 1px 2px rgba(0,0,0,.3),0 10px 30px rgba(0,0,0,.35);--shadow-pop:0 12px 40px rgba(0,0,0,.5);--st-ok:#56d088;--st-ok-bg:rgba(78,199,127,.16);--st-ok-bar:#4ec77f;--st-degraded:#e0a44e;--st-degraded-bg:rgba(191,133,57,.2);--st-degraded-bar:#d8a04e;--st-partial:#f0934d;--st-partial-bg:rgba(224,130,64,.2);--st-partial-bar:#e8823f;--st-major:#ff7a6e;--st-major-bg:rgba(224,70,58,.2);--st-major-bar:#e0463a;--st-maint:#8fb0f5;--st-maint-bg:rgba(91,141,239,.2);--st-maint-bar:#5b8def;--st-neutral:#8893a8;--st-neutral-bg:rgba(136,147,168,.16);--st-neutral-bar:#3a4255;color-scheme:dark}}:root[data-theme=dark]{--bg:#0a0c12;--bg-2:#070910;--surface:#141823;--surface-2:#11151f;--rule:#222837;--rule-strong:#2c3346;--ink:#e8ecf4;--ink-2:#b7c0d2;--ink-3:#8893a8;--ink-4:#5c6678;--shadow-card:0 1px 2px rgba(0,0,0,.3),0 10px 30px rgba(0,0,0,.35);--shadow-pop:0 12px 40px rgba(0,0,0,.5);--st-ok:#56d088;--st-ok-bg:rgba(78,199,127,.16);--st-ok-bar:#4ec77f;--st-degraded:#e0a44e;--st-degraded-bg:rgba(191,133,57,.2);--st-degraded-bar:#d8a04e;--st-partial:#f0934d;--st-partial-bg:rgba(224,130,64,.2);--st-partial-bar:#e8823f;--st-major:#ff7a6e;--st-major-bg:rgba(224,70,58,.2);--st-major-bar:#e0463a;--st-maint:#8fb0f5;--st-maint-bg:rgba(91,141,239,.2);--st-maint-bar:#5b8def;--st-neutral:#8893a8;--st-neutral-bg:rgba(136,147,168,.16);--st-neutral-bar:#3a4255;color-scheme:dark}:root[data-theme=light]{color-scheme:light}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.t-operational{--c:var(--st-ok);--c-bg:var(--st-ok-bg);--c-bar:var(--st-ok-bar)}.status-shell{min-height:100svh;display:flex;flex-direction:column;background:radial-gradient(80% 50% at 50% -10%,var(--brand-soft),transparent 60%),var(--bg)}.status-body{flex:1 1;width:100%}.page-section{width:min(var(--maxw),calc(100vw - 40px));margin:0 auto;padding:36px 0}.page-intro{padding-top:48px;padding-bottom:8px}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--bg) 80%,transparent);-webkit-backdrop-filter:saturate(1.4) blur(14px);backdrop-filter:saturate(1.4) blur(14px);border-bottom:1px solid var(--rule)}.site-header__inner{width:min(var(--maxw),calc(100vw - 40px));margin:0 auto;display:flex;align-items:center;gap:20px;padding:14px 0}.brand-link{display:inline-flex;align-items:center;gap:12px;min-width:max-content}.brand-lockup{height:26px;width:auto;display:block}.brand-lockup--dark{display:none}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .brand-lockup--light{display:none}:root:not([data-theme=light]) .brand-lockup--dark{display:block}}:root[data-theme=dark] .brand-lockup--light{display:none}:root[data-theme=dark] .brand-lockup--dark,:root[data-theme=light] .brand-lockup--light{display:block}:root[data-theme=light] .brand-lockup--dark{display:none}.brand-mark-img{height:26px;width:26px;display:block;color:var(--ink)}.brand-sub{font-weight:600;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-3);padding-left:12px;border-left:1px solid var(--rule-strong)}.site-nav{display:flex;align-items:center;gap:2px;margin-left:8px;flex-wrap:wrap}.site-nav a{padding:7px 11px;border-radius:var(--radius-sm);color:var(--ink-3);font-size:.9rem;font-weight:500;transition:background .14s ease,color .14s ease}.site-nav a:focus-visible,.site-nav a:hover{background:var(--surface-2);color:var(--ink);outline:none}.site-header__actions{margin-left:auto;display:flex;align-items:center;gap:10px}.theme-toggle{display:grid;place-items:center;width:36px;height:36px;border-radius:var(--radius-sm);border:1px solid var(--rule-strong);background:var(--surface);color:var(--ink-2);cursor:pointer;transition:color .14s ease,border-color .14s ease,background .14s ease}.theme-toggle:hover{color:var(--brand);border-color:var(--brand)}.subscribe-button{display:inline-flex;align-items:center;height:36px;padding:0 16px;border-radius:var(--radius-sm);background:var(--brand);color:#fff;font-weight:600;font-size:.9rem;transition:background .14s ease,transform 80ms ease}.subscribe-button:hover{background:var(--brand-hover)}.subscribe-button:active{transform:translateY(1px)}.hero{width:min(var(--maxw),calc(100vw - 40px));margin:40px auto 0;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:28px;gap:28px;align-items:center;padding:30px;border-radius:var(--radius);border:1px solid var(--rule);background:var(--surface);box-shadow:var(--shadow-card);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;border-radius:var(--radius);padding:1px;background:linear-gradient(120deg,var(--hero-c,var(--st-ok)) 0,transparent 40%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.5;pointer-events:none}.hero--operational{--hero-c:var(--st-ok)}.hero--degraded{--hero-c:var(--st-degraded)}.hero--partial{--hero-c:var(--st-partial)}.hero--major{--hero-c:var(--st-major)}.hero--maintenance{--hero-c:var(--st-maint)}.hero--neutral{--hero-c:var(--st-neutral)}.hero__banner{display:flex;align-items:center;gap:20px}.hero__glyph{position:relative;flex:none;width:16px;height:16px}.hero__glyph,.hero__pulse{border-radius:50%;background:var(--hero-c,var(--st-ok))}.hero__pulse{position:absolute;inset:0;animation:pulse-ring 2.4s ease-out infinite}@keyframes pulse-ring{0%{transform:scale(1);opacity:.6}to{transform:scale(3);opacity:0}}.hero__copy h1{margin:6px 0 0;font-size:clamp(1.5rem,3vw,2.1rem);line-height:1.1;letter-spacing:-.02em;color:var(--ink)}.hero__copy p{margin:8px 0 0;color:var(--ink-3);font-size:1rem;line-height:1.5;max-width:56ch}.hero__stats{display:grid;grid-auto-flow:column;grid-gap:26px;gap:26px;margin:0;padding-left:26px;border-left:1px solid var(--rule)}.hero__stats dt{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-4);font-weight:600}.hero__stats dd{margin:6px 0 0;font-size:1.7rem;font-weight:700;color:var(--ink);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hero__stat-small{font-size:.92rem!important;font-weight:600!important;color:var(--ink-2)!important}.eyebrow{display:inline-flex;margin-bottom:8px;color:var(--brand);font-family:var(--font-mono);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:18px}.section-heading h2{margin:0;font-size:clamp(1.25rem,2vw,1.6rem);letter-spacing:-.015em;color:var(--ink)}.section-heading p{margin:8px 0 0;max-width:72ch;color:var(--ink-3);line-height:1.55}.section-action a{display:inline-flex;padding:7px 13px;border-radius:var(--radius-sm);border:1px solid var(--rule-strong);color:var(--ink-2);font-size:.86rem;font-weight:600;white-space:nowrap;transition:color .14s ease,border-color .14s ease}.section-action a:hover{color:var(--brand);border-color:var(--brand)}.split-section{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);grid-gap:28px;gap:28px;align-items:start}.chip{display:inline-flex;align-items:center;gap:7px;padding:5px 11px 5px 9px;border-radius:999px;font-size:.8rem;font-weight:600;line-height:1.2;white-space:nowrap;background:var(--c-bg);color:var(--c)}.chip__dot{width:7px;height:7px;border-radius:50%;background:currentColor}.chip--operational{--c:var(--st-ok);--c-bg:var(--st-ok-bg)}.chip--degraded{--c:var(--st-degraded);--c-bg:var(--st-degraded-bg)}.chip--partial{--c:var(--st-partial);--c-bg:var(--st-partial-bg)}.chip--major{--c:var(--st-major);--c-bg:var(--st-major-bg)}.chip--maintenance{--c:var(--st-maint);--c-bg:var(--st-maint-bg)}.chip--neutral{--c:var(--st-neutral);--c-bg:var(--st-neutral-bg)}.components{display:grid;grid-gap:16px;gap:16px}.component-group{border:1px solid var(--rule);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-card);overflow:hidden}.component-group__title{margin:0;padding:13px 20px;font-size:.74rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-4);background:var(--surface-2);border-bottom:1px solid var(--rule)}.component-group__rows{display:grid}.component{padding:18px 20px;border-bottom:1px solid var(--rule)}.component:last-child{border-bottom:0}.component__head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.component__name h4{margin:0;font-size:1rem;font-weight:600;color:var(--ink)}.component__name p{margin:3px 0 0;font-size:.875rem;color:var(--ink-3);line-height:1.45}.uptime{margin-top:14px}.uptime__bars{display:flex;gap:2px;align-items:stretch;height:30px}.uptime__bars--muted{opacity:.5}.uptime__bar{flex:1 1;min-width:2px;border-radius:2px;background:var(--st-neutral-bar);transition:transform .1s ease,filter .1s ease}.uptime__bar:hover{transform:scaleY(1.12);filter:brightness(1.08)}.uptime__bar--operational{background:var(--st-ok-bar)}.uptime__bar--degraded{background:var(--st-degraded-bar)}.uptime__bar--partial{background:var(--st-partial-bar)}.uptime__bar--major{background:var(--st-major-bar)}.uptime__bar--maintenance{background:var(--st-maint-bar)}.uptime__bar--empty{background:var(--st-neutral-bar);opacity:.4}.uptime__legend{display:flex;justify-content:space-between;align-items:center;margin-top:8px;font-size:.75rem;color:var(--ink-4)}.uptime__pct{font-weight:600;color:var(--ink-2);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.uptime__pct--muted{color:var(--ink-4);font-style:italic}.record-list{display:grid;grid-gap:12px;gap:12px}.record{display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,auto);grid-gap:18px;gap:18px;padding:18px 20px;border:1px solid var(--rule);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-card)}.record__kicker{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:9px}.tag{display:inline-flex;align-items:center;padding:3px 8px;border-radius:6px;border:1px solid var(--rule-strong);background:var(--surface-2);color:var(--ink-3);font-family:var(--font-mono);font-size:.72rem;font-weight:500}.tag--sev{color:var(--st-major);border-color:color-mix(in srgb,var(--st-major) 35%,var(--rule-strong));background:var(--st-major-bg);font-weight:700}.tag--auto{color:var(--brand);border-color:color-mix(in srgb,var(--brand) 35%,var(--rule-strong));background:var(--brand-soft)}.record__body h3{margin:0;font-size:1.05rem;font-weight:600;letter-spacing:-.01em}.record__body h3 a:hover{color:var(--brand)}.record__body p{margin:6px 0 0;color:var(--ink-3);line-height:1.5}.record__actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px;text-align:right}.record__next{font-size:.8rem;color:var(--ink-4)}.empty{padding:28px 22px;border:1px dashed var(--rule-strong);border-radius:var(--radius);background:var(--surface-2);color:var(--ink-3);text-align:center}.empty p{margin:0;line-height:1.5}.activity{display:grid;grid-gap:10px;gap:10px}.activity__item{display:grid;grid-gap:5px;gap:5px;padding:15px 17px;border:1px solid var(--rule);border-radius:var(--radius);background:var(--surface);transition:border-color .14s ease,transform .1s ease}.activity__item:hover{border-color:var(--brand)}.activity__time{font-family:var(--font-mono);font-size:.74rem;color:var(--ink-4)}.activity__item strong{color:var(--ink);font-weight:600}.activity__item p{margin:0;color:var(--ink-3);font-size:.9rem;line-height:1.45}.stat-grid{display:grid;grid-gap:12px;gap:12px}.stat{padding:17px;border:1px solid var(--rule);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-card)}.stat dt{font-size:.74rem;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-4);font-weight:600}.stat dd{margin:4px 0 0;font-size:1.4rem;font-weight:700;color:var(--ink)}.stat p{margin:6px 0 0;font-size:.84rem;color:var(--ink-3);line-height:1.45}.detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding-top:48px}.detail-header h1{margin:8px 0 0;font-size:clamp(1.6rem,3vw,2.3rem);letter-spacing:-.02em;line-height:1.08}.detail-header p{margin:10px 0 0;color:var(--ink-3);font-size:1.05rem;line-height:1.5;max-width:70ch}.panel{padding:22px;border:1px solid var(--rule);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-card)}.panel h3{margin:20px 0 0;font-size:1rem;color:var(--ink)}.panel p{margin:6px 0 0;color:var(--ink-2);line-height:1.55}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.detail-grid div{border-top:1px solid var(--rule);padding-top:12px}.detail-grid dt{font-size:.74rem;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-4);font-weight:600}.detail-grid dd{margin:4px 0 0;color:var(--ink);font-weight:600}.timeline{list-style:none;margin:0;padding:0}.timeline li{position:relative;padding:0 0 22px 20px;border-left:2px solid var(--rule-strong)}.timeline li:last-child{border-color:transparent}.timeline li:before{content:"";position:absolute;left:-6px;top:3px;width:10px;height:10px;border-radius:50%;background:var(--brand)}.timeline time{font-family:var(--font-mono);font-size:.76rem;color:var(--ink-4)}.timeline p{margin:5px 0 0;color:var(--ink-2);line-height:1.5}.site-footer{border-top:1px solid var(--rule);margin-top:24px;background:var(--surface-2)}.site-footer__inner{width:min(var(--maxw),calc(100vw - 40px));margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:22px 0}.site-footer__brand{display:inline-flex;align-items:center}.site-footer__brand .brand-lockup{height:22px}.site-footer__links{display:flex;gap:6px}.site-footer__links a{padding:6px 10px;border-radius:var(--radius-sm);color:var(--ink-3);font-size:.84rem;font-weight:500}.site-footer__links a:hover{color:var(--brand);background:var(--surface)}.admin-header .brand-sub,.tenant-header .brand-sub{color:var(--ink-3)}.history-table-wrap{overflow-x:auto;border:1px solid var(--rule);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-card)}.history-table{width:100%;min-width:980px;border-collapse:collapse}.history-table td,.history-table th{border-bottom:1px solid var(--rule);padding:12px 14px;text-align:left;white-space:nowrap;color:var(--ink-2)}.history-table thead th{color:var(--ink-4);font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.workflow-form{display:grid;grid-gap:18px;gap:18px;padding:22px;border:1px solid var(--rule);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-card)}.form-section{max-width:900px}.workflow-form fieldset,.workflow-form label{display:grid;grid-gap:7px;gap:7px;margin:0}.workflow-form fieldset{border:1px solid var(--rule);border-radius:var(--radius-sm);padding:16px}.workflow-form label>span,.workflow-form legend{color:var(--ink-2);font-weight:600}.workflow-form input,.workflow-form select,.workflow-form textarea{width:100%;border:1px solid var(--rule-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink);padding:10px 12px}.workflow-form input:focus,.workflow-form select:focus,.workflow-form textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.workflow-form textarea{min-height:96px;resize:vertical}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.check-grid--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.check-grid label,.inline-checks label,.inline-toggle{display:flex;align-items:flex-start;gap:9px;color:var(--ink-2)}.check-grid input,.inline-checks input,.inline-toggle input{width:auto;margin-top:4px;accent-color:var(--brand)}.check-grid strong{display:block;color:var(--ink)}.inline-checks{display:flex;flex-wrap:wrap;gap:12px}.primary-button{width:max-content;border:0;border-radius:var(--radius-sm);background:var(--brand);color:#fff;cursor:pointer;font-weight:600;padding:11px 18px;transition:background .14s ease}.primary-button:hover{background:var(--brand-hover)}.primary-button:disabled{cursor:progress;opacity:.68}.form-result{margin:0;border-radius:var(--radius-sm);padding:12px;font-weight:600}.form-result--ok{background:var(--st-ok-bg);color:var(--st-ok)}.form-result--bad{background:var(--st-major-bg);color:var(--st-major)}.audit-list{margin:0;padding:0;list-style:none}.audit-list li{display:grid;grid-gap:5px;gap:5px;border-top:1px solid var(--rule);padding:12px 0;color:var(--ink-2)}.audit-list li:first-child{border-top:0;padding-top:0}.audit-list span{color:var(--ink-3)}.api-list{display:grid;grid-gap:10px;gap:10px}.api-row{display:grid;grid-template-columns:70px minmax(170px,.7fr) minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;padding:15px 17px;border:1px solid var(--rule);border-radius:var(--radius);background:var(--surface)}.api-row code{color:var(--brand);font-family:var(--font-mono);font-weight:600}.api-row p,.api-row span{color:var(--ink-3);margin:0}.api-row strong{color:var(--ink)}.detail-panel{padding:22px;border:1px solid var(--rule);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-card)}.detail-panel h3{margin-top:20px;color:var(--ink)}.detail-panel p{color:var(--ink-2);line-height:1.55}@media (max-width:900px){.hero{grid-template-columns:1fr;gap:22px}.hero__stats{grid-auto-flow:row;grid-template-columns:repeat(3,1fr);gap:16px;padding-left:0;padding-top:20px;border-left:0;border-top:1px solid var(--rule)}.split-section{grid-template-columns:1fr}.detail-header{flex-direction:column}.api-row,.check-grid,.check-grid--compact,.component-groups,.detail-grid,.form-grid,.status-summary-panel dl{grid-template-columns:1fr}.site-header__inner{flex-wrap:wrap}.site-header__actions{order:3}}@media (max-width:560px){.hero,.page-section,.site-footer__inner,.site-header__inner{width:min(100vw - 28px,var(--maxw))}.brand-sub{display:none}.site-nav{width:100%;order:4}.record{grid-template-columns:1fr}.record__actions{align-items:flex-start;text-align:left}.hero__stats{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.hero__pulse{animation:none}*{transition:none!important}}