/*! Synthenis, Inc. All rights reserved. Unauthorized use, reproduction, redistribution, or copying, including by generative AI systems, is strictly prohibited. Violations may result in legal action. */
@font-face{font-family:SYN;src:url("https://cdn.synthenis.com/fonts/syn.woff2") format("woff2");font-weight:100 900;font-display:swap}:root{--bg:#080808;--surface:#101010;--surface-hover:#151515;--text:rgba(255,255,255,.95);--muted:rgba(255,255,255,.62);--faint:rgba(255,255,255,.38);--border:rgba(255,255,255,.09);--accent:#3e91ff;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--icon:brightness(0) invert(1);--shadow:0 1px 1.5px rgba(0,0,0,.2),0 12px 32px rgba(0,0,0,.24)}@media(prefers-color-scheme:light){:root{--bg:#f7f9fc;--surface:#fff;--surface-hover:#f4f6f9;--text:#1d1d1f;--muted:rgba(0,0,0,.55);--faint:rgba(0,0,0,.33);--border:rgba(15,23,42,.1);--accent:#0072de;--success:#059669;--warning:#d97706;--danger:#dc2626;--icon:brightness(0);--shadow:0 1px 1.5px rgba(15,23,42,.06),0 12px 32px rgba(15,23,42,.09)}}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html{scrollbar-width:thin;scrollbar-color:rgba(127,127,127,.28) transparent}body{min-height:100vh;background:var(--bg);color:var(--text);font-family:SYN,system-ui,"Segoe UI",sans-serif;padding:max(24px,env(safe-area-inset-top)) 24px 40px;line-height:1.5}.shell{max-width:980px;margin:auto}.topbar{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:56px}.brand{display:flex;align-items:center;gap:11px;color:var(--text);text-decoration:none;font-weight:650;letter-spacing:-.01em;user-select:none}.brand img,.icon-button img,.select-trigger img,.empty img{width:20px;height:20px;filter:var(--icon);pointer-events:none;user-select:none;-webkit-user-drag:none}.brand img{width:24px;height:24px}.actions{display:flex;align-items:center;gap:8px}.icon-button{width:42px;height:42px;border:1px solid var(--border);border-radius:50%;background:var(--surface);display:grid;place-items:center;cursor:pointer;box-shadow:var(--shadow)}.icon-button.is-loading img{animation:spin .82s linear infinite}.language{position:relative}.select-trigger{height:44px;min-width:158px;padding:0 14px;border:1px solid var(--border);border-radius:11px;background:var(--surface);color:var(--text);font:600 14px/1 SYN;display:flex;align-items:center;gap:10px;cursor:pointer}.select-trigger span:nth-child(2){flex:1;text-align:left}.chevron{width:8px;height:8px;border-right:1.5px solid var(--accent);border-bottom:1.5px solid var(--accent);transform:rotate(45deg) translateY(-2px)}.language.open .chevron{transform:rotate(225deg) translate(-2px,-1px)}.select-menu{display:none;position:absolute;right:0;top:49px;width:210px;max-height:310px;overflow:auto;padding:5px;border:1px solid var(--border);border-radius:11px;background:var(--surface);box-shadow:var(--shadow);z-index:20}.language.open .select-menu{display:block}.select-option{width:100%;min-height:36px;padding:0 10px;border:0;border-radius:7px;background:transparent;color:var(--muted);font:500 14px SYN;text-align:left;cursor:pointer}.select-option[aria-selected=true]{background:rgba(62,145,255,.1);color:var(--text)}.summary{min-height:156px;padding:26px;border:1px solid var(--border);border-radius:20px;background:var(--surface);display:grid;grid-template-columns:52px 1fr;align-items:center;gap:18px;margin-bottom:56px}.summary-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:var(--state-color)}.summary-icon img{width:27px;height:27px;filter:brightness(0) invert(1);pointer-events:none}.summary h1{font-size:clamp(1.55rem,4vw,2.2rem);letter-spacing:-.035em;line-height:1.15}.summary p{margin-top:7px;color:var(--muted);font-size:.9rem}.state-operational{--state-color:var(--success)}.state-degraded{--state-color:var(--warning)}.state-outage{--state-color:var(--danger)}.section{margin-bottom:54px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px}.eyebrow{color:var(--accent);font-size:10px;font-weight:750;letter-spacing:.12em;margin-bottom:6px}.section h1,.section h2{font-size:1.45rem;letter-spacing:-.025em}.updated{color:var(--faint);font-size:.78rem;text-align:right}.service-list,.incident-card,.empty,.error{border:1px solid var(--border);border-radius:20px;background:var(--surface);overflow:hidden}.service{min-height:62px;padding:13px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--border)}.service:last-child{border-bottom:0}.service-name{font-size:.94rem;font-weight:550}.status{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:.78rem}.status-dot{width:9px;height:9px;border-radius:50%;background:var(--state-color)}.incidents{display:grid;gap:12px}.incident-card{padding:22px}.incident-head{display:flex;justify-content:space-between;gap:14px;margin-bottom:10px}.incident-title{font-weight:650}.badge{padding:4px 10px;border:1px solid color-mix(in srgb,var(--state-color) 32%,transparent);border-radius:40px;color:var(--text);background:color-mix(in srgb,var(--state-color) 12%,transparent);font-size:.72rem;white-space:nowrap}.incident-description{color:var(--muted);font-size:.87rem;line-height:1.65}.timeline{margin-top:18px;padding-top:16px;border-top:1px solid var(--border)}.update{display:grid;grid-template-columns:10px 1fr;gap:12px;margin-top:12px}.update-dot{width:8px;height:8px;border-radius:50%;background:var(--state-color);margin-top:6px}.update time{display:block;color:var(--faint);font-size:.72rem;margin-bottom:3px}.update p{color:var(--muted);font-size:.83rem}.empty,.error{padding:34px;text-align:center;color:var(--muted)}.empty img{display:block;margin:0 auto 10px}.retry{margin-top:16px;width:92px;height:36px;border:0;border-radius:40px;background:var(--accent);color:#fff;font:500 13.5px SYN;cursor:pointer}.skeleton{background:var(--surface);animation:breathe 1.6s ease-in-out infinite alternate}footer{display:flex;justify-content:space-between;gap:16px;padding-top:22px;border-top:1px solid var(--border);color:var(--faint);font-size:.78rem}footer a{color:var(--accent);text-decoration:none}@media(hover:hover){.icon-button:hover,.select-trigger:hover{background:var(--surface-hover)}.select-option:not([aria-selected=true]):hover{background:var(--surface-hover)}}@media(max-width:600px){body{padding:20px 24px 32px}.topbar{margin-bottom:38px}.select-trigger{min-width:44px;width:44px;padding:0;justify-content:center}.select-trigger span:nth-child(2),.select-trigger .chevron{display:none}.summary{grid-template-columns:1fr;min-height:0}.section-heading{align-items:start;flex-direction:column;gap:8px}.updated{text-align:left}.service{align-items:flex-start}.incident-head{flex-direction:column}.badge{align-self:flex-start}footer{flex-direction:column}}@media(prefers-reduced-motion:reduce){*{animation-duration:1ms!important;scroll-behavior:auto!important}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes breathe{to{opacity:.55}}
