.guided-card {
  background: #fff8ed;
  border-radius: 2.6667vw;
  padding: 4.2667vw;
  margin-bottom: 3.2vw;
  border-left: 0.8vw solid #e8912a;
}

.guided-label {
  font-size: 3.2vw;
  color: #e8912a;
  font-weight: 600;
  margin-bottom: 1.6vw;
}

.guided-title {
  font-size: 4.2667vw;
  font-weight: 700;
  margin-bottom: 1.0667vw;
}

.guided-desc {
  font-size: 3.4667vw;
  color: #6b7280;
  line-height: 1.6;
}

.action-row {
  display: flex;
  gap: 2.6667vw;
  margin-bottom: 4.2667vw;
}

.action-btn {
  flex: 1;
  font-size: 3.7333vw;
}

.record-list {
  margin-bottom: 3.2vw;
}

.record-item {
  background: #fff;
  border-radius: 2.6667vw;
  padding: 3.7333vw;
  margin-bottom: 2.6667vw;
  box-shadow: 0 0.2667vw 1.6vw rgba(0, 0, 0, 0.03);
}

.record-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.1333vw;
}

.record-type {
  font-size: 2.9333vw;
  padding: 0.8vw 2.6667vw;
  border-radius: 1.6vw;
}

.record-type.type-class { background: #eef3fd; color: #4a7fd4; }
.record-type.type-event { background: #eaf8e8; color: #3da134; }
.record-type.type-activity { background: #fff4e5; color: #e8912a; }

.record-time {
  font-size: 2.9333vw;
  color: #9ca3af;
}

.record-content {
  font-size: 3.7333vw;
  color: #333;
  line-height: 1.7;
  margin-bottom: 2.1333vw;
}

.record-tags {
  display: flex;
  flex-wrap: wrap;
}

.record-tag {
  font-size: 2.9333vw;
  color: #6b7280;
  background: #f5f6fa;
  padding: 0.8vw 2.1333vw;
  border-radius: 1.3333vw;
  margin-right: 1.6vw;
  margin-bottom: 1.0667vw;
}

.type-selector {
  display: flex;
  gap: 2.1333vw;
  margin-bottom: 2.1333vw;
}

.type-option {
  flex: 1;
  text-align: center;
  padding: 2.6667vw 2.1333vw;
  background: #f5f6fa;
  border-radius: 2.1333vw;
  font-size: 3.4667vw;
  color: #6b7280;
  border: 0.2667vw solid transparent;
}

.type-option.active {
  background: #eef3fd;
  color: #4a7fd4;
  border-color: #4a7fd4;
  font-weight: 600;
}

.ai-preview {
  background: #f8f9ff;
  border-radius: 2.1333vw;
  padding: 3.2vw;
  margin: 3.2vw 0;
}

.ai-preview-title {
  font-size: 3.2vw;
  color: #4a7fd4;
  font-weight: 600;
  margin-bottom: 1.6vw;
}

.ai-tags {
  display: flex;
  flex-wrap: wrap;
}

.modal-actions {
  display: flex;
  gap: 2.6667vw;
  margin-top: 4.2667vw;
}

.modal-actions button {
  flex: 1;
}

.ai-analysis {
  background: #f0fdf4;
  border-radius: 2.1333vw;
  padding: 3.2vw;
  margin: 3.2vw 0;
  border-left: 0.8vw solid #52c41a;
}

.analysis-row {
  margin-bottom: 2.1333vw;
}

.analysis-row:last-child {
  margin-bottom: 0;
}

.analysis-label {
  font-size: 3.2vw;
  color: #52c41a;
  font-weight: 600;
  margin-bottom: 1.0667vw;
}

.emotion-badge {
  display: inline-block;
  font-size: 2.9333vw;
  padding: 0.5333vw 2.1333vw;
  border-radius: 1.6vw;
  margin-right: 1.6vw;
  font-weight: 600;
}

.emotion-positive { background: #e8f8e8; color: #3da134; }
.emotion-neutral { background: #f0f2f7; color: #6b7280; }
.emotion-expect { background: #eef3fd; color: #4a7fd4; }
.emotion-worry { background: #fff4e5; color: #e8912a; }

.analysis-reason {
  display: inline;
  font-size: 3.2vw;
  color: #6b7280;
}

.analysis-suggestion {
  font-size: 3.4667vw;
  color: #333;
  line-height: 1.6;
}

.polish-row {
  margin-top: 2.1333vw;
}

.polish-btn {
  background: #52c41a;
  color: #fff;
  font-size: 3.4667vw;
  border-radius: 2.1333vw;
  padding: 0 4.2667vw;
  height: 9.6vw;
  line-height: 9.6vw;
  margin: 0;
}

.polish-btn::after {
  border: none;
}

.ai-analysis-head {
  display: flex;
  align-items: center;
  margin-bottom: 2.1333vw;
}

.ai-analysis-title {
  font-size: 3.7333vw;
  font-weight: 600;
  color: #1a1b1c;
}

/* 每周小约定入口 */
.entry-card {
  display: flex;
  align-items: center;
  padding: 4.2667vw;
}

.entry-icon {
  font-size: 6.4vw;
  margin-right: 3.2vw;
}

.entry-content {
  flex: 1;
}

.entry-title {
  font-size: 4vw;
  font-weight: 600;
  color: #1a1b1c;
  margin-bottom: 0.8vw;
}

.entry-desc {
  font-size: 3.2vw;
  color: #9ca3af;
}

.entry-arrow {
  font-size: 5.3333vw;
  color: #ccc;
}

