.edit-group-popup[data-v-6845fe66] {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.edit-group-title[data-v-6845fe66] {
  height: 1.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #edf0f5;
  color: #1a1a1a;
  font-size: 0.4rem;
  font-weight: 600;
}
.edit-group-list[data-v-6845fe66] {
  flex: 1;
  overflow-y: auto;
  padding: 0.16rem 0;
}
.edit-group-item[data-v-6845fe66] {
  min-height: 1.17333rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.32rem;
  border-bottom: 1px solid #edf0f5;
  padding: 0 0.42667rem;
}
.edit-group-name[data-v-6845fe66] {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1a1a1a;
  font-size: 0.37333rem;
}
.edit-group-actions[data-v-6845fe66] {
  display: flex;
  gap: 0.21333rem;
}
.edit-group-actions .action-icon[data-v-6845fe66] {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.10667rem;
  font-size: 0.37333rem;
  padding: 0.10667rem;
  outline: none;
  cursor: pointer;
  transition: background-color 0.16s ease, color 0.16s ease, transform 0.12s ease, opacity 0.16s ease;
}
.edit-group-actions .action-icon[data-v-6845fe66]:focus,
.edit-group-actions .action-icon[data-v-6845fe66]:focus-visible {
  outline: none;
  box-shadow: none;
}
.edit-group-actions .action-icon.edit[data-v-6845fe66] {
  color: var(--words-theme-color, #2475fc);
}
.edit-group-actions .action-icon.delete[data-v-6845fe66] {
  color: #f04438;
}
.edit-group-actions .action-icon[data-v-6845fe66]:hover {
  background: var(--words-theme-soft-color, #f2f7ff);
  opacity: 0.86;
}
.edit-group-actions .action-icon.edit[data-v-6845fe66]:hover {
  color: var(--words-theme-active-color, #4b8cff);
}
.edit-group-actions .action-icon.delete[data-v-6845fe66]:hover {
  background: #fff1f0;
}
.edit-group-actions .action-icon[data-v-6845fe66]:active {
  transform: scale(0.94);
}
.edit-group-footer[data-v-6845fe66] {
  padding: 0.42667rem 0.32rem 0.21333rem;
  border-top: 1px solid #edf0f5;
}
.edit-group-input[data-v-6845fe66] {
  display: flex;
  align-items: center;
  gap: 0.45333rem;
  margin-bottom: 0.53333rem;
}
.edit-group-input .input[data-v-6845fe66] {
  flex: 1;
  min-width: 0;
  height: 0.96rem;
  border-radius: 0.10667rem;
  background: #f7f7f7;
  padding: 0 0.32rem;
  box-sizing: border-box;
}
.edit-group-input .input[data-v-6845fe66] .van-field__body {
  height: 100%;
}
.edit-group-input .input[data-v-6845fe66] .van-field__control {
  color: #1a1a1a;
  font-size: 0.37333rem;
  line-height: 0.53333rem;
}
.edit-group-input .input[data-v-6845fe66] .van-field__control::placeholder {
  color: #d6d6d6;
}
.edit-group-input button[data-v-6845fe66] {
  flex: none;
  min-width: 0.96rem;
  height: 0.96rem;
  border: 0;
  border-radius: 0.10667rem;
  background: transparent;
  color: var(--words-theme-color, #2475fc);
  font-size: 0.4rem;
  font-weight: 400;
  line-height: 0.56rem;
  padding: 0 0.10667rem;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: pointer;
  transition: background 0.16s ease, color 0.16s ease, opacity 0.16s ease, transform 0.12s ease;
}
.edit-group-input button[data-v-6845fe66]:hover {
  background: var(--words-theme-soft-color, #f2f7ff);
  color: var(--words-theme-active-color, #4b8cff);
}
.edit-group-input button[data-v-6845fe66]:active {
  opacity: 0.72;
  transform: scale(0.96);
}
.edit-group-footer-actions[data-v-6845fe66] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.21333rem;
}
.edit-group-footer-actions button[data-v-6845fe66] {
  flex: 1;
  min-width: 0;
  height: 1.06667rem;
  border: 0;
  border-radius: 0.21333rem;
  background: #f7f7f7;
  color: #333;
  font-size: 0.37333rem;
  font-weight: 400;
  line-height: 0.53333rem;
  padding: 0.26667rem 0;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: pointer;
  transition: background 0.16s ease, color 0.16s ease, box-shadow 0.16s ease, transform 0.12s ease;
}
.edit-group-footer-actions button[data-v-6845fe66]:hover {
  background: var(--words-theme-soft-color, #f2f7ff);
  color: var(--words-theme-color, #2475fc);
}
.edit-group-footer-actions button[data-v-6845fe66]:active {
  transform: scale(0.98);
}
.edit-group-footer-actions button.primary[data-v-6845fe66] {
  background: var(--words-theme-color, #2475fc);
  color: #fff;
}
.edit-group-footer-actions button.primary[data-v-6845fe66]:hover {
  background: var(--words-theme-active-color, #4b8cff);
  color: #fff;
  box-shadow: 0 0.16rem 0.32rem var(--words-theme-shadow-color, rgba(36, 117, 252, 0.22));
}
.del-group-dialog[data-v-6845fe66] {
  padding: 0.48rem 0.42667rem 0.37333rem;
  text-align: center;
}
.del-group-dialog .title[data-v-6845fe66] {
  color: #1a1a1a;
  font-size: 0.4rem;
  font-weight: 600;
}
.del-group-dialog .content[data-v-6845fe66] {
  margin-top: 0.32rem;
  color: #666;
  font-size: 0.34667rem;
  line-height: 0.53333rem;
}
.del-group-dialog .actions[data-v-6845fe66] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.64rem;
  margin-top: 0.48rem;
}
.del-group-dialog .actions button[data-v-6845fe66] {
  min-width: 1.6rem;
  height: 0.85333rem;
  border-radius: 0.16rem;
  background: #f0f2f5;
  color: #333;
  font-size: 0.34667rem;
  cursor: pointer;
  font-weight: 400 !important;
  transition: background 0.16s ease, color 0.16s ease, box-shadow 0.16s ease, transform 0.12s ease;
}
.del-group-dialog .actions button[data-v-6845fe66]:hover {
  background: var(--words-theme-soft-color, #f2f7ff);
  color: var(--words-theme-color, #2475fc);
}
.del-group-dialog .actions button[data-v-6845fe66]:active {
  transform: scale(0.98);
}
.del-group-dialog .actions button[data-v-6845fe66]:last-child {
  background: var(--words-theme-color, #2475fc);
  color: #fff;
}
.del-group-dialog .actions button[data-v-6845fe66]:last-child:hover {
  background: var(--words-theme-active-color, #4b8cff);
  color: #fff;
  box-shadow: 0 0.16rem 0.32rem var(--words-theme-shadow-color, rgba(36, 117, 252, 0.22));
}

.group-select-popup[data-v-f9dc5bb0] {
  overflow: hidden;
  background: transparent;
  border-radius: 0.42667rem 0.42667rem 0 0;
}
.group-select-panel[data-v-f9dc5bb0] {
  overflow: hidden;
  background: #fff;
  border-radius: 0.42667rem 0.42667rem 0 0;
  font-family: PingFang SC, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}
.group-select-header[data-v-f9dc5bb0] {
  position: relative;
  height: 1.22667rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.group-select-title[data-v-f9dc5bb0] {
  color: #000;
  font-size: 0.42667rem;
  font-weight: 600;
  line-height: 0.58667rem;
}
.group-select-close[data-v-f9dc5bb0] {
  position: absolute;
  top: 0.4rem;
  right: 0.37333rem;
  width: 0.48rem;
  height: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  background: transparent;
  color: #909baf;
  font-size: 0.42667rem;
  cursor: pointer;
  transition: background 0.16s ease, color 0.16s ease, transform 0.12s ease;
}
.group-select-close[data-v-f9dc5bb0]:hover {
  background: var(--words-theme-soft-color, #f2f7ff);
  color: var(--words-theme-color, #2475fc);
}
.group-select-close[data-v-f9dc5bb0]:active {
  transform: scale(0.94);
}
.group-select-content[data-v-f9dc5bb0] {
  max-height: 80vh;
  min-height: 40vh;
  overflow-y: auto;
  padding: 0.05333rem 0.32rem 0.21333rem;
  box-sizing: border-box;
}
.group-select-item[data-v-f9dc5bb0] {
  width: 100%;
  min-height: 1.06667rem;
  display: flex;
  gap: 0.42667rem;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 0.21333rem;
  padding: 0.24rem 0.21333rem;
  background: #fff;
  box-sizing: border-box;
  text-align: left;
  cursor: pointer;
  transition: background 0.16s ease, color 0.16s ease, transform 0.12s ease;
}
.group-select-item[data-v-f9dc5bb0]:hover {
  background: var(--words-theme-soft-color, #f2f7ff);
}
.group-select-item[data-v-f9dc5bb0]:active {
  transform: scale(0.99);
}
.group-select-item.selected[data-v-f9dc5bb0] {
  background: var(--words-theme-light-color, #e5efff);
}
.group-select-name[data-v-f9dc5bb0] {
  flex: 1;
  min-width: 0;
  color: #1a1a1a;
  font-size: 0.42667rem;
  font-weight: 400;
  line-height: 0.58667rem;
  word-break: break-word;
}
.group-select-item.selected .group-select-name[data-v-f9dc5bb0] {
  color: var(--words-theme-color, #2475fc);
  font-weight: 600;
}
.group-select-check[data-v-f9dc5bb0] {
  flex: none;
  color: var(--words-theme-color, #2475fc);
  font-size: 0.53333rem;
}
.group-select-footer[data-v-f9dc5bb0] {
  height: 1.49333rem;
  display: flex;
  gap: 0.21333rem;
  align-items: center;
  justify-content: center;
  padding: 0.21333rem 0.42667rem;
  background: #fff;
  box-shadow: 0 -0.10667rem 0.42667rem rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}
.footer-button[data-v-f9dc5bb0] {
  flex: 1;
  min-width: 0;
  height: 1.06667rem;
  border: 0;
  border-radius: 0.21333rem;
  font-size: 0.37333rem;
  font-weight: 400;
  line-height: 0.53333rem;
  padding: 0.26667rem 0;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: pointer;
  transition: background 0.16s ease, color 0.16s ease, box-shadow 0.16s ease, transform 0.12s ease;
}
.footer-button[data-v-f9dc5bb0]:active {
  transform: scale(0.98);
}
.footer-button.add[data-v-f9dc5bb0] {
  background: var(--words-theme-light-color, #e5efff);
  color: var(--words-theme-color, #2475fc);
}
.footer-button.add[data-v-f9dc5bb0]:hover {
  background: var(--words-theme-color, #2475fc);
  color: #fff;
  box-shadow: 0 0.16rem 0.32rem var(--words-theme-shadow-color, rgba(36, 117, 252, 0.22));
}
.footer-button.manage[data-v-f9dc5bb0] {
  background: #ebeff5;
  color: #1a1a1a;
}
.footer-button.manage[data-v-f9dc5bb0]:hover {
  background: var(--words-theme-soft-color, #f2f7ff);
  color: var(--words-theme-color, #2475fc);
}
.create-group-dialog[data-v-f9dc5bb0] {
  width: 8.29333rem;
  overflow: hidden;
  border-radius: 0.32rem;
  font-family: PingFang SC, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}
.create-group-dialog-content[data-v-f9dc5bb0] {
  overflow: hidden;
  background: #fff;
  border-radius: 0.32rem;
}
.create-group-dialog-body[data-v-f9dc5bb0] {
  padding: 0.85333rem 0.64rem 0.64rem;
  box-sizing: border-box;
}
.create-group-dialog-title[data-v-f9dc5bb0] {
  margin-bottom: 0.42667rem;
  color: #1a1a1a;
  font-size: 0.48rem;
  font-weight: 600;
  line-height: 0.64rem;
  text-align: center;
}
.create-group-dialog-input[data-v-f9dc5bb0] {
  width: 100%;
  height: 1.22667rem;
  border: 0;
  border-radius: 0.16rem;
  padding: 0.32rem 0.42667rem;
  background: #f3f3f3;
  box-sizing: border-box;
  color: #1a1a1a;
  font-size: 0.42667rem;
  font-weight: 400;
  line-height: 0.58667rem;
  outline: none;
}
.create-group-dialog-input[data-v-f9dc5bb0]::placeholder {
  color: #999;
}
.create-group-dialog-footer[data-v-f9dc5bb0] {
  height: 1.46667rem;
  display: flex;
  align-items: stretch;
  border-top: 1px solid #e7e7e7;
}
.create-group-dialog-button[data-v-f9dc5bb0] {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 0.42667rem 0.53333rem;
  background: #fff;
  box-sizing: border-box;
  font-size: 0.42667rem;
  line-height: 0.58667rem;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
.create-group-dialog-button[data-v-f9dc5bb0]:active {
  background: #f7f8fa;
}
.create-group-dialog-button[data-v-f9dc5bb0]:disabled {
  cursor: not-allowed;
  opacity: 0.68;
}
.create-group-dialog-button.cancel[data-v-f9dc5bb0] {
  color: #666;
  font-weight: 400;
}
.create-group-dialog-button.confirm[data-v-f9dc5bb0] {
  color: var(--words-theme-color, #2475fc);
  font-weight: 600;
}
.create-group-dialog-divider[data-v-f9dc5bb0] {
  width: 1px;
  background: #e7e7e7;
}

