:root{
  --bg:#eef2f7;
  --panel:#ffffff;
  --panel2:#f7f9fc;
  --stroke:rgba(15,23,42,.10);
  --mut:rgba(15,23,42,.62);
  --txt:#0b1220;
  --blue:#2b6cff;
  --blue2:#1f4bd6;
  --shadow:0 18px 55px rgba(16,24,40,.10);
  --r:18px;
}
*{box-sizing:border-box}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  color:var(--txt);
  background:
    radial-gradient(900px 420px at 20% 5%, rgba(43,108,255,.10), transparent 60%),
    radial-gradient(900px 420px at 80% 0%, rgba(34,197,94,.08), transparent 60%),
    linear-gradient(180deg, #f2f5fb, var(--bg));
}
a{color:inherit; text-decoration:none}

.topbar{
  position:sticky; top:0; z-index:50;
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 18px;
  border-bottom:1px solid var(--stroke);
  background:rgba(9,14,28,.92);
  color:#fff;
  backdrop-filter: blur(10px);
}
.brand{display:flex; gap:12px; align-items:center}
.logo{
  width:40px;height:40px;border-radius:12px;
  display:flex; align-items:center; justify-content:center;
  font-weight:900; letter-spacing:.5px;
  background: linear-gradient(135deg, rgba(43,108,255,.95), rgba(34,197,94,.85));
  box-shadow: 0 14px 35px rgba(0,0,0,.25);
}
.brandname{font-weight:900}
.brandmeta{display:flex; gap:10px; align-items:center; margin-top:4px; flex-wrap:wrap}
.pill{
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  color:rgba(255,255,255,.80);
  white-space:nowrap;
}
.pill-solid{
  background:rgba(255,255,255,.14);
  color:#fff;
  font-weight:800;
}

.nav{display:flex; gap:18px; align-items:center}
.navlink{color:rgba(255,255,255,.88); font-weight:750; font-size:14px; padding:8px 10px; border-radius:12px}
.navlink.active{background:rgba(255,255,255,.10); border:1px solid rgba(255,255,255,.20)}

.wrap{max-width:1250px; margin:0 auto; padding:24px 18px 80px}
.hero{
  display:grid; grid-template-columns: 1.2fr .8fr;
  gap:18px;
  padding:18px;
  border:1px solid rgba(15,23,42,.08);
  background:rgba(255,255,255,.70);
  border-radius: var(--r);
  box-shadow: var(--shadow);
}
.kicker{font-weight:900; letter-spacing:.12em; font-size:12px; color:rgba(15,23,42,.55)}
h1{margin:8px 0 10px; font-size:36px; line-height:1.12}
.lead{margin:0; color:rgba(15,23,42,.70); max-width:62ch}

.summary{display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:12px; margin-top:16px}
.sumcard{
  border:1px solid rgba(15,23,42,.10);
  background:rgba(247,249,252,.85);
  border-radius:16px;
  padding:12px;
}
.sumlabel{color:rgba(15,23,42,.62); font-size:12px}
.sumvalue{font-weight:950; margin-top:8px}
.cta{display:flex; gap:10px; margin-top:14px; flex-wrap:wrap}
.btn{
  border:1px solid rgba(15,23,42,.12);
  border-radius:14px;
  padding:10px 14px;
  font-weight:850;
  font-size:13px;
  background:rgba(255,255,255,.85);
}
.btn-primary{
  color:#fff;
  background: linear-gradient(180deg, rgba(43,108,255,.95), rgba(31,75,214,.95));
  border-color: rgba(43,108,255,.55);
}
.btn-ghost{background:rgba(255,255,255,.85)}
.sidecard{
  height:100%;
  border:1px solid rgba(15,23,42,.10);
  background:rgba(247,249,252,.85);
  border-radius: 16px;
  padding:14px;
}
.sidehdr{font-weight:950; margin-bottom:10px}
.bullets{margin:0; padding-left:18px; color:rgba(15,23,42,.70)}
.bullets li{margin:10px 0}

