/**
 * 师傅端 · 子任务内页统一母版（与 `绑定师傅.html` 同款壳层）
 * 壳层约定：`.preview-wrap` > `.phone-shell.phone-shell--sub.phone-shell--bind-master` > `.bind-master-page-head`（内放 `.sub-nav`）> `.frame.frame--bind-master`（无底栏时加 `.frame--bind-master--no-footer`）> `.sub-page.sub-page--tight`；固定底栏用 `.bind-master-footer`（可与 `.bind-master-footer--default` 等组合）。
 * 引入顺序：organizer-common.css → organizer-tip-banner.css（可选）→ design-tokens.css → 本文件 → 页面局部 style
 */
/* 与 Tab 主页消息页同一主色（organizer-common 默认红橙；P16 消息为 #4086F5） */
body.organizer-app {
  --primary: #4086f5;
  --primary-dark: #2d6fd4;
  --primary-light: #6ea2f8;
  --primary-soft: #ecf4ff;
  --price: #4086f5;
  --cta-gradient: linear-gradient(90deg, var(--primary-light) 0%, var(--primary-dark) 100%);
}

/* 顶栏：白底 + 底部分割线（子页默认；绑定师傅页见下方「顶栏+Tab 一体」） */
body.organizer-app .phone-shell--sub > .sub-nav:not(.sub-nav--gradient) {
  background: var(--card);
  border-bottom: none;
}

/* 绑定类子页：顶栏 + 可选 Tab 同一白底 sticky；无 Tab 时随内容增高 */
.bind-master-page-head {
  background: var(--card);
  border-bottom: none;
  position: sticky;
  top: 0;
  z-index: 30;
  box-sizing: border-box;
  min-height: 64px;
  height: auto;
  display: flex;
  flex-direction: column;
  overflow: visible;
}
body.organizer-app[data-bind-pure-skip="1"] .bind-master-page-head {
  min-height: 0;
}
.phone-shell--bind-master .bind-master-page-head .sub-nav:not(.sub-nav--gradient) {
  background: transparent;
  border-bottom: none;
  position: relative;
  top: auto;
  z-index: auto;
  flex: 0 0 64px;
  height: 64px;
  box-sizing: border-box;
  padding: 12px 16px;
  align-items: center;
}
/* Tab 区：与消息页同款分段线视觉 */
.phone-shell--bind-master .bind-master-tab-hero.msg-page__hero {
  margin: 0;
  flex: 0 0 auto;
  min-height: 0;
  padding: 0 16px;
  border-bottom: none;
  position: relative;
  top: auto;
  z-index: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
}
.phone-shell--bind-master .bind-master-tab-hero .msg-page__cats {
  flex-shrink: 0;
}
.phone-shell--bind-master .bind-master-tab-hero .msg-page__cat {
  padding: 6px 2px 8px;
}
body.organizer-app[data-bind-pure-skip="1"] .bind-master-tab-hero {
  display: none;
}

.bind-master-card {
  padding: 0 14px 14px;
}

/* 绑定师傅页提示条：上下外边距一致 */
body.organizer-app .bind-master-default > .tip-banner.bind-master-tip {
  margin-top: 12px;
  margin-bottom: 12px;
}

/* 签到打卡页提示条：上下外边距一致 */
body.organizer-app .tip-banner.checkin-hero-tip {
  margin-top: 12px;
  margin-bottom: 12px;
}

.bind-master-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 0 12px;
  border-bottom: 1px solid var(--split);
}

.bind-master-card__role {
  font-size: var(--fs-body);
  font-weight: var(--font-weight-semibold);
  color: var(--text);
}

.bind-master-card__head-title {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex-wrap: wrap;
}

.bind-master-card__head-chip {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: var(--font-weight-medium);
  line-height: 1.2;
  padding: 2px 7px;
  border-radius: 4px;
  background: #fff4d6;
  color: #7a6220;
  border: none;
}

.bind-master-card__pick {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-size: var(--fs-body-sm);
  font-weight: var(--font-weight-medium);
  color: var(--primary);
  cursor: pointer;
  white-space: nowrap;
}

.bind-master-card__pick:active {
  opacity: 0.85;
}

.bind-master-card__body {
  padding-top: 14px;
}

.bind-master-card__person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bind-master-card__avatar {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-sm);
  flex-shrink: 0;
  display: block;
  object-fit: cover;
  background: var(--split);
}

.bind-master-card__meta {
  min-width: 0;
}

.bind-master-card__name {
  font-size: var(--fs-body);
  font-weight: var(--font-weight-semibold);
  color: var(--text);
  line-height: 1.35;
}

