/* 薪酬测算器 · 小白化增强样式 */
.calc-mode-bar--enhance {
  padding: 12px 16px 4px;
}
.calc-mode-bar--enhance .calc-guide {
  font-size: 13px;
  color: #64748b;
  line-height: 1.55;
  margin: 0 0 10px;
}
.calc-mode-bar--enhance .calc-mode-toggle {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.calc-mode-bar--enhance .mode-btn {
  flex: 1;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #64748b;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.calc-mode-bar--enhance .mode-btn.active {
  background: #e8f2ff;
  border-color: #93c5fd;
  color: #1a5fd4;
}
.page.home .base-hint,
.page.home .deduction-hint {
  font-size: 13px !important;
  line-height: 1.55 !important;
}
.result-summary--enhance {
  text-align: left;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.6;
  color: #334155;
}
.result-summary--enhance p {
  margin: 0 0 8px;
}
.result-summary--enhance p:last-child {
  margin-bottom: 0;
}
.result-summary--enhance strong {
  color: #0d3d7a;
}
.result-section-fold--enhance {
  display: block;
  margin-bottom: 10px;
  border-radius: 14px;
  border: 1px solid #e8eef5;
  background: #fff;
  overflow: hidden;
}
.result-section-fold--enhance .result-section-fold__summary {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: #1a5fd4;
  padding: 14px 16px;
  list-style: none;
}
.result-section-fold--enhance .result-section-fold__summary::-webkit-details-marker {
  display: none;
}
.disclaimer-fold--enhance {
  margin: 8px 12px 0;
  font-size: 12px;
  color: #64748b;
  line-height: 1.5;
}
.disclaimer-fold--enhance summary {
  cursor: pointer;
  padding: 8px 0;
  list-style: none;
}
.disclaimer-fold--enhance summary::-webkit-details-marker {
  display: none;
}
.calc-form--simple .card-inner--first .van-field {
  display: flex !important;
}
.calc-form--simple .card-inner--first .van-field[style*="display: none"] {
  display: none !important;
}
