#integrity-layer{display:none;flex:1;overflow-y:auto;padding:22px 28px;background:#020b1e;color:#d8edff}
.ig-head{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:16px;flex-wrap:wrap}
.ig-score{width:112px;height:112px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#00d4c8 var(--score),#102744 0);position:relative;box-shadow:0 0 24px rgba(0,212,200,.18)}
.ig-score:after{content:"";position:absolute;inset:10px;background:#06142b;border-radius:50%}
.ig-score strong{z-index:1;font-size:2rem}.ig-score span{z-index:1;font-size:.62rem;color:#7da6c4;margin-top:-25px}
.ig-summary{display:grid;grid-template-columns:repeat(3,minmax(90px,1fr));gap:8px;flex:1;max-width:520px}
.ig-stat,.ig-card{background:rgba(7,25,55,.85);border:1px solid #153b63;border-radius:10px;padding:12px}
.ig-stat b{display:block;font-size:1.45rem}.ig-stat small{color:#7098b8}
.ig-history{height:76px;display:flex;align-items:flex-end;gap:3px;flex:1;min-width:260px}
.ig-bar{flex:1;min-width:3px;background:linear-gradient(#00d4c8,#1466a1);border-radius:3px 3px 0 0;opacity:.8}
.ig-grid{display:grid;grid-template-columns:repeat(3,minmax(260px,1fr));gap:12px}
.ig-card{padding:14px}.ig-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.ig-title{font-weight:800;color:#e4f4ff}.ig-badge{font-size:.68rem;font-weight:800;padding:3px 8px;border-radius:20px}
.ig-ok{color:#34e8a0}.ig-warning{color:#ffc34d}.ig-critical{color:#ff607b}
.ig-badge.ig-ok{background:rgba(52,232,160,.12)}.ig-badge.ig-warning{background:rgba(255,195,77,.12)}.ig-badge.ig-critical{background:rgba(255,96,123,.12)}
.ig-meter{height:5px;background:#112944;border-radius:5px;overflow:hidden;margin-bottom:10px}.ig-meter i{display:block;height:100%;background:linear-gradient(90deg,#00d4c8,#38bdf8)}
.ig-check{display:grid;grid-template-columns:9px 1fr auto;gap:7px;align-items:start;padding:7px 0;border-top:1px solid rgba(40,76,110,.3)}
.ig-dot{width:7px;height:7px;border-radius:50%;margin-top:5px}.ig-dot.ig-ok{background:#34e8a0}.ig-dot.ig-warning{background:#ffc34d}.ig-dot.ig-critical{background:#ff607b}
.ig-check b{font-size:.76rem}.ig-check p{margin:2px 0 0;color:#648cab;font-size:.64rem;line-height:1.35}.ig-value{font-size:.72rem;font-weight:800;white-space:nowrap}
.ig-toolbar button{background:rgba(0,212,200,.13);border:1px solid #00d4c8;color:#00d4c8;border-radius:7px;padding:7px 12px;cursor:pointer}
@media(max-width:1100px){.ig-grid{grid-template-columns:repeat(2,minmax(240px,1fr))}}@media(max-width:700px){#integrity-layer{padding:16px}.ig-grid{grid-template-columns:1fr}.ig-history{width:100%}}