.bind-master-card__phone {
  margin-top: 4px;
  font-size: var(--fs-body-sm);
  color: var(--text-2);
  line-height: 1.4;
}

.bind-master-card__roster {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bind-master-card__name-row {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.bind-master-card__name-row .bind-master-card__name {
  min-width: 0;
}

.bind-master-card__person-tag {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: var(--font-weight-semibold);
  line-height: 1.2;
  padding: 3px 7px;
  border-radius: 4px;
  background: var(--primary-soft);
  color: var(--primary-dark);
}

.bind-master-card__person-tag--member {
  background: rgba(0, 0, 0, 0.06);
  color: var(--text-2);
}

.bind-master-footer,
.subtask-page-footer {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  max-width: var(--shell-max);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0));
  background: var(--card);
  box-shadow: 0 -6px 28px rgba(0, 0, 0, 0.08);
  z-index: 60;
  border-top: 1px solid var(--split);
  box-sizing: border-box;
}

.bind-master-footer .btn-primary,
.subtask-page-footer .btn-primary {
  border-radius: var(--radius-md);
  height: 48px;
  line-height: 48px;
  font-size: var(--fs-body);
  font-weight: var(--font-weight-semibold);
}

.frame--bind-master {
  padding-bottom: calc(88px + env(safe-area-inset-bottom, 0));
}

/* 无底栏子页（内容区操作在卡片内，与旧 frame--subtask-inner 一致） */
.frame.frame--bind-master.frame--bind-master--no-footer {
  padding-bottom: 16px;
}

/* 纯收纳 · 自己带人：无需在系统绑定收纳师 */
body.organizer-app[data-bind-pure-skip="1"] .bind-master-default {
  display: none;
}
body.organizer-app[data-bind-pure-skip="1"] .bind-master-pure-skip {
  display: block;
}
body.organizer-app[data-bind-pure-skip="1"] .bind-master-footer--default {
  display: none;
}
body.organizer-app[data-bind-pure-skip="1"] .bind-master-footer--pure-skip {
  display: block;
}
.bind-master-pure-skip {
  display: none;
}
.bind-master-footer--pure-skip {
  display: none;
}
.bind-master-pure-skip__card {
  padding: var(--space-6);
}
.bind-master-pure-skip__title {
  margin: 0 0 10px;
  font-size: var(--fs-body);
  font-weight: var(--font-weight-semibold);
  color: var(--text);
}
.bind-master-pure-skip__list {
  margin: 0;
  padding-left: 1.15em;
  font-size: var(--fs-caption);
  color: var(--text-2);
  line-height: 1.65;
}
.bind-master-pure-skip__list li {
  margin-bottom: 8px;
}
.bind-master-footer--pure-skip .btn-primary {
  text-decoration: none;
  text-align: center;
  display: block;
  box-sizing: border-box;
}

.bind-master-tabpanel {
  display: none;
}
.bind-master-tabpanel.is-active {
  display: block;
}
/* 常用绑定：与「当前绑定」同套 detail 卡片 + 行式信息，整块可点（根节点可为 button 或 div[role=button]，内可嵌名称编辑） */
.bind-preset-tile {
  display: block;
  width: 100%;
  margin: 0 0 12px;
  padding: 0;
  border: none;
  background: transparent;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.bind-preset-tile:last-of-type {
  margin-bottom: 0;
}
.bind-preset-tile:active .bind-preset-tile__inner {
  opacity: 0.96;
}
.bind-preset-tile:focus {
  outline: none;
}
.bind-preset-tile:focus-visible .bind-preset-tile__inner {
  box-shadow: 0 0 0 2px var(--primary-soft);
}
.bind-preset-tile__inner {
  background: var(--card);
  border-radius: var(--radius);
  padding: 0 16px 14px;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}
.bind-preset-tile__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 0 12px;
  border-bottom: 1px solid var(--split);
}
.bind-preset-tile__head-left {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.bind-preset-tile__name {
  font-size: var(--fs-body);
  font-weight: var(--font-weight-semibold);
  color: var(--text);
  min-width: 0;
}
.bind-preset-tile__name-edit {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--primary);
  line-height: 1;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border-radius: 4px;
  -webkit-tap-highlight-color: transparent;
}
.bind-preset-tile__name-edit:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}
.bind-preset-tile__name-edit:active {
  opacity: 0.75;
}
.bind-preset-tile__name-edit svg {
  width: 18px;
  height: 18px;
  display: block;
  transform: scale(0.9);
  transform-origin: center;
}
.bind-preset-tile__chip {
  flex-shrink: 0;
  margin: 0;
}
.bind-preset-tile .detail-rows {
  margin: 0;
}
.bind-preset-tile .detail-row {
  padding: 12px 0;
}
.bind-preset-tile__org-line {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  align-items: center;
  font-size: var(--fs-body);
  color: var(--text);
  line-height: 1.4;
}
.bind-preset-tile__org-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.bind-preset-tile__org-tag {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: var(--font-weight-semibold);
  line-height: 1.2;
  padding: 2px 6px;
  border-radius: 999px;
  background: var(--primary-soft);
  color: var(--primary-dark);
}
.bind-preset-tile__org-tag--member {
  background: rgba(0, 0, 0, 0.06);
  color: var(--text-2);
}
/* 常用绑定预设行：人名左侧小头像 */
.bind-preset-tile .detail-row__value--person {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.bind-preset-tile__person-avatar {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
  background: var(--split);
}
.bind-preset-tile__foot {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0 0;
  margin-top: 2px;
  border-top: 1px solid var(--split);
}
.bind-preset-tile__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px solid var(--split);
  background: transparent;
  color: var(--primary);
  font-size: 12px;
  font-weight: var(--font-weight-medium);
  line-height: 1.2;
  pointer-events: none;
}

