/* CRM 线索中台 · 移动优先 App 风格（按设计图重做 2026-09-14）*/
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html { font-size: 14px; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", sans-serif;
  background: #F5F7FA; color: #111827; line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: #3B82F6; text-decoration: none; }
button { font-family: inherit; }

/* ---------- 页面骨架：手机优先，桌面居中 ---------- */
.wrap { max-width: 680px; margin: 0 auto; padding: 14px 14px calc(84px + env(safe-area-inset-bottom)); }
.page-head {
  max-width: 680px; margin: 0 auto; padding: 18px 16px 10px;
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.page-head h1 { font-size: 21px; font-weight: 800; letter-spacing: -.3px; }
.page-head .ph-sub { font-size: 11px; color: #9CA3AF; font-weight: 400; margin-top: 1px; }
.ph-actions { display: flex; gap: 8px; align-items: center; }

/* ---------- 卡片 ---------- */
.card {
  background: #fff; border-radius: 16px; padding: 16px;
  box-shadow: 0 1px 4px rgba(17,24,39,.05); margin-bottom: 12px;
}
.card-title { font-size: 14px; font-weight: 700; margin-bottom: 12px; display: flex; align-items: center; gap: 6px; }
.card-title .more { margin-left: auto; font-size: 12px; font-weight: 400; color: #3B82F6; cursor: pointer; }
.muted { color: #9CA3AF; }
.small { font-size: 12px; }

/* ---------- 底部 Tab 栏 ---------- */
.tabbar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
  background: rgba(255,255,255,.94); backdrop-filter: saturate(180%) blur(16px);
  border-top: 1px solid rgba(17,24,39,.06);
  display: flex; padding-bottom: env(safe-area-inset-bottom);
}
.tabbar a {
  flex: 1; display: flex; flex-direction: column; align-items: center; gap: 1px;
  padding: 7px 0 5px; color: #9CA3AF; font-size: 10px; font-weight: 500; text-decoration: none;
}
.tabbar a.active { color: #3B82F6; font-weight: 600; }
.tabbar .ticon { width: 24px; height: 24px; display: block; }
.tabbar .tab-plus { position: relative; flex: 1; }
.tabbar .plusbtn {
  position: absolute; left: 50%; top: -16px; transform: translateX(-50%);
  width: 46px; height: 46px; border-radius: 50%;
  background: linear-gradient(135deg, #60A5FA, #2563EB); color: #fff;
  font-size: 28px; font-weight: 300; line-height: 44px; text-align: center;
  box-shadow: 0 6px 16px rgba(59,130,246,.38);
}
.tabbar .plus-label { padding-top: 30px; }

/* ---------- 徽章 / 标签 ---------- */
.lv { display: inline-block; min-width: 30px; text-align: center; padding: 1px 8px; border-radius: 999px; font-weight: 700; font-size: 11px; color: #fff; }
.lv.S { background: #EF4444; } .lv.A { background: #F59E0B; }
.lv.B { background: #6366F1; } .lv.C { background: #9CA3AF; }
.tag { display: inline-block; padding: 1px 8px; border-radius: 999px; font-size: 11px; background: #F3F4F6; color: #6B7280; white-space: nowrap; }
.tag.warn { background: #FEF3C7; color: #B45309; }
.st { font-size: 11px; padding: 2px 9px; border-radius: 999px; background: #F3F4F6; color: #6B7280; white-space: nowrap; }
.st.new { background: #DBEAFE; color: #2563EB; }
.st.contacted { background: #DBEAFE; color: #1D4ED8; }
.st.quoted { background: #FEF3C7; color: #B45309; }
.st.won { background: #D1FAE5; color: #059669; }
.st.lost, .st.invalid, .st.ignored { background: #F3F4F6; color: #9CA3AF; }

/* ---------- 头像 ---------- */
.avatar {
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 16px; font-weight: 600; background: #CBD5E1;
}
.avatar.sm { width: 32px; height: 32px; font-size: 13px; }
.avatar.lg { width: 54px; height: 54px; font-size: 22px; }
.av-S { background: linear-gradient(135deg,#F87171,#DC2626); }
.av-A { background: linear-gradient(135deg,#FBBF24,#D97706); }
.av-B { background: linear-gradient(135deg,#818CF8,#4F46E5); }
.av-C { background: linear-gradient(135deg,#CBD5E1,#94A3B8); }

/* ---------- 统计三卡（仪表盘）：标签在上、数字中、说明在下 ---------- */
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 12px; }
.stat { background: #fff; border-radius: 16px; padding: 13px 14px; box-shadow: 0 1px 4px rgba(17,24,39,.05); }
.stat .label { font-size: 11px; color: #6B7280; margin-bottom: 2px; }
.stat .num { font-size: 26px; font-weight: 800; letter-spacing: -.5px; line-height: 1.15; }
.stat .delta { font-size: 11px; font-weight: 600; color: #10B981; margin-top: 3px; }
.stat .delta.gray { color: #9CA3AF; font-weight: 400; }
.stat.blue .num { color: #3B82F6; }
.stat.green .num { color: #10B981; }

/* ---------- 快捷入口 ---------- */
.quick-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 12px; }
.qitem {
  background: #fff; border-radius: 16px; padding: 13px 4px 11px; text-align: center;
  box-shadow: 0 1px 4px rgba(17,24,39,.05); color: #374151; font-size: 11px; font-weight: 500;
  cursor: pointer; text-decoration: none;
}
.qitem:active { transform: scale(.95); }
.qitem .qicon {
  width: 40px; height: 40px; border-radius: 13px; margin: 0 auto 6px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 10px rgba(17,24,39,.12);
}
.qitem .qicon svg { width: 21px; height: 21px; }
.qicon.c1 { background: linear-gradient(135deg,#6EA8FF,#2F6BF0); }
.qicon.c2 { background: linear-gradient(135deg,#FFB86B,#F97316); }
.qicon.c3 { background: linear-gradient(135deg,#B39BFF,#7C5CF0); }
.qicon.c4 { background: linear-gradient(135deg,#4FD8EB,#0891B2); }

/* ---------- 图表区 ---------- */
.dist-row { display: flex; align-items: center; gap: 8px; margin-bottom: 9px; font-size: 12px; }
.dist-row .name { width: 74px; color: #6B7280; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; flex-shrink: 0; }
.dist-row .bar-wrap { flex: 1; background: #F3F4F6; border-radius: 999px; height: 10px; overflow: hidden; }
.dist-row .bar { height: 100%; border-radius: 999px; background: linear-gradient(90deg,#60A5FA,#2563EB); }
.dist-row .bar.g2 { background: linear-gradient(90deg,#34D399,#059669); }
.dist-row .val { width: 40px; color: #111827; font-weight: 600; text-align: right; flex-shrink: 0; }
.legend { display: flex; gap: 14px; flex-wrap: wrap; font-size: 11px; color: #6B7280; margin-top: 8px; }
.legend i { display: inline-block; width: 8px; height: 8px; border-radius: 3px; margin-right: 4px; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 400px) { .two-col { grid-template-columns: 1fr; } }

/* ---------- 搜索框 ---------- */
.searchbar {
  display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 999px;
  padding: 9px 14px; box-shadow: 0 1px 4px rgba(17,24,39,.05); margin-bottom: 10px;
}
.searchbar input { flex: 1; border: none; outline: none; font-size: 14px; background: transparent; }
.searchbar .sicon { color: #9CA3AF; font-size: 15px; }

/* ---------- 分段切换器 ---------- */
.seg {
  display: flex; background: #E9EDF3; border-radius: 12px; padding: 3px; margin-bottom: 10px;
}
.seg button {
  flex: 1; border: none; background: transparent; border-radius: 9px;
  padding: 8px 6px; font-size: 13px; font-weight: 600; color: #6B7280; cursor: pointer;
  transition: all .15s;
}
.seg button.active { background: #fff; color: #2563EB; box-shadow: 0 1px 3px rgba(17,24,39,.1); }

/* ---------- 筛选 chips（flex-wrap，不裁剪下拉菜单） ---------- */
.chips { display: flex; gap: 8px; flex-wrap: wrap; padding: 2px 0 8px; }
.chip { position: relative; flex-shrink: 0; }
.chip summary {
  list-style: none; user-select: none; cursor: pointer;
  background: #fff; border: 1px solid #E5E7EB; border-radius: 999px;
  padding: 5px 14px; font-size: 12px; color: #4B5563; white-space: nowrap;
  box-shadow: 0 1px 3px rgba(17,24,39,.04);
}
/* 「全部」实心按钮（设计图：选中态蓝底） */
.chip-all {
  border: 1px solid #3B82F6; background: #3B82F6; color: #fff; border-radius: 999px;
  padding: 5px 15px; font-size: 12px; font-weight: 600; cursor: pointer; flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(59,130,246,.28);
}
.chip-all:not(.on) { background: #fff; color: #4B5563; border-color: #E5E7EB; font-weight: 500; box-shadow: 0 1px 3px rgba(17,24,39,.04); }
.chip summary::-webkit-details-marker { display: none; }
.chip summary::after { content: ' ▾'; font-size: 10px; color: #9CA3AF; }
.chip[open] summary { border-color: #3B82F6; color: #2563EB; }
.chip.on summary { background: #3B82F6; border-color: #3B82F6; color: #fff; }
.chip.on summary::after { color: rgba(255,255,255,.8); }
.chip-menu {
  position: absolute; top: calc(100% + 6px); left: 0; z-index: 60; min-width: 130px;
  background: #fff; border-radius: 12px; padding: 5px;
  box-shadow: 0 8px 28px rgba(17,24,39,.16); max-height: 300px; overflow-y: auto;
}
.chip-opt { padding: 8px 12px; border-radius: 8px; font-size: 13px; color: #374151; cursor: pointer; white-space: nowrap; }
.chip-opt:active, .chip-opt:hover { background: #EFF6FF; color: #2563EB; }

/* ---------- 列表统计行 ---------- */
.list-meta { display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: #9CA3AF; margin-bottom: 10px; }
.list-meta .sortbtn { background: none; border: none; color: #6B7280; font-size: 12px; cursor: pointer; }

/* ---------- 线索卡片 ---------- */
.lead-card-item {
  background: #fff; border-radius: 16px; padding: 13px 14px; margin-bottom: 10px;
  box-shadow: 0 1px 4px rgba(17,24,39,.05); cursor: pointer; transition: transform .1s;
}
.lead-card-item:active { transform: scale(.985); }
.lead-card-item.dim { opacity: .5; }
.lead-card-item.picked { outline: 2px solid #3B82F6; }
.lc-top { display: flex; align-items: center; gap: 9px; margin-bottom: 7px; }
.lc-top .nick { font-size: 14px; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lc-top .lv { margin-left: auto; flex-shrink: 0; }
.lc-body {
  font-size: 13px; color: #374151; margin-bottom: 8px; line-height: 1.55;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.lc-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 8px; }
.lc-tags .tp { background: #DBEAFE; color: #2563EB; }
.lc-tags .tc { background: #CFFAFE; color: #0E7490; }
.lc-tags .tu { background: #D1FAE5; color: #059669; }
.lc-tags .td { background: #FEF3C7; color: #B45309; }
.lc-foot { display: flex; align-items: center; justify-content: space-between; font-size: 11px; color: #9CA3AF; }
.lc-foot .go { color: #9CA3AF; }
.lc-score { font-size: 11px; color: #9CA3AF; font-weight: 600; }

/* ---------- 同行分组 ---------- */
.peer-group { background: #fff; border-radius: 16px; box-shadow: 0 1px 4px rgba(17,24,39,.05); margin-bottom: 12px; overflow: hidden; }
.peer-head { display: flex; align-items: center; gap: 9px; padding: 12px 14px; background: #FAFBFF; border-bottom: 1px solid #F3F4F6; flex-wrap: wrap; }
.peer-head .pname { font-size: 14px; font-weight: 700; }
.peer-head .pmeta { font-size: 11px; color: #9CA3AF; width: 100%; padding-left: 41px; margin-top: -4px; }
.peer-item { padding: 11px 14px; border-bottom: 1px solid #F5F6F8; cursor: pointer; }
.peer-item:last-child { border-bottom: none; }
.peer-item:active { background: #FAFBFF; }

/* ---------- 选择模式浮条 ---------- */
.selbar {
  position: fixed; left: 12px; right: 12px; bottom: calc(70px + env(safe-area-inset-bottom)); z-index: 150;
  max-width: 656px; margin: 0 auto;
  background: rgba(17,24,39,.92); color: #fff; border-radius: 14px; padding: 10px 14px;
  display: flex; align-items: center; gap: 8px; font-size: 13px;
  box-shadow: 0 8px 24px rgba(17,24,39,.3);
}
.selbar button { border: none; border-radius: 8px; padding: 6px 12px; font-size: 12px; cursor: pointer; }
.selbar .b1 { background: #3B82F6; color: #fff; }
.selbar .b2 { background: #10B981; color: #fff; }
.selbar .bx { background: transparent; color: #9CA3AF; margin-left: auto; }

/* ---------- 详情页 ---------- */
.detail-nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.94); backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid rgba(17,24,39,.05);
  display: flex; align-items: center; padding: 12px 14px; gap: 10px;
}
.detail-nav .back { font-size: 20px; color: #374151; cursor: pointer; padding: 0 6px 0 0; }
.detail-nav h1 { font-size: 16px; font-weight: 700; flex: 1; text-align: center; }
.detail-nav .nav-r { width: 34px; }
.user-card-top { display: flex; align-items: center; gap: 12px; }
.user-card-top .uname { font-size: 17px; font-weight: 800; }
.meta-line { display: flex; gap: 8px; align-items: flex-start; font-size: 12px; margin-bottom: 7px; }
.meta-line .mk { color: #9CA3AF; flex-shrink: 0; width: 58px; }
.meta-line .mv { color: #374151; word-break: break-all; flex: 1; }
.copy-mini { flex-shrink: 0; background: none; border: none; color: #3B82F6; font-size: 12px; cursor: pointer; padding: 0 2px; }
.block-label { font-size: 12px; font-weight: 700; display: flex; align-items: center; gap: 6px; margin-bottom: 9px; }
.block-label::before { content: ''; width: 4px; height: 14px; border-radius: 2px; }
.block-label.b-red::before { background: #EF4444; }
.block-label.b-blue::before { background: #3B82F6; }
.block-label.b-green::before { background: #10B981; }
.block-label.b-orange::before { background: #F59E0B; }
.quote-box {
  background: #F8FAFC; border-radius: 12px; padding: 12px 13px; font-size: 13px; color: #374151;
  white-space: pre-wrap; word-break: break-word; line-height: 1.6;
}
.ai-card { background: linear-gradient(135deg,#F0F6FF,#F5F3FF); border: 1px solid #E0EAFF; }
.follow-card { background: #F0FDF4; border: 1px solid #D1FAE5; }
.follow-card .card-title { color: #047857; }

/* ---------- 复制按钮（三个不同底色，粗字） ---------- */
.copy-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 11px; }
.cbtn {
  border: 1px solid transparent; background: #F3F4F6; border-radius: 999px;
  padding: 6px 15px; font-size: 12px; cursor: pointer; color: #374151; font-weight: 700;
}
.cbtn:active { filter: brightness(.95); }
.cbtn.blue { background: #DBEAFE; border-color: #BFDBFE; color: #1D4ED8; }
.cbtn.purple { background: #EDE9FE; border-color: #DDD6FE; color: #6D28D9; }
.cbtn.cyan { background: #CFFAFE; border-color: #A5F3FC; color: #0E7490; }

/* ---------- 跟进进度按钮（底部色条区分四步） ---------- */
.progress-row { display: flex; gap: 7px; }
.pbtn {
  flex: 1; position: relative; border: 1.5px solid #E5E7EB; background: #fff; border-radius: 11px;
  padding: 9px 2px 12px; font-size: 12.5px; font-weight: 600; color: #4B5563; cursor: pointer;
}
.pbtn::after { content: ''; position: absolute; left: 16%; right: 16%; bottom: 4px; height: 3px; border-radius: 2px; background: #D1D5DB; }
.pbtn.b1::after { background: #3B82F6; }
.pbtn.b2::after { background: #6366F1; }
.pbtn.b3::after { background: #F59E0B; }
.pbtn.b4::after { background: #10B981; }
.pbtn:active { transform: scale(.96); }
.pbtn.b1.on { background: #3B82F6; border-color: #3B82F6; color: #fff; }
.pbtn.b2.on { background: #6366F1; border-color: #6366F1; color: #fff; }
.pbtn.b3.on { background: #F59E0B; border-color: #F59E0B; color: #fff; }
.pbtn.b4.on { background: #10B981; border-color: #10B981; color: #fff; }
.pbtn.on::after { background: rgba(255,255,255,.85); }
.sub-actions { margin-top: 9px; display: flex; gap: 14px; }
.sbtn { border: none; background: none; color: #9CA3AF; font-size: 12px; cursor: pointer; text-decoration: underline dotted; }
.sbtn:active { color: #EF4444; }

/* ---------- 状态网格 ---------- */
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 14px; font-size: 13px; }
.grid2 .gk { color: #9CA3AF; font-size: 12px; }
.grid2 .gv { font-weight: 600; margin-top: 1px; }

/* ---------- 底部固定操作栏（详情页） ---------- */
.action-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 200;
  background: rgba(255,255,255,.96); backdrop-filter: saturate(180%) blur(16px);
  border-top: 1px solid rgba(17,24,39,.06);
  display: flex; gap: 9px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
}
.action-bar button { border-radius: 12px; padding: 11px 6px; font-size: 14px; font-weight: 600; cursor: pointer; }
.ab-outline { flex: 1; background: #fff; border: 1.5px solid #BFDBFE; color: #2563EB; }
.ab-fill-lt { flex: 1.4; background: #DBEAFE; border: none; color: #1D4ED8; }
.ab-main { flex: 1.4; background: linear-gradient(135deg,#60A5FA,#2563EB); border: none; color: #fff; box-shadow: 0 4px 12px rgba(59,130,246,.3); }
.ab-main:disabled { background: #E5E7EB; color: #9CA3AF; box-shadow: none; }

/* ---------- 表单 ---------- */
.field { margin-bottom: 11px; }
.field label { display: block; font-size: 12px; color: #6B7280; margin-bottom: 4px; }
.field select, .field input, .field textarea {
  width: 100%; border: 1px solid #E5E7EB; border-radius: 11px; padding: 9px 12px;
  font-size: 14px; font-family: inherit; outline: none; background: #fff;
}
.field select:focus, .field input:focus, .field textarea:focus { border-color: #3B82F6; }
.field textarea { min-height: 70px; resize: vertical; }
.btn {
  display: inline-block; background: linear-gradient(135deg,#60A5FA,#2563EB); color: #fff;
  border: none; border-radius: 999px; padding: 9px 22px; font-size: 14px; cursor: pointer; font-weight: 600;
}
.btn.ghost { background: #fff; color: #2563EB; border: 1.5px solid #BFDBFE; }
.btn.danger { background: linear-gradient(135deg,#F87171,#DC2626); }
.btn.sm { padding: 5px 14px; font-size: 12px; }
.btn:disabled { opacity: .5; }

/* ---------- 紧凑行（分析页列表） ---------- */
.rowitem {
  display: flex; align-items: center; gap: 10px; padding: 11px 2px;
  border-bottom: 1px solid #F3F4F6; font-size: 13px;
}
.rowitem:last-child { border-bottom: none; }
.rowitem .rname { flex: 1; min-width: 0; }
.rowitem .rname b { display: block; font-size: 13.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rowitem .rname .rsub { font-size: 11px; color: #9CA3AF; }
.rowitem .rnums { display: flex; gap: 10px; align-items: center; flex-shrink: 0; font-size: 12px; color: #6B7280; }
.rowitem .rnums b { color: #111827; font-size: 14px; }

/* ---------- 时间线 ---------- */
.timeline { list-style: none; }
.timeline li { position: relative; padding: 0 0 13px 18px; }
.timeline li::before { content: ''; position: absolute; left: 3px; top: 7px; width: 6px; height: 6px; border-radius: 50%; background: #3B82F6; }
.timeline li::after { content: ''; position: absolute; left: 5.5px; top: 17px; bottom: 2px; width: 1px; background: #E5E7EB; }
.timeline li:last-child::after { display: none; }
.timeline .t-head { font-size: 13px; font-weight: 600; }
.timeline .t-meta { font-size: 11px; color: #9CA3AF; }
.timeline .t-body { font-size: 12px; color: #4B5563; margin-top: 1px; word-break: break-all; }

/* ---------- 折叠块 ---------- */
details.fold > summary {
  cursor: pointer; font-size: 12px; font-weight: 700; color: #9CA3AF; list-style: none; user-select: none;
  display: flex; align-items: center; gap: 6px;
}
details.fold > summary::-webkit-details-marker { display: none; }
details.fold > summary::before { content: '▸'; }
details.fold[open] > summary::before { content: '▾'; }

/* ---------- 登录页 ---------- */
.login-wrap {
  min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 20px;
  background: linear-gradient(160deg, #EFF6FF 0%, #F5F7FA 55%);
}
.login-box { width: 100%; max-width: 340px; background: #fff; border-radius: 22px; padding: 34px 26px; box-shadow: 0 8px 40px rgba(37,99,235,.1); text-align: center; }
.login-logo {
  width: 60px; height: 60px; border-radius: 16px; margin: 0 auto 14px;
  background: linear-gradient(135deg,#60A5FA,#2563EB); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 26px; font-weight: 800;
}
.login-box h1 { font-size: 19px; margin-bottom: 3px; }
.login-box .sub { font-size: 12px; color: #9CA3AF; margin-bottom: 22px; }
.login-box input {
  width: 100%; border: 1px solid #E5E7EB; border-radius: 12px; padding: 12px 15px;
  font-size: 15px; margin-bottom: 11px; outline: none; text-align: center;
}
.login-box input:focus { border-color: #3B82F6; }
.login-box .btn { width: 100%; padding: 12px; font-size: 15px; }
.login-err { color: #EF4444; font-size: 12px; min-height: 18px; margin-bottom: 6px; }

/* ---------- 我的页 ---------- */
.me-head { display: flex; align-items: center; gap: 13px; }
.me-list .rowitem { cursor: pointer; }
.me-list .rowitem:active { background: #F8FAFC; }

/* ---------- token 明文 ---------- */
.token-plain {
  background: #0F172A; color: #5EFF8C; padding: 11px; border-radius: 11px;
  font-family: SFMono-Regular, Menlo, monospace; font-size: 12px; word-break: break-all;
}

/* ---------- toast ---------- */
#toast {
  position: fixed; left: 50%; bottom: 14vh; z-index: 999;
  transform: translateX(-50%) translateY(20px);
  background: rgba(17,24,39,.92); color: #fff;
  padding: 9px 22px; border-radius: 999px; font-size: 13px;
  opacity: 0; pointer-events: none; transition: all .25s;
}
#toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ---------- 加载更多 ---------- */
.loadmore { display: block; width: 100%; background: #fff; border: none; border-radius: 12px; padding: 11px; font-size: 13px; color: #3B82F6; font-weight: 600; cursor: pointer; box-shadow: 0 1px 4px rgba(17,24,39,.05); }
.empty { text-align: center; padding: 40px 10px; color: #9CA3AF; font-size: 13px; }
