
.add-outdoor-person-modal[data-v-3a48ca9f] {
  background: white;
  border-radius: 20px 20px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  max-height: 85vh;
  overflow: hidden;
}
.modal-header[data-v-3a48ca9f] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 20px 24px;
  background: -webkit-linear-gradient(315deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.modal-header h2[data-v-3a48ca9f] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.close-btn[data-v-3a48ca9f] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.close-btn[data-v-3a48ca9f]:active {
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.modal-body[data-v-3a48ca9f] {
  padding: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.form-item[data-v-3a48ca9f] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 12px;
}
.form-item .label[data-v-3a48ca9f] {
  font-weight: 600;
  color: #333;
  font-size: 15px;
  min-width: 4em;
  text-align: right;
  padding-top: 8px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.form-item .label.required[data-v-3a48ca9f] {
  position: relative;
}
.required-star[data-v-3a48ca9f] {
  color: #ef4444;
  margin-left: 2px;
}
.form-value[data-v-3a48ca9f] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  min-width: 0;
}
.form-input[data-v-3a48ca9f] {
  width: 100%;
}
.gender-selection[data-v-3a48ca9f] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
}
.gender-btn[data-v-3a48ca9f] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: white;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 4px;
}
.gender-btn[data-v-3a48ca9f]:active {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}
.gender-btn.selected[data-v-3a48ca9f] {
  border-color: #667eea;
  background: -webkit-linear-gradient(315deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  color: white;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}
.modal-footer[data-v-3a48ca9f] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
  padding: 16px 24px;
  border-top: 1px solid #f0f0f0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  background: #fafafa;
}
.btn[data-v-3a48ca9f] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  height: 44px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
}
.btn-cancel[data-v-3a48ca9f] {
  background: white;
  color: #666;
  border: 1px solid #ddd;
}
.btn-cancel[data-v-3a48ca9f]:active {
  background: #f5f5f5;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.btn-save[data-v-3a48ca9f] {
  background: -webkit-linear-gradient(315deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  color: white;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}
.btn-save[data-v-3a48ca9f]:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  box-shadow: 0 1px 4px rgba(102, 126, 234, 0.3);
}

/* 美化滚动条 */
.modal-body[data-v-3a48ca9f]::-webkit-scrollbar {
  width: 4px;
}
.modal-body[data-v-3a48ca9f]::-webkit-scrollbar-track {
  background: transparent;
}
.modal-body[data-v-3a48ca9f]::-webkit-scrollbar-thumb {
  background: rgba(102, 126, 234, 0.3);
  border-radius: 2px;
}
.modal-body[data-v-3a48ca9f]::-webkit-scrollbar-thumb:hover {
  background: rgba(102, 126, 234, 0.5);
}

/* 关系类型选择器 */
.relation-type-trigger[data-v-3a48ca9f] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: white;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  min-height: 40px;
}
.relation-type-trigger[data-v-3a48ca9f]:active {
  background: #f5f5f5;
  border-color: #667eea;
}
.relation-type-trigger .placeholder[data-v-3a48ca9f] {
  color: #999;
}

