.sidebar{width:220px;flex-shrink:0;background:#fff;border-right:1px solid #e6e2d8;padding:1.5rem 0;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;overflow-y:auto}.mobile-drawer,.mobile-overlay,.mobile-topbar{display:none}.dashboard-main{flex:1;min-width:0;overflow-y:auto;padding:2rem}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-scroll table{min-width:600px}@media (max-width:768px){.sidebar{display:none}.mobile-topbar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#fff;border-bottom:1px solid #e6e2d8;position:sticky;top:0;z-index:50}.mobile-overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:60}.mobile-drawer{display:block;position:fixed;top:0;left:-280px;width:280px;height:100vh;background:#fff;z-index:70;overflow-y:auto;transition:left .25s ease;box-shadow:2px 0 16px rgba(0,0,0,.12)}.mobile-drawer.open{left:0}.dashboard-main{padding:1rem}.grid-2col{grid-template-columns:1fr!important}.stats-grid{grid-template-columns:repeat(3,1fr)!important}}@media (max-width:480px){.stats-grid{grid-template-columns:repeat(2,1fr)!important}}