/* =========================================================================
   天枢竞策 · 全局样式 —— 高级深色主题
   ========================================================================= */
/* 本地思源黑体 (Noto Sans SC, 开源可商用) */
@font-face {
  font-family: 'Mingce Sans';
  font-style: normal; font-weight: 300;
  src: url('/vendor/fonts/NotoSansSC-300.woff2') format('woff2');
  font-display: swap;
}
/* 思源宋体 (Source Han Serif SC) —— 标题艺术衬线, 金属质感标题 */
@font-face {
  font-family: 'Tianshu Serif';
  font-style: normal; font-weight: 800;
  src: url('/vendor/fonts/SourceHanSerifCN-Bold.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Tianshu Serif';
  font-style: normal; font-weight: 900;
  src: url('/vendor/fonts/SourceHanSerifCN-Heavy.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Mingce Sans';
  font-style: normal; font-weight: 400;
  src: url('/vendor/fonts/NotoSansSC-400.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Mingce Sans';
  font-style: normal; font-weight: 700;
  src: url('/vendor/fonts/NotoSansSC-700.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Mingce Sans';
  font-style: normal; font-weight: 900;
  src: url('/vendor/fonts/NotoSansSC-900.woff2') format('woff2');
  font-display: swap;
}

:root {
  --bg: #0a0e1a;
  --bg-2: #0f1524;
  --card: #141b2c;
  --card-2: #182136;
  --line: #2a3551;
  --gold: #e8b549;
  --gold-2: #f7e27a;
  --gold-deep: #b9781f;
  --text: #eef2f8;
  --text-2: #a7b0c3;
  --text-3: #6d7890;
  --accent: #e0484f;
  --accent-2: #3ddc97;
  --radius: 16px;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 30px 80px rgba(0, 0, 0, 0.62);
  --shadow-gold: 0 10px 34px rgba(232, 181, 73, 0.28);
  --font: 'Mingce Sans', 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', -apple-system, Segoe UI, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  /* 纯色深底 + 极弱的纵向渐变（2026-09-18 按维护者要求去掉体育场灯光图） */
  background:
    linear-gradient(180deg, #070c18 0%, #050a16 48%, #060a14 100%)
    #050a16;
  color: var(--text);
  font-family: var(--font);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  position: relative;
  background-attachment: fixed;
  overflow-x: hidden;
}

/* 顶部氛围光斑 (叠加在场馆背景上) */
body::before {
  content: '';
  position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(760px 520px at 30% 0%, rgba(232,181,73,0.12), transparent 55%),
    radial-gradient(700px 500px at 76% 6%, rgba(224,72,79,0.10), transparent 55%),
    /* 两侧聚光 (纵向扫光, 填充两侧留白) */
    radial-gradient(560px 90% at 0% 50%, rgba(232,181,73,0.09), transparent 60%),
    radial-gradient(560px 90% at 100% 50%, rgba(224,72,79,0.07), transparent 60%),
    /* 左右斜向射灯 */
    linear-gradient(115deg, transparent 40%, rgba(232,181,73,0.06) 48%, transparent 56%),
    linear-gradient(245deg, transparent 40%, rgba(224,72,79,0.05) 48%, transparent 56%);
}
/* 漂浮粒子 + 科技感微网格 */
body::after {
  content: '';
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background-image:
    /* 科技网格线 (细微) */
    linear-gradient(rgba(120,170,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120,170,255,0.035) 1px, transparent 1px),
    /* 微光扫描线 */
    linear-gradient(180deg, transparent 0%, rgba(232,181,73,0.05) 50%, transparent 100%),
    /* 数据光点/漂浮粒子 */
    radial-gradient(2px 2px at 20% 30%, rgba(255,255,255,.5), transparent),
    radial-gradient(1.5px 1.5px at 70% 20%, rgba(255,255,255,.4), transparent),
    radial-gradient(2px 2px at 40% 70%, rgba(232,181,73,.5), transparent),
    radial-gradient(1.5px 1.5px at 85% 60%, rgba(255,255,255,.35), transparent),
    radial-gradient(2px 2px at 60% 85%, rgba(232,181,73,.45), transparent);
  background-size: 56px 56px, 56px 56px, 100% 180%, auto, auto, auto, auto, auto;
  background-position: 0 0, 0 0, 0 0, center, center, center, center, center;
  animation: floatparticles 22s linear infinite;
  opacity: .8;
}
@keyframes floatparticles {
  0%   { transform: translateY(0) }
  50%  { transform: translateY(-30px) }
  100% { transform: translateY(0) }
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

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

/* -------------------------------------------------------------------------
   顶部导航
   ------------------------------------------------------------------------- */
header.site {
  position: sticky; top: 0; z-index: 50;
  background: rgba(10, 14, 26, 0.78);
  backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 16px; }
.brand { display: flex; align-items: center; gap: 14px; cursor: pointer; }
.brand .logo { height: 44px; width: 44px; border-radius: 12px; box-shadow: 0 4px 16px rgba(232,181,73,.45), 0 0 0 1px rgba(232,181,73,.25); }
.brand .brand-text b {
  font-size: 21px; letter-spacing: 3px; font-weight: 900; display: block;
  background: linear-gradient(120deg, var(--gold), var(--gold-2));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 2px 6px rgba(232,181,73,.25));
}
.brand .brand-text span { display: none; }
/* 顶部右侧按钮 (登录/注册/开始分析) —— 全局横排, 各页面共用 */
.nav-right { display: flex; align-items: center; gap: 10px; flex-wrap: nowrap; white-space: nowrap; }
.nav-right .pill { display: inline-flex; align-items: center; }
.nav-right .nav-cta { flex-shrink: 0; }
/* 导航菜单放进一个圆角容器, 与 logo/右侧按钮区分 */
nav.menu {
  display: flex; gap: 4px; align-items: center;
  padding: 5px 8px; border-radius: 999px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
}
nav.menu a {
  padding: 9px 20px; border-radius: 999px; font-size: 15px; font-weight: 600;
  color: var(--text-2); transition: all .2s ease; position: relative;
  display: inline-flex; align-items: center; gap: 6px;
}
nav.menu a:hover { color: var(--text); background: rgba(232,181,73,.1); box-shadow: inset 0 0 0 1px rgba(232,181,73,.25); }
nav.menu a.admin-link { color: var(--gold); border: 1px solid rgba(232,181,73,.3); }
nav.menu a.admin-link:hover { background: rgba(232,181,73,.1); }
nav.menu a.active {
  color: var(--bg); font-weight: 800;
  background: linear-gradient(120deg, var(--gold), var(--gold-2));
  box-shadow: 0 8px 22px rgba(232,181,73,.45), inset 0 1px 0 rgba(255,255,255,.5);
}
nav.menu a.active::after {
  content: ''; position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%);
  width: 16px; height: 2px; border-radius: 2px; background: rgba(10,14,26,.55);
}
.nav-cta {
  padding: 10px 20px; border-radius: 999px; font-size: 14px; font-weight: 700;
  color: var(--bg); background: linear-gradient(120deg, var(--gold), var(--gold-2));
  box-shadow: 0 8px 24px rgba(232,181,73,.4), inset 0 1px 0 rgba(255,255,255,.5);
  cursor: pointer; transition: transform .15s ease, box-shadow .15s ease;
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(232,181,73,.5), inset 0 1px 0 rgba(255,255,255,.5); }
/* 导航右上按钮 (登录/注册/开始分析) —— 全局统一, 参考图样式 */
.nav-right .pill {
  padding: 9px 18px; border-radius: 999px; font-size: 14px; font-weight: 600;
  transition: all .2s ease; cursor: pointer; white-space: nowrap;
}
.nav-right .pill.ghost { color: var(--text-2); border: 1px solid rgba(255,255,255,.14); background: transparent; }
.nav-right .pill.ghost:hover { color: var(--gold); border-color: var(--gold); }
.nav-right .pill.gold-outline { color: var(--gold); border: 1px solid rgba(232,181,73,.4); background: transparent; }
.nav-right .pill.gold-outline:hover { background: rgba(232,181,73,.1); }

/* 登录后账号下拉菜单 */
.user-wrap { position: relative; }
.user-wrap .user-chip { cursor: pointer; }
.user-wrap .um-arrow { font-style: normal; margin-left: 4px; font-size: 11px; color: var(--text-3); }
.user-menu {
  position: absolute; top: calc(100% + 10px); right: 0; z-index: 120;
  min-width: 200px; background: #141c2f; border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px; overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,.55);
}
.user-menu .um-head { padding: 14px 16px 10px; border-bottom: 1px solid rgba(255,255,255,.08); }
.user-menu .um-head b { display: block; font-size: 15px; }
.user-menu .um-head span { font-size: 12px; color: var(--text-3); }
.user-menu .um-item { padding: 12px 16px; font-size: 14px; color: var(--text-2); cursor: pointer; transition: background .15s ease; }
.user-menu .um-item:hover { background: rgba(232,181,73,.08); color: var(--text); }
.user-menu .um-item.out { color: var(--accent); }
.user-menu .um-item.out:hover { background: rgba(224,72,79,.1); }

/* 通用信息弹窗 (个人中心/协议) */
.info-modal { position: fixed; inset: 0; z-index: 300; display: none; align-items: center; justify-content: center; }
.info-backdrop { position: absolute; inset: 0; background: rgba(3,6,14,.72); backdrop-filter: blur(4px); }
.info-card { position: relative; width: 440px; max-width: 92vw; background: linear-gradient(180deg,#182035,#10172a); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.6); animation: fadeUp .25s ease; }
.info-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; border-bottom: 1px solid rgba(255,255,255,.08); }
.info-title { font-size: 16px; font-weight: 800; color: var(--gold); }
.info-close { background: none; border: none; color: var(--text-3); font-size: 18px; cursor: pointer; }
.info-close:hover { color: var(--text); }
.info-body { padding: 18px; font-size: 14px; color: var(--text-2); line-height: 1.8; max-height: 70vh; overflow: auto; }
.policy-link { color: var(--gold); cursor: pointer; text-decoration: none; }
.policy-link:hover { text-decoration: underline; }
.profile .pf-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.06); color: var(--text-2); }
.profile .pf-row b { color: var(--text); }
.profile .pf-row b.pf-ok { color: var(--accent-2); }
.profile .pf-note { margin-top: 14px; font-size: 12px; color: var(--text-3); }

/* 个人中心 v2 (参考"我的账号"风格) */
.profile-v2 { }
.profile-v2 .pc-head { display: flex; align-items: center; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.08); }
.profile-v2 .pc-avatar { width: 48px; height: 48px; border-radius: 14px; background: linear-gradient(135deg, var(--gold-2), var(--gold-deep)); color: var(--bg); font-size: 20px; font-weight: 900; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 18px rgba(232,181,73,.35); }
.profile-v2 .pc-name { flex: 1; min-width: 0; }
.profile-v2 .pc-name b { display: block; font-size: 16px; color: var(--text); }
.profile-v2 .pc-name span { font-size: 12px; color: var(--text-3); }
.profile-v2 .pc-badge { font-size: 11px; font-weight: 800; color: var(--accent-2); padding: 4px 12px; border-radius: 999px; background: rgba(61,220,151,.1); border: 1px solid rgba(61,220,151,.3); }
.profile-v2 .pc-status { margin: 12px 0; padding: 12px 14px; border-radius: 11px; background: rgba(232,181,73,.05); border: 1px solid rgba(232,181,73,.2); }
.profile-v2 .pc-ai { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; }
.profile-v2 .pc-ai.on { color: var(--gold); }
.profile-v2 .pc-ai.off { color: var(--text-2); }
.profile-v2 .pc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px; }
.profile-v2 .pc-cell { background: rgba(0,0,0,.2); border: 1px solid rgba(255,255,255,.06); border-radius: 11px; padding: 10px 12px; }
.profile-v2 .pc-cell span { display: block; font-size: 11px; color: var(--text-3); margin-bottom: 4px; }
.profile-v2 .pc-cell b { font-size: 13px; color: var(--text); }
.profile-v2 .pc-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.profile-v2 .pc-btn { flex: 1; min-width: 100px; text-align: center; padding: 10px 0; border-radius: 999px; font-size: 13px; font-weight: 700; cursor: pointer; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.05); color: var(--text-2); text-decoration: none; transition: all .2s ease; }
.profile-v2 .pc-btn:hover { color: var(--text); background: rgba(255,255,255,.1); }
.profile-v2 .pc-btn.gold { border: none; background: linear-gradient(120deg, var(--gold), var(--gold-2)); color: var(--bg); box-shadow: 0 8px 22px rgba(232,181,73,.35); }
.profile-v2 .pc-btn.gold:hover { transform: translateY(-2px); }

/* 移动端菜单按钮 */
.menu-toggle {
  display: none; background: none; border: 1px solid var(--line); color: var(--text);
  font-size: 22px; padding: 4px 12px; border-radius: 8px; cursor: pointer;
}
@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .nav-right .pill { display: none; }
  nav.menu {
    position: absolute; top: 74px; left: 0; right: 0; flex-direction: column;
    background: var(--bg-2); border-bottom: 1px solid var(--line); padding: 12px;
    gap: 4px; display: none;
  }
  nav.menu.open { display: flex; }
  nav.menu a { width: 100%; border-radius: 10px; text-align: center; }
  .nav-cta { display: none; }
}

/* -------------------------------------------------------------------------
   通用组件
   ------------------------------------------------------------------------- */
