/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#080a0b;--panel:#101315;--panel-strong:#15191b;--line:#282d30;--text:#f2f4f3;--muted:#929a9d;--green:#56d690;--green-soft:#183a2a;--amber:#f1b856;--red:#f07178}*{box-sizing:border-box}html{background:var(--bg)}body{background:var(--bg);color:var(--text);letter-spacing:0;margin:0;font-family:Inter,Segoe UI,Microsoft YaHei,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.shell{width:min(1040px,100% - 40px);min-height:100vh;margin:0 auto}.topbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:82px;display:flex}.brand{align-items:center;gap:11px;font-weight:700;display:flex}.brand-mark{background:var(--text);width:32px;height:32px;color:var(--bg);border-radius:4px;place-items:center;font-size:12px;display:grid}.brand-divider{background:var(--line);width:1px;height:18px}.brand-section{color:var(--muted);font-weight:500}.api-link{color:var(--muted);font-size:14px;transition:color .2s}.api-link:hover{color:var(--text)}.hero{border-bottom:1px solid var(--line);grid-template-columns:auto 1fr auto;align-items:center;gap:30px;min-height:310px;display:grid}.pulse{border:1px solid var(--green);border-radius:50%;place-items:center;width:76px;height:76px;display:grid}.pulse span{background:var(--green);border-radius:50%;width:22px;height:22px;animation:2.2s ease-in-out infinite breathe;box-shadow:0 0 0 10px #56d69014}.hero-degraded .pulse{border-color:var(--amber)}.hero-degraded .pulse span{background:var(--amber);box-shadow:0 0 0 10px #f1b85614}.hero-outage .pulse{border-color:var(--red)}.hero-outage .pulse span{background:var(--red);box-shadow:0 0 0 10px #f0717814}@keyframes breathe{50%{opacity:.65;transform:scale(.78)}}.eyebrow{color:var(--muted);letter-spacing:0;margin:0 0 10px;font:600 11px/1.2 ui-monospace,SFMono-Regular,Consolas,monospace}h1{letter-spacing:0;max-width:620px;margin:0;font-size:clamp(32px,5vw,54px);line-height:1.08}.hero-copy{color:var(--muted);margin:16px 0 0;line-height:1.7}.live-meta{color:var(--muted);align-self:end;justify-items:end;gap:8px;margin-bottom:42px;font:12px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace;display:grid}.badge{border:1px solid var(--line);color:var(--text);border-radius:4px;padding:6px 9px}.badge-operational{background:var(--green-soft);color:#a5edc3;border-color:#56d69059}.badge-degraded{color:#ffd997;border-color:#f1b85659}.badge-outage{color:#ffb1b5;border-color:#f0717859}.section{border-bottom:1px solid var(--line);padding:54px 0}.section-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px;display:flex}h2{letter-spacing:0;margin:0;font-size:22px}.section-note{color:var(--muted);margin:0;font:12px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace}.refresh{border:1px solid var(--line);min-width:90px;height:36px;color:var(--text);cursor:pointer;background:0 0;border-radius:4px;padding:0 14px}.refresh:hover{background:var(--panel)}.refresh:disabled{color:var(--muted);cursor:wait}.service-list{border-top:1px solid var(--line)}.service-row{border-bottom:1px solid var(--line);grid-template-columns:10px 1fr auto;align-items:center;gap:18px;min-height:92px;display:grid}.status-dot{border-radius:50%;width:8px;height:8px}.status-operational{background:var(--green)}.status-degraded{background:var(--amber)}.status-outage{background:var(--red)}.service-main h3{margin:0 0 6px;font-size:15px}.service-main p{color:var(--muted);margin:0;font-size:13px}.service-result{text-align:right;grid-template-columns:90px 70px;gap:20px;font:12px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace;display:grid}.service-result strong{color:var(--text);font-weight:500}.service-result span{color:var(--muted)}.metrics{padding-bottom:46px}.chart{border-bottom:1px solid var(--line);grid-template-columns:repeat(30,minmax(3px,1fr));align-items:end;gap:5px;height:130px;padding-top:18px;display:grid}.bar{border-radius:2px 2px 0 0;min-height:8px;max-height:100%;transition:height .35s}.bar-operational{background:var(--green)}.bar-degraded{background:var(--amber)}.bar-outage{background:var(--red)}.bar-empty{background:#1d2224}.chart-footer{color:var(--muted);justify-content:space-between;margin-top:11px;font:11px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace;display:flex}.notice{border-bottom:1px solid var(--line);grid-template-columns:30px 1fr;align-items:start;gap:16px;padding:38px 0;display:grid}.notice-mark{border:1px solid var(--line);width:24px;height:24px;color:var(--muted);border-radius:50%;place-items:center;font:12px ui-monospace,monospace;display:grid}.notice h2{margin:2px 0 7px;font-size:15px}.notice p{color:var(--muted);margin:0;font-size:13px;line-height:1.65}footer{min-height:94px;color:var(--muted);justify-content:space-between;align-items:center;font-size:12px;display:flex}@media (width<=720px){.shell{width:min(100% - 28px,1040px)}.topbar{height:70px}.brand-divider,.brand-section{display:none}.hero{grid-template-columns:1fr;align-content:center;gap:24px;min-height:360px}.pulse{width:58px;height:58px}.pulse span{width:17px;height:17px}.live-meta{grid-template-columns:auto 1fr;align-self:auto;justify-items:start;margin:0}.live-meta span:last-child{grid-column:1/-1}.section{padding:42px 0}.service-row{grid-template-columns:8px 1fr;padding:16px 0}.service-result{text-align:left;grid-column:2;grid-template-columns:auto auto;justify-content:space-between}.chart{gap:3px}.chart-footer span:nth-child(2){display:none}footer{flex-direction:column;justify-content:center;align-items:flex-start;gap:8px}}@media (prefers-reduced-motion:reduce){.pulse span{animation:none}}
