*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh;background-color:var(--n-color-background-1, #ffffff);color:var(--n-color-text-1, #000000);transition:background-color .3s,color .3s}html.dark body{background-color:var(--n-color-background-1, #121212);color:var(--n-color-text-1, #ffffff)}.n-layout{min-height:100vh}.n-layout-content{min-height:calc(100vh - 64px)}