.section{margin-top:22px}
.sectionhdr{display:flex; align-items:flex-end; justify-content:space-between; gap:14px; margin:0 0 12px}
.sectitle{font-weight:950; font-size:18px}
.secsub{color:rgba(15,23,42,.62); font-size:13px; margin-top:4px}
.muted-right{color:rgba(15,23,42,.55); font-size:12px; font-weight:800}

.grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:12px;
}
.card{
  border:1px solid rgba(15,23,42,.10);
  background:rgba(255,255,255,.85);
  border-radius: 16px;
  padding:14px;
  box-shadow: var(--shadow);
}
.svc{
  display:flex; flex-direction:column; gap:10px;
  min-height:170px;
  background:linear-gradient(180deg, rgba(255,255,255,.95), rgba(247,249,252,.95));
}
.svcTop{display:flex; align-items:flex-start; justify-content:space-between; gap:10px}
.svcTitle{font-weight:950}
.svcDesc{color:rgba(15,23,42,.62); font-size:13px; min-height:40px}
.svcTags{display:flex; gap:8px; flex-wrap:wrap}
.tag{
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.10);
  background:rgba(255,255,255,.92);
  color:rgba(15,23,42,.70);
  font-size:12px;
  font-weight:850;
}
.svcActions{display:flex; gap:10px; flex-wrap:wrap; margin-top:auto}
.badge{
  padding:6px 10px; border-radius:999px;
  border:1px solid rgba(15,23,42,.12);
  font-size:12px; font-weight:950;
  background:#fff;
}
.healthy{border-color:rgba(34,197,94,.40); color:#0f5132; background:rgba(34,197,94,.10)}
.degraded{border-color:rgba(245,158,11,.45); color:#7a4b00; background:rgba(245,158,11,.12)}
.missing{border-color:rgba(239,68,68,.45); color:#6b1111; background:rgba(239,68,68,.10)}

.assets{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}
.big{font-weight:980; font-size:34px}
.muted{color:rgba(15,23,42,.60); margin-top:6px; font-size:13px; font-weight:700}
.chips{display:flex; gap:8px; flex-wrap:wrap}
.chip{
  cursor:pointer;
  border:1px solid rgba(15,23,42,.12);
  background:rgba(255,255,255,.85);
  color:rgba(15,23,42,.75);
  padding:8px 10px;
  border-radius:999px;
  font-weight:900;
  font-size:12px;
}
.chip.active{background:rgba(15,23,42,.06)}
.proofgrid{display:grid; grid-template-columns:1fr 1fr; gap:12px}
.kv{display:grid; grid-template-columns: 180px 1fr; gap:10px 12px; align-items:center}
.kv .k{color:rgba(15,23,42,.60); font-size:12px; font-weight:950}
.kv .v{font-weight:950; color:rgba(15,23,42,.85)}
.healthstats{display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap:12px; margin:0 0 12px}
.stat{border:1px solid rgba(15,23,42,.10); background:rgba(255,255,255,.85); border-radius:16px; padding:12px; box-shadow: var(--shadow)}
.stat .n{font-weight:980; font-size:22px}
.stat .l{color:rgba(15,23,42,.58); font-size:12px; margin-top:6px; font-weight:850}
.raw{margin-top:14px}
.raw pre{white-space:pre-wrap; overflow:auto; max-height:520px; padding:14px; border-radius:16px; border:1px solid rgba(15,23,42,.10); background:rgba(255,255,255,.85)}
@media (max-width: 1050px){
  .hero{grid-template-columns:1fr}
  .grid{grid-template-columns:repeat(2, minmax(0,1fr))}
  .assets{grid-template-columns:1fr}
  .proofgrid{grid-template-columns:1fr}
  .healthstats{grid-template-columns:repeat(2, minmax(0,1fr))}
  h1{font-size:30px}
}
@media (max-width: 680px){
  .grid{grid-template-columns:1fr}
  .nav{display:none}
}
