@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{overflow-y:scroll}body{color:#0f172a;background-color:#f8fafc;min-height:100vh;font-family:Plus Jakarta Sans,Inter,system-ui,-apple-system,sans-serif;overflow-x:clip}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.nav-sidebar{border-radius:9999px;flex-direction:column;align-items:center;gap:24px;width:76px;min-width:76px;padding:24px 0;display:flex;position:relative;background:#2563eb linear-gradient(#2563eb 0%,#1d4ed8 100%)!important;box-shadow:0 10px 30px #2563eb59!important}.nav-logo-ring{background:#fff;border:2.5px solid #d4af37;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;padding:4px;display:flex;box-shadow:0 4px 12px #00000040}.nav-logo-img{object-fit:contain;width:100%;height:100%}.nav-floating-arrow{cursor:pointer;z-index:10;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:transform .2s;display:flex;position:absolute;top:50%;right:-14px;transform:translateY(-50%);box-shadow:0 4px 12px #00000026;color:#2563eb!important;background-color:#fff!important;border:2px solid #2563eb!important}.nav-floating-arrow:hover{transform:translateY(-50%)scale(1.1)}.nav-links{flex-direction:column;align-items:center;gap:16px;width:100%;display:flex}.nav-item{cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex;color:#bfdbfe!important}.nav-item:hover{color:#fff!important;background-color:#fff3!important}.nav-item.active{color:#2563eb!important;background-color:#fff!important;box-shadow:0 4px 14px #00000026!important}.nav-logout{cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-top:auto;transition:all .2s;display:flex;color:#bfdbfe!important}.nav-logout:hover{color:#fff!important;background-color:#ef444459!important}.profile-panel-container{background-color:#fff;border:1px solid #f1f5f9;border-radius:32px;flex-direction:column;gap:28px;width:320px;min-width:320px;padding:28px 24px;display:flex;box-shadow:0 10px 30px #0f172a0a}.profile-top-card{text-align:center;flex-direction:column;align-items:center;display:flex}@keyframes profileRingPulse{0%{transform:rotate(0);box-shadow:0 0 15px #2563eb4d}50%{box-shadow:0 0 28px #2563eba6}to{transform:rotate(360deg);box-shadow:0 0 15px #2563eb4d}}.profile-avatar-outer-ring{background:conic-gradient(#2563eb,#60a5fa,#3b82f6,#1d4ed8,#2563eb);border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;margin-bottom:16px;padding:4px;transition:transform .3s;animation:8s linear infinite profileRingPulse;display:flex}.profile-avatar-outer-ring:hover{animation-duration:3s;transform:scale(1.06)}.profile-avatar-inner{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;padding:6px;display:flex}.profile-avatar-img{object-fit:contain;border-radius:50%;width:100%;height:100%}.profile-name-text{color:#0f172a;margin-bottom:4px;font-size:1.25rem;font-weight:850}.profile-role-text{color:#64748b;margin-bottom:20px;font-size:.85rem;font-weight:600}.profile-view-btn{color:#2563eb;cursor:pointer;background-color:#fff;border:1px solid #dbeafe;border-radius:9999px;padding:8px 28px;font-size:.82rem;font-weight:750;transition:all .2s}.profile-view-btn:hover{background-color:#eff6ff;border-color:#bfdbfe}.nodes-section{flex-direction:column;gap:14px;display:flex}.nodes-header{justify-content:space-between;align-items:center;display:flex}.nodes-title{color:#0f172a;font-size:.92rem;font-weight:850}.nodes-view-all{color:#2563eb;cursor:pointer;font-size:.8rem;font-weight:750}.node-card{border-radius:16px;align-items:center;gap:12px;padding:10px;transition:background-color .2s;display:flex}.node-card:hover{background-color:#f8fafc}.node-avatar{object-fit:cover;border-radius:50%;width:42px;height:42px}.node-info{flex-grow:1}.node-name{color:#0f172a;font-size:.85rem;font-weight:800}.node-meta{color:#64748b;font-size:.72rem;font-weight:600}.node-chevron{color:#cbd5e1}.metric-dark-card{color:#fff;background:#2563eb linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border-radius:24px;flex-direction:column;gap:16px;padding:22px 20px;display:flex;box-shadow:0 10px 25px #2563eb59}.metric-header-row{justify-content:space-between;align-items:flex-start;display:flex}.metric-label{letter-spacing:.8px;color:#94a3b8;font-size:.65rem;font-weight:800}.metric-value{margin-top:4px;font-size:1.4rem;font-weight:850}.metric-badge-icon{background-color:#ffffff1f;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.metric-chart-area{width:100%;height:70px}
