:root{--ink:#0d0d11;--paper:#f5f4ef;--line:#dcdad3;--violet:#665cff;--acid:#d8ff00;--green:#19894a;--red:#c94c40;font-family:Inter,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;color:#141318;background:var(--paper)}*{box-sizing:border-box}html{min-width:320px;background:var(--paper)}body{margin:0;background:var(--paper)}a{color:inherit;text-decoration:none}.site-head{height:92px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 clamp(20px,6vw,90px);border-bottom:1px solid rgba(255,255,255,.12);background:var(--ink);color:#fff}.site-head>a,footer>a{display:flex;align-items:center;gap:10px}.site-head i,footer i{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:var(--violet);font-style:normal;font-weight:900}.site-head strong,footer strong{font-size:19px;letter-spacing:-.04em}.site-head span{margin-left:8px;color:rgba(255,255,255,.42);font:700 8px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.14em}.site-head nav{display:flex;gap:26px;color:rgba(255,255,255,.64);font-size:11px}.hero{min-height:600px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr);overflow:hidden;background:var(--ink);color:#fff}.hero>div{display:flex;flex-direction:column;justify-content:end;padding:70px clamp(20px,6vw,90px)}.hero>div>span,.status-board header span,.history header span,.notice>span{color:var(--acid);font:750 9px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.15em}.hero h1{margin:24px 0 30px;font-size:clamp(68px,8vw,126px);line-height:.82;letter-spacing:-.075em}.hero>div>p{max-width:600px;margin:0;color:rgba(255,255,255,.5);font-size:12px;line-height:1.85}.overall{display:flex;flex-direction:column;justify-content:end;position:relative;padding:60px clamp(28px,4vw,60px);border-left:1px solid rgba(255,255,255,.13);background:radial-gradient(circle at 65% 25%,rgba(102,92,255,.55),transparent 50%)}.overall>i{width:18px;height:18px;margin-bottom:auto;border-radius:50%;background:#d2a139;box-shadow:0 0 0 9px rgba(210,161,57,.12)}.overall.is-good>i{background:var(--acid);box-shadow:0 0 0 9px rgba(216,255,0,.11)}.overall small{color:rgba(255,255,255,.45);font:700 8px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.13em}.overall strong{margin-top:16px;font-size:27px;line-height:1.1}.overall p{margin:13px 0 0;color:rgba(255,255,255,.5);font-size:10px}.status-board,.history{padding:90px clamp(20px,6vw,90px)}.status-board>header,.history>header{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.65fr);align-items:end;gap:40px;margin-bottom:34px;padding-bottom:28px;border-bottom:1px solid var(--line)}.status-board header span,.history header span{color:var(--violet)}.status-board h2,.history h2{margin:10px 0 0;font-size:clamp(48px,5vw,76px);letter-spacing:-.065em}.status-board header p,.history header p{margin:0;color:#77746c;font-size:11px;line-height:1.7}.component-list{border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 22px 60px rgba(30,24,70,.07)}.component-list article{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 24px;border-bottom:1px solid var(--line)}.component-list article:last-child{border-bottom:0}.component-list article>div{display:grid;gap:7px}.component-list b{font-size:14px}.component-list small{color:#77746c;font-size:9px}.pill{min-width:82px;height:29px;display:grid;place-items:center;border-radius:999px;font-size:9px;font-weight:750}.pill.is-good{background:#e3f5e9;color:#17703b}.pill.is-bad{background:#ffebe9;color:#9c352d}.pill.is-warn{background:#fff1cc;color:#735817}.history{padding-top:30px}.history-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.history-grid article{min-height:106px;display:grid;grid-template-columns:80px 10px 1fr;align-items:center;gap:16px;padding:20px;border:1px solid var(--line);border-radius:13px;background:#fff}.history-grid time{color:#77746c;font:700 8px ui-monospace,SFMono-Regular,Menlo,monospace}.history-grid i{width:8px;height:8px;border-radius:50%;background:var(--red)}.history-grid i.is-good{background:var(--green)}.history-grid b{font-size:12px}.history-grid p{margin:6px 0 0;color:#77746c;font-size:9px}.notice{margin-top:20px;padding:100px clamp(20px,6vw,90px);background:var(--violet);color:#fff}.notice>span{color:var(--acid)}.notice h2{margin:24px 0 20px;font-size:clamp(55px,7vw,100px);letter-spacing:-.075em}.notice p{max-width:700px;margin:0;color:rgba(255,255,255,.67);font-size:12px;line-height:1.8}.notice a{display:inline-flex;margin-top:30px;border-bottom:1px solid var(--acid);color:var(--acid);font-size:11px;font-weight:750}footer{min-height:180px;display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:30px;padding:40px clamp(20px,6vw,90px);background:var(--ink);color:#fff}footer p{max-width:450px;margin:0;color:rgba(255,255,255,.46);font-size:10px;line-height:1.7}footer>div{display:flex;gap:20px;color:rgba(255,255,255,.62);font-size:10px}@media(max-width:850px){.hero{grid-template-columns:1fr}.overall{min-height:280px;border-left:0;border-top:1px solid rgba(255,255,255,.13)}.overall>i{margin-bottom:70px}.status-board>header,.history>header{grid-template-columns:1fr}.history-grid{grid-template-columns:1fr}footer{grid-template-columns:1fr}}@media(max-width:580px){.site-head{height:72px;padding:0 16px}.site-head nav a:first-child{display:none}.hero{min-height:auto}.hero>div{min-height:500px;padding:50px 18px}.hero h1{font-size:64px}.overall{padding:34px 18px}.status-board,.history{padding:65px 16px}.status-board h2,.history h2{font-size:46px}.component-list article{padding:0 16px}.history-grid article{grid-template-columns:72px 8px 1fr;padding:16px}.notice{padding:75px 18px}.notice h2{font-size:58px}footer{padding:45px 18px}}

