.dashboard-screen{
padding:40px;
color:#fff;
min-height:100vh;
background:#0f172a;
}

.topbar-inline{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:30px;
}

.rank-pill{
padding:10px 18px;
background:#1e293b;
border-radius:14px;
font-weight:600;
}

.stats-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
margin-bottom:40px;
}

.stat-card{
background:#111827;
padding:24px;
border-radius:18px;
border:1px solid rgba(255,255,255,.06);
}

.stat-card h3{
margin:0 0 10px;
font-size:14px;
opacity:.7;
}

.stat-card p{
margin:0;
font-size:28px;
font-weight:700;
}

.network-panel{
background:#111827;
padding:24px;
border-radius:18px;
border:1px solid rgba(255,255,255,.06);
}

.tree-node{
display:inline-block;
padding:10px 16px;
margin:10px;
background:#1e293b;
border-radius:12px;
}

#treePreview ul{
list-style:none;
padding-left:20px;
}