
.dashboard-body{background:var(--bg)}
.dashboard-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}
.sidebar{background:#0d1426;color:#e5e7eb;padding:24px;position:sticky;top:0;height:100vh}
.sidebar .logo{margin-bottom:36px}.side-nav a{display:block;padding:12px 14px;border-radius:10px;color:#aab4c5;margin:5px 0}.side-nav a.active,.side-nav a:hover{background:#18223b;color:#fff}
.dashboard-main{padding:26px}.dashboard-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.usage-bar{height:10px;background:var(--border);border-radius:999px;overflow:hidden}.usage-bar span{display:block;height:100%;width:62%;background:linear-gradient(90deg,var(--primary),var(--accent))}
.mobile-side{display:none}.doc-row{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid var(--border)}
@media(max-width:850px){.dashboard-shell{grid-template-columns:1fr}.sidebar{position:fixed;left:-280px;z-index:80;width:260px;transition:.2s}.sidebar.open{left:0}.mobile-side{display:inline-flex}.dashboard-main{padding:18px}}