/* ========== 绑定收纳师页：提示条与列表间距（原页内联） ========== */
.bind-org-tip {
  margin-bottom: 12px;
}
.bind-org-tip ol {
  margin: 0;
  padding-left: 1.1em;
}
.bind-org-tip li {
  margin: 0 0 6px;
}
.bind-org-tip li:last-child {
  margin-bottom: 0;
}

/* ========== 任务进度 / 合同单：主卡与绑定师傅 .bind-master-card 同款内边距与区块头 ========== */
.detail-main-card.zone-card,
.detail-main-card.contract-card,
.detail-main-card.form-card {
  padding: 0 14px 14px;
}
.zone-card__head,
.contract-card__head,
.form-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 0 12px;
  border-bottom: 1px solid var(--split);
  box-sizing: border-box;
}
.zone-card__title,
.contract-card__title,
.form-card__title {
  margin: 0;
  font-size: var(--fs-body);
  font-weight: var(--font-weight-semibold);
  color: var(--text);
}
.zone-card__hint,
.contract-card__hint,
.form-card__hint {
  font-size: var(--fs-caption);
  color: var(--text-3);
}
.zone-actions,
.contract-actions,
.form-card .actions {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.zone-actions .btn-secondary,
.zone-actions .btn-primary,
.contract-actions .btn-secondary,
.contract-actions .btn-primary,
.form-card .actions .btn-secondary,
.form-card .actions .btn-primary {
  height: 40px;
  line-height: 40px;
  border-radius: var(--radius-md);
}

/* ========== 绑定师傅：人员选择内页（顶部搜索 + 列表 + 右上邀请入驻） ========== */
.roster-inner {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: var(--shell-max);
  background: #f6f7f9;
  z-index: 80;
  display: none;
  box-sizing: border-box;
}
.roster-inner.is-active {
  display: flex;
  flex-direction: column;
}
.roster-inner__head {
  background: var(--card);
  height: 56px;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  padding: 0 12px;
  box-sizing: border-box;
}
.roster-inner__back {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: var(--text);
  font-size: 26px;
  line-height: 40px;
  cursor: pointer;
}
.roster-inner__title {
  text-align: center;
  font-size: 16px;
  font-weight: var(--font-weight-semibold);
  color: var(--text);
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.roster-inner__action {
  border: none;
  background: transparent;
  color: var(--primary);
  font-size: 14px;
  font-weight: var(--font-weight-semibold);
  padding: 8px 10px;
  cursor: pointer;
  white-space: nowrap;
}
.roster-inner__body {
  padding: 12px 14px 16px;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.roster-inner__search {
  background: var(--card);
  border-radius: 14px;
  padding: 10px 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 8px;
}
.roster-inner__search-icon {
  width: 18px;
  height: 18px;
  color: rgba(17, 24, 39, 0.42);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.roster-inner__search-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}
.roster-inner__search-input {
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;
  color: var(--text);
}
.roster-inner__list {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 86px;
}
.roster-section-title {
  margin: 6px 2px 2px;
  font-size: 12px;
  font-weight: var(--font-weight-semibold);
  color: rgba(17, 24, 39, 0.55);
}
.roster-person {
  width: 100%;
  display: grid;
  grid-template-columns: 40px 1fr 22px;
  gap: 12px;
  align-items: center;
  padding: 12px 12px;
  background: var(--card);
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: var(--radius);
  box-sizing: border-box;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.roster-person:active {
  opacity: 0.96;
}
.roster-person.is-picked {
  border-color: rgba(64, 134, 245, 0.32);
  box-shadow: 0 0 0 2px rgba(64, 134, 245, 0.1);
}
.roster-person__avatar {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  object-fit: cover;
  background: var(--split);
  display: block;
}
.roster-person__meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.roster-person__name {
  font-size: 14px;
  font-weight: var(--font-weight-semibold);
  color: var(--text);
  line-height: 1.25;
}
.roster-person__phone {
  font-size: 12px;
  color: var(--text-2);
  line-height: 1.2;
}
.roster-person__check {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 1.5px solid rgba(17, 24, 39, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  justify-self: end;
}
.roster-person.is-picked .roster-person__check {
  border-color: var(--primary);
  background: var(--primary);
}
.roster-person.is-picked .roster-person__check::after {
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  margin-top: -1px;
}

.roster-savebar {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  max-width: var(--shell-max);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0));
  box-sizing: border-box;
  z-index: 90;
  display: none;
}
.roster-savebar.is-active {
  display: block;
}
.roster-savebar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.roster-savebar__left {
  font-size: 13px;
  color: rgba(17, 24, 39, 0.7);
}
.roster-savebar__btn {
  width: auto;
  min-width: 108px;
  height: 44px;
  line-height: 44px;
  border-radius: 999px;
  padding: 0 16px;
}
.roster-savebar__btn[disabled] {
  opacity: 0.55;
}

.bind-master-empty {
  padding: 6px 0;
  font-size: 12px;
  color: var(--text-3);
}

/* ========== 绑定师傅：提示条内主色链接按钮 ========== */
body.organizer-app .tip-banner .tip-link {
  margin-left: 6px;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--primary);
  font-weight: var(--font-weight-semibold);
  font-size: inherit;
  cursor: pointer;
}
body.organizer-app .tip-banner .tip-link:active {
  opacity: 0.85;
}

/* ========== 系统分配弹窗（sheet） ========== */
.assign-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.assign-field {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.assign-field__label {
  font-size: 12px;
  font-weight: var(--font-weight-semibold);
  color: rgba(17, 24, 39, 0.62);
  margin-bottom: 6px;
}
.assign-field__control {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-radius: 12px;
  border: none;
  background: rgba(0, 0, 0, 0.04);
  padding: 0 12px;
  box-sizing: border-box;
  font-size: 14px;
  color: var(--text);
  outline: none;
}
.assign-field__control:focus {
  box-shadow: 0 0 0 2px rgba(64, 134, 245, 0.18);
}
.assign-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: start;
}
.assign-split > * {
  min-width: 0;
}
@media (max-width: 360px) {
  .assign-split {
    grid-template-columns: 1fr;
  }
}
.assign-confirm {
  height: 46px;
  line-height: 46px;
  border-radius: 999px;
}
.assign-hint {
  font-size: 12px;
  color: rgba(17, 24, 39, 0.52);
  line-height: 1.5;
}

/* 底部按钮进入「系统分配中」态 */
body.organizer-app .bind-master-footer .btn-primary.is-assigning {
  background: rgba(64, 134, 245, 0.14);
  color: var(--primary);
}

/* ========== 邀请入驻：分享图标（避免空白占位） ========== */
body.organizer-app .share-icon {
  display: inline-flex;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.04);
  color: rgba(17, 24, 39, 0.7);
}
body.organizer-app .share-icon::before {
  content: "";
  width: 30px;
  height: 30px;
  background: currentColor;
  display: block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

/* 微信好友 */
body.organizer-app .share-icon--wechat {
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
}
body.organizer-app .share-icon--wechat::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9.4 3.5c-3.5 0-6.4 2.4-6.4 5.5 0 1.8 1 3.5 2.7 4.5L5 16l2.8-1.4c.5.1 1.1.2 1.6.2.2 0 .4 0 .6 0-.2-.6-.3-1.1-.3-1.7 0-3.3 3.2-6 7.1-6 .4 0 .8 0 1.2.1C16.8 5 13.4 3.5 9.4 3.5zm-2.2 3.2c.6 0 1.1.5 1.1 1.1S7.8 9 7.2 9 6.1 8.5 6.1 7.9 6.6 6.7 7.2 6.7zm4.4 0c.6 0 1.1.5 1.1 1.1S12.2 9 11.6 9s-1.1-.5-1.1-1.1.5-1.2 1.1-1.2z'/%3E%3Cpath fill='black' d='M16.8 8c-3.2 0-5.8 2.1-5.8 4.7 0 1.6.9 3 2.4 3.9l-.5 2 2.2-1.1c.5.1 1 .2 1.7.2 3.2 0 5.8-2.1 5.8-4.7S20 8 16.8 8zm-2 2.6c.5 0 .9.4.9.9s-.4.9-.9.9-.9-.4-.9-.9.4-.9.9-.9zm4 0c.5 0 .9.4.9.9s-.4.9-.9.9-.9-.4-.9-.9.4-.9.9-.9z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9.4 3.5c-3.5 0-6.4 2.4-6.4 5.5 0 1.8 1 3.5 2.7 4.5L5 16l2.8-1.4c.5.1 1.1.2 1.6.2.2 0 .4 0 .6 0-.2-.6-.3-1.1-.3-1.7 0-3.3 3.2-6 7.1-6 .4 0 .8 0 1.2.1C16.8 5 13.4 3.5 9.4 3.5zm-2.2 3.2c.6 0 1.1.5 1.1 1.1S7.8 9 7.2 9 6.1 8.5 6.1 7.9 6.6 6.7 7.2 6.7zm4.4 0c.6 0 1.1.5 1.1 1.1S12.2 9 11.6 9s-1.1-.5-1.1-1.1.5-1.2 1.1-1.2z'/%3E%3Cpath fill='black' d='M16.8 8c-3.2 0-5.8 2.1-5.8 4.7 0 1.6.9 3 2.4 3.9l-.5 2 2.2-1.1c.5.1 1 .2 1.7.2 3.2 0 5.8-2.1 5.8-4.7S20 8 16.8 8zm-2 2.6c.5 0 .9.4.9.9s-.4.9-.9.9-.9-.4-.9-.9.4-.9.9-.9zm4 0c.5 0 .9.4.9.9s-.4.9-.9.9-.9-.4-.9-.9.4-.9.9-.9z'/%3E%3C/svg%3E");
}

/* 朋友圈 */
body.organizer-app .share-icon--moments {
  background: rgba(16, 185, 129, 0.12);
  color: #059669;
}
body.organizer-app .share-icon--moments::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a7 7 0 00-4.6 12.3V20a1 1 0 001.6.8l3.2-2.4c.6.1 1.2.2 1.8.2a7 7 0 000-14zm-3 6.2a1 1 0 110 2 1 1 0 010-2zm6 0a1 1 0 110 2 1 1 0 010-2z'/%3E%3Cpath fill='black' d='M18.5 11.5c1.9.4 3.3 1.7 3.3 3.2 0 1.1-.8 2.1-2 2.7l.3 1.7-1.7-.9c-.4.1-.8.1-1.2.1-.3 0-.6 0-.9-.1.7-.9 1.1-2 1.1-3.2 0-1.1-.3-2.1-.9-3.1z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a7 7 0 00-4.6 12.3V20a1 1 0 001.6.8l3.2-2.4c.6.1 1.2.2 1.8.2a7 7 0 000-14zm-3 6.2a1 1 0 110 2 1 1 0 010-2zm6 0a1 1 0 110 2 1 1 0 010-2z'/%3E%3Cpath fill='black' d='M18.5 11.5c1.9.4 3.3 1.7 3.3 3.2 0 1.1-.8 2.1-2 2.7l.3 1.7-1.7-.9c-.4.1-.8.1-1.2.1-.3 0-.6 0-.9-.1.7-.9 1.1-2 1.1-3.2 0-1.1-.3-2.1-.9-3.1z'/%3E%3C/svg%3E");
}

/* 分享海报 */
body.organizer-app .share-icon--poster {
  background: rgba(64, 134, 245, 0.12);
  color: #2d6fd4;
}
body.organizer-app .share-icon--poster::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6 2h9l3 3v17a2 2 0 01-2 2H6a2 2 0 01-2-2V4a2 2 0 012-2zm8 1.5V6h2.5L14 3.5z'/%3E%3Cpath fill='black' d='M7.5 10.2a1.2 1.2 0 112.4 0 1.2 1.2 0 01-2.4 0zM7.2 18l3.3-4 2.3 2.8 1.6-2 3.4 3.2H7.2z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6 2h9l3 3v17a2 2 0 01-2 2H6a2 2 0 01-2-2V4a2 2 0 012-2zm8 1.5V6h2.5L14 3.5z'/%3E%3Cpath fill='black' d='M7.5 10.2a1.2 1.2 0 112.4 0 1.2 1.2 0 01-2.4 0zM7.2 18l3.3-4 2.3 2.8 1.6-2 3.4 3.2H7.2z'/%3E%3C/svg%3E");
}

