/* 自定义样式补充 */
.iphone-frame {
  width: 375px;
  height: 812px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  margin: 20px;
}

.notch {
  display: none;
}

.app-content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}

.beauty-gradient {
  background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
}

.fresh-gradient {
  background: linear-gradient(135deg, #a1c4fd 0%, #c2e9fb 100%);
}

.gallery-img {
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
}

.score-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.chart-container {
  height: 200px;
  width: 100%;
} 