
/* PAGI integration V3 */
.pn-project-layout{display:grid;grid-template-columns:270px 1fr;gap:16px}
.pn-project-list,.pn-project-detail,.pn-live-panel{background:#09101f;border:1px solid var(--p-line);border-radius:15px;padding:15px}
.pn-project-item{padding:11px 12px;border-radius:10px;cursor:pointer;color:#cbd3eb;border:1px solid transparent;margin-bottom:7px}
.pn-project-item:hover,.pn-project-item.active{border-color:#6441c6;background:#17102f;color:#fff}
.pn-project-files{display:grid;gap:7px}.pn-file-row{display:flex;justify-content:space-between;gap:12px;padding:9px 10px;border-bottom:1px solid #1c2741;color:#b8c2df}
.pn-kpis{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:10px;margin:0 0 15px}
.pn-kpi{background:#0a1122;border:1px solid var(--p-line);border-radius:13px;padding:13px}.pn-kpi strong{font-size:25px;display:block}.pn-kpi small{color:#7e8aaa}
.pn-events{display:grid;gap:9px}.pn-event{display:grid;grid-template-columns:145px 1fr;gap:14px;border:1px solid #202b49;border-radius:13px;background:#0a1121;padding:12px}
.pn-event-time{color:#9a75ff;font-weight:700}.pn-event-title{font-weight:700}.pn-event-meta{font-size:12px;color:#8592af;margin-top:4px}
.pn-toolbar{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin-bottom:14px}.pn-status-good{color:#4de093}.pn-status-bad{color:#e8aa58}
.pn-identity-layout{display:grid;grid-template-columns:minmax(480px,1fr) 330px;gap:16px}
.pn-findings{max-height:560px;overflow:auto}.pn-finding{padding:11px;border-bottom:1px solid #1e2943}.pn-finding a{color:#8eb4ff;text-decoration:none;word-break:break-all}
.pn-mini-btn{background:#121b31;border:1px solid #2a385d;color:#dfe5f7;border-radius:9px;padding:8px 10px;cursor:pointer}
.pn-spider{position:relative;height:520px;background:radial-gradient(circle at center,#21124c55 0,transparent 38%);overflow:hidden;border-radius:14px}
.pn-spider svg{position:absolute;inset:0;width:100%;height:100%}
.pn-spider-node{position:absolute;border:1px solid #764bff;background:#0c1123;border-radius:50%;display:grid;place-items:center;text-align:center;box-shadow:0 0 24px #7548ff55;padding:8px}
.pn-spider-node.center{width:150px;height:150px;left:calc(50% - 75px);top:calc(50% - 75px)}
.pn-spider-node.g{width:115px;height:115px;left:8%;top:12%}.pn-spider-node.mail{width:115px;height:115px;right:8%;top:13%;border-color:#28cda3}
.pn-spider-node.user{width:115px;height:115px;left:10%;bottom:10%;border-color:#e99336}.pn-spider-node.photo{width:115px;height:115px;right:10%;bottom:10%;border-color:#e24ea8}
.pn-spider-node.web{width:105px;height:105px;left:calc(50% - 52px);bottom:2%}
.pn-empty{color:#7f8baa;padding:24px;text-align:center}
@media(max-width:950px){.pn-project-layout,.pn-identity-layout{grid-template-columns:1fr}.pn-kpis{grid-template-columns:1fr 1fr}.pn-event{grid-template-columns:1fr}}
