*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f0f2f5}#__next,body,html{height:100%}.dashboard-layout{min-height:100vh;display:flex}.dashboard-sidebar{width:250px;background:#001529;position:fixed;height:100vh;left:0;top:0;z-index:100}.dashboard-content{margin-left:250px;flex:1;display:flex;flex-direction:column}.dashboard-header{background:#fff;padding:0 24px;box-shadow:0 1px 4px rgba(0,21,41,.08);height:64px;display:flex;align-items:center;justify-content:space-between}.dashboard-main{flex:1;padding:24px;background:#f0f2f5}@media (max-width:768px){.dashboard-sidebar{transform:translateX(-100%);transition:transform .3s ease}.dashboard-sidebar.mobile-open{transform:translateX(0)}.dashboard-content{margin-left:0}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}