/* 银析通 · 银行流水智能解析 H5
   上传/加载/错误态为 H5 专用；结果态 1:1 移植自小程序结果页 result.wxss。 */
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html, body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Segoe UI", "Microsoft YaHei", sans-serif;
  background: #f3f4f6; color: #1e293b; line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.screen { min-height: 100vh; }
[hidden] { display: none !important; }
code { background: #eef2ff; color: #4338ca; padding: 1px 5px; border-radius: 4px; font-size: 12px; }

/* ============ 上传态 ============ */
.up-header { padding: 56px 24px 28px; background: linear-gradient(135deg, #2b5cff, #4a90e2); color: #fff; border-radius: 0 0 28px 28px; }
.up-logo { font-size: 15px; opacity: .85; letter-spacing: 2px; }
.up-title { font-size: 26px; font-weight: 800; margin-top: 6px; }
.up-sub { font-size: 13px; opacity: .9; margin-top: 10px; line-height: 1.7; }
.up-card { margin: -16px 16px 0; background: #fff; border-radius: 18px; padding: 20px 18px; box-shadow: 0 8px 30px rgba(43,92,255,.1); }
.drop-zone { display: flex; flex-direction: column; align-items: center; justify-content: center;
  border: 2px dashed #c7d2fe; border-radius: 14px; padding: 34px 16px; cursor: pointer; transition: .2s; text-align: center; }
.drop-zone.dragover { border-color: #2b5cff; background: #f5f8ff; }
.dz-icon { font-size: 44px; }
.dz-main { font-size: 16px; font-weight: 700; color: #1e293b; margin-top: 10px; }
.dz-hint { font-size: 12px; color: #94a3b8; margin-top: 6px; }
.dz-file { font-size: 13px; color: #2b5cff; font-weight: 700; margin-top: 12px; word-break: break-all; }
.up-field { margin-top: 16px; }
.up-label { display: block; font-size: 13px; color: #475569; font-weight: 600; margin: 14px 0 6px; }
.up-input { width: 100%; padding: 12px 14px; border: 1px solid #e2e8f0; border-radius: 10px; font-size: 14px; background: #f8fafc; }
.up-input:focus { outline: none; border-color: #2b5cff; background: #fff; }
.up-btn { width: 100%; margin-top: 20px; padding: 15px; border: none; border-radius: 12px; background: linear-gradient(135deg, #2b5cff, #4a90e2);
  color: #fff; font-size: 16px; font-weight: 700; cursor: pointer; transition: .2s; }
.up-btn:disabled { opacity: .45; cursor: not-allowed; }
.up-btn:active:not(:disabled) { transform: scale(.985); }
.up-adv { margin-top: 18px; border-top: 1px solid #f1f5f9; padding-top: 12px; }
.up-adv summary { font-size: 13px; color: #64748b; cursor: pointer; }
.up-tip { font-size: 12px; color: #94a3b8; margin-top: 8px; line-height: 1.7; }
.up-foot { text-align: center; font-size: 12px; color: #94a3b8; padding: 22px 24px 30px; }

/* ============ 进度/错误态 ============ */
.ld-box, .er-box { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh; padding: 0 32px; text-align: center; }
.ld-spin { width: 54px; height: 54px; border: 5px solid #e0e7ff; border-top-color: #2b5cff; border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.ld-text { font-size: 17px; font-weight: 700; margin-top: 22px; }
.ld-sub { font-size: 13px; color: #94a3b8; margin-top: 8px; line-height: 1.7; max-width: 320px; }
.er-icon { font-size: 52px; }
.er-title { font-size: 19px; font-weight: 800; margin-top: 14px; }
.er-msg { font-size: 14px; color: #64748b; margin-top: 10px; word-break: break-all; }
.er-box .up-btn { max-width: 280px; }

/* ============================================================
   结果态 —— 1:1 移植自小程序 pages/result/result.wxss
   ============================================================ */
.pro-page {
  min-height: 100vh;
  background: #e8eaed;
  box-sizing: border-box;
}

.pro-inner {
  padding: 16px 16px 120px;
  box-sizing: border-box;
  max-width: 720px;
  margin: 0 auto;
}

.report-banner {
  background: #fef3f2;
  color: #d22222;
  font-size: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  margin-bottom: 16px;
  line-height: 1.5;
}

.card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
  padding: 16px;
  box-sizing: border-box;
}

/* 模块1 账户信息卡片 */
.account-card {
  position: relative;
  padding: 18px 16px 52px;
  padding-right: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
}

.acct-card-main {
  padding-right: 40px;
  box-sizing: border-box;
}

.acct-row {
  display: flex;
  align-items: flex-start;
  min-height: 46px;
  padding: 8px 0;
  border-bottom: 1px solid #f0f2f5;
  box-sizing: border-box;
}

.acct-row-last {
  border-bottom: none;
  padding-bottom: 0;
}

.acct-label {
  flex-shrink: 0;
  width: 86px;
  font-size: 14px;
  line-height: 22px;
  color: #86909c;
  font-weight: 400;
  text-align: left;
}

.acct-value {
  font-size: 14px;
  line-height: 22px;
  color: #1d2129;
  font-weight: 500;
  text-align: left;
}

.acct-value-flex {
  flex: 1;
  min-width: 0;
  word-break: break-all;
}

.acct-value-inline {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.acct-value-txt {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 22px;
  color: #1d2129;
  font-weight: 500;
}

.acct-copy-wrap {
  flex-shrink: 0;
  padding-left: 6px;
  padding-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.acct-mono {
  font-family: 'SF Mono', 'Roboto Mono', monospace;
  letter-spacing: 0.2px;
}

.acct-slot-end {
  flex-shrink: 0;
  width: 36px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.acct-slot-spacer {
  width: 36px;
  height: 22px;
}

.acct-icon-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
}

.acct-ico {
  width: 22px;
  height: 22px;
  display: block;
}

.acct-ico.act-copy {
  width: 18px;
  height: 18px;
}

.acct-fab-dl {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}

.acct-dl-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #165dff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(22, 93, 255, 0.35);
}

.acct-dl-ico {
  width: 18px;
  height: 18px;
}

.acct-hover:active {
  opacity: 0.72;
}

.mod-head {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 16px;
}

.mod-head-between {
  justify-content: space-between;
}

.mod-head-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  flex: 1;
}

.mod-ico {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #165dff;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 24px;
  text-align: center;
  flex-shrink: 0;
}

.mod-title {
  font-size: 16px;
  font-weight: 500;
  color: #1d2129;
  line-height: 24px;
}

.mod-disclaimer {
  font-size: 12px;
  color: #86909c;
  line-height: 18px;
}

.link {
  font-size: 14px;
  color: #165dff;
  cursor: pointer;
}

.rule-block {
  margin-bottom: 16px;
}

.rule-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.rule-name {
  font-size: 14px;
  color: #4e5969;
}

.rule-hint {
  font-size: 12px;
  color: #86909c;
}

.rule-desc {
  font-size: 12px;
  color: #86909c;
  margin-top: 8px;
  line-height: 18px;
}

.inp {
  display: block;
  width: 100%;
  margin-top: 8px;
  height: 44px;
  border: 1px solid #e5e6eb;
  border-radius: 6px;
  padding: 0 12px;
  font-size: 14px;
  color: #4e5969;
  background: #fff;
  box-sizing: border-box;
}
.inp:focus { outline: none; border-color: #165dff; }

.inp-sm {
  width: 120px;
  margin-top: 0;
  flex-shrink: 0;
}

.btn-primary {
  display: block;
  width: 100%;
  margin-top: 8px;
  background: #165dff;
  color: #fff;
  border-radius: 6px;
  height: 44px;
  line-height: 44px;
  font-size: 15px;
  border: none;
  cursor: pointer;
  text-align: center;
}
.btn-primary:active { opacity: .88; }

/* H5 开关（替代小程序 <switch>），样式贴近 #165DFF */
.h5-switch { position: relative; display: inline-block; width: 44px; height: 24px; flex-shrink: 0; }
.h5-switch input { position: absolute; opacity: 0; width: 0; height: 0; }
.h5-switch .slider { position: absolute; inset: 0; background: #c9cdd4; border-radius: 24px; transition: .2s; cursor: pointer; }
.h5-switch .slider::before { content: ""; position: absolute; width: 20px; height: 20px; left: 2px; top: 2px; background: #fff; border-radius: 50%; transition: .2s; box-shadow: 0 1px 3px rgba(0,0,0,.2); }
.h5-switch input:checked + .slider { background: #165dff; }
.h5-switch input:checked + .slider::before { transform: translateX(20px); }

.grid4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.stat-cell {
  background: #f7f8fa;
  border-radius: 8px;
  padding: 12px;
}

.stat-cap {
  display: block;
  font-size: 12px;
  color: #86909c;
}

.stat-val {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-top: 4px;
}

.stat-val.income { color: #00b42a; }
.stat-val.expense { color: #f53f3f; }
.stat-val.primary { color: #165dff; }
.stat-val.dark { color: #1d2129; }

.stat-foot {
  display: block;
  font-size: 12px;
  color: #86909c;
  margin-top: 6px;
}

.tbl-mini {
  margin-top: 16px;
  border: 1px solid #e5e6eb;
  border-radius: 8px;
  overflow: hidden;
}

.tbl-mini-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  font-size: 14px;
  color: #4e5969;
}

.tbl-mini-row.head {
  background: #f7f8fa;
  font-weight: 500;
  color: #1d2129;
}

.txt-ellipsis {
  max-width: 55%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.risk-hd,
.risk-row {
  display: flex;
  align-items: flex-start;
  font-size: 13px;
}
.risk-row { padding: 8px 0; border-bottom: 1px solid #f0f2f5; }
.risk-row:last-child { border-bottom: none; }

.w-r1 { width: 56px; flex-shrink: 0; }
.w-r2 { width: 72px; flex-shrink: 0; }
.w-r3 { flex: 1; padding: 0 6px; }
.w-r4 { width: 64px; flex-shrink: 0; text-align: right; }

.risk-tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
}

.risk-tag.orange { background: #ff7d00; }
.risk-tag.green { background: #00b42a; }
.risk-tag.gray { background: #86909c; }
.risk-tag.red { background: #f53f3f; }
/* 【2026-07-29 补】compute 会输出 tone:'blue'（低风险/提示档），此前 CSS 缺这一档
   → 标签无底色 + 白字 = 完全看不见。补上。 */
.risk-tag.blue { background: #2b5cff; }

/* 【2026-07-29】风险按严重程度着色：整行左侧色条 + 类目名同色，不再只有标签有颜色 */
.risk-row { border-left: 3px solid transparent; padding-left: 8px; }
.risk-row.lv-red { border-left-color: #f53f3f; background: #fff5f5; }
.risk-row.lv-orange { border-left-color: #ff7d00; background: #fff9f0; }
.risk-row.lv-blue { border-left-color: #2b5cff; background: #f5f8ff; }
.risk-row.lv-green { border-left-color: #00b42a; }
.risk-row.lv-gray { border-left-color: #c9cdd4; }
.risk-row .w-r2 { font-weight: 700; color: #1e293b; }
.risk-row.lv-red .w-r2 { color: #cb2a2a; }
.risk-row.lv-orange .w-r2 { color: #d96a00; }
.risk-row.lv-blue .w-r2 { color: #2b5cff; }
.risk-row.lv-green .w-r2 { color: #00913a; }

.sub {
  color: #86909c;
  font-size: 12px;
  line-height: 18px;
}

.cv {
  width: 100%;
  display: block;
  /* 允许浏览器接管纵向滚动：手指落在图表上也能正常往下滑页面（横向仍可滑动看数值） */
  touch-action: pan-y;
}

.cv-pie { height: 240px; }
.cv-bar { height: 280px; }

/* 消费统计饼图分类图例（改为 HTML 渲染，避免画在 canvas 里被窄屏挤掉/看不清） */
.pie-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 6px 0 10px;
}
.pie-legend .pl-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #4e5969;
}
.pie-legend .pl-dot {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
.pie-legend .pl-pct { color: #1e293b; font-weight: 700; }

.seg-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 1px solid #e5e6eb;
  margin-bottom: 12px;
}

.seg-item {
  padding: 8px 14px;
  font-size: 14px;
  color: #4e5969;
  cursor: pointer;
}

.seg-item.on {
  color: #165dff;
  border-bottom: 2px solid #165dff;
  margin-bottom: -1px;
}

.consume-sum {
  font-size: 14px;
  color: #4e5969;
  margin-bottom: 12px;
}

.tbl-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.tbl-wide {
  min-width: 640px;
  border: 1px solid #e5e6eb;
  border-radius: 8px;
  overflow: hidden;
}

.tbl-hd,
.tbl-row {
  display: flex;
  align-items: center;
  padding: 10px 8px;
  font-size: 13px;
  border-bottom: 1px solid #f0f2f5;
}

.tbl-hd {
  background: #f7f8fa;
  font-weight: 500;
  color: #1d2129;
}

.tbl-row:last-child { border-bottom: none; }

/* 固定列：不伸缩、超长截断（对齐表头，模拟小程序 <text> 的裁切行为，避免列文字重叠） */
.c-idx, .c-cp, .c-time, .c-amt, .c-bal { flex: none; overflow: hidden; text-overflow: ellipsis; }
.c-idx { width: 40px; text-align: center; }
.c-cp { width: 120px; }
.c-time { width: 130px; }
.c-amt { width: 100px; text-align: right; }
.c-bal { width: 80px; text-align: right; }
.c-rm { flex: 1; min-width: 120px; white-space: normal; }

.income { color: #00b42a; }
.expense { color: #f53f3f; }
.linkish { color: #165dff; }

.empty {
  text-align: center;
  padding: 24px;
  font-size: 14px;
  color: #86909c;
}

.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
  font-size: 13px;
  color: #4e5969;
}

.pg-info {
  min-width: 80px;
  text-align: center;
}

.foot-bar {
  margin-top: 12px;
  padding: 12px;
  background: #f7f8fa;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #4e5969;
}

.foot-bar.sub {
  font-weight: 400;
  font-size: 13px;
}

.tbl-narrow { min-width: 280px; }
.c-d { flex: 1; }
.c-amt2 { width: 120px; text-align: right; }

.sub-mod-title {
  font-size: 14px;
  font-weight: 500;
  color: #1d2129;
  margin-bottom: 12px;
  margin-top: 8px;
}

.leg-bar {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  font-size: 12px;
  color: #86909c;
  margin-bottom: 16px;
}

.leg-bar .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  margin-right: 4px;
  vertical-align: middle;
}

.leg-bar .dot.income { background: #00b42a; }
.leg-bar .dot.expense { background: #f53f3f; }
.leg-bar .dot.primary { background: #165dff; }

.btn-groups {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}

.grp {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pill {
  padding: 6px 14px;
  font-size: 13px;
  border: 1px solid #e5e6eb;
  color: #86909c;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}

.pill.on {
  background: #165dff;
  color: #fff;
  border-color: #165dff;
}

.tbl-rank { min-width: 720px; }

.r-i, .r-n, .r-a, .r-ai, .r-ao, .r-c { flex: none; overflow: hidden; text-overflow: ellipsis; }
.r-i { width: 36px; text-align: center; }
.r-n { width: 120px; }
.r-a, .r-ai, .r-ao { width: 100px; text-align: right; }
.r-c { width: 64px; text-align: center; }

.tbl-detail { min-width: 700px; }

.d-i, .d-t, .d-a, .d-b, .d-c { flex: none; overflow: hidden; text-overflow: ellipsis; }
.d-i { width: 40px; text-align: center; }
.d-t { width: 130px; }
.d-a { width: 100px; text-align: right; }
.d-b { width: 80px; text-align: right; }
.d-c { width: 120px; }
.d-r { flex: 1; min-width: 100px; white-space: normal; }

.bottom-spacer { height: 8px; }
.mod-last { margin-bottom: 32px; }

.fix-actions {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: #fff;
  border-top: 1px solid #e5e6eb;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.04);
  z-index: 100;
}

.fa-btn {
  flex: 1;
  min-width: 22%;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  padding: 0 4px;
  border-radius: 6px;
  margin: 0;
  cursor: pointer;
  text-align: center;
}

.fa-btn.sec {
  background: #fff;
  color: #165dff;
  border: 1px solid #165dff;
}

.fa-btn.warn {
  background: #fff;
  color: #f53f3f;
  border: 1px solid #f53f3f;
}

/* 风险明细弹窗 */
.risk-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 400;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.risk-overlay-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.risk-overlay-box {
  position: relative;
  width: 100%;
  max-width: 720px;
  max-height: 74vh;
  background: #fff;
  border-radius: 12px 12px 0 0;
  padding: 16px 16px calc(16px + env(safe-area-inset-bottom));
  box-sizing: border-box;
  z-index: 1;
}

.risk-overlay-hd {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  gap: 12px;
}

.risk-overlay-title {
  font-size: 16px;
  font-weight: 500;
  color: #1d2129;
  line-height: 24px;
  flex: 1;
}

.risk-overlay-close {
  font-size: 14px;
  color: #165dff;
  flex-shrink: 0;
  padding: 4px 0;
  cursor: pointer;
}

.risk-overlay-scroll {
  height: 58vh;
  max-height: 58vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.risk-m-row {
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #f0f2f5;
  color: #4e5969;
}

.rm-i { width: 36px; flex-shrink: 0; }
.rm-d { width: 112px; flex-shrink: 0; }
.rm-a { width: 88px; flex-shrink: 0; text-align: right; }
.rm-c { flex: 1; padding-left: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rm-a.income { color: #00b42a; }
.rm-a.expense { color: #f53f3f; }

/* ===== 折叠卡片 展开/收起 ===== */
.fold-link {
  font-size: 14px;
  color: #165dff;
  cursor: pointer;
  flex-shrink: 0;
  padding: 2px 4px;
  user-select: none;
}

.mod-body {
  margin-top: 4px;
}

.mod-body[hidden] {
  display: none;
}

/* 模块内右对齐工具条（导出按钮等） */
.mod-toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

/* ===== 信息汇总 三列条 ===== */
.info-sum-strip {
  display: flex;
  align-items: stretch;
  gap: 8px;
  margin-bottom: 16px;
}

.info-sum-col {
  flex: 1;
  min-width: 0;
  background: #f7f8fa;
  border-radius: 8px;
  padding: 12px 10px;
  box-sizing: border-box;
  text-align: center;
}

.info-sum-cap {
  font-size: 13px;
  color: #4e5969;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info-sum-cnt {
  font-size: 12px;
  color: #86909c;
}

.info-sum-val {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info-sum-val.income { color: #00b42a; }
.info-sum-val.expense { color: #f53f3f; }
.info-sum-val.primary { color: #165dff; }

.info-sum-monthly {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dashed #e5e6eb;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.info-sum-monthly-label {
  font-size: 11px;
  color: #86909c;
  line-height: 16px;
}

.info-sum-monthly-val {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info-sum-monthly-val.income { color: #00b42a; }
.info-sum-monthly-val.expense { color: #f53f3f; }
.info-sum-monthly-val.primary { color: #165dff; }

/* ===== 解析历史记录（上传页 localStorage） ===== */
.up-history {
  margin-top: 24px;
}

.uh-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.uh-title {
  font-size: 15px;
  font-weight: 500;
  color: #1d2129;
}

.uh-clear {
  font-size: 13px;
  color: #86909c;
  cursor: pointer;
  padding: 2px 4px;
}

.uh-hint {
  font-size: 12px;
  color: #86909c;
  line-height: 18px;
  margin-bottom: 12px;
}

.uh-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.uh-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #fff;
  border: 1px solid #f0f2f5;
  border-radius: 8px;
  padding: 12px 14px;
  cursor: pointer;
  transition: box-shadow 0.15s;
}

.uh-item:active {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

.uh-item-main {
  flex: 1;
  min-width: 0;
}

.uh-item-title {
  font-size: 14px;
  color: #1d2129;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uh-item-sub {
  font-size: 12px;
  color: #86909c;
  line-height: 18px;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uh-item-open {
  font-size: 13px;
  color: #165dff;
  flex-shrink: 0;
}
