html,
body,
#app {
  margin: 0;
  height: 100%;
  background: #f0f2f5;
  font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Segoe UI', 'Helvetica Neue', Arial,
    sans-serif;
}

.login-wrap {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: linear-gradient(160deg, #b5c0ad 0%, #e8ece4 45%, #fef8ee 100%);
}

.login-card {
  width: 100%;
  max-width: 400px;
}

.login-brand {
  color: #d4845a;
  font-weight: 700;
  font-size: 14px;
}

.login-card h2 {
  margin: 8px 0 0;
  font-size: 26px;
  color: #2c2c2c;
}

.login-desc {
  margin: 8px 0 20px;
  color: #8a8a8a;
  font-size: 14px;
}

.login-links {
  margin-top: 16px;
  text-align: center;
}

.login-links a {
  color: #d4845a;
  text-decoration: none;
  font-size: 14px;
}

.w100 {
  width: 100%;
}

.layout {
  height: 100%;
}

.aside {
  background: #1f2d3d;
  overflow: auto;
}

.aside-logo {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-bottom: 1px solid #ebeef5;
  height: 56px !important;
  padding: 0 12px 0 8px;
}

.header-left,
.header-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-title {
  font-size: 16px;
  font-weight: 650;
  color: #303133;
}

.main {
  padding: 16px;
}

.stat {
  color: #909399;
  font-size: 13px;
}

.stat-num {
  margin-top: 8px;
  font-size: 28px;
  font-weight: 700;
  color: #303133;
}

.stat-sub {
  margin-top: 6px;
  font-size: 12px;
  color: #a0a4ab;
}

.section-label {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 650;
  color: #606266;
}

.money-card .stat-num.money {
  color: #d4845a;
}

.profit-ok {
  color: #3d8b6e !important;
}

.profit-bad {
  color: #c45656 !important;
}

.toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  font-weight: 650;
}

.search-form .el-form-item {
  margin-bottom: 12px;
}

.mt16 {
  margin-top: 16px;
}

.mb16 {
  margin-bottom: 16px;
}

.ml6 {
  margin-left: 6px;
}

.muted {
  color: #909399;
  font-size: 13px;
  margin: 4px 0;
}

.drawer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 768px) {
  .aside {
    position: absolute;
    z-index: 20;
    height: 100%;
  }
  .main {
    padding: 12px;
  }
}
