:root{--bg:#06131d;--panel:#0a1c29;--panel2:#0d2433;--line:#173747;--text:#f4f7f8;--muted:#8ea5b4;--cyan:#52dcf4;--green:#57e0b2;--yellow:#f5cc68;--red:#ff6e7b;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}.topbar{height:76px;display:flex;align-items:center;gap:34px;padding:0 max(22px,calc((100vw - var(--max))/2));border-bottom:1px solid #17303d;background:#071621cc;backdrop-filter:blur(12px);position:sticky;top:0;z-index:30}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:22px;letter-spacing:-.8px}.brand>span:last-child>span{color:var(--cyan)}.brandmark{width:42px;height:42px;border:1px solid #1f6172;border-radius:50%;display:grid;place-items:center;color:var(--cyan);font-size:28px}.topbar nav{display:flex;gap:28px;margin-left:auto}.topbar nav a{color:#c1ced6;font-weight:600;font-size:14px}.btn,.ghost{border:0;border-radius:13px;padding:14px 18px;font-weight:800;cursor:pointer}.btn{background:var(--cyan);color:#04202b;box-shadow:0 10px 30px #52dcf426}.btn.small{padding:12px 16px}.ghost{background:transparent;border:1px solid #2b5265;color:#dce9ee}.hero{min-height:610px;display:grid;place-items:center;position:relative;overflow:hidden;border-bottom:1px solid #12313e;background:radial-gradient(circle at 50% 55%,#0b3142 0,#082333 33%,#061a26 60%,#06131d 100%)}.gridglow{position:absolute;inset:0;background-image:linear-gradient(#2c637017 1px,transparent 1px),linear-gradient(90deg,#2c637017 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,black,transparent 85%)}.hero-inner{position:relative;width:min(900px,calc(100% - 36px));text-align:center;padding:80px 0}.live-pill{display:inline-flex;padding:10px 16px;border:1px solid #1f665c;border-radius:999px;background:#0c382f88;color:#6df0bf;font-weight:800;font-size:12px;letter-spacing:2px}.hero h1{font-size:clamp(58px,8vw,104px);line-height:.91;letter-spacing:-6px;margin:28px 0 20px}.hero h1 span{color:var(--cyan)}.hero p{max-width:660px;margin:0 auto 28px;color:#9eb2bf;font-size:18px;line-height:1.7}.searchbox{max-width:720px;margin:0 auto;display:flex;gap:10px;padding:8px;background:#071822;border:1px solid #235063;border-radius:18px;position:relative;box-shadow:0 18px 70px #0008}.searchbox input{flex:1;background:transparent;border:0;outline:0;color:#fff;padding:10px 14px;font-size:16px}.suggestions{display:none;position:absolute;left:0;right:0;top:calc(100% + 8px);background:#081923;border:1px solid #214454;border-radius:15px;padding:8px;z-index:20;text-align:left;box-shadow:0 25px 70px #000b}.suggestions.show{display:block}.suggestions button{width:100%;display:flex;gap:12px;align-items:center;border:0;background:transparent;color:#fff;padding:10px;border-radius:10px;text-align:left;cursor:pointer}.suggestions button:hover{background:#102c3b}.suggestions img{width:30px;height:30px;border-radius:8px;background:#fff;padding:3px}.suggestions span{display:grid}.suggestions small{color:var(--muted)}.suggestions .none{padding:15px;color:var(--muted)}.quick{margin-top:18px;display:flex;gap:15px;justify-content:center;flex-wrap:wrap;font-size:13px;color:#8ba2af}.quick a{color:#d5e4ea}.section{max-width:var(--max);margin:auto;padding:82px 22px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}.section-head p{max-width:420px;color:var(--muted)}.eyebrow{color:var(--cyan);font-size:11px;font-weight:900;letter-spacing:2px}.section h2,.panel h2{font-size:34px;letter-spacing:-1.4px;margin:8px 0 0}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.service-card{background:linear-gradient(180deg,#0a202d,#081923);border:1px solid #173748;border-radius:18px;padding:18px;transition:.2s}.service-card:hover{transform:translateY(-3px);border-color:#2d687e}.service-top{display:flex;align-items:center;gap:12px}.service-top img{width:42px;height:42px;border-radius:10px;background:#fff;padding:4px}.service-top h3{margin:0;font-size:16px}.service-top span{color:var(--muted);font-size:12px}.dot{margin-left:auto;width:10px;height:10px;border-radius:50%}.dot.up,.big-status.up b{background:var(--green);box-shadow:0 0 14px #57e0b2}.dot.issues,.big-status.issues b{background:var(--yellow);box-shadow:0 0 14px #f5cc68}.dot.down,.big-status.down b{background:var(--red);box-shadow:0 0 14px #ff6e7b}.status{margin:18px 0 10px;font-weight:800}.status.up{color:var(--green)}.status.issues{color:var(--yellow)}.status.down{color:var(--red)}.meta{display:flex;justify-content:space-between;color:#728b99;font-size:11px;gap:10px}.split{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;border-top:1px solid #153340}.steps{display:grid;gap:12px}.steps article,.tool-grid article,.panel{background:#091b27;border:1px solid #153847;border-radius:18px;padding:24px}.steps b{color:var(--cyan)}.steps h3{margin:10px 0 6px}.steps p,.tool-grid p,.panel p{color:var(--muted);line-height:1.6}.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}footer{max-width:var(--max);margin:auto;padding:34px 22px;border-top:1px solid #183641;display:flex;align-items:center;gap:25px;color:#7e96a4}footer p{margin-right:auto}.detail-wrap{max-width:var(--max);margin:auto;padding:48px 22px 90px}.back{color:#9ab0bc}.detail-hero{margin-top:26px;background:radial-gradient(circle at 20% 20%,#11394a,#081a26 55%);border:1px solid #194052;border-radius:24px;padding:34px;display:flex;align-items:center;justify-content:space-between;gap:30px}.service-title{display:flex;align-items:center;gap:18px}.service-title img{width:70px;height:70px;background:#fff;padding:7px;border-radius:18px}.service-title h1{font-size:42px;letter-spacing:-2px;margin:6px 0}.service-title p{margin:0;color:var(--muted)}.big-status{min-width:250px;display:flex;gap:14px;align-items:center;padding:18px 20px;border:1px solid #1d4556;border-radius:18px;background:#071722}.big-status b{width:13px;height:13px;border-radius:50%}.big-status div{display:grid}.big-status small{color:#7792a1;font-size:10px;letter-spacing:1.4px}.big-status strong{font-size:18px;margin:2px 0}.big-status span{font-size:12px;color:var(--muted)}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}.report-number{font-size:72px;font-weight:900;letter-spacing:-4px;color:var(--cyan);margin:24px 0 4px}.report-buttons{display:flex;gap:10px;margin-top:22px}.report-msg{min-height:22px;margin-top:12px;font-size:13px}.report-msg.ok{color:var(--green)}.report-msg.err{color:var(--red)}.info{margin-top:16px}@media(max-width:900px){.cards{grid-template-columns:repeat(2,1fr)}.topbar nav{display:none}.split,.detail-grid{grid-template-columns:1fr}.detail-hero{align-items:flex-start;flex-direction:column}.big-status{width:100%}}@media(max-width:560px){.topbar{height:68px;padding:0 16px}.brandmark{width:36px;height:36px}.topbar .small{display:none}.hero{min-height:560px}.hero h1{font-size:56px;letter-spacing:-3px}.hero p{font-size:15px}.searchbox{flex-direction:column}.searchbox .btn{width:100%}.section{padding:58px 16px}.cards{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.tool-grid{grid-template-columns:1fr}.detail-wrap{padding:32px 16px 70px}.service-title h1{font-size:31px}.service-title img{width:58px;height:58px}.report-buttons{flex-direction:column}footer{align-items:flex-start;flex-direction:column}footer p{margin:0}}