.section { padding: 40px 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 24px; }
.section-head h2 {
  font-size: 26px; font-weight: 900; display: flex; align-items: center; gap: 12px;
}
.section-head h2 .dot {
  width: 12px; height: 28px; border-radius: 4px;
  background: linear-gradient(180deg, var(--gold), var(--gold-deep));
}
.section-head .sub { color: var(--text-3); font-size: 14px; }
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; padding: 4px 11px; border-radius: 999px; font-weight: 600;
}
.badge.live { color: #ffd6d8; background: rgba(224,72,79,.16); border: 1px solid rgba(224,72,79,.4); }
.badge.gold { color: var(--gold); background: rgba(232,181,73,.14); border: 1px solid rgba(232,181,73,.4); }
.badge.gray { color: var(--text-2); background: rgba(255,255,255,.05); border: 1px solid var(--line); }
.badge.green { color: var(--accent-2); background: rgba(61,220,151,.12); border: 1px solid rgba(61,220,151,.4); }
.badge .pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); animation: pulse 1.4s infinite; }
@keyframes pulse { 0%,100%{opacity:.4} 50%{opacity:1} }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 26px; border-radius: 999px; font-weight: 700; font-size: 15px;
  cursor: pointer; border: none; transition: all .18s ease; font-family: var(--font);
}
.btn.gold {
  color: var(--bg); background: linear-gradient(180deg, var(--gold-2), var(--gold));
  box-shadow: 0 10px 28px rgba(232,181,73,.38), inset 0 1px 0 rgba(255,255,255,.6), inset 0 -2px 0 rgba(0,0,0,.12);
}
.btn.gold:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(232,181,73,.5), inset 0 1px 0 rgba(255,255,255,.6), inset 0 -2px 0 rgba(0,0,0,.12); }
.btn.gold:active { transform: translateY(0); box-shadow: 0 6px 18px rgba(232,181,73,.4), inset 0 2px 4px rgba(0,0,0,.2); }
.btn.ghost { color: var(--text); background: rgba(255,255,255,.03); border: 1px solid var(--line); }
.btn.ghost:hover { border-color: var(--gold); color: var(--gold); background: rgba(232,181,73,.06); box-shadow: 0 6px 18px rgba(0,0,0,.3); }
.btn:disabled { opacity: .5; cursor: not-allowed; transform: none; }

/* 骨架屏 */
.skeleton { border-radius: var(--radius); background: linear-gradient(90deg, var(--card) 25%, var(--card-2) 50%, var(--card) 75%); background-size: 200% 100%; animation: sh 1.4s infinite; }
@keyframes sh { 0%{background-position:200% 0} 100%{background-position:-200% 0} }

/* 空状态 */
.empty { text-align: center; padding: 60px 20px; color: var(--text-3); }
.empty .icon { font-size: 46px; margin-bottom: 12px; }

/* footer */
footer.site { margin-top: 40px; border-top: 1px solid var(--line); padding: 26px 0; }
footer.site .container { display: flex; justify-content: space-between; align-items: center; color: var(--text-3); font-size: 13px; flex-wrap: wrap; gap: 10px; }
footer.site a:hover { color: var(--gold); }

/* toast */
#toast {
  position: fixed; left: 50%; bottom: 40px; transform: translateX(-50%) translateY(30px);
  background: var(--card); border: 1px solid var(--line); color: var(--text);
  padding: 13px 24px; border-radius: 12px; box-shadow: var(--shadow); z-index: 100;
  opacity: 0; transition: all .3s ease; font-size: 14px; max-width: 90vw;
}
#toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ---- 认证弹窗 ---- */
.auth-overlay {
  position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center;
  background: rgba(5, 8, 16, .7); backdrop-filter: blur(6px); opacity: 0; visibility: hidden; transition: all .25s ease;
}
.auth-overlay.open { opacity: 1; visibility: visible; }
.auth-box {
  width: 400px; max-width: 92vw; background: linear-gradient(180deg, #182035, #10172a);
  border: 1px solid rgba(255,255,255,.09); border-radius: var(--radius);
  box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255,255,255,.08);
  position: relative; padding: 22px 26px 26px;
  transform: translateY(16px); transition: transform .25s ease; overflow: hidden;
}
.auth-box::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: .9;
}
.auth-overlay.open .auth-box { transform: translateY(0); }
.auth-close { position: absolute; top: 12px; right: 16px; background: none; border: none; color: var(--text-3); font-size: 26px; cursor: pointer; line-height: 1; }
.auth-close:hover { color: var(--text); }
.auth-tabs { display: flex; gap: 6px; margin-bottom: 20px; border-bottom: 1px solid var(--line); }
.auth-tab { padding: 10px 4px; font-size: 17px; font-weight: 800; cursor: pointer; color: var(--text-3); margin-right: 22px; border-bottom: 2px solid transparent; }
.auth-tab.active { color: var(--gold); border-bottom-color: var(--gold); }
.af { margin-bottom: 15px; }
.af label { display: block; font-size: 13px; color: var(--text-2); margin-bottom: 6px; }
.af input { width: 100%; padding: 13px 15px; border-radius: 11px; border: 1px solid var(--line); background: var(--bg); color: var(--text); font-size: 16px; font-family: var(--font); }
.af input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(232,181,73,.12); }
.auth-err { min-height: 18px; font-size: 13px; color: var(--accent); margin: 4px 0 10px; }
.auth-hint { min-height: 18px; font-size: 13px; color: var(--accent-2); margin-top: 12px; text-align: center; }
.pill.gold-outline { color: var(--gold); border-color: rgba(232,181,73,.4); }
.pill.gold-outline:hover { background: rgba(232,181,73,.1); }
.user-chip { display: inline-flex; align-items: center; gap: 6px; }
.user-chip b { color: var(--gold); font-weight: 700; }

/* ---- 浮动客服按钮 (右下角) ---- */
.float-kefu {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 2px; width: 60px; height: 60px; border-radius: 50%;
  color: var(--bg); cursor: grab; touch-action: none;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 8px 26px rgba(232,181,73,.5), inset 0 1px 0 rgba(255,255,255,.5);
  transition: transform .2s ease, box-shadow .2s ease;
}
.float-kefu:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 14px 34px rgba(232,181,73,.6), inset 0 1px 0 rgba(255,255,255,.5); }
.float-kefu .fk-icon { font-size: 24px; line-height: 1; }
.float-kefu .fk-label { font-size: 10px; font-weight: 800; letter-spacing: 1px; }

/* =========================================================================
   层次分级增强 (Layered depth polish)
   ========================================================================= */
/* 细分滚动条, 提升质感 */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: linear-gradient(180deg, var(--line), #1a2236); border-radius: 8px; border: 2px solid var(--bg); }
::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, var(--gold-deep), var(--gold)); }

::selection { background: rgba(232,181,73,.25); color: var(--text); }

/* 全局焦点环 (可访问性 + 层次) */
:focus-visible { outline: 2px solid rgba(232,181,73,.55); outline-offset: 2px; border-radius: 4px; }

/* 段落/标题文字层级 */
h1, h2, h3 { letter-spacing: .5px; }

/* 页面主容器进入动画 (隐性层次) */
main, .hero, .match-center-section { animation: fadeUp .5s ease both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

/* 通用 "弱说明" 文字 */
.hint-muted { color: var(--text-3); font-size: 12px; letter-spacing: .3px; }
/* 通用 "轻标签" 胶囊 */
.tag-soft {
  display: inline-flex; align-items: center; gap: 5px; padding: 3px 10px;
  border-radius: 999px; font-size: 11px; color: var(--text-2);
  background: rgba(255,255,255,.03); border: 1px solid var(--line);
}

/* =========================================================================
   移动端导航优化 (手机顶栏紧凑协调)
   ========================================================================= */
@media (max-width: 768px) {
  header.site { height: auto; min-height: 60px; }
  .nav { height: 60px; padding: 0 14px; }
  .brand .logo { height: 36px; width: 36px; }
  .brand .brand-text b { font-size: 17px; letter-spacing: 2px; }
  .brand .brand-text span { display: none; }
  .menu-toggle { font-size: 20px; padding: 4px 9px; }
  /* 右侧按钮在手机上仅保留 "开始分析"(用登录入口), 让顶栏不过挤 */
  .nav-right { gap: 6px; }
  .nav-right .pill { padding: 6px 12px; font-size: 13px; }
  .nav-right .nav-cta { display: none; } /* 手机上隐藏开始分析大按钮, 避免拥挤 */
}
@media (max-width: 480px) {
  .brand .brand-text b { font-size: 15px; letter-spacing: 1px; }
}

/* 一键回到顶部 (全站通用, 固定在左下角避免与客服按钮冲突) */
#back-to-top {
  position: fixed; left: 20px; bottom: 22px; z-index: 90;
  padding: 9px 14px; border-radius: 999px;
  display: inline-flex; align-items: center; gap: 6px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: var(--bg);
  border: none; cursor: pointer; box-shadow: 0 10px 26px rgba(232,181,73,.4);
  opacity: 0; transform: translateY(12px); pointer-events: none; transition: all .25s ease;
}
#back-to-top.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
#back-to-top:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(232,181,73,.5); }
#back-to-top svg { display: block; }
#back-to-top .btt-text { font-size: 12px; font-weight: 700; }

/* 胜负记录可视化方块 (胜=绿 平=灰 负=红) */
.fm-seq { display: inline-flex; align-items: center; gap: 3px; flex-wrap: wrap; }
.fm-dot { width: 20px; height: 20px; border-radius: 6px; font-style: normal; font-size: 10px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; line-height: 1; }
.fm-dot.w { color: var(--accent-2); background: rgba(61,220,151,.14); border: 1px solid rgba(61,220,151,.45); box-shadow: 0 0 6px rgba(61,220,151,.15); }
.fm-dot.d { color: #aab3cc; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.18); }
.fm-dot.l { color: var(--accent); background: rgba(224,72,79,.14); border: 1px solid rgba(224,72,79,.45); box-shadow: 0 0 6px rgba(224,72,79,.15); }
.fm-dot.n { color: var(--text-3); background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); }
.fm-seq, .fm-seq .fm-dot { vertical-align: middle; }
.mf-inline { display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; }




