/* ===== styles-pages.cssb錦? / *?-? / ?:? / 踃 / ? / 鲷? /
   {Uu footer H / 坥-? / 剣? / 疷 / J)絀 / ?h / CRM ?	
   ?? styles.css6礲	爙z?, 4 M ===== */

/* 宸ヤ綔鍙? */
.wb-banner { display: flex; justify-content: space-between; align-items: center; background: linear-gradient(135deg, #1e3a8a, #2563eb); color: #fff; border-radius: 12px; padding: 20px 24px; margin-bottom: 16px; }
.wb-hi { font-size: 20px; font-weight: 700; }
.wb-sub { font-size: 13px; opacity: .85; margin-top: 6px; }
.wb-tip { font-size: 12px; background: rgba(255,255,255,.18); padding: 5px 12px; border-radius: 20px; white-space: nowrap; }
.wb-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 16px; }
.wb-list { display: flex; flex-direction: column; }
.wb-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 4px; border-bottom: 1px solid #f1f5f9; cursor: pointer; }
.wb-item:hover { background: #f9fafb; }
.wb-item:last-child { border-bottom: none; }
.wb-item-title { font-size: 14px; font-weight: 600; color: #1f2937; }
.wb-item-sub { font-size: 12px; color: #94a3b8; margin-top: 3px; }
.wb-item-right { text-align: right; }
.wb-item-val { font-size: 14px; font-weight: 700; color: #1f2937; }
.wb-item-right .tag { margin-top: 4px; display: inline-block; }
.wb-remind { display: flex; flex-direction: column; }
.wb-remind-row { display: flex; align-items: center; gap: 10px; padding: 11px 6px; border-radius: 8px; cursor: pointer; }
.wb-remind-row:hover { background: #f9fafb; }
.wb-remind-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.dot-warn { background: #f59e0b; }
.dot-ok { background: #22c55e; }
.wb-remind-label { font-size: 14px; color: #374151; flex: 1; }
.wb-remind-val { font-size: 14px; font-weight: 700; color: #1f2937; }
.quick-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 12px; }
.quick-item { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px 10px; border: 1px solid #e5e7eb; border-radius: 10px; cursor: pointer; background: #fff; transition: .15s; }
.quick-item:hover { border-color: #2563eb; background: #eff6ff; transform: translateY(-2px); }
.quick-icon { font-size: 28px; }
.quick-label { font-size: 13px; color: #374151; }
@media (max-width: 720px) {
  .wb-cols { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; gap: 10px; }
  .modal-mask { align-items: flex-end; }
  .modal-box, .modal-box.modal-md, .modal-box.modal-lg { width: 100vw; max-width: 100vw; border-radius: 18px 18px 0 0; max-height: 94vh; }
  .modal-foot, .modal-ops { flex-direction: column; gap: 8px; }
  .modal-foot .btn, .modal-foot .btn-primary.btn { width: 100%; margin-top: 8px; }
  .card-head { flex-direction: column; align-items: stretch; gap: 8px; }
  .data-table { font-size: 12px; }
}
/* 涓汉涓績锛氳祫鏂欏崱鐗? */
.info-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px 24px; padding: 6px 2px; }
.info-item { display: flex; flex-direction: column; gap: 4px; padding: 10px 12px; background: #f8fafc; border: 1px solid #eef2f7; border-radius: 8px; }
.info-k { font-size: 12px; color: #64748b; }
.info-v { font-size: 14px; color: #0f172a; font-weight: 600; word-break: break-all; }

/* 瀵嗙爜寮哄害鎻愮ず + 涓ゆ涓鑷存牎楠岋紙淇敼瀵嗙爜寮圭獥鍐呭鐢級 */
.pwd-strength { margin-top: 6px; }
.pwd-strength-bars { display: flex; gap: 6px; }
.pwd-strength-bars span { flex: 1; height: 5px; border-radius: 3px; background: #e5e7eb; transition: background .2s; }
.pwd-strength-label { font-size: 12px; margin-top: 4px; color: #6b7280; }
.pwd-req { display: flex; flex-wrap: wrap; gap: 6px 10px; margin-top: 6px; }
.pwd-req span { font-size: 12px; color: #9ca3af; display: inline-flex; align-items: center; gap: 3px; transition: color .15s; }
.pwd-req span::before { content: '鈼?'; font-size: 11px; }
.pwd-req span.met { color: #16a34a; }
.pwd-req span.met::before { content: '鈼?'; }
.pwd-match { font-size: 12px; margin-top: 5px; min-height: 16px; color: #6b7280; }
.pwd-match.ok { color: #16a34a; }
.pwd-match.bad { color: #dc2626; }

/* 鎷涜仒闃舵鐪嬫澘 */
.rec-board { display: grid; grid-template-columns: repeat(5, minmax(180px, 1fr)); gap: 12px; align-items: start; overflow-x: auto; padding-bottom: 6px; }
.rec-col { background: #f8fafc; border: 1px solid #eef2f7; border-radius: 10px; min-height: 120px; }
.rec-col-head { display: flex; justify-content: space-between; align-items: center; padding: 10px 12px; border-bottom: 1px solid #eef2f7; }
.rec-col-body { padding: 10px; display: flex; flex-direction: column; gap: 8px; }
.rec-card { background: #fff; border: 1px solid #e6ebf1; border-radius: 8px; padding: 10px 12px; cursor: pointer; transition: box-shadow .15s, transform .15s; }
.rec-card:hover { box-shadow: 0 4px 14px rgba(15,23,42,.08); transform: translateY(-1px); }
.rec-name { font-weight: 600; color: #0f172a; }
.rec-sub { font-size: 12px; color: #64748b; margin-top: 3px; }
.rec-meta { font-size: 12px; color: #f59e0b; margin-top: 4px; }

/* 宸ヤ綔鍙版嫑鑱樻紡鏂? */
.rec-funnel { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.rec-funnel-cell { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 14px 8px; border-radius: 10px; background: #f8fafc; border: 1px solid #eef2f7; }
.rec-funnel-num { font-size: 28px; font-weight: 700; line-height: 1.1; padding: 4px 14px; border-radius: 999px; }
.rec-funnel-label { font-size: 13px; color: #64748b; margin-top: 8px; }

.timeline { border-left: 3px solid #e2e8f0; margin-left: 6px; padding-left: 14px; }
.timeline-item { position: relative; padding: 4px 0 12px; }
.timeline-item::before { content: ''; position: absolute; left: -20px; top: 8px; width: 9px; height: 9px; border-radius: 50%; background: #2563eb; }
.timeline-item .time { font-size: 12px; color: #94a3b8; }
.timeline-item .title { font-size: 14px; font-weight: 600; color: #1e293b; margin: 2px 0; }
.timeline-item .desc { font-size: 13px; color: #475569; white-space: pre-wrap; }

/* 鐧诲綍椤靛簳閮細澶囨淇℃伅 + 鐗堟潈锛堣鐩栧湪鑳屾櫙鍥句笂锛岀櫧瀛楀姞娣辫壊娓愬彉淇濊瘉鍙锛? */
.login-footer { position: absolute; left: 0; right: 0; bottom: 0; z-index: 6; padding: 16px 24px 14px; text-align: center; color: #fff; font-size: 12px; line-height: 1.7; background: linear-gradient(to top, rgba(0,0,0,.32), rgba(0,0,0,0)); pointer-events: none; }
.login-footer .lf-filings { display: flex; flex-wrap: wrap; gap: 2px 16px; justify-content: center; }
.login-footer .lf-filings a, .login-footer .lf-filings span, .login-footer .lf-copyright { pointer-events: auto; }
.login-footer .lf-filings a, .login-footer .lf-filings span { color: #fff; text-decoration: none; text-shadow: 0 1px 4px rgba(0,0,0,.5); }
.login-footer .lf-filings a:hover { text-decoration: underline; }
.login-footer .lf-copyright { margin-top: 4px; opacity: .92; text-shadow: 0 1px 4px rgba(0,0,0,.5); }
.login-footer .lf-ico { vertical-align: middle; margin-right: 5px; height: 16px; width: 16px; object-fit: contain; border-radius: 3px; }
/* 绯荤粺璁剧疆锛氬妗堥」缂栬緫鍖? */
.st-filings { border: 1px dashed #e2e8f0; border-radius: 8px; padding: 8px; background: #fcfdfe; }
.st-filing-row .form-input { margin: 0; }
/* 娑堟伅涓績锛氶《閮ㄩ搩閾? + 绾㈢偣 + 涓嬫媺闈㈡澘 */
.bell-wrap { position: relative; display: inline-flex; align-items: center; margin-left: 2px; }
.msg-bell { cursor: pointer; font-size: 19px; user-select: none; line-height: 1; }
.msg-badge { position: absolute; top: -7px; right: -9px; background: #ef4444; color: #fff; font-size: 11px; line-height: 1.2; padding: 1px 5px; border-radius: 10px; min-width: 16px; text-align: center; font-family: -apple-system, sans-serif; box-shadow: 0 0 0 2px #fff; }
.msg-panel { position: absolute; top: calc(100% + 10px); right: 0; width: 320px; max-height: 430px; overflow-y: auto; background: #fff; border: 1px solid #e5e7eb; border-radius: 10px; box-shadow: 0 12px 34px rgba(15,23,42,.2); z-index: 300; padding: 8px; text-align: left; }
.mp-tabs { display: flex; gap: 4px; padding: 2px 2px 6px; border-bottom: 1px solid #f1f5f9; margin-bottom: 4px; }
.mp-tab { flex: 1; padding: 6px 4px; font-size: 12px; font-weight: 600; color: #64748b; background: #f8fafc; border: 1px solid #e5e7eb; border-radius: 7px; cursor: pointer; }
.mp-tab.active { color: #1d4ed8; background: #eff6ff; border-color: #bfdbfe; }
.mp-head { display: flex; justify-content: space-between; align-items: center; padding: 4px 6px 8px; border-bottom: 1px solid #f1f5f9; font-weight: 600; color: #1e293b; }
.mp-list { margin-top: 4px; }
.mp-item { padding: 9px 7px; border-radius: 8px; cursor: pointer; border-bottom: 1px solid #f8fafc; }
.mp-item:hover { background: #f1f5f9; }
.mp-unread { background: #eff6ff; }
.mp-unread:hover { background: #e0ecff; }
.mp-title { font-size: 13px; font-weight: 600; color: #1e293b; display: flex; align-items: center; gap: 6px; }
.mp-dot { width: 7px; height: 7px; border-radius: 50%; background: #3b82f6; flex: 0 0 auto; }
.mp-body { font-size: 12px; color: #64748b; margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mp-time { font-size: 11px; color: #94a3b8; margin-top: 4px; }
.mp-empty { padding: 28px 10px; text-align: center; }
.mp-count { display: inline-block; min-width: 16px; padding: 0 5px; font-size: 11px; line-height: 16px; text-align: center; background: #e2e8f0; color: #475569; border-radius: 9px; }
.mp-unread-badge { display: inline-block; padding: 0 6px; font-size: 11px; line-height: 16px; background: #ef4444; color: #fff; border-radius: 9px; }
.mp-item { position: relative; }
.mp-del { position: absolute; top: 6px; right: 6px; width: 18px; height: 18px; line-height: 16px; text-align: center; font-size: 12px; color: #94a3b8; border-radius: 5px; opacity: 0; transition: opacity .15s; }
.mp-item:hover .mp-del { opacity: 1; }
.mp-del:hover { background: #fee2e2; color: #dc2626; }
.msg-center .msg-item { position: relative; padding-right: 36px; }
.msg-center .msg-del { position: absolute; top: 10px; right: 10px; width: 20px; height: 20px; line-height: 18px; text-align: center; font-size: 13px; color: #94a3b8; border-radius: 5px; }
.msg-center .msg-del:hover { background: #fee2e2; color: #dc2626; }
.msg-center .msg-status { font-size: 11px; padding: 1px 7px; border-radius: 9px; font-weight: 600; }
.msg-center .msg-status.unread { background: #dbeafe; color: #1d4ed8; }
.msg-center .msg-status.read { background: #f1f5f9; color: #94a3b8; }
.msg-center .msg-item { display: flex; gap: 10px; padding: 12px; border: 1px solid #eef2f7; border-radius: 10px; margin-bottom: 10px; background: #fff; cursor: pointer; }
.msg-center .msg-item.unread { background: #f5f9ff; border-color: #dbeafe; }
.msg-center .msg-ic { font-size: 22px; flex: 0 0 auto; }
.msg-center .msg-main { flex: 1; min-width: 0; }
.msg-center .msg-t { font-weight: 600; color: #1e293b; display: flex; align-items: center; gap: 8px; }
.msg-center .msg-b { font-size: 13px; color: #475569; margin-top: 4px; white-space: pre-wrap; }
.msg-center .msg-m { font-size: 12px; color: #94a3b8; margin-top: 6px; }
.msg-center .msg-link { color: #2563eb; }

/* ===== 鎴戠殑鏂囦欢锛氭枃浠剁鐞嗗櫒锛堟枃浠跺す + 缂╃暐鍥? + 鎮仠淇℃伅锛? ===== */
.mf-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; margin-bottom: 12px; }
.mf-crumb { font-size: 13px; color: #888; display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.mf-crumb .mf-crumb-root, .mf-crumb .mf-crumb-region, .mf-crumb .mf-crumb { cursor: pointer; }
.mf-crumb .mf-crumb-root:hover, .mf-crumb .mf-crumb-region:hover, .mf-crumb .mf-crumb:hover { color: #2563eb; text-decoration: underline; }
.mf-crumb .mf-crumb.cur { color: #222; font-weight: 600; text-decoration: none; cursor: default; }
.mf-crumb .mf-crumb-sep { color: #ccc; }
.mf-actions { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.mf-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 12px; overflow: visible; }
.mf-tile { border: 1px solid #eee; border-radius: 8px; padding: 10px 8px; text-align: center; background: #fff; position: relative; cursor: default; transition: box-shadow .15s, border-color .15s; }
.mf-tile:hover { box-shadow: 0 4px 14px rgba(0,0,0,.1); border-color: #cfe; }
.mf-tile.folder { cursor: pointer; background: #fafbff; }
.mf-thumb { height: 88px; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 4px; background: #f6f7f9; }
.mf-thumb img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }
.folder-thumb { font-size: 46px; line-height: 1; background: transparent; }
.file-icon { font-size: 40px; line-height: 1; }
.file-icon.pdf { font-size: 15px; font-weight: 700; color: #fff; background: #e23c3c; width: 48px; height: 60px; border-radius: 6px; display: flex; align-items: center; justify-content: center; }
.mf-name { font-size: 12px; color: #333; margin-top: 6px; line-height: 1.3; max-height: 32px; overflow: hidden; word-break: break-all; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.mf-ops { margin-top: 6px; font-size: 12px; opacity: 0; transition: opacity .15s; }
.mf-tile:hover .mf-ops { opacity: 1; }
.mf-empty { grid-column: 1 / -1; color: #999; font-size: 13px; padding: 30px 0; text-align: center; }
/* 鎮仠鎻愮ず锛氫笂浼犱汉/鏃堕棿/澶у皬锛堟枃浠讹級锛屽垱寤轰汉/鏃堕棿锛堟枃浠跺す锛? */
.mf-tile[data-tip]:hover::after {
  content: attr(data-tip);
  position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%);
  white-space: pre-line; background: #1f2937; color: #fff; padding: 7px 9px; border-radius: 6px;
  font-size: 12px; line-height: 1.5; z-index: 60; pointer-events: none; max-width: 260px; text-align: left;
  box-shadow: 0 4px 14px rgba(0,0,0,.25);
}
.mf-tile[data-tip]:hover::before {
  content: ''; position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%);
  border: 6px solid transparent; border-top-color: #1f2937; z-index: 60; margin-bottom: -1px;
}

/* 閫氳褰? */
.addr-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0; }
.chip { border: 1px solid #e5e7eb; background: #fff; color: #374151; border-radius: 999px; padding: 5px 14px; font-size: 13px; cursor: pointer; transition: all .15s; }
.chip:hover { border-color: #93c5fd; }
.chip.active { background: #2563eb; border-color: #2563eb; color: #fff; }
.addr-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 12px; }
.addr-card { display: flex; align-items: center; gap: 12px; border: 1px solid #eee; border-radius: 10px; padding: 12px 14px; background: #fff; }
.addr-av { width: 42px; height: 42px; border-radius: 50%; background: #2563eb; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 600; flex: 0 0 auto; }
.addr-info { flex: 1 1 auto; min-width: 0; }
.addr-name { font-size: 15px; font-weight: 600; color: #111; display: flex; align-items: center; gap: 8px; }
.addr-sub { font-size: 12px; color: #6b7280; margin-top: 2px; }
.tag { font-size: 11px; padding: 1px 8px; border-radius: 999px; background: #eef2ff; color: #4338ca; font-weight: 500; white-space: nowrap; }
.tag-customer { background: #ecfdf5; color: #047857; }
.tag-supplier { background: #fff7ed; color: #c2410c; }
.tag-partner { background: #faf5ff; color: #7e22ce; }
.tag-cross_tenant { background: #eff6ff; color: #1d4ed8; }
.tag-manual { background: #f3f4f6; color: #374151; }

/* 閫氳褰曞崱鐗囩偣鍑讳笌鎿嶄綔 */
.addr-click { cursor: pointer; transition: box-shadow .15s, border-color .15s; }
.addr-click:hover { box-shadow: 0 4px 14px rgba(0,0,0,.08); border-color: #bfdbfe; }
.addr-act { display: flex; flex-direction: column; gap: 6px; flex: 0 0 auto; margin-left: auto; }
.btn-sm { padding: 4px 10px; font-size: 12px; }

/* 渚ф爮鏈绾㈢偣 */
.nav-badge { display: inline-block; min-width: 16px; height: 16px; line-height: 16px; padding: 0 4px; margin-left: 4px; background: #ef4444; color: #fff; border-radius: 999px; font-size: 11px; text-align: center; vertical-align: middle; }

/* 鑱婂ぉ鎶藉眽锛堝彸渚ф诞灞傦級 */
.chat-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: 380px; max-width: 92vw; background: #fff; border-left: 1px solid #e5e7eb; box-shadow: -6px 0 24px rgba(0,0,0,.12); display: flex; flex-direction: column; z-index: 200; }
.chat-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; border-bottom: 1px solid #eef0f3; font-weight: 600; font-size: 15px; color: #111; }
.chat-close { border: none; background: transparent; font-size: 18px; cursor: pointer; color: #9ca3af; line-height: 1; }
.chat-close:hover { color: #374151; }
.chat-list { flex: 1 1 auto; overflow-y: auto; padding: 16px; background: #f7f8fa; display: flex; flex-direction: column; gap: 12px; }
.chat-row { display: flex; align-items: flex-start; gap: 8px; max-width: 85%; }
.chat-row.me { align-self: flex-end; flex-direction: row-reverse; }
.chat-col { display: flex; flex-direction: column; min-width: 0; }
.chat-row.me .chat-col { align-items: flex-end; }
.chat-bubble { padding: 9px 13px; border-radius: 12px; background: #fff; border: 1px solid #e5e7eb; font-size: 14px; line-height: 1.5; color: #111; word-break: break-word; white-space: pre-wrap; }
.chat-row.me .chat-bubble { background: #2563eb; color: #fff; border-color: #2563eb; }
.chat-time { font-size: 11px; color: #9ca3af; margin-top: 3px; }
.chat-input-bar { display: flex; gap: 8px; padding: 12px; border-top: 1px solid #eef0f3; background: #fff; }
.chat-input-bar .form-input { flex: 1 1 auto; }

/* 浼氳瘽鍒楄〃 */
.chat-sess-list { display: flex; flex-direction: column; }
.chat-sess { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-bottom: 1px solid #f1f3f5; cursor: pointer; transition: background .15s; }
.chat-sess:hover { background: #f7f8fa; }
.chat-sess-info { flex: 1 1 auto; min-width: 0; }
.chat-sess-top { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.chat-sess-time { margin-left: auto; font-size: 12px; }
.chat-sess-last { font-size: 12px; color: #9ca3af; margin-top: 2px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.badge { display: inline-block; min-width: 18px; height: 18px; line-height: 18px; padding: 0 5px; background: #ef4444; color: #fff; border-radius: 999px; font-size: 11px; text-align: center; }

/* CRM锛氶攢鍞紡鏂? */
.opp-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 16px; }
.opp-stat { background: #f7f8fa; border: 1px solid #eef0f3; border-radius: 10px; padding: 14px 16px; text-align: center; }
.opp-stat-v { font-size: 20px; font-weight: 700; color: #111; }
.opp-stat-l { font-size: 12px; color: #6b7280; margin-top: 4px; }
.opp-stat.win .opp-stat-v { color: #16a34a; }
.funnel-wrap { display: flex; justify-content: center; background: #fbfcfe; border: 1px solid #eef0f3; border-radius: 12px; padding: 18px; }
.funnel { display: flex; flex-direction: column; align-items: center; gap: 6px; width: 100%; max-width: 560px; }
.funnel-step { color: #fff; border-radius: 8px; padding: 12px 10px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,.08); transition: width .25s; }
.funnel-label { font-size: 14px; font-weight: 600; }
.funnel-meta { font-size: 12px; opacity: .92; margin-top: 2px; }
.num { text-align: right; font-variant-numeric: tabular-nums; }

/* 闃舵/鐘舵佹爣绛撅紙甯﹁壊锛岃鍐? style 瑕嗙洊鑳屾櫙涓庢枃瀛楄壊锛? */
.tag { display: inline-block; padding: 2px 10px; border-radius: 999px; font-size: 12px; font-weight: 500; white-space: nowrap; }
.lnk.danger { color: #dc2626; }

/* 通用 Tab 栏（全站复用：售后/配件/工程/审批/档案等模块） */
.tabs { display: flex; flex-wrap: wrap; gap: 4px; border-bottom: 2px solid #eef0f3; margin-bottom: 14px; }
.tabs .tab { padding: 8px 18px; border: none; background: none; cursor: pointer; font-size: 14px; color: #6b7280; border-bottom: 2px solid transparent; margin-bottom: -2px; transition: color .15s, border-color .15s; border-radius: 0; }
.tabs .tab:hover { color: #2563eb; }
.tabs .tab.active { color: #2563eb; border-bottom-color: #2563eb; font-weight: 600; }

/* 员工档案 — 概览卡 + 齐全度 */
.profile-overview { display: flex; flex-wrap: wrap; gap: 8px 28px; background: #f7f8fa; border: 1px solid #eef0f3; border-radius: 10px; padding: 12px 16px; margin-bottom: 14px; }
.profile-overview .po-row { display: flex; align-items: baseline; gap: 6px; font-size: 13px; }
.profile-overview .po-row span { color: #9ca3af; }
.profile-overview .po-row b { color: #111; font-weight: 600; }

/* 员工档案 — 异动记录时间线 */
.timeline { position: relative; padding-left: 20px; }
.timeline .tl-item { position: relative; padding-bottom: 18px; padding-left: 8px; }
.timeline .tl-item:not(:last-child)::before { content: ''; position: absolute; left: 3px; top: 14px; bottom: 0; width: 2px; background: #e5e7eb; }
.timeline .tl-dot { position: absolute; left: -20px; top: 4px; width: 10px; height: 10px; border-radius: 50%; background: #2563eb; border: 2px solid #fff; box-shadow: 0 0 0 2px #dbeafe; }
.timeline .tl-body { background: #fff; border: 1px solid #eef0f3; border-radius: 8px; padding: 10px 14px; }
.timeline .tl-head { font-size: 14px; color: #111; }
.timeline .tl-time { float: right; font-size: 12px; color: #9ca3af; font-weight: 400; }
.timeline .tl-reason { font-size: 13px; color: #4b5563; margin-top: 4px; }
.timeline .tl-by { font-size: 12px; color: #9ca3af; margin-top: 4px; }

/* 档案补充弹窗：字段行 */
.kv { display: grid; grid-template-columns: 130px 1fr; align-items: center; gap: 8px; padding: 6px 0; border-bottom: 1px solid #f3f4f6; }
.kv .k { font-size: 13px; color: #6b7280; }
.kv .v { font-size: 14px; color: #111; }
.kv .v img { vertical-align: middle; }

/* ===== 人事测评模块（测评中心 / 答题器 / 付费弹窗 / 报告页 / 超管配置） ===== */
.assess-banner { padding: 10px 14px; border-radius: 10px; font-size: 13px; margin-bottom: 12px; }
.assess-tabs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.assess-tab { padding: 8px 16px; border: 1px solid #e5e7eb; background: #fff; border-radius: 20px; cursor: pointer; font-size: 13px; color: #4b5563; transition: all .15s; }
.assess-tab:hover { border-color: #6366f1; color: #6366f1; }
.assess-tab.active { background: #6366f1; border-color: #6366f1; color: #fff; font-weight: 600; }
.assess-detail-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.assess-price { font-weight: 700; font-size: 18px; white-space: nowrap; }
.assess-intro { color: #4b5563; line-height: 1.7; font-size: 14px; margin: 10px 0 14px; }

/* 答题器 */
.assess-progress { margin-bottom: 14px; }
.assess-progress .ap-info { display: flex; justify-content: space-between; font-size: 12px; color: #6b7280; margin-bottom: 6px; }
.assess-progress .ap-bar { height: 8px; background: #eef0f3; border-radius: 4px; overflow: hidden; }
.assess-progress .ap-bar div { height: 100%; background: linear-gradient(90deg, #6366f1, #8b5cf6); border-radius: 4px; transition: width .3s; }
.assess-qcard { background: #fff; border: 1px solid #eef0f3; border-radius: 12px; padding: 22px; }
.assess-qcard .aq-no { font-size: 12px; color: #9ca3af; margin-bottom: 8px; }
.assess-qcard .aq-text { font-size: 17px; font-weight: 600; color: #111; line-height: 1.6; margin-bottom: 16px; }
.assess-opt { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid #e5e7eb; border-radius: 10px; margin-bottom: 10px; cursor: pointer; transition: all .15s; background: #fff; }
.assess-opt:hover { border-color: #a5b4fc; background: #f5f3ff; }
.assess-opt.sel { border-color: #6366f1; background: #eef2ff; box-shadow: 0 0 0 1px #6366f1; }
.assess-opt .ao-dot { color: #cbd5e1; font-size: 14px; flex: 0 0 auto; }
.assess-opt.sel .ao-dot { color: #6366f1; }
.assess-opt .ao-text { font-size: 14px; color: #1f2937; line-height: 1.5; }

/* 付费弹窗 */
.pay-price { display: flex; align-items: baseline; gap: 10px; background: linear-gradient(90deg, #fef2f2, #fff7ed); border: 1px solid #fecaca; border-radius: 10px; padding: 12px 16px; margin-bottom: 14px; }
.pay-price .pp-label { font-size: 13px; color: #b91c1c; }
.pay-price .pp-num { font-size: 26px; font-weight: 800; color: #dc2626; }
.pay-price .pp-note { font-size: 12px; color: #9ca3af; }
.pay-code-box { background: linear-gradient(135deg, #eef2ff, #faf5ff); border: 1px dashed #a5b4fc; border-radius: 12px; padding: 16px; text-align: center; margin-bottom: 14px; }
.pay-code-box .pc-label { font-size: 13px; color: #4b5563; margin-bottom: 6px; }
.pay-code-box .pc-code { font-size: 34px; font-weight: 800; letter-spacing: 8px; color: #4f46e5; font-family: Consolas, Menlo, monospace; }
.pay-code-box .pc-hint { font-size: 12px; color: #dc2626; margin-top: 6px; }
.pay-qrs { display: flex; justify-content: center; gap: 20px; margin-bottom: 14px; }
.pay-qr { text-align: center; }
.pay-qr img { width: 128px; height: 128px; object-fit: contain; border: 1px solid #e5e7eb; border-radius: 10px; background: #fff; }
.pay-qr .pq-label { font-size: 12px; color: #6b7280; margin-top: 4px; }
.pay-noqr { background: #fffbeb; border: 1px solid #fde68a; color: #92400e; border-radius: 10px; padding: 12px; font-size: 13px; text-align: center; margin-bottom: 14px; }
.pay-form .form-input { margin-bottom: 10px; }
.pay-upload { display: flex; align-items: center; gap: 10px; }
.pay-shot { width: 96px; height: 96px; object-fit: cover; border-radius: 8px; border: 1px solid #e5e7eb; }
.pay-shot-empty { width: 96px; height: 96px; border: 1px dashed #d1d5db; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #9ca3af; font-size: 12px; background: #fafafa; }
.pay-ok, .pay-wait { text-align: center; padding: 24px 0 10px; }
.pay-ok .pay-title, .pay-wait .pay-title { font-size: 18px; font-weight: 700; color: #111; margin: 10px 0 6px; }
.pay-orderinfo { display: flex; flex-direction: column; gap: 4px; margin-top: 12px; font-size: 12px; color: #6b7280; }

/* 报告页（微信小程序风格卡片） */
.assess-report { background: #fff; border: 1px solid #eef0f3; border-radius: 16px; overflow: hidden; }
.assess-report .ar-head { background: linear-gradient(135deg, #6366f1, #8b5cf6); color: #fff; padding: 28px 28px 22px; }
.ar-head .ar-tag { display: inline-block; background: rgba(255,255,255,.18); border-radius: 14px; padding: 3px 12px; font-size: 12px; margin-bottom: 12px; }
.ar-head .ar-title { font-size: 30px; font-weight: 800; line-height: 1.3; }
.ar-head .ar-sub { font-size: 14px; opacity: .92; margin-top: 6px; }
.ar-head .ar-meta { display: flex; gap: 16px; margin-top: 14px; font-size: 12px; opacity: .9; flex-wrap: wrap; }
.assess-report .ar-body { padding: 20px 28px 24px; }
.ar-sec { margin-bottom: 20px; }
.ar-sec-title { font-size: 15px; font-weight: 700; color: #111; margin-bottom: 10px; }
.ar-p { font-size: 14px; color: #374151; line-height: 1.8; margin: 0; }
.ar-ul { margin: 0; padding-left: 4px; list-style: none; }
.ar-ul li { font-size: 14px; color: #374151; line-height: 1.8; padding: 4px 0; }
.ar-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 768px) { .ar-grid2 { grid-template-columns: 1fr; } }
.ar-good { background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 12px; padding: 14px 16px; }
.ar-warn { background: #fffbeb; border: 1px solid #fde68a; border-radius: 12px; padding: 14px 16px; }
.ar-jobs { display: flex; flex-wrap: wrap; gap: 8px; }
.ar-job { background: #eef2ff; color: #4338ca; border-radius: 16px; padding: 5px 14px; font-size: 13px; font-weight: 600; }
.ar-dimbar { height: 8px; background: #eef0f3; border-radius: 4px; overflow: hidden; }
.ar-dimbar div { height: 100%; background: linear-gradient(90deg, #6366f1, #8b5cf6); border-radius: 4px; }
.ar-disclaimer { font-size: 12px; color: #9ca3af; background: #fafafa; border: 1px solid #f0f0f0; border-radius: 8px; padding: 10px 14px; margin-top: 6px; line-height: 1.7; }

/* 超管：订单筛选与全局配置 */
.assess-filter { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; margin-bottom: 12px; }
.cfg-sec { background: #fafafa; border: 1px solid #f0f0f0; border-radius: 12px; padding: 14px 16px; margin-bottom: 14px; }
.cfg-sec-title { font-size: 14px; font-weight: 700; color: #111; margin-bottom: 10px; }
.cfg-qrs { display: flex; gap: 24px; flex-wrap: wrap; }
.cfg-qr { text-align: center; }
.cfg-qr-empty { width: 120px; height: 120px; border: 1px dashed #d1d5db; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #9ca3af; font-size: 12px; background: #fff; }
.cfg-prices { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 8px 16px; }
.cfg-price { display: flex; align-items: center; gap: 8px; }

/* 客服只读视图提示 */
.readonly-note { margin: 0; padding: 10px 14px; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 8px; color: #4338ca; font-size: 13px; }

/* 测评报告：维度等级徽标 */
.ar-lv { display: inline-block; margin-left: 4px; padding: 1px 7px; border-radius: 10px; font-size: 11px; font-weight: 700; vertical-align: middle; }
.ar-lv-high { background: #dcfce7; color: #15803d; }
.ar-lv-mid { background: #fef9c3; color: #a16207; }
.ar-lv-low { background: #e5e7eb; color: #6b7280; }
.ar-sub2 { font-size: 13px; font-weight: 700; color: #374151; margin: 10px 0 4px; }
.ar-typecard { background: linear-gradient(135deg, #eef2ff 0%, #faf5ff 100%); border: 1px solid #ddd6fe; }

/* 供应商服务标签多选控件 */
.chk-group { display: flex; flex-wrap: wrap; gap: 10px 18px; padding: 8px 0; }
.chk-inline { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #374151; cursor: pointer; }
.chk-inline input { width: 15px; height: 15px; cursor: pointer; }
