.bnb-overview-wrap { color:#eaeaea; font-family: 'Poppins', sans-serif; }
.welcome-banner{background:linear-gradient(90deg,#0fbf6b,#00d16f);color:#04120b;padding:12px 18px;border-radius:8px;margin-bottom:16px;font-weight:700;box-shadow:0 6px 18px rgba(0,0,0,0.4);}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;}
.card{background:#141a23;border-radius:12px;padding:18px;box-shadow:0 6px 18px rgba(0,0,0,0.4);}
.card h3{color:#00ff88;margin:0 0 8px;font-size:15px}
.balance{font-size:1.4em;font-weight:700}
.progress-bar{background:#1e2533;border-radius:20px;height:10px;overflow:hidden;margin-top:8px;}
.progress{background:linear-gradient(90deg,#00ff88,#00d16f);height:10px;width:50%;}
.small{color:#9aa6a0;font-size:13px;margin-top:6px}
.last-updated{color:#88dba0;font-size:12px;margin-left:6px}
@media(max-width:720px){ .grid{grid-template-columns:1fr} }