/* 关系选择器样式 */
.relation-picker[data-v-3a48ca9f] {
  background: white;
  border-radius: 16px 16px 0 0;
  padding: 0;
}
.relation-picker-header[data-v-3a48ca9f] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(102, 126, 234, 0.1);
  background: -webkit-linear-gradient(315deg, 
    rgba(102, 126, 234, 0.03) 0%, 
    rgba(118, 75, 162, 0.03) 50%, 
    rgba(240, 147, 251, 0.03) 100%
  );
  background: linear-gradient(135deg, 
    rgba(102, 126, 234, 0.03) 0%, 
    rgba(118, 75, 162, 0.03) 50%, 
    rgba(240, 147, 251, 0.03) 100%
  );
}
.picker-title[data-v-3a48ca9f] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.relation-options[data-v-3a48ca9f] {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 16px;
  max-height: 60vh;
  overflow-y: auto;
}
.relation-option-item[data-v-3a48ca9f] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 12px 6px;
  border-radius: 10px;
  background: -webkit-linear-gradient(315deg, #f8f9fe 0%, #fdf8fd 100%);
  background: linear-gradient(135deg, #f8f9fe 0%, #fdf8fd 100%);
  border: 1px solid rgba(102, 126, 234, 0.08);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(102, 126, 234, 0.04);
  min-height: 64px;
}
.relation-option-item[data-v-3a48ca9f]:active {
  -webkit-transform: scale(0.96) translateY(0);
          transform: scale(0.96) translateY(0);
  box-shadow: 0 1px 3px rgba(102, 126, 234, 0.08);
}
.relation-option-item.active[data-v-3a48ca9f] {
  background: -webkit-linear-gradient(315deg, 
    rgba(102, 126, 234, 0.5) 0%, 
    rgba(118, 75, 162, 0.5) 50%, 
    rgba(240, 147, 251, 0.5) 100%
  );
  background: linear-gradient(135deg, 
    rgba(102, 126, 234, 0.5) 0%, 
    rgba(118, 75, 162, 0.5) 50%, 
    rgba(240, 147, 251, 0.5) 100%
  );
  border-color: transparent;
  box-shadow: 
    0 2px 6px rgba(102, 126, 234, 0.12),
    0 4px 10px rgba(240, 147, 251, 0.08);
  -webkit-transform: translateY(-0.5px) scale(1.01);
          transform: translateY(-0.5px) scale(1.01);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.relation-option-item.active .option-label[data-v-3a48ca9f] {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
}
.relation-option-item .option-icon[data-v-3a48ca9f] {
  font-size: 24px;
  margin-bottom: 4px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.relation-option-item.active .option-icon[data-v-3a48ca9f] {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.relation-option-item .option-label[data-v-3a48ca9f] {
  font-size: 11px;
  color: #666;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}


.batch-outdoor-person-modal[data-v-974dbeb4] {
  background: white;
  border-radius: 20px 20px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  max-height: 85vh;
  overflow: hidden;
}
.modal-header[data-v-974dbeb4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 20px 24px;
  background: -webkit-linear-gradient(315deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.modal-header h2[data-v-974dbeb4] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.close-btn[data-v-974dbeb4] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.close-btn[data-v-974dbeb4]:active {
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.modal-body[data-v-974dbeb4] {
  padding: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.upload-methods[data-v-974dbeb4] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.method-card[data-v-974dbeb4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 6px;
  padding: 16px 8px;
  background: -webkit-linear-gradient(315deg, #f8f9fe 0%, #fdf8fd 100%);
  background: linear-gradient(135deg, #f8f9fe 0%, #fdf8fd 100%);
  border: 2px solid rgba(102, 126, 234, 0.12);
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.method-card[data-v-974dbeb4]:active {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}
.method-card.active[data-v-974dbeb4] {
  border-color: #667eea;
  background: -webkit-linear-gradient(315deg, rgba(102, 126, 234, 0.08) 0%, rgba(249, 115, 251, 0.06) 100%);
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(249, 115, 251, 0.06) 100%);
  box-shadow: 0 2px 12px rgba(102, 126, 234, 0.2);
}
.method-icon[data-v-974dbeb4] {
  font-size: 32px;
}
.method-title[data-v-974dbeb4] {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.method-desc[data-v-974dbeb4] {
  font-size: 12px;
  color: #999;
  text-align: center;
}
.upload-area[data-v-974dbeb4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.upload-box[data-v-974dbeb4] {
  border: 2px dashed rgba(102, 126, 234, 0.3);
  border-radius: 12px;
  overflow: hidden;
}
.upload-placeholder[data-v-974dbeb4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 40px 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.upload-placeholder[data-v-974dbeb4]:active {
  background: rgba(102, 126, 234, 0.05);
}
.upload-icon[data-v-974dbeb4] {
  font-size: 48px;
  color: #667eea;
  margin-bottom: 12px;
}
.upload-text[data-v-974dbeb4] {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}
.upload-hint[data-v-974dbeb4] {
  font-size: 13px;
  color: #999;
}
.template-download[data-v-974dbeb4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 6px;
  font-size: 14px;
  color: #667eea;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.template-download[data-v-974dbeb4]:active {
  background: rgba(102, 126, 234, 0.08);
}
.text-area[data-v-974dbeb4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.text-input[data-v-974dbeb4] {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(102, 126, 234, 0.2);
}
.ai-tip[data-v-974dbeb4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 6px;
  padding: 10px 12px;
  background: -webkit-linear-gradient(315deg, rgba(102, 126, 234, 0.05) 0%, rgba(249, 115, 251, 0.03) 100%);
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(249, 115, 251, 0.03) 100%);
  border-radius: 8px;
  font-size: 13px;
  color: #667eea;
}
.photo-area[data-v-974dbeb4] {
  width: 100%;
}
.photo-box[data-v-974dbeb4] {
  border: 2px dashed rgba(102, 126, 234, 0.3);
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.photo-placeholder[data-v-974dbeb4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 60px 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.photo-placeholder[data-v-974dbeb4]:active {
  background: rgba(102, 126, 234, 0.05);
}
.photo-icon[data-v-974dbeb4] {
  font-size: 56px;
  color: #667eea;
  margin-bottom: 12px;
}
.photo-text[data-v-974dbeb4] {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}
.photo-hint[data-v-974dbeb4] {
  font-size: 13px;
  color: #999;
}
.photo-preview[data-v-974dbeb4] {
  position: relative;
  width: 100%;
  min-height: 200px;
}
.photo-preview img[data-v-974dbeb4] {
  width: 100%;
  height: auto;
  display: block;
}
.delete-photo[data-v-974dbeb4] {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(239, 68, 68, 0.9);
  border: none;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.delete-photo[data-v-974dbeb4]:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  background: rgba(239, 68, 68, 1);
}
.modal-footer[data-v-974dbeb4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
  padding: 16px 24px;
  border-top: 1px solid #f0f0f0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  background: #fafafa;
}
.btn[data-v-974dbeb4] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  height: 44px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
}
.btn-cancel[data-v-974dbeb4] {
  background: white;
  color: #666;
  border: 1px solid #ddd;
}
.btn-cancel[data-v-974dbeb4]:active {
  background: #f5f5f5;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.btn-import[data-v-974dbeb4] {
  background: -webkit-linear-gradient(315deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  color: white;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}
.btn-import[data-v-974dbeb4]:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  box-shadow: 0 1px 4px rgba(102, 126, 234, 0.3);
}

/* 美化滚动条 */
.modal-body[data-v-974dbeb4]::-webkit-scrollbar {
  width: 4px;
}
.modal-body[data-v-974dbeb4]::-webkit-scrollbar-track {
  background: transparent;
}
.modal-body[data-v-974dbeb4]::-webkit-scrollbar-thumb {
  background: rgba(102, 126, 234, 0.3);
  border-radius: 2px;
}
.modal-body[data-v-974dbeb4]::-webkit-scrollbar-thumb:hover {
  background: rgba(102, 126, 234, 0.5);
}


.add-indoor-event-modal[data-v-22075129] {
  background: white;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  max-height: 85vh;
  overflow: hidden;
}
.modal-header[data-v-22075129] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 20px 24px;
  background: -webkit-linear-gradient(315deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.modal-header h2[data-v-22075129] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.close-btn[data-v-22075129] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.close-btn[data-v-22075129]:active {
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.modal-body[data-v-22075129] {
  padding: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.form-item[data-v-22075129] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 12px;
}
.form-item .label[data-v-22075129] {
  font-weight: 600;
  color: #333;
  font-size: 15px;
  min-width: 5em;
  text-align: right;
  padding-top: 8px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.form-item .label.required[data-v-22075129] {
  position: relative;
}
.required-star[data-v-22075129] {
  color: #ef4444;
  margin-left: 2px;
}
.form-value[data-v-22075129] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  min-width: 0;
}
.form-input[data-v-22075129] {
  width: 100%;
}

/* 事件类型选择器弹窗样式 */
.event-type-picker-modal[data-v-22075129] {
  background: white;
  border-radius: 20px 20px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.event-type-picker-modal .picker-header[data-v-22075129] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 20px 24px;
  background: -webkit-linear-gradient(315deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.event-type-picker-modal .picker-header h3[data-v-22075129] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.event-type-picker-modal .picker-header .close-btn[data-v-22075129] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.event-type-picker-modal .picker-header .close-btn[data-v-22075129]:active {
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.picker-body[data-v-22075129] {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  overflow-y: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #667eea #f0f2f5;
}

/* Webkit浏览器滚动条样式 */
.picker-body[data-v-22075129]::-webkit-scrollbar {
  width: 6px;
}
.picker-body[data-v-22075129]::-webkit-scrollbar-track {
  background: #f0f2f5;
  border-radius: 10px;
}
.picker-body[data-v-22075129]::-webkit-scrollbar-thumb {
  background: #667eea;
  border-radius: 10px;
}
.picker-body[data-v-22075129]::-webkit-scrollbar-thumb:hover {
  background: #764ba2;
}
.event-type-item[data-v-22075129] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 4px;
  padding: 8px 4px;
  text-align: center;
  border-radius: 8px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  color: #495057;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 0;
  overflow: hidden;
}
.event-type-item[data-v-22075129]:active {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.event-type-item.selected[data-v-22075129] {
  background: -webkit-linear-gradient(315deg, #667eea 0%, #764ba2 100%);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-color: #667eea;
  color: white;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}
.item-icon[data-v-22075129] {
  font-size: 24px;
  line-height: 1;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.item-icon-img[data-v-22075129] {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.item-label[data-v-22075129] {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  word-break: break-all;
  width: 100%;
}
.status-selection[data-v-22075129] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
}
.status-btn[data-v-22075129] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: white;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.status-btn[data-v-22075129]:active {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}
.status-btn.selected[data-v-22075129] {
  border-color: #667eea;
  background: -webkit-linear-gradient(315deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  color: white;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}
.modal-footer[data-v-22075129] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
  padding: 16px 24px;
  border-top: 1px solid #f0f0f0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  background: #fafafa;
}
.btn[data-v-22075129] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  height: 44px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
}
.btn-cancel[data-v-22075129] {
  background: white;
  color: #666;
  border: 1px solid #ddd;
}
.btn-cancel[data-v-22075129]:active {
  background: #f5f5f5;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.btn-save[data-v-22075129] {
  background: -webkit-linear-gradient(315deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  color: white;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}
.btn-save[data-v-22075129]:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  box-shadow: 0 1px 4px rgba(102, 126, 234, 0.3);
}

/* 美化滚动条 */
.modal-body[data-v-22075129]::-webkit-scrollbar {
  width: 4px;
}
.modal-body[data-v-22075129]::-webkit-scrollbar-track {
  background: transparent;
}
.modal-body[data-v-22075129]::-webkit-scrollbar-thumb {
  background: rgba(102, 126, 234, 0.3);
  border-radius: 2px;
}
.modal-body[data-v-22075129]::-webkit-scrollbar-thumb:hover {
  background: rgba(102, 126, 234, 0.5);
}


.batch-indoor-event-modal[data-v-cea54fa2] {
  background: white;
  border-radius: 20px 20px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  max-height: 85vh;
  overflow: hidden;
}
.modal-header[data-v-cea54fa2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 20px 24px;
  background: -webkit-linear-gradient(315deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.modal-header h2[data-v-cea54fa2] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.close-btn[data-v-cea54fa2] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.close-btn[data-v-cea54fa2]:active {
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.modal-body[data-v-cea54fa2] {
  padding: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.import-methods[data-v-cea54fa2] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.method-card[data-v-cea54fa2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 8px;
  padding: 20px 12px;
  background: -webkit-linear-gradient(315deg, #f8f9fe 0%, #fdf8fd 100%);
  background: linear-gradient(135deg, #f8f9fe 0%, #fdf8fd 100%);
  border: 2px solid rgba(102, 126, 234, 0.12);
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.method-card[data-v-cea54fa2]:active {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}
.method-card.active[data-v-cea54fa2] {
  border-color: #667eea;
  background: -webkit-linear-gradient(315deg, rgba(102, 126, 234, 0.08) 0%, rgba(249, 115, 251, 0.06) 100%);
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(249, 115, 251, 0.06) 100%);
  box-shadow: 0 2px 12px rgba(102, 126, 234, 0.2);
}
.method-icon[data-v-cea54fa2] {
  font-size: 36px;
}
.method-title[data-v-cea54fa2] {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.method-desc[data-v-cea54fa2] {
  font-size: 12px;
  color: #999;
  text-align: center;
}
.section-title[data-v-cea54fa2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.event-list[data-v-cea54fa2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.event-item[data-v-cea54fa2] {
  background: -webkit-linear-gradient(315deg, #f8f9fe 0%, #fdf8fd 100%);
  background: linear-gradient(135deg, #f8f9fe 0%, #fdf8fd 100%);
  border: 1px solid rgba(102, 126, 234, 0.12);
  border-radius: 12px;
  padding: 16px;
}
.event-header[data-v-cea54fa2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 12px;
}
.event-number[data-v-cea54fa2] {
  font-size: 13px;
  font-weight: 600;
  color: #667eea;
}
.delete-event[data-v-cea54fa2] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(239, 68, 68, 0.1);
  border: none;
  color: #ef4444;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.delete-event[data-v-cea54fa2]:active {
  background: rgba(239, 68, 68, 0.2);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.event-form[data-v-cea54fa2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.form-row[data-v-cea54fa2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
}
.form-row.double[data-v-cea54fa2] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.form-input[data-v-cea54fa2],
.form-select[data-v-cea54fa2] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid rgba(102, 126, 234, 0.2);
  border-radius: 8px;
  font-size: 14px;
  background: white;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.form-input[data-v-cea54fa2]:focus,
.form-select[data-v-cea54fa2]:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
.add-more-btn[data-v-cea54fa2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 6px;
  height: 44px;
  border: 2px dashed rgba(102, 126, 234, 0.3);
  border-radius: 10px;
  background: transparent;
  color: #667eea;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.add-more-btn[data-v-cea54fa2]:active {
  background: rgba(102, 126, 234, 0.05);
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.year-selector[data-v-cea54fa2] {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.year-item[data-v-cea54fa2] {
  padding: 10px 8px;
  text-align: center;
  background: -webkit-linear-gradient(315deg, #f8f9fe 0%, #fdf8fd 100%);
  background: linear-gradient(135deg, #f8f9fe 0%, #fdf8fd 100%);
  border: 1px solid rgba(102, 126, 234, 0.12);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.year-item[data-v-cea54fa2]:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.year-item.selected[data-v-cea54fa2] {
  border-color: #667eea;
  background: -webkit-linear-gradient(315deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  color: white;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}
.history-list[data-v-cea54fa2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.history-item[data-v-cea54fa2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 14px;
  background: white;
  border: 1px solid rgba(102, 126, 234, 0.12);
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.history-item[data-v-cea54fa2]:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.history-item.selected[data-v-cea54fa2] {
  border-color: #667eea;
  background: rgba(102, 126, 234, 0.05);
}
.event-info[data-v-cea54fa2] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.event-name[data-v-cea54fa2] {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}
.event-meta[data-v-cea54fa2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
  font-size: 12px;
  color: #999;
}
.select-checkbox[data-v-cea54fa2] {
  font-size: 20px;
  color: #667eea;
}
.empty-tip[data-v-cea54fa2] {
  text-align: center;
  padding: 40px 20px;
  font-size: 14px;
  color: #999;
}
.modal-footer[data-v-cea54fa2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
  padding: 16px 24px;
  border-top: 1px solid #f0f0f0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  background: #fafafa;
}
.btn[data-v-cea54fa2] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  height: 44px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
}
.btn-cancel[data-v-cea54fa2] {
  background: white;
  color: #666;
  border: 1px solid #ddd;
}
.btn-cancel[data-v-cea54fa2]:active {
  background: #f5f5f5;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.btn-import[data-v-cea54fa2] {
  background: -webkit-linear-gradient(315deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  color: white;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}
.btn-import[data-v-cea54fa2]:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  box-shadow: 0 1px 4px rgba(102, 126, 234, 0.3);
}

/* 美化滚动条 */
.modal-body[data-v-cea54fa2]::-webkit-scrollbar {
  width: 4px;
}
.modal-body[data-v-cea54fa2]::-webkit-scrollbar-track {
  background: transparent;
}
.modal-body[data-v-cea54fa2]::-webkit-scrollbar-thumb {
  background: rgba(102, 126, 234, 0.3);
  border-radius: 2px;
}
.modal-body[data-v-cea54fa2]::-webkit-scrollbar-thumb:hover {
  background: rgba(102, 126, 234, 0.5);
}


.gift-trend-chart[data-v-7fd93781] {
  width: 100%;
}
.chart-header[data-v-7fd93781] {
  margin-bottom: 16px;
}
.chart-tabs[data-v-7fd93781] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
  background: #f5f5f4;
  border-radius: 10px;
  padding: 4px;
}
.chart-tab[data-v-7fd93781] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  padding: 8px 12px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  border-radius: 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.chart-tab.active[data-v-7fd93781] {
  background: #ffffff;
  color: #dd6b20;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.chart-wrapper[data-v-7fd93781] {
  width: 100%;
  height: 200px;
  margin-bottom: 16px;
}
.chart-footer[data-v-7fd93781] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  padding: 14px 0 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.metric-item[data-v-7fd93781] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 6px;
}
.metric-label[data-v-7fd93781] {
  font-size: 11px;
  color: #6b7280;
  font-weight: 600;
}
.metric-value[data-v-7fd93781] {
  font-size: 18px;
  font-weight: 700;
  color: #34495e;
}
.metric-value.primary[data-v-7fd93781] {
  color: #5a67d8;
}
.metric-value.up[data-v-7fd93781] {
  color: #38a169;
}
.metric-value.down[data-v-7fd93781] {
  color: #e53e3e;
}
.metric-divider[data-v-7fd93781] {
  width: 1px;
  height: 24px;
  background: rgba(0, 0, 0, 0.08);
}


.ai-recharge-popup[data-v-966bc1e0] {
  height: 90vh;
}

/* 弹窗内容圆角样式 */
.ai-recharge-popup[data-v-966bc1e0] .t-popup__content {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

/* 右上角关闭按钮（在弹窗外） */
.close-btn[data-v-966bc1e0] {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 15001;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.close-btn[data-v-966bc1e0]:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.ai-recharge-modal[data-v-966bc1e0] {
  height: 90vh;
  background: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

/* 导航栏 */
.navbar[data-v-966bc1e0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 56px;
  padding: 0 16px;
  background: -webkit-linear-gradient(315deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  color: white;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.nav-left[data-v-966bc1e0],
.nav-right[data-v-966bc1e0] {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 4px;
  cursor: pointer;
  font-size: 16px;
}
.nav-title[data-v-966bc1e0] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

/* 内容区域 */
.content[data-v-966bc1e0] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  padding: 20px 16px;
  overflow-y: auto;
}

/* 状态卡片 */
.status-card[data-v-966bc1e0] {
  background: white;
  border-radius: 16px;
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 16px;
  box-shadow: 0 2px 12px rgba(102, 126, 234, 0.15);
  position: relative;
  overflow: hidden;
}
.status-card[data-v-966bc1e0]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: -webkit-linear-gradient(left, #667eea 0%, #764ba2 50%, #f093fb 100%);
  background: linear-gradient(90deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
}
.status-icon[data-v-966bc1e0] {
  margin-bottom: 16px;
}
.status-title[data-v-966bc1e0] {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
.status-desc[data-v-966bc1e0] {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* 信息卡片 */
.info-card[data-v-966bc1e0] {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 20px;
}
.info-title[data-v-966bc1e0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}
.info-content p[data-v-966bc1e0] {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin: 4px 0;
}

/* 操作按钮区域 */
.action-section[data-v-966bc1e0] {
  margin-bottom: 24px;
}
.primary-btn[data-v-966bc1e0],
.secondary-btn[data-v-966bc1e0] {
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.primary-btn[data-v-966bc1e0] {
  background: -webkit-linear-gradient(315deg, #667eea 0%, #764ba2 100%);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  margin-bottom: 12px;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}
.primary-btn[data-v-966bc1e0]:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}
.secondary-btn[data-v-966bc1e0] {
  background: white;
  color: #667eea;
  border: 2px solid #667eea;
}
.secondary-btn[data-v-966bc1e0]:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  background: #f5f7ff;
}

/* 常见问题 */
.faq-section[data-v-966bc1e0] {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 20px;
}
.faq-title[data-v-966bc1e0] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
}
.faq-item[data-v-966bc1e0] {
  margin-bottom: 16px;
}
.faq-item[data-v-966bc1e0]:last-child {
  margin-bottom: 0;
}
.faq-question[data-v-966bc1e0] {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}
.faq-answer[data-v-966bc1e0] {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  padding-left: 16px;
}


.outdoor-person-detail[data-v-8abcd070] {
  min-height: 100vh;
  background: #f5f5f5;
  padding-bottom: 80px;
}

/* 顶部导航栏 */
.detail-header[data-v-8abcd070] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 12px 16px;
  background: -webkit-linear-gradient(315deg, #6366f1 0%, #8b5cf6 100%);
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  color: white;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
.back-btn[data-v-8abcd070] {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.back-btn[data-v-8abcd070]:active {
  background: rgba(255, 255, 255, 0.2);
}
.header-title[data-v-8abcd070] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}
.add-btn[data-v-8abcd070] {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.add-btn[data-v-8abcd070]:active {
  background: rgba(255, 255, 255, 0.3);
}
.add-btn .t-icon[data-v-8abcd070] {
  color: white;
}

/* 人员信息卡片 */
.person-info-card[data-v-8abcd070] {
  background: -webkit-linear-gradient(315deg, #6366f1 0%, #8b5cf6 100%);
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  padding: 20px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 16px;
  color: white;
}

/* 加载状态 */
.loading-state[data-v-8abcd070] {
  background: -webkit-linear-gradient(315deg, #6366f1 0%, #8b5cf6 100%);
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  padding: 40px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: white;
}
.avatar[data-v-8abcd070] {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 24px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.avatar-男[data-v-8abcd070] {
  border: 2px solid rgba(125, 184, 255, 0.5);
}
.avatar-女[data-v-8abcd070] {
  border: 2px solid rgba(255, 170, 200, 0.5);
}
.avatar-male[data-v-8abcd070] {
  border: 2px solid rgba(125, 184, 255, 0.5);
}
.avatar-female[data-v-8abcd070] {
  border: 2px solid rgba(255, 170, 200, 0.5);
}
.avatar-unknown[data-v-8abcd070] {
  border: 2px solid rgba(139, 92, 246, 0.5);
}
.info[data-v-8abcd070] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.name[data-v-8abcd070] {
  margin: 0 0 8px 0;
  font-size: 24px;
  font-weight: 700;
}
.relation[data-v-8abcd070] {
  font-size: 14px;
  opacity: 0.9;
}
.edit-btn[data-v-8abcd070] {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.edit-btn[data-v-8abcd070]:active {
  background: rgba(255, 255, 255, 0.3);
}
.edit-btn .t-icon[data-v-8abcd070] {
  color: white;
}

/* 统计概览 */
.stats-overview[data-v-8abcd070] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 16px;
  background: white;
  margin-bottom: 12px;
}
.stat-item[data-v-8abcd070] {
  text-align: center;
  padding: 16px 12px;
  background: #f8f9fa;
  border-radius: 10px;
}
.stat-label[data-v-8abcd070] {
  font-size: 12px;
  color: #999;
  margin-bottom: 8px;
}
.stat-value[data-v-8abcd070] {
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
.stat-value.positive[data-v-8abcd070] {
  color: #10b981;
}
.stat-value.negative[data-v-8abcd070] {
  color: #ff3b30;
}
.stat-value.give[data-v-8abcd070] {
  color: #f59e0b;
}

/* 记录区域 */
.records-section[data-v-8abcd070] {
  background: white;
  border-radius: 12px 12px 0 0;
  padding: 16px;
  min-height: 400px;
}
.section-header[data-v-8abcd070] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 16px;
}
.section-header h3[data-v-8abcd070] {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

/* 筛选标签 */
.filter-tabs[data-v-8abcd070] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
  background: #f8f9fa;
  padding: 4px;
  border-radius: 8px;
}
.filter-tab[data-v-8abcd070] {
  padding: 6px 16px;
  font-size: 13px;
  color: #666;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.filter-tab[data-v-8abcd070]:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.filter-tab.active[data-v-8abcd070] {
  background: -webkit-linear-gradient(315deg, #6366f1 0%, #8b5cf6 100%);
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  color: white;
  font-weight: 600;
}

/* 记录列表 */
.records-list[data-v-8abcd070] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.record-item[data-v-8abcd070] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 12px;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.record-item[data-v-8abcd070]:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  background: #f0f1f2;
}
.record-icon[data-v-8abcd070] {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 20px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.record-icon.receive[data-v-8abcd070] {
  background: rgba(16, 185, 129, 0.1);
}
.record-icon.give[data-v-8abcd070] {
  background: rgba(245, 158, 11, 0.1);
}
.record-content[data-v-8abcd070] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  min-width: 0;
}
.record-header[data-v-8abcd070] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 8px;
}
.record-event[data-v-8abcd070] {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.record-amount[data-v-8abcd070] {
  font-size: 16px;
  font-weight: 700;
}
.record-amount.receive[data-v-8abcd070] {
  color: #10b981;
}
.record-amount.give[data-v-8abcd070] {
  color: #f59e0b;
}

/* 礼物信息 */
.record-gift[data-v-8abcd070] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: rgba(139, 92, 246, 0.08);
  border-radius: 6px;
  margin-bottom: 8px;
}
.gift-icon[data-v-8abcd070] {
  font-size: 14px;
}
.gift-text[data-v-8abcd070] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  font-size: 13px;
  color: #666;
}
.gift-amount[data-v-8abcd070] {
  font-size: 13px;
  font-weight: 600;
  color: #8b5cf6;
}
.record-footer[data-v-8abcd070] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.record-date[data-v-8abcd070] {
  font-size: 12px;
  color: #999;
}
.record-remark[data-v-8abcd070] {
  font-size: 12px;
  color: #666;
}

/* 空状态 */
.empty-state[data-v-8abcd070] {
  text-align: center;
  padding: 60px 20px;
}
.empty-icon[data-v-8abcd070] {
  font-size: 48px;
  margin-bottom: 16px;
  opacity: 0.3;
}
.empty-text[data-v-8abcd070] {
  font-size: 14px;
  color: #999;
}

/* 底部操作按钮 */
.action-buttons[data-v-8abcd070] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 16px;
  background: white;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
}
.action-btn[data-v-8abcd070] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  padding: 14px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 8px;
}
.action-btn[data-v-8abcd070]:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.action-btn.primary[data-v-8abcd070] {
  background: -webkit-linear-gradient(315deg, #6366f1 0%, #8b5cf6 100%);
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}
.action-btn.danger[data-v-8abcd070] {
  background: white;
  color: #ef4444;
  border: 1px solid #ef4444;
}
.action-btn.danger[data-v-8abcd070]:active {
  background: #fef2f2;
}

/* 编辑账目弹窗 */
.edit-record-content[data-v-8abcd070] {
  padding: 20px 0;
}
.form-item[data-v-8abcd070] {
  margin-bottom: 16px;
}
.form-label[data-v-8abcd070] {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}

/* 响应式 */
@media (max-width: 480px) {
.stats-overview[data-v-8abcd070] {
    gap: 8px;
}
.stat-item[data-v-8abcd070] {
    padding: 12px 8px;
}
.stat-value[data-v-8abcd070] {
    font-size: 18px;
}
}


.indoor-person-detail[data-v-7e5c8e04] {
  min-height: 100vh;
  background: #f5f5f5;
  padding-bottom: 80px;
}

/* 顶部导航栏 */
.detail-header[data-v-7e5c8e04] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 12px 16px;
  background: -webkit-linear-gradient(315deg, #10b981 0%, #059669 100%);
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
.back-btn[data-v-7e5c8e04] {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.back-btn[data-v-7e5c8e04]:active {
  background: rgba(255, 255, 255, 0.2);
}
.header-title[data-v-7e5c8e04] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}
.export-btn[data-v-7e5c8e04] {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.export-btn[data-v-7e5c8e04]:active {
  background: rgba(255, 255, 255, 0.3);
}
.export-btn .t-icon[data-v-7e5c8e04] {
  color: white;
}

/* 人员信息卡片 */
.person-info-card[data-v-7e5c8e04] {
  background: -webkit-linear-gradient(315deg, #10b981 0%, #059669 100%);
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  padding: 20px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 16px;
  color: white;
}
.avatar[data-v-7e5c8e04] {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 24px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.avatar-男[data-v-7e5c8e04] {
  border: 2px solid rgba(125, 184, 255, 0.5);
}
.avatar-女[data-v-7e5c8e04] {
  border: 2px solid rgba(255, 170, 200, 0.5);
}
.info[data-v-7e5c8e04] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.name[data-v-7e5c8e04] {
  margin: 0 0 8px 0;
  font-size: 24px;
  font-weight: 700;
}
.role-tag[data-v-7e5c8e04] {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
}

/* 统计概览 */
.stats-overview[data-v-7e5c8e04] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 16px;
  background: white;
  margin-bottom: 12px;
}
.stat-item[data-v-7e5c8e04] {
  text-align: center;
  padding: 16px 12px;
  background: #f8f9fa;
  border-radius: 10px;
}
.stat-label[data-v-7e5c8e04] {
  font-size: 12px;
  color: #999;
  margin-bottom: 8px;
}
.stat-value[data-v-7e5c8e04] {
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
.stat-value.positive[data-v-7e5c8e04] {
  color: #10b981;
}
.stat-value.give[data-v-7e5c8e04] {
  color: #f59e0b;
}

/* 记录区域 */
.records-section[data-v-7e5c8e04] {
  background: white;
  border-radius: 12px 12px 0 0;
  padding: 16px;
  min-height: 400px;
}
.section-header[data-v-7e5c8e04] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 16px;
}
.section-header h3[data-v-7e5c8e04] {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

/* 筛选标签 */
.filter-tabs[data-v-7e5c8e04] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
  background: #f8f9fa;
  padding: 4px;
  border-radius: 8px;
}
.filter-tab[data-v-7e5c8e04] {
  padding: 6px 16px;
  font-size: 13px;
  color: #666;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.filter-tab[data-v-7e5c8e04]:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.filter-tab.active[data-v-7e5c8e04] {
  background: -webkit-linear-gradient(315deg, #10b981 0%, #059669 100%);
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
  font-weight: 600;
}

/* 记录列表 */
.records-list[data-v-7e5c8e04] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.record-item[data-v-7e5c8e04] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 12px;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.record-item[data-v-7e5c8e04]:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  background: #f0f1f2;
}
.record-icon[data-v-7e5c8e04] {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 20px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.record-icon.receive[data-v-7e5c8e04] {
  background: rgba(16, 185, 129, 0.1);
}
.record-icon.give[data-v-7e5c8e04] {
  background: rgba(245, 158, 11, 0.1);
}
.record-content[data-v-7e5c8e04] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  min-width: 0;
}
.record-header[data-v-7e5c8e04] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 8px;
}
.record-left[data-v-7e5c8e04] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.record-person[data-v-7e5c8e04] {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.record-event[data-v-7e5c8e04] {
  font-size: 13px;
  color: #666;
}
.record-amount[data-v-7e5c8e04] {
  font-size: 16px;
  font-weight: 700;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.record-amount.receive[data-v-7e5c8e04] {
  color: #10b981;
}
.record-amount.give[data-v-7e5c8e04] {
  color: #f59e0b;
}

/* 礼物信息 */
.record-gift[data-v-7e5c8e04] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: rgba(16, 185, 129, 0.08);
  border-radius: 6px;
  margin-bottom: 8px;
}
.gift-icon[data-v-7e5c8e04] {
  font-size: 14px;
}
.gift-text[data-v-7e5c8e04] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  font-size: 13px;
  color: #666;
}
.gift-amount[data-v-7e5c8e04] {
  font-size: 13px;
  font-weight: 600;
  color: #10b981;
}
.record-footer[data-v-7e5c8e04] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.record-date[data-v-7e5c8e04] {
  font-size: 12px;
  color: #999;
}
.record-remark[data-v-7e5c8e04] {
  font-size: 12px;
  color: #666;
}

/* 空状态 */
.empty-state[data-v-7e5c8e04] {
  text-align: center;
  padding: 60px 20px;
}
.empty-icon[data-v-7e5c8e04] {
  font-size: 48px;
  margin-bottom: 16px;
  opacity: 0.3;
}
.empty-text[data-v-7e5c8e04] {
  font-size: 14px;
  color: #999;
}

/* 底部操作按钮 */
.action-buttons[data-v-7e5c8e04] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 16px;
  background: white;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
  z-index: 10;
}
.action-btn[data-v-7e5c8e04] {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 8px;
}
.action-btn[data-v-7e5c8e04]:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.action-btn.primary[data-v-7e5c8e04] {
  background: -webkit-linear-gradient(315deg, #10b981 0%, #059669 100%);
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

/* 响应式 */
@media (max-width: 480px) {
.stats-overview[data-v-7e5c8e04] {
    gap: 8px;
}
.stat-item[data-v-7e5c8e04] {
    padding: 12px 8px;
}
.stat-value[data-v-7e5c8e04] {
    font-size: 18px;
}
}


.matter-detail[data-v-443f12d6] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f5f5f5;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}

/* 顶部导航栏 */
.detail-header[data-v-443f12d6] {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 12px 16px;
  background: white;
  border-bottom: 1px solid #eee;
}
.back-btn[data-v-443f12d6],
.export-btn[data-v-443f12d6] {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 8px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.back-btn[data-v-443f12d6]:active,
.export-btn[data-v-443f12d6]:active {
  background: rgba(0, 0, 0, 0.05);
}
.header-title[data-v-443f12d6] {
  font-size: 17px;
  font-weight: 600;
  color: #333;
}

/* 事项信息卡片 */
.matter-info-card[data-v-443f12d6] {
  margin: 12px 12px 8px;
  padding: 16px;
  background: white;
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 12px;
  position: relative;
}
.matter-icon[data-v-443f12d6] {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.matter-icon.status-ongoing[data-v-443f12d6] {
  background: -webkit-linear-gradient(315deg, #667eea 0%, #764ba2 100%);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}
.matter-icon.status-upcoming[data-v-443f12d6] {
  background: -webkit-linear-gradient(315deg, #f59e0b 0%, #f97316 100%);
  background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
  color: white;
}
.matter-icon.status-completed[data-v-443f12d6] {
  background: -webkit-linear-gradient(315deg, #10b981 0%, #059669 100%);
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
}
.info[data-v-443f12d6] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  min-width: 0;
}
.matter-type[data-v-443f12d6] {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0 0 4px;
}
.matter-desc[data-v-443f12d6] {
  font-size: 14px;
  color: #666;
  margin-bottom: 4px;
}
.matter-date[data-v-443f12d6] {
  font-size: 12px;
  color: #999;
}
.status-badge[data-v-443f12d6] {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
}
.status-badge.badge-ongoing[data-v-443f12d6] {
  background: rgba(102, 126, 234, 0.1);
  color: #667eea;
}
.status-badge.badge-upcoming[data-v-443f12d6] {
  background: rgba(245, 158, 11, 0.1);
  color: #f59e0b;
}
.status-badge.badge-completed[data-v-443f12d6] {
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
}

/* 统计概览 */
.stats-overview[data-v-443f12d6] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 0 12px 8px;
}
.stat-item[data-v-443f12d6] {
  background: white;
  border-radius: 10px;
  padding: 12px 8px;
  text-align: center;
}
.stat-label[data-v-443f12d6] {
  font-size: 11px;
  color: #999;
  margin-bottom: 4px;
}
.stat-value[data-v-443f12d6] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.stat-value.positive[data-v-443f12d6] {
  color: #10b981;
}
.stat-value.expense[data-v-443f12d6] {
  color: #f59e0b;
}
.stat-value.negative[data-v-443f12d6] {
  color: #ef4444;
}
.stat-value.zero[data-v-443f12d6] {
  color: #999;
}

/* 记录区域 */
.records-section[data-v-443f12d6] {
  margin: 8px 12px;
  background: white;
  border-radius: 12px;
  padding: 12px;
}

/* Tab切换栏 */
.record-tabs[data-v-443f12d6] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  padding: 4px;
  background: rgba(248, 250, 252, 0.6);
  border-radius: 8px;
}
.tab-item[data-v-443f12d6] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #94a3b8;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tab-item.active[data-v-443f12d6] {
  background: -webkit-linear-gradient(315deg, rgba(248, 250, 252, 0.95) 0%, rgba(241, 245, 249, 0.95) 100%);
  background: linear-gradient(135deg, rgba(248, 250, 252, 0.95) 0%, rgba(241, 245, 249, 0.95) 100%);
  color: #64748b;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(71, 85, 105, 0.08);
}
.tab-count[data-v-443f12d6] {
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 10px;
  background: rgba(226, 232, 240, 0.5);
  color: #64748b;
}
.tab-item:not(.active) .tab-count[data-v-443f12d6] {
  background: rgba(203, 213, 225, 0.3);
  color: #94a3b8;
}

/* 记录列表 */
.records-list[data-v-443f12d6] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

/* 记录卡片 - 仿照户外人物卡 */
.record-card-horizontal[data-v-443f12d6] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 10px;
  padding: 10px;
  background: -webkit-linear-gradient(315deg, #f8f9fe 0%, #fdf8fd 100%);
  background: linear-gradient(135deg, #f8f9fe 0%, #fdf8fd 100%);
  border: 1px solid rgba(102, 126, 234, 0.08);
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  min-height: 68px;
}
.record-card-horizontal[data-v-443f12d6]:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  background: -webkit-linear-gradient(315deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  border-color: rgba(102, 126, 234, 0.3);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2);
}
.record-card-horizontal:active .record-name[data-v-443f12d6],
.record-card-horizontal:active .record-relation[data-v-443f12d6],
.record-card-horizontal:active .record-amount[data-v-443f12d6] {
  color: white;
}
.record-card-horizontal:active .record-avatar[data-v-443f12d6] {
  background: rgba(255, 255, 255, 0.25);
  color: white;
  border-color: rgba(255, 255, 255, 0.3);
}
.record-card-horizontal:active .gender-badge-corner[data-v-443f12d6] {
  background: rgba(255, 255, 255, 0.95);
}
.record-card-horizontal:active .gender-badge-corner.male[data-v-443f12d6] {
  color: #3b82f6;
}
.record-card-horizontal:active .gender-badge-corner.female[data-v-443f12d6] {
  color: #ec4899;
}
.record-card-horizontal:active .gender-badge-corner.unknown[data-v-443f12d6] {
  color: #94a3b8;
}

/* 头像/图标 */
.record-avatar[data-v-443f12d6] {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 600;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  background: -webkit-linear-gradient(315deg, #667eea 0%, #764ba2 100%);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: 2px solid rgba(102, 126, 234, 0.2);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

/* 性别颜色 */
.record-avatar.male[data-v-443f12d6] {
  background: -webkit-linear-gradient(315deg, rgba(59, 130, 246, 0.15) 0%, rgba(99, 102, 241, 0.15) 100%);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(99, 102, 241, 0.15) 100%);
  color: #3b82f6;
  border-color: rgba(59, 130, 246, 0.3);
}
.record-avatar.female[data-v-443f12d6] {
  background: -webkit-linear-gradient(315deg, rgba(236, 72, 153, 0.15) 0%, rgba(219, 39, 119, 0.15) 100%);
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.15) 0%, rgba(219, 39, 119, 0.15) 100%);
  color: #ec4899;
  border-color: rgba(236, 72, 153, 0.3);
}
.record-avatar.unknown[data-v-443f12d6] {
  background: -webkit-linear-gradient(315deg, rgba(139, 92, 246, 0.15) 0%, rgba(124, 58, 237, 0.15) 100%);
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(124, 58, 237, 0.15) 100%);
  color: #8b5cf6;
  border-color: rgba(139, 92, 246, 0.3);
}
.record-avatar.expense-icon[data-v-443f12d6] {
  background: -webkit-linear-gradient(315deg, #f59e0b 0%, #f97316 100%);
  background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
  border-color: rgba(245, 158, 11, 0.2);
}

/* 性别角标 */
.gender-badge-corner[data-v-443f12d6] {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 14px;
  height: 14px;
  border-radius: 0 0 7px 0;
  border-top-left-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 1;
}
.gender-badge-corner.male[data-v-443f12d6] {
  background: #3b82f6;
  color: white;
}
.gender-badge-corner.female[data-v-443f12d6] {
  background: #ec4899;
  color: white;
}
.gender-badge-corner.unknown[data-v-443f12d6] {
  background: #94a3b8;
  color: white;
  font-size: 10px;
}

/* 信息区 */
.record-info[data-v-443f12d6] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

/* 第一行：关系 + 姓名 + 总金额 */
.record-header[data-v-443f12d6] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 8px;
}
.record-relation[data-v-443f12d6] {
  font-size: 12px;
  color: #999;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.record-name[data-v-443f12d6] {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 区隔线 */
.record-divider[data-v-443f12d6] {
  height: 1px;
  background: -webkit-linear-gradient(left, transparent 0%, rgba(102, 126, 234, 0.15) 50%, transparent 100%);
  background: linear-gradient(90deg, transparent 0%, rgba(102, 126, 234, 0.15) 50%, transparent 100%);
  margin: 2px 0;
}

/* 礼品信息区 - 靠右 */
.record-gift-info[data-v-443f12d6] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  gap: 10px;
}
.gift-col[data-v-443f12d6] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 3px;
}
.gift-label[data-v-443f12d6] {
  font-size: 10px;
  color: #94a3b8;
  font-weight: 500;
  line-height: 1;
}
.gift-value[data-v-443f12d6] {
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 1.2;
}
.gift-value.gift-name[data-v-443f12d6] {
  color: #667eea;
}
.gift-value.value[data-v-443f12d6] {
  color: #10b981;
}
.gift-value.cash[data-v-443f12d6] {
  color: #f59e0b;
}

/* 金额 */
.record-amount[data-v-443f12d6] {
  font-size: 16px;
  font-weight: 700;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  line-height: 1;
}
.record-amount.positive[data-v-443f12d6] {
  color: #10b981;
}
.record-amount.expense[data-v-443f12d6] {
  color: #f59e0b;
}

/* 加载更多指示器 */
.loading-more[data-v-443f12d6] {
  text-align: center;
  padding: 16px;
  color: #999;
  font-size: 14px;
}

/* 没有更多数据提示 */
.no-more-data[data-v-443f12d6] {
  text-align: center;
  padding: 16px;
  color: #ccc;
  font-size: 13px;
}

.manage-person-status-content[data-v-1b0ab5da]{padding:20px}.manage-person-status-content .status-info[data-v-1b0ab5da]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-bottom:20px;padding:15px;background-color:#f5f5f5;border-radius:8px}.manage-person-status-content .status-info .person-info[data-v-1b0ab5da]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.manage-person-status-content .status-info .person-info .avatar[data-v-1b0ab5da]{width:50px;height:50px;border-radius:50%;object-fit:cover;margin-right:10px;border:2px solid #f0f0f0}.manage-person-status-content .status-info .person-info .person-details .person-name[data-v-1b0ab5da]{font-size:16px;font-weight:bold;color:#333;margin-bottom:4px}.manage-person-status-content .status-info .person-info .person-details .relation-type[data-v-1b0ab5da]{font-size:14px;color:#666}.manage-person-status-content .status-info .current-status[data-v-1b0ab5da]{text-align:right}.manage-person-status-content .status-info .current-status .status-label[data-v-1b0ab5da]{font-size:14px;color:#666;margin-bottom:4px}.manage-person-status-content .status-info .current-status .status-value[data-v-1b0ab5da]{font-size:16px;font-weight:bold;padding:4px 12px;border-radius:15px;color:#fff}.manage-person-status-content .status-info .current-status .status-value.owe[data-v-1b0ab5da]{background-color:#ff6b6b}.manage-person-status-content .status-info .current-status .status-value.not-urgent[data-v-1b0ab5da]{background-color:#4caf50}.manage-person-status-content .status-info .current-status .status-value.need-repay[data-v-1b0ab5da]{background-color:#2196f3}.manage-person-status-content .status-info .current-status .status-value.none[data-v-1b0ab5da]{background-color:#9e9e9e}.manage-person-status-content .status-selection[data-v-1b0ab5da]{margin-bottom:20px}.manage-person-status-content .status-selection .selection-title[data-v-1b0ab5da]{font-size:16px;font-weight:bold;color:#333;margin-bottom:15px}.manage-person-status-content .status-selection .status-options[data-v-1b0ab5da]{display:-webkit-box;display:-webkit-flex;display:flex;gap:15px}.manage-person-status-content .status-selection .status-options .status-option[data-v-1b0ab5da]{-webkit-box-flex:1;-webkit-flex:1;flex:1;padding:15px;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.manage-person-status-content .status-selection .status-options .status-option[data-v-1b0ab5da]:hover{border-color:#667eea}.manage-person-status-content .status-selection .status-options .status-option.active[data-v-1b0ab5da]{border-color:#667eea;background-color:rgba(102,126,234,.1)}.manage-person-status-content .status-selection .status-options .status-option .status-option-content[data-v-1b0ab5da]{text-align:center}.manage-person-status-content .status-selection .status-options .status-option .status-option-content .status-option-label[data-v-1b0ab5da]{font-size:16px;font-weight:bold;color:#333;margin-bottom:5px}.manage-person-status-content .status-selection .status-options .status-option .status-option-content .status-option-desc[data-v-1b0ab5da]{font-size:14px;color:#666}.manage-person-status-content .evaluate-section .section-title[data-v-1b0ab5da]{font-size:16px;font-weight:bold;color:#333;margin-bottom:15px}.manage-person-status-content .evaluate-section .evaluate-info[data-v-1b0ab5da]{padding:15px;background-color:#f9f9f9;border-radius:8px}.manage-person-status-content .evaluate-section .evaluate-info .info-row[data-v-1b0ab5da]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;gap:15px}.manage-person-status-content .evaluate-section .evaluate-info .info-row .info-item[data-v-1b0ab5da]{-webkit-box-flex:1;-webkit-flex:1;flex:1}.manage-person-status-content .evaluate-section .evaluate-info .info-row .info-item .info-label[data-v-1b0ab5da]{font-size:14px;color:#666;margin-bottom:5px}.manage-person-status-content .evaluate-section .evaluate-info .info-row .info-item .info-value[data-v-1b0ab5da]{font-size:16px;font-weight:bold;color:#333}@media(max-width: 768px){.manage-person-status-content[data-v-1b0ab5da]{padding:15px}.manage-person-status-content .status-info[data-v-1b0ab5da]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;gap:15px}.manage-person-status-content .status-info .current-status[data-v-1b0ab5da]{text-align:left;width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.manage-person-status-content .status-selection .status-options[data-v-1b0ab5da]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;gap:10px}}
