.data-period{display:inline-flex;padding:4px 7px;border-radius:6px;color:#087b58;background:#e9f9f1;font-size:11px}.data-period.stale{color:#a15c08;background:#fff1d6}.rd-freshness,.resource-freshness{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px;padding:9px 11px;border:1px solid #a8dfca;border-radius:9px;color:#087b58;background:#f1fcf7}.rd-freshness b,.resource-freshness b{font-size:12px}.rd-freshness span,.resource-freshness span{font-size:10px}.rd-freshness.stale,.resource-freshness.stale{border-color:#f0ce8d;color:#9a5b0a;background:#fff9ec}
.summary-platforms{display:grid;gap:6px;margin:10px 0}.summary-platforms>div{display:grid;gap:2px;padding:8px 10px;border:1px solid var(--line);border-radius:8px;background:var(--paper-soft)}.summary-platforms b{font-size:12px}.summary-platforms span{font-size:10px;color:var(--ink-4)}
/* ============================================================
   亿媒汇 · 设计系统
   ============================================================ */
:root {
  --brand: #1273d2;
  --brand-2: #0a55a8;
  --brand-3: #0ea5e9;
  --accent: #ff7f28;
  --accent-2: #f4511e;
  --grad: linear-gradient(135deg, #1e88e5 0%, #0a55a8 100%);
  --grad-accent: linear-gradient(135deg, #ff9736 0%, #f4511e 100%);
  --grad-soft: linear-gradient(135deg, rgba(18,115,210,.08), rgba(10,85,168,.08));
  --ink: #0f172a;
  --ink-1: #0f172a;
  --ink-2: #334155;
  --ink-3: #64748b;
  --ink-4: #94a3b8;
  --line: #e8ecf3;
  --bg: #f6f8fc;
  --card: #ffffff;
  --ok: #10b981;
  --warn: #f59e0b;
  --danger: #ef4444;
  --radius: 14px;
  --shadow-sm: 0 1px 2px rgba(15,23,42,.05), 0 1px 6px rgba(15,23,42,.04);
  --shadow-md: 0 6px 24px rgba(15,23,42,.07);
  --shadow-lg: 0 16px 48px rgba(15,23,42,.13);
  --font: "PingFang SC", "HarmonyOS Sans SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--ink); background: #fff; font-size: 15px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }
input, select, textarea { font-family: inherit; font-size: 14px; }
::selection { background: rgba(18,115,210,.18); }

.container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

/* ---------------- 按钮 ---------------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: none; border-radius: 10px;
  padding: 11px 24px; font-size: 14.5px; font-weight: 600; transition: all .22s; white-space: nowrap; line-height: 1.4; }
.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 4px 16px rgba(18,115,210,.32); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(18,115,210,.42); }
.btn-credit{background:linear-gradient(135deg,#7c3aed,#2563eb);color:#fff;border:0;box-shadow:0 8px 22px rgba(79,70,229,.24)}.btn-credit:hover{transform:translateY(-1px);box-shadow:0 11px 28px rgba(79,70,229,.32)}
.btn-ghost { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.35); backdrop-filter: blur(6px); }
.btn-ghost:hover { background: rgba(255,255,255,.22); }
.btn-outline { background: #fff; color: var(--brand); border: 1.5px solid var(--brand); }
.btn-outline:hover { background: var(--grad-soft); }
.btn-plain { background: #f1f5f9; color: var(--ink-2); }
.btn-plain:hover { background: #e2e8f0; }
.btn-danger { background: #fef2f2; color: var(--danger); }
.btn-danger:hover { background: #fee2e2; }
.btn-sm { padding: 7px 14px; font-size: 13px; border-radius: 8px; }
.btn-lg { padding: 14px 34px; font-size: 16px; border-radius: 12px; }
.btn-block { width: 100%; }
.btn:disabled { opacity: .55; cursor: not-allowed; transform: none !important; }

/* ---------------- 顶部导航 ---------------- */
.site-header { position: sticky; top: 0; z-index: 200; background: rgba(255,255,255,.86); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(232,236,243,.8); transition: all .25s; overflow: visible; }
.site-header .container { display: flex; align-items: center; height: 68px; gap: 28px; overflow: visible; }
.logo { display: flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 800; letter-spacing: .5px; }
.logo img { height: 36px; width: auto; }
.logo img.logo-full { height: 44px; }
.logo .logo-mark { width: 36px; height: 36px; border-radius: 10px; background: var(--grad); color: #fff; display: flex;
  align-items: center; justify-content: center; font-size: 18px; font-weight: 800; box-shadow: 0 4px 12px rgba(18,115,210,.35); }
.logo .logo-grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.main-nav { display: flex; align-items: center; gap: 6px; flex: 1; }
.main-nav > a, .nav-item > a { padding: 8px 14px; border-radius: 9px; color: var(--ink-2); font-weight: 500; font-size: 15px; transition: all .18s; display: block; }
.main-nav > a:hover, .main-nav > a.active, .nav-item > a:hover, .nav-item.active > a { color: var(--brand); background: var(--grad-soft); }
.main-nav > a.nav-recruit { display:flex; align-items:center; gap:5px; color:#d9472e; background:#fff0eb; font-weight:700; }
.main-nav > a.nav-recruit span { padding:2px 4px; border-radius:5px; color:#fff; background:#ef5b3f; font-size:8px; line-height:1; }
.main-nav > a.nav-recruit:hover { color:#fff; background:linear-gradient(135deg,#ef5b3f,#f58255); }
.nav-item { position: relative; }
.nav-item .caret { font-size: 10px; margin-left: 3px; opacity: .6; }
.mega { position: absolute; top: calc(100% + 2px); left: 50%; transform: translateX(-50%) translateY(8px); background: #fff;
  border-radius: 16px; box-shadow: var(--shadow-lg); border: 1px solid var(--line); padding: 16px; opacity: 0; visibility: hidden;
  transition: all .22s; width: min(860px, calc(100vw - 32px)); z-index: 80; }
/* 填补顶栏与下拉之间的空隙，避免鼠标移入时二级菜单闪断 */
.mega::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.nav-item:hover .mega,
.nav-item:focus-within .mega { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.mega-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 10px 12px; align-items: start; }
.mega-group { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.mega-group-title { font-size: 12px; color: var(--ink-4); font-weight: 700; padding: 2px 10px 8px; margin-bottom: 2px; border-bottom: 1px solid var(--line); letter-spacing: .02em; }
.mega-group > a,
.mega-service-links > a,
.nav-pop > a { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 10px; transition: background .16s; }
.mega-group > a:hover,
.mega-service-links > a:hover,
.nav-pop > a:hover { background: var(--bg); }
.mega img { width: 28px; height: 28px; flex: 0 0 28px; border-radius: 7px; object-fit: contain; }
.mega .m-name { font-size: 14px; font-weight: 600; color: var(--ink); }
.mega .m-desc { font-size: 12px; color: var(--ink-4); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.mega-service-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.mega-service-links > a { align-items: flex-start; min-width: 0; padding: 11px; color: var(--brand); background: #f5f9ff; }
.mega-service-links > a > span { min-width: 0; }
.mega-service-links b,
.mega-service-links small { display: block; }
.mega-service-links b { color: var(--ink); font-size: 13px; line-height: 1.35; }
.mega-service-links small { margin-top: 3px; color: var(--ink-4); font-size: 11px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.mega.nav-pop,
.nav-pop { right: 0; left: auto; width: 280px; padding: 8px; transform: translateY(7px); }
.nav-item:hover .mega.nav-pop,
.nav-item:focus-within .mega.nav-pop { transform: translateY(0); }
.nav-pop > a { color: var(--brand); }
.nav-pop > a > span { min-width: 0; }
.nav-pop b,
.nav-pop small { display: block; }
.nav-pop b { color: var(--ink); font-size: 13px; }
.nav-pop small { margin-top: 2px; color: var(--ink-4); font-size: 11px; line-height: 1.35; }

/* mega-ops dropdown（运营工具二级菜单，保留同事已上线样式） */
.mega.nav-pop.mega-ops,
.mega-ops {
  min-width: 340px; width: auto; max-width: 380px; padding: 14px;
  left: 0; right: auto; transform: translateX(0) translateY(8px);
}
.nav-item:hover .mega.nav-pop.mega-ops,
.nav-item:focus-within .mega.nav-pop.mega-ops,
.nav-item:hover .mega-ops,
.nav-item:focus-within .mega-ops { transform: translateX(0) translateY(0); }
.mega-ops-head { display: grid; gap: 2px; padding: 6px 10px 12px; border-bottom: 1px solid var(--line, #e8ecf3); margin-bottom: 8px; }
.mega-ops-head b { font-size: 13px; color: var(--ink, #0f172a); }
.mega-ops-head small { font-size: 12px; color: var(--ink-4, #94a3b8); }
.mega-ops-item { display: flex !important; align-items: center; gap: 12px; padding: 12px !important; border-radius: 12px; }
.mega-ops-icon {
  width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; flex-shrink: 0;
  color: #fff; font-weight: 800; font-size: 16px;
}
.mega-ops-icon.hongbi { background: linear-gradient(145deg, #ff5a4a, #e31c3d); }
.mega-ops-item .m-name { font-size: 14px; font-weight: 700; color: var(--ink, #0f172a); }
.mega-ops-item .m-name em {
  display: inline-block; margin-left: 6px; padding: 1px 6px; border-radius: 999px; font-style: normal;
  font-size: 10px; font-weight: 700; color: #e31c3d; background: rgba(227, 28, 61, .1);
}
.mega-ops-item .m-desc { font-size: 12px; color: var(--ink-4, #94a3b8); }
.mega-ops-more {
  display: block !important; margin-top: 6px; padding: 10px 12px !important; font-size: 13px; font-weight: 600;
  color: var(--brand, #1273d2) !important; border-radius: 10px;
}
.mega-ops-more:hover { background: var(--bg, #f8fafc) !important; }

.header-actions { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; background: none; border: none; font-size: 24px; color: var(--ink-2); }

/* 用户下拉 */
.user-chip { display: flex; align-items: center; gap: 8px; padding: 6px 12px 6px 6px; border-radius: 99px; background: var(--bg); cursor: pointer; position: relative; }
.user-chip .avatar { width: 30px; height: 30px; border-radius: 50%; background: var(--grad); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; overflow: hidden; }
.user-chip .avatar img { width: 100%; height: 100%; object-fit: cover; }
.user-menu { position: absolute; right: 0; top: calc(100% + 8px); background: #fff; border-radius: 12px; box-shadow: var(--shadow-lg);
  border: 1px solid var(--line); min-width: 170px; padding: 6px; opacity: 0; visibility: hidden; transition: all .2s; transform: translateY(6px); z-index: 60; }
.user-chip:hover .user-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.user-menu a { display: block; padding: 9px 13px; border-radius: 8px; font-size: 14px; color: var(--ink-2); }
.user-menu a:hover { background: var(--bg); color: var(--brand); }

/* ---------------- Hero ---------------- */
.hero { position: relative; background: #07182e; color: #fff; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 640px; height: 640px; border-radius: 50%; filter: blur(120px);
  background: rgba(18,115,210,.45); top: -220px; right: -120px; }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; filter: blur(130px);
  background: rgba(10,85,168,.35); bottom: -260px; left: -100px; }
.hero-inner { position: relative; z-index: 2; padding: 96px 0 110px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 16px; background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18); border-radius: 99px; font-size: 13px; color: #a9d3f5; margin-bottom: 22px; }
.hero h1 { font-size: 46px; line-height: 1.25; font-weight: 800; letter-spacing: .5px; margin-bottom: 18px; }
.hero h1 .grad { background: linear-gradient(90deg, #7cc4ff, #a8e6ff, #8ad8ff); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero p.lead { font-size: 17px; color: #b6c0e2; max-width: 560px; margin-bottom: 34px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 42px; margin-top: 46px; flex-wrap: wrap; }
.hero-stats .hs b { font-size: 28px; font-weight: 800; display: block; background: linear-gradient(90deg,#fff,#a9d3f5);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-stats .hs span { font-size: 13px; color: #8b95bd; }
.hero-visual { position: relative; min-height: 380px; }
.hv-card { position: absolute; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 16px;
  padding: 16px 18px; backdrop-filter: blur(12px); box-shadow: 0 20px 60px rgba(0,0,0,.35); animation: floatY 6s ease-in-out infinite; }
.hv-card .t { font-size: 12px; color: #97a1c9; margin-bottom: 8px; }
.hv-card .v { font-size: 20px; font-weight: 700; }
.hv-icons { display: flex; gap: 10px; }
.hv-icons img { width: 34px; height: 34px; border-radius: 9px; background: #fff; padding: 4px; }
@keyframes floatY { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* 强调按钮（品牌橙） */
.btn-accent { background: var(--grad-accent); color: #fff; box-shadow: 0 6px 20px rgba(244,81,30,.38); }
.btn-accent:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(244,81,30,.48); filter: brightness(1.04); }

/* ---------------- 首页 · 实时数据面板 ---------------- */
.hero-panel { background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.13); border-radius: 20px;
  padding: 22px 24px; backdrop-filter: blur(14px); box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.hp-head { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #a9d3f5; font-weight: 600; }
.hp-dot { width: 8px; height: 8px; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 0 rgba(52,211,153,.7); animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(52,211,153,.6); } 70% { box-shadow: 0 0 0 9px rgba(52,211,153,0); } 100% { box-shadow: 0 0 0 0 rgba(52,211,153,0); } }
.hp-live { margin-left: auto; font-size: 10px; font-weight: 800; letter-spacing: 1.5px; color: #34d399; border: 1px solid rgba(52,211,153,.4); border-radius: 6px; padding: 2px 7px; }
.hp-total { margin: 16px 0 18px; }
.hp-num { font-size: 40px; font-weight: 800; letter-spacing: 1px; background: linear-gradient(90deg, #fff, #8ad8ff); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-variant-numeric: tabular-nums; }
.hp-label { font-size: 12px; color: #8b95bd; margin-top: 2px; }
.hp-bars { display: flex; flex-direction: column; gap: 9px; }
.hp-bar-row { display: flex; align-items: center; gap: 9px; font-size: 12px; color: #a9c3e2; }
.hp-bar-row img { width: 20px; height: 20px; border-radius: 5px; background: #fff; padding: 1.5px; flex: none; }
.hp-bar-name { width: 62px; flex: none; white-space: nowrap; overflow: hidden; }
.hp-bar-track { flex: 1; height: 7px; border-radius: 99px; background: rgba(255,255,255,.09); overflow: hidden; }
.hp-bar-track i { display: block; height: 100%; width: var(--w, 40%); border-radius: 99px;
  background: linear-gradient(90deg, #1e88e5, #7cc4ff); animation: barGrow 1.2s cubic-bezier(.22,.9,.35,1) both; }
@keyframes barGrow { from { width: 0; } }
.hp-bar-row b { flex: none; min-width: 56px; text-align: right; color: #d9ecff; font-variant-numeric: tabular-nums; }
.hp-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.08); font-size: 12px; color: #8b95bd; }
.hp-foot span { display: inline-flex; align-items: center; gap: 5px; }
.hp-foot a { color: #7cc4ff; font-weight: 600; }

/* 跑马灯 */
.hero-marquee { position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,.08); overflow: hidden; padding: 14px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.hm-track { display: flex; gap: 34px; width: max-content; animation: marquee 36s linear infinite; }
.hm-track span { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #7f92bd; white-space: nowrap; }
.hm-track span svg { color: #38bdf8; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------------- 首页 · 服务体系 ---------------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svc { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 30px 28px; transition: all .25s; position: relative; overflow: hidden; }
.svc::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: var(--grad); opacity: 0; transition: opacity .25s; }
.svc:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.svc:hover::before { opacity: 1; }
.svc-ic { width: 56px; height: 56px; border-radius: 15px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; color: #fff; }
.svc-ic.c1 { background: linear-gradient(135deg, #1e88e5, #0a55a8); }
.svc-ic.c2 { background: linear-gradient(135deg, #ff9736, #f4511e); }
.svc-ic.c3 { background: linear-gradient(135deg, #0ea5e9, #0369a1); }
.svc-ic.c4 { background: linear-gradient(135deg, #14b8a6, #0f766e); }
.svc-ic.c5 { background: linear-gradient(135deg, #8b5cf6, #6d28d9); }
.svc-ic.c6 { background: linear-gradient(135deg, #f43f5e, #be123c); }
.svc h3 { font-size: 18.5px; font-weight: 800; margin-bottom: 8px; }
.svc p { font-size: 13.5px; color: var(--ink-3); min-height: 60px; }
.svc-link { display: inline-flex; align-items: center; gap: 5px; margin-top: 14px; font-size: 13.5px; font-weight: 700; color: var(--brand); }

/* ---------------- 首页 · 数据大屏 ---------------- */
.data-band { background: #07182e; padding: 78px 0; position: relative; overflow: hidden; }
.data-band::before { content: ""; position: absolute; width: 560px; height: 560px; background: rgba(18,115,210,.35); filter: blur(130px); border-radius: 50%; top: -220px; left: -80px; }
.data-band::after { content: ""; position: absolute; width: 460px; height: 460px; background: rgba(244,81,30,.16); filter: blur(130px); border-radius: 50%; bottom: -220px; right: -60px; }
.db-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; position: relative; z-index: 1; }
.db-item { text-align: center; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 30px 12px; transition: all .25s; }
.db-item:hover { background: rgba(255,255,255,.08); transform: translateY(-4px); }
.db-item b { display: block; font-size: 34px; font-weight: 800; background: linear-gradient(90deg, #fff, #8ad8ff);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-variant-numeric: tabular-nums; }
.db-item span { font-size: 13px; color: #93a8c8; }

/* ---------------- 首页 · 精选达人 ---------------- */
.star-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.star-card { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 26px 20px 22px; text-align: center; transition: all .25s; }
.star-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.star-ava { position: relative; width: 72px; height: 72px; margin: 0 auto 12px; }
.star-ava img:first-child, .star-ava > span { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; display: flex; align-items: center;
  justify-content: center; background: var(--grad); color: #fff; font-size: 26px; font-weight: 800; border: 3px solid #fff; box-shadow: 0 4px 14px rgba(15,23,42,.14); }
.star-plat { position: absolute; right: -3px; bottom: -3px; width: 26px !important; height: 26px !important; border-radius: 8px !important;
  background: #fff; padding: 2px; border: 2px solid #fff; box-shadow: 0 2px 8px rgba(15,23,42,.18); }
.star-name { font-size: 15.5px; font-weight: 700; }
.star-meta { font-size: 12px; color: var(--ink-4); margin: 3px 0 10px; }
.star-fans { margin-bottom: 10px; }
.star-fans b { font-size: 22px; font-weight: 800; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.star-fans span { font-size: 12px; color: var(--ink-4); margin-left: 4px; }
.star-tags { display: flex; justify-content: center; gap: 6px; margin-bottom: 14px; min-height: 24px; flex-wrap: wrap; }
.star-tags span { font-size: 11.5px; background: var(--bg); color: var(--ink-3); border-radius: 99px; padding: 3px 10px; }

/* ---------------- 首页 · 行业方案 ---------------- */
.ind-tabs { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin-bottom: 30px; }
.ind-tabs button { display: inline-flex; align-items: center; gap: 7px; border: 1.5px solid var(--line); background: #fff;
  border-radius: 99px; padding: 10px 22px; font-size: 14px; font-weight: 600; color: var(--ink-2); transition: all .2s; }
.ind-tabs button:hover { border-color: var(--brand); color: var(--brand); }
.ind-tabs button.on { background: var(--grad); border-color: transparent; color: #fff; box-shadow: 0 6px 18px rgba(18,115,210,.32); }
.ind-panel { display: none; background: var(--card); border: 1px solid var(--line); border-radius: 20px; padding: 40px; grid-template-columns: 1.5fr 1fr; gap: 40px; }
.ind-panel.on { display: grid; animation: fadeUp .35s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } }
.ind-main h3 { font-size: 22px; font-weight: 800; margin-bottom: 10px; }
.ind-main > p { color: var(--ink-3); font-size: 14.5px; margin-bottom: 18px; }
.ind-main ul { list-style: none; margin-bottom: 24px; }
.ind-main li { display: flex; align-items: center; gap: 9px; padding: 6px 0; font-size: 14px; color: var(--ink-2); }
.ind-main li svg { color: var(--ok); flex: none; }
.ind-side { display: flex; flex-direction: column; gap: 12px; justify-content: center; }
.ind-num { background: var(--grad-soft); border-radius: 14px; padding: 18px 22px; display: flex; align-items: baseline; gap: 12px; }
.ind-num b { font-size: 26px; font-weight: 800; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.ind-num span { font-size: 13px; color: var(--ink-3); }

/* ---------------- 首页 · 客户见证 ---------------- */
.tm-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tm { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 30px 28px; transition: all .25s; }
.tm:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.tm-quote { color: var(--brand); opacity: .35; margin-bottom: 12px; }
.tm p { font-size: 14px; color: var(--ink-2); line-height: 1.85; min-height: 128px; }
.tm-who { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.tm-ava { width: 42px; height: 42px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 16px; }
.tm-ava.c1 { background: linear-gradient(135deg, #1e88e5, #0a55a8); }
.tm-ava.c2 { background: linear-gradient(135deg, #ff9736, #f4511e); }
.tm-ava.c3 { background: linear-gradient(135deg, #14b8a6, #0f766e); }
.tm-who b { display: block; font-size: 14px; }
.tm-who span { font-size: 12px; color: var(--ink-4); }

/* ---------------- 首页 · FAQ ---------------- */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq { background: var(--card); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; transition: border-color .2s; }
.faq.open { border-color: rgba(18,115,210,.4); }
.faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 14px; background: none; border: none;
  text-align: left; padding: 18px 22px; font-size: 15.5px; font-weight: 700; color: var(--ink); }
.faq-caret { color: var(--ink-4); transition: transform .25s; display: inline-flex; }
.faq.open .faq-caret { transform: rotate(180deg); color: var(--brand); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq.open .faq-a { max-height: 240px; }
.faq-a p { padding: 0 22px 20px; font-size: 14px; color: var(--ink-3); line-height: 1.85; }

/* 平台卡 SVG 图标位 */
.p-ic-svg { width: 44px; height: 44px; border-radius: 11px; background: var(--grad-soft); display: flex; align-items: center; justify-content: center; color: var(--brand); flex: none; }

/* ---------------- 平台详情页 ---------------- */
.plat-hero::after { content: ""; position: absolute; width: 420px; height: 420px; background: var(--pc, #1273d2); opacity: .28; filter: blur(130px); border-radius: 50%; bottom: -220px; left: 30%; }
.ph-flex { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; position: relative; z-index: 1; flex-wrap: wrap; }
.ph-title { display: flex; align-items: center; gap: 18px; }
.ph-title img { width: 68px; height: 68px; border-radius: 17px; background: #fff; padding: 6px; box-shadow: 0 10px 30px rgba(0,0,0,.3); }
.ph-title h1 { font-size: 36px; font-weight: 800; }
.ph-biz { display: inline-flex; align-items: center; gap: 5px; margin-top: 6px; font-size: 13px; color: #7cc4ff; font-weight: 600; }
.ph-tagline { color: #b6c0e2; margin: 18px 0 26px; font-size: 16px; max-width: 620px; }
.ph-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.ph-stats { display: flex; gap: 14px; }
.ph-stat { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; padding: 18px 24px; text-align: center; backdrop-filter: blur(10px); }
.ph-stat b { display: block; font-size: 26px; font-weight: 800; background: linear-gradient(90deg,#fff,#8ad8ff); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.ph-stat span { font-size: 12px; color: #93a8c8; }

.plat-intro { display: grid; grid-template-columns: 1.5fr 1fr; gap: 50px; align-items: start; }
.pi-text .kicker { display: inline-block; color: var(--brand); font-weight: 700; font-size: 14px; letter-spacing: 2px; margin-bottom: 8px; }
.pi-text h2 { font-size: 30px; font-weight: 800; margin-bottom: 18px; }
.pi-points { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 22px; }
.pi-points div { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; color: var(--ink-2); background: var(--bg); border-radius: 11px; padding: 12px 16px; }
.pi-points svg { color: var(--ok); flex: none; }
.pi-card { background: var(--card); border: 1px solid var(--line); border-radius: 20px; padding: 34px 30px; text-align: center; box-shadow: var(--shadow-md); position: sticky; top: 90px; }
.pi-card img { width: 64px; height: 64px; border-radius: 16px; margin: 0 auto 14px; }
.pi-card-name { font-size: 20px; font-weight: 800; }
.pi-card-biz { font-size: 13px; color: var(--ink-4); margin: 4px 0 16px; }
.pi-card-num { background: var(--grad-soft); border-radius: 14px; padding: 16px; margin-bottom: 18px; }
.pi-card-num b { display: block; font-size: 28px; font-weight: 800; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.pi-card-num span { font-size: 12.5px; color: var(--ink-3); }

/* 流程时间线 */
.flow-line { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; position: relative; }
.flow-line::before { content: ""; position: absolute; top: 24px; left: 10%; right: 10%; height: 2px; background: linear-gradient(90deg, rgba(18,115,210,.15), rgba(18,115,210,.5), rgba(18,115,210,.15)); }
.flow-node { text-align: center; padding: 0 14px; position: relative; }
.fn-dot { width: 48px; height: 48px; margin: 0 auto 16px; border-radius: 50%; background: var(--grad); color: #fff; display: flex;
  align-items: center; justify-content: center; font-weight: 800; font-size: 18px; box-shadow: 0 8px 20px rgba(18,115,210,.35), 0 0 0 6px #fff; position: relative; z-index: 1; }
.section.alt .fn-dot { box-shadow: 0 8px 20px rgba(18,115,210,.35), 0 0 0 6px var(--bg); }
.flow-node h4 { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.flow-node p { font-size: 13px; color: var(--ink-3); }

@media (max-width: 1080px) {
  .plat-intro { grid-template-columns: 1fr; }
  .pi-card { position: static; max-width: 420px; margin: 0 auto; }
  .flow-line { grid-template-columns: repeat(3, 1fr); gap: 26px 0; }
  .flow-line::before { display: none; }
}

/* ---------------- 公开资源筛选页 ---------------- */
.res-plat-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin: -26px 0 18px; position: relative; z-index: 2; }
.rpt { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1.5px solid var(--line); border-radius: 12px;
  padding: 10px 18px; font-size: 14px; font-weight: 600; color: var(--ink-2); transition: all .2s; box-shadow: var(--shadow-sm); }
.rpt img { width: 22px; height: 22px; border-radius: 6px; }
.rpt:hover { border-color: var(--pc, var(--brand)); transform: translateY(-2px); }
.rpt.on { border-color: var(--pc, var(--brand)); color: var(--pc, var(--brand)); background: #fff; box-shadow: 0 6px 18px rgba(15,23,42,.08); }
.res-filter { padding: 16px 20px; }
.rf-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; padding: 7px 0; }
.rf-row + .rf-row { border-top: 1px dashed var(--line); }
.rf-label { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 700; color: var(--ink-3); flex: none; width: 78px; }
.rf-chips { display: flex; gap: 6px; flex-wrap: wrap; }
.rf-search { display: flex; gap: 8px; margin-left: auto; align-items: center; }
.rf-search .input { width: 180px; padding: 8px 12px; font-size: 13px; }
.rc-coop { font-size: 10.5px; font-weight: 700; color: #0f8f3c; background: #e8f7ee; border-radius: 6px; padding: 2px 6px; margin-left: 6px; vertical-align: 2px; }
@media (max-width: 768px) {
  .rf-search { margin-left: 0; width: 100%; }
  .rf-search .input { flex: 1; width: auto; }
  .rf-label { width: 100%; }
}
@media (max-width: 640px) {
  .ph-title h1 { font-size: 26px; }
  .ph-title img { width: 54px; height: 54px; }
  .ph-stats { width: 100%; }
  .ph-stat { flex: 1; padding: 14px 10px; }
  .flow-line { grid-template-columns: 1fr 1fr; }
  .pi-points { grid-template-columns: 1fr; }
}

/* ---------------- 区块通用 ---------------- */
.section { padding: 84px 0; }
.section.alt { background: var(--bg); }
.sec-head { text-align: center; max-width: 640px; margin: 0 auto 52px; }
.sec-head .kicker { display: inline-block; color: var(--brand); font-weight: 700; font-size: 14px; letter-spacing: 2px; margin-bottom: 10px; }
.sec-head h2 { font-size: 34px; font-weight: 800; letter-spacing: .5px; margin-bottom: 12px; }
.sec-head p { color: var(--ink-3); font-size: 15.5px; }

/* 平台网格 */
.plat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.plat-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px;
  transition: all .25s; position: relative; overflow: hidden; }
.plat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.plat-card::after { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: var(--pc, var(--grad)); opacity: 0; transition: opacity .25s; }
.plat-card:hover::after { opacity: 1; }
.plat-card .p-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.plat-card img { width: 44px; height: 44px; border-radius: 11px; }
.plat-card .p-name { font-size: 17px; font-weight: 700; }
.plat-card .p-biz { font-size: 12px; color: var(--ink-4); }
.plat-card .p-desc { font-size: 13.5px; color: var(--ink-3); min-height: 44px; }
.plat-card .p-link { margin-top: 14px; font-size: 13.5px; color: var(--brand); font-weight: 600; display: flex; align-items: center; gap: 4px; }

/* 特性 */
.feat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.feat { background: var(--card); border-radius: var(--radius); padding: 30px 26px; border: 1px solid var(--line); transition: all .25s; }
.feat:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.feat .f-icon { width: 52px; height: 52px; border-radius: 14px; background: var(--grad-soft); display: flex; align-items: center;
  justify-content: center; font-size: 26px; margin-bottom: 18px; color: var(--brand); }
.feat h3 { font-size: 17px; margin-bottom: 8px; font-weight: 700; }
.feat p { font-size: 13.5px; color: var(--ink-3); }

/* 流程 */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; counter-reset: step; }
.step { text-align: center; padding: 28px 14px; border-radius: var(--radius); background: var(--card); border: 1px solid var(--line); position: relative; }
.step .s-num { width: 44px; height: 44px; margin: 0 auto 14px; border-radius: 50%; background: var(--grad); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 17px; box-shadow: 0 6px 16px rgba(18,115,210,.3); }
.step h4 { font-size: 15.5px; margin-bottom: 6px; }
.step p { font-size: 12.5px; color: var(--ink-3); }

/* 数字统计 */
.stats-band { background: var(--grad); border-radius: 20px; color: #fff; padding: 46px 30px; display: grid;
  grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; box-shadow: 0 20px 50px rgba(18,115,210,.35); }
.stats-band b { font-size: 36px; font-weight: 800; display: block; }
.stats-band span { font-size: 13.5px; opacity: .85; }

/* 角色卡 */
.role-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.role-card { border-radius: 18px; padding: 34px 28px; background: var(--card); border: 1px solid var(--line); position: relative; overflow: hidden; transition: all .25s; }
.role-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.role-card .r-tag { display: inline-block; font-size: 12px; font-weight: 700; color: var(--brand); background: var(--grad-soft); border-radius: 99px; padding: 4px 12px; margin-bottom: 14px; }
.role-card h3 { font-size: 20px; margin-bottom: 10px; }
.role-card p { color: var(--ink-3); font-size: 14px; min-height: 66px; }
.role-card ul { margin: 14px 0 20px; list-style: none; }
.role-card li { font-size: 13.5px; color: var(--ink-2); padding: 4px 0 4px 24px; position: relative; }
.role-card li::before { content: "✓"; position: absolute; left: 0; color: var(--ok); font-weight: 700; }

/* CTA */
.cta-band { background: #07182e; border-radius: 22px; color: #fff; padding: 60px 40px; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; width: 400px; height: 400px; background: rgba(10,85,168,.4); filter: blur(110px); border-radius: 50%; top: -160px; left: 10%; }
.cta-band::after { content: ""; position: absolute; width: 400px; height: 400px; background: rgba(37,99,235,.35); filter: blur(110px); border-radius: 50%; bottom: -180px; right: 8%; }
.cta-band h2 { font-size: 30px; font-weight: 800; margin-bottom: 12px; position: relative; z-index: 1; }
.cta-band p { color: #b6c0e2; margin-bottom: 28px; position: relative; z-index: 1; }
.cta-band .btn { position: relative; z-index: 1; }

/* ---------------- 页脚 ---------------- */
.site-footer { background: #0b0f26; color: #8b95bd; padding: 64px 0 30px; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.08); }
.site-footer h4 { color: #fff; font-size: 15px; margin-bottom: 16px; }
.site-footer a { display: block; padding: 5px 0; font-size: 13.5px; color: #8b95bd; transition: color .18s; }
.site-footer a:hover { color: #a9d3f5; }
.footer-brand .logo { color: #fff; margin-bottom: 14px; }
.footer-brand p { font-size: 13.5px; max-width: 300px; }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; font-size: 12.5px; flex-wrap: wrap; gap: 8px; }
.footer-bottom a { display: inline; }

/* ---------------- 面包屑页头 ---------------- */
.page-hero { background: #07182e; color: #fff; padding: 64px 0; position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; width: 480px; height: 480px; background: rgba(18,115,210,.4); filter: blur(120px); border-radius: 50%; top: -200px; right: 4%; }
.page-hero h1 { font-size: 34px; font-weight: 800; position: relative; z-index: 1; }
.page-hero p { color: #b6c0e2; margin-top: 10px; position: relative; z-index: 1; max-width: 720px; }
.crumb { position: relative; z-index: 1; font-size: 13px; color: #8b95bd; margin-bottom: 14px; }
.crumb a:hover { color: #fff; }

/* ---------------- 表单 ---------------- */
.form-item { margin-bottom: 18px; }
.form-item label { display: block; font-size: 13.5px; font-weight: 600; color: var(--ink-2); margin-bottom: 7px; }
.form-item label .req { color: var(--danger); margin-left: 2px; }
.input, textarea.input, select.input { width: 100%; border: 1.5px solid var(--line); border-radius: 10px; padding: 11px 14px;
  font-size: 14px; transition: all .18s; background: #fff; color: var(--ink); outline: none; }
.input:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(18,115,210,.12); }
textarea.input { resize: vertical; min-height: 90px; }
.input-group { display: flex; gap: 10px; }
.input-group .input { flex: 1; }
.form-hint { font-size: 12.5px; color: var(--ink-4); margin-top: 6px; }
.form-error { font-size: 13px; color: var(--danger); margin-top: 6px; }

/* ---------------- 认证页 ---------------- */
.auth-wrap { min-height: calc(100vh - 68px); display: grid; grid-template-columns: 1fr 1fr; }
.auth-side { background: #07182e; color: #fff; padding: 60px; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.auth-side::before { content: ""; position: absolute; width: 460px; height: 460px; background: rgba(10,85,168,.4); filter: blur(120px); border-radius: 50%; top: -140px; left: -100px; }
.auth-side h2 { font-size: 30px; font-weight: 800; margin-bottom: 14px; position: relative; }
.auth-side p { color: #b6c0e2; position: relative; max-width: 420px; }
.auth-side ul { position: relative; list-style: none; margin-top: 26px; }
.auth-side li { padding: 7px 0 7px 30px; position: relative; color: #a9d3f5; font-size: 14.5px; }
.auth-side li::before { content: "✦"; position: absolute; left: 4px; color: #7cc4ff; }
.auth-main { display: flex; align-items: center; justify-content: center; padding: 48px 24px; background: #fff; }
.auth-card { width: 100%; max-width: 460px; }
.auth-card.auth-card-wide { max-width: 520px; }
.auth-card h1 { font-size: 26px; font-weight: 800; margin-bottom: 6px; }
.auth-card .sub { color: var(--ink-3); font-size: 14px; margin-bottom: 28px; }
.login-role-links { display:grid; grid-template-columns:repeat(4,1fr); gap:6px; margin:-16px 0 20px; }
.login-role-links a { padding:7px 4px; border:1px solid var(--line); border-radius:8px; text-align:center; color:var(--ink-3); font-size:11px; }
.login-role-links a:hover { border-color:var(--brand); color:var(--brand); background:#f4f8ff; }
@media(max-width:520px){.login-role-links{grid-template-columns:repeat(2,1fr)}}
.auth-tabs { display: flex; background: var(--bg); border-radius: 11px; padding: 4px; margin-bottom: 24px; }
.auth-tabs button { flex: 1; border: none; background: none; padding: 9px; border-radius: 8px; font-size: 14px; font-weight: 600; color: var(--ink-3); transition: all .2s; }
.auth-tabs button.active { background: #fff; color: var(--brand); box-shadow: var(--shadow-sm); }
.auth-foot { text-align: center; font-size: 13.5px; color: var(--ink-3); margin-top: 22px; }
.auth-foot a { color: var(--brand); font-weight: 600; }
.reg-role-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 6px; }
.reg-role-grid label { border: 1.5px solid var(--line); border-radius: 10px; padding: 10px 12px; cursor: pointer; transition: all .18s; display: block; }
.reg-role-grid label.checked { border-color: var(--brand); background: var(--grad-soft); }
.reg-role-grid b { font-size: 14px; display: block; }
.reg-role-grid span { font-size: 12px; color: var(--ink-4); }
.reg-role-grid input { display: none; }
.auth-code-btn { min-width: 112px; white-space: nowrap; flex-shrink: 0; }
.auth-divider { position: relative; margin: 24px 0 16px; text-align: center; color: var(--ink-4); font-size: 12px; }
.auth-divider::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: var(--line); }
.auth-divider span { position: relative; z-index: 1; padding: 0 13px; background: #fff; }
.auth-wechat-entry { display: flex; }
.wechat-auth-btn { width: 100%; min-height: 62px; display: flex; align-items: center; justify-content: center; gap: 12px; border: 1.5px solid #b9e8cd; border-radius: 13px; background: linear-gradient(135deg,#f3fff7,#ecfbf2); color: #123d27; padding: 10px 16px; transition: all .2s; }
.wechat-auth-btn:hover { transform: translateY(-1px); border-color: #07c160; box-shadow: 0 9px 24px rgba(7,193,96,.14); }
.wechat-auth-icon { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; background: #07c160; color: #fff; flex-shrink: 0; }
.wechat-auth-btn > span:last-child { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.wechat-auth-btn b { font-size: 15px; font-weight: 750; }
.wechat-auth-btn small { color: #5b7867; font-size: 11.5px; line-height: 1.4; }
.btn-wechat { background: #07c160; color: #fff; }
.btn-wechat:hover { background: #06ad56; box-shadow: 0 8px 22px rgba(7,193,96,.25); }
.wx-authorize-wrap .auth-side, .wx-bind-wrap .auth-side { background: linear-gradient(145deg,#052e20,#064b31 58%,#087747); }
.wx-authorize-wrap .auth-side::before, .wx-bind-wrap .auth-side::before { background: rgba(7,193,96,.36); }
.wx-authorize-wrap .auth-side li, .wx-bind-wrap .auth-side li { color: #b8f3d0; }
.wx-authorize-wrap .auth-side li::before, .wx-bind-wrap .auth-side li::before { color: #55e995; }
.wx-authorize-card { max-width: 500px; text-align: center; }
.wx-authorize-brand { display: flex; justify-content: center; margin-bottom: 14px; }
.wx-authorize-brand span { width: 54px; height: 54px; display: inline-flex; align-items: center; justify-content: center; border-radius: 17px; color: #fff; background: #07c160; box-shadow: 0 12px 28px rgba(7,193,96,.24); }
.wx-login-stage { min-height: 350px; border: 1px solid #e5eee8; border-radius: 16px; overflow: hidden; background: linear-gradient(180deg,#fafdfb,#f3faf6); display: flex; align-items: center; justify-content: center; }
#wx_login_container { width: 100%; min-height: 350px; display: flex; justify-content: center; align-items: center; }
#wx_login_container iframe { width: 100% !important; min-height: 350px !important; border: 0; }
.wx-login-loading { display: flex; flex-direction: column; align-items: center; gap: 12px; color: var(--ink-3); font-size: 13px; }
.wx-login-loading i { width: 28px; height: 28px; border: 3px solid #cfead9; border-top-color: #07c160; border-radius: 50%; animation: wxSpin .8s linear infinite; }
@keyframes wxSpin { to { transform: rotate(360deg); } }
.wx-login-error { margin: 30px; padding: 15px; border-radius: 10px; color: #b42318; background: #fff1f0; font-size: 13px; }
.wx-authorize-hint { color: var(--ink-3); font-size: 12.5px; line-height: 1.7; margin: 14px 0 4px; }
.wx-authorize-fallback { display: inline-block; color: var(--brand); font-size: 12.5px; margin-top: 4px; }
.auth-back-link { display: inline-flex; margin-top: 20px; color: var(--ink-3); font-size: 13px; }
.auth-back-link:hover { color: var(--brand); }
.wx-mobile-guide { display: flex; flex-direction: column; gap: 12px; text-align: left; }
.wx-mobile-steps { padding: 16px; border-radius: 12px; background: #f1fbf5; border: 1px solid #d9f1e2; }
.wx-mobile-steps b { display: block; color: #173f2a; margin-bottom: 5px; }
.wx-mobile-steps p { margin: 0; color: #60766a; font-size: 13px; line-height: 1.7; }
.wx-mobile-broker-stage { height: 430px; border: 1px solid #dcebe2; border-radius: 16px; overflow: hidden; background: #f5faf7; }
.wx-mobile-broker-stage iframe { width: 100%; height: 100%; border: 0; background: #fff; }
.wx-broker-status { margin-top: 13px; min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 9px 12px; border-radius: 10px; color: #456454; background: #f2faf5; font-size: 12.5px; }
.wx-broker-status i { width: 8px; height: 8px; border-radius: 50%; background: #07c160; box-shadow: 0 0 0 5px rgba(7,193,96,.1); animation: wxPulse 1.4s ease-in-out infinite; }
.wx-broker-status.ok { color: #04783d; background: #eafaf1; }
.wx-broker-status.error { color: #b42318; background: #fff0ef; }
.wx-broker-status.warn { color: #9a6700; background: #fff8e8; }
.wx-broker-status.error i { background: #ef4444; box-shadow: none; animation: none; }
.wx-broker-status.warn i { background: #f59e0b; box-shadow: none; animation: none; }
@keyframes wxPulse { 50% { opacity: .45; transform: scale(.8); } }
.wx-bind-card { max-width: 480px; }
.wx-profile-preview { display: flex; align-items: center; gap: 12px; padding: 14px; margin-bottom: 26px; border: 1px solid #d9f1e2; border-radius: 14px; background: linear-gradient(135deg,#f5fff8,#effbf4); }
.wx-profile-avatar { width: 52px; height: 52px; flex-shrink: 0; border-radius: 50%; overflow: hidden; background: #07c160; color: #fff; }
.wx-profile-avatar img, .wx-profile-avatar i { width: 100%; height: 100%; object-fit: cover; align-items: center; justify-content: center; font-style: normal; font-size: 21px; font-weight: 750; }
.wx-profile-avatar img { display: block; }
.wx-profile-preview > span:nth-child(2) { min-width: 0; display: flex; flex: 1; flex-direction: column; gap: 2px; }
.wx-profile-preview small { color: #718077; font-size: 11px; }
.wx-profile-preview b { color: #193528; font-size: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wx-profile-preview em { color: #079447; background: #dcf8e7; border-radius: 999px; padding: 4px 8px; font-size: 11px; font-style: normal; white-space: nowrap; }
.wx-bind-note { margin-top: 16px; text-align: center; color: var(--ink-4); font-size: 12px; }
.wx-bind-note a { color: var(--brand); }

/* ---------------- 门户（用户中心）布局 ---------------- */
.portal { display: flex; min-height: calc(100vh - 68px); background: var(--bg); }
.portal-side { width: 232px; background: #fff; border-right: 1px solid var(--line); padding: 18px 14px 28px; flex-shrink: 0; overflow-y:auto; }
.portal-side .ps-role { font-size: 12px; color: var(--ink-4); padding: 0 12px 12px; }
.portal-side .ps-group { padding: 15px 13px 6px; color:#9aa6b8; font-size:10.5px; font-weight:750; letter-spacing:.08em; }
.portal-side a { display: flex; align-items: center; gap: 11px; padding: 11px 14px; border-radius: 10px; font-size: 14.5px;
  color: var(--ink-2); margin-bottom: 3px; transition: all .16s; font-weight: 500; }
.portal-side a:hover { background: var(--bg); color: var(--brand); }
.portal-side a.active { background: var(--grad-soft); color: var(--brand); font-weight: 650; }
.portal-side .ps-icon { font-size: 17px; width: 22px; display: inline-flex; align-items: center; justify-content: center; color: var(--ink-3); }
.portal-side a.active .ps-icon, .portal-side a:hover .ps-icon { color: inherit; }
.portal-side .badge { margin-left: auto; }
.ps-platform-list { margin: 3px 5px 10px 17px; padding: 8px 0 5px 11px; border-left: 1px solid #dfe7f2; display: flex; flex-direction: column; gap: 2px; }
.ps-platform-label { padding: 1px 8px 5px; color: var(--ink-4); font-size: 10px; font-weight: 750; letter-spacing: .06em; }
.portal-side .ps-platform { padding: 7px 8px; margin: 0; border-radius: 8px; gap: 8px; font-size: 12.5px; color: var(--ink-3); }
.portal-side .ps-platform img { width: 17px; height: 17px; border-radius: 5px; object-fit: cover; }
.portal-side .ps-platform span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.portal-side .ps-platform em { margin-left: auto; font-size: 10px; font-style: normal; color: var(--ink-4); }
.portal-side .ps-platform:hover { color: var(--pc, var(--brand)); background: color-mix(in srgb, var(--pc, var(--brand)) 7%, #fff); }
.portal-side .ps-platform.active { color: var(--pc, var(--brand)); background: color-mix(in srgb, var(--pc, var(--brand)) 10%, #fff); font-weight: 700; }
.ps-subtypes { margin: 1px 0 3px 24px; display: flex; flex-direction: column; gap: 1px; }
.portal-side .ps-subtypes a { padding: 4px 7px; margin: 0; border-radius: 6px; font-size: 10.5px; color: var(--ink-4); }
.portal-side .ps-subtypes a.active { background: #f1f6fd; color: var(--brand); box-shadow: none; }
.portal-side .ps-subtypes em { margin-left: auto; color: inherit; font-size: 9.5px; font-style: normal; }
.portal-main { flex: 1; padding: 26px 28px 60px; min-width: 0; }
.portal-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; flex-wrap: wrap; gap: 12px; }
.portal-title h1 { font-size: 22px; font-weight: 800; }
.portal-title .pt-sub { font-size: 13px; color: var(--ink-4); margin-top: 3px; }

/* 卡片 */
.card { background: var(--card); border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.card-pad { padding: 22px 24px; }
.card + .card { margin-top: 18px; }
.card-title { font-size: 16px; font-weight: 700; margin-bottom: 16px; display: flex; align-items: center; justify-content: space-between; }

/* 统计卡 */
.stat-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 20px; }
.stat-card { background: var(--card); border-radius: var(--radius); border: 1px solid var(--line); padding: 20px 22px; position: relative; overflow: hidden; }
.stat-card .sc-label { font-size: 13px; color: var(--ink-3); margin-bottom: 8px; }
.stat-card .sc-value { font-size: 26px; font-weight: 800; letter-spacing: .3px; }
.stat-card .sc-value small { font-size: 13px; color: var(--ink-4); font-weight: 500; }
.stat-card .sc-icon { position: absolute; right: 16px; top: 16px; font-size: 26px; opacity: .9; color: var(--brand); }
.stat-card .sc-icon svg { width: 30px; height: 30px; padding: 6px; box-sizing: content-box; background: var(--grad-soft); border-radius: 11px; }

/* 表格 */
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
table.tbl { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.tbl th { text-align: left; padding: 12px 14px; color: var(--ink-3); font-weight: 600; font-size: 12.5px; background: #f8fafd;
  border-bottom: 1px solid var(--line); white-space: nowrap; }
.tbl td { padding: 13px 14px; border-bottom: 1px solid #f0f3f8; vertical-align: middle; }
.tbl tr:hover td { background: #fafbfe; }
.tbl .cell-user { display: flex; align-items: center; gap: 10px; min-width: 160px; }
.tbl .cell-user img, .tbl .cell-user .ph { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; background: var(--grad-soft);
  display: flex; align-items: center; justify-content: center; color: var(--brand); font-weight: 700; flex-shrink: 0; }
.tbl .cu-name { font-weight: 600; color: var(--ink); font-size: 14px; }
.tbl .cu-sub { font-size: 12px; color: var(--ink-4); }
.tbl .num { font-variant-numeric: tabular-nums; font-weight: 600; }

/* 徽标 */
.badge { display: inline-flex; align-items: center; padding: 3px 10px; border-radius: 99px; font-size: 12px; font-weight: 600; line-height: 1.6; }
.badge.ok { background: #ecfdf5; color: #059669; }
.badge.success { background: #ecfdf5; color: #059669; }
.badge.warn { background: #fffbeb; color: #d97706; }
.badge.warning { background: #fffbeb; color: #d97706; }
.badge.info { background: #eff6ff; color: #0ea5e9; }
.badge.danger { background: #fef2f2; color: #dc2626; }
.badge.muted { background: #f1f5f9; color: #64748b; }
.badge.brand { background: var(--grad-soft); color: var(--brand); }

/* 标签chip */
.chip { display: inline-block; background: #f1f5f9; color: var(--ink-3); border-radius: 6px; padding: 2px 8px; font-size: 12px; margin: 2px 3px 2px 0; }

/* 筛选条 */
.filter-bar { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; margin-bottom: 18px; }
.filter-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: flex-end; }
.filter-row .fi { display: flex; flex-direction: column; gap: 6px; }
.filter-row .fi > span { font-size: 12.5px; color: var(--ink-3); font-weight: 600; }
.filter-row .input { padding: 9px 12px; }
.filter-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.fchip { padding: 6px 14px; border-radius: 99px; background: var(--bg); font-size: 13px; color: var(--ink-2); cursor: pointer; border: 1px solid transparent; transition: all .15s; }
.fchip:hover { border-color: var(--brand); color: var(--brand); }
.fchip.active { background: var(--grad-soft); border-color: var(--brand); color: var(--brand); font-weight: 600; }

/* 达人卡片列表 */
.res-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 16px; }
.res-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; transition: all .22s; position: relative; }
.res-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.res-card .rc-top { display: flex; gap: 12px; align-items: center; margin-bottom: 12px; }
.res-card .rc-avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; background: var(--grad-soft); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; color: var(--brand); }
.res-card .rc-name { font-size: 15.5px; font-weight: 700; display: flex; align-items: center; gap: 6px; }
.res-card .rc-uid { font-size: 12px; color: var(--ink-4); word-break: break-all; }
.res-card .rc-meta { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: 12.5px; color: var(--ink-3); margin-bottom: 10px; }
.res-card .rc-meta b { color: var(--ink); font-weight: 700; }
.res-card .rc-tags { min-height: 24px; margin-bottom: 10px; }
.res-card .rc-foot { display: flex; align-items: center; justify-content: space-between; border-top: 1px dashed var(--line); padding-top: 12px; }
.res-card .rc-price { font-size: 17px; font-weight: 800; color: #e11d48; }
.res-card .rc-price small { font-size: 12px; color: var(--ink-4); font-weight: 500; }
.res-card .rc-check { position: absolute; top: 14px; right: 14px; width: 22px; height: 22px; accent-color: var(--brand); cursor: pointer; }

/* 分页 */
.pagination { display: flex; align-items: center; gap: 6px; margin-top: 22px; flex-wrap: wrap; }
.pg-btn { min-width: 34px; height: 34px; padding: 0 10px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 8px; background: var(--card); border: 1px solid var(--line); font-size: 13.5px; color: var(--ink-2); transition: all .15s; }
.pg-btn:hover { border-color: var(--brand); color: var(--brand); }
.pg-btn.active { background: var(--grad); color: #fff; border-color: transparent; font-weight: 700; }
.pg-dots, .pg-info { color: var(--ink-4); font-size: 13px; padding: 0 4px; }

/* 弹层 */
.modal-mask { position: fixed; inset: 0; background: rgba(15,23,42,.5); backdrop-filter: blur(3px); z-index: 200; display: none; align-items: center; justify-content: center; padding: 20px; }
.modal-mask.show { display: flex; }
.modal { background: #fff; border-radius: 18px; width: 100%; max-width: 520px; max-height: 88vh; overflow: auto; box-shadow: var(--shadow-lg); animation: modalIn .22s ease; }
@keyframes modalIn { from { transform: translateY(16px) scale(.98); opacity: 0; } to { transform: none; opacity: 1; } }
.modal-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.modal-head h3 { font-size: 17px; }
.modal-close { background: none; border: none; font-size: 20px; color: var(--ink-4); }
.modal-body { padding: 22px; }
.modal-foot { padding: 14px 22px 20px; display: flex; gap: 10px; justify-content: flex-end; }

/* toast */
.toast-wrap { position: fixed; top: 80px; left: 50%; transform: translateX(-50%); z-index: 500; display: flex; flex-direction: column; gap: 10px; align-items: center; }
.toast { background: rgba(255,255,255,.98); color: #253449; border: 1px solid #dbe4ee; border-radius: 12px; padding: 11px 18px; font-size: 13px; box-shadow: 0 14px 38px rgba(30,50,80,.16); animation: modalIn .25s; max-width: 90vw; }
.toast.ok { color:#087653;background:#effbf6;border-color:#a9dfcb; }
.toast.err { color:#b42335;background:#fff3f4;border-color:#f3bac1; }
.toast.info { color:#1d5f99;background:#eff7ff;border-color:#b8d5ef; }
.ym-dialog-mask{position:fixed;z-index:10050;inset:0;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(15,23,42,.42);backdrop-filter:blur(5px)}.ym-dialog{width:min(500px,94vw);overflow:hidden;border:1px solid rgba(255,255,255,.7);border-radius:18px;background:#fff;box-shadow:0 24px 70px rgba(15,23,42,.25);animation:modalIn .2s ease}.ym-dialog>header{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding:19px 21px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#f3f8ff,#fff 70%,#f1faf6)}.ym-dialog>header small{color:var(--brand);font-size:9px;font-weight:800;letter-spacing:.12em}.ym-dialog>header h3{margin-top:3px;font-size:18px}.ym-dialog>header button{width:32px;height:32px;border:0;border-radius:9px;color:var(--ink-4);background:#eef2f6;cursor:pointer;font-size:20px}.ym-dialog-body{display:grid;gap:13px;padding:21px}.ym-dialog-body p{color:var(--ink-2);font-size:13px;line-height:1.75;white-space:pre-wrap}.ym-dialog>footer{display:flex;justify-content:flex-end;gap:8px;padding:13px 21px 18px}.ym-dialog-open{overflow:hidden}
@media(max-width:720px){.toast-wrap{top:50%;bottom:auto;max-width:calc(100vw - 28px);transform:translate(-50%,-50%)}.toast{width:max-content;max-width:100%;text-align:center}.ym-dialog-mask{align-items:center;padding:14px}.ym-dialog{max-height:86vh;overflow:auto}}

/* flash */
.flash { padding: 12px 18px; border-radius: 10px; font-size: 14px; margin-bottom: 18px; }
.flash.success { background: #ecfdf5; color: #047857; border: 1px solid #a7f3d0; }
.flash.error { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }
.flash.info { background: #eff6ff; color: #1d4ed8; border: 1px solid #bfdbfe; }
.flash.warn { background: #fffbeb; color: #b45309; border: 1px solid #fde68a; }

/* 空状态 */
.empty { text-align: center; padding: 60px 20px; color: var(--ink-4); }
.empty .e-icon { font-size: 46px; margin-bottom: 12px; color: var(--ink-4); }
.empty .e-icon svg { opacity: .7; }
.empty p { font-size: 14px; }

/* 详情字段网格 */
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.detail-grid .dg-item { background: #fff; padding: 12px 16px; }
.detail-grid .dg-label { font-size: 12px; color: var(--ink-4); margin-bottom: 3px; }
.detail-grid .dg-value { font-size: 14px; font-weight: 600; word-break: break-all; }

/* 富文本 */
.rich { font-size: 15px; color: var(--ink-2); line-height: 1.9; }
.rich h2 { font-size: 22px; margin: 30px 0 14px; color: var(--ink); }
.rich h3 { font-size: 18px; margin: 24px 0 10px; color: var(--ink); }
.rich p { margin-bottom: 14px; }

/* 选中浮条 */
.select-bar { position: fixed; bottom: 22px; left: 50%; transform: translateX(-50%); width: min(980px, calc(100vw - 40px));
  background: rgba(15,23,42,.97); color: #fff; border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px; padding: 13px 18px 13px 28px; display: none; align-items: center; gap: 12px; z-index: 150;
  box-shadow: 0 18px 50px rgba(15,23,42,.32); backdrop-filter: blur(14px); }
.select-bar.show { display: flex; }
.select-bar .sb-count { margin-right: auto; font-size: 15px; font-weight: 600; white-space: nowrap; }
.select-bar .sb-count b { color: #5fb4ff; font-size: 17px; }
.select-bar .btn { min-width: 112px; justify-content: center; border-radius: 10px; padding: 9px 15px !important; font-weight: 700; }
.select-bar .btn-plain { color: #273247 !important; background: #fff !important; border-color: #fff !important; }
.select-bar .btn-plain:hover { color: var(--brand) !important; background: #f8fbff !important; }
.select-bar .btn-accent { color: #fff; border: 0; background: linear-gradient(135deg,#ff7a22,#ff4d18); box-shadow: 0 8px 20px rgba(255,91,24,.34); }

/* ============ 客户资源库（列表式 + 分平台筛选，对齐蒲公英/花火质感） ============ */
.res-page-title { padding: 21px 24px; border: 1px solid #dfe8f5; border-radius: 18px; background:
  radial-gradient(circle at 82% 10%, rgba(56,189,248,.14), transparent 28%),
  linear-gradient(135deg, #f8fbff 0%, #fff 52%, #f5f9ff 100%); box-shadow: 0 8px 30px rgba(29,78,126,.06); }
.res-page-title h1 { font-size: 25px; letter-spacing: -.02em; }
.res-page-title h1 span { display: inline-flex; align-items: center; margin-left: 7px; padding: 3px 9px; border-radius: 8px; background: #eaf3ff; color: var(--brand); font-size: 12px; vertical-align: 4px; }
.res-page-title p { color: var(--ink-3); font-size: 13px; margin-top: 4px; }
.res-eyebrow { color: var(--brand); font-size: 9.5px; font-weight: 850; letter-spacing: .16em; margin-bottom: 2px; }
.res-title-actions { display: flex; gap: 9px; }
.resource-overview { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin-bottom: 16px; }
.ro-card { position: relative; min-height: 105px; padding: 16px 17px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 3px 14px rgba(15,23,42,.035); }
.ro-card::after { content: ""; position: absolute; width: 76px; height: 76px; right: -25px; bottom: -30px; border-radius: 50%; background: #f2f6fb; }
.ro-card.primary { color: #fff; border: 0; background: linear-gradient(135deg,#1677d7,#0b559f); box-shadow: 0 10px 24px rgba(18,115,210,.2); }
.ro-card.primary::after { background: rgba(255,255,255,.09); }
.ro-card small, .ro-card em { display: block; font-style: normal; }
.ro-card small { color: var(--ink-3); font-size: 11.5px; font-weight: 650; }
.ro-card b { display: block; margin: 5px 0 1px; color: var(--ink); font-size: 26px; line-height: 1.1; font-weight: 850; letter-spacing: -.03em; }
.ro-card b i { margin-left: 2px; font-size: 12px; font-style: normal; font-weight: 600; }
.ro-card em { color: var(--ink-4); font-size: 10px; }
.ro-card.primary small, .ro-card.primary em { color: rgba(255,255,255,.72); }
.ro-card.primary b { color: #fff; }
.ro-icon { position: absolute; right: 14px; top: 13px; display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 10px; color: var(--brand); background: #edf5ff; }
.ro-card.primary .ro-icon { color: #fff; background: rgba(255,255,255,.14); }
.ro-icon svg { width: 18px; height: 18px; }
.res-plat-tabs { display: flex; gap: 8px; flex-wrap: nowrap; overflow-x: auto; margin-bottom: 14px; padding: 1px 1px 8px;
  scrollbar-width: thin; -webkit-overflow-scrolling: touch; }
.res-plat-tabs .rpt { display: inline-flex; align-items: center; gap: 7px; flex: 0 0 auto; padding: 8px 13px; border-radius: 10px; background: var(--card);
  border: 1px solid var(--line); font-size: 13px; font-weight: 650; color: var(--ink-2); transition: all .18s; box-shadow: 0 1px 2px rgba(15,23,42,.03); }
.res-plat-tabs .rpt img { width: 18px; height: 18px; border-radius: 5px; }
.res-plat-tabs .rpt em { font-style: normal; font-size: 12px; color: var(--ink-4); font-weight: 600; background: #f1f5f9; border-radius: 99px; padding: 1px 8px; }
.res-plat-tabs .rpt:hover { border-color: var(--pc, var(--brand)); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(15,23,42,.07); }
.res-plat-tabs .rpt.active { border-color: var(--pc, var(--brand)); color: var(--pc, var(--brand)); background: color-mix(in srgb, var(--pc, var(--brand)) 7%, #fff); box-shadow: 0 4px 14px color-mix(in srgb, var(--pc, var(--brand)) 18%, transparent); }
.res-plat-tabs .rpt.active em { color: var(--pc, var(--brand)); background: color-mix(in srgb, var(--pc, var(--brand)) 12%, #fff); }
.portal-main > .res-plat-tabs { display: none; }
/* 平台下「达人 / 素人」二级选项卡 */
.res-subtype-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin: -6px 0 14px; }
.res-subtype-tabs .rst {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 999px;
  border: 1.5px solid var(--line); background: #fff; color: var(--ink-2); font-weight: 700; text-decoration: none;
}
.res-subtype-tabs .rst em { font-style: normal; font-size: 12px; color: var(--ink-4); font-weight: 600; background: #f1f5f9; border-radius: 99px; padding: 1px 8px; }
.res-subtype-tabs .rst:hover { border-color: var(--brand); color: var(--brand); }
.res-subtype-tabs .rst.active { border-color: var(--brand); color: #fff; background: var(--brand); }
.res-subtype-tabs .rst.active em { color: #fff; background: rgba(255,255,255,.22); }

/* 筛选 + 列表一体面板 */
.res-panel { background: var(--card); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: 0 1px 3px rgba(15,23,42,.04); }
.res-filters { padding: 10px 22px 0; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #fafcff, #fff); }
.rf-row { display: flex; gap: 14px; padding: 10px 0; border-bottom: 1px dashed #edf1f7; }
.rf-row:last-of-type { border-bottom: none; }
.rf-label { flex-shrink: 0; width: 82px; font-size: 13px; color: var(--ink-4); font-weight: 600; padding-top: 5px; }
.rf-opts { display: flex; flex-wrap: wrap; gap: 5px 3px; flex: 1; }
.rf-chip { padding: 4px 13px; border-radius: 8px; font-size: 13px; color: var(--ink-2); transition: all .13s; line-height: 1.65; }
.rf-chip:hover { color: var(--brand); background: #eef5ff; }
.rf-chip.active { background: var(--brand); color: #fff; font-weight: 600; box-shadow: 0 2px 6px rgba(37,99,235,.28); }
.rf-more { display: none; }
.res-filters.expanded .rf-more { display: flex; }
.rf-toggle { display: flex; align-items: center; justify-content: center; gap: 4px; padding: 8px 0 9px; font-size: 12.5px; color: var(--brand);
  cursor: pointer; user-select: none; }
.rf-toggle:hover { background: #fafcff; }
.rf-toggle svg { transition: transform .2s; }
.res-filters.expanded .rf-toggle svg { transform: rotate(180deg); }
.rf-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 0 13px; border-top: 1px solid #f0f3f8; flex-wrap: wrap; }
.rf-active { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; flex: 1; min-width: 0; }
.rfa-label { font-size: 12.5px; color: var(--ink-4); }
.rfa-chip { display: inline-flex; align-items: center; gap: 5px; background: #eef5ff; border: 1px solid #d3e4ff; color: var(--brand);
  border-radius: 99px; padding: 3px 10px 3px 11px; font-size: 12.5px; font-weight: 600; transition: all .13s; }
.rfa-chip em { font-style: normal; font-weight: 500; color: #7c96bd; }
.rfa-chip em::after { content: ""; display: inline-block; width: 1px; height: 10px; background: #c3d6f5; margin: 0 2px 0 6px; vertical-align: -1px; }
.rfa-chip:hover { background: #fef2f2; border-color: #fecaca; color: #dc2626; }
.rfa-chip:hover em { color: #f0a3a3; }
.rfa-chip:hover em::after { background: #fecaca; }
.rf-search { display: flex; align-items: center; gap: 8px; background: var(--bg); border: 1px solid var(--line); border-radius: 10px; padding: 4px 6px 4px 12px; width: 340px; max-width: 100%; color: var(--ink-4); transition: border-color .15s, box-shadow .15s; }
.rf-search:focus-within { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(37,99,235,.1); background: #fff; }
.rf-search input { border: none; background: none; outline: none; font-size: 13.5px; flex: 1; min-width: 100px; }
.rf-right { display: flex; align-items: center; gap: 12px; }
.rf-clear { display: inline-flex; align-items: center; gap: 4px; font-size: 12.5px; color: var(--ink-3); text-decoration: underline; text-underline-offset: 3px; }
.rf-clear:hover { color: #dc2626; }
.rf-sort { border: 1px solid var(--line); border-radius: 9px; padding: 7px 10px; font-size: 13px; color: var(--ink-2); background: #fff; outline: none; cursor: pointer; }
.rf-sort:hover { border-color: var(--brand); }

/* 列表（横向可滚动，左侧达人列冻结） */
.res-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: thin; }
.res-tbl { min-width: max-content; width: 100%; border-collapse: separate; border-spacing: 0; }
.res-tbl th, .res-tbl td { white-space: nowrap; }
.res-tbl thead th { position: sticky; top: 0; z-index: 2; background: #f7f9fc; font-size: 12.5px; font-weight: 700; color: #5b6b82;
  padding: 11px 14px; border-bottom: 1px solid var(--line); text-align: left; }
.res-tbl thead th.num { text-align: right; }
.res-tbl tbody td { padding: 13px 14px; border-bottom: 1px solid #f1f4f9; font-size: 13.5px; color: var(--ink-2); vertical-align: middle; }
.res-tbl tbody td.num { text-align: right; font-variant-numeric: tabular-nums; }
.res-tbl tbody tr { transition: background .12s; }
.res-tbl tbody tr:hover td { background: #f8fbff; }
.res-tbl tbody tr:last-child td { border-bottom: none; }
.res-tbl .num-strong { font-weight: 700; color: var(--ink-1); font-size: 14px; }
.res-tbl .num-val { font-weight: 600; color: #33415c; }
.res-tbl .col-check { width: 42px; text-align: center; position: sticky; left: 0; background: #fff; z-index: 1; }
.res-tbl thead .col-check { background: #f7f9fc; z-index: 3; }
.res-tbl .col-user { position: sticky; left: 42px; background: #fff; z-index: 1; min-width: 210px; max-width: 260px;
  box-shadow: 8px 0 10px -8px rgba(15,23,42,.1); }
.res-tbl thead .col-user { background: #f7f9fc; z-index: 3; }
.res-tbl .col-actions { position: sticky; right: 0; background: #fff; z-index: 1; box-shadow: -8px 0 10px -8px rgba(15,23,42,.12); }
.res-tbl thead .col-actions { background: #f7f9fc; z-index: 3; }
.res-tbl tbody tr:hover .col-check, .res-tbl tbody tr:hover .col-user { background: #f8fbff; }
.res-tbl tbody tr:hover .col-actions { background: #f8fbff; }
.res-tbl tr.row-sel td { background: #eef6ff !important; }
.res-tbl input[type=checkbox] { width: 16px; height: 16px; accent-color: var(--brand); cursor: pointer; }
.res-tbl .cell-user { display: flex; align-items: center; gap: 11px; }
.res-tbl .cu-click { cursor: pointer; }
.res-tbl .cu-txt { min-width: 0; }
.res-tbl .cu-click:hover .cu-nick { color: var(--brand); }
.res-tbl .cu-name { display: flex; align-items: center; gap: 6px; }
.res-tbl .cu-nick { font-weight: 650; color: var(--ink-1); font-size: 14px; max-width: 150px; overflow: hidden; text-overflow: ellipsis; transition: color .12s; }
.res-tbl .cu-coop { flex: none; font-size: 10.5px; font-weight: 600; color: #059669; background: #ecfdf5; border: 1px solid #bbf0da; border-radius: 5px; padding: 0 5px; line-height: 16px; }
.res-tbl .cu-sub { font-size: 12px; color: var(--ink-4); margin-top: 2px; display: flex; align-items: center; gap: 6px; }
.res-tbl .cu-dot { width: 3px; height: 3px; border-radius: 50%; background: #cbd5e1; display: inline-block; }
.res-tbl .avatar { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; flex-shrink: 0; background: var(--grad-soft); border: 1px solid #eef2f7; }
.avatar-fallback { display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--grad-soft);
  color: var(--brand); font-weight: 700; text-align: center; flex-shrink: 0; }
.res-tbl .th-sort { display: inline-flex; align-items: center; gap: 2px; color: inherit; }
.res-tbl .th-sort:hover { color: var(--brand); }
.res-tbl .th-sort.active { color: var(--brand); font-weight: 700; }
.res-tbl .th-sort svg { opacity: .5; }
.res-tbl .th-sort.active svg { opacity: 1; }
.res-price { font-weight: 800; color: #e11d48; font-size: 14px; }
.price-suffix { color: var(--ink-4); font-size: 10px; margin-left: 2px; }
.res-price-list { display: grid; gap: 3px; min-width: 150px; }
.res-price-list > span:not(.dim) { display: flex; align-items: center; justify-content: space-between; gap: 12px; line-height: 1.35; }
.res-price-list i { max-width: 96px; overflow: hidden; text-overflow: ellipsis; color: var(--ink-4); font-size: 10.5px; font-style: normal; }
.res-price-list b { color: #d9134f; font-size: 12px; font-weight: 800; }
.order-item-history { position: relative; margin-top: 5px; }
.order-item-history > summary { list-style: none; color: var(--brand); font-size: 11px; cursor: pointer; white-space: nowrap; }
.order-item-history > summary::-webkit-details-marker { display: none; }
.oih-pop { width: 280px; margin-top: 7px; padding: 9px 11px; background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 10px 28px rgba(15,23,42,.13); }
.oih-pop > div { display: flex; gap: 8px; position: relative; padding: 4px 0; }
.oih-pop i { width: 7px; height: 7px; border-radius: 50%; background: var(--brand); margin-top: 5px; flex: none; }
.oih-pop p { margin: 0; display: grid; grid-template-columns: 1fr auto; gap: 2px 8px; width: 100%; font-size: 11.5px; }
.oih-pop p b { font-weight: 700; }.oih-pop p span { color: var(--ink-4); font-size: 10px; }
.oih-pop p small { grid-column: 1/-1; color: var(--ink-3); line-height: 1.45; }
.price-editor-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.price-editor-item { border:1px solid var(--line); border-radius:10px; padding:11px; background:#fbfcfe; }
.price-editor-item > span { display:flex; justify-content:space-between; align-items:center; font-size:13px; font-weight:700; margin-bottom:7px; }
.price-editor-item > span small { color:var(--ink-4); font-size:10px; font-weight:400; }
.price-editor-item > div { position:relative; }.price-editor-item > div i { position:absolute; left:10px; top:50%; transform:translateY(-50%); font-style:normal; color:var(--ink-4); }
.price-editor-item input { width:100%; padding-left:26px; }
@media(max-width:600px){.price-editor-grid{grid-template-columns:1fr}}
.crm-kpis{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:14px}
.crm-kpi{display:flex;flex-direction:column;gap:3px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:13px 16px;text-decoration:none;transition:.15s}
.crm-kpi b{font-size:20px;color:var(--ink);font-weight:800}.crm-kpi span{font-size:12px;color:var(--ink-4)}
a.crm-kpi:hover{border-color:var(--brand);transform:translateY(-1px);box-shadow:0 4px 12px rgba(15,23,42,.06)}
.crm-workbench-kpis { grid-template-columns:repeat(4,minmax(0,1fr)); }
.crm-workbench-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; align-items:start; }
.crm-wb-card { padding:0; overflow:hidden; }
.crm-wb-card .card-title { display:flex; justify-content:space-between; align-items:center; padding:15px 16px 11px; margin:0; border-bottom:1px solid var(--line); }
.crm-wb-card .card-title a { color:var(--brand); font-size:11.5px; font-weight:500; }
.crm-wb-row { display:flex; align-items:center; gap:9px; padding:10px 14px; border-bottom:1px solid #f0f3f7; color:var(--ink); }
.crm-wb-row:last-child { border-bottom:0; }.crm-wb-row:hover{background:#f8fbff}
.crm-wb-row > div { flex:1; min-width:0; }.crm-wb-row b{display:block;font-size:12.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.crm-wb-row small{display:block;color:var(--ink-4);font-size:10.5px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.crm-wb-row time{font-size:10.5px;color:var(--ink-4);white-space:nowrap}.crm-wb-dot{width:8px;height:8px;border-radius:50%;flex:none}
.crm-wb-deal{display:inline-flex;width:30px;height:30px;border-radius:9px;background:#ecfdf5;color:#059669;align-items:center;justify-content:center;font-weight:800}
.crm-wb-empty{padding:28px 16px;text-align:center;color:var(--ink-4);font-size:12px}
@media(max-width:1100px){.crm-workbench-grid{grid-template-columns:1fr 1fr}.crm-workbench-kpis{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.crm-workbench-grid{grid-template-columns:1fr}.crm-workbench-kpis{grid-template-columns:repeat(2,1fr)}}
.res-tags span { display: inline-block; background: #f1f5f9; color: #52627a; border-radius: 6px; padding: 2px 8px; font-size: 11.5px; margin-right: 4px; }
.res-tags .dim, td .dim { color: #a9b4c4; }
.row-acts { display: flex; gap: 5px; flex-wrap: wrap; min-width: 108px; }
.ra-btn { width: 31px; height: 31px; border-radius: 9px; border: 1px solid var(--line); background: #fff; color: var(--ink-3);
  display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: all .14s; font-size: 11px; font-weight: 800; }
.ra-btn:hover { border-color: var(--brand); color: var(--brand); background: #f5f9ff; transform: translateY(-1px); }
.ra-btn.on { background: var(--grad-soft); border-color: var(--brand); color: var(--brand); }
.ra-btn.ra-vs { letter-spacing: .3px; }
.ra-btn.matrix { position:relative; color:#7c3aed; }
.ra-btn.matrix i { position:absolute; right:-4px; top:-5px; min-width:14px; height:14px; padding:0 3px; border-radius:99px; background:#7c3aed; color:#fff; font-size:8px; font-style:normal; line-height:14px; }
.ra-btn.danger { color:#dc2626; }.ra-btn.danger:hover{border-color:#ef4444;background:#fff1f2;color:#dc2626}
.matrix-count { display:inline-flex; margin-top:3px; padding:1px 6px; border-radius:7px; background:#f3efff; color:#7c3aed; font-size:9.5px; font-weight:700; }
.res-foot { padding: 8px 22px 18px; }
.res-foot .pagination { margin-top: 12px; }
.select-bar .sb-close { background: none; border: none; color: rgba(255,255,255,.7); cursor: pointer; display: flex; }
.select-bar .sb-close:hover { color: #fff; }

/* toast（资源页轻提示） */
.ymh-toast { position: fixed; top: 84px; left: 50%; transform: translateX(-50%) translateY(-8px); background: rgba(15,23,42,.92); color: #fff;
  padding: 10px 22px; border-radius: 10px; font-size: 13.5px; z-index: 600; opacity: 0; transition: all .25s; pointer-events: none; }
.ymh-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.ymh-toast.err { background: rgba(220,38,38,.95); }

/* ============ 详情弹窗（轻量官方信息层级，不展示原始 URL/英文键） ============ */
.rd-mask { position: fixed; inset: 0; background: rgba(15,23,42,.42); backdrop-filter: blur(3px); z-index: 300; display: none; align-items: center; justify-content: center; padding: 24px; overflow-y: auto; }
.rd-mask.show { display: flex; }
.rd-modal { background: #fff; border-radius: 18px; width: min(880px, 100%); max-height: calc(100vh - 48px); overflow: auto; position: relative;
  box-shadow: 0 28px 80px rgba(15,23,42,.28); animation: modalIn .2s ease; padding: 24px 24px 0; }
.rd-close { position: sticky; float: right; top: 0; margin: -8px -8px -34px 0; width: 32px; height: 32px; border-radius: 50%; border: none; background: #f2f5fa; color: var(--ink-3); cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 4; }
.rd-close:hover { background: #e2e8f0; color: var(--ink); }
.rd-loading { text-align: center; padding: 70px 0; color: var(--ink-4); }
.rd-profile { display: flex; gap: 14px; align-items: flex-start; padding: 2px 42px 17px 0; border-bottom: 1px solid #edf0f5; }
.rd-avatar img, .rd-avatar-fb { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; background: var(--grad-soft); display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 800; color: var(--brand); flex-shrink: 0; border: 1px solid #eef2f7; }
.rd-head { flex: 1; min-width: 0; }
.rd-title-line { display: flex; align-items: center; gap: 8px; margin-bottom: 5px; }
.rd-head h2 { font-size: 20px; line-height: 1.3; margin: 0; }
.rd-badge-success { font-size: 10.5px; color: #07845e; background: #eafaf4; border: 1px solid #bcebd9; border-radius: 5px; padding: 1px 6px; }
.rd-meta { display: flex; flex-wrap: wrap; gap: 4px 13px; font-size: 12.5px; color: var(--ink-3); margin-bottom: 7px; }
.rd-tags span { display: inline-block; background: #edf5ff; color: #2367bd; border-radius: 5px; padding: 2px 8px; font-size: 11.5px; margin: 0 4px 3px 0; font-weight: 600; }
.rd-head-actions { text-align: right; flex: 0 0 auto; }
.rd-home-link { display: inline-flex; gap: 3px; align-items: center; color: var(--brand); font-size: 12px; margin-bottom: 6px; }
.rd-price { text-align: right; flex-shrink: 0; }
.rd-price em { display: block; font-style: normal; font-size: 12px; color: var(--ink-4); margin-bottom: 2px; }
.rd-price b { font-size: 21px; font-weight: 850; color: #d9134f; }
.rd-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 8px; padding: 14px 0; }
.rd-stat { background: #f6f8fc; border-radius: 9px; padding: 11px 9px; text-align: center; }
.rd-stat-main { background: #f1f6ff; }
.rd-stat b { display: block; font-size: 16px; font-weight: 800; color: var(--ink); margin-bottom: 1px; }
.rd-stat span { font-size: 11.5px; color: var(--ink-4); }
.rd-intro { display: grid; grid-template-columns: 76px 1fr; gap: 10px; font-size: 12.5px; color: var(--ink-2); line-height: 1.65; padding: 0 0 13px; }
.rd-intro > span { color: var(--ink-4); font-weight: 600; }
.rd-intro p { margin: 0; }
.rd-section { border-top: 1px solid #edf0f5; padding: 13px 0 0; margin-top: 1px; }
.rd-sec-title { font-size: 13.5px; font-weight: 750; margin: 0 0 9px; }
.rd-sec-title small { color: var(--ink-4); margin-left: 6px; font-size: 10px; font-weight: 500; }
.rd-coop { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 7px; }
.rd-coop-row { display: flex; gap: 12px; justify-content: space-between; background: #f8f9fc; border-radius: 8px; padding: 8px 11px; font-size: 12px; }
.rd-coop-row span { color: var(--ink-4); }
.rd-coop-row b { font-weight: 600; text-align: right; }
.rd-quotes { display: grid; grid-template-columns: repeat(auto-fit,minmax(160px,1fr)); gap: 8px; }
.rd-price-pick { margin-bottom: 12px; }
.rd-price-pick label { display: block; font-size: 12px; color: var(--ink-4); margin-bottom: 6px; }
.rd-price-pick .input { padding: 9px 12px; font-size: 13px; }
.rd-quote { display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 1px solid #edf0f5; border-radius: 9px; padding: 9px 11px; }
.rd-quote > span { color: var(--ink-3); font-size: 12px; }
.rd-quote b { color: #d9134f; font-size: 14px; white-space: nowrap; }
.rd-quote small { font-size: 10px; color: var(--ink-4); margin-left: 2px; }
.rd-metrics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; }
.rd-m { display: flex; justify-content: space-between; gap: 12px; background: #f8f9fc; border-radius: 8px; padding: 8px 11px; font-size: 12px; }
.rd-m span { color: var(--ink-4); flex-shrink: 0; }
.rd-m b { font-weight: 650; color: var(--ink); text-align: right; overflow: hidden; text-overflow: ellipsis; }
.rd-chart-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.rd-chart-card { border: 1px solid #edf0f5; border-radius: 10px; padding: 11px 12px; background: #fbfcfe; }
.rd-chart-title { font-size: 12.5px; font-weight: 750; margin-bottom: 8px; }
.rd-chart-row { display: grid; grid-template-columns: 72px 1fr 52px; align-items: center; gap: 7px; margin: 6px 0; font-size: 10.5px; }
.rd-chart-row > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--ink-3); }
.rd-chart-row > i { display: block; height: 7px; border-radius: 99px; overflow: hidden; background: #e8eef6; }
.rd-chart-row > i em { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#1d75d1,#55b7f3); }
.rd-chart-row > b { text-align: right; font-weight: 700; color: var(--ink-2); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rd-matrix-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }
.rd-matrix-account { display:flex; align-items:center; gap:9px; padding:9px 10px; border:1px solid #e7e0fb; border-radius:9px; background:#fbfaff; }
.rd-matrix-account img,.rd-matrix-account>i{width:36px;height:36px;border-radius:9px;object-fit:cover;flex:none;background:#f0ecff;color:#7c3aed;display:flex;align-items:center;justify-content:center;font-style:normal;font-weight:800}
.rd-matrix-account span{min-width:0}.rd-matrix-account b,.rd-matrix-account small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rd-matrix-account b{font-size:12.5px}.rd-matrix-account small{color:var(--ink-4);font-size:10.5px}
.rd-foot { position: sticky; bottom: 0; display: flex; gap: 8px; justify-content: flex-end; padding: 14px 0 16px; margin-top: 14px; border-top: 1px solid var(--line); background: #fff; }
.rd-action, .rd-order { min-width: 108px; border: 0; border-radius: 9px; padding: 10px 15px; text-align: center; cursor: pointer; font-size: 13px; font-weight: 700; }
.rd-action { background: #f1f4f9; color: #334155; }
.rd-action:hover { background: #e7edf6; }
.rd-order { background: linear-gradient(135deg,#ff7a22,#ff4d18); color: #fff; box-shadow: 0 7px 18px rgba(255,91,24,.26); }
.resource-action-modal { max-width:780px; }
.resource-form-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px 12px; }
.resource-form-grid.two { grid-template-columns:repeat(2,minmax(0,1fr)); margin-top:12px; }
.resource-form-grid label,.resource-file-pick { display:flex; flex-direction:column; gap:5px; }
.resource-form-grid label > span,.resource-file-pick > span { color:var(--ink-3); font-size:11.5px; font-weight:650; }
.resource-form-grid textarea { resize:vertical; }
.action-section-title { margin:16px 0 9px; font-size:13.5px; }
.resource-file-pick { margin-top:13px; padding:11px 12px; border:1px dashed #ccd8e8; border-radius:10px; background:#f8fbff; }
.resource-file-pick input { font-size:12px; }.resource-file-pick small{color:var(--ink-4);font-size:10.5px}
.resource-file-list { display:flex; flex-wrap:wrap; gap:6px; margin-top:8px; font-size:11px; }
.resource-file-list > b { width:100%; color:var(--ink-3); }.resource-file-list a{padding:4px 8px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--brand)}
.matrix-web-search { display:grid; grid-template-columns:150px 1fr auto; gap:8px; margin:12px 0; }
.matrix-web-links { margin-bottom:10px; }.matrix-web-links > b{font-size:12px;color:#7c3aed}
.matrix-web-results { max-height:280px; overflow:auto; border:1px solid var(--line); border-radius:10px; margin-bottom:12px; }
.matrix-web-row { display:flex; align-items:center; gap:10px; padding:9px 10px; border-bottom:1px solid #eff2f6; }
.matrix-web-row:last-child{border-bottom:0}.matrix-web-row img,.matrix-web-row>span{width:36px;height:36px;border-radius:9px;object-fit:cover;flex:none;background:#f0ecff;color:#7c3aed;display:flex;align-items:center;justify-content:center;font-weight:800}
.matrix-web-row>div{flex:1;min-width:0}.matrix-web-row b{display:block;font-size:12.5px}.matrix-web-row small{display:block;color:var(--ink-4);font-size:10.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.matrix-web-empty{padding:28px;text-align:center;color:var(--ink-4);font-size:12px}
@media(max-width:680px){
  .rd-mask{padding:10px;align-items:flex-end}.rd-modal{max-height:92vh;border-radius:16px 16px 0 0;padding:18px 16px 0}
  .rd-profile{padding-right:34px;flex-wrap:wrap}.rd-head-actions{display:flex;width:100%;align-items:center;justify-content:space-between;text-align:left;padding-left:78px}.rd-price{text-align:right}.rd-metrics,.rd-coop,.rd-matrix-list{grid-template-columns:1fr}
  .rd-foot{overflow-x:auto;justify-content:flex-start}.rd-action,.rd-order{min-width:96px;flex:0 0 auto}
  .resource-form-grid,.resource-form-grid.two{grid-template-columns:1fr}.matrix-web-search{grid-template-columns:1fr}
}

/* ============ 悬浮购物车 ============ */
.fcart { position: fixed; right: 26px; bottom: 100px; z-index: 250; }
.fcart-btn { width: 54px; height: 54px; border-radius: 50%; border: none; background: var(--grad); color: #fff; cursor: pointer;
  display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(29,111,232,.4); transition: transform .18s; position: relative; }
.fcart-btn:hover { transform: scale(1.08); }
.fcart-badge { position: absolute; top: -4px; right: -4px; min-width: 20px; height: 20px; border-radius: 99px; background: #f97316; color: #fff;
  font-size: 11.5px; font-weight: 700; display: flex; align-items: center; justify-content: center; padding: 0 5px; border: 2px solid #fff; }
.fcart-panel { position: absolute; right: 0; bottom: 64px; width: 360px; max-width: calc(100vw - 40px); background: #fff; border-radius: 18px;
  box-shadow: var(--shadow-lg); border: 1px solid var(--line); display: none; overflow: hidden; animation: modalIn .2s ease; }
.fcart-panel.show { display: block; }
.fcart-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid var(--line); font-size: 15px; }
.fcart-clear { background: none; border: none; color: var(--ink-4); font-size: 12.5px; cursor: pointer; }
.fcart-clear:hover { color: #dc2626; }
.fcart-list { max-height: 320px; overflow-y: auto; }
.fcart-empty { text-align: center; padding: 44px 20px; color: var(--ink-4); font-size: 13.5px; line-height: 2; }
.fcart-item { display: flex; align-items: center; gap: 10px; padding: 10px 16px; border-bottom: 1px solid #f4f6fa; }
.fcart-item img, .fc-fb { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; background: var(--grad-soft); flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center; color: var(--brand); font-weight: 700; }
.fc-info { flex: 1; min-width: 0; }
.fc-info b { display: block; font-size: 13.5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fc-info span { font-size: 11.5px; color: var(--ink-4); }
.fc-price-select { display:block; width:100%; margin-top:4px; border:1px solid var(--line); border-radius:6px; padding:3px 5px; background:#fff; color:var(--ink-2); font-size:10.5px; }
.fc-price { font-size: 13px; font-weight: 700; color: #e11d48; flex-shrink: 0; }
.fc-del { background: none; border: none; color: var(--ink-4); font-size: 17px; cursor: pointer; padding: 2px 4px; }
.fc-del:hover { color: #dc2626; }
.fcart-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 13px 16px; border-top: 1px solid var(--line); background: #fbfcfe; }
.fcart-total { font-size: 13px; color: var(--ink-3); }
.fcart-total b { font-size: 17px; color: #e11d48; font-weight: 800; }
.fcart-total small { display: block; font-size: 11px; color: var(--ink-4); }

/* ============ 悬浮对比栏 ============ */
.fvs { position: fixed; right: 26px; bottom: 170px; z-index: 249; width: 92px; background: #fff; border: 1px solid var(--line); border-radius: 16px;
  box-shadow: var(--shadow-lg); padding: 10px; text-align: center; transition: box-shadow .3s; }
.fvs.flash { box-shadow: 0 0 0 3px rgba(29,111,232,.35); }
.fvs-head { font-size: 11px; color: var(--ink-3); font-weight: 700; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; gap: 3px; }
.fvs-head button { background: none; border: none; color: var(--ink-4); cursor: pointer; display: flex; padding: 0; }
.fvs-list { display: flex; flex-direction: column; gap: 6px; margin-bottom: 8px; }
.fvs-item { position: relative; width: 44px; height: 44px; margin: 0 auto; }
.fvs-item img, .fvs-item i { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; background: var(--grad-soft); font-style: normal;
  display: flex; align-items: center; justify-content: center; color: var(--brand); font-weight: 700; }
.fvs-item button { position: absolute; top: -5px; right: -5px; width: 17px; height: 17px; border-radius: 50%; border: none; background: #0f172a; color: #fff;
  font-size: 11px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.fvs-slot { width: 44px; height: 44px; margin: 0 auto; border-radius: 50%; border: 1.5px dashed var(--line); color: var(--ink-4);
  display: flex; align-items: center; justify-content: center; font-size: 17px; }
.fvs-go { width: 100%; padding: 6px 0 !important; font-size: 12px !important; }

/* ============ 达人对比页 ============ */
.vs-wrap { overflow-x: auto; }
.vs-tbl { width: 100%; border-collapse: collapse; font-size: 13.5px; min-width: 640px; }
.vs-tbl th, .vs-tbl td { padding: 12px 16px; border-bottom: 1px solid #f0f3f8; text-align: center; }
.vs-label-col { width: 130px; }
.vs-tbl .vs-label { background: #f8fafd; font-weight: 600; color: var(--ink-3); font-size: 12.5px; text-align: left; position: sticky; left: 0; }
.vs-head { padding: 20px 16px 16px !important; min-width: 150px; }
.vs-avatar img, .vs-avatar .avatar-fallback { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; margin: 0 auto 8px; font-size: 24px; }
.vs-name { font-size: 15px; font-weight: 700; }
.vs-sub { font-size: 12px; color: var(--ink-4); font-weight: 500; margin: 3px 0 10px; }
.vs-acts { display: flex; gap: 6px; justify-content: center; }
.vs-val { font-weight: 600; position: relative; }
.vs-val.best { background: #f0fdf4; color: #047857; }
.vs-val.diff { color: var(--brand); }
.vs-star { display: inline-block; margin-left: 6px; background: #059669; color: #fff; font-size: 10.5px; border-radius: 5px; padding: 1px 5px; vertical-align: 2px; }

/* ============ 登录身份选择 ============ */
.login-role-overlay { position: fixed; inset: 0; background: rgba(15,23,42,.55); backdrop-filter: blur(4px); z-index: 400; display: flex; align-items: center; justify-content: center; padding: 20px; }
.rp-card { background: #fff; border-radius: 20px; padding: 30px 28px; width: 100%; max-width: 400px; box-shadow: var(--shadow-lg); animation: modalIn .22s; }
.rp-card h3 { font-size: 19px; text-align: center; }
.rp-card p { font-size: 13px; color: var(--ink-4); text-align: center; margin: 6px 0 20px; }
.rp-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 14px; }
.rp-item { display: flex; align-items: center; gap: 14px; padding: 14px 18px; border-radius: 14px; border: 1.5px solid var(--line); background: #fff;
  cursor: pointer; transition: all .15s; text-align: left; }
.rp-item:hover { border-color: var(--brand); background: #f5f9ff; transform: translateY(-1px); }
.rp-item .rp-ico { font-size: 24px; }
.rp-item b { font-size: 15px; display: block; }
.rp-item em { font-style: normal; font-size: 12px; color: var(--ink-4); display: block; }

/* 侧栏身份切换 */
.ps-switch { padding: 0 18px 10px; display: flex; flex-direction: column; gap: 4px; }
.ps-switch a { font-size: 12px; color: var(--brand); opacity: .85; }
.ps-switch a:hover { opacity: 1; text-decoration: underline; }

/* 支付二维码 */
.pay-qr { text-align: center; padding: 10px 0; }
.pay-qr .qr-box { width: 220px; height: 220px; margin: 14px auto; border: 1px solid var(--line); border-radius: 14px; display: flex; align-items: center; justify-content: center; padding: 10px; }
.pay-qr .qr-box svg, .pay-qr .qr-box img, .pay-qr .qr-box canvas { width: 100%; height: 100%; }
.pay-amount { font-size: 30px; font-weight: 800; color: #e11d48; }

/* ---------------- 响应式 ---------------- */
@media (max-width: 1080px) {
  .plat-grid, .feat-grid { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .stat-cards { grid-template-columns: repeat(2, 1fr); }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .hero-panel { max-width: 560px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .detail-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .db-grid { grid-template-columns: repeat(3, 1fr); }
  .star-grid { grid-template-columns: repeat(3, 1fr); }
  .tm-grid { grid-template-columns: 1fr 1fr; }
  .ind-panel { grid-template-columns: 1fr; }
  .ind-side { flex-direction: row; flex-wrap: wrap; }
  .ind-num { flex: 1; min-width: 150px; }
}
@media (max-width: 860px) {
  .auth-wrap { grid-template-columns: 1fr; }
  .auth-side { display: none; }
  .auth-main { min-height: calc(100vh - 68px); padding: 32px 20px 44px; align-items: flex-start; }
  .wx-authorize-card, .wx-bind-card { margin-top: 18px; }
  .portal { flex-direction: column; }
  .portal-side { width: 100%; display: flex; overflow-x: auto; padding: 10px 12px; gap: 4px; border-right: none; border-bottom: 1px solid var(--line); position: sticky; top: 68px; z-index: 50; }
  .portal-side .ps-role { display: none; }
  .portal-side .ps-group { display:none; }
  .portal-side .ps-platform-list { display:none; }
  .portal-side a { flex-shrink: 0; margin-bottom: 0; padding: 9px 13px; }
  .portal-side .badge { display: none; }
  .portal-main { padding: 18px 16px 50px; }
  .portal-main > .res-plat-tabs { display:flex; }
  .resource-overview { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .res-page-title { padding:18px; }
}
@media (max-width: 768px) {
  .main-nav { position: fixed; top: 68px; left: 0; right: 0; bottom: 0; background: #fff; flex-direction: column; align-items: stretch;
    padding: 18px; gap: 4px; display: none; overflow: auto; z-index: 99; }
  .main-nav.open { display: flex; }
  .main-nav > a, .nav-item > a { padding: 13px 16px; font-size: 16px; }
  .nav-item .mega { position: static; transform: none; opacity: 1; visibility: visible; width: 100%; box-shadow: none; border: none;
    padding: 0 0 0 12px; display: none; }
  .nav-item .mega::before { display: none; }
  .nav-item.open .mega { display: block; }
  .mega-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .mega-service-links { grid-template-columns: 1fr 1fr; }
  .nav-item .mega.nav-pop,
  .nav-item .nav-pop { right: auto; left: auto; width: 100%; padding: 0 0 0 12px; transform: none; }
  .nav-item.open .mega.nav-pop,
  .nav-item.open .nav-pop { display: block; }
  .nav-toggle { display: block; }
  .header-actions .btn-outline { display: none; }
  .hero h1 { font-size: 31px; }
  .hero-inner { padding: 60px 0 70px; }
  .hero-stats { gap: 24px; }
  .section { padding: 56px 0; }
  .sec-head h2 { font-size: 26px; }
  .plat-grid, .feat-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .stats-band { grid-template-columns: 1fr 1fr; padding: 34px 20px; }
  .role-grid { grid-template-columns: 1fr; }
  .res-list { grid-template-columns: 1fr; }
  .stat-cards { grid-template-columns: 1fr 1fr; }
  .detail-grid { grid-template-columns: 1fr; }
  .filter-row .fi { width: 100%; }
  .filter-row .fi .input { width: 100%; }
}
@media (max-width: 720px) {
  .site-header .container { width:100%; min-width:0; padding-right:14px; padding-left:14px; gap:10px; }
  .main-nav { max-width:100vw; overflow-x:hidden; }
  .main-nav .mega,.main-nav .nav-pop { max-width:100%; overflow-x:hidden; }
  .mega-service-links,.mega-grid { grid-template-columns:1fr; }
  .header-actions { min-width:0; }
}
@media (max-width: 768px) {
  .svc-grid { grid-template-columns: 1fr; }
  .db-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .db-item b { font-size: 26px; }
  .star-grid { grid-template-columns: 1fr 1fr; }
  .tm-grid { grid-template-columns: 1fr; }
  .ind-panel { padding: 24px 20px; }
  .hp-num { font-size: 32px; }
}
@media (max-width: 480px) {
  .plat-grid, .feat-grid, .steps, .stat-cards, .stats-band { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 27px; }
  .star-grid { grid-template-columns: 1fr; }
  .resource-overview { grid-template-columns:1fr; }
  .res-title-actions { width:100%; overflow-x:auto; }
  .auth-main { padding: 24px 16px 38px; }
  .input-group { gap: 7px; }
  .auth-code-btn { min-width: 104px; padding-left: 10px; padding-right: 10px; }
  .wechat-auth-btn { justify-content: flex-start; padding: 10px 12px; }
  .wechat-auth-btn small { font-size: 10.5px; }
  .wx-profile-preview { padding: 11px; }
  .wx-profile-preview em { display: none; }
}
@media (max-width: 768px) {
  .rf-label { width: 64px; }
  .fcart { right: 14px; bottom: 84px; }
  .fvs { right: 14px; bottom: 152px; }
  .rd-modal { padding: 20px 16px; }
  .rd-metrics { grid-template-columns: 1fr; }
  .rd-chart-grid { grid-template-columns: 1fr; }
  .select-bar { width: calc(100vw - 24px); flex-wrap: wrap; gap: 8px; justify-content: center; border-radius: 18px; }
}

/* ===== 通用开关（portal 端：对客展示/上下架切换） ===== */
.switch { display: inline-flex; align-items: center; cursor: pointer; vertical-align: middle; }
.switch input { display: none; }
.switch .sw, .switch span { width: 36px; height: 20px; border-radius: 99px; background: #cbd5e1; position: relative; transition: background .18s; display: inline-block; }
.switch .sw::after, .switch span::after { content: ""; position: absolute; width: 16px; height: 16px; border-radius: 50%; background: #fff; top: 2px; left: 2px; transition: left .18s; box-shadow: 0 1px 3px rgba(0, 0, 0, .25); }
.switch input:checked + .sw, .switch input:checked + span { background: var(--brand); }
.switch input:checked + .sw::after, .switch input:checked + span::after { left: 18px; }

/* ===== 首页开场视频（播完再展示 Banner 内容） ===== */
.hero-video { position: absolute; inset: 0; z-index: 6; background: #07182e; display: flex; align-items: center; justify-content: center; opacity: 1; transition: opacity .85s ease; }
.hero-video video { width: 100%; height: 100%; object-fit: cover; }
.hero-video::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at center, transparent 55%, rgba(7, 24, 46, .55)); pointer-events: none; }
.hero-video.hv-out { opacity: 0; pointer-events: none; }
.hv-skip { position: absolute; right: 22px; bottom: 22px; z-index: 2; display: inline-flex; align-items: center; gap: 4px; background: rgba(255, 255, 255, .14); color: #fff; border: 1px solid rgba(255, 255, 255, .35); border-radius: 99px; padding: 7px 16px; font-size: 13px; cursor: pointer; backdrop-filter: blur(6px); transition: background .2s; }
.hv-skip:hover { background: rgba(255, 255, 255, .28); }
/* 视频模式下先隐藏 Banner 内容，视频结束后入场 */
.hero.video-mode .hero-inner,
.hero.video-mode .hero-marquee { opacity: 0; }
.hero.video-mode.revealed .hero-inner { opacity: 1; transform: none; transition: opacity .9s ease .15s, transform .9s ease .15s; }
.hero.video-mode.revealed .hero-marquee { opacity: 1; transition: opacity .9s ease .5s; }
.hero.video-mode:not(.revealed) .hero-inner { transform: translateY(18px); }

/* ===== 浅色后台按钮与资源批量操作栏可读性 ===== */
body.admin-body .btn-ghost, .adm-body .btn-ghost {
  color: var(--ink-2); background: #fff; border: 1px solid #d7e0ec; backdrop-filter: none;
  box-shadow: 0 2px 8px rgba(15,23,42,.05);
}
body.admin-body .btn-ghost:hover, .adm-body .btn-ghost:hover { color: var(--brand); border-color: #9fc5ee; background: #f5f9ff; }
.select-bar .btn-plain, .select-bar .sb-white {
  color: #fff !important; background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.34) !important;
}
.select-bar .btn-plain:hover, .select-bar .sb-white:hover {
  color: #fff !important; background: rgba(255,255,255,.18) !important; border-color: rgba(255,255,255,.72) !important;
}

/* ===== 平台报价说明、区间筛选与增强列表 ===== */
.platform-price-notice { display:flex; align-items:center; gap:10px; padding:10px 14px; margin:-4px 0 15px; border:1px solid #cfe3fa; border-radius:12px; color:#175c9f; background:linear-gradient(135deg,#edf7ff,#f9fcff); }
.platform-price-notice>svg { flex:none; }.platform-price-notice b,.platform-price-notice span{display:block}.platform-price-notice b{font-size:12.5px}.platform-price-notice span{font-size:11px;color:#6382a2}
.rf-range-form { width:100%; align-items:flex-end; gap:14px; padding:13px 0; border-bottom:1px dashed #edf1f7; }
.rf-range-form>.rf-label { align-self:flex-start; padding-top:7px; }
.rf-range-grid { display:grid; grid-template-columns:repeat(3,minmax(190px,1fr)); gap:9px; flex:1; min-width:0; }
.rf-range-item { padding:9px; border:1px solid #e5ebf3; border-radius:10px; background:#fff; }
.rf-range-item>label { display:block; margin-bottom:5px; color:#52627a; font-size:11.5px; font-weight:700; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.rf-range-item select,.rf-range-item input { width:100%; height:32px; border:1px solid #dfe6ef; border-radius:7px; padding:0 8px; background:#f9fbfd; color:var(--ink-2); font-size:11.5px; outline:none; }
.rf-range-item select:focus,.rf-range-item input:focus{border-color:var(--brand);background:#fff}
.rf-range-item>div { display:grid; grid-template-columns:1fr auto 1fr; gap:5px; align-items:center; margin-top:6px; }.rf-range-item>div i{font-style:normal;color:#a3afbf;font-size:10px}
.res-tbl .cu-sub i { width:3px;height:3px;border-radius:50%;background:#cbd5e1;flex:none; }
.res-price-source { display:block; color:#7e91a8; font-size:9.5px; text-align:left; margin-bottom:1px; }
.res-tags { max-width:230px; white-space:normal; line-height:1.8; }.res-tags span.more{background:#eaf3ff;color:var(--brand);font-weight:700}

/* ===== 详情价格、分享、结构化数据与画像图表 ===== */
.rd-share-actions { display:flex; justify-content:flex-end; gap:4px; margin-bottom:7px; }
.rd-share-actions button { border:1px solid #dbe5f0; border-radius:7px; padding:4px 7px; background:#fff; color:#58708a; font-size:10px; cursor:pointer; }
.rd-share-actions button:hover { color:var(--brand); border-color:#a8cbed; background:#f3f8ff; }
.rd-price-section { padding:15px; margin-top:10px; border:1px solid #f6d8e2; border-radius:14px; background:linear-gradient(135deg,#fff8fa,#fff 52%,#fff9f4); }
.rd-price-notice { display:flex; justify-content:space-between; gap:12px; align-items:center; margin-bottom:10px; padding:8px 10px; border-radius:9px; background:#fff; border:1px solid #f5e1e7; }
.rd-price-notice b { color:#a81546; font-size:11.5px; }.rd-price-notice span{color:#8f6f7a;font-size:10.5px;text-align:right}
.rd-quote { position:relative; min-height:68px; flex-direction:column; align-items:flex-start; justify-content:center; overflow:hidden; border-color:#f1d7df; background:#fff; box-shadow:0 4px 14px rgba(168,21,70,.045); }
.rd-quote::after { content:""; position:absolute; right:-18px; bottom:-22px; width:58px; height:58px; border-radius:50%; background:#fff1f5; }
.rd-quote>b { position:relative; z-index:1; font-size:18px; }.rd-quote>span{position:relative;z-index:1;font-weight:650}.rd-quote>span em{display:inline-flex;margin-right:5px;padding:1px 5px;border-radius:5px;background:#edf5ff;color:#2367bd;font-size:9px;font-style:normal;font-weight:700}
.rd-structure-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:9px; }
.rd-structure-card { border:1px solid #e7edf5; border-radius:11px; padding:11px 12px; background:#fbfcfe; min-width:0; }
.rd-structure-card>b { display:block; margin-bottom:7px; font-size:12.5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.rd-structure-card>div { display:flex; justify-content:space-between; gap:10px; padding:4px 0; border-top:1px dashed #edf1f5; font-size:10.5px; }
.rd-structure-card span{color:var(--ink-4)}.rd-structure-card em{color:var(--ink-2);font-style:normal;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.rd-donut-wrap { display:grid; grid-template-columns:112px 1fr; gap:14px; align-items:center; }
.rd-donut { width:108px;height:108px;border-radius:50%;position:relative;box-shadow:inset 0 0 0 1px rgba(15,23,42,.04); }
.rd-donut::after{content:"";position:absolute;inset:25px;border-radius:50%;background:#fbfcfe;box-shadow:0 0 0 1px #edf1f5}
.rd-donut-legend { display:grid;gap:5px; }.rd-donut-legend>div{display:grid;grid-template-columns:8px 1fr auto;gap:6px;align-items:center;font-size:10.5px}
.rd-donut-legend i{width:8px;height:8px;border-radius:50%}.rd-donut-legend span{color:var(--ink-3);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rd-donut-legend b{font-size:10.5px}

/* ===== 全局可拖动在线专属经理浮窗 ===== */
.manager-float-launcher { position:fixed; right:24px; bottom:25px; z-index:455; display:flex; align-items:center; gap:10px; min-width:210px; padding:10px 15px 10px 10px; border:1px solid rgba(255,255,255,.5); border-radius:18px; color:#fff; background:linear-gradient(135deg,#1684e6,#0b55a5); box-shadow:0 14px 34px rgba(18,115,210,.34); transition:.2s; }
.manager-float-launcher:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(18,115,210,.42)}.manager-float-launcher.hidden{display:none}
.mfl-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:13px;background:rgba(255,255,255,.16);flex:none}.mfl-copy{text-align:left}.mfl-copy b,.mfl-copy small{display:block}.mfl-copy b{font-size:13.5px}.mfl-copy small{font-size:9.5px;color:rgba(255,255,255,.72);font-weight:400}
.manager-float-launcher>i{position:absolute;right:-4px;top:-5px;min-width:19px;height:19px;padding:0 5px;border-radius:99px;background:#f43f5e;border:2px solid #fff;color:#fff;font-size:10px;font-style:normal;line-height:15px}
.manager-float-window{position:fixed;right:24px;bottom:24px;z-index:460;width:min(390px,calc(100vw - 28px));height:min(590px,calc(100vh - 40px));display:none;grid-template-rows:auto auto 1fr auto;overflow:hidden;border:1px solid #dbe6f2;border-radius:19px;background:#fff;box-shadow:0 24px 70px rgba(15,23,42,.28)}
.manager-float-window.show{display:grid;animation:modalIn .18s ease}.manager-float-window.minimized{width:285px;height:auto;grid-template-rows:auto}.manager-float-window.minimized>:not(.mfw-header){display:none}
.mfw-header{display:flex;align-items:center;gap:10px;padding:12px 11px;color:#fff;background:linear-gradient(135deg,#147bd8,#0b519d);cursor:move;user-select:none;touch-action:none}
.mfw-manager-avatar{width:38px;height:38px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;background:rgba(255,255,255,.18);font-weight:800;flex:none}.mfw-manager-avatar img{width:100%;height:100%;object-fit:cover}
.mfw-header>div:nth-child(2){flex:1;min-width:0}.mfw-header b,.mfw-header small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mfw-header b{font-size:13px}.mfw-header small{font-size:9.5px;color:rgba(255,255,255,.72)}.mfw-header small i{display:inline-block;width:6px;height:6px;margin-right:3px;border-radius:50%;background:#5ee3a2}
.mfw-icon-btn{width:27px;height:27px;border:0;border-radius:8px;color:#fff;background:rgba(255,255,255,.1);font-size:17px;line-height:1}.mfw-icon-btn:hover{background:rgba(255,255,255,.22)}
.mfw-service-tip{padding:8px 12px;border-bottom:1px solid #e8eef5;background:#f1f7ff;color:#5b7898;font-size:10.5px}
.mfw-messages{min-height:0;overflow:auto;padding:14px;background:linear-gradient(180deg,#f6f9fd,#f9fbfd)}
.mfw-loading,.mfw-error,.mfw-welcome{padding:34px 18px;text-align:center;color:var(--ink-4);font-size:12px}.mfw-welcome b,.mfw-welcome span{display:block}.mfw-welcome b{color:var(--ink-2);margin-bottom:5px}
.mfw-message{display:flex;margin:8px 0}.mfw-message.mine{justify-content:flex-end}.mfw-message>div{max-width:78%;padding:8px 10px;border:1px solid #e7edf4;border-radius:12px 12px 12px 4px;background:#fff;box-shadow:0 2px 6px rgba(15,23,42,.035);font-size:12px;line-height:1.55;word-break:break-word}.mfw-message.mine>div{border-color:#c7e0f8;border-radius:12px 12px 4px 12px;background:#dff0ff}.mfw-message p{margin:0}.mfw-message a,.mfw-message small{display:block;margin-top:5px}.mfw-message a{color:var(--brand);font-size:10.5px}.mfw-message small{color:#9aa8b9;font-size:9px;text-align:right}
.mfw-compose{padding:10px;border-top:1px solid #e6ebf2;background:#fff}.mfw-compose textarea{width:100%;min-height:54px;max-height:120px;resize:vertical;border:0;outline:0;padding:5px 6px;font-size:12.5px}.mfw-compose>div{display:flex;align-items:center;gap:7px;padding-top:6px;border-top:1px solid #f0f3f7}.mfw-compose>div>span{flex:1;color:var(--ink-4);font-size:9.5px}
.mfw-file-btn{width:31px;height:31px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:var(--ink-3);background:#f1f5f9;cursor:pointer}.mfw-file-btn:hover{color:var(--brand);background:#eaf3ff}.mfw-file-btn input{display:none}

/* ===== 管理员达人轻量详情弹窗 ===== */
.admin-rd-modal{width:min(820px,100%);padding:24px}.admin-rd-hero{display:flex;align-items:flex-start;gap:14px;padding:2px 38px 16px 0;border-bottom:1px solid var(--line)}.admin-rd-hero>.avatar,.admin-rd-hero>.avatar-fallback{border-radius:50%;width:56px;height:56px;object-fit:cover}.admin-rd-hero>div:nth-child(2){flex:1;min-width:0}.admin-rd-hero h2{font-size:21px;line-height:1.3}.admin-rd-hero p{color:var(--ink-3);font-size:11.5px;margin:3px 0 6px}.admin-rd-state{display:flex;gap:5px;flex-wrap:wrap;justify-content:flex-end}
.admin-rd-tags{display:flex;gap:4px;flex-wrap:wrap}.admin-rd-tags span{padding:2px 7px;border-radius:6px;background:#edf5ff;color:#2467b7;font-size:10.5px}
.admin-rd-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:13px 0}.admin-rd-kpis>div{padding:10px;border-radius:10px;background:#f6f8fc;text-align:center}.admin-rd-kpis small,.admin-rd-kpis b{display:block}.admin-rd-kpis small{color:var(--ink-4);font-size:10.5px}.admin-rd-kpis b{margin-top:2px;font-size:16px}
.admin-rd-section{padding:12px 0;border-top:1px solid #edf1f5}.admin-rd-section h3{font-size:13px;margin-bottom:8px}.admin-rd-intro{max-height:100px;overflow:auto;color:var(--ink-3);font-size:11.5px;line-height:1.65}
.admin-rd-prices{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.admin-rd-prices>div{display:flex;justify-content:space-between;gap:8px;padding:9px 10px;border:1px solid #f2dbe3;border-radius:9px;background:#fff8fa}.admin-rd-prices span{color:#8d6d78;font-size:10.5px}.admin-rd-prices b{color:#c51650;font-size:13px}
.admin-rd-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.admin-rd-metrics>div{display:flex;justify-content:space-between;gap:9px;padding:7px 9px;border-radius:8px;background:#f8f9fc;font-size:11px}.admin-rd-metrics span{color:var(--ink-4)}.admin-rd-metrics b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.admin-rd-entries{margin-top:10px;border:1px solid var(--line);border-radius:10px;background:#fafbfd}.admin-rd-entries>summary{padding:9px 11px;color:var(--brand);font-size:11.5px;cursor:pointer}.admin-rd-entries>div{padding:0 9px 8px}.admin-rd-entries article{display:grid;grid-template-columns:1fr auto;gap:2px 8px;padding:7px;border-top:1px dashed var(--line);font-size:10.5px}.admin-rd-entries article small{grid-column:1/-1;color:var(--ink-4)}
.admin-rd-actions{position:sticky;bottom:-1px;display:flex;gap:7px;justify-content:flex-end;padding:13px 0 0;margin-top:10px;border-top:1px solid var(--line);background:#fff}.admin-rd-actions .btn{padding:8px 13px;font-size:12px}
.admin-range-box{position:relative}.admin-range-box>summary{display:flex;align-items:center;gap:5px;height:43px;padding:0 12px;border:1.5px solid var(--line);border-radius:10px;background:#fff;color:var(--ink-2);font-size:12px;cursor:pointer;list-style:none}.admin-range-box>summary::-webkit-details-marker{display:none}.admin-range-box[open]>summary{border-color:var(--brand);color:var(--brand)}
.admin-range-grid{position:absolute;z-index:30;left:0;top:48px;width:min(780px,calc(100vw - 80px));display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:12px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow-lg)}.admin-range-item{display:grid;grid-template-columns:120px repeat(3,minmax(90px,1fr));gap:6px;align-items:center}.admin-range-item label{font-size:11px;font-weight:700;color:var(--ink-3);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-range-item select,.admin-range-item input{width:100%;height:32px;padding:0 7px;border:1px solid #e0e7f0;border-radius:7px;background:#f9fbfd;font-size:10.5px}

@media(max-width:900px){
  .rf-range-grid{grid-template-columns:repeat(2,minmax(170px,1fr))}
}
@media(max-width:680px){
  .rf-range-form{align-items:stretch;flex-direction:column}.rf-range-form>.rf-label{width:auto}.rf-range-grid{grid-template-columns:1fr}.rf-range-form>.btn{align-self:flex-end}
  .rd-share-actions{justify-content:flex-start}.rd-head-actions{padding-left:0!important}.rd-price-notice{align-items:flex-start;flex-direction:column}.rd-price-notice span{text-align:left}
  .rd-structure-grid{grid-template-columns:1fr}.rd-donut-wrap{grid-template-columns:96px 1fr}.rd-donut{width:92px;height:92px}.rd-donut::after{inset:22px}
  .manager-float-launcher{right:13px;bottom:17px;min-width:0;border-radius:50%;padding:9px}.mfl-copy{display:none}.mfl-icon{width:43px;height:43px}
  .manager-float-window{left:8px!important;right:8px!important;bottom:8px!important;top:auto!important;width:auto;height:min(620px,calc(100vh - 16px));border-radius:17px}.mfw-header{cursor:default}
  .admin-rd-kpis{grid-template-columns:repeat(2,1fr)}.admin-rd-prices,.admin-rd-metrics{grid-template-columns:1fr}.admin-rd-actions{overflow-x:auto;justify-content:flex-start}.admin-rd-actions .btn{flex:0 0 auto}.admin-rd-state{width:100%;justify-content:flex-start}
  .admin-range-grid{position:fixed;left:10px;right:10px;top:80px;width:auto;grid-template-columns:1fr;max-height:70vh;overflow:auto}.admin-range-item{grid-template-columns:1fr 1fr}.admin-range-item label{grid-column:1/-1}
}

/* ===== 后台第三方服务接入中心 ===== */
.integration-title{padding:20px 22px;border:1px solid #dfe8f5;border-radius:17px;background:linear-gradient(135deg,#f5faff,#fff 58%,#f8fbff)}
.integration-status-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin-bottom:15px}.integration-status-grid>a{position:relative;display:flex;align-items:center;gap:10px;padding:13px 14px;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:var(--shadow-sm);transition:.16s}.integration-status-grid>a:hover,.integration-status-grid>a.active{border-color:#91bdea;background:#f5f9ff;transform:translateY(-1px)}.integration-status-grid>a>i{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:11px;color:var(--brand);background:#edf5ff;font-style:normal}.integration-status-grid span{min-width:0}.integration-status-grid small,.integration-status-grid b{display:block}.integration-status-grid small{color:var(--ink-4);font-size:10.5px}.integration-status-grid b{font-size:12.5px}.integration-status-grid em{position:absolute;right:11px;top:11px;width:8px;height:8px;border-radius:50%;background:#f59e0b}.integration-status-grid em.ok{background:#10b981}
.integration-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:14px;align-items:start}.integration-form{max-width:none}.integration-guide{position:sticky;top:76px}.integration-guide h3{font-size:15px;margin-bottom:10px}.integration-apply{display:block;margin-bottom:7px;padding:9px 11px;border:1px solid #cfe1f6;border-radius:9px;color:var(--brand);background:#f6faff;font-size:12px;font-weight:700}.integration-guide ol{margin:14px 0 14px 20px;color:var(--ink-3);font-size:11.5px;line-height:1.8}.integration-guide code{padding:1px 4px;border-radius:4px;background:#eef2f7;color:#be185d}
.integration-form .form-item small{display:block;margin-top:4px;color:#059669;font-size:10.5px}.integration-subtitle{grid-column:1/-1;margin:7px 0 10px;padding:8px 10px;border-radius:8px;background:#f6f8fb;color:var(--ink-2);font-size:12.5px}.integration-callback{display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center;margin-bottom:14px;padding:9px 11px;border:1px solid #dbe7f3;border-radius:10px;background:#f8fbff;font-size:11px}.integration-callback span{color:var(--ink-4)}.integration-callback code{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#2563eb}.integration-callback button{border:0;background:none;color:var(--brand);font-size:11px}
.integration-actions{display:flex;align-items:center;gap:8px;margin-top:15px;padding-top:13px;border-top:1px solid var(--line)}.integration-actions>.input{width:210px;margin-left:auto}
@media(max-width:1000px){.integration-status-grid{grid-template-columns:repeat(2,1fr)}.integration-layout{grid-template-columns:1fr}.integration-guide{position:static}}
@media(max-width:600px){.integration-status-grid{grid-template-columns:1fr}.integration-actions{align-items:stretch;flex-direction:column}.integration-actions>.input{width:100%;margin-left:0}.integration-actions>.btn{width:100%}.integration-callback{grid-template-columns:1fr}.integration-guide{padding:18px}}

/* ===== 拒单替换媒体资源库 ===== */
.recommendation-library-mask{z-index:1200}.recommendation-library-modal{width:min(1180px,96vw);max-width:none;height:min(820px,92vh);display:flex;flex-direction:column}.recommendation-library-modal>.modal-head{flex:0 0 auto}.recommendation-library-body{min-height:0;display:grid;grid-template-columns:250px minmax(0,1fr);flex:1}.recommendation-library-filters{overflow:auto;padding:16px;border-right:1px solid var(--line);background:#f8fafc}.recommendation-library-filters>label,.recommendation-library-filters .rl-range label{display:block;margin-bottom:11px}.recommendation-library-filters label>span{display:block;margin-bottom:5px;color:var(--ink-3);font-size:11px;font-weight:700}.recommendation-library-filters .rl-range{display:grid;grid-template-columns:1fr 1fr;gap:7px}.recommendation-library-filters .rl-range label{min-width:0}.recommendation-library-filters .btn{width:100%;margin-top:4px}.recommendation-library-content{min-width:0;overflow:auto;padding:16px 18px}.recommendation-library-summary{margin-bottom:11px;color:var(--ink-4);font-size:12px}.recommendation-library-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.recommendation-library-card{display:flex;flex-direction:column;gap:9px;padding:14px;border:1px solid #dfe7f0;border-radius:14px;background:#fff;box-shadow:0 3px 14px rgba(15,23,42,.05);transition:.16s}.recommendation-library-card:hover{border-color:#93bde7;box-shadow:0 8px 24px rgba(37,99,235,.1);transform:translateY(-1px)}.rl-card-head{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:10px;align-items:center}.rl-card-head img,.rl-avatar-placeholder{width:44px;height:44px;border-radius:12px;object-fit:cover}.rl-avatar-placeholder{display:flex;align-items:center;justify-content:center;background:#edf5ff;color:var(--brand);font-weight:800}.rl-card-head h4{overflow:hidden;margin:0;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.rl-card-head p{margin:3px 0 0;color:var(--ink-4);font-size:10.5px}.rl-card-head strong{color:#e11d48;font-size:15px}.rl-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.rl-detail-grid span{overflow:hidden;padding:5px 7px;border-radius:7px;background:#f6f8fb;text-overflow:ellipsis;white-space:nowrap;color:var(--ink-2);font-size:10.5px}.rl-detail-grid b{display:block;color:var(--ink-4);font-size:9px}.rl-tags{overflow:hidden;color:#2563eb;font-size:10.5px;text-overflow:ellipsis;white-space:nowrap}.rl-intro{display:-webkit-box;overflow:hidden;margin:0;color:var(--ink-3);font-size:11px;line-height:1.6;-webkit-line-clamp:2;-webkit-box-orient:vertical}.rl-prices{display:flex;gap:5px;flex-wrap:wrap}.rl-prices>b{width:100%;color:var(--ink-4);font-size:10px}.rl-prices span{padding:4px 7px;border-radius:6px;background:#fff1f2;color:#be123c;font-size:10px}.rl-metrics summary{color:var(--brand);font-size:10.5px;cursor:pointer}.rl-metrics>div{display:grid;grid-template-columns:repeat(2,1fr);gap:5px;margin-top:7px}.rl-metrics span{display:flex;justify-content:space-between;gap:6px;padding:5px 7px;border-radius:6px;background:#f8fafc;font-size:10px}.rl-metrics b{color:var(--ink-4)}.rl-homepage{color:var(--brand);font-size:10.5px}.recommendation-library-card>.btn{width:100%;margin-top:auto}.recommendation-library-pages{display:flex;align-items:center;justify-content:center;gap:12px;padding:17px 0 4px;color:var(--ink-4);font-size:11px}
.selected-recommendation-list{display:grid;gap:9px;margin-top:12px}.selected-recommendation-card{padding:11px 12px;border:1px solid #cfe0f3;border-radius:11px;background:#f8fbff}.selected-recommendation-head{display:flex;align-items:center;gap:8px}.selected-recommendation-head b{flex:1}.selected-recommendation-head strong{color:#e11d48}.selected-recommendation-card p{margin:5px 0;color:var(--ink-3);font-size:11px}.selected-recommendation-card textarea{margin-top:7px;min-height:58px}
@media(max-width:900px){.recommendation-library-body{grid-template-columns:1fr}.recommendation-library-filters{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;max-height:260px;border-right:0;border-bottom:1px solid var(--line)}.recommendation-library-filters>label,.recommendation-library-filters .rl-range{margin:0}.recommendation-library-results{grid-template-columns:1fr}}
@media(max-width:600px){.recommendation-library-modal{width:100vw;height:100vh;max-height:none;border-radius:0}.recommendation-library-filters{grid-template-columns:1fr}.recommendation-library-results{grid-template-columns:1fr}.rl-detail-grid{grid-template-columns:repeat(2,1fr)}}

/* ===== 资源库精准找号需求 ===== */
.resource-demand-cta{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:13px;align-items:center;margin:13px 0 16px;padding:16px 18px;border:1px solid #bfdbfe;border-radius:15px;background:linear-gradient(135deg,#eff6ff,#fff 65%);box-shadow:0 7px 22px rgba(37,99,235,.07)}.rdc-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:13px;background:#dbeafe;color:#1d4ed8}.resource-demand-cta small{color:#2563eb;font-weight:700}.resource-demand-cta h3{margin:2px 0 4px;font-size:16px}.resource-demand-cta p{margin:0;color:var(--ink-3);font-size:11px}.demand-promise{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:15px;padding:11px 13px;border-radius:10px;background:#ecfdf5;color:#065f46}.demand-promise b{font-size:14px}.demand-promise span{font-size:11px}@media(max-width:720px){.resource-demand-cta{grid-template-columns:44px 1fr}.resource-demand-cta>.btn{grid-column:1/-1;width:100%}.demand-promise{align-items:flex-start;flex-direction:column}}

/* ===== 首页：亿媒通告独立平台入口 ===== */
.home-recruit-entry{position:relative;overflow:hidden;padding:54px 0;color:#fff;background:radial-gradient(circle at 85% 10%,rgba(255,176,126,.38),transparent 25%),linear-gradient(125deg,#28213f,#54344f 58%,#d95f47 130%)}
.home-recruit-entry::after{position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.1) 1px,transparent 1px);background-size:25px 25px;content:"";mask-image:linear-gradient(90deg,#000,transparent)}
.home-recruit-entry .container{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:55px}
.hre-kicker{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid rgba(255,255,255,.18);border-radius:99px;color:#ffd9ca;background:rgba(255,255,255,.08);font-size:11px;font-weight:700}
.hre-copy h2{margin:16px 0 11px;font-size:34px;line-height:1.25}.hre-copy>p{max-width:650px;margin:0;color:rgba(255,255,255,.72);font-size:14px;line-height:1.8}.hre-actions{display:flex;gap:9px;margin-top:22px}.hre-actions .btn-ghost{border-color:rgba(255,255,255,.22);color:#fff;background:rgba(255,255,255,.08)}.hre-copy>small{display:block;margin-top:15px;color:rgba(255,255,255,.52);font-size:10px}
.hre-panel{padding:20px;border:1px solid rgba(255,255,255,.15);border-radius:22px;background:rgba(255,255,255,.1);box-shadow:0 25px 65px rgba(0,0,0,.2);backdrop-filter:blur(15px)}.hre-panel-head{display:flex;align-items:center;margin-bottom:13px}.hre-panel-head span{font-weight:700}.hre-panel-head em{margin-left:auto;padding:4px 7px;border-radius:7px;color:#bff6df;background:rgba(52,211,153,.13);font-size:9px;font-style:normal}.hre-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.hre-flow span{display:flex;align-items:center;flex-direction:column;padding:13px 5px;border-radius:13px;color:#283043;background:#fff;text-align:center}.hre-flow i{display:flex;width:27px;height:27px;align-items:center;justify-content:center;border-radius:9px;color:#fff;background:linear-gradient(135deg,#ef5b3f,#ff9668);font-size:11px;font-style:normal;font-weight:800}.hre-flow b{margin-top:8px;font-size:11px}.hre-flow small{margin-top:3px;color:#8a909b;font-size:8px}.hre-data{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:8px}.hre-data span{padding:10px;border-radius:11px;background:rgba(255,255,255,.1);text-align:center}.hre-data b{display:block;font-size:20px}.hre-data small{display:block;margin-top:2px;color:rgba(255,255,255,.61);font-size:8px}
@media(max-width:900px){.home-recruit-entry .container{grid-template-columns:1fr}.hre-panel{display:none}}

/* ===== 订单成交价调整链路 ===== */
.order-price-history .card-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.oph-intro{margin:-4px 0 12px;color:var(--ink-4);font-size:11px}.oph-list{display:grid;gap:9px}.oph-list>article{overflow:hidden;border:1px solid #f2d6a2;border-radius:11px;background:#fffcf5}.oph-list header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 13px;border-bottom:1px solid #f7e5c4}.oph-list header>div{display:flex;flex-direction:column}.oph-list header b{font-size:14px}.oph-list header strong{color:#dc2626}.oph-list header small{margin-top:2px;color:var(--ink-4);font-size:10px}.oph-list header>span{max-width:48%;color:#8a5a11;font-size:11px;text-align:right}.oph-items{display:grid;gap:1px;background:#f7ead1}.oph-items>div{display:grid;grid-template-columns:minmax(180px,1fr) auto auto;gap:12px;align-items:center;padding:8px 12px;background:#fff;font-size:11px}.oph-items span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.oph-items em{color:var(--ink-4);font-style:normal}.oph-items b{color:#b45309}
@media(max-width:700px){.oph-list header{align-items:flex-start;flex-direction:column}.oph-list header>span{max-width:none;text-align:left}.oph-items>div{grid-template-columns:1fr}.oph-items span{white-space:normal}}

/* ===== 媒介订单详情：高密度双栏工作台 ===== */
.media-order-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.media-order-stats .stat-card{padding:15px 17px}.media-order-stats .sc-label{margin-bottom:4px;font-size:11px}.media-order-stats .sc-value{font-size:22px}.media-order-stats .sc-foot{margin-top:3px;color:var(--ink-4);font-size:10px}
.media-order-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:14px;align-items:start}.media-order-primary,.media-order-sidebar{display:grid;min-width:0;gap:14px;align-content:start}.media-order-primary>.card,.media-order-sidebar>.card{margin:0!important}.media-order-sidebar{position:sticky;top:14px}.media-order-sidebar .card-pad{padding:16px}.media-order-sidebar .card-title{margin-bottom:10px;font-size:14px}.media-order-sidebar .order-followup-list{max-height:300px;overflow:auto}.media-order-sidebar .order-followup-list>div{gap:7px}.media-order-sidebar .order-followup-list p{font-size:11px}.media-order-sidebar .order-followup-list .badge{padding:2px 7px;font-size:9px}.media-sidebar-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:10px 0}.media-sidebar-actions .btn{padding:8px 9px;font-size:11px}.media-sidebar-actions .btn-danger{grid-column:1/-1}.media-notify-form{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:end;margin-top:13px}.media-notify-form>label{padding-bottom:9px;font-size:11px}.media-notify-form>.btn{grid-column:1/-1}.media-order-primary .table-wrap{margin:0 -24px -22px}.media-order-primary .tbl{min-width:940px}.media-order-primary .tbl th,.media-order-primary .tbl td{padding:10px 11px}.media-order-primary .tbl th:last-child,.media-order-primary .tbl td:last-child{position:sticky;right:0;background:#fff;box-shadow:-7px 0 12px rgba(15,23,42,.04)}.media-order-primary .tbl th:last-child{background:#f8fafd}.media-order-price{min-width:125px;text-align:left!important}.media-order-price b,.media-order-price strong{display:block}.media-order-price strong{margin-top:3px;color:#e11d48;font-size:11px}.media-order-execution-cell{display:grid;width:250px;gap:7px}.media-order-execution-cell>section{display:grid;gap:4px;padding:7px;border-radius:9px;background:#f7f9fc}.media-order-execution-cell>section>small{color:var(--ink-4);font-size:9px;font-weight:700}.media-order-execution-cell .input{height:32px;padding:5px 7px;font-size:11px}.media-order-execution-cell .supplier-item-assign{min-width:0}.media-order-execution-cell .supplier-item-assign>div input{width:90px}.media-order-execution-cell .btn-sm{min-height:30px}.media-payment-actions{border-color:#f6d99d;background:linear-gradient(145deg,#fffaf0,#fff)}.media-payment-actions>.dim b{color:#dc2626}.media-order-sidebar #media-order-chat{height:180px!important}.media-order-sidebar .media-live-notice{position:static}.media-order-sidebar .card p{line-height:1.6}
.order-role-chain{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:6px}.order-role-chain span{padding:3px 6px;border-radius:6px;color:var(--ink-3);background:var(--bg);font-size:9px}
@media(max-width:1350px){.media-order-layout{grid-template-columns:1fr}.media-order-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.media-order-sidebar>.card{min-width:0}.media-order-sidebar>.card:last-child:nth-child(odd){grid-column:1/-1}.media-order-primary .tbl{min-width:1000px}}
@media(max-width:850px){.media-order-stats{grid-template-columns:repeat(2,1fr)}.media-order-sidebar{grid-template-columns:1fr}.media-order-sidebar>.card:last-child:nth-child(odd){grid-column:auto}.media-order-primary .card-pad{padding:16px}.media-order-primary .table-wrap{margin:0 -16px -16px}.media-order-title-actions{justify-content:flex-start}.media-order-title-actions .btn{flex:1}.supplier-share-create{align-items:stretch;flex-direction:column;max-width:none}.supplier-share-list>div{grid-template-columns:1fr}.media-order-sidebar #media-order-chat{height:240px!important}}
@media(max-width:520px){.media-order-stats{grid-template-columns:1fr 1fr;gap:7px}.media-order-stats .stat-card{padding:12px}.media-order-stats .sc-value{font-size:18px}.media-order-layout{gap:10px}.media-sidebar-actions{grid-template-columns:1fr}.media-sidebar-actions .btn-danger{grid-column:auto}}

/* ===== 客户支付方式 ===== */
.order-pay-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.order-pay-actions .btn:disabled{cursor:not-allowed;opacity:.52}.credit-pay-hint{width:100%;color:var(--ink-4);font-size:11px;text-align:right}.credit-pay-hint a{margin-left:4px;color:var(--brand);font-weight:700}
@media(max-width:720px){.order-pay-actions{width:100%;align-items:stretch;flex-direction:column}.order-pay-actions .btn{width:100%}.credit-pay-hint{text-align:left}}

/* ===== 客户多订单项目中心 ===== */
.project-center-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:20px;padding:7px 2px}.project-center-head .eyebrow{color:var(--brand);font-size:10px;font-weight:800;letter-spacing:1.7px}.project-center-head h1{margin:7px 0 5px;font-size:28px}.project-center-head p{max-width:680px;margin:0;color:var(--ink-4);font-size:13px;line-height:1.7}.project-filter{margin-bottom:16px;padding:12px 14px}.project-filter form{display:grid;grid-template-columns:minmax(260px,1fr) 160px auto;gap:9px}.project-filter .input-icon{position:relative}.project-filter .input-icon svg{position:absolute;z-index:1;top:50%;left:12px;transform:translateY(-50%);color:var(--ink-4)}.project-filter .input-icon .input{padding-left:38px}.customer-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.customer-project-card{display:block;min-width:0;padding:19px;border:1px solid var(--line);border-radius:16px;color:inherit;background:#fff;box-shadow:0 5px 18px rgba(21,31,55,.035);transition:.2s}.customer-project-card:hover{border-color:#fdc8b9;box-shadow:0 16px 35px rgba(238,82,50,.1);transform:translateY(-2px)}.customer-project-card header{display:flex;align-items:center;justify-content:space-between}.project-source{color:var(--ink-4);font-size:10px;font-weight:700;letter-spacing:.4px}.customer-project-card h2{overflow:hidden;margin:15px 0 7px;font-size:18px;text-overflow:ellipsis;white-space:nowrap}.customer-project-card>p{height:38px;overflow:hidden;margin:0;color:var(--ink-4);font-size:11px;line-height:1.65}.project-platforms{display:flex;min-height:28px;gap:5px;align-items:center;margin:13px 0;overflow:hidden}.project-platforms span{display:inline-flex;gap:5px;align-items:center;flex:none;padding:5px 8px;border-radius:8px;color:#4b5563;background:#f5f7fa;font-size:10px;font-weight:600}.project-platforms i{color:var(--brand);font-style:normal}.project-platforms .empty-platform{color:var(--ink-4);font-weight:400}.project-progress-head{display:flex;justify-content:space-between;margin-bottom:6px;font-size:10px}.project-progress-head span{color:var(--brand);font-weight:800}.project-progress-track{height:6px;overflow:hidden;border-radius:9px;background:#f0f2f5}.project-progress-track i{display:block;height:100%;border-radius:9px;background:linear-gradient(90deg,#ef5b3f,#ff9b66)}.customer-project-card footer{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;align-items:end;margin-top:16px;padding-top:14px;border-top:1px solid #f0f1f3}.customer-project-card footer span small,.customer-project-card footer span b{display:block}.customer-project-card footer small{color:var(--ink-4);font-size:9px}.customer-project-card footer b{margin-top:3px;font-size:12px}.customer-project-card footer em{grid-column:1/-1;margin-top:3px;color:var(--brand);font-size:10px;font-style:normal;font-weight:700;text-align:right}.project-empty{padding:70px 20px;text-align:center}.project-empty-icon{display:flex;width:66px;height:66px;align-items:center;justify-content:center;margin:0 auto 16px;border-radius:21px;color:var(--brand);background:#fff1ec}.project-empty h2{margin:0 0 8px}.project-empty p{margin:0 0 18px;color:var(--ink-4)}.customer-project-create-modal .modal-body{display:grid;gap:15px}.customer-project-create-modal .form-label{display:grid;gap:7px}.customer-project-create-modal .form-label>b{color:#dc2626}
.project-detail-hero{margin:-8px -8px 16px;padding:23px 26px;border-radius:18px;color:#fff;background:radial-gradient(circle at 80% 0,rgba(255,255,255,.15),transparent 34%),linear-gradient(135deg,#172033,#293751 70%,#3b4760);box-shadow:0 18px 40px rgba(18,29,51,.15)}.project-detail-nav{display:flex;align-items:center;justify-content:space-between;color:rgba(255,255,255,.62);font-size:10px}.project-detail-nav a{display:flex;gap:5px;align-items:center;color:#fff}.project-detail-title{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-top:22px}.project-detail-title h1{margin:8px 0 7px;color:#fff;font-size:27px}.project-detail-title p{max-width:680px;margin:0;color:rgba(255,255,255,.65);font-size:11px}.project-detail-actions{display:flex;gap:8px;flex:none}.project-detail-actions .btn-outline{border-color:rgba(255,255,255,.24);color:#fff;background:rgba(255,255,255,.07)}.project-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:24px}.project-kpi-grid>span{display:block;padding:13px 15px;border:1px solid rgba(255,255,255,.11);border-radius:12px;background:rgba(255,255,255,.07)}.project-kpi-grid small,.project-kpi-grid b,.project-kpi-grid em{display:block}.project-kpi-grid small{color:rgba(255,255,255,.55);font-size:9px}.project-kpi-grid b{margin-top:5px;color:#fff;font-size:20px}.project-kpi-grid em{margin-top:3px;color:rgba(255,255,255,.48);font-size:8px;font-style:normal}.project-kpi-grid>span>i{display:block;height:4px;margin-top:8px;border-radius:4px;background:rgba(255,255,255,.12)}.project-kpi-grid>span>i u{display:block;height:100%;border-radius:4px;background:#ff9b66}.project-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:14px;align-items:start}.project-detail-layout main,.project-detail-layout aside{display:grid;min-width:0;gap:14px}.project-detail-layout aside{position:sticky;top:14px}.project-section{margin:0!important}.project-section .card-title{display:flex;align-items:center;justify-content:space-between}.project-section .card-title small{color:var(--ink-4);font-size:10px;font-weight:400}.project-inline-empty{padding:34px 15px;border:1px dashed var(--line);border-radius:12px;color:var(--ink-4);background:#fbfcfd;font-size:11px;text-align:center}.project-platform-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.project-platform-overview>div{display:grid;grid-template-columns:34px 1fr;gap:1px 8px;align-items:center;padding:11px;border-radius:11px;background:#f7f9fc}.project-platform-overview span{grid-row:1/3;display:flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:10px;background:#fff}.project-platform-overview img{width:23px;height:23px;object-fit:contain}.project-platform-overview b{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.project-platform-overview small{color:var(--ink-4);font-size:8px}.project-platform-overview i{grid-column:1/-1;height:4px;margin-top:6px;border-radius:4px;background:#e7eaf0}.project-platform-overview u{display:block;height:100%;border-radius:4px;background:var(--brand)}.project-order-stack{display:grid;gap:9px}.project-order-stack>article{overflow:hidden;border:1px solid var(--line);border-radius:12px}.project-order-stack article>header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 14px;background:#fbfcfe}.project-order-stack header>div:first-child{display:grid;grid-template-columns:auto 1fr;gap:3px 8px;align-items:center;min-width:0}.project-order-stack header a{overflow:hidden;color:var(--ink);font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.project-order-stack header small{grid-column:2;color:var(--ink-4);font-size:9px}.project-order-stack header>div:last-child{display:flex;gap:8px;align-items:center}.project-order-stack header>div:last-child>b{font-size:13px}.project-order-progress{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;padding:10px 14px}.project-order-progress>span{height:5px;overflow:hidden;border-radius:5px;background:#edf0f4}.project-order-progress i{display:block;height:100%;background:#22a06b}.project-order-progress>b{font-size:9px}.project-order-items{display:grid;gap:1px;margin:0 14px 10px;background:#edf0f3}.project-order-items>span{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;padding:8px 10px;background:#fff;font-size:9px}.project-order-items small{color:var(--ink-4)}.project-order-items em{font-style:normal;font-weight:700}.project-order-items .more{display:block;color:var(--ink-4);text-align:center}.project-order-stack article>footer{display:flex;justify-content:space-between;padding:8px 14px;border-top:1px solid #f0f1f3;font-size:9px}.project-order-stack footer a{color:var(--brand);font-weight:700}.project-order-stack footer button{padding:0;border:0;color:#9ca3af;background:none;font-size:9px;cursor:pointer}.project-result-list{display:grid;gap:7px}.project-result-list>div{display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center;padding:10px;border-radius:11px;background:#f7f9fc}.project-result-list>div>span{display:flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:11px;background:#fff}.project-result-list img{width:26px;height:26px;object-fit:contain}.project-result-list b,.project-result-list small{display:block}.project-result-list b{font-size:11px}.project-result-list small{margin-top:3px;color:var(--ink-4);font-size:8px}.project-result-list a{color:var(--brand);font-size:10px;font-weight:700}.project-side-card{margin:0!important}.project-side-action{display:grid;width:100%;grid-template-columns:35px 1fr auto;gap:9px;align-items:center;padding:10px 0;border:0;border-bottom:1px solid #f0f1f3;color:inherit;background:none;text-align:left;cursor:pointer}.project-side-action>i{display:flex;width:35px;height:35px;align-items:center;justify-content:center;border-radius:10px;color:var(--brand);background:#fff1ec}.project-side-action b,.project-side-action small{display:block}.project-side-action b{font-size:11px}.project-side-action small{margin-top:3px;color:var(--ink-4);font-size:8px}.project-side-card form{display:grid;gap:11px}.project-side-card .form-label{display:grid;gap:6px;font-size:10px}.project-order-picker{display:grid;max-height:520px;gap:7px;overflow:auto}.project-order-picker form{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;padding:11px;border:1px solid var(--line);border-radius:10px}.project-order-picker b,.project-order-picker small{display:block}.project-order-picker b{font-size:11px}.project-order-picker small{margin-top:4px;color:var(--ink-4);font-size:8px}.project-order-picker>form>span{font-size:11px;font-weight:700}
@media(max-width:1180px){.customer-project-grid{grid-template-columns:repeat(2,1fr)}.project-detail-layout{grid-template-columns:1fr}.project-detail-layout aside{position:static;grid-template-columns:repeat(2,1fr)}.project-platform-overview{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.project-center-head,.project-detail-title{align-items:stretch;flex-direction:column}.project-filter form{grid-template-columns:1fr}.customer-project-grid{grid-template-columns:1fr}.project-detail-hero{margin:-8px -12px 12px;padding:18px 15px;border-radius:0}.project-detail-actions{display:grid;grid-template-columns:1fr 1fr}.project-kpi-grid{grid-template-columns:1fr 1fr}.project-detail-layout aside{grid-template-columns:1fr}.project-platform-overview{grid-template-columns:repeat(2,1fr)}.project-order-stack article>header{align-items:flex-start;flex-direction:column}.project-order-stack header>div:last-child{width:100%;justify-content:space-between}.project-order-items>span{grid-template-columns:1fr auto}.project-order-items small{display:none}.project-result-list>div{grid-template-columns:38px 1fr}.project-result-list a{grid-column:2}.project-order-picker form{grid-template-columns:1fr auto}.project-order-picker form>span{grid-column:1}.project-order-picker .btn{grid-column:2;grid-row:1/3}}
.order-project-assignment{display:flex;align-items:center;justify-content:space-between;gap:16px;border-color:#dce5f2;background:linear-gradient(120deg,#f8fbff,#fff)}.order-project-assignment>div{display:flex;gap:11px;align-items:center}.order-project-assignment>div>i{display:flex;width:39px;height:39px;align-items:center;justify-content:center;border-radius:11px;color:#2563eb;background:#eaf2ff}.order-project-assignment small,.order-project-assignment b,.order-project-assignment em{display:block}.order-project-assignment small{color:var(--ink-4);font-size:9px}.order-project-assignment b{margin-top:2px;font-size:13px}.order-project-assignment em{margin-top:2px;color:var(--ink-4);font-size:9px;font-style:normal}.order-project-assignment form{display:flex;gap:7px;align-items:center}.order-project-assignment form .input{min-width:190px}.order-project-assignment form .btn{white-space:nowrap}@media(max-width:720px){.order-project-assignment{align-items:stretch;flex-direction:column}.order-project-assignment form{display:grid;grid-template-columns:1fr 1fr}.order-project-assignment form .input{grid-column:1/-1}}
.order-create-project-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.order-create-project-tip{margin:-5px 0 13px;color:var(--ink-4);font-size:10px}.order-create-project-tip a{color:var(--brand);font-weight:700}@media(max-width:720px){.order-create-project-fields{grid-template-columns:1fr}}
.project-demand-stack{display:grid;gap:9px}.project-demand-stack>article{padding:13px;border:1px solid #dce5f2;border-radius:12px;background:#fbfdff}.project-demand-stack article>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.project-demand-stack header>div{display:flex;gap:8px;align-items:center}.project-demand-stack header b{font-size:12px}.project-demand-stack header button{padding:0;border:0;color:var(--brand);background:none;font-size:10px;font-weight:700;cursor:pointer}.project-demand-stack article>p{margin:10px 0;color:var(--ink-3);font-size:10px;line-height:1.65}.project-demand-meta{display:flex;gap:6px;flex-wrap:wrap}.project-demand-meta span{padding:5px 7px;border-radius:7px;color:var(--ink-3);background:#f0f4f8;font-size:9px}.project-demand-messages{display:grid;max-height:250px;gap:7px;margin-top:11px;padding-top:10px;overflow:auto;border-top:1px solid #e9edf2}.project-demand-messages>div{max-width:84%;padding:8px 10px;border-radius:10px;background:#fff}.project-demand-messages .mine{justify-self:end;background:#fff1ec}.project-demand-messages b,.project-demand-messages small{font-size:8px}.project-demand-messages p{margin:3px 0;font-size:10px;line-height:1.55}.project-demand-messages small{color:var(--ink-4)}.project-proposal-head{display:flex;justify-content:space-between;margin:18px 0 9px}.project-proposal-head b{font-size:12px}.project-proposal-head span{color:var(--ink-4);font-size:10px}.project-proposal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.project-proposal-grid>article{padding:12px;border:1px solid var(--line);border-radius:11px;background:#fff}.project-proposal-grid header{display:flex;justify-content:space-between;color:var(--brand);font-size:9px;font-weight:700}.project-proposal-grid header em{color:var(--ink-4);font-style:normal;font-weight:400}.project-proposal-grid h3{margin:10px 0 3px;font-size:13px}.project-proposal-grid>article>p{min-height:15px;margin:0;color:var(--ink-4);font-size:9px}.project-proposal-grid>article>div{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:10px}.project-proposal-grid>article>div span{padding:7px;border-radius:7px;background:#f7f8fa}.project-proposal-grid small,.project-proposal-grid b{display:block}.project-proposal-grid small{color:var(--ink-4);font-size:8px}.project-proposal-grid b{margin-top:2px;font-size:10px}.project-proposal-grid blockquote{margin:8px 0 0;padding:7px;border-left:2px solid #fd9a7b;color:var(--ink-3);background:#fff8f5;font-size:9px}.project-proposal-grid a{display:inline-block;margin-top:8px;color:var(--brand);font-size:9px;font-weight:700}@media(max-width:900px){.project-proposal-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.project-proposal-grid{grid-template-columns:1fr}.project-demand-stack article>header{align-items:flex-start}.project-demand-stack header>div{align-items:flex-start;flex-direction:column}}
.project-activity-list{display:grid;gap:9px}.project-activity-list>div{display:grid;grid-template-columns:9px 1fr;gap:8px;align-items:start}.project-activity-list>div>i{width:7px;height:7px;margin-top:4px;border:2px solid #fff;border-radius:50%;background:#94a3b8;box-shadow:0 0 0 1px #cbd5e1}.project-activity-list>div>i.order{background:#3b82f6}.project-activity-list>div>i.demand{background:#f59e0b}.project-activity-list>div>i.result{background:#10b981}.project-activity-list b,.project-activity-list small{display:block}.project-activity-list b{font-size:9px}.project-activity-list small{margin-top:2px;color:var(--ink-4);font-size:8px}.project-reminder-modal{max-width:690px}.project-reminder-modal .modal-body{display:grid;gap:15px}.project-reminder-channels{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.project-reminder-channels>span{padding:10px;border:1px solid var(--line);border-radius:10px;color:var(--ink-4);background:#f8f9fb}.project-reminder-channels i{display:inline-block;width:7px;height:7px;margin-right:5px;border-radius:50%;background:#cbd5e1}.project-reminder-channels .on i{background:#10b981}.project-reminder-channels b,.project-reminder-channels small{display:block}.project-reminder-channels b{font-size:10px}.project-reminder-channels small{overflow:hidden;margin-top:3px;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.project-reminder-switch{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px;border-radius:11px;background:#f4f7fb}.project-reminder-switch b,.project-reminder-switch small{display:block}.project-reminder-switch b{font-size:11px}.project-reminder-switch small{margin-top:3px;color:var(--ink-4);font-size:9px}.project-reminder-switch input{width:19px;height:19px}.project-reminder-events{display:flex;gap:8px;flex-wrap:wrap}.project-reminder-events label{padding:7px 9px;border:1px solid var(--line);border-radius:8px;font-size:9px}.project-reminder-digest{display:grid;grid-template-columns:1fr 1fr 1fr;gap:9px}.project-reminder-digest .form-item{margin:0}.project-reminder-digest label{font-size:9px}@media(max-width:600px){.project-reminder-channels,.project-reminder-digest{grid-template-columns:1fr}.project-reminder-channels>span{display:grid;grid-template-columns:auto 1fr;align-items:center}.project-reminder-channels i{grid-row:1/3}.project-reminder-channels small{white-space:normal}}

/* ===== 客户项目详情 1.8.2：可读订单与自动结案 ===== */
body:has(.project-detail-layout) .manager-float-launcher,body:has(.project-detail-layout) .fcart{display:none!important}
.project-detail-hero{padding:21px 24px}.project-detail-nav{font-size:12px}.project-detail-title{align-items:center;margin-top:15px}.project-detail-title h1{margin:8px 0 6px;font-size:28px;line-height:1.35}.project-detail-title p{display:-webkit-box;max-width:760px;overflow:hidden;color:rgba(255,255,255,.72);font-size:13px;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:2}.project-detail-actions .btn{min-height:40px;padding:10px 13px;font-size:12px}.project-kpi-grid{margin-top:17px}.project-kpi-grid>span{padding:14px 16px}.project-kpi-grid small{font-size:11px}.project-kpi-grid b{margin-top:4px;font-size:23px}.project-kpi-grid em{font-size:10.5px}.project-detail-layout{grid-template-columns:minmax(0,1fr) 288px;gap:16px}.project-detail-layout main,.project-detail-layout aside{gap:16px}.project-section .card-title,.project-side-card .card-title{font-size:16px}.project-section .card-title small{font-size:12px}.project-inline-empty{font-size:13px;line-height:1.7}.project-platform-overview{grid-template-columns:repeat(auto-fit,minmax(155px,1fr));gap:10px}.project-platform-overview>div{grid-template-columns:40px 1fr;padding:13px}.project-platform-overview span{width:40px;height:40px}.project-platform-overview b{font-size:13px}.project-platform-overview small{font-size:11px}.project-order-stack{gap:12px}.project-order-stack>article{border-radius:14px;background:#fff}.project-order-stack article>header{padding:15px 16px}.project-order-stack header a{font-size:14px}.project-order-stack header small{font-size:11px}.project-order-stack header>div:last-child>b{font-size:15px}.project-order-progress{padding:11px 16px 7px}.project-order-progress>span{height:7px}.project-order-progress>b{font-size:11px}.project-order-summary{display:grid;grid-template-columns:repeat(3,minmax(0,110px));gap:9px;padding:6px 16px 13px}.project-order-summary>span{padding:9px 11px;border-radius:9px;background:#f6f8fb}.project-order-summary b,.project-order-summary small{display:block}.project-order-summary b{font-size:15px}.project-order-summary small{margin-top:2px;color:var(--ink-4);font-size:10.5px}.project-order-detail{border-top:1px solid #edf0f3}.project-order-detail>summary{padding:10px 16px;color:var(--brand);font-size:12px;font-weight:700;cursor:pointer;list-style-position:inside}.project-order-detail[open]>summary{background:#f8fbff}.project-order-items{max-height:360px;margin:0;overflow:auto}.project-order-items>span{grid-template-columns:minmax(150px,1fr) minmax(180px,1.3fr) auto;padding:10px 16px;font-size:12px}.project-order-stack article>footer{padding:11px 16px;font-size:12px}.project-order-stack footer a{display:flex;align-items:center;gap:4px}.project-order-stack footer button{font-size:11px}.project-result-list{gap:9px}.project-result-list>div{padding:12px}.project-result-list b{font-size:13px}.project-result-list small{font-size:11px}.project-result-list a{font-size:12px}.project-side-action{grid-template-columns:42px 1fr auto;padding:13px 0}.project-side-action>i{width:42px;height:42px}.project-side-action b{font-size:13px}.project-side-action small{font-size:11px;line-height:1.5}.project-activity-list{gap:12px}.project-activity-list>div{grid-template-columns:11px 1fr;gap:10px}.project-activity-list b{font-size:12px;line-height:1.45}.project-activity-list small{font-size:10.5px}.project-demand-stack header b{font-size:14px}.project-demand-stack header button{font-size:12px}.project-demand-stack article>p{font-size:12px}.project-demand-meta span{font-size:11px}.project-demand-messages b,.project-demand-messages small{font-size:10px}.project-demand-messages p{font-size:12px}.project-proposal-grid header,.project-proposal-grid>article>p,.project-proposal-grid small,.project-proposal-grid blockquote,.project-proposal-grid a{font-size:11px}.project-proposal-grid b{font-size:12px}.project-closing-report{overflow:hidden;border-color:#d8e6dc;background:linear-gradient(145deg,#fbfffc,#fff)}.project-closing-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:14px}.project-closing-head>div{display:flex;align-items:center;gap:11px}.project-closing-head>div>i{display:flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:12px;color:#087a55;background:#e6f7ef}.project-closing-head span small,.project-closing-head span b{display:block}.project-closing-head span small{color:#648174;font-size:11px}.project-closing-head span b{margin-top:2px;font-size:17px}.project-closing-head>em{padding:5px 9px;border-radius:99px;font-size:11px;font-style:normal;font-weight:700}.project-closing-head>em.ready{color:#087a55;background:#e6f7ef}.project-closing-head>em.waiting{color:#8b6a24;background:#fff5d9}.project-closing-content{padding:17px 18px;border:1px solid #deebe2;border-radius:12px;color:#34463d;background:#fff;font-size:13px;line-height:1.9}.project-closing-pending{padding:18px;border:1px dashed #c8ddd0;border-radius:12px;background:#fff}.project-closing-pending>b{font-size:14px}.project-closing-pending>p{margin:6px 0 13px;color:var(--ink-3);font-size:12px;line-height:1.7}.project-closing-pending>span{display:block;height:7px;overflow:hidden;border-radius:9px;background:#e8eeea}.project-closing-pending>span i{display:block;height:100%;border-radius:9px;background:#21a675}.project-closing-pending>small{display:block;margin-top:6px;color:var(--ink-4);font-size:11px}.project-closing-edit{margin-top:13px}.project-closing-edit>summary{color:var(--brand);font-size:12px;font-weight:700;cursor:pointer}.project-closing-edit form{display:grid;grid-template-columns:180px 1fr auto;gap:12px;align-items:end;margin-top:12px;padding-top:13px;border-top:1px solid #e6ece8}.project-closing-edit .form-label{display:grid;gap:6px;font-size:12px}.project-closing-edit textarea{min-height:150px}.project-closing-edit .btn{margin-bottom:1px}
@media(max-width:1400px){.project-detail-layout{grid-template-columns:1fr}.project-detail-layout aside{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.project-platform-overview{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}
@media(max-width:760px){.project-detail-hero{padding:17px 15px 19px}.project-detail-nav{font-size:11px}.project-detail-title{gap:14px}.project-detail-title h1{font-size:22px}.project-detail-title p{font-size:12px;-webkit-line-clamp:3}.project-detail-actions .btn{min-height:42px}.project-kpi-grid{gap:8px}.project-kpi-grid>span{padding:12px}.project-kpi-grid small{font-size:10px}.project-kpi-grid b{font-size:19px}.project-kpi-grid em{font-size:9.5px}.project-section .card-title{align-items:flex-start;flex-direction:column;gap:3px}.project-order-stack article>header{gap:10px}.project-order-stack header a{white-space:normal}.project-order-summary{grid-template-columns:repeat(3,1fr)}.project-order-items>span{grid-template-columns:minmax(0,1fr) auto;padding:10px 12px}.project-order-items small{display:block;grid-column:1;font-size:10px}.project-order-items em{grid-column:2;grid-row:1/3;align-self:center}.project-detail-layout aside{grid-template-columns:1fr}.project-closing-edit form{grid-template-columns:1fr}.project-closing-edit .btn{width:100%}.project-result-list b{font-size:12px}.project-result-list small{font-size:10px}}
@media(max-width:480px){.project-detail-actions{grid-template-columns:1fr}.project-order-stack article>header{padding:13px}.project-order-stack header>div:first-child{grid-template-columns:1fr}.project-order-stack header .badge,.project-order-stack header small{grid-column:1}.project-order-summary{gap:6px;padding:5px 12px 11px}.project-order-summary>span{padding:8px}.project-order-summary b{font-size:14px}.project-closing-head{align-items:flex-start}.project-closing-head>em{white-space:nowrap}}
.project-stage-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-bottom:16px}.project-stage-nav span{display:grid;grid-template-columns:30px 1fr;align-items:center;padding:12px 14px;border:1px solid var(--line);border-radius:12px;color:var(--ink-4);background:#fff}.project-stage-nav i{display:flex;grid-row:1/3;width:25px;height:25px;align-items:center;justify-content:center;border-radius:50%;color:#fff;background:#94a3b8;font-style:normal;font-size:11px}.project-stage-nav b{font-size:13px}.project-stage-nav small{font-size:10px}.project-stage-nav .active{border-color:#92bce5;color:var(--brand);background:#f3f8fe}.project-stage-nav .active i{background:var(--brand)}.project-stage-nav .done{color:#07805d}.project-stage-nav .done i{background:#0f9f73}.project-proposal-actions{display:flex;gap:7px;margin-top:11px;padding-top:10px;border-top:1px solid var(--line)}@media(max-width:760px){.project-stage-nav{grid-template-columns:1fr 1fr}.project-stage-nav span{padding:10px}}

/* ---------- Language switcher ---------- */
.lang-switch { position: relative; z-index: 120; }
.lang-switch-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px;
  background: #fff; color: var(--ink-2); font-size: 13px; font-weight: 600;
  cursor: pointer; line-height: 1; white-space: nowrap;
}
.lang-switch-btn:hover, .lang-switch.is-open .lang-switch-btn {
  border-color: rgba(18,115,210,.35); color: var(--brand); background: #f5f9ff;
}
.lang-switch-ico { display: inline-flex; color: currentColor; }
.lang-switch-caret { font-size: 10px; opacity: .7; }
.lang-switch-menu {
  display: none;
  position: absolute; right: 0; top: calc(100% + 8px); min-width: 168px;
  margin: 0; padding: 6px; list-style: none; background: #fff;
  border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-lg);
  z-index: 200;
}
.lang-switch.is-open .lang-switch-menu,
.lang-switch:focus-within .lang-switch-menu { display: block; }
.lang-switch-menu a {
  display: block; padding: 10px 12px; border-radius: 8px;
  color: var(--ink-2); font-size: 13px; text-decoration: none;
}
.lang-switch-menu a:hover, .lang-switch-menu a.is-active {
  background: var(--bg); color: var(--brand); font-weight: 600;
}
.lang-content-note {
  margin: 0 16px 12px; padding: 10px 12px; border-radius: 12px;
  background: #f5f9ff; color: var(--ink-3); font-size: 12px; line-height: 1.5;
}
@media (max-width: 1100px) {
  .lang-switch--desktop .lang-switch-label { display: none; }
}

/* 移动端语言 Sheet */
.m-lang-sheet .m-lang-list {
  display: grid;
  gap: 8px;
  padding: 4px 16px 22px;
}
.m-lang-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid #e7edf5;
  border-radius: 14px;
  color: #1f2937;
  background: #fff;
  font-size: 16px;
  font-weight: 650;
  text-decoration: none;
}
.m-lang-option em {
  font-style: normal;
  color: var(--brand, #1273d2);
  font-weight: 800;
}
.m-lang-option.is-active {
  border-color: rgba(18, 115, 210, .35);
  color: var(--brand, #1273d2);
  background: #f3f8ff;
}
.lang-switch-trigger { color: #364152; }

/* 确保移动顶栏语言按钮始终可见（与搜索/服务并排） */
.m-topbar-actions .lang-switch-trigger {
  display: inline-flex !important;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  color: #364152;
  visibility: visible !important;
  opacity: 1 !important;
}
@media (max-width: 370px) {
  .m-topbar-actions .lang-switch-trigger {
    flex-basis: 35px;
    width: 35px;
  }
}
