/* Dashboard */
.nv-dash-wrap{max-width:1100px;margin:32px auto;padding:0 16px;color:#fff}
.nv-dash-hero{display:flex;justify-content:space-between;align-items:center;background:#0d0d10;border:1px solid #1f1f22;border-radius:16px;padding:20px 24px;margin-bottom:20px}
.nv-dash-actions .nv-btn{margin-left:8px}
.nv-dash-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.nv-dash-card{background:#101014;border:1px solid #1f1f22;border-radius:16px;padding:18px}
.nv-dash-card h3{margin-top:0;color:#fff}
.nv-link{color:#f2b300;text-decoration:underline}
@media (max-width:900px){ .nv-dash-grid{grid-template-columns:1fr} .nv-dash-hero{flex-direction:column;gap:12px;align-items:flex-start} }