* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#root {
  min-height: 100vh;
}

.login-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.login-card {
  width: 100%;
  max-width: 400px;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.dashboard-stat-card {
  text-align: center;
}

.dashboard-stat-card .ant-statistic-title {
  font-size: 14px;
}

.dashboard-stat-card .ant-statistic-content {
  font-size: 32px;
  font-weight: bold;
}

.project-tag {
  margin-right: 4px;
  margin-bottom: 4px;
}

.status-badge {
  font-size: 12px;
}

.sidebar-menu {
  border-right: none;
}

.layout-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.layout-content {
  margin: 24px;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  min-height: calc(100vh - 112px);
}

.page-header {
  margin-bottom: 24px;
}

.filter-bar {
  margin-bottom: 16px;
}

.detail-section {
  margin-bottom: 24px;
}

.detail-section h3 {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}

.timeline-item {
  margin-bottom: 16px;
}

.investment-progress {
  margin-top: 8px;
}
