Generate CSS sidebar navigation.
.sidebar {
width: 220px;
background: #111827;
color: #e5e7eb;
height: 100vh;
padding: 16px;
position: sticky;
top: 0;
}
.sidebar a { display: block; color: #e5e7eb; padding: 8px 12px; border-radius: 6px; text-decoration: none; }
.sidebar a:hover { background: rgba(255,255,255,0.1); }