body{padding:0;margin:0}.sidebar-link{display:block;padding:.5rem .75rem;text-decoration:none}.sidebar-link.active{font-weight:600}.codebox{white-space:pre-wrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.dashboard-shell{display:flex;min-height:100vh;background:#f8fafc}.dashboard-sidebar{width:280px;min-width:280px;display:flex;flex-direction:column;padding:12px;background:#f8f9fa;transition:width .2s ease,min-width .2s ease;position:-webkit-sticky;position:sticky;top:0;align-self:flex-start;height:100vh;overflow-y:auto;z-index:40}.dashboard-sidebar.compact{width:78px;min-width:78px}.dashboard-main{flex:1 1;min-width:0}.dashboard-nav-link{display:flex;align-items:center;gap:.55rem;padding:.48rem .58rem;border-radius:.45rem;color:#334155;border-left:3px solid transparent;text-decoration:none;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.dashboard-nav-link:hover{background:#eef2ff;color:#1d4ed8}.dashboard-nav-link.active{background:#dbeafe;color:#1d4ed8;border-left-color:#2563eb;font-weight:600}.dashboard-nav-link .nav-icon{flex:0 0 16px}.dashboard-sidebar.compact .dashboard-nav-link{justify-content:center;padding-left:.4rem;padding-right:.4rem}.dashboard-sidebar.compact .dashboard-section-header{text-align:center}.sidebar-chevron{transform:rotate(0deg);transition:transform .15s ease}.sidebar-chevron.open{transform:rotate(90deg)}.dashboard-shell-fullscreen{display:block;min-height:100vh;background:#0b1115}.dashboard-shell-fullscreen>div,.dashboard-shell-fullscreen>main{width:100%}