:root {
  --bg:#06070d; --surface:#0d101a; --surface-soft:#090c14; --border:#202536; --border-strong:#30364a;
  --text:#f7f8fb; --muted:#98a1b7; --violet:#7668ff; --cyan:#71d9ff; --green:#36d399; --amber:#f7b955; --red:#ff667d;
  --sans:'Manrope','Segoe UI',system-ui,sans-serif; --mono:'IBM Plex Mono',ui-monospace,Consolas,monospace;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;min-width:320px;min-height:100vh;color:var(--text);background:radial-gradient(ellipse at 75% 0%,rgba(57,43,145,.12),transparent 28%),var(--bg);font-family:var(--sans);-webkit-font-smoothing:antialiased} a{color:inherit;text-decoration:none} img,svg{display:block} button,input{font:inherit}:focus-visible{outline:2px solid var(--cyan);outline-offset:4px}.sr-only{clip:rect(0 0 0 0);clip-path:inset(50%);width:1px;height:1px;overflow:hidden;position:absolute;white-space:nowrap}.skip-link{position:fixed;z-index:100;top:12px;left:12px;padding:10px 14px;border-radius:10px;background:var(--text);color:var(--bg);transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}
.status-shell{width:min(1420px,calc(100% - 64px));margin:0 auto}.site-header{min-height:96px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid var(--border)}.brand{display:inline-flex;align-items:center;gap:12px;justify-self:start;font-size:1.28rem;font-weight:800;letter-spacing:-.035em}.brand img{width:42px;height:42px;border:1px solid var(--border);border-radius:50%}.site-header nav{display:flex;gap:36px;color:#b8c0d2;font-size:.95rem;font-weight:600}.site-header nav a:hover{color:var(--text)}.button{justify-self:end;display:inline-flex;align-items:center;min-height:52px;padding:0 21px;border:1px solid #8074ff;border-radius:12px;background:linear-gradient(135deg,#6258f4,#8375ff);box-shadow:0 14px 38px rgba(82,69,212,.27);font-size:.94rem;font-weight:700}
main{padding:70px 12px 0}.status-hero{margin-bottom:30px}.status-hero h1{margin:0;font-size:clamp(3.1rem,6vw,5.3rem);line-height:1;letter-spacing:-.065em}.status-hero p{margin:18px 0 0;color:var(--muted);font-size:1.15rem}.health-rail{overflow:hidden;border:1px solid var(--border-strong);border-radius:18px;background:rgba(9,12,20,.92);box-shadow:0 24px 80px rgba(0,0,0,.28)}.overall-state{display:flex;align-items:center;gap:18px;padding:26px;border-bottom:1px solid var(--border)}.overall-icon{width:58px;height:58px;display:grid;place-items:center;flex:0 0 auto;border:1px solid var(--amber);border-radius:50%;color:var(--amber);background:rgba(247,185,85,.08)}.overall-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.overall-state strong{font-size:1.15rem}.overall-state p{margin:6px 0 0;color:var(--muted);font-size:.88rem}.health-rail.is-operational .overall-icon{border-color:var(--green);color:var(--green);background:rgba(54,211,153,.08)}.health-rail.is-outage .overall-icon{border-color:var(--red);color:var(--red);background:rgba(255,102,125,.08)}.health-metrics{display:grid;grid-template-columns:repeat(5,1fr);margin:0;padding:0 20px}.health-metrics div{min-height:118px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;border-left:1px solid var(--border)}.health-metrics div:first-child{border-left:0}.health-metrics dt{color:var(--muted);font-size:.82rem}.health-metrics dd{margin:0;color:var(--cyan);font-family:var(--mono);font-size:.9rem}.health-rail.is-operational .health-metrics dd:first-letter{color:var(--green)}.refresh-row{display:grid;grid-template-columns:auto minmax(150px,1fr) auto auto;align-items:center;gap:20px;padding:16px 24px;border-top:1px solid var(--border);color:var(--muted);font-size:.78rem}.refresh-row>div:first-child{white-space:nowrap}.refresh-row b{color:var(--text);font-family:var(--mono);font-weight:400}.refresh-row p{margin:0}.refresh-row p strong{color:#b8c0d2;font-weight:500}.refresh-row button{border:0;color:#a99fff;background:transparent;cursor:pointer}.refresh-track{height:3px;overflow:hidden;border-radius:99px;background:var(--border)}.refresh-track span{display:block;width:100%;height:100%;background:var(--violet);transform-origin:left}
.notice-line{display:flex;gap:24px;align-items:center;margin:16px 0 0;padding:14px 20px;border:1px solid var(--border);border-radius:13px;background:var(--surface-soft)}.notice-line>span{color:var(--amber);font-family:var(--mono);font-size:.72rem;text-transform:uppercase}.notice-line p{margin:0;color:var(--muted);font-size:.82rem}.notice-line.is-operational>span{color:var(--green)}.notice-line.is-outage>span{color:var(--red)}
.shards-section{padding:58px 0 0}.shards-head{display:flex;align-items:flex-end;justify-content:space-between;gap:36px;margin:0 22px 20px}.shards-head h2{margin:0;font-size:1.45rem}.shards-head p{max-width:650px;margin:9px 0 0;color:var(--muted);font-size:.86rem;line-height:1.6}.shard-tools{display:flex;align-items:center;gap:20px;color:var(--muted);font-family:var(--mono);font-size:.7rem}.shard-tools b{color:var(--cyan);font-weight:500}.shard-tools input{width:190px;padding:10px 12px;border:1px solid var(--border);border-radius:10px;outline:0;color:var(--text);background:var(--surface-soft);font-family:var(--mono);font-size:.72rem}.shard-table{border:1px solid var(--border-strong);border-radius:16px;overflow:hidden;background:var(--surface-soft)}.shard-row{display:grid;grid-template-columns:1.1fr 1fr .8fr .8fr;align-items:center;gap:20px;min-height:65px;padding:0 28px;border-top:1px solid var(--border);font-size:.82rem}.shard-table-head{min-height:48px;border-top:0;color:#778197;font-family:var(--mono);font-size:.68rem;text-transform:uppercase;letter-spacing:.08em}.shard-list .shard-row:first-child{border-top:1px solid var(--border)}.shard-row strong{font-family:var(--mono);font-weight:500}.shard-state{display:inline-flex;align-items:center;gap:9px;color:var(--muted)}.shard-state::before{content:'';width:8px;height:8px;border-radius:50%;background:var(--amber)}.shard-row.is-operational .shard-state{color:var(--green)}.shard-row.is-operational .shard-state::before{background:var(--green)}.shard-row.is-degraded .shard-state{color:var(--amber)}.shard-row.is-outage .shard-state{color:var(--red)}.shard-row.is-outage .shard-state::before{background:var(--red)}.shard-value{color:#b8c0d2;font-family:var(--mono);font-size:.76rem}.state-message{padding:46px 28px;color:var(--muted);text-align:center}
.site-footer{display:grid;grid-template-columns:minmax(320px,1.6fr) repeat(3,.65fr);gap:46px;margin-top:90px;padding:48px 12px 28px;border-top:1px solid var(--border)}.footer-brand{display:flex;gap:18px;align-items:center}.footer-brand img{width:64px;height:64px;border:1px solid var(--border);border-radius:50%}.footer-brand strong{font-size:1.12rem}.footer-brand p{max-width:320px;margin:7px 0 0;color:var(--muted);font-size:.8rem;line-height:1.55}.site-footer>div:not(.footer-brand){display:flex;flex-direction:column;gap:12px}.site-footer b{margin-bottom:3px;color:#778197;font-size:.68rem;text-transform:uppercase;letter-spacing:.12em}.site-footer a{color:#b8c0d2;font-size:.82rem}.copyright{grid-column:1/-1;margin:20px 0 0;padding-top:20px;border-top:1px solid var(--border);color:#717a8f;font-size:.74rem}
@media(max-width:980px){.status-shell{width:min(1420px,calc(100% - 30px))}.site-header{grid-template-columns:1fr auto}.site-header nav{display:none}.health-metrics{grid-template-columns:repeat(3,1fr)}.health-metrics div:nth-child(4){border-left:0}.refresh-row{grid-template-columns:auto 1fr}.refresh-row p{grid-column:1}.refresh-row button{grid-column:2;grid-row:2;justify-self:end}.shards-head{align-items:flex-start;flex-direction:column}.site-footer{grid-template-columns:1.5fr repeat(3,.7fr)}}
@media(max-width:660px){.status-shell{width:min(1420px,calc(100% - 20px))}.site-header{min-height:78px}.brand img{width:38px;height:38px}.button{min-height:44px;padding:0 14px;font-size:.8rem}main{padding-top:52px}.status-hero h1{font-size:3rem}.overall-state{padding:20px}.health-metrics{grid-template-columns:1fr 1fr;padding:0}.health-metrics div{min-height:96px}.health-metrics div:nth-child(odd){border-left:0}.health-metrics div:nth-child(4){border-left:1px solid var(--border)}.refresh-row{grid-template-columns:1fr}.refresh-row>*{grid-column:1!important;grid-row:auto!important}.refresh-row button{justify-self:start}.notice-line{align-items:flex-start;flex-direction:column;gap:8px}.shards-head{margin-left:8px;margin-right:8px}.shard-tools{align-items:flex-start;flex-direction:column}.shard-tools input{width:100%}.shard-row{grid-template-columns:1fr 1fr;padding:15px}.shard-row>*:nth-child(3),.shard-row>*:nth-child(4){display:none}.site-footer{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:1/-1}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
