/* lh-deploy 2026-07-15c mine-out-task */
.ch-card-wrap .otb-id-chip { margin: 0 12px 10px; }
.detail-out-task-id-row { display:flex; flex-wrap:wrap; align-items:center; gap:8px; }
.detail-out-task-id { font-size:12px; word-break:break-all; background:#f1f5f9; padding:4px 8px; border-radius:6px; }
.detail-out-task-copy { border:1px solid #cbd5e1; background:#fff; border-radius:8px; padding:4px 10px; font-size:12px; cursor:pointer; }
.detail-out-task-hint { margin:6px 0 0; font-size:12px; color:#64748b; line-height:1.45; }

/* 历史页：完整取回条 */
.otb-bar {
  margin: 12px 0 14px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e8eaed;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
}
.otb-bar__title {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 8px;
}
.otb-bar__title i { color: #64748b; }
.otb-bar__hint {
  margin: 6px 0 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #64748b;
}
.otb-bar__row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.otb-bar__input,
.otb-bar__local {
  flex: 1 1 140px;
  min-width: 0;
  height: 40px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 0 12px;
  font-size: 13px;
  background: #f8fafc;
}
.otb-bar__local { flex: 0 1 120px; }
.otb-bar__btn {
  height: 40px;
  padding: 0 14px;
  border: none;
  border-radius: 10px;
  background: #1e293b;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
.otb-bar__btn:disabled { opacity: .65; cursor: wait; }

/* 「我的」：折叠卡片，风格与卡密兑换一致 */
.mine-out-task-card {
  padding: 0 !important;
  overflow: hidden;
}
.mine-out-task-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 14px 14px 12px;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.mine-out-task-head__copy {
  flex: 1;
  min-width: 0;
}
.mine-out-task-head__chev {
  flex-shrink: 0;
  color: #94a3b8;
  transition: transform .2s ease;
}
.mine-out-task-card.is-open .mine-out-task-head__chev {
  transform: rotate(180deg);
}
.mine-out-task-panel {
  padding: 0 14px 14px;
}
.mine-out-task-panel__hint {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.45;
  color: #64748b;
}
.mine-out-task-row {
  margin-bottom: 8px;
}
.mine-out-task-row .mine-redeem-input {
  flex: 1 1 auto;
  min-width: 0;
}
.mine-out-task-row .mine-redeem-btn {
  flex-shrink: 0;
  min-width: 72px;
}
.mine-out-task-local {
  width: 100%;
  height: 38px;
  margin-bottom: 6px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 10px;
  padding: 0 12px;
  font-size: 13px;
  background: #f8fafc;
  box-sizing: border-box;
}
.otb-bar__msg {
  margin-top: 8px;
  font-size: 12px;
  color: #64748b;
  min-height: 1.2em;
}
.otb-bar__msg.is-err { color: #b91c1c; }
.otb-bar__msg.is-ok { color: #15803d; }
.otb-bar__preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}
.otb-bar__preview a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: #f1f5f9;
  border: 1px solid #e5e7eb;
}
.otb-bar__preview img {
  width: 100%;
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
}
.otb-id-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  margin-top: 6px;
  padding: 4px 8px;
  border-radius: 8px;
  background: #f5f3ff;
  color: #5b21b6;
  font-size: 11px;
  line-height: 1.3;
  word-break: break-all;
}
.history-card-info .otb-id-chip { margin-top: 8px; }
.otb-id-chip--local { background: #eff6ff; color: #1d4ed8; }
.otb-id-chip--local button { color: #2563eb; }
.otb-id-chip button {
  border: none;
  background: transparent;
  color: #6d28d9;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
}