/* ===== 科幻 AI 浮窗 (全站通用) ===== */
/* AI 分析进度浮层 (科幻) */
.ai-loader { position: fixed; inset: 0; z-index: 999; display: flex; align-items: center; justify-content: center; background: radial-gradient(ellipse at center, rgba(20,28,47,.6), rgba(6,9,18,.92)); backdrop-filter: blur(4px); }
.ai-loader.scifi { }
.al-scene { position: relative; width: 340px; max-width: 86vw; background: linear-gradient(165deg, rgba(28,38,64,.92), rgba(10,16,30,.96)); border: 1px solid rgba(232,181,73,.35); border-radius: 22px; padding: 40px 32px 30px; text-align: center; box-shadow: 0 0 60px rgba(232,181,73,.18), 0 30px 80px rgba(0,0,0,.6); overflow: hidden; }
.al-scene::before { content: ''; position: absolute; top: 0; left: -30%; width: 44%; height: 3px; background: linear-gradient(90deg, transparent, var(--gold), transparent); animation: alSweepLine 2.6s linear infinite; }
@keyframes alSweepLine { 0% { left: -30%; } 100% { left: 100%; } }
/* 粒子 */
.al-particles { position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(2px 2px at 12% 22%, rgba(232,181,73,.7) 50%, transparent 51%), radial-gradient(2px 2px at 78% 14%, rgba(61,220,151,.6) 50%, transparent 51%), radial-gradient(1.5px 1.5px at 40% 68%, rgba(232,181,73,.5) 50%, transparent 51%), radial-gradient(1.5px 1.5px at 88% 62%, rgba(255,255,255,.45) 50%, transparent 51%), radial-gradient(2px 2px at 22% 84%, rgba(232,181,73,.5) 50%, transparent 51%); animation: alFloat 5s ease-in-out infinite; }
@keyframes alFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
/* 光环 */
.al-halo { position: absolute; border-radius: 50%; filter: blur(18px); opacity: .5; }
.al-halo.a { width: 220px; height: 220px; top: 30px; left: 50%; transform: translateX(-50%); background: radial-gradient(circle, rgba(232,181,73,.25), transparent 70%); animation: alPulse 2.4s ease-in-out infinite; }
.al-halo.b { width: 300px; height: 300px; top: 15px; left: 50%; transform: translateX(-50%); background: radial-gradient(circle, rgba(61,150,255,.12), transparent 70%); animation: alPulse 2.4s ease-in-out infinite reverse; }
@keyframes alPulse { 0%,100% { opacity: .35; transform: translateX(-50%) scale(.92); } 50% { opacity: .65; transform: translateX(-50%) scale(1.05); } }
/* 核心 + 旋转环 */
.al-core { position: relative; width: 120px; height: 120px; margin: 0 auto 22px; display: flex; align-items: center; justify-content: center; }
.al-ring { position: absolute; inset: 0; border-radius: 50%; border: 2px solid transparent; border-top-color: var(--gold); border-right-color: rgba(232,181,73,.35); animation: alSpin 1.5s linear infinite; }
.al-ring.r2 { inset: 9px; border-top-color: var(--accent-2); border-right-color: rgba(61,220,151,.25); animation: alSpin 2.2s linear infinite reverse; }
.al-ring.r3 { inset: 19px; border-top-color: #7ab8ff; border-left-color: rgba(122,184,255,.3); animation: alSpin 3s linear infinite; }
@keyframes alSpin { to { transform: rotate(360deg); } }
.al-icon { font-size: 42px; filter: drop-shadow(0 0 14px rgba(232,181,73,.5)); }
/* 标题 */
.al-title { font-size: 20px; font-weight: 900; letter-spacing: 2px; color: #fff; text-shadow: 0 0 18px rgba(232,181,73,.4); }
.al-sub { display: block; font-size: 10px; font-weight: 600; letter-spacing: 4px; color: var(--gold); margin-top: 6px; opacity: .8; }
/* 进度 */
.al-progress { height: 6px; border-radius: 999px; background: rgba(255,255,255,.08); overflow: hidden; margin: 22px 0 14px; border: 1px solid rgba(232,181,73,.2); }
.al-fill { display: block; height: 100%; width: 0; border-radius: 999px; background: linear-gradient(90deg, var(--gold-deep), var(--gold), var(--gold-2)); box-shadow: 0 0 12px rgba(232,181,73,.7); transition: width .4s ease; }
/* 步骤 */
.al-steps { font-size: 13px; color: var(--text-2); display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 20px; }
.al-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 8px rgba(232,181,73,.8); animation: alBlink .9s ease-in-out infinite; }
@keyframes alBlink { 0%,100% { opacity: .3; } 50% { opacity: 1; } }



/* ===== 全局移动端适配 (768 / 480) ===== */
@media (max-width: 768px) {
  .container { padding: 0 14px; }
  header.site .container.nav { padding: 10px 14px; gap: 8px; }
  .brand .logo { width: 30px; height: 30px; }
  .brand .brand-text b { font-size: 16px; }
  .hero { padding: 24px 0 26px; }
  .hero-t { font-size: 34px; letter-spacing: 6px; }
  #back-to-top { left: 12px; bottom: 16px; padding: 8px 12px; }
  .float-kefu { right: 14px; bottom: 16px; width: 54px; height: 54px; }
  .info-modal { width: 92vw; }
  .profile-v2 .pc-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .container { padding: 0 10px; }
  .brand .brand-text span { display: none; }
  .hero-t { font-size: 27px; letter-spacing: 4px; }
  .hero-sub { font-size: 11px; letter-spacing: 3px; }
  .hero-tag { font-size: 12px; }
  .menu { font-size: 13px; gap: 2px; }
  .menu a { padding: 6px 8px; }
  .btn.gold { padding: 10px 16px; font-size: 14px; }
  .fm-dot { width: 18px; height: 18px; }
}
/* ===== 手机顶部导航 (胶囊型, 同电脑端样式, 无小图标, 可横向滚动) ===== */
@media (max-width: 768px) {
  header.site .container.nav { display: flex; align-items: center; gap: 6px; flex-wrap: nowrap; }
  header.site .brand { margin-right: 0; flex-shrink: 0; display: inline-flex; align-items: center; gap: 6px; }
  header.site .brand .logo { width: 24px; height: 24px; }
  header.site .brand-text b { font-size: 15px; }   /* 手机端保留品牌文字, 小号 */
  header.site nav.menu { position: static; display: flex !important; flex-direction: row; gap: 2px; justify-content: center; margin: 0 auto; flex: 1; min-width: 0; overflow-x: auto; scrollbar-width: none; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 999px; padding: 2px 4px; width: auto; }
  header.site nav.menu::-webkit-scrollbar { display: none; }
  header.site nav.menu a { width: auto; flex-shrink: 0; padding: 6px 8px; font-size: 11px; font-weight: 600; color: var(--text-2); display: inline-flex; align-items: center; line-height: 1; white-space: nowrap; }
  header.site nav.menu a:hover { color: var(--text); background: rgba(232,181,73,.1); }
  header.site nav.menu a.active { color: var(--bg); background: linear-gradient(120deg, var(--gold), var(--gold-2)); box-shadow: 0 6px 16px rgba(232,181,73,.4); }
  header.site .menu-toggle { display: none; }
  .nav-right { display: none; }
}
@media (min-width: 769px) { nav.menu a::before { display: none; } }
/* ===== 联系客服弹窗 (AI未开通) ===== */
.kefu-modal { text-align: center; }
.kefu-modal .km-head { font-size: 17px; font-weight: 900; color: var(--text); margin-bottom: 12px; letter-spacing: 1px; }
.kefu-modal .km-ico { margin-right: 6px; }
.kefu-modal .km-tip { font-size: 13px; color: var(--text-2); line-height: 1.8; text-align: left; background: rgba(232,181,73,.07); border: 1px dashed rgba(232,181,73,.35); border-radius: 11px; padding: 11px 13px; margin-bottom: 15px; }
.kefu-modal .km-tip b { color: var(--gold); }
.kefu-modal .km-qr { width: 178px; height: 178px; margin: 0 auto 12px; background: #fff; border-radius: 14px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 30px rgba(0,0,0,.35); }
.kefu-modal .km-qr img { max-width: 100%; max-height: 100%; object-fit: contain; }
.kefu-modal .km-wx { font-size: 14px; color: var(--text); margin-bottom: 15px; }
.kefu-modal .km-wx b { color: var(--gold); }
.kefu-modal .km-note { font-size: 13px; color: var(--text-2); margin-bottom: 15px; }
.kefu-modal .km-note b { color: var(--gold); }
.kefu-modal .km-actions { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
/* ===== 联系客服弹窗 底部按钮 (一键添加客服 + 前往客服页) ===== */
.kefu-modal .km-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 4px; }
.kefu-modal .pc-btn { padding: 11px 0; border-radius: 999px; font-size: 14px; font-weight: 700; text-align: center; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.05); color: var(--text-2); text-decoration: none; cursor: pointer; transition: all .2s ease; display: flex; align-items: center; justify-content: center; gap: 6px; }
.kefu-modal .pc-btn:hover { color: var(--text); background: rgba(255,255,255,.1); }
.kefu-modal .pc-btn.gold { border: none; background: linear-gradient(120deg, var(--gold), var(--gold-2)); color: var(--bg); box-shadow: 0 8px 22px rgba(232,181,73,.35); }
.kefu-modal .pc-btn.gold:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(232,181,73,.45); }
/* ===== 一键添加客服: 二维码放大遮罩 (企业微信扫码引导) ===== */
.km-qrmodal { position: fixed; inset: 0; z-index: 1300; background: rgba(8,12,24,.78); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; }
.km-qrbig { width: 300px; max-width: 88vw; background: linear-gradient(180deg, #141c2f, #0d1325); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 20px 22px; text-align: center; box-shadow: 0 30px 80px rgba(0,0,0,.6); }
.km-qrbig-tip { font-size: 16px; font-weight: 800; color: var(--text); margin-bottom: 14px; }
.km-qrbig img { width: 200px; height: 200px; object-fit: contain; background: #fff; border-radius: 14px; padding: 8px; border: 1px solid rgba(255,255,255,.16); margin: 0 auto; display: block; }
.km-qrbig-sub { font-size: 13px; color: var(--text-2); margin: 12px 0 16px; line-height: 1.7; }
.km-qrbig-close { padding: 10px 30px; border-radius: 999px; font-size: 14px; font-weight: 700; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.06); color: var(--text-2); cursor: pointer; transition: all .2s; }
.km-qrbig-close:hover { color: var(--text); background: rgba(255,255,255,.12); }

/* ===== 详情页·深读板块 (V5 UI) ===== */
.md-deep { margin-top: 10px; border: 1px solid rgba(232,181,73,.18); border-radius: 12px; overflow: hidden; background: rgba(10,15,28,.45); }
.md-deep-toggle { width: 100%; display: flex; align-items: center; gap: 10px; padding: 13px 16px; background: linear-gradient(180deg, rgba(232,181,73,.10), rgba(232,181,73,.03)); border: 0; color: var(--gold, #e8b549); font-weight: 700; font-size: 15px; cursor: pointer; text-align: left; }
.md-deep-toggle:hover { background: linear-gradient(180deg, rgba(232,181,73,.16), rgba(232,181,73,.05)); }
.ddt-meta { color: var(--text-3, #8b96ad); font-weight: 400; font-size: 12px; margin-left: auto; }
.ddt-arrow { transition: transform .25s ease; margin-left: 8px; }
.md-deep.open .ddt-arrow { transform: rotate(180deg); }
.md-deep-body { padding: 4px 16px 14px; }
/* 比分分布矩阵 */
.dmg-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 12px 0 4px; }
.dmg-cell { border-radius: 9px; padding: 8px 4px; text-align: center; background: rgba(232,181,73,var(--a, .10)); border: 1px solid rgba(232,181,73,.14); }
.dmg-cell b { display: block; color: #f3dfae; font-size: 14px; }
.dmg-cell span { color: rgba(255,255,255,.72); font-size: 12px; }
.dmg-cell.top { border-color: rgba(232,181,73,.55); box-shadow: 0 0 12px rgba(232,181,73,.15); }
/* 一句话横幅 */
.md-kt { display: flex; gap: 10px; align-items: flex-start; margin: 12px 0 4px; padding: 12px 14px; border-radius: 12px; border: 1px solid rgba(232,181,73,.35); background: linear-gradient(120deg, rgba(232,181,73,.14), rgba(232,181,73,.04)); }
.kt-ico { font-size: 18px; }
.kt-txt { color: #f3dfae; font-size: 14px; line-height: 1.75; }
@media (max-width: 720px) { .dmg-grid { grid-template-columns: repeat(4, 1fr); gap: 6px; } .md-deep-body { padding: 4px 12px 12px; } }


/* ===== 详情页·模块化数据卡片组 ===== */
.dm-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 14px 0 4px; }
.dm-card { border: 1px solid rgba(232,181,73,.16); border-radius: 14px; background: linear-gradient(165deg, rgba(16,22,40,.82), rgba(8,12,24,.88)); padding: 14px 16px; box-shadow: 0 8px 22px rgba(0,0,0,.35); }
.dm-title { font-weight: 800; font-size: 14px; color: #f3dfae; margin-bottom: 10px; letter-spacing: .02em; }
.dm-note { color: #8b96ad; font-size: 12px; margin-top: 8px; }
/* 胜平负概率条 */
.dm-prob-row { display: flex; align-items: center; gap: 10px; margin: 7px 0; }
.dmpl { width: 74px; font-size: 13px; color: #c7d0e2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dmprob { flex: 1; height: 10px; border-radius: 999px; background: rgba(255,255,255,.06); overflow: hidden; }
.dmfill { display: block; height: 100%; border-radius: 999px; }
.dmfill.h { background: linear-gradient(90deg, #b9781f, #f7d98c); }
.dmfill.d { background: linear-gradient(90deg, #3a4d7c, #7d95c9); }
.dmfill.a { background: linear-gradient(90deg, #27415f, #5f86b8); }
.dmpp { width: 42px; text-align: right; color: #f3dfae; font-size: 14px; }
/* 预期进球 */
.dm-xg-line { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.xgn { text-align: center; }
.xgn b { font-size: 30px; color: #f7d98c; display: block; line-height: 1.1; }
.xgn span { font-size: 12px; color: #9aa5bd; }
.dm-xg-line em { color: #6b7590; font-style: normal; font-size: 13px; }
.dm-total { margin-top: 10px; font-size: 12.5px; color: #c7d0e2; background: rgba(232,181,73,.08); border-radius: 8px; padding: 6px 10px; text-align: center; }
/* 评分 */
.dm-grade-row { display: flex; align-items: center; gap: 8px; margin: 8px 0; font-size: 13px; color: #c7d0e2; }
.dm-grade-row span { width: 88px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dmg-bar { flex: 1; height: 9px; border-radius: 999px; background: rgba(255,255,255,.06); overflow: hidden; }
.dmg-fill { display: block; height: 100%; border-radius: 999px; }
.dmg-fill.h { background: linear-gradient(90deg, #a9711c, #f7d98c); }
.dmg-fill.a { background: linear-gradient(90deg, #29415f, #6f9cd0); }
.dm-grade-row b { width: 38px; text-align: right; color: #f3dfae; }
/* 比分矩阵热力 */
.dmx-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.dmx-cell { border-radius: 9px; padding: 6px 2px; text-align: center; background: rgba(232,181,73,var(--a, .10)); border: 1px solid rgba(232,181,73,.12); }
.dmx-cell b { display: block; color: #f7e8c6; font-size: 13px; }
.dmx-cell span { color: rgba(255,255,255,.66); font-size: 11px; }
.dmx-cell.top { border-color: rgba(232,181,73,.6); box-shadow: 0 0 10px rgba(232,181,73,.18); }
/* 攻防对比 chips */
.dm-vs-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.dmvc b { font-size: 13.5px; color: #e9edf6; display: block; margin-bottom: 6px; }
.dv-chips { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 6px; }
.dm-chip { font-size: 11.5px; padding: 3px 8px; border-radius: 999px; background: rgba(232,181,73,.10); border: 1px solid rgba(232,181,73,.25); color: #f3dfae; }
.dv-weak { font-size: 11.5px; color: #c18188; line-height: 1.6; }
@media (max-width: 720px) {
  .dm-grid { grid-template-columns: 1fr; }
  .dm-vs-cols { grid-template-columns: 1fr; }
}


/* ===== 组件库 v2 样式 ===== */
.dm-prob-wrap { display: flex; align-items: center; gap: 12px; }
.dm-ring { width: 110px; height: 110px; flex: none; }
.dm-arc.h { stroke: url(#gradH); stroke-linecap: butt; }
.dm-arc.d { stroke: #5f86b8; }
.dm-arc.a { stroke: #8ba0c9; }
.dm-arc { stroke: #e8b549; transition: stroke-dasharray .6s ease; }
.dm-ring .ring-v { fill: #f7d98c; font-size: 17px; font-weight: 800; }
.dm-ring .ring-l { fill: #9aa5bd; font-size: 8.5px; }
.dm-prob-legend { flex: 1; min-width: 0; }
.dm-line { font-style: normal; font-size: 12px; color: #f7d98c; background: rgba(232,181,73,.12); border: 1px solid rgba(232,181,73,.3); border-radius: 999px; padding: 1px 8px; margin-left: 6px; }
.dm-kp { font-style: normal; font-size: 11px; color: #f7d98c; background: rgba(232,181,73,.10); border-radius: 999px; padding: 1px 7px; margin-left: 4px; }
.dmx-cell { transition: transform .18s ease, box-shadow .18s ease; }
.dmx-cell:hover { transform: translateY(-2px); box-shadow: 0 4px 14px rgba(232,181,73,.22); }
.dm-card:hover { border-color: rgba(232,181,73,.30); }
.dm-grid.compact .dm-card { padding: 12px 14px; }
.dmg-bar { width: 100%; }
@media (max-width: 720px) { .dm-ring { width: 96px; height: 96px; } }


/* ===== AI 权限锁定层 ===== */
.dm-lock { position: relative; }
.dm-lock-body { transition: filter .35s ease; }
.dm-lock-mask { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; background: radial-gradient(120% 120% at 50% 40%, rgba(4,6,13,.35), rgba(4,6,13,.78)); border-radius: 14px; border: 1px dashed rgba(232,181,73,.35); z-index: 3; }
.dml-ico { font-size: 26px; filter: drop-shadow(0 0 10px rgba(232,181,73,.45)); }
.dml-t { color: #f3dfae; font-weight: 800; font-size: 14px; }
.dml-s { color: #9aa5bd; font-size: 12px; }
.dm-mini-wrap { display: block; text-align: center; }
.dm-mini-lock { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; font-size: 18px; background: rgba(232,181,73,.08); border: 1px dashed rgba(232,181,73,.4); border-radius: 50%; }


/* ===== 赛事分析·模块化板块 ===== */
.an-list { display: flex; flex-direction: column; gap: 10px; margin-top: 4px; }
.an-sec { border: 1px solid rgba(255,255,255,.05); border-left: 3px solid rgba(232,181,73,.55); border-radius: 11px; padding: 11px 14px; background: linear-gradient(165deg, rgba(14,19,34,.72), rgba(8,12,24,.72)); }
.an-sec.hot { border-left-color: #f7d98c; background: linear-gradient(165deg, rgba(232,181,73,.07), rgba(8,12,24,.72)); }
.an-head { display: flex; align-items: center; gap: 8px; margin-bottom: 7px; }
.an-ico { font-style: normal; font-size: 15px; }
.an-t { color: #f3dfae; font-size: 14px; letter-spacing: .02em; }
.an-body { display: flex; flex-wrap: wrap; gap: 5px 0; color: #c7d0e2; font-size: 13.5px; line-height: 1.8; }
.an-p { flex: 1 1 100%; }
.an-kv { color: #f7d98c; font-weight: 800; padding: 0 3px; border-radius: 5px; background: rgba(232,181,73,.12); }
@media (max-width: 720px) { .an-sec { padding: 10px 12px; } .an-body { font-size: 13px; } }


/* ===== 比分矩阵·进球分布条形图 ===== */
.dm-dist { margin-top: 12px; }
.dmd-title { font-size: 11.5px; color: #9aa5bd; margin-bottom: 6px; letter-spacing: .04em; }
.dm-dist-row { display: flex; gap: 6px; }
.dm-dist-cell { flex: 1; background: rgba(255,255,255,.04); border-radius: 8px; padding: 7px 6px 6px; }
.dm-dist-fill { display: block; height: 6px; border-radius: 999px; margin-bottom: 5px; border: 0; }
.dm-dist-fill.h { background: linear-gradient(90deg,#b9781f,#f7d98c); }
.dm-dist-fill.a { background: linear-gradient(90deg,#3a4d7c,#7d95c9); }
.dm-dist-cell span { font-size: 11px; color: #c7d0e2; display: block; text-align: center; }


/* ===== AI 预测页·精致化 ===== */
/* 选场卡片 */
.mp-item { border: 1px solid rgba(255,255,255,.06); background: linear-gradient(165deg, rgba(16,22,40,.85), rgba(8,12,24,.9)); border-radius: 14px; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.mp-item:hover { transform: translateY(-3px); border-color: rgba(232,181,73,.35); box-shadow: 0 10px 26px rgba(0,0,0,.4), 0 0 0 1px rgba(232,181,73,.12); }
.mp-item.selected { border-color: rgba(232,181,73,.65); box-shadow: 0 0 0 1px rgba(232,181,73,.25), 0 8px 24px rgba(232,181,73,.10); background: linear-gradient(165deg, rgba(30,38,60,.9), rgba(12,17,30,.92)); }
.mp-no { border-radius: 999px; padding: 2px 10px; font-weight: 800; color: #221703 !important; background: linear-gradient(135deg, #f7d98c, #e8b549 55%, #a9711c); box-shadow: 0 2px 8px rgba(232,181,73,.25); }
.mp-crest img, .mp-crest svg { width: 52px; height: 52px; }
.mp-sell { border-radius: 999px; }
/* 结果头部 */
.pred-item { border: 1px solid rgba(255,255,255,.06); border-radius: 16px; background: linear-gradient(170deg, rgba(14,19,34,.85), rgba(7,10,20,.9)); }
.pi-match { padding: 8px 10px 2px; }
.pi-team .pi-crest img, .pi-team .pi-crest svg { width: 84px; height: 84px; }
.pi-no { display: inline-block; margin-right: 6px; padding: 1px 8px; border-radius: 999px; font-size: 11.5px; font-weight: 800; color: #221703; background: linear-gradient(135deg,#f7d98c,#e8b549 60%,#a9711c); }
.pi-crest { filter: drop-shadow(0 4px 12px rgba(232,181,73,.18)); }
/* 玩法卡头 */
.po-head { display: flex; align-items: center; gap: 8px; border-bottom: 1px solid rgba(232,181,73,.12); padding-bottom: 8px; margin-bottom: 6px; }
.po-ico { font-style: normal; font-size: 16px; }
.pp-name { font-weight: 800; color: #f3dfae; font-size: 14px; }
.po-line { color: #9aa5bd; }
.po-pick { color: #f7d98c; font-size: 13px; }
.pp-pct { color: #f7d98c; font-weight: 800; margin-left: auto; }
/* 近况卡 */
.pi-form-card { border: 1px solid rgba(255,255,255,.05); background: linear-gradient(165deg, rgba(16,22,40,.8), rgba(8,12,24,.85)); border-radius: 12px; }
.pif-bar { height: 8px; border-radius: 999px; background: linear-gradient(90deg,#b9781f,#f7d98c); }


/* 攻防对比卡·重构 */
.dm-vs-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.dmvc { border-radius: 11px; padding: 11px 12px; }
.dmvc.hm { background: rgba(232,181,73,.06); border: 1px solid rgba(232,181,73,.16); }
.dmvc.aw { background: rgba(95,134,184,.07); border: 1px solid rgba(95,134,184,.18); }
.dmvc-name { color: #f3dfae; font-weight: 800; font-size: 14px; letter-spacing: .02em; }
.dmvc-kp { color: #f7d98c; font-size: 12px; margin: 3px 0 9px; opacity: .85; }
.dv-label { font-size: 11px; color: #9aa5bd; letter-spacing: .06em; margin: 7px 0 5px; }
.dv-label.warn { color: #c18188; }
.dv-chips { display: flex; flex-wrap: wrap; gap: 5px; }
.dm-chip { font-size: 11.5px; padding: 3px 9px; border-radius: 999px; }
.dmvc.hm .dm-chip { background: rgba(232,181,73,.10); border: 1px solid rgba(232,181,73,.25); color: #f3dfae; }
.dmvc.aw .dm-chip { background: rgba(95,134,184,.10); border: 1px solid rgba(95,134,184,.25); color: #c7d6ee; }
.dv-chips.warn .dm-chip { background: rgba(193,129,136,.08); border-color: rgba(193,129,136,.28); color: #dfaab0; }
@media (max-width: 720px) { .dm-vs-cols { grid-template-columns: 1fr; } }


/* ===== 赛事分析·杂志级板块 ===== */
.an-list { display: flex; flex-direction: column; gap: 11px; }
.an-sec { position: relative; overflow: hidden; border-radius: 14px; padding: 13px 16px 14px;
  background: linear-gradient(160deg, rgba(19,25,44,.88) 0%, rgba(10,14,26,.94) 100%);
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 8px 20px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.04);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.an-sec::before { content:''; position:absolute; left:0; top:0; right:0; height:2px;
  background: linear-gradient(90deg, rgba(232,181,73,0), rgba(232,181,73,.7) 45%, rgba(232,181,73,0)); }
.an-sec::after { content:''; position:absolute; right:-30px; top:-34px; width:110px; height:110px; border-radius:50%;
  background: radial-gradient(circle, rgba(232,181,73,.06), transparent 70%); pointer-events:none; }
.an-sec:hover { transform: translateY(-2px); border-color: rgba(232,181,73,.28); box-shadow: 0 14px 30px rgba(0,0,0,.4), 0 0 0 1px rgba(232,181,73,.08), 0 0 24px rgba(232,181,73,.05); }
.an-sec.hot { border-color: rgba(232,181,73,.20); background: linear-gradient(160deg, rgba(30,28,32,.92), rgba(12,14,24,.94)); }
.an-sec.hot::before { background: linear-gradient(90deg, rgba(247,217,140,0), rgba(247,217,140,.85) 45%, rgba(247,217,140,0)); }
.an-head { display:flex; align-items:center; gap:10px; margin-bottom:8px; }
.an-no { font-size:12.5px; font-weight:900; letter-spacing:.08em; color: rgba(232,181,73,.38); font-family: Georgia, 'Times New Roman', serif; }
.an-ico { width:30px; height:30px; flex:none; display:inline-flex; align-items:center; justify-content:center; font-size:15px; font-style:normal; border-radius:9px;
  background: linear-gradient(160deg, rgba(232,181,73,.18), rgba(232,181,73,.05)); border:1px solid rgba(232,181,73,.28);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 0 12px rgba(232,181,73,.14); }
.an-t { font-size:15px; font-weight:800; letter-spacing:.03em;
  background: linear-gradient(120deg,#fdf2cf 0%, #f0c96a 45%, #c68a25 100%); -webkit-background-clip:text; background-clip:text; color:transparent; }
.an-hot { margin-left:auto; font-size:10.5px; padding:2px 9px; border-radius:999px; font-weight:800; color:#221703;
  background: linear-gradient(135deg,#f7d98c,#b9781f); box-shadow:0 0 10px rgba(232,181,73,.35); }
.an-body { font-size:13.5px; line-height:1.95; color:#cdd6e8; }
.an-p { display:flex; gap:8px; }
.an-p::before { content:'▸'; color: rgba(232,181,73,.55); font-size:11px; flex:none; margin-top:2px; text-shadow: 0 0 6px rgba(232,181,73,.4); }
.an-kv { color:#f7d98c; font-weight:800; padding:0 4px; border-radius:6px; background: rgba(232,181,73,.13); }
@media (max-width:720px){ .an-sec{ padding:11px 13px 12px; } .an-body{ font-size:13px; } }


/* AI 预测·档案双卡 & h2h 统计 (复用详情样式) */
.pi-archive { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 4px 0 2px; }
.pi-archive .md-team-card { padding: 13px 14px; }
.pi-h2h { border: 1px solid rgba(232,181,73,.14); border-radius: 14px; padding: 13px 15px; background: linear-gradient(165deg, rgba(16,22,40,.78), rgba(8,12,24,.85)); }
.pi-h2h .h2h-list { display: flex; gap: 6px; margin: 10px 0 6px; flex-wrap: wrap; }
.h2h-item { padding: 4px 10px; border-radius: 8px; background: rgba(232,181,73,.08); border: 1px solid rgba(232,181,73,.18); color: #e9edf6; font-size: 12.5px; }
.pi-h2h .h2h-note { display: block; color: #9aa5bd; font-size: 12px; margin-top: 4px; }
@media (max-width: 720px) { .pi-archive { grid-template-columns: 1fr; } }


/* AI 档案卡队徽标准尺寸 */
.pi-archive .md-team-head .crest-wrap.sm img,
.pi-archive .md-team-head .crest-wrap.sm svg { width: 44px !important; height: 44px !important; }
.pi-archive .md-team-head .md-team-name { font-size: 15px; }


.dml-btn { display: inline-block; margin-top: 8px; padding: 8px 22px; border-radius: 999px; font-size: 13.5px; font-weight: 800; color: #221703;
  background: linear-gradient(135deg, #f7d98c 0%, #e8b549 55%, #b9781f 100%);
  box-shadow: 0 6px 18px rgba(232,181,73,.30), inset 0 1px 0 rgba(255,255,255,.35);
  text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.dml-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(232,181,73,.42); }


/* 锁定强化: 重模糊+去色+更深遮罩 (防亮卡透出) */
.dm-lock-body { filter: blur(24px) brightness(.62) saturate(.45) !important; }
.dm-lock-mask { background: radial-gradient(130% 130% at 50% 42%, rgba(4,6,13,.55), rgba(4,6,13,.88)) !important; }
.dm-lock-mask .dml-ico { filter: drop-shadow(0 0 12px rgba(232,181,73,.55)); }


/* 复制微信号按钮 */
.wx-copy, .km-copy { margin-left: 8px; padding: 2px 10px; font-size: 11.5px; font-weight: 700; color: #f3dfae;
  background: rgba(232,181,73,.12); border: 1px solid rgba(232,181,73,.35); border-radius: 999px; cursor: pointer; transition: all .18s ease; }
.wx-copy:hover, .km-copy:hover { background: rgba(232,181,73,.22); transform: translateY(-1px); }


/* 分析板块提亮: 亮金玻璃底 (不再黑压压) */
.an-sec {
  background: linear-gradient(160deg, rgba(34,43,70,.88) 0%, rgba(15,21,36,.94) 100%);
  border: 1px solid rgba(232,181,73,.18);
  box-shadow: 0 8px 22px rgba(0,0,0,.30), 0 0 20px rgba(232,181,73,.06), inset 0 1px 0 rgba(255,255,255,.07);
}
.an-sec.hot {
  background: linear-gradient(160deg, rgba(58,48,42,.92) 0%, rgba(22,20,30,.95) 100%);
  border-color: rgba(232,181,73,.30);
}
.an-body { color: #d3dbec; }
.an-sec::after { background: radial-gradient(circle, rgba(232,181,73,.10), transparent 70%); }


/* 移动端账号区 (汉堡菜单内) */
.m-account { border-top: 1px solid rgba(255,255,255,.08); margin-top: 8px; padding-top: 6px; }
.m-acc-title { font-size: 12px; color: #8b96ad; padding: 8px 10px 4px; letter-spacing: .04em; }
.m-acc-item { display: block; padding: 10px 12px; font-size: 14px; color: #e9edf6; border-radius: 9px; cursor: pointer; }
.m-acc-item:hover { background: rgba(232,181,73,.10); }
.m-acc-item.out { color: #e08a8a; }

@media (min-width: 901px) { .m-account { display: none; } } /* 桌面右上角已有账号, 菜单内隐藏 */


/* ===== 移动导航最终规范 (≤900px) ===== */
@media (max-width: 900px) {
  header.site { position: sticky; }
  header.site .container.nav { flex-wrap: nowrap; gap: 8px; }
  .brand { min-width: 0; }
  .menu-toggle { display: flex !important; margin-left: auto; flex: none; }
  nav.menu {
    position: absolute;
    top: 100%; left: 0; right: 0;
    display: none !important;
    flex-direction: column;
    background: rgba(6, 9, 18, .98);
    border-bottom: 1px solid rgba(232,181,73,.25);
    box-shadow: 0 16px 34px rgba(0,0,0,.55);
    padding: 6px 14px 12px;
    z-index: 250;
  }
  nav.menu.open { display: flex !important; }
  nav.menu a { display: block; padding: 12px 8px; border-bottom: 1px solid rgba(255,255,255,.06); font-size: 15px; }
  nav.menu a::after { display: none; }
  /* 移动端账号区走菜单; 桌面右上角隐藏 */
  .nav-right { display: none !important; }
  .m-account { display: block !important; }
  /* 客服卡(移动弹窗/页面)宽度兜底 */
  .info-modal .modal-box { width: 92vw; max-width: 420px; }
  .kefu-modal .km-qr img { max-width: 200px; }
}


/* ===== 移动导航规范 v2 (ID 级, 必胜) ===== */
@media (max-width: 900px) {
  header.site { position: sticky !important; }
  header.site .container.nav { flex-wrap: nowrap !important; gap: 8px !important; }
  #menu-toggle { display: flex !important; margin-left: auto !important; flex: none !important; }
  #nav-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0px !important;
    right: 0px !important;
    width: auto !important;
    display: none !important;
    flex-direction: column !important;
    background: rgba(6, 9, 18, .98) !important;
    border-bottom: 1px solid rgba(232,181,73,.25) !important;
    box-shadow: 0 16px 34px rgba(0,0,0,.55) !important;
    padding: 6px 14px 12px !important;
    z-index: 250 !important;
  }
  #nav-menu.open { display: flex !important; }
  #nav-menu a { display: block !important; width: 100% !important; padding: 12px 8px !important;
    border-bottom: 1px solid rgba(255,255,255,.06) !important; font-size: 15px !important; text-align: left !important; border-radius: 0 !important; }
  #nav-menu a::after { display: none !important; }
  .nav-right { display: none !important; }
  #m-account { display: block !important; }
  .info-modal .modal-box { width: 92vw !important; max-width: 420px !important; }
  .kefu-modal .km-qr img { max-width: 200px !important; }
}


/* ===== 移动导航 v3: 全可见无二级菜单 ===== */
@media (max-width: 900px) {
  header.site .container.nav { flex-wrap: wrap !important; row-gap: 2px !important; }
  .brand { order: 1 !important; min-width: 0 !important; }
  #menu-toggle { display: none !important; }   /* 取消汉堡: 目录+账号直接可见 */
  #nav-menu {
    position: static !important;
    order: 3 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.06) !important;
    border-radius: 0 !important;
    padding: 2px 4px 8px !important;
    gap: 4px !important;
    box-shadow: none !important;
    z-index: 1 !important;
    margin: 0 !important;
  }
  #nav-menu a { flex: 0 0 auto !important; display: inline-flex !important; width: auto !important;
    padding: 7px 12px !important; font-size: 13.5px !important; border-bottom: 0 !important;
    border-radius: 999px !important; text-align: center !important; }
  /* 账号区: 顶部直接可见 (右侧 pills) */
  .nav-right { display: flex !important; order: 2 !important; gap: 6px !important; margin-left: auto; }
  .nav-right .pill { display: inline-flex !important; padding: 5px 11px !important; font-size: 12.5px !important; border-radius: 999px !important; }
  .nav-right .nav-cta { display: none !important; }
  .user-wrap { display: inline-flex !important; }
  .user-chip { font-size: 12px !important; padding: 5px 9px !important; }
  #m-account { display: none !important; }     /* 无二级菜单 */
  /* 弹窗宽度兜底 */
  .info-modal .modal-box { width: 92vw !important; max-width: 420px !important; }
  .kefu-modal .km-qr img { max-width: 200px !important; }
}


/* ===== 移动导航 v3b: nav 强制独占一行 ===== */
@media (max-width: 900px) {
  header.site .container.nav { flex-wrap: wrap !important; align-items: center !important; }
  #nav-menu { flex: 1 1 100% !important; min-width: 100% !important; width: 100% !important; order: 3 !important; }
  .nav-right { flex: 0 0 auto !important; order: 2 !important; }
  .brand { flex: 0 0 auto !important; order: 1 !important; margin-right: auto !important; }
}


/* ===== 手机头部 v4: 对称均布 ===== */
@media (max-width: 900px) {
  header.site { border-bottom: 1px solid rgba(232,181,73,.14); }
  header.site .container.nav { flex-wrap: wrap; align-items: center; row-gap: 0; padding: 8px 14px 10px !important; }
  .brand { flex: 0 0 auto; order: 1; margin-right: auto; }
  .nav-right { flex: 0 0 auto; order: 2; display: flex !important; gap: 8px !important; margin-left: 0 !important; }
  .nav-right .pill { min-width: 74px; justify-content: center !important; padding: 7px 0 !important; font-size: 12.5px !important; letter-spacing: .06em; }
  .user-wrap { display: inline-flex !important; }
  .user-chip { min-width: 92px; justify-content: center !important; padding: 7px 10px !important; font-size: 12.5px !important; }
  #nav-menu { flex: 1 1 100% !important; min-width: 100% !important; order: 3 !important; margin-top: 6px !important;
    display: flex !important; flex-direction: row !important; overflow-x: auto !important;
    background: rgba(255,255,255,.03) !important; border: 1px solid rgba(255,255,255,.05) !important;
    border-radius: 12px !important; padding: 4px !important; gap: 3px !important; }
  #nav-menu a { flex: 1 1 0 !important; min-width: 0 !important; display: inline-flex !important; justify-content: center !important;
    padding: 8px 2px !important; font-size: 12.5px !important; letter-spacing: .02em !important;
    border-bottom: 0 !important; border-radius: 9px !important; background: transparent !important; }
  #nav-menu a.active { background: linear-gradient(135deg, rgba(232,181,73,.22), rgba(232,181,73,.08)) !important;
    box-shadow: inset 0 0 0 1px rgba(232,181,73,.45); color: #f7d98c !important; }
}
/* 图标全局样式 */
.gicon { vertical-align: -2px; }
.dm-ticon { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; margin-right: 2px;
  border-radius: 7px; color: #f0c96a; background: rgba(232,181,73,.10); border: 1px solid rgba(232,181,73,.22);
  vertical-align: -5px; }
.dm-title { display: flex; align-items: center; gap: 7px; }
.an-ico { color: #f0c96a !important; }
/* 客服浮钮辉光 */
.float-kefu .fk-icon { color: #1c1403; }
.float-kefu { box-shadow: 0 8px 22px rgba(0,0,0,.35), 0 0 0 6px rgba(232,181,73,.07), 0 0 26px rgba(232,181,73,.22) !important; }


/* ===== 手机头部 v5: 菜单在上, 账号在下 ===== */
@media (max-width: 900px) {
  header.site .container.nav { flex-wrap: wrap !important; align-items: center !important; row-gap: 0 !important; padding: 8px 14px 10px !important; }
  .brand { order: 1 !important; flex: 0 0 auto !important; margin-right: 6px !important; }
  #nav-menu { order: 2 !important; flex: 1 1 auto !important; min-width: 0 !important; width: auto !important;
    display: flex !important; flex-direction: row !important; overflow-x: auto !important;
    background: transparent !important; border: 0 !important; border-radius: 0 !important; padding: 0 !important; margin: 0 !important; gap: 2px !important; }
  #nav-menu a { flex: 0 0 auto !important; display: inline-flex !important; justify-content: center !important;
    padding: 7px 10px !important; font-size: 12.5px !important; border-bottom: 0 !important; border-radius: 999px !important; }
  #nav-menu a.active { background: linear-gradient(135deg, rgba(232,181,73,.22), rgba(232,181,73,.08)) !important;
    box-shadow: inset 0 0 0 1px rgba(232,181,73,.45) !important; color: #f7d98c !important; }
  .nav-right { order: 3 !important; flex: 1 1 100% !important; justify-content: center !important; display: flex !important;
    gap: 10px !important; margin: 0 !important; margin-top: 8px !important; padding-top: 8px !important;
    border-top: 1px solid rgba(255,255,255,.05) !important; }
  .nav-right .pill { min-width: 104px !important; justify-content: center !important; padding: 8px 0 !important; font-size: 13px !important; letter-spacing: .08em !important; }
  .user-wrap { display: inline-flex !important; }
  .user-chip { min-width: 140px !important; justify-content: center !important; padding: 8px 12px !important; font-size: 13px !important; }
}


/* ===== AI 预测结果: 移动端卡片优化 (内距/卡片化/贴边修复) ===== */
@media (max-width: 900px) {
  #result-list { padding: 0 12px !important; box-sizing: border-box !important; }
  .pred-item { border-radius: 16px !important; padding: 4px 2px 10px !important; overflow: hidden !important; }
  .pi-archive { display: grid !important; grid-template-columns: 1fr !important; gap: 10px !important; padding: 0 10px !important; margin: 6px 0 4px !important; }
  .pi-archive .md-team-card { border-radius: 14px !important; padding: 14px 15px !important;
    background: linear-gradient(165deg, rgba(20,26,44,.92), rgba(10,14,26,.95)) !important;
    border: 1px solid rgba(232,181,73,.14) !important; box-shadow: 0 6px 18px rgba(0,0,0,.32) !important; }
  .pi-archive .md-team-head { display: flex !important; align-items: center !important; gap: 10px !important; margin-bottom: 10px !important; }
  .pi-archive .md-team-name { font-size: 16px !important; font-weight: 800 !important; color: #f3dfae !important; }
  .pi-archive .md-team-name span { font-size: 11px !important; color: #8b96ad !important; margin-left: 6px !important; font-weight: 400 !important; }
  .pi-archive table { width: 100% !important; border-collapse: collapse !important; }
  .pi-archive table td { padding: 5px 0 !important; font-size: 13px !important; color: #c7d0e2 !important; vertical-align: middle !important; }
  .pi-archive table td:first-child { width: 76px !important; color: #8b96ad !important; font-size: 12.5px !important; }
  .pi-h2h { margin: 10px 12px 4px !important; border-radius: 14px !important; padding: 13px 15px !important;
    background: linear-gradient(165deg, rgba(20,26,44,.9), rgba(10,14,26,.94)) !important; border: 1px solid rgba(232,181,73,.16) !important; }
  .pi-ov, .pi-plays, .plays-block { margin-left: 12px !important; margin-right: 12px !important; }
}


/* ===== 赛事分析正文排版修复 (flex→正常流, 修竖排/金块碎裂) ===== */
.an-body { display: block !important; font-size: 13.5px !important; line-height: 1.9 !important; color: #d3dbec !important; }
.an-p { display: block !important; position: relative !important; padding-left: 15px !important; margin: 0 0 6px !important; }
.an-p::before { content: '▸' !important; position: absolute !important; left: 0 !important; top: 0 !important;
  color: rgba(232,181,73,.60) !important; font-size: 11px !important; }
.an-kv { display: inline !important; white-space: nowrap !important; padding: 0 4px !important; border-radius: 6px !important;
  background: rgba(232,181,73,.13) !important; color: #f7d98c !important; font-weight: 800 !important; }


/* ===== AI 结果: 档案卡 & 交锋卡 精装模块 ===== */
.arch-card { position: relative; overflow: hidden; border-radius: 16px; padding: 15px 17px 9px;
  background: linear-gradient(165deg, rgba(22,28,48,.92), rgba(10,14,26,.95));
  border: 1px solid rgba(232,181,73,.16); box-shadow: 0 8px 22px rgba(0,0,0,.35); }
.arch-card::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 2px;
  background: linear-gradient(90deg, transparent, rgba(232,181,73,.6), transparent); }
.arch-card.a::before { background: linear-gradient(90deg, transparent, rgba(125,149,201,.6), transparent); }
.arch-top { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.arch-top .crest-wrap img, .arch-top .crest-wrap svg { width: 44px !important; height: 44px !important; }
.arch-name { font-size: 17px; font-weight: 800; color: #f3dfae; display: flex; align-items: center; }
.arch-role { font-size: 10.5px; font-weight: 800; color: #221703; padding: 2px 9px; border-radius: 999px;
  background: linear-gradient(135deg,#f7d98c,#e8b549); margin-left: 8px; }
.arch-card.a .arch-role { background: linear-gradient(135deg,#9db6dd,#5f86b8); color: #0d1526; }
.arch-row { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.arch-lab { font-size: 12px; color: #8b96ad; min-width: 62px; flex: none; }
.arch-dots { display: inline-flex; gap: 3px; }
.arch-rec { font-size: 12.5px; color: #c7d0e2; font-style: normal; }
.arch-grade { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.arch-gnum { font-size: 23px; font-weight: 900; color: #f7d98c; line-height: 1; }
.arch-gmax { font-size: 12px; color: #8b96ad; }
.arch-bar { flex: 1; height: 8px; border-radius: 999px; background: rgba(255,255,255,.07); overflow: hidden; min-width: 60px; }
.arch-bar i { display: block; height: 100%; border-radius: 999px; }
.arch-card.h .arch-bar i { background: linear-gradient(90deg,#b9781f,#f7d98c); }
.arch-card.a .arch-bar i { background: linear-gradient(90deg,#3a4d7c,#7d95c9); }
.arch-kv { display: flex; gap: 10px; padding: 7px 0; border-top: 1px dashed rgba(255,255,255,.06); font-size: 13px; align-items: baseline; }
.arch-kv b { color: #e9edf6; font-weight: 600; }
.arch-tags { display: flex; gap: 10px; padding: 7px 0; border-top: 1px dashed rgba(255,255,255,.06); align-items: baseline; }
.arch-chips { display: flex; flex-wrap: wrap; gap: 5px; }
.arch-chip { font-size: 11.5px; padding: 3px 9px; border-radius: 999px; background: rgba(232,181,73,.10);
  border: 1px solid rgba(232,181,73,.26); color: #f3dfae; white-space: nowrap; }
.arch-tags.weak .arch-chip { background: rgba(193,129,136,.10); border-color: rgba(193,129,136,.30); color: #dfaab0; }
.arch-none { color: #6b7590; font-style: normal; font-size: 12px; }
/* 交锋卡 */
.h2h-mod { border-radius: 16px; padding: 15px 17px; margin-top: 12px;
  background: linear-gradient(165deg, rgba(22,28,48,.9), rgba(10,14,26,.94));
  border: 1px solid rgba(232,181,73,.16); box-shadow: 0 8px 22px rgba(0,0,0,.32); }
.h2h-title { font-size: 14px; font-weight: 800; color: #f3dfae; margin-bottom: 12px; }
.h2h-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.h2h-cell { position: relative; border-radius: 12px; padding: 12px 8px 15px; text-align: center;
  background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06); overflow: hidden; }
.h2h-cell b { display: block; font-size: 26px; font-weight: 900; color: #f7d98c; line-height: 1.1; }
.h2h-cell span { font-size: 12px; color: #9aa5bd; }
.h2h-cell i { position: absolute; left: 0; bottom: 0; height: 3px; }
.h2h-cell.h i { background: linear-gradient(90deg,#b9781f,#f7d98c); }
.h2h-cell.a i { background: linear-gradient(90deg,#3a4d7c,#7d95c9); }
.h2h-cell.d i { background: linear-gradient(90deg,#4a5570,#8b96ad); }
.h2h-seq { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.h2h-note { font-size: 12px; color: #9aa5bd; margin-top: 8px; }
@media (max-width: 560px) { .h2h-cell b { font-size: 22px; } .arch-name { font-size: 16px; } }


/* ===== 手机端 (<=560): 档案卡 & 交锋卡 适配 ===== */
@media (max-width: 560px) {
  .pi-archive { display: grid !important; grid-template-columns: 1fr !important; gap: 10px !important; padding: 0 12px !important; }
  .arch-card { padding: 13px 14px 8px !important; border-radius: 14px !important; }
  .arch-top { gap: 10px !important; margin-bottom: 10px !important; }
  .arch-top .crest-wrap img, .arch-top .crest-wrap svg { width: 38px !important; height: 38px !important; }
  .arch-name { font-size: 16px !important; }
  .arch-role { font-size: 10px !important; padding: 2px 8px !important; }
  .arch-lab { min-width: 56px !important; font-size: 11.5px !important; }
  .arch-gnum { font-size: 20px !important; }
  .arch-kv, .arch-tags { font-size: 12.5px !important; padding: 6px 0 !important; }
  .arch-chip { font-size: 11px !important; padding: 3px 8px !important; }
  .h2h-mod { margin: 10px 12px 4px !important; padding: 13px 14px !important; border-radius: 14px !important; }
  .h2h-title { font-size: 13px !important; }
  .h2h-grid { gap: 8px !important; }
  .h2h-cell { padding: 10px 6px 13px !important; }
  .h2h-cell b { font-size: 21px !important; }
  .h2h-cell span { font-size: 11px !important; }
}

/* ===== 实时比分显示 ===== */
.mc-score { font-size: 22px; font-weight: 900; color: #f7d98c; letter-spacing: 1px; line-height: 1.1; }
.mc-score.live { color: #ff6b6b; }
.mc-score i { font-size: 12px; font-style: normal; color: #ff9b9b; margin-left: 3px; }
.sell-badge.live { background: rgba(224,90,90,.16); border-color: rgba(224,90,90,.45); color: #ff8f8f; }
.sell-badge.live .sell-dot { background: #ff6b6b; box-shadow: 0 0 6px #ff6b6b; animation: livePulse 1.2s infinite; }
.sell-badge.done { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.16); color: #9aa5bd; }
.sell-badge.done .sell-dot { background: #8b96ad; }
@keyframes livePulse { 0%,100% { opacity: 1 } 50% { opacity: .35 } }
@media (max-width: 560px) { .mc-score { font-size: 18px; } }

/* 场次人工备注 (后台内容管理) */
.mc-note { margin: 6px 0 0; padding: 6px 10px; background: rgba(232,181,73,.10); border: 1px solid rgba(232,181,73,.28);
  border-radius: 8px; font-size: 12.5px; color: #f3dfae; line-height: 1.5; }
@media (max-width: 560px) { .mc-note { font-size: 11.5px; padding: 5px 8px; } }

/* ===== 置顶推荐卡片(前台首页) ===== */
.match-card.is-pinned {
  border-color: rgba(232,181,73,.55) !important;
  box-shadow: 0 0 0 1px rgba(232,181,73,.25), 0 10px 30px rgba(232,181,73,.14) !important;
  position: relative;
}
.match-card.is-pinned::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(180deg, #f7d98c, #e8b549); border-radius: 14px 0 0 14px;
}
.mc-pin-tag {
  position: absolute; top: -1px; right: 12px; z-index: 3;
  font-size: 11px; font-weight: 800; color: #221703;
  background: linear-gradient(135deg, #f7d98c, #e8b549);
  padding: 3px 10px; border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 12px rgba(232,181,73,.35);
}
.match-card.is-pinned .mc-note { background: rgba(232,181,73,.14) !important; color: #f7d98c !important; }

/* ===== 收藏球队 + 开赛倒计时 ===== */
.mc-fav { position: absolute; top: 8px; left: 8px; z-index: 4; width: 26px; height: 26px; border-radius: 50%;
  border: 1px solid rgba(232,181,73,.3); background: rgba(10,14,26,.7); color: #f0c96a;
  font-size: 14px; line-height: 1; cursor: pointer; transition: .16s; display: flex; align-items: center; justify-content: center; }
.mc-fav:hover { background: rgba(232,181,73,.22); transform: scale(1.1); }
.mc-fav.on { background: linear-gradient(135deg,#f7d98c,#e8b549); color: #221703; border-color: transparent; }
.mc-count { font-size: 11.5px; color: #8b96ad; margin-top: 3px; }
.mc-count.soon { color: #f0c96a; font-weight: 800; }
.match-card.is-fav { border-color: rgba(232,181,73,.32) !important; }

/* ===== 公共预测结果卡(详情页/批量页共用) ===== */
.pi-conclusion { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding: 12px 16px; border-radius: 13px;
  background: linear-gradient(95deg, rgba(232,181,73,.16), rgba(232,181,73,.04) 70%);
  border: 1px solid rgba(232,181,73,.32); margin-bottom: 14px; }
.pi-top-pick { font-size: 14px; color: #f0c96a; font-weight: 800; }
.pi-top-pick b { color: #f7d98c; font-size: 15px; }
.pi-top-pick em { font-style: normal; color: #7fe09a; margin-left: 6px; }
.pi-match { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 12px; }
.pi-team { display: flex; flex-direction: column; align-items: center; gap: 5px; min-width: 90px; }
.pi-crest { width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; }
.pi-crest img { width: 100%; height: 100%; object-fit: contain; }
.pi-tname { font-size: 13.5px; color: #e9edf6; font-weight: 700; text-align: center; }
.pi-vs { font-size: 12px; color: #6b7590; font-weight: 800; }
.pi-plays-wrap { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 8px; margin-top: 12px; }
.play-item { display: flex; align-items: center; gap: 8px; padding: 10px 12px; border-radius: 11px;
  background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07); flex-wrap: wrap; }
.play-item.hot { border-color: rgba(232,181,73,.45); background: rgba(232,181,73,.10); }
.play-item.mid { border-color: rgba(125,149,201,.35); }
.play-item .pl-name { font-size: 12px; color: #8b96ad; }
.play-item .pl-res { font-size: 13.5px; font-weight: 800; color: #f7d98c; }
.play-item.low .pl-res { color: #c7d0e2; }
.play-item .pl-cf { font-size: 12px; color: #7fe09a; font-weight: 700; margin-left: auto; }



/* 备注不再占整行宽导致挤压 */
.match-card .mc-note { margin: 0 !important; }

/* ===== 队徽显示: 任意比例都不变形(修 250x92 这类非正方形图) ===== */
.match-card img[src*="/team-badges/"],
.match-card .mc-crest img,
.pi-crest img,
.md-crest img,
.team-crest img {
  object-fit: contain !important;
  object-position: center !important;
  width: 100% !important;
  height: 100% !important;
}


/* 顶部行: 编号/联赛/状态 间距更舒展 */
.match-card .mc-top { gap: 10px !important; }
.match-card .mc-top .mc-id { gap: 8px !important; }

/* ===== 卡片备注: 小胶囊紧跟编号, 不占整行(倒计时靠右) ===== */
.match-card .mc-top { display: flex !important; align-items: center !important; gap: 8px !important;
  flex-wrap: wrap !important; overflow: visible !important; }
.match-card .mc-top .mc-id { display: flex !important; align-items: center !important; gap: 7px !important;
  flex: 0 1 auto !important; min-width: 0 !important; flex-wrap: wrap !important; }
.match-card .mc-top .mc-top-right { flex: 0 0 auto !important; margin-left: auto !important; }
.match-card .mc-sub { display: flex !important; align-items: center !important; gap: 8px !important;
  flex-wrap: wrap !important; margin-top: 8px !important; min-height: 0 !important; }
/* 备注: 内联小胶囊 */
.match-card .mc-sub .mc-note,
.match-card .mc-id .mc-note {
  display: inline-block !important; width: auto !important; flex: 0 0 auto !important; max-width: 100% !important;
  margin: 0 !important; padding: 3px 10px !important; border-radius: 999px !important;
  background: rgba(232,181,73,.10) !important; border: 1px solid rgba(232,181,73,.28) !important;
  font-size: 11.5px !important; line-height: 1.6 !important; color: #f0c96a !important;
  white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important;
}
.match-card .mc-sub .mc-note.empty, .match-card .mc-id .mc-note.empty { display: none !important; }
/* 倒计时靠右 */
.match-card .mc-sub .mc-count { flex: 0 0 auto !important; margin-left: auto !important;
  font-size: 11.5px !important; color: #8b96ad !important; white-space: nowrap !important; }
.match-card .mc-sub .mc-count.soon { color: #f0c96a !important; font-weight: 800 !important; }
@media (max-width: 560px) {
  .match-card .mc-sub .mc-note { font-size: 11px !important; padding: 3px 8px !important; }
  .match-card .mc-sub .mc-count { font-size: 11px !important; }
}

/* ===== 收藏星标: 内联排进第一行(与编号垂直居中对齐) ===== */
.match-card .mc-fav {
  position: static !important;
  top: auto !important; left: auto !important; right: auto !important; bottom: auto !important;
  flex: 0 0 auto !important;
  width: 26px !important; height: 26px !important;
  margin: 0 2px 0 0 !important;
  display: inline-flex !important; align-items: center !important; justify-content: center !important;
  align-self: center !important;
  font-size: 14px !important; line-height: 1 !important;
  border-radius: 50% !important;
}
.match-card .mc-top { align-items: center !important; }
.match-card .mc-top .mc-id { align-items: center !important; }
@media (max-width: 560px) {
  .match-card .mc-fav { width: 24px !important; height: 24px !important; font-size: 13px !important; }
}

/* ===== 备注行与第一行左对齐(补上与 .mc-top 相同的 16px 内边距) ===== */
.match-card .mc-sub { padding: 0 16px !important; box-sizing: border-box !important; }
.match-card .mc-note { margin-left: 0 !important; }
@media (max-width: 560px) {
  .match-card .mc-sub { padding: 0 12px !important; }
}

/* ===== 手机端: 备注行与第一行左边缘严格对齐(.mc-top 手机端为 2px) ===== */
@media (max-width: 560px) {
  .match-card .mc-sub { padding: 0 2px !important; }
  .match-card .mc-sub .mc-note { margin-left: 0 !important; }
  /* 让星标/备注/胜率三条左边缘统一到卡片内容边缘 */
  .match-card .mc-top { padding-left: 2px !important; padding-right: 2px !important; }
  .match-card .mc-rate { padding-left: 2px !important; }
}
/* 电脑端也统一 */
@media (min-width: 561px) {
  .match-card .mc-sub { padding: 0 16px !important; }
  .match-card .mc-top { padding-left: 16px !important; padding-right: 16px !important; }
}

/* ===== AI 深度分析锁定卡: 修文字溢出/与下方卡片重叠 ===== */
.dm-lock { position: relative !important; min-height: 96px !important; overflow: hidden !important; border-radius: 14px !important; }
.dm-lock .dm-lock-body { min-height: 96px; }
.dm-lock-mask { padding: 18px 20px !important; box-sizing: border-box !important; gap: 8px !important; overflow: hidden !important; }
.dm-lock-mask .dml-ico { flex: 0 0 auto; line-height: 1; }
.dm-lock-mask .dml-t { flex: 0 0 auto; line-height: 1.4; }
.dm-lock-mask .dml-s { max-width: 560px !important; text-align: center !important; line-height: 1.75 !important;
  white-space: normal !important; word-break: break-word !important; }
.dm-lock-mask .dml-btn { flex: 0 0 auto; }
@media (max-width: 560px) {
  .dm-lock { min-height: 84px !important; }
  .dm-lock-mask { padding: 14px 14px !important; gap: 6px !important; }
  .dm-lock-mask .dml-ico { font-size: 22px !important; }
  .dm-lock-mask .dml-t { font-size: 13px !important; }
  .dm-lock-mask .dml-s { font-size: 11.5px !important; line-height: 1.7 !important; }
}
/* 锁定态(未解锁)也要撑开, 不压到下面 */
.dm-lock.locked { min-height: 96px !important; }

/* ===== 锁定卡(dm-lock-clean): 居中 + 文案不溢出 ===== */
.dm-lock.dm-lock-clean {
  display: flex !important; align-items: center !important; justify-content: center !important;
  min-height: 112px !important; padding: 20px 24px !important; box-sizing: border-box !important;
  background: linear-gradient(150deg, rgba(24,31,54,.86), rgba(12,17,30,.92)) !important;
  border: 1px dashed rgba(232,181,73,.32) !important; border-radius: 14px !important;
  overflow: visible !important;
}
.dm-lock-clean .dml-inner {
  display: flex !important; flex-direction: column !important; align-items: center !important;
  gap: 7px !important; text-align: center !important;
  width: 100% !important; max-width: 660px !important; margin: 0 auto !important;
}
.dm-lock-clean .dml-ico { font-size: 26px !important; line-height: 1 !important; }
.dm-lock-clean .dml-t { font-size: 15px !important; font-weight: 900 !important; color: #f3dfae !important; line-height: 1.4 !important; }
.dm-lock-clean .dml-s {
  font-size: 12.5px !important; color: #9aa5bd !important; line-height: 1.8 !important;
  white-space: normal !important; word-break: break-word !important; overflow-wrap: anywhere !important;
  max-width: 100% !important; margin: 0 !important;
}
.dm-lock-clean .dml-btn {
  margin-top: 4px !important; padding: 7px 16px !important; border-radius: 10px !important;
  font-size: 12.5px !important; font-weight: 800 !important; cursor: pointer !important;
  color: #221703 !important; background: linear-gradient(135deg,#f7d98c,#e8b549) !important; border: 0 !important;
}
@media (max-width: 560px) {
  .dm-lock.dm-lock-clean { min-height: 96px !important; padding: 16px 14px !important; }
  .dm-lock-clean .dml-ico { font-size: 22px !important; }
  .dm-lock-clean .dml-t { font-size: 14px !important; }
  .dm-lock-clean .dml-s { font-size: 11.5px !important; line-height: 1.75 !important; }
}

/* 锁定卡与下方模块的间距 */
.dm-lock.dm-lock-clean { margin: 6px 0 16px !important; }

/* 锁定卡可点击反馈 */
.dm-lock.dm-lock-clean#md-lock-clickable { transition: border-color .18s, background .18s, transform .18s; }
.dm-lock.dm-lock-clean#md-lock-clickable:hover {
  border-color: rgba(232,181,73,.7) !important;
  background: linear-gradient(150deg, rgba(232,181,73,.10), rgba(12,17,30,.94)) !important;
  transform: translateY(-1px);
}
.dm-lock.dm-lock-clean#md-lock-clickable:hover .dml-btn { box-shadow: 0 6px 20px rgba(232,181,73,.4); }
.dm-lock.dm-lock-clean .dml-btn { margin-top: 6px; padding: 8px 18px; border-radius: 10px; border: 0;
  font-size: 13px; font-weight: 900; color: #221703; cursor: pointer;
  background: linear-gradient(135deg,#f7d98c,#e8b549); }

/* ═══ 客服卡：负责的推广链接（2026-09-16）═══ */
.ca-promo{margin-top:6px;font-size:12.5px;color:#d9b968;cursor:pointer;user-select:none;display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.ca-promo:hover{color:#f0c96a}
.ca-promo b{color:#f3dfae;font-weight:800}
.ca-promo .ca-promo-d{color:#8b96ad;font-weight:400;font-size:11.5px}
.ca-promo .ca-promo-arrow{margin-left:auto;color:#8b96ad;font-size:11px}
.ca-promo.none{color:#6c778c;cursor:default}
.ca-promo.none:hover{color:#6c778c}
.ca-promo-box{margin-top:6px;padding:8px 10px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.09);border-radius:8px}
.ca-promo-row{display:flex;align-items:center;gap:8px;padding:5px 0;font-size:12px;border-bottom:1px dashed rgba(255,255,255,.07);flex-wrap:wrap}
.ca-promo-row:last-child{border-bottom:0}
.ca-promo-code{font-family:ui-monospace,Menlo,monospace;color:#f0c96a;background:rgba(212,165,72,.12);padding:2px 7px;border-radius:5px;font-weight:700}
.ca-promo-url{font-family:ui-monospace,Menlo,monospace;color:#9aa5bd;font-size:11.5px}
.ca-promo-stat{color:#8b96ad;margin-left:auto;font-size:11.5px}
.ca-promo-stat b{color:#e9edf6}

/* ═══ 客服管理页 · 推广链接板块（2026-09-16）═══ */
#ca-promo-panel .promo-desc{font-size:12.5px;color:#8b96ad;line-height:1.7;margin:-4px 0 14px}
#ca-promo-panel .promo-desc b{color:#f0c96a;font-weight:700}
.promo-add{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-bottom:14px;padding-bottom:14px;border-bottom:1px dashed rgba(255,255,255,.08)}
.promo-inp{background:rgba(255,255,255,.06);color:#e9edf6;border:1px solid rgba(255,255,255,.14);border-radius:9px;padding:9px 12px;font-size:13px;font-family:inherit;min-width:140px;flex:1}
.promo-inp:focus{outline:none;border-color:#e8b549}
.promo-agent-wrap{display:flex;align-items:center;gap:6px;background:rgba(212,165,72,.08);border:1px solid rgba(212,165,72,.25);border-radius:9px;padding:4px 10px 4px 12px}
.promo-agent-wrap label{font-size:11.5px;color:#d9b968;white-space:nowrap;font-weight:600}
.promo-sel{background:transparent;color:#f3dfae;border:0;font-size:13px;font-family:inherit;cursor:pointer;padding:5px 2px;font-weight:600}
.promo-sel:focus{outline:none}
.promo-sel option{background:#141b2a;color:#e9edf6}
.promo-list{overflow-x:auto}
.promo-empty{color:#8b96ad;font-size:13px;padding:18px 0;text-align:center}
.promo-tb{width:100%;border-collapse:collapse;font-size:13px}
.promo-tb th{text-align:left;font-size:11.5px;color:#7c879e;font-weight:600;padding:8px 10px;border-bottom:1px solid rgba(255,255,255,.1);white-space:nowrap}
.promo-tb td{padding:11px 10px;border-bottom:1px solid rgba(255,255,255,.06);vertical-align:middle}
.promo-tb tr:last-child td{border-bottom:0}
.promo-tb tr:hover td{background:rgba(255,255,255,.02)}
.pr-name{color:#e9edf6;font-weight:600}
.pr-un{font-size:10.5px;color:#7c879e;font-weight:400}
.pr-code{font-family:ui-monospace,Menlo,monospace;color:#f0c96a;background:rgba(212,165,72,.13);padding:3px 9px;border-radius:6px;font-weight:700;font-size:12.5px}
.pr-url{font-family:ui-monospace,Menlo,monospace;font-size:12px;color:#9aa5bd}
.pr-na{color:#6c778c}
.pr-num{font-family:ui-monospace,Menlo,monospace;font-size:14px;color:#e9edf6}
.pr-num.z{color:#5d6879;font-weight:400}
.pr-rate{color:#8b96ad;font-size:12.5px}
.pr-ops{text-align:right;white-space:nowrap}
.pr-ops .mini{margin-left:4px}
.pr-agsel{font-size:12.5px;padding:5px 6px}
@media(max-width:900px){.promo-tb th:nth-child(4),.promo-tb td:nth-child(4){display:none}.promo-inp{min-width:110px}}

/* ═══ 推广板块 v2 补充（2026-09-16）═══ */
.promo-bar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:12px}
.promo-seg{display:inline-flex;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:9px;overflow:hidden}
.promo-seg button{background:transparent;border:0;color:#9aa5bd;font-size:12.5px;padding:7px 14px;cursor:pointer;font-family:inherit}
.promo-seg button:hover{color:#e9edf6}
.promo-seg button.on{background:rgba(232,181,73,.18);color:#f3dfae;font-weight:700}
.promo-sort{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;color:#8b96ad}
.promo-sel2{background:rgba(255,255,255,.06);color:#e9edf6;border:1px solid rgba(255,255,255,.14);border-radius:8px;padding:6px 10px;font-size:12.5px;font-family:inherit;cursor:pointer}
.promo-sel2 option{background:#141b2a}
.promo-sum{font-size:12.5px;color:#8b96ad}
.promo-sum b{color:#f0c96a}
.promo-tip2{font-size:12px;min-width:0}
.promo-tip2.ok{color:#5fd07a}
.promo-tip2.err{color:#ff9b9b}
.pr-note{font-size:11px;color:#7c879e;font-weight:400;margin-top:2px}
.pr-row.pr-off{opacity:.5}
.pr-exp{cursor:pointer;color:#8b96ad;font-size:12px;user-select:none;display:inline-block;width:14px}
.pr-exp:hover{color:#f0c96a}
.pr-detail-row td{background:rgba(0,0,0,.18);padding:0!important;border-bottom:1px solid rgba(255,255,255,.06)!important}
.pr-detail{padding:14px 18px}
.pr-dgrid{display:flex;gap:26px;flex-wrap:wrap;margin-bottom:12px}
.pr-dstat{display:flex;flex-direction:column;gap:2px}
.pr-dstat span{font-size:11px;color:#7c879e}
.pr-dstat b{font-size:16px;color:#f0c96a;font-family:ui-monospace,Menlo,monospace}
.pr-dsec{font-size:12px;color:#9aa5bd;font-weight:700;margin:10px 0 6px}
.pr-dlist{display:flex;flex-direction:column;gap:4px}
.pr-drow{display:flex;gap:12px;align-items:center;font-size:12px;padding:5px 8px;background:rgba(255,255,255,.03);border-radius:6px;flex-wrap:wrap}
.pr-dph{font-family:ui-monospace,Menlo,monospace;color:#e9edf6}
.pr-dnm{color:#c3cbdb}
.pr-dtm{color:#7c879e;font-size:11.5px}
.pr-dai{margin-left:auto;font-size:11px;color:#5fd07a}
.pr-dempty{font-size:12px;color:#6c778c;padding:6px 0}
.pr-dips{display:flex;gap:6px;flex-wrap:wrap}
.pr-dip{font-family:ui-monospace,Menlo,monospace;font-size:11.5px;color:#9aa5bd;background:rgba(255,255,255,.05);padding:3px 8px;border-radius:5px}
.pr-dip b{color:#f0c96a;margin-left:4px}
.pr-err{color:#ff9b9b;font-size:12px}
.pr-ops .mini{padding:4px 9px;font-size:11.5px}
@media(max-width:900px){.promo-tb th:nth-child(5),.promo-tb td:nth-child(5){display:none}}
/* 展开行：用 class 控制，避免 inline style 被覆盖 */
.pr-detail-row{display:none}
.pr-detail-row.pr-open{display:table-row}
/* 登记/忽略按钮（2026-09-16） */
.pr-claim{background:linear-gradient(135deg,#f7d98c,#e8b549);color:#221703;border:0;font-weight:800;cursor:pointer;border-radius:7px;padding:4px 10px;font-size:11.5px;font-family:inherit}
.pr-claim:hover{filter:brightness(1.08)}
.pr-purge{color:#7c879e}
.pr-purge:hover{color:#ff9b9b;border-color:rgba(255,155,155,.35)}
#pm-purge{margin-left:auto}
#pm-export{margin-left:8px}
/* ═══ 行内编辑（2026-09-16）═══ */
.pr-editable{cursor:text;border-radius:6px;padding:2px 5px;margin:-2px -5px;transition:background .15s,box-shadow .15s;position:relative;display:inline-block}
.pr-editable:hover{background:rgba(232,181,73,.1);box-shadow:inset 0 0 0 1px rgba(232,181,73,.3)}
.pr-editable:hover .pr-pen{opacity:1}
.pr-pen{font-style:normal;font-size:10px;margin-left:5px;opacity:0;transition:opacity .15s;filter:grayscale(.3)}
.pr-inline-inp{background:#0d1420;color:#e9edf6;border:1px solid #e8b549;border-radius:6px;padding:4px 8px;font-size:13px;font-family:inherit;outline:none;box-shadow:0 0 0 3px rgba(232,181,73,.15)}
.pr-addnote{font-size:11px;cursor:pointer;opacity:0;transition:opacity .15s}
.pr-name:hover .pr-addnote{opacity:1}
.pr-addnote:hover{color:#f0c96a!important}
/* ═══ 站内弹窗 pmModal（2026-09-16，替代原生 prompt/confirm）═══ */
.pm-modal-host{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center}
.pm-modal-mask{position:absolute;inset:0;background:rgba(5,8,14,.72);backdrop-filter:blur(3px)}
.pm-modal-box{position:relative;background:linear-gradient(180deg,#151d2c,#111826);border:1px solid rgba(255,255,255,.13);
  border-radius:16px;padding:24px 26px 20px;min-width:380px;max-width:520px;box-shadow:0 24px 60px rgba(0,0,0,.6);
  animation:pmIn .18s ease-out}
@keyframes pmIn{from{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:none}}
.pm-modal-title{font-size:17px;font-weight:800;color:#f3dfae;margin-bottom:12px;letter-spacing:.02em}
.pm-modal-text{font-size:13.5px;color:#a8b3c4;line-height:1.85;margin-bottom:16px}
.pm-modal-text b{color:#e9edf6}
.pm-field{display:block;margin-bottom:14px}
.pm-field>span{display:block;font-size:12px;color:#8b96ad;margin-bottom:6px}
.pm-input{width:100%;box-sizing:border-box;background:#0d1420;color:#e9edf6;border:1px solid rgba(255,255,255,.16);
  border-radius:9px;padding:10px 12px;font-size:14px;font-family:inherit;outline:none;transition:border-color .15s,box-shadow .15s}
.pm-input:focus{border-color:#e8b549;box-shadow:0 0 0 3px rgba(232,181,73,.15)}
select.pm-input{cursor:pointer}
select.pm-input option{background:#141b2a;color:#e9edf6}
.pm-modal-err{color:#ff9b9b;font-size:12.5px;margin:-4px 0 10px}
.pm-modal-ops{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}
.pm-mbtn{border:0;border-radius:9px;padding:10px 22px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;transition:filter .15s}
.pm-mbtn:hover{filter:brightness(1.08)}
.pm-mbtn.primary{background:linear-gradient(135deg,#f7d98c,#e8b549);color:#221703}
.pm-mbtn.danger{background:linear-gradient(135deg,#ff8a7a,#e0503c);color:#fff}
.pm-mbtn.ghost{background:transparent;color:#9aa5bd;border:1px solid rgba(255,255,255,.16)}
.pm-mbtn.ghost:hover{color:#e9edf6;border-color:rgba(255,255,255,.3)}
/* 二维码弹窗（2026-09-16） */
.pm-qr-wrap{text-align:center}
.pm-qr-img{width:240px;height:240px;border-radius:12px;background:#fff;padding:10px;display:block;margin:0 auto;box-shadow:0 6px 20px rgba(0,0,0,.35)}
.pm-qr-url{margin-top:14px;font-family:ui-monospace,Menlo,monospace;font-size:14px;color:#f0c96a;font-weight:700;letter-spacing:.02em}
.pm-qr-tip{margin-top:6px;font-size:12.5px;color:#8b96ad}
.pm-qr-ops{display:flex;gap:10px;justify-content:center;margin-top:18px}
.pm-qr-msg{margin-top:12px;font-size:12.5px;min-height:18px}
.pm-qr-msg.ok{color:#5fd07a}
.pm-qr-msg.err{color:#ff9b9b}
/* 专属客服开关（2026-09-16） */
.ca-exclusive{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);color:#9aa5bd}
.ca-exclusive.on{background:rgba(93,160,255,.16)!important;border-color:rgba(93,160,255,.5)!important;color:#8ab4ff!important;font-weight:700}
.ca-exclusive:hover{filter:brightness(1.12)}
/* 小屏弹窗兜底（2026-09-16）：便宜手机屏幕小/键盘弹出时，保证注册框能完整看到并点到按钮 */
@media (max-width: 480px), (max-height: 640px) {
  .auth-overlay { align-items: flex-start !important; overflow-y: auto !important; -webkit-overflow-scrolling: touch; padding: 12px !important; }
  .auth-box { width: 94vw !important; max-width: 94vw !important; max-height: 92vh !important; overflow-y: auto !important; margin: 8px auto !important; padding: 18px 16px !important; border-radius: 14px !important; }
  .auth-box input, .auth-body input { font-size: 16px !important; }  /* ≥16px 防 iOS 自动放大 */
  .auth-body button, .auth-box button { min-height: 44px !important; }  /* 触控目标够大 */
  .auth-close { width: 36px !important; height: 36px !important; }
}
/* 多客服选择（2026-09-16） */
.pr-agentsbtn{display:inline-block;cursor:pointer;padding:3px 7px;border-radius:7px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);color:#c3cbdb;font-size:12.5px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}
.pr-agentsbtn:hover{background:rgba(232,181,73,.12);border-color:rgba(232,181,73,.45);color:#f3dfae}
.pr-agentsbtn b{color:#f0c96a}
.pr-multi{max-height:44vh;overflow-y:auto;margin:4px 0 2px}
.pr-multi-row{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:9px;cursor:pointer;font-size:13.5px;color:#c3cbdb;margin-bottom:3px}
.pr-multi-row:hover{background:rgba(255,255,255,.05)}
.pr-multi-row input{width:17px;height:17px;accent-color:#e8b549;cursor:pointer;flex:none}
.pr-multi-row span{display:flex;flex-direction:column;gap:2px}
.pr-multi-row em{font-style:normal;font-size:11px;color:#7c879e}
.pr-multi-tip{font-size:12px;color:#8b96ad;line-height:1.7;margin-top:10px;padding-top:10px;border-top:1px dashed rgba(255,255,255,.09)}
.pr-multi-tip b{color:#f0c96a}
select[multiple].promo-sel{max-height:32px}
/* busy tag next to agent name (local update, no reload) */
.ca-busy-tag{color:#ff9b9b;font-size:12px;font-weight:600}
/* user list: locked agent column */
.u-agent{font-size:12px}
.u-agent-tag{display:inline-block;padding:3px 9px;border-radius:6px;background:rgba(232,181,73,.12);
  border:1px solid rgba(232,181,73,.32);color:#f0c96a;font-weight:600;font-size:11.5px;
  max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:help}

/* === UI fix 2026-09-18 (safe subset: no visual change) === */

/* numeric alignment only - pure typography, no layout shift */
.utab td.u-num, .utab td.u-idx, .utab .mono, .utab td.u-time,
.promo-tb .pr-num, .promo-tb .pr-rate, table td.mono,
.stat b, .dash-meta b, .rec-pct, .kpi b {
  font-variant-numeric: tabular-nums;
}



/* keyboard focus ring: ONLY on real interactive controls, and only for keyboard
   users (:focus-visible), so nothing shows a ring on mouse click or page load */
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible,
textarea:focus-visible, [role="button"]:focus-visible {
  outline: 2px solid #e8b549;
  outline-offset: 2px;
}

/* touch: removes the 300ms double-tap delay on mobile. no visual change. */
a, button, [role="button"] { touch-action: manipulation; }

/* modals only: stop scroll-chaining. lists are intentionally NOT included,
   because containing them broke page scrolling. */
.pm-modal-host, .pm-modal-box, .auth-overlay, .auth-box, .kefu-modal {
  overscroll-behavior: contain;
}
/* AI badge: overdue state (was indistinguishable from active) */
.ai-badge.expired{background:rgba(224,108,90,.16);color:#e08a8a;border:1px solid rgba(224,108,90,.38)}

/* ===== 后台移动端抽屉导航 (2026-09-18) =====
   原来手机上 17 个导航链接平铺成 266px 高的网格块，占掉 1/3 屏幕且无法收起。
   现在：收起为左上角汉堡按钮，点开从左侧滑出抽屉，选中后自动关闭。 */
.side-burger { display: none; }
@media (max-width: 768px) {
  /* the burger itself */
  .side-burger {
    display: flex; flex-direction: column; justify-content: center; gap: 4px;
    position: fixed; left: 12px; top: 12px; z-index: 1002;
    width: 42px; height: 42px; padding: 10px;
    border-radius: 11px; cursor: pointer;
    background: rgba(20,28,44,.92); border: 1px solid rgba(232,181,73,.34);
    box-shadow: 0 4px 16px rgba(0,0,0,.4);
    -webkit-tap-highlight-color: transparent;
  }
  .side-burger .sb-bar {
    display: block; width: 100%; height: 2px; border-radius: 2px;
    background: #e8b549; transition: transform .2s ease, opacity .2s ease;
  }
  .side-burger[aria-expanded="true"] .sb-bar:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .side-burger[aria-expanded="true"] .sb-bar:nth-child(2) { opacity: 0; }
  .side-burger[aria-expanded="true"] .sb-bar:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  /* mask behind the drawer */
  .side-mask {
    position: fixed; inset: 0; z-index: 1000;
    background: rgba(4,8,16,.62); backdrop-filter: blur(2px);
    overscroll-behavior: contain;
  }
  .side-mask[hidden] { display: none; }

  /* the sidebar becomes a drawer */
  aside.side, .side, .admin-side, aside[class*=side], #sidebar {
    position: fixed !important;
    left: 0; top: 0; bottom: 0;
    width: 264px !important; max-width: 82vw !important;
    height: 100vh !important;
    margin: 0 !important;
    z-index: 1001;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    transform: translateX(-102%);
    transition: transform .24s cubic-bezier(.4,0,.2,1);
    box-shadow: 6px 0 28px rgba(0,0,0,.5);
    display: block !important;
    padding: 16px 12px 32px !important;
  }
  aside.side.open, .side.open, .admin-side.open, #sidebar.open { transform: translateX(0); }

  /* give the page a bit of top padding so the burger doesn't cover content */
  main, .main, #main, .admin-main, .content { padding-top: 62px !important; }
}

@media (min-width: 769px) {
  .side-burger, .side-mask { display: none !important; }
}

/* ===== 2026-09-18 按维护者要求：关闭背景光晕（body::before 的径向光）=====
   想恢复：删掉这一段即可。 */
body::before { background: none !important; }
/* body-glow-disabled */
/* 同批关闭：body::after 的科技网格 + 漂浮粒子 */
body::after { background-image: none !important; }
/* body-particle-disabled */

/* ═══════════════════════════════════════════════════
   HERO_ENLARGE_2026 —— Hero 区放大（2026-09-19）
   要求：Logo 放左边弄大，品牌名放右边弄大
   ═══════════════════════════════════════════════════ */

/* 左 Logo：显著放大 */
.hero .hero-logo,
.hero img.hero-logo {
  width: 168px !important;
  height: 168px !important;
  margin-right: 44px !important;
  filter: drop-shadow(0 8px 32px rgba(56,189,248,.28));
  transition: transform .5s cubic-bezier(.16,1,.3,1);
}
.hero .hero-logo:hover { transform: scale(1.06) rotate(-2deg); }

/* 整体布局：左右横排、垂直居中 */
.hero .hero-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.hero .hero-left {
  display: flex !important;
  flex-direction: row !important;      /* 关键：Logo 在左、文字在右 */
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
}

/* 右侧文字块：整体放大 */
.hero .hero-text { text-align: left !important; }

/* 品牌名：放大 */
.hero .hero-t {
  font-size: 76px !important;
  line-height: 1.05 !important;
  letter-spacing: 8px !important;
  font-weight: 900 !important;
  margin-bottom: 6px !important;
}

/* 英文副标题：同步放大 */
.hero .hero-sub {
  font-size: 15px !important;
  letter-spacing: 8px !important;
  margin-bottom: 16px !important;
  opacity: .78 !important;
}

/* 下面那排文字：从"小灰字"提升为"第二标题" */
.hero .hero-tag {
  font-size: 30px !important;
  font-weight: 800 !important;
  letter-spacing: 6px !important;
  color: #67e8f9 !important;
  opacity: 1 !important;
  margin-top: 0 !important;
  padding-left: 4px !important;
  text-shadow: 0 0 28px rgba(56,189,248,.35);
}

/* 平板 */
@media (max-width: 1024px) {
  .hero img.hero-logo, .hero .hero-logo { width: 132px !important; height: 132px !important; margin-right: 30px !important; }
  .hero .hero-t { font-size: 58px !important; letter-spacing: 6px !important; }
  .hero .hero-sub { font-size: 13px !important; letter-spacing: 6px !important; }
  .hero .hero-tag { font-size: 23px !important; letter-spacing: 4px !important; }
}

/* 手机：改成上下堆叠 */
@media (max-width: 720px) {
  .hero .hero-inner { flex-direction: column !important; gap: 22px !important; }
  .hero .hero-left { flex-direction: column !important; }
  .hero img.hero-logo, .hero .hero-logo {
    width: 104px !important; height: 104px !important;
    margin: 0 auto 4px auto !important; display: block !important;
  }
  .hero .hero-text { text-align: center !important; }
  .hero .hero-t { font-size: 42px !important; letter-spacing: 4px !important; }
  .hero .hero-sub { font-size: 11px !important; letter-spacing: 4px !important; margin-bottom: 10px !important; }
  .hero .hero-tag { font-size: 17px !important; letter-spacing: 2px !important; padding-left: 0 !important; }
}

/* ═══════════════════════════════════════════════════
   HERO_TITLE_CYAN_2026 —— 品牌名改用青色体系（2026-09-19）
   原设计是金色，与新 Logo（方案 C 冷暖分离）不一致，改为青色渐变
   ═══════════════════════════════════════════════════ */

.hero .hero-t,
.hero-t {
  background: linear-gradient(135deg, #a5f3fc 0%, #67e8f9 42%, #22d3ee 72%, #0ea5e9 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  filter: drop-shadow(0 4px 28px rgba(56,189,248,.34));
}

/* 英文副标题也统一到青色体系 */
.hero .hero-sub,
.hero-sub {
  color: #7dd3fc !important;
  opacity: .72 !important;
}

/* 「赛事专用大模型」保持亮青，但稍微区分层级 */
.hero .hero-tag,
.hero-tag {
  color: #67e8f9 !important;
  text-shadow: 0 0 28px rgba(56,189,248,.4);
}

/* 顶部导航里的品牌名也一起改 */
.logo-txt, .nav .brand, .brand b, header .logo b, .brand-name {
  background: linear-gradient(135deg, #a5f3fc, #22d3ee) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* ═══════════════════════════════════════════════════
   HERO_SPLIT_2026 —— 左侧 Logo+品牌名 / 右侧产品定位大字
   （2026-09-19 按维护者要求重构）
   ═══════════════════════════════════════════════════ */

/* ── 整体：左右两栏 ── */
.hero .hero-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 72px !important;
  padding: 24px 0 !important;
}

/* ── 左栏：Logo 在上、品牌名在下（竖排居中）── */
.hero .hero-left {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  flex: 0 0 auto !important;
}
.hero .hero-left .hero-logo,
.hero img.hero-logo {
  width: 150px !important;
  height: 150px !important;
  margin: 0 !important;
  filter: drop-shadow(0 10px 36px rgba(56,189,248,.3));
  transition: transform .5s cubic-bezier(.16,1,.3,1);
}
.hero .hero-left .hero-logo:hover { transform: scale(1.06) rotate(-2deg); }

.hero .hero-left .hero-text {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: 7px !important;
}

/* 品牌名（左栏下方）*/
.hero .hero-t {
  font-size: 46px !important;
  line-height: 1.1 !important;
  letter-spacing: 6px !important;
  font-weight: 900 !important;
  margin: 0 !important;
  background: linear-gradient(135deg, #a5f3fc 0%, #67e8f9 45%, #22d3ee 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  filter: drop-shadow(0 3px 18px rgba(56,189,248,.32));
}

/* 英文小字 */
.hero .hero-sub {
  font-size: 11px !important;
  letter-spacing: 5px !important;
  color: #7dd3fc !important;
  opacity: .68 !important;
  margin: 0 !important;
}

/* ── 右栏：产品定位大字 ── */
.hero .hero-right {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 14px !important;
  flex: 0 1 auto !important;
  text-align: left !important;
  padding-left: 8px !important;
  border-left: 2px solid rgba(56,189,248,.22) !important;
  padding-left: 40px !important;
}

.hero .hero-model {
  font-size: 68px !important;
  font-weight: 900 !important;
  letter-spacing: 8px !important;
  line-height: 1.14 !important;
  margin: 0 !important;
  background: linear-gradient(135deg, #ffffff 0%, #a5f3fc 38%, #67e8f9 72%, #22d3ee 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  filter: drop-shadow(0 4px 30px rgba(56,189,248,.38));
}

.hero .hero-model-en {
  font-size: 12px !important;
  letter-spacing: 6px !important;
  color: rgba(125,211,252,.55) !important;
  font-family: ui-monospace, Menlo, Consolas, monospace !important;
  font-weight: 600 !important;
  padding-left: 4px !important;
}

/* ── 平板 ── */
@media (max-width: 1100px) {
  .hero .hero-inner { gap: 44px !important; }
  .hero .hero-left .hero-logo { width: 116px !important; height: 116px !important; }
  .hero .hero-t { font-size: 36px !important; letter-spacing: 4px !important; }
  .hero .hero-right { padding-left: 28px !important; }
  .hero .hero-model { font-size: 46px !important; letter-spacing: 5px !important; }
  .hero .hero-model-en { font-size: 10px !important; letter-spacing: 4px !important; }
}

/* ── 手机：改成上下堆叠 ── */
@media (max-width: 760px) {
  .hero .hero-inner {
    flex-direction: column !important;
    gap: 22px !important;
    padding: 12px 0 !important;
  }
  .hero .hero-left .hero-logo { width: 88px !important; height: 88px !important; }
  .hero .hero-t { font-size: 30px !important; letter-spacing: 3px !important; }
  .hero .hero-sub { font-size: 9px !important; letter-spacing: 3px !important; }
  .hero .hero-right {
    align-items: center !important;
    text-align: center !important;
    border-left: 0 !important;
    padding-left: 0 !important;
    border-top: 1px solid rgba(56,189,248,.18) !important;
    padding-top: 18px !important;
  }
  .hero .hero-model { font-size: 26px !important; letter-spacing: 3px !important; }
  .hero .hero-model-en { font-size: 8.5px !important; letter-spacing: 2px !important; }
}
