/* pages/atmosphere/atmosphere.wxss */
.atm-card {
  background: #fff;
  border-radius: 3.2vw;
  padding: 5.3333vw;
  margin-bottom: 3.2vw;
  box-shadow: 0 0.2667vw 1.6vw rgba(0, 0, 0, 0.04);
}

.atm-badge {
  display: inline-block;
  background: linear-gradient(135deg, #f5a623, #e8912a);
  color: #fff;
  font-size: 2.9333vw;
  padding: 1.0667vw 2.6667vw;
  border-radius: 2.6667vw;
  margin-bottom: 2.6667vw;
}

.atm-title {
  font-size: 5.3333vw;
  font-weight: 700;
  color: #1a1b1c;
  margin-bottom: 1.6vw;
}

.atm-desc {
  font-size: 3.4667vw;
  color: #6b7280;
  margin-bottom: 4.2667vw;
  line-height: 1.6;
}

.atm-stats {
  display: flex;
  justify-content: space-around;
  margin-bottom: 4.2667vw;
  padding: 3.2vw 0;
  border-top: 0.1333vw solid #f0f2f7;
  border-bottom: 0.1333vw solid #f0f2f7;
}

.atm-stat {
  text-align: center;
}

.atm-stat-num {
  font-size: 5.3333vw;
  font-weight: 700;
  color: #4a7fd4;
  margin-bottom: 0.5333vw;
}

.atm-stat-label {
  font-size: 2.9333vw;
  color: #9ca3af;
}

.atm-finding {
  background: #f8f9ff;
  border-radius: 2.1333vw;
  padding: 3.2vw;
  margin-bottom: 3.2vw;
  border-left: 0.8vw solid #4a7fd4;
}

.finding-title {
  font-size: 3.4667vw;
  font-weight: 600;
  color: #4a7fd4;
  margin-bottom: 1.6vw;
}

.finding-text {
  font-size: 3.4667vw;
  color: #333;
  line-height: 1.7;
}

.atm-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6vw;
}

.atm-tag {
  font-size: 3.2vw;
  color: #4a7fd4;
  background: #eef3fd;
  padding: 1.3333vw 2.6667vw;
  border-radius: 2.1333vw;
}

.emotion-list {
  margin-bottom: 2.6667vw;
}

.emotion-row {
  display: flex;
  align-items: center;
  margin-bottom: 2.1333vw;
}

.emotion-label {
  width: 10.6667vw;
  font-size: 3.4667vw;
  color: #6b7280;
}

.emotion-bar-wrap {
  flex: 1;
  height: 3.2vw;
  background: #f0f2f7;
  border-radius: 1.6vw;
  margin: 0 2.1333vw;
  overflow: hidden;
}

.emotion-bar {
  height: 100%;
  border-radius: 1.6vw;
}

.emotion-percent {
  width: 8vw;
  font-size: 3.2vw;
  color: #9ca3af;
  text-align: right;
}

.emotion-insight {
  font-size: 3.2vw;
  color: #6b7280;
  background: #f8f9ff;
  padding: 2.1333vw 2.6667vw;
  border-radius: 1.6vw;
  line-height: 1.6;
}

.monthly-badge {
  background: linear-gradient(135deg, #7b8ff7, #5b6ee8);
}

.monthly-title {
  font-size: 4.8vw;
  font-weight: 700;
  color: #1a1b1c;
  margin-bottom: 1.6vw;
}

.monthly-intro {
  font-size: 3.4667vw;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 3.2vw;
}

.monthly-sections {
  padding: 2.1333vw 0;
  border-top: 0.1333vw solid #f0f2f7;
  border-bottom: 0.1333vw solid #f0f2f7;
  margin-bottom: 3.2vw;
}

.monthly-section-row {
  display: flex;
  align-items: center;
  padding: 1.6vw 0;
}

.monthly-row-dot {
  width: 1.6vw;
  height: 1.6vw;
  border-radius: 50%;
  background: #7b8ff7;
  margin-right: 1.6vw;
}

.monthly-row-name {
  flex: 1;
  font-size: 3.4667vw;
  font-weight: 600;
  color: #1a1b1c;
}

.monthly-row-count {
  font-size: 2.9333vw;
  color: #9ca3af;
}

.monthly-preview-conclusion {
  background: #f4f5ff;
  border-radius: 2.1333vw;
  padding: 3.2vw;
  font-size: 3.4667vw;
  color: #5b6ee8;
  line-height: 1.7;
  margin-bottom: 3.2vw;
}

.monthly-more {
  font-size: 3.4667vw;
  font-weight: 600;
  color: #7b8ff7;
  text-align: center;
}

.monthly-card-pressed {
  opacity: 0.85;
}

.monthly-intro {
  font-size: 3.4667vw;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 4.2667vw;
}

.monthly-section {
  margin-bottom: 3.7333vw;
  padding-bottom: 3.2vw;
  border-bottom: 0.1333vw solid #f0f2f7;
}

.monthly-section:last-of-type {
  border-bottom: none;
}

.monthly-theme {
  display: flex;
  align-items: center;
  margin-bottom: 1.6vw;
}

.monthly-theme-dot {
  width: 1.6vw;
  height: 1.6vw;
  border-radius: 50%;
  background: #4a7fd4;
  margin-right: 1.6vw;
}

.monthly-theme-title {
  flex: 1;
  font-size: 3.7333vw;
  font-weight: 600;
  color: #1a1b1c;
}

.monthly-theme-count {
  font-size: 2.9333vw;
  color: #9ca3af;
}

.monthly-highlight {
  font-size: 3.4667vw;
  color: #555;
  line-height: 1.7;
  padding-left: 3.2vw;
}

.monthly-conclusion {
  background: linear-gradient(135deg, #f8f9ff, #eef3fd);
  border-radius: 2.1333vw;
  padding: 3.7333vw;
  font-size: 3.4667vw;
  color: #4a7fd4;
  line-height: 1.8;
  margin-top: 3.2vw;
}

.monthly-title-text {
  font-size: 4.8vw;
  font-weight: 700;
  color: #1a1b1c;
  text-align: center;
  margin-bottom: 1.6vw;
}

.monthly-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8vw 0;
}

.loading-dots {
  display: flex;
  gap: 1.6vw;
  margin-bottom: 2.6667vw;
}

.loading-dots .dot {
  width: 2.1333vw;
  height: 2.1333vw;
  border-radius: 50%;
  background: #4a7fd4;
  animation: bounce 1.4s infinite ease-in-out both;
}

.loading-dots .dot:nth-child(1) { animation-delay: -0.32s; }
.loading-dots .dot:nth-child(2) { animation-delay: -0.16s; }

@keyframes bounce {
  0%, 80%, 100% { transform: scale(0); }
  40% { transform: scale(1); }
}

.loading-text {
  font-size: 3.4667vw;
  color: #6b7280;
}
.emotion-label { width:16vw; flex-shrink:0; }
