@charset "UTF-8";#app{height:100vh;width:100vw}.app-loading{height:100vh;display:flex;align-items:center;justify-content:center}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.app-card{border-radius:12px;box-shadow:0 2px 12px #00000014;background:#fff;padding:20px;transition:box-shadow .3s ease}.app-card:hover{box-shadow:0 4px 20px #0000001f}.n-button{border-radius:8px!important;font-weight:500}
