/* ============ 全局 ============ */
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
:root {
  --red: #e8383d;
  --red-dark: #d02f34;
  --blue-link: #3b7cd4;
  --text: #333;
  --text2: #999;
  --line: #f0f0f0;
  --bg: #fff;
  --green-live: #2e9e5b;
}
html, body { height: 100%; }
body {
  font-family: var(--font-ui, "SF Pro Text", "PingFang SC", "Hiragino Sans GB", "Segoe UI", "Microsoft YaHei UI", "Microsoft YaHei", system-ui, sans-serif);
  color: var(--text); background: #fff; font-size: 14px;
  max-width: 1024px; margin: 0 auto; box-shadow: 0 0 30px rgba(0,0,0,.08);
}
#nova-i18n-unavailable {
  position: fixed; inset: 0; z-index: 2147483647; min-height: 100vh; overflow: auto;
  padding: 72px 24px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 14px; text-align: center;
  color: #26322c; background: #f7faf7;
}
body[data-i18n-unavailable] > :not(#nova-i18n-unavailable) { display: none !important; }
body[data-i18n-unavailable]::before,
body[data-i18n-unavailable]::after { display: none !important; }
#nova-i18n-unavailable h1 { font-size: clamp(24px, 5vw, 38px); line-height: 1.2; }
#nova-i18n-unavailable p { max-width: 560px; color: #607067; font-size: 16px; line-height: 1.6; }
#nova-i18n-unavailable button {
  min-width: 112px; min-height: 44px; padding: 10px 20px; border: 0; border-radius: 999px;
  color: #fff; background: #4b8700; font: inherit; font-weight: 700; cursor: pointer;
}
#nova-i18n-unavailable nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
#nova-i18n-unavailable nav a {
  min-height: 44px; padding: 11px 18px; border: 1px solid #8ca397; border-radius: 999px;
  color: #26322c; background: #fff; font-weight: 700;
}
.site-bottom-spacer { display: none; }
#app { min-height: 100vh; display: flex; flex-direction: column; }
.page { flex: 1; display: flex; flex-direction: column; min-height: 100vh; }
a { text-decoration: none; color: inherit; }
.clickable { cursor: pointer; }
.scroll-x { overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.scroll-x::-webkit-scrollbar { display: none; }

/* ============ 状态栏 ============ */
.statusbar {
  display: flex; justify-content: space-between; align-items: center;
  padding: 6px 18px 2px; font-size: 13px; font-weight: 600;
}
.statusbar.on-dark { color: #fff; }
.statusbar .right { display: flex; gap: 6px; align-items: center; font-weight: 500; }

/* ============ 首页顶部导航 ============ */
.home-top { background: #fff; position: static; }
.sports-nav { display: flex; align-items: center; padding: 6px 14px 0; }
.sports-nav .filter-icon, .sports-nav .setting-icon { font-size: 19px; color: #444; width: 40px; }
.sports-nav .setting-icon { text-align: right; }
.sports-tabs { flex: 1; display: flex; justify-content: center; gap: 28px; font-size: 17px; color: #333; }
.sports-tabs .tab { padding: 4px 0; position: relative; }
.sports-tabs .tab.active { font-weight: 700; font-size: 18px; }
.sports-tabs .tab.active::after {
  content: ""; position: absolute; right: -8px; top: 2px; width: 10px; height: 10px;
  background: var(--red); border-radius: 50% 50% 50% 0; transform: rotate(45deg);
}
.sub-tabs { display: flex; align-items: center; padding: 8px 14px 0; border-bottom: 1px solid var(--line); }
.sub-tabs .tabs { flex: 1; display: flex; gap: 26px; font-size: 15px; color: #555; }
.sub-tabs .tab { padding-bottom: 9px; position: relative; }
.sub-tabs .tab.active { color: #000; font-weight: 700; }
.sub-tabs .tab.active::after {
  content: ""; position: absolute; left: 50%; transform: translateX(-50%);
  bottom: 4px; width: 20px; height: 3px; background: var(--red); border-radius: 2px;
}
.sub-tabs .mode-icon { font-size: 17px; color: #444; }

/* ============ 首页比赛列表 ============ */
.match-list { flex: 1; padding-bottom: 120px; }
.match-row { position: relative; display: flex; padding: 10px 14px 12px; border-bottom: 1px solid #f6f6f6; align-items: stretch; }
.match-row-open{position:absolute;inset:0;z-index:1;border-radius:inherit;}
.match-row-open:focus-visible{outline:2px solid var(--red);outline-offset:-3px;}
.match-row>.left-col,.match-row>.mid-col,.match-row>.right-col{pointer-events:none;}
.match-row .left-col { width: 72px; flex-shrink: 0; display: flex; flex-direction: column; gap: 8px; }
.match-row .league { font-size: 13px; font-weight: 600; }
.match-row .star { position:relative;z-index:2;appearance:none;border:0;padding:0;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:transparent;color:#ccc;font:inherit;font-size:17px;line-height:1;pointer-events:auto; }
.match-row .star:focus-visible{outline:2px solid var(--red);outline-offset:1px;}
.match-row .mid-col { flex: 1; display: flex; flex-direction: column; align-items: center; }
.match-row .time-min { display: flex; width: 100%; font-size: 13px; color: #888; }
.match-row .time-min .t { width: 90px; text-align: left; }
.match-row .time-min .m { flex: 1; text-align: center; color: var(--red); }
.match-row .time-min .m.pre { color: #999; }
.match-row .teams-line { display: flex; align-items: center; gap: 10px; margin-top: 6px; font-size: 16px; }
.match-row .team { display: flex; align-items: center; gap: 4px; font-weight: 600; }
.match-row .team .rank { color: #999; font-size: 12px; font-weight: 400; }
.match-row .card { display: inline-block; min-width: 13px; height: 16px; line-height: 16px; border-radius: 2px; background: #f5a623; color: #fff; font-size: 11px; text-align: center; padding: 0 2px; }
.match-row .score { color: var(--red); font-weight: 700; font-size: 17px; min-width: 44px; text-align: center; }
.match-row .score.vs { color: #999; font-weight: 400; font-size: 14px; }
.match-row .half-corner { margin-top: 5px; font-size: 12px; color: #aaa; }
.match-row .right-col { width: 90px; flex-shrink: 0; display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.match-row .hot { font-size: 12px; color: #f60; display: flex; align-items: center; gap: 2px; }
.match-row .hot.gray { color: #999; }
.match-row .lineup-tag { font-size: 12px; color: var(--red); }
.match-row .icon-btn { width: 22px; height: 22px; border-radius: 4px; background: #f7b52c; color: #fff; font-size: 13px; display: flex; align-items: center; justify-content: center; }
.match-row .icon-btn.video { background: var(--red); }

.section-row { display: flex; align-items: center; padding: 12px 14px; border-bottom: 1px solid #f6f6f6; background: #fff; }
.section-row .league { width: 72px; font-size: 13px; font-weight: 600; flex-shrink: 0; }
.section-row .title { flex: 1; text-align: center; font-weight: 700; font-size: 16px; }
.section-row .right { width: 130px; text-align: right; font-size: 12px; color: #888; flex-shrink: 0; }
.section-row .hot-line { position: absolute; right: 14px; font-size: 12px; color: #f60; }

.wc-pill { display: flex; justify-content: center; padding: 8px 0; }
.wc-pill span { border: 1px solid var(--red); color: var(--red); border-radius: 16px; padding: 3px 16px; font-size: 14px; display: flex; align-items: center; gap: 5px; }

/* 底部浮动筛选条 */
.float-filter {
  position: fixed; bottom: 118px; left: 50%; transform: translateX(-50%);
  background: #fff; border-radius: 24px; box-shadow: 0 4px 16px rgba(0,0,0,.16);
  display: flex; align-items: center; padding: 5px 16px 5px 6px; gap: 18px; font-size: 15px; color: #444; z-index: 60;
}
.float-filter .all { background: var(--red); color: #fff; border-radius: 20px; padding: 6px 14px; display: flex; align-items: center; gap: 5px; font-weight: 600; }

/* 底部关注条 */
.follow-bar {
  position: fixed; bottom: 66px; left: 50%; transform: translateX(-50%); width: 100%; max-width: 1024px;
  background: #fff; border-top: 1px solid var(--line); display: flex; align-items: center;
  padding: 8px 14px; gap: 12px; z-index: 55; font-size: 14px;
}
.follow-bar .seg { display: flex; background: #f3f3f3; border-radius: 6px; overflow: hidden; font-size: 13px; }
.follow-bar .seg span { padding: 4px 10px; }
.follow-bar .seg .on { background: #fff; color: var(--red); border: 1px solid #eee; border-radius: 6px; font-weight: 600; }
.follow-bar .team-pill { background: #fdf0f0; color: var(--red); border-radius: 6px; padding: 5px 12px; flex: 1; }
.follow-bar .streak { color: #e8683d; font-size: 13px; }

/* 底部主导航 */
.tabbar {
  position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); width: 100%; max-width: 1024px;
  background: #fff; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); z-index: 70; padding: 6px 0 10px;
}
.tabbar .item { min-width: 0; text-align: center; text-decoration: none; font-size: 11px; color: #999; }
.tabbar .item .ic { width: 36px; height: 36px; object-fit: cover; display: block; margin: 0 auto 2px; border-radius: 10px; }
.tabbar .item.active { color: var(--red); }

/* ============ 赛事页（世界杯） ============ */
.league-hero {
  position: relative; height: 200px; overflow: hidden; color: #fff;
  background:
    linear-gradient(115deg, #17c964 0%, #17c964 17%, transparent 17.3%),
    linear-gradient(245deg, #ff2121 0%, #ff2121 17%, transparent 17.3%),
    radial-gradient(circle at 20% -40%, #4a52ff 0%, #2a2ee0 60%, #2326c9 100%);
  background-color: #2a2ee0;
}
.league-hero.small { height: 96px; }
.league-hero .bar { display: flex; justify-content: space-between; align-items: center; padding: 10px 16px; font-size: 20px; }
.league-hero .bar .name { font-size: 15px; display: flex; align-items: center; gap: 6px; }
.league-hero .bar .acts { display: flex; gap: 16px; font-size: 18px; }
.league-hero .center { position: absolute; left: 50%; top: 44px; transform: translateX(-50%); text-align: center; }
.league-hero .center .logo { width: 58px; height: 58px; border-radius: 12px; background: #fff; display: flex; align-items: center; justify-content: center; font-size: 32px; margin: 0 auto 6px; }
.league-hero .center .cn { font-size: 17px; font-weight: 700; }
.league-hero .center .en { font-size: 12px; opacity: .85; }

.league-tabs { display: flex; align-items: center; padding: 0 16px; border-bottom: 1px solid var(--line); background: #fff; position: static; }
.league-tabs .tabs { flex: 1; display: flex; gap: 24px; font-size: 16px; color: #444; }
.league-tabs .tab { padding: 12px 0 10px; position: relative; }
.league-tabs .tab.active { font-weight: 700; color: #000; }
.league-tabs .tab.active::after { content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: 5px; width: 22px; height: 3px; background: var(--red); border-radius: 2px; }
.league-tabs .year { border: 1px solid #f0b6b6; color: var(--red); border-radius: 12px; font-size: 12px; padding: 2px 8px; background: #fff5f5; }

.stage-pills { display: flex; gap: 10px; padding: 12px 16px 4px; }
.stage-pills .p1 { background: #fdeaea; color: var(--red); border: 1px solid #f5c1c1; border-radius: 8px; padding: 4px 12px; font-size: 14px; }
.stage-pills .p2 { background: #fff; color: #555; border: 1px solid #ddd; border-radius: 8px; padding: 4px 12px; font-size: 14px; }

/* 淘汰赛对阵图 */
.bracket-wrap { padding: 10px 8px 20px; overflow-x: auto; }
.bracket { min-width: 960px; }
.b-row { display: flex; justify-content: space-around; align-items: flex-start; }
.b-match { width: 220px; text-align: center; position: relative; padding-bottom: 14px; }
.b-match .line { display: flex; justify-content: center; align-items: center; gap: 10px; font-size: 13px; }
.b-match .team { display: flex; align-items: center; gap: 4px; width: 74px; }
.b-match .team.r { justify-content: flex-end; }
.b-match .team .nm { font-size: 13px; color: #333; }
.b-match .loser .nm, .b-match .loser .fl { opacity: .45; }
.b-match .mid { color: #999; font-size: 12px; min-width: 44px; }
.b-match .mid .sc { color: #666; font-weight: 600; }
.b-connector { height: 26px; border-left: 1.5px solid #e0e0e0; border-right: 1.5px solid #e0e0e0; border-bottom: 1.5px solid #e0e0e0; margin: 0 55px; border-radius: 0 0 4px 4px; }
.b-connector.red-l { border-left-color: #e8383d; }
.b-connector.red-r { border-right-color: #e8383d; }
.b-node { text-align: center; padding: 10px 0 6px; }
.b-node .shield { width: 30px; height: 30px; margin: 0 auto 4px; border-radius: 8px; background: #eee; color: #bbb; display: flex; align-items: center; justify-content: center; font-size: 15px; }
.b-node .nm { font-size: 12px; color: #666; }
.b-node .dt { font-size: 12px; color: #999; margin-bottom: 4px; }
.third-box { background: #f7f7f9; border-radius: 8px; padding: 8px 20px; display: flex; align-items: center; gap: 26px; justify-content: center; margin: 8px auto; width: fit-content; }
.third-box .cap { font-size: 13px; color: #666; text-align: center; }

/* 小组积分表 */
.group-block { margin: 14px 0 4px; }
.group-head { display: flex; align-items: center; gap: 8px; padding: 8px 16px; font-size: 15px; font-weight: 700; }
.group-head .badge { border: 1px solid #f0b6b6; color: var(--red); font-size: 12px; font-weight: 400; border-radius: 10px; padding: 1px 8px; background: #fff5f5; }
.g-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.g-table th { color: #888; font-weight: 400; padding: 8px 6px; text-align: center; }
.g-table td { padding: 12px 6px; text-align: center; border-top: 1px solid #f7f7f7; }
.g-table .tm { text-align: left; padding-left: 16px; display: flex; align-items: center; gap: 8px; }
.g-table tr.adv { background: #fce8e8; }
.adv-band { position: relative; }
.adv-tag { position: absolute; top: -10px; left: 50%; transform: translateX(-50%); background: var(--red); color: #fff; font-size: 12px; border-radius: 10px; padding: 1px 10px; z-index: 2; }

/* 历史 冠军 */
.hist-layout { display: flex; min-height: 500px; }
.hist-side { width: 98px; flex-shrink: 0; background: #fafafa; }
.hist-side .it { padding: 16px 0 16px 14px; font-size: 13px; color: #777; }
.hist-side .it.active { background: #fff; color: var(--red); font-weight: 700; }
.hist-main { flex: 1; padding: 14px 16px; }
.hist-main h3 { font-size: 16px; margin-bottom: 6px; }
.h-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.h-table th { text-align: left; color: #999; font-weight: 400; padding: 10px 4px; }
.h-table td { padding: 13px 4px; border-top: 1px solid #f7f7f7; }

/* 榜单（射手/球队） */
.rank-layout { display: flex; }
.rank-side { width: 98px; flex-shrink: 0; background: #fafafa; max-height: 75vh; overflow-y: auto; }
.rank-side .it { padding: 14px 0 14px 16px; font-size: 13px; color: #777; }
.rank-side .it.active { background: #fff; color: var(--red); font-weight: 700; }
.rank-main { flex: 1; padding: 14px 16px; }
.rank-main h3 { font-size: 16px; margin-bottom: 4px; }
.r-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.r-table th { color: #999; font-weight: 400; padding: 10px 4px; text-align: left; }
.r-table th:last-child, .r-table td:last-child { text-align: right; }
.r-table td { padding: 12px 4px; border-top: 1px solid #f7f7f7; }
.r-table .no { width: 30px; color: #666; }
.r-table .avatar { width: 26px; height: 26px; border-radius: 50%; background: #eef1f6; display: inline-flex; align-items: center; justify-content: center; margin-right: 8px; font-size: 13px; }

/* 动态新闻列表 */
.news-list { }
.news-item { display: flex; justify-content: space-between; gap: 14px; padding: 14px 16px; border-bottom: 1px solid #f5f5f5; }
.news-item .txt { flex: 1; }
.news-item .txt .t { font-size: 16px; line-height: 1.45; }
.news-item .txt .time { font-size: 12px; color: #aaa; margin-top: 10px; }
.news-item .txt .time .hot { color: var(--red); margin-right: 6px; }
.news-item .thumb { width: 128px; height: 82px; background: linear-gradient(135deg, #e8f0e8, #d8e4d8); border-radius: 6px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 34px; }
.matchday-strip { display: flex; gap: 10px; padding: 10px 14px; overflow-x: auto; }
.md-card { border: 1px solid #eee; border-radius: 8px; padding: 10px 12px; min-width: 300px; position: relative; }
.md-card .lg { font-size: 12px; color: #666; display: flex; justify-content: space-between; }
.md-card .tm { display: flex; justify-content: space-between; font-size: 14px; margin-top: 6px; }
.md-card .sc { font-weight: 700; }
.md-tag { position: absolute; top: -8px; left: 50%; transform: translateX(-50%); background: #2a2ee0; color: #fff; font-size: 11px; padding: 1px 8px; border-radius: 3px; }

/* ============ 比赛详情页 ============ */
.match-hero {
  position: relative; color: #fff; padding-bottom: 12px;
  background:
    radial-gradient(circle at 75% 20%, rgba(90,110,255,.55), transparent 45%),
    radial-gradient(circle at 15% 85%, rgba(60,80,230,.6), transparent 40%),
    linear-gradient(160deg, #2b3aa8 0%, #2d3fd0 45%, #2331b8 100%);
}
.match-hero .bar { display: flex; justify-content: space-between; align-items: center; padding: 8px 16px; }
.match-hero .bar .mid { text-align: center; font-size: 13px; line-height: 1.5; }
.match-hero .bar .mid .l1 { font-size: 15px; }
.match-hero .bar .acts { display: flex; gap: 14px; font-size: 17px; }
.match-hero .teams { display: flex; align-items: flex-start; justify-content: space-between; padding: 30px 8% 34px; }
.match-hero .tside { text-align: center; width: 120px; }
.match-hero .tside .fl { font-size: 44px; line-height: 1; filter: drop-shadow(0 2px 4px rgba(0,0,0,.25)); }
.country-flag-wrap{display:inline-flex;align-items:center;justify-content:center;width:1.42em;height:1.04em;line-height:1;vertical-align:-.14em;flex:none;}
.country-flag{display:block;width:100%;height:100%;object-fit:contain;border-radius:2px;box-shadow:0 0 0 1px rgba(25,35,45,.14);background:rgba(255,255,255,.9);}
.match-national-flag{width:32px;height:24px;vertical-align:middle;filter:drop-shadow(0 2px 3px rgba(0,0,0,.18));}
.match-national-flag.big{width:64px;height:48px;}
.match-hero .tside .nm { margin-top: 10px; font-size: 15px; }
.match-hero .tside .fifa { font-size: 12px; opacity: .8; margin-top: 2px; }
.match-hero .center { text-align: center; padding-top: 4px; }
.match-hero .center .status { font-size: 12px; background: rgba(255,255,255,.18); display: inline-block; padding: 1px 8px; border-radius: 3px; }
.match-hero .center .countdown-box { margin-top: 14px; background: rgba(20,30,140,.55); border-radius: 6px; padding: 8px 16px; display: inline-block; }
.match-hero .center .cd-label { font-size: 12px; opacity: .85; }
.match-hero .center .cd { font-size: 20px; font-weight: 700; letter-spacing: 1px; margin-top: 2px; font-variant-numeric: tabular-nums; }
.match-hero .follow-row { display: flex; justify-content: center; gap: 10px; padding-bottom: 14px; }
.match-hero .follow-row span { background: rgba(0,0,0,.35); border-radius: 4px; padding: 4px 12px; font-size: 13px; }
.support-bar { display: flex; height: 22px; font-size: 12px; color: #fff; }
.support-bar .l { background: var(--red); display: flex; align-items: center; padding: 0 8px; gap: 4px; border-radius: 0 11px 0 0; }
.support-bar .m { flex: 1; background: rgba(255,255,255,.12); }
.support-bar .r { background: #3b7cd4; display: flex; align-items: center; padding: 0 8px; gap: 4px; border-radius: 11px 0 0 0; }

.detail-tabs { display: flex; gap: 22px; padding: 0 16px; border-bottom: 1px solid var(--line); background: #fff; position: static; overflow-x: auto; }
.detail-tabs .tab { padding: 13px 0 11px; font-size: 16px; color: #444; position: relative; white-space: nowrap; }
.detail-tabs .tab.active { font-weight: 700; color: #000; }
.detail-tabs .tab.active::after { content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: 5px; width: 22px; height: 3px; background: var(--red); border-radius: 2px; }

/* 直播 tab */
.weather-card { margin: 12px 14px; background: linear-gradient(135deg, #eef7ef, #e6f2ee); border-radius: 10px; padding: 14px 16px; position: relative; }
.weather-card .deg { font-size: 26px; font-weight: 700; display: inline-block; margin-right: 12px; }
.weather-card .desc { font-size: 15px; }
.weather-card .meta { font-size: 12px; color: #888; margin-top: 6px; }
.weather-card .stadium { margin-top: 10px; background: rgba(255,255,255,.7); border-radius: 8px; padding: 8px 12px; font-size: 14px; }
.weather-card .stadium .tags { font-size: 12px; color: #999; margin-top: 3px; }
.weather-card .cloud { position: absolute; right: 16px; top: 12px; font-size: 34px; }
.thumb-strip { display: flex; gap: 10px; padding: 4px 14px 12px; overflow-x: auto; }
.thumb-card { width: 128px; flex-shrink: 0; }
.thumb-card .im { height: 76px; border-radius: 6px; background: linear-gradient(135deg, #dfe8df, #cfdccf); display: flex; align-items: center; justify-content: center; font-size: 30px; }
.thumb-card .tt { font-size: 12px; line-height: 1.4; margin-top: 5px; color: #333; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.stat-rings { display: flex; justify-content: space-around; padding: 12px 10px 4px; }
.ring-item { text-align: center; }
.ring-item .lbl { font-size: 14px; margin-bottom: 8px; }
.ring { width: 56px; height: 56px; border-radius: 50%; border: 6px solid #f0b429; border-left-color: #ddd; border-bottom-color: #ddd; margin: 0 auto; position: relative; }
.ring .v { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 13px; color: #666; }
.ring-nums { display: flex; justify-content: space-between; width: 90px; margin: 4px auto 0; font-size: 13px; color: #666; }
.shots { padding: 8px 14px 14px; }
.shots .row { display: flex; align-items: center; gap: 10px; margin-top: 8px; font-size: 13px; color: #666; }
.shots .bar { flex: 1; height: 7px; background: #e9e9e9; border-radius: 4px; overflow: hidden; display: flex; }
.shots .bar .f { background: #f0b429; width: 50%; }
.shots .cap { text-align: center; font-size: 14px; margin-top: 10px; }
.live-seg { display: flex; border-bottom: 1px solid var(--line); margin-top: 6px; }
.live-seg .s { flex: 1; text-align: center; padding: 11px 0; font-size: 15px; color: #666; background: #fafafa; }
.live-seg .s.on { background: #fff; color: var(--red); font-weight: 700; }
.tl-list { padding: 8px 14px; }
.tl-item { display: flex; gap: 10px; padding: 10px 0; border-left: 2px solid #eee; margin-left: 8px; padding-left: 16px; position: relative; font-size: 14px; color: #444; }
.tl-item::before { content: "📄"; position: absolute; left: -10px; top: 10px; font-size: 13px; background: #fff; }
.rel-news h4 { padding: 14px 16px 4px; font-size: 16px; }

/* 聊天 tab */
.chat-notice { background: #fff8e6; color: #c8881a; font-size: 12px; padding: 7px 14px; display: flex; gap: 6px; align-items: center; }
.chat-notice.n2 { background: #fff; color: #d0a13a; border-bottom: 1px solid #faf3e0; }
.chat-list { flex: 1; padding: 8px 14px 80px; }
.chat-msg { margin-top: 12px; font-size: 15px; line-height: 1.5; }
.chat-msg .lv { display: inline-block; background: #b9c3f0; color: #fff; font-size: 11px; border-radius: 3px; padding: 0 5px; margin-right: 5px; vertical-align: 2px; }
.chat-msg .lv.hi { background: #f0a35e; }
.chat-msg .lv.vhi { background: #e86a6a; }
.chat-msg .nm { color: #5b8edb; margin-right: 4px; }
.chat-input { position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); width: 100%; max-width: 1024px; background: #fff; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 10px; padding: 10px 14px; z-index: 80; }
.chat-input .box { flex: 1; min-width: 0; background: #f4f4f4; border: 0; border-radius: 18px; outline: 0; padding: 8px 14px; color: #333; font: inherit; font-size: 14px; caret-color: var(--red); }
.chat-input .box::placeholder { color: #aaa; opacity: 1; }
.chat-input .box:focus { background: #f7f7f7; box-shadow: inset 0 0 0 1px #ddd; }
.chat-input .emj { font-size: 22px; }

/* 阵容 tab */
.lineup-head { padding: 12px 16px 0; }
.lineup-head .cap { font-size: 15px; font-weight: 700; }
.lineup-head .cap small { color: #999; font-weight: 400; margin-left: 6px; }
.lineup-teamtabs { display: flex; margin-top: 10px; border-bottom: 1px solid var(--line); }
.lineup-teamtabs .t { flex: 1; text-align: center; font-size: 15px; padding: 10px 0; color: #555; position: relative; }
.lineup-teamtabs .t.on { color: var(--red); font-weight: 700; }
.lineup-teamtabs .t.on::after { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 26px; height: 3px; background: var(--red); }
.lineup-last { padding: 10px 16px; font-size: 13px; color: #888; }
.lineup-last .res { display: flex; justify-content: center; gap: 10px; font-size: 15px; color: #333; margin-top: 8px; align-items: center; }
.lineup-last .res b { font-size: 17px; }
.pitch { position: relative; background: repeating-linear-gradient(90deg, #58b54c 0 12.5%, #4faa44 12.5% 25%); padding: 24px 0 30px; overflow: hidden; }
.pitch .meta-row { display: flex; justify-content: space-between; padding: 0 16px; color: #fff; font-size: 12px; margin-bottom: 4px; opacity: .95; }
.pitch .box-lines { position: absolute; left: 50%; transform: translateX(-50%); top: 46px; width: 76%; height: 210px; border: 2px solid rgba(255,255,255,.55); border-top: none; }
.pitch .box-lines .inner { position: absolute; left: 50%; transform: translateX(-50%); top: 0; width: 44%; height: 90px; border: 2px solid rgba(255,255,255,.55); border-top: none; }
.pitch .team-cap { position: absolute; left: 14px; top: 74px; background: rgba(0,0,0,.35); color: #fff; font-size: 12px; padding: 3px 10px; border-radius: 4px; }
.pitch .coach { position: absolute; right: 14px; top: 74px; color: #fff; font-size: 12px; }
.p-line { display: flex; justify-content: space-around; position: relative; z-index: 3; }
.p-line.gk { margin-top: 26px; }
.p-line + .p-line { margin-top: 62px; }
.player { text-align: center; width: 84px; }
.player .ava { width: 44px; height: 44px; border-radius: 50%; background: #fff; margin: 0 auto; position: relative; display: flex; align-items: center; justify-content: center; font-size: 22px; box-shadow: 0 2px 5px rgba(0,0,0,.25); }
.player .ava .num { position: absolute; left: -4px; top: -4px; background: #333; color: #fff; border-radius: 50%; width: 17px; height: 17px; font-size: 10px; line-height: 17px; }
.player .ava .cpt { position: absolute; left: -6px; bottom: -2px; background: var(--red); color: #fff; border-radius: 3px; font-size: 10px; padding: 0 3px; }
.player .ava .sub { position: absolute; right: -16px; top: -4px; color: #ffe28a; font-size: 11px; text-shadow: 0 1px 2px rgba(0,0,0,.5); }
.player .nm { color: #fff; font-size: 13px; margin-top: 5px; text-shadow: 0 1px 2px rgba(0,0,0,.45); }
.player .rt { display: inline-block; margin-top: 3px; font-size: 11px; color: #fff; background: #f0a11d; border-radius: 3px; padding: 0 5px; }
.player .rt.hi { background: #e8383d; }
.lineup-player-avatar{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;overflow:hidden;background:#f4f5f7;color:#929ba5;font-size:11px;border:1px solid #e1e5e9;flex:none;box-sizing:border-box;}
.lineup-player-avatar img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;}
.lineup-player-avatar.small{width:22px;height:22px;font-size:10px;}
.player .ava>.lineup-player-avatar{width:44px;height:44px;border:0;font-size:13px;}
.lineup-player-avatar,.avatar{position:relative;}
.lineup-player-avatar>.player-image-fallback,.avatar>.player-image-fallback{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#8f99a3;font-weight:700;line-height:1;}
.lineup-player-avatar>img,.avatar>img{position:relative;z-index:1;color:transparent;background:transparent;}
.lineup-player-avatar.no-photo>img,.avatar.no-photo>img{display:none;}
.lineup-sub-list,.lgxm-lu-col .subs{display:flex;flex-wrap:wrap;gap:7px;padding:8px 0;}
.lineup-sub-player{display:inline-flex;align-items:center;gap:5px;max-width:100%;padding:3px 7px 3px 4px;border-radius:14px;background:#f5f6f8;color:#555;font-size:11px;line-height:1.25;}
.lineup-sub-player>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.watermark { position: absolute; color: rgba(255,255,255,.13); font-size: 64px; font-weight: 700; transform: rotate(-18deg); pointer-events: none; }

/* 指数 tab */
.odds-cats { display: flex; border-bottom: 1px solid var(--line); }
.odds-cats .c { flex: 1; text-align: center; padding: 12px 0; font-size: 15px; color: #555; position: relative; }
.odds-cats .c.on { color: var(--red); font-weight: 700; }
.odds-cats .c.on::after { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 24px; height: 3px; background: var(--red); }
.odds-head { display: flex; padding: 10px 16px; font-size: 13px; color: #888; }
.odds-head .co { width: 70px; }
.odds-head .grp { flex: 1; text-align: center; }
.odds-table { font-size: 14px; }
.odds-tr { display: flex; align-items: center; padding: 13px 16px; border-top: 1px solid #f6f6f6; }
.odds-tr:nth-child(odd) { background: #fafbfd; }
.odds-tr .co { width: 70px; color: #333; }
.odds-tr .v { flex: 1; text-align: center; color: #555; }
.odds-tr .v.g { color: #2e9e5b; }
.odds-tr .v.r { color: #e8383d; }
.odds-tr .arr { width: 18px; color: #ccc; }
.odds-foot { display: flex; justify-content: center; padding: 16px 0 24px; }
.odds-foot .seg { display: flex; border: 1px solid #eee; border-radius: 20px; overflow: hidden; font-size: 14px; }
.odds-foot .seg .s { padding: 7px 18px; color: #666; }
.odds-foot .seg .s.on { background: var(--red); color: #fff; border-radius: 20px; display: flex; gap: 5px; align-items: center; }

/* 情报 tab */
.intel-vip { margin: 12px 14px; background: linear-gradient(135deg, #fdf3dc, #fbe9c4); border-radius: 10px; padding: 12px 14px; }
.intel-vip .h { display: flex; justify-content: space-between; align-items: center; font-size: 15px; font-weight: 700; color: #7a5410; }
.intel-vip .h .more { font-weight: 400; font-size: 13px; color: #b08430; }
.intel-vip .sub { display: flex; align-items: center; gap: 8px; margin-top: 8px; font-size: 13px; color: #8a6a20; }
.intel-vip .sub .tagn { background: #e89b2c; color: #fff; border-radius: 3px; font-size: 11px; padding: 1px 5px; }
.intel-vip .sub .tagb { background: #d84f43; color: #fff; border-radius: 3px; font-size: 11px; padding: 1px 5px; }
.intel-vip .lockline { margin-top: 8px; background: rgba(255,255,255,.6); border-radius: 6px; height: 30px; display: flex; align-items: center; justify-content: center; color: #c9a25a; font-size: 13px; gap: 8px; }
.intel-vip .buy { margin-top: 10px; background: linear-gradient(90deg, #e8383d, #e05555); color: #fff; border-radius: 22px; text-align: center; padding: 10px 0; font-size: 15px; }
.intel-vip .buy s { opacity: .7; font-size: 12px; margin: 0 3px; }
.intel-filters { display: flex; gap: 10px; padding: 6px 14px 2px; }
.intel-filters .f { border: 1px solid #e5e5e5; border-radius: 6px; padding: 4px 12px; font-size: 13px; color: #555; }
.intel-filters .f.on { border-color: var(--red); color: var(--red); background: #fff5f5; }
.intel-item { padding: 12px 16px; border-bottom: 8px solid #f7f7f9; }
.intel-item .tags { display: flex; align-items: center; gap: 6px; }
.intel-item .tags .t1 { background: #fdeaea; color: var(--red); font-size: 12px; border-radius: 3px; padding: 1px 7px; }
.intel-item .tags .t2 { border: 1px solid #f3caca; color: var(--red); font-size: 12px; border-radius: 3px; padding: 0 6px; }
.intel-item .tags .fl { margin-left: auto; font-size: 16px; }
.intel-item h4 { font-size: 16px; margin: 10px 0 8px; }
.intel-item p { font-size: 14px; color: #666; line-height: 1.7; }
.intel-more { text-align: center; color: var(--red); font-size: 14px; padding: 12px 0; }
.radar-sec h4 { padding: 14px 16px 0; font-size: 16px; }
.radar-legend { display: flex; gap: 16px; padding: 8px 16px; font-size: 13px; color: #666; }
.radar-legend .d { width: 8px; height: 8px; border-radius: 50%; display: inline-block; margin-right: 4px; }
.radar-tabs { display: flex; justify-content: flex-end; gap: 8px; padding: 0 16px; font-size: 12px; }
.radar-tabs span { border: 1px solid #eee; border-radius: 10px; padding: 2px 10px; color: #888; }
.radar-tabs span.on { background: #fdeaea; color: var(--red); border-color: #f3caca; }
.radar-box { display: flex; justify-content: center; padding: 8px 0 18px; }
.team-bottom-tabs { display: flex; border-top: 1px solid var(--line); }
.team-bottom-tabs .t { flex: 1; text-align: center; padding: 12px 0; font-size: 14px; background: #fafafa; }
.team-bottom-tabs .t.on { background: #fff; font-weight: 700; }

/* 专家 tab */
.exp-banner { margin: 12px 14px; border-radius: 10px; padding: 18px 16px; color: #fff; font-size: 20px; font-weight: 700; letter-spacing: 1px; background: linear-gradient(120deg, #4db2f0, #6fc3f5 60%, #8ed0f8); display: flex; justify-content: space-between; align-items: center; }
.exp-banner .join { background: linear-gradient(90deg, #f5c045, #f0a72c); color: #7a4d00; font-size: 14px; border-radius: 18px; padding: 8px 16px; font-weight: 600; }
.exp-two { display: flex; gap: 10px; padding: 0 14px; }
.exp-two .b { flex: 1; border-radius: 8px; padding: 10px 12px; font-size: 13px; }
.exp-two .b1 { background: #fdf3dc; color: #8a6a20; }
.exp-two .b2 { background: #e8f2fd; color: #3a6ea8; }
.exp-two .b .tt { font-size: 14px; font-weight: 700; display: flex; gap: 6px; align-items: center; }
.exp-two .b .tt .bd { font-size: 11px; background: #d84f43; color: #fff; border-radius: 3px; padding: 0 5px; font-weight: 400; }
.exp-two .b .sub2 { margin-top: 4px; color: #999; font-size: 12px; }
.exp-seg { display: flex; margin-top: 12px; border-bottom: 1px solid var(--line); }
.exp-seg .s { flex: 1; text-align: center; font-size: 15px; padding: 10px 0; color: #555; position: relative; }
.exp-seg .s.on { color: var(--red); font-weight: 700; }
.exp-seg .s.on::after { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 26px; height: 3px; background: var(--red); }
.exp-filters { display: flex; align-items: center; padding: 10px 14px; gap: 8px; font-size: 13px; }
.exp-filters .f { border: 1px solid #e5e5e5; border-radius: 5px; padding: 3px 10px; color: #555; }
.exp-filters .f.on { border-color: var(--red); color: var(--red); }
.exp-filters .right { margin-left: auto; display: flex; gap: 12px; color: #888; }
.exp-filters .right .on { color: var(--red); }
.exp-card { padding: 14px 16px; border-bottom: 1px solid #f3f3f3; display: flex; gap: 12px; }
.exp-card .ava { width: 46px; height: 46px; border-radius: 50%; background: #e8ecf5; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.exp-card .bd { flex: 1; min-width: 0; }
.exp-card .l1 { display: flex; align-items: center; gap: 6px; font-size: 15px; font-weight: 700; }
.exp-card .streak { background: linear-gradient(90deg, #e8383d, #f06a3c); color: #fff; font-size: 11px; border-radius: 3px; padding: 1px 5px; font-weight: 400; }
.exp-card .tags { display: flex; gap: 6px; margin-top: 5px; flex-wrap: wrap; }
.exp-card .tags span { background: #fdeaea; color: #d05a4f; font-size: 11px; border-radius: 3px; padding: 1px 6px; }
.exp-card .title { margin-top: 8px; font-size: 15px; }
.exp-card .title .pre { color: var(--red); }
.exp-card .meta { margin-top: 8px; font-size: 12px; color: #999; display: flex; gap: 10px; }
.exp-card .rt { text-align: right; flex-shrink: 0; }
.exp-card .rt .pct { color: var(--red); font-size: 24px; font-weight: 700; }
.exp-card .rt .pct small { font-size: 12px; }
.exp-card .rt .rc { font-size: 11px; color: #d08a8a; }
.exp-card .rt .cat { margin-top: 26px; font-size: 12px; color: #888; }
.exp-card .rt .coin { color: #e8881a; font-size: 12px; margin-top: 4px; }

/* 热议 tab */
.hot-topline { display: flex; justify-content: space-between; background: #fdeaea; color: #c05555; padding: 8px 14px; font-size: 13px; }
.hot-lives { display: flex; gap: 14px; padding: 12px 14px 6px; overflow-x: auto; }
.hot-live-item { text-align: center; flex-shrink: 0; width: 62px; }
.hot-live-item .cir { width: 52px; height: 52px; border-radius: 50%; border: 2px solid var(--red); display: flex; align-items: center; justify-content: center; font-size: 24px; margin: 0 auto; position: relative; }
.hot-live-item .cir .lv { position: absolute; bottom: -7px; left: 50%; transform: translateX(-50%); background: var(--red); color: #fff; font-size: 9px; border-radius: 7px; padding: 0 5px; white-space: nowrap; }
.hot-live-item .nm2 { font-size: 11px; color: #555; margin-top: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.post { padding: 14px 16px; border-bottom: 8px solid #f7f7f9; }
.post .ph { display: flex; align-items: center; gap: 8px; }
.post .ph .ava { width: 38px; height: 38px; border-radius: 50%; background: #f0e6f5; display: flex; align-items: center; justify-content: center; font-size: 19px; }
.post .ph .nm { font-weight: 700; font-size: 15px; color: #444; }
.post .ph .lv { background: #8e77d8; color: #fff; font-size: 10px; border-radius: 3px; padding: 0 4px; }
.post .body2 { display: flex; gap: 10px; margin-top: 8px; }
.post .body2 p { flex: 1; font-size: 14px; color: #444; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.post .body2 .im { width: 92px; height: 66px; border-radius: 6px; background: #eef2f8; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 28px; }
.post .plan { margin-top: 8px; background: #fdf0f0; color: var(--red); font-size: 13px; border-radius: 5px; padding: 6px 10px; display: inline-block; }
.post .pf { display: flex; justify-content: space-between; margin-top: 10px; font-size: 12px; color: #999; }

/* 数据 tab */
.data-seg { display: flex; align-items: center; padding: 10px 14px; gap: 10px; }
.data-seg .s { padding: 5px 16px; font-size: 14px; border-radius: 6px; color: #555; }
.data-seg .s.on { background: #fff; border: 1px solid #eee; color: #000; font-weight: 700; box-shadow: 0 1px 4px rgba(0,0,0,.06); }
.data-seg .right { margin-left: auto; display: flex; gap: 4px; font-size: 13px; }
.data-seg .right span { padding: 3px 10px; border-radius: 5px; color: #777; }
.data-seg .right span.on { background: #333; color: #fff; }
.dt-sec { padding: 6px 16px 14px; border-bottom: 8px solid #f7f7f9; }
.dt-sec h4 { font-size: 16px; padding: 10px 0; display: flex; justify-content: space-between; align-items: center; }
.dt-sec h4 small { color: #999; font-weight: 400; font-size: 12px; margin-left: 6px; }
.dt-sec h4 .chip { border: 1px solid #f3caca; color: var(--red); font-size: 12px; font-weight: 400; border-radius: 12px; padding: 2px 10px; }
.gd-row { display: flex; align-items: center; gap: 8px; margin-top: 8px; font-size: 13px; }
.gd-row .tm { width: 76px; display: flex; gap: 4px; align-items: center; }
.gd-row .tot { margin-left: auto; color: #e8881a; font-weight: 600; }
.gd-cells { display: flex; gap: 2px; }
.gd-cells span { width: 34px; height: 22px; display: flex; align-items: center; justify-content: center; border-radius: 3px; background: #eee; color: #999; font-size: 12px; }
.gd-cells span.y { background: #f5c045; color: #fff; }
.gd-cells span.gy { background: #c9c9c9; color: #fff; }
.gd-scale { display: flex; gap: 2px; margin-left: 84px; font-size: 10px; color: #bbb; }
.gd-scale span { width: 34px; text-align: left; }
.h2h-sum { display: flex; justify-content: space-between; padding: 12px 4px; text-align: center; font-size: 12px; color: #888; }
.h2h-sum b { display: block; font-size: 15px; color: #333; margin-bottom: 3px; }
.h2h-sum b .rd { color: var(--red); }
.h2h-table { width: 100%; font-size: 13px; border-collapse: collapse; }
.h2h-table th { color: #999; font-weight: 400; padding: 8px 4px; text-align: left; }
.h2h-table td { padding: 10px 4px; border-top: 1px solid #f6f6f6; }
.h2h-table .sc { color: #2e9e5b; font-weight: 700; }
.h2h-table .hf { color: #aaa; font-size: 11px; }
.mini-tags { display: flex; gap: 6px; padding: 6px 0; font-size: 12px; }
.mini-tags span { border: 1px solid #eee; border-radius: 4px; padding: 2px 8px; color: #777; }
.mini-tags span.on { border-color: var(--red); color: var(--red); }

/* 会员 tab */
.vip-hero { margin: 14px; border-radius: 14px; background: linear-gradient(150deg, #fdf3d9, #fbe6bb); padding: 18px 16px 22px; }
.vip-hero .h { display: flex; justify-content: space-between; align-items: center; }
.vip-hero .h .t { font-size: 22px; font-weight: 800; color: #6b4c10; }
.vip-hero .h .q { background: #f7dfae; border-radius: 14px; padding: 4px 14px; color: #8a5f16; font-size: 14px; }
.vip-hero .h .q b { color: #d02f34; font-size: 18px; }
.vip-shot { margin-top: 16px; background: #fff; border-radius: 12px; padding: 14px; box-shadow: 0 4px 14px rgba(190,150,60,.18); }
.vip-shot .mock-line { height: 10px; border-radius: 5px; background: #f0f0f0; margin: 8px 0; }
.vip-shot .mock-tabs { display: flex; gap: 12px; font-size: 13px; color: #888; }
.vip-shot .mock-tabs .on { color: var(--red); font-weight: 700; }
.vip-shot .pillrow { display: flex; gap: 8px; margin-top: 10px; }
.vip-shot .pillrow span { border: 1px solid #eee; border-radius: 5px; font-size: 12px; padding: 3px 8px; color: #666; }
.vip-shot .pillrow span.on { border-color: var(--red); color: var(--red); }
.vip-shot .lock { margin-top: 12px; background: #faf7ef; border-radius: 6px; padding: 8px; text-align: center; color: #c9a25a; font-size: 13px; }
.vip-badges { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.vip-badge { background: linear-gradient(120deg, #f8e2ae, #f3d086); border-radius: 20px; padding: 8px 16px; font-size: 15px; font-weight: 700; color: #6b4c10; display: flex; gap: 6px; align-items: center; box-shadow: 0 3px 8px rgba(190,150,60,.25); }

/* ============ 球队页 ============ */
.team-hero { background: linear-gradient(160deg, #14532d, #0f4425); color: #fff; padding-bottom: 16px; }
.team-hero .bar { display: flex; justify-content: space-between; padding: 10px 16px; font-size: 19px; }
.team-hero .idrow { text-align: center; margin-top: -6px; }
.team-hero .idrow .fl { font-size: 42px; }
.team-hero .idrow .nm { font-size: 17px; font-weight: 700; margin-top: 4px; }
.team-hero .idrow .en { font-size: 12px; opacity: .8; }
.team-hero .stats { display: flex; justify-content: space-around; margin-top: 14px; text-align: center; }
.team-hero .stats b { font-size: 20px; display: block; }
.team-hero .stats span { font-size: 12px; opacity: .8; }
.team-hero .forms { display: flex; gap: 4px; justify-content: center; }
.team-hero .forms i { width: 18px; height: 18px; border-radius: 50%; background: #2e9e5b; color: #fff; font-style: normal; font-size: 11px; display: flex; align-items: center; justify-content: center; }
.mx-matchcard { margin: 12px 14px; border: 1px solid #eee; border-radius: 10px; padding: 12px 16px; position: relative; }
.mx-matchcard .tag { position: absolute; top: -9px; left: 50%; transform: translateX(-50%); background: #14532d; color: #fff; font-size: 11px; border-radius: 3px; padding: 1px 8px; }
.mx-matchcard .l1 { text-align: center; font-size: 12px; color: #888; }
.mx-matchcard .row { display: flex; justify-content: space-between; align-items: center; margin-top: 8px; }
.mx-matchcard .row .t { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 14px; width: 110px; }
.mx-matchcard .cd { font-size: 15px; font-weight: 700; letter-spacing: 1px; font-variant-numeric: tabular-nums; }
.mx-matchcard .rt2 { position: absolute; right: 14px; top: 10px; font-size: 12px; color: #999; }

/* 通用返回栏（浅色） */
.lightbar { display: flex; justify-content: space-between; align-items: center; padding: 10px 16px; font-size: 19px; background: #fff; }

/* 视频大图帖子 */
.video-post { padding: 12px 16px; }
.video-post .vh { display: flex; align-items: center; gap: 8px; }
.video-post .vh .ava { width: 34px; height: 34px; border-radius: 50%; background: #e0ecfa; display: flex; align-items: center; justify-content: center; }
.video-post .vh .fo { margin-left: auto; color: var(--red); border: 1px solid var(--red); font-size: 12px; border-radius: 4px; padding: 2px 8px; }
.video-post h4 { margin: 10px 0; font-size: 16px; }
.video-post .vbox { border-radius: 8px; background: linear-gradient(135deg, #dfe4ec, #cfd6e2); height: 300px; display: flex; align-items: center; justify-content: center; font-size: 52px; color: rgba(0,0,0,.35); }

/* 空态 */
.empty { text-align: center; color: #bbb; padding: 60px 0; font-size: 14px; }

/* ================= 底部导航各栏目 ================= */
.row-arrow { color: #ccc; font-size: 20px; }

/* 赛程/赛果日期条 */
.date-strip { display: flex; align-items: center; gap: 4px; padding: 8px 12px; border-bottom: 1px solid var(--line); overflow-x: auto; }
.date-strip::-webkit-scrollbar { display: none; }
.date-strip .dt { flex-shrink: 0; text-align: center; font-size: 13px; color: #666; padding: 4px 10px; border-radius: 14px; line-height: 1.3; }
.date-strip .dt small { display: block; font-size: 10px; color: #aaa; }
.date-strip .dt.on { background: #fdeaea; color: var(--red); }
.date-strip .cal { margin-left: auto; font-size: 17px; color: #888; }

/* 关注空态 */
.follow-empty { text-align: center; padding: 120px 0; }
.follow-empty .art { font-size: 64px; opacity: .5; }
.follow-empty .t1 { color: #999; font-size: 14px; margin-top: 14px; }
.follow-empty .t2 { color: #f5a623; font-size: 14px; margin-top: 8px; }

/* ---------- 资讯 ---------- */
.news-head { display: flex; align-items: center; padding: 8px 16px; }
.news-head .h24 { font-weight: 700; font-size: 15px; width: 60px; }
.news-head .acts2 { width: 60px; text-align: right; font-size: 16px; }
.news-topnav { flex: 1; min-width:0; display: flex; justify-content: center; gap: 18px; font-size: 17px; color: #555; white-space:nowrap; overflow-x:auto; scrollbar-width:none; }
.news-topnav::-webkit-scrollbar{display:none;}
.news-topnav .tab { position: relative; padding-bottom: 3px; }
.news-topnav .tab.active { font-weight: 700; color: #000; }
.news-topnav .tab.active::after { content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: -2px; width: 18px; height: 3px; background: var(--red); border-radius: 2px; }
@media (max-width: 360px) {
  .worldcup-news-head { padding-left: 8px; padding-right: 8px; }
  .worldcup-news-head .h24 { width: 32px; flex: 0 0 32px; font-size: 12px; }
  .worldcup-news-head .acts2 { width: 0; flex: 0 0 0; overflow: hidden; }
  .worldcup-news-head .news-topnav { justify-content: flex-start; gap: 10px; font-size: 14px; }
}

/* 头条 */
.tt-cats { display: flex; gap: 16px; padding: 10px 16px; border-bottom: 1px solid var(--line); font-size: 15px; color: #555; }
.tt-cats span { flex-shrink: 0; }
.tt-cats span.on { color: var(--red); font-weight: 700; position: relative; }
.tt-banner { margin: 12px 14px; border-radius: 10px; overflow: hidden; background: linear-gradient(120deg, #1b3a8f, #2b52c8); color: #fff; display: flex; padding: 16px; align-items: center; }
.tt-banner .txt { flex: 1; }
.tt-banner .l1 { font-size: 13px; opacity: .85; }
.tt-banner .l2 { font-size: 22px; font-weight: 800; margin: 4px 0 10px; }
.tt-banner .cta { background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.5); border-radius: 16px; padding: 4px 14px; font-size: 13px; }
.tt-banner .cards { display: flex; gap: 6px; }
.tt-banner .sc-card { width: 56px; background: rgba(255,255,255,.1); border-radius: 6px; padding: 6px 0; text-align: center; }
.tt-banner .sc-card .ph { font-size: 26px; }
.tt-banner .sc-card .nm { font-size: 12px; margin: 2px 0; }
.tt-banner .sc-card .fl3 { font-size: 14px; }
.tt-scores { display: flex; gap: 1px; background: #eee; }
.tt-scores .ttsc { flex: 1; background: #fff; padding: 10px 16px; }
.tt-scores .l { font-size: 12px; color: #888; display: flex; justify-content: space-between; margin-bottom: 6px; }
.tt-scores .ji2 { color: #999; }
.tt-scores .rw { display: flex; justify-content: space-between; font-size: 14px; margin-top: 5px; }
.tt-scores .rw b { font-size: 15px; }
.top-tag { background: #fdeaea; color: var(--red); font-size: 11px; border-radius: 3px; padding: 1px 5px; border: 1px solid #f3caca; }
.toutiao-list { }
.tt-big { padding: 12px 16px; border-bottom: 8px solid #f7f7f9; }
.tt-big .tt-title { font-size: 16px; line-height: 1.5; }
.tt-big .big-img { margin: 10px 0; height: 240px; border-radius: 8px; background: linear-gradient(120deg, #1b3a8f, #3358c8); display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 60px; color: #fff; }
.tt-big .big-cn { font-size: 22px; font-weight: 800; margin-top: 10px; }
.tt-big .tt-meta { display: flex; gap: 16px; color: #999; font-size: 12px; }
.tt-item2 { display: flex; gap: 14px; padding: 14px 16px; border-bottom: 1px solid #f5f5f5; }
.tt-item2 .txt { flex: 1; }
.tt-item2 .t { font-size: 16px; line-height: 1.45; }
.news-title-stack { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
.news-title-source { min-width: 0; }
.news-title-translation {
  overflow-wrap: anywhere;
}
.news-title-translation.is-unavailable { color: #9a6b2f; }
.news-title-translation[hidden] { display: none !important; }
.tt-item2 .m { font-size: 12px; color: #aaa; margin-top: 8px; }
.tt-item2 .m .hot { color: var(--red); margin-right: 6px; }
.tt-item2 .thumb { width: 128px; height: 82px; border-radius: 6px; background: linear-gradient(135deg, #e8f0e8, #d8e4d8); display: flex; align-items: center; justify-content: center; font-size: 32px; flex-shrink: 0; }
.tt-item { padding: 14px 16px; font-size: 16px; }

/* 资讯-关注：真实联赛/球队主题 */
.follow-layout { display: flex; flex: 1; min-height: calc(100vh - 148px); padding-bottom: 76px; background: #fff; }
.follow-layout > .real-loading { width: 100%; }
.follow-side { width: 104px; flex: 0 0 auto; background: #f7f8fa; border-right: 1px solid var(--line); }
.follow-side .it { display: block; width: 100%; border: 0; border-left: 3px solid transparent; background: transparent; padding: 15px 8px 15px 14px; text-align: left; font: inherit; font-size: 14px; color: #6d737c; cursor: pointer; }
.follow-side .it.active { border-left-color: var(--red); background: #fff; color: var(--red); font-weight: 700; }
.follow-main { flex: 1; min-width: 0; padding: 14px 16px 28px; }
.follow-main-title { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.follow-main-title h3 { margin: 0; font-size: 16px; }
.follow-main-title span { color: var(--text2); font-size: 11px; text-align: right; }
.follow-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.follow-grid .fcard { display: flex; min-width: 0; min-height: 132px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #e8eaee; border-radius: 12px; padding: 13px 8px 10px; text-align: center; background: #fff; font: inherit; box-shadow: 0 2px 8px rgba(22,31,44,.035); }
.follow-grid .fl2 { display: flex; width: 58px; height: 58px; align-items: center; justify-content: center; }
.follow-topic-logo { display: block; object-fit: contain; }
.follow-topic-logo.card-logo { width: 54px; height: 54px; }
.follow-grid .nm { display: block; width: 100%; margin-top: 8px; overflow: hidden; color: var(--text); font-size: 13px; font-weight: 600; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.follow-news-count { display: block; margin-top: 4px; color: #9298a1; font-size: 11px; }
.follow-topic-empty { display: flex; min-height: 220px; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 20px; text-align: center; color: var(--text2); }
.follow-topic-empty b { color: var(--text); font-size: 14px; }
.follow-topic-empty span { max-width: 320px; font-size: 12px; line-height: 1.6; }
.follow-config-error { width: 100%; }
.follow-foot { position: fixed; bottom: 66px; left: 50%; transform: translateX(-50%); width: 100%; max-width: 1024px; background: #fff; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; padding: 10px 16px; z-index: 60; }
.follow-foot b { color: var(--red); }
.follow-foot .done-btn { background: var(--red); color: #fff; border-radius: 18px; padding: 8px 28px; }

/* 资讯-世界杯 */
.wc-info-hero { color: #fff; position: relative; padding-bottom: 8px;
  background:
    linear-gradient(120deg, #17c964 0%, #17c964 20%, transparent 20.3%),
    linear-gradient(240deg, #ff2121 0%, #ff2121 18%, transparent 18.3%),
    radial-gradient(circle at 30% 10%, #4a52ff, #2a2ee0 70%);
  background-color: #2a2ee0; }
.wc-info-top { display: flex; align-items: center; gap: 12px; padding: 4px 16px 10px; }
.wc-info-top .trophy { font-size: 36px; text-align: center; line-height: 1; }
.wc-info-top .trophy small { display: block; font-size: 9px; letter-spacing: 1px; }
.wc-stages { flex: 1; display: flex; justify-content: space-between; font-size: 13px; position: relative; }
.wc-stages::before { content: ""; position: absolute; left: 4%; right: 4%; top: 6px; height: 2px; background: rgba(255,255,255,.3); }
.wc-stages .stg { text-align: center; position: relative; z-index: 2; opacity: .8; }
.wc-stages .stg.cur { opacity: 1; font-weight: 700; }
.wc-stages .dot { display: block; width: 10px; height: 10px; border-radius: 50%; background: #fff; margin: 0 auto 6px; }
.wc-hero-panel { margin: 0 14px; background: rgba(20,30,120,.55); border-radius: 12px; padding: 4px 16px; }
.wc-hm { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.wc-hm:last-child { border-bottom: none; }
.wc-hm .s { text-align: center; font-size: 13px; opacity: .8; margin-bottom: 10px; }
.wc-hm .s .src { background: rgba(255,255,255,.2); border-radius: 3px; padding: 0 6px; font-size: 11px; }
.wc-hm .r { display: flex; align-items: center; justify-content: space-between; font-size: 18px; }
.wc-hm .tm { flex: 1; display: flex; align-items: center; gap: 8px; font-weight: 700; }
.wc-hm .tm.r { justify-content: flex-end; }
.wc-hm .sc { font-size: 24px; font-weight: 800; margin: 0 6px; }
.wc-hm .mid { font-size: 18px; font-weight: 700; }
.wc-hm .ji { background: rgba(255,255,255,.15); border-radius: 14px; padding: 3px 10px; font-size: 12px; }
.wc-info-loading, .wc-info-empty { min-height: 190px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; color: rgba(255,255,255,.9); font-size: 14px; text-align: center; padding: 20px; }
.wc-info-empty span { color: rgba(255,255,255,.72); font-size: 12px; }
.wc-quick { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); padding: 14px 6px 16px; background: linear-gradient(180deg, #17c964 0%, #fff 60%); }
.wc-quick .q { min-width: 0; appearance: none; border: 0; border-radius: 10px; padding: 7px 1px; background: transparent; color: inherit; font: inherit; text-align: center; font-size: 15px; font-weight: 600; white-space: nowrap; cursor: pointer; }
.wc-quick .q:active { background: rgba(255,255,255,.55); }
.wc-quick .q:focus-visible { outline: 2px solid rgba(255,255,255,.92); outline-offset: -2px; }
.wc-quick .qi { display: block; font-size: 34px; line-height: 1.1; margin-bottom: 4px; }
@media (max-width: 360px) {
  .wc-info-top { gap: 7px; padding-left: 8px; padding-right: 8px; }
  .wc-info-top .trophy { font-size: 30px; }
  .wc-stages { font-size: 10px; }
  .wc-hero-panel { margin-left: 8px; margin-right: 8px; padding-left: 10px; padding-right: 10px; }
  .wc-hm .r, .wc-hm .tm { font-size: 13px; }
  .wc-hm .tm { min-width: 0; gap: 4px; }
  .wc-hm .sc { font-size: 20px; margin-left: 3px; margin-right: 3px; }
  .wc-hm .ji { padding-left: 7px; padding-right: 7px; }
  .wc-hm .mid { font-size: 14px; }
}

/* ---------- 发现 ---------- */
.disc-head { display: flex; align-items: center; padding: 8px 16px; }
.disc-head .av { width: 40px; font-size: 22px; }
.disc-head .acts2 { width: 40px; text-align: right; font-size: 16px; }
.disc-topnav { flex: 1; display: flex; justify-content: center; gap: 30px; font-size: 17px; color: #555; }
.disc-topnav .tab { position: relative; padding-bottom: 3px; }
.disc-topnav .tab.active { font-weight: 700; color: #000; }
.disc-topnav .tab.active::after { content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: -2px; width: 16px; height: 3px; background: var(--red); border-radius: 2px; }
.disc-topnav .free { color: var(--red); font-size: 9px; }

/* 发现-社区 */
.nation-row { display: flex; gap: 10px; padding: 12px 14px; }
.nation-row .ncard { flex-shrink: 0; width: 180px; background: #f6f6f8; border-radius: 12px; padding: 18px 0; text-align: center; position: relative; }
.nation-row .ntag { position: absolute; top: 8px; right: 8px; background: #e8681a; color: #fff; font-size: 10px; border-radius: 8px 8px 8px 0; padding: 1px 6px; }
.nation-row .nfl { font-size: 40px; }
.nation-row .nst { color: #f5b301; font-size: 12px; margin: 4px 0; height: 14px; }
.nation-row .nnm { font-size: 15px; font-weight: 600; }
.disc-banner { margin: 4px 14px; height: 90px; border-radius: 10px; background: linear-gradient(120deg, #5fb0f5, #3d8fe0); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; }
.community-topic-section{border-bottom:8px solid #f4f5f7;background:#fff;}
.topic-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(86px,1fr)); gap: 14px 4px; padding: 12px 10px 16px; }
.topic { appearance:none;border:0;background:transparent;color:inherit;font:inherit;text-align:center;padding:4px 2px;border-radius:10px;cursor:pointer;min-width:0; }
.topic:hover{background:#f7f8fa;}
.topic:focus-visible{outline:2px solid rgba(232,56,61,.35);outline-offset:2px;}
.topic .tic { width: 56px; height: 56px; border-radius: 14px; margin: 0 auto; display: flex; align-items: center; justify-content: center; font-size: 30px; }
.topic .tnm,.topic .tho{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.topic .tnm { font-size: 14px; font-weight: 600; margin-top: 6px; }
.topic .tho { font-size: 11px; color: #f60; margin-top: 2px; }
.topic-tone-0{background:#fff0e8}.topic-tone-1{background:#eaf4ff}.topic-tone-2{background:#fff7d9}
.topic-tone-3{background:#eaf9ef}.topic-tone-4{background:#f5edff}.topic-tone-5{background:#ffeef3}
.community-topic-loading,.community-topic-empty{grid-column:1/-1;text-align:center;color:var(--text2);font-size:13px;padding:18px 10px;}
.community-topic-empty>div{display:flex;flex-direction:column;align-items:center;gap:5px;}
.community-topic-empty b{color:var(--text);font-size:14px;}
.community-topic-empty button{appearance:none;border:1px solid #ddd;background:#fff;color:#444;border-radius:15px;padding:5px 14px;margin-top:5px;font:inherit;cursor:pointer;}
.community-topic-empty.is-error b{color:#a33;}
.post .off { background: #fdeaea; color: var(--red); font-size: 10px; border-radius: 3px; padding: 0 5px; }

/* 发现-直播推荐 */
.live-empty { text-align: center; padding: 30px 0 10px; }
.live-empty .art { font-size: 44px; opacity: .5; }
.live-empty .t2 { color: #999; font-size: 14px; margin-top: 8px; }
.live-sec-title { padding: 10px 16px 4px; font-size: 17px; font-weight: 700; border-left: 4px solid var(--red); margin: 4px 0; }
.live-day { padding: 8px 16px; font-size: 13px; color: #666; background: #fafafa; display: flex; justify-content: space-between; }
.lrec { padding: 10px 16px; border-bottom: 8px solid #f7f7f9; }
.lrec-h { display: flex; align-items: center; font-size: 14px; }
.lrec-h .lg { color: #999; font-size: 12px; width: 60px; flex-shrink: 0; }
.lrec-h .tm { flex: 1; text-align: right; }
.lrec-h .tm.r { text-align: left; }
.lrec-h .vs { color: #999; font-size: 12px; text-align: center; width: 60px; }
.lrec-e { display: flex; gap: 10px; background: #f4f7fd; border-radius: 8px; padding: 10px 12px; margin-top: 10px; }
.lrec-e .ava { font-size: 30px; }
.lrec-e .bd { flex: 1; }
.lrec-e .l1 { font-size: 14px; font-weight: 700; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.lrec-e .rec { color: var(--red); font-size: 12px; font-weight: 400; }
.lrec-e .rec b { background: var(--red); color: #fff; border-radius: 3px; padding: 0 4px; }
.lrec-e .rt { color: var(--red); font-size: 11px; background: #fdeaea; border-radius: 3px; padding: 0 5px; font-weight: 400; }
.lrec-e .good { font-size: 12px; color: #999; margin-top: 6px; }

/* 发现-专家 */
.exp-filter2 { display: flex; gap: 10px; padding: 10px 14px; }
.exp-filter2 span { flex-shrink: 0; border: 1px solid #e5e5e5; border-radius: 5px; padding: 3px 12px; font-size: 13px; color: #555; }
.exp-filter2 span.on { background: #fdeaea; color: var(--red); border-color: #f3caca; }
.exp-avatars { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px 0; padding: 6px 10px 12px; }
.exp-avatars .ea { text-align: center; }
.exp-avatars .av2 { width: 46px; height: 46px; border-radius: 50%; background: #e8ecf5; margin: 0 auto; display: flex; align-items: center; justify-content: center; font-size: 24px; position: relative; }
.exp-avatars .av2 .n { position: absolute; top: -3px; right: -3px; background: var(--red); color: #fff; font-size: 10px; border-radius: 8px; padding: 0 4px; }
.exp-avatars .nm { font-size: 13px; margin-top: 6px; }
.exp-avatars .bd2 { display: inline-block; margin-top: 3px; background: var(--red); color: #fff; font-size: 10px; border-radius: 3px; padding: 0 5px; }
.exp-avatars .bd2.vip { background: #e8a020; }
.exp-card2-banner { margin: 4px 14px; border-radius: 10px; height: 64px; background: linear-gradient(120deg, #2f6fd0, #4a90e2); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 800; }
.exp-quick { display: flex; justify-content: space-around; padding: 14px 8px; }
.exp-quick .q { text-align: center; font-size: 13px; }
.exp-quick .qi { font-size: 30px; margin-bottom: 4px; }
.exp-live-cards { display: flex; gap: 10px; padding: 4px 14px 12px; }
.exp-live-cards .elc-side { flex-shrink: 0; width: 46px; background: #f2f5fb; border-radius: 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 13px; color: #666; text-align: center; }
.exp-live-cards .elc-side small { color: #aaa; font-size: 11px; }
.exp-live-cards .elc { flex-shrink: 0; width: 240px; border: 1px solid #eee; border-radius: 8px; padding: 10px 12px; position: relative; }
.exp-live-cards .elc .h { display: flex; gap: 8px; align-items: center; }
.exp-live-cards .elc .av { font-size: 26px; }
.exp-live-cards .elc .nm { font-size: 14px; font-weight: 700; }
.exp-live-cards .elc .role { font-size: 11px; color: #999; }
.exp-live-cards .elc .role .rec { color: var(--red); }
.exp-live-cards .elc .lg { font-size: 12px; color: #888; margin: 8px 0 4px; }
.exp-live-cards .elc .mt { display: flex; justify-content: space-between; align-items: center; font-size: 14px; margin-top: 4px; }
.exp-live-cards .elc .livebtn { background: #fdeaea; color: var(--red); border-radius: 4px; padding: 4px 10px; font-size: 12px; }
.exp-live-cards .elc .bk { text-align: center; font-size: 11px; color: #888; }
.exp-live-cards .elc .bkh { color: var(--red); font-weight: 700; font-size: 14px; }
.exp-live-cards .elc .book-tag { position: absolute; top: 10px; right: 10px; color: #e8a020; font-size: 11px; }
.rec-match { font-size: 12px; color: #666; background: #f7f7f7; border-radius: 4px; padding: 5px 8px; margin-top: 8px; display: inline-block; }
.exp-card .title .pre { color: var(--red); }
.sutui-row { display: flex; gap: 8px; padding: 10px 14px; }
.sutui-row .su { flex: 1; display: flex; gap: 8px; align-items: center; border: 1px solid #eee; border-radius: 8px; padding: 8px; }
.sutui-row .su .av { font-size: 24px; }
.sutui-row .su .nm { font-size: 13px; font-weight: 600; }
.sutui-row .su .rec { font-size: 11px; color: var(--red); }
.sutui-row .su .vipt { background: #e8a020; color: #fff; border-radius: 3px; padding: 0 4px; }

/* ---------- 数据 ---------- */
.data-top { display: flex; align-items: center; padding: 8px 16px; border-bottom: 1px solid var(--line); }
.data-top .tabs { flex: 1; display: flex; justify-content: center; gap: 28px; font-size: 17px; color: #555; }
.data-top .tabs .on { font-weight: 700; color: #000; }
.data-top .acts2 { font-size: 17px; }
.data-leaguebar { display: flex; gap: 18px; padding: 10px 16px; border-bottom: 1px solid var(--line); font-size: 15px; color: #555; }
.data-leaguebar span { flex-shrink: 0; }
.data-leaguebar span.on { color: var(--red); font-weight: 700; }
.data-leaguebar .menu { margin-left: auto; color: #888; }
.data-sub { display: flex; gap: 20px; padding: 10px 16px; font-size: 14px; color: #888; }
.data-sub .on { color: var(--red); font-weight: 700; }
.data-recent { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 4px 14px 12px; }
.data-recent .drc { border: 1px solid #eee; border-radius: 8px; padding: 12px; display: flex; gap: 8px; align-items: center; }
.data-recent .drc .lg { font-size: 22px; }
.data-recent .drc .nm { font-size: 14px; font-weight: 600; }
.data-recent .drc .cnt { font-size: 12px; color: #999; }
.data-filters { display: flex; gap: 8px; padding: 8px 16px; border-top: 8px solid #f7f7f9; overflow-x: auto; }
.data-filters span { flex-shrink: 0; border: 1px solid #e5e5e5; border-radius: 5px; padding: 3px 12px; font-size: 13px; color: #555; }
.data-filters span.on { background: #fdeaea; color: var(--red); border-color: #f3caca; }
.data-body { display: flex; }
.data-side { width: 90px; background: #fafafa; flex-shrink: 0; }
.data-side .it { padding: 14px 0 14px 16px; font-size: 13px; color: #777; }
.data-side .it.active { background: #fff; color: var(--red); font-weight: 700; }
.data-main { flex: 1; padding: 8px 12px 20px; }
.data-main .lg-sec h4 { font-size: 15px; padding: 10px 4px; }
.data-main .lg-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px 0; }
.data-main .lgc { text-align: center; }
.data-main .lgi { font-size: 30px; }
.data-main .lgc .nm { font-size: 13px; margin-top: 4px; }

/* ---------- 我的 ---------- */
.mine-page { background: #f4f4f6; }
.mine-topbar { display: flex; justify-content: space-between; padding: 10px 16px; font-size: 18px; }
.mine-topbar .acts2 { font-size: 16px; }
.mine-login { display: flex; align-items: center; gap: 12px; padding: 10px 16px 18px; position: relative; }
.mine-login .av { width: 48px; height: 48px; border-radius: 50%; background: #e0e4f0; display: flex; align-items: center; justify-content: center; font-size: 26px; }
.mine-login .nm { font-size: 20px; font-weight: 700; }
.mine-login .gift { position: absolute; right: 16px; top: 6px; background: linear-gradient(135deg, #ff7a45, #f0502f); color: #fff; border-radius: 10px; padding: 6px 10px; font-size: 20px; text-align: center; }
.mine-login .gift small { font-size: 10px; }
.mine-vip { margin: 0 14px; background: linear-gradient(120deg, #e8e4f5, #dcd8ee); border-radius: 12px 12px 0 0; display: flex; justify-content: space-between; align-items: center; padding: 14px 16px; }
.mine-vip .t { font-size: 15px; font-weight: 700; color: #4a3a70; }
.mine-vip .s { font-size: 12px; color: #8a7ab0; margin-top: 3px; }
.mine-vip .open { background: linear-gradient(90deg, #f5c045, #f0a72c); color: #7a4d00; border-radius: 16px; padding: 6px 16px; font-size: 14px; font-weight: 600; }
.mine-wallet { margin: 0 14px; background: #fff; display: flex; padding: 16px 0; border-radius: 0 0 12px 12px; }
.mine-wallet .w { flex: 1; text-align: center; border-right: 1px solid #f2f2f2; }
.mine-wallet .w:last-child { border-right: none; }
.mine-wallet .w .v { font-size: 18px; font-weight: 700; }
.mine-wallet .w .n { font-size: 12px; color: #888; margin-top: 3px; }
.mine-signin { margin: 12px 14px; background: #fff; border-radius: 10px; padding: 14px 16px; display: flex; align-items: center; font-size: 15px; }
.mine-signin .r { color: #e8683d; font-size: 12px; margin-left: 8px; }
.mine-signin .go2 { margin-left: auto; color: var(--red); font-size: 13px; }
.mine-links { margin: 0 14px; background: #fff; border-radius: 10px; display: grid; grid-template-columns: 1fr 1fr; }
.mine-links .ml { padding: 16px; font-size: 15px; display: flex; align-items: center; }
.mine-links .ml .ar { margin-left: auto; color: #ccc; }
.mine-grid { margin: 12px 14px; background: #fff; border-radius: 10px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px 0; padding: 18px 0; }
.mine-grid .mg { text-align: center; }
.mine-grid .mgi { font-size: 24px; }
.mine-grid .mgi .zhuan { display: inline-block; background: var(--red); color: #fff; border-radius: 6px; width: 24px; height: 24px; line-height: 24px; font-size: 13px; }
.mine-grid .nm { font-size: 13px; margin-top: 4px; color: #555; }

/* ================= 世界杯 概览 / 比赛 ================= */
/* 概览 基本信息 */
.ov-sec { padding: 4px 16px 12px; border-bottom: 8px solid #f7f7f9; }
.ov-sec h4 { font-size: 16px; padding: 12px 0; }
.ov-teams { display: flex; }
.ov-teams .t { flex: 1; text-align: center; padding: 8px 0 16px; }
.ov-teams .t:first-child { border-right: 1px solid #f2f2f2; }
.ov-teams .fl { font-size: 40px; }
.ov-teams .nm { font-size: 16px; font-weight: 700; margin-top: 6px; }
.ov-teams .ds { font-size: 12px; color: #999; margin-top: 3px; }
.ov-row { display: flex; justify-content: space-between; padding: 14px 0; border-top: 1px solid #f5f5f5; font-size: 14px; color: #555; }
.ov-row b { color: #333; }
.ov-best-h { display: flex; justify-content: space-between; align-items: center; padding: 14px 16px 8px; font-size: 16px; font-weight: 700; }
.ov-best-h .rnd { font-size: 12px; color: var(--red); border: 1px solid #f3caca; border-radius: 12px; padding: 2px 10px; font-weight: 400; }

/* 最佳阵容 球场（锋线在上，box在上方） */
.best-pitch { padding: 20px 0 26px; }
.best-pitch .box-lines.top { top: auto; bottom: 0; border-top: 2px solid rgba(255,255,255,.55); border-bottom: none; }
.best-pitch .box-lines.top .inner { top: auto; bottom: 0; border-top: 2px solid rgba(255,255,255,.55); border-bottom: none; }
.p-line.best { margin-top: 0; }
.p-line.best.fw { margin-top: 6px; }
.p-line.best + .p-line.best { margin-top: 48px; }
.p-line.best.am { padding: 0 8%; }
.p-line.best.mf { padding: 0 20%; }
.player .ava .natflag { position: absolute; right: -6px; bottom: -3px; font-size: 12px; background: #fff; border-radius: 3px; line-height: 1; }

/* 比赛 赛程列表 */
.games-list { position: relative; padding-bottom: 20px; }
.gm-date { background: #f7f7f9; text-align: center; padding: 10px 0; font-size: 14px; color: #666; }
.gm-row { display: flex; align-items: center; padding: 12px 16px; border-bottom: 1px solid #f5f5f5; }
.gm-l { width: 74px; flex-shrink: 0; }
.gm-l .stg { font-size: 13px; color: #333; }
.gm-l .tm2 { font-size: 12px; color: #999; margin-top: 3px; }
.gm-teams { flex: 1; display: flex; flex-direction: column; gap: 10px; font-size: 15px; }
.gm-teams .gm-tm { display: flex; align-items: center; gap: 6px; }
.gm-teams .shield-sm { color: #bbb; }
.gm-sc { width: 40px; display: flex; flex-direction: column; gap: 10px; text-align: right; color: #999; font-size: 15px; }
.games-tools { position: fixed; right: 8px; bottom: 130px; display: flex; flex-direction: column; gap: 2px; z-index: 30; }
.games-tools .gt { width: 46px; padding: 8px 0; background: #fff; border: 1px solid #eee; border-radius: 8px; text-align: center; font-size: 11px; color: #666; line-height: 1.6; }

/* ================= 响应式适配（手机/平板/电脑） ================= */
/* 桌面：正文外围加浅灰底，让居中的 app 框更清晰 */
html { background: #e9eaee; }
body { overflow-x: hidden; }
.page { overflow-x: hidden; }

/* 队名不再逐字竖排（所有尺寸生效） */
.match-row .team { white-space: nowrap; overflow: hidden; min-width: 0; }
.match-row .teams-line { flex-wrap: nowrap; }
.match-row .lineup-tag, .match-row .hot { white-space: nowrap; }
.match-row .right-col > div { flex-wrap: wrap; justify-content: flex-end; }

/* 手机（≤640px）：收窄两侧、缩小超大元素 */
@media (max-width: 640px) {
  body { font-size: 13px; }
  .sports-tabs { gap: 16px; font-size: 15px; }
  .sports-tabs .tab { white-space: nowrap; }
  .sports-tabs .tab.active { font-size: 16px; }
  .sports-nav .filter-icon, .sports-nav .setting-icon { width: 28px; font-size: 17px; }
  .sub-tabs .tabs { gap: 18px; font-size: 14px; }
  .sub-tabs .tab { white-space: nowrap; }
  .league-tabs .tabs, .news-topnav, .disc-topnav, .data-top .tabs { gap: 16px; }
  .detail-tabs { gap: 16px; }
  .match-row { padding: 10px 10px 12px; }
  .match-row .left-col { width: 52px; }
  .match-row .right-col { width: 68px; }
  .match-row .teams-line { gap: 6px; font-size: 14px; }
  .match-row .team { max-width: 108px; }
  .match-row .score { font-size: 15px; min-width: 36px; }
  .match-row .time-min .t { width: 60px; }
  .match-row .right-col > div { flex-direction: column; align-items: flex-end; gap: 4px; }
  .section-row .league { width: 52px; }
  .section-row .title { font-size: 14px; }
  .section-row .right { width: 96px; font-size: 11px; }

  /* 赛程/赛果行 */
  .gm-l { width: 62px; }
  .gm-teams { font-size: 14px; }

  /* 比赛详情 hero */
  .match-hero .teams { padding: 24px 4% 26px; }
  .match-hero .tside { width: 96px; }
  .match-hero .tside .fl { font-size: 34px; }
  .match-hero .center .cd { font-size: 17px; }

  /* 超大字 banner 缩小 */
  .exp-banner { font-size: 15px; padding: 14px; }
  .exp-banner .join { font-size: 12px; padding: 6px 12px; }
  .exp-card2-banner { font-size: 15px; }
  .vip-hero .h .t { font-size: 18px; }
  .tt-big .big-img { height: 180px; font-size: 46px; }
  .tt-big .big-cn { font-size: 18px; }
  .disc-banner { font-size: 15px; height: 72px; }
  .wc-quick { padding-left: 4px; padding-right: 4px; }
  .wc-quick .q { font-size: 12px; }
  .wc-quick .qi { font-size: 28px; line-height: 1; }

  /* 榜单/历史/数据 左侧栏收窄 */
  .rank-side, .hist-side, .data-side, .follow-side { width: 82px; }
  .rank-side .it, .hist-side .it, .data-side .it { padding-left: 10px; font-size: 12px; }
  .follow-side .it { padding: 14px 5px 14px 10px; font-size: 12px; }
  .follow-main { padding: 12px 10px 24px; }
  .follow-main-title { display: block; }
  .follow-main-title h3 { font-size: 15px; }
  .follow-main-title span { display: block; margin-top: 4px; text-align: left; }
  .follow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .follow-grid .fcard { min-height: 118px; padding-left: 5px; padding-right: 5px; }
  .follow-grid .fl2 { width: 50px; height: 50px; }
  .follow-topic-logo.card-logo { width: 46px; height: 46px; }
  .follow-grid .nm { font-size: 12px; }

  /* 新闻缩略图缩小 */
  .news-item .thumb, .tt-item2 .thumb { width: 96px; height: 62px; font-size: 24px; }
  .news-item .txt .t, .tt-item2 .t { font-size: 15px; }

  /* 世界杯阶段进度条更紧凑 */
  .wc-stages { font-size: 11px; }
  .wc-hm .r { font-size: 15px; }
  .wc-hm .sc { font-size: 20px; }
}

/* ============ 真实数据层 UI ============ */
.league-picker { display: flex; gap: 8px; padding: 10px 12px; overflow-x: auto; background: #fff; border-bottom: 1px solid var(--line); position: static; }
.league-picker::-webkit-scrollbar { display: none; }
.league-picker .lg { flex: 0 0 auto; padding: 5px 15px; border-radius: 16px; font-size: 13px; color: #666; background: #f2f3f5; cursor: pointer; white-space: nowrap; transition: .15s; }
.league-picker .lg.on { color: #fff; font-weight: 600; }

.real-note { display: flex; align-items: center; gap: 6px; padding: 7px 14px; font-size: 12px; color: var(--text2); background: #fafbfc; border-bottom: 1px solid var(--line); }
.real-note .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green-live); box-shadow: 0 0 0 3px rgba(46,158,91,.15); }
.real-loading { text-align: center; color: var(--text2); font-size: 13px; padding: 40px 0; }
.real-offline { text-align: center; color: #e08a00; font-size: 12px; padding: 8px; background: #fff8ec; }

.date-head { padding: 7px 14px; font-size: 13px; font-weight: 600; color: #555; background: #f6f7f9; border-bottom: 1px solid var(--line); }
.date-head small { color: var(--text2); font-weight: 400; margin-left: 4px; }

/* 积分榜 */
.stand-title { padding: 14px 14px 8px; font-size: 15px; font-weight: 700; color: var(--text); }
.stand-title small { font-size: 12px; font-weight: 400; color: var(--text2); margin-left: 6px; }
.stand-table { width: 100%; border-collapse: collapse; background: #fff; font-size: 13px; }
.stand-table th { color: var(--text2); font-weight: 400; font-size: 12px; padding: 8px 2px; text-align: center; border-bottom: 1px solid var(--line); background: #fafbfc; }
.stand-table td { padding: 9px 2px; text-align: center; border-bottom: 1px solid #f6f6f6; color: #444; }
.stand-table th.rk, .stand-table td.rk { width: 30px; }
.stand-table th.tm, .stand-table td.tm { text-align: left; padding-left: 12px; width: 34%; color: var(--text); font-weight: 500; }
.stand-table td.pts { font-weight: 700; color: var(--text); }
.stand-table td.pos { color: var(--green-live); }
.stand-table td.neg { color: var(--red); }
.stand-table tr.ucl td.rk { position: relative; }
.stand-table tr.ucl td.rk::before { content: ""; position: absolute; left: 0; top: 6px; bottom: 6px; width: 3px; background: #2a7de1; border-radius: 2px; }
.stand-table tr.uel td.rk::before { content: ""; position: absolute; left: 0; top: 6px; bottom: 6px; width: 3px; background: #f5a623; border-radius: 2px; }
.stand-table th.fm, .stand-table td.fm { width: 108px; }
.stand-table .fd { display: inline-block; width: 15px; height: 15px; line-height: 15px; border-radius: 3px; font-size: 10px; color: #fff; margin: 0 1px; text-align: center; }
.stand-table .fd.w { background: var(--green-live); }
.stand-table .fd.l { background: var(--red); }
.stand-table .fd.d { background: #b0b4bb; }
.stand-legend { display: flex; align-items: center; gap: 6px; padding: 10px 14px 120px; font-size: 12px; color: var(--text2); }
.stand-legend .k { display: inline-block; width: 10px; height: 10px; border-radius: 2px; }
.stand-legend .k.ucl { background: #2a7de1; }
.stand-legend .k.uel { background: #f5a623; margin-left: 8px; }
.real-note .cap { margin-left: auto; font-size: 11px; color: #b9772a; background: #fff3e0; border: 1px solid #f3d9b0; border-radius: 8px; padding: 1px 7px; }

/* ============ 真实资讯（头条流） ============ */
.news-updated { display: flex; align-items: center; gap: 6px; padding: 8px 14px; font-size: 12px; color: var(--text2); background: #fafbfc; border-bottom: 1px solid var(--line); }
.news-updated .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green-live); box-shadow: 0 0 0 3px rgba(46,158,91,.15); }
.news-updated.stale{color:#a96b16;background:#fffaf0;}
.news-updated.stale .dot{background:#e4a13a;box-shadow:0 0 0 3px rgba(228,161,58,.16);}
.tt-item2 .thumb2 { width: 108px; height: 72px; border-radius: 6px; overflow: hidden; flex: 0 0 auto; background: #eef0f3; margin-left: 10px; display: flex; align-items: center; justify-content: center; }
.tt-item2 .thumb2 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tt-item2 .thumb2.noimg::after { content: "📰"; font-size: 26px; }
.tt-item2 .m .src2 { color: #888; }
.tt-item2 .m .hot { margin-right: 6px; }

/* 头条分类可点 */
.tt-cats span { cursor: pointer; }
/* 关注页 */
.follow-tip { padding: 8px 14px; font-size: 12px; color: var(--text2); background: #fafbfc; border-bottom: 1px solid var(--line); }
.follow-grid .fcard.clickable { cursor: pointer; }
.follow-grid .fcard.clickable:active { opacity: .6; }
.team-news-bar { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; background: #fff; border-bottom: 1px solid var(--line); position: static; }
.team-news-bar .back { color: var(--red); font-size: 15px; cursor: pointer; }
.team-news-bar .tn-title { display: inline-flex; min-width: 0; align-items: center; gap: 8px; font-size: 16px; font-weight: 700; }
.team-news-bar .tn-title > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.follow-topic-logo.title-logo { width: 30px; height: 30px; flex: 0 0 auto; }

/* ============ 通用联赛详情页 ============ */
.lg-detail-body { min-height: 300px; padding-bottom: 120px; }
.lg-detail-body .match-list { padding-bottom: 0; }
.lg-real { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--green-live); margin-left: 5px; vertical-align: middle; }
.lgc.clickable { cursor: pointer; }
.lgc.clickable:active { opacity: .55; }

/* 世界杯真实数据小标 */
.real-mini { display: inline-block; font-size: 11px; color: var(--green-live); background: #eafaf0; border: 1px solid #bfe8cf; border-radius: 8px; padding: 1px 7px; font-weight: 400; margin-left: 6px; }
.stage-pills .p2.real-mini { border-color: #bfe8cf; }

/* 最佳阵容真人头像 */
.best-pitch .player .ava { position: relative; width: 46px; height: 46px; border-radius: 50%; overflow: visible; background: rgba(255,255,255,.15); display: flex; align-items: flex-end; justify-content: center; }
.best-pitch .player .ava>.player-image-fallback { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; border-radius:50%; color:#f4f7f5; background:rgba(15,45,36,.42); border:1px dashed rgba(255,255,255,.55); font-weight:800; font-size:17px; line-height:1; }
.best-pitch .player .ava img { position:relative; z-index:1; width:46px; height:46px; border-radius:50%; object-fit:cover; object-position:top center; background:#dfe4ea; border:2px solid rgba(255,255,255,.6); }
.best-pitch .player .ava.noimg::after { content: ""; }
.best-pitch .player .ava .natflag { position:absolute; z-index:2; bottom:-2px; right:-4px; font-size:14px; }
/* 侧栏未做项置灰 */
.rank-side .it.dim, .hist-side .it.dim { color: #bbb; }
.rank-side .it.dim.active, .hist-side .it.dim.active { color: var(--red); }

/* ============ 真实淘汰赛对阵图 ============ */
.bracket-scroll { overflow-x: auto; padding: 10px 12px 4px; -webkit-overflow-scrolling: touch; }
.bracket-scroll::-webkit-scrollbar { height: 6px; }
.bracket-scroll::-webkit-scrollbar-thumb { background: #ddd; border-radius: 3px; }
.bracket-cols { display: flex; gap: 14px; min-width: min-content; align-items: flex-start; }
.bk-col { flex: 0 0 auto; width: 180px; }
.bk-round { text-align: center; font-size: 13px; font-weight: 700; color: var(--red); background: #fdeaea; border: 1px solid #f5c1c1; border-radius: 8px; padding: 4px 0; margin-bottom: 10px; }
.bk-match { background: #fff; border: 1px solid var(--line); border-radius: 8px; margin-bottom: 10px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,.04); }
.bk-team { display: flex; align-items: center; gap: 6px; padding: 7px 9px; font-size: 13px; }
.bk-team + .bk-team { border-top: 1px solid #f4f4f4; }
.bk-team .bk-fl { font-size: 15px; }
.bk-team .bk-nm { flex: 1; color: #555; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bk-team .bk-sc { font-weight: 700; color: #999; min-width: 14px; text-align: center; }
.bk-team.win .bk-nm { color: var(--text); font-weight: 700; }
.bk-team.win .bk-sc { color: var(--red); }
.bk-team.lose { opacity: .5; }
.bk-vs, .bk-pen { text-align: center; font-size: 11px; color: var(--text2); padding: 3px 0; background: #fafafa; border-top: 1px solid #f4f4f4; }
.bk-pen { color: #b9772a; background: #fff7ec; }

/* 榜单球员真人头像 */
.r-table .avatar { display: inline-flex; width: 26px; height: 26px; border-radius: 50%; overflow: hidden; background: #eef0f3; vertical-align: middle; margin-right: 7px; align-items: center; justify-content: center; }
.r-table .avatar img { width: 26px; height: 26px; object-fit: cover; object-position: top center; }
.r-table .avatar.noimg::after { content: ""; }

/* 世界杯年份选择器下拉 */
.year-wrap { position: relative; }
.year.clickable { cursor: pointer; }
.year-menu { display: none; position: absolute; right: 0; top: 100%; margin-top: 4px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 4px 16px rgba(0,0,0,.14); z-index: 60; min-width: 118px; overflow: hidden; }
.year-menu.open { display: block; }
.year-menu .ym-item { padding: 9px 14px; font-size: 13px; color: #555; cursor: pointer; white-space: nowrap; }
.year-menu .ym-item.on { color: var(--red); font-weight: 700; background: #fdf0f0; }
.gm-tm.gm-win { font-weight: 700; color: var(--text); }

/* ===== 真实比赛数据 v22 新增 ===== */
.big-score { font-size: 34px; font-weight: 800; letter-spacing: 2px; text-align: center; }
.match-hero .status { text-align: center; }
.today-tag { font-size: 10px; color: #fff; background: var(--red); border-radius: 8px; padding: 1px 7px; margin-left: 6px; vertical-align: 1px; }
.date-head { scroll-margin-top: 96px; }
/* 详情页-本届战绩行 */
.h2h-line { display: flex; align-items: center; gap: 8px; padding: 7px 2px; font-size: 12px; border-bottom: 1px dashed #eee; }
.h2h-line .dt2 { color: #999; width: 42px; }
.h2h-line .st2 { color: #888; width: 78px; }
.h2h-line .op { flex: 1; color: #333; }
.h2h-line .sc2 { font-weight: 700; color: var(--red); width: 34px; text-align: center; }
.h2h-line .fd { display: inline-block; min-width: 22px; height: 16px; line-height: 16px; border-radius: 3px; font-size: 10px; color: #fff; text-align: center; padding: 0 3px; }
.h2h-line .fd.w { background: var(--green-live); }
.h2h-line .fd.l { background: var(--red); }
.h2h-line .fd.d { background: #b0b4bb; }
/* 相关资讯缩略图 */
.rel-news .thumb img { display: block; }
/* 替补名单 tag 复用 lineup-tag */

/* 年份下拉可滚动(23届) */
.year-menu { max-height: 320px; overflow-y: auto; }

/* ==================== 真后端功能：账号/发帖/评论/直播/资讯详情 ==================== */
/* 通用弹层 */
.modal-ov{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:999;display:flex;align-items:center;justify-content:center;}
.modal-ov.bottom{align-items:flex-end;}
.auth-modal{width:86%;max-width:340px;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.25);}
.auth-tabs{display:flex;align-items:center;border-bottom:1px solid var(--line);padding:0 14px;position:relative;}
.auth-tabs span,.auth-tabs button{border:0;background:transparent;font-family:inherit;padding:14px 12px;font-size:16px;color:var(--text2);cursor:pointer;}
.auth-tabs span.on,.auth-tabs button.on{color:var(--text);font-weight:700;border-bottom:2px solid var(--red);}
.auth-tabs button:focus-visible,.auth-forgot button:focus-visible{outline:2px solid rgba(232,56,61,.35);outline-offset:2px;border-radius:5px;}
.auth-tabs .auth-x{margin-left:auto;min-width:44px;min-height:44px;color:#bbb;font-size:15px;padding:10px;background:none;border:0;cursor:pointer;font-family:inherit;line-height:1;}
.auth-body{padding:16px 16px 20px;}
.auth-inp{width:100%;box-sizing:border-box;border:1px solid #e5e5e5;border-radius:9px;padding:12px 12px;font-size:15px;margin-bottom:11px;background:#fafafa;}
.auth-inp:focus{outline:none;border-color:var(--red);background:#fff;}
.auth-submit{width:100%;border:none;background:var(--red);color:#fff;font-size:16px;font-weight:700;padding:12px;border-radius:9px;margin-top:4px;cursor:pointer;}
.auth-submit:disabled{opacity:.6;}
.auth-hint{font-size:12px;color:var(--text2);text-align:center;margin-top:12px;line-height:1.5;}
.auth-msg{color:var(--red);font-size:13px;margin:2px 0 10px;text-align:center;}
.ava-pick{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px;}
.ava-pick .ap{width:44px;height:44px;padding:0;display:flex;align-items:center;justify-content:center;font-family:inherit;color:inherit;font-size:22px;background:#f4f4f4;border-radius:50%;cursor:pointer;border:2px solid transparent;appearance:none;}
.ava-pick .ap.on{border-color:var(--red);background:#fff0f0;}

/* 我的：登录态头部 */
.mine-login.logged{display:flex;align-items:center;gap:14px;}
.mine-login.logged .av{width:58px;height:58px;font-size:34px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.2);border-radius:50%;}
.mine-login.logged .who{flex:1;color:#fff;}
.mine-login.logged .who .nm{font-size:19px;font-weight:700;}
.mine-login.logged .who .uid{font-size:12px;opacity:.85;margin-top:2px;}
.mine-login.logged .who .bio2{font-size:12px;opacity:.8;margin-top:3px;}
.mine-login.logged .edit-ar{color:#fff;opacity:.8;font-size:18px;}
.expbadge,.off.exp{background:#fff2cc;color:#b8860b;font-size:10px;padding:1px 5px;border-radius:3px;margin-left:4px;font-weight:600;}
.mine-topbar .acts2 .clickable{font-size:13px;color:#fff;opacity:.9;}

/* 发帖弹窗 */
.compose-modal{width:100%;background:#fff;border-radius:16px 16px 0 0;max-height:82vh;display:flex;flex-direction:column;animation:slideUp .2s ease;}
@keyframes slideUp{from{transform:translateY(100%);}to{transform:translateY(0);}}
.cm-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--line);}
.cm-head .cm-x{color:var(--text2);font-size:15px;}
.cm-head .cm-t{font-size:16px;font-weight:700;}
.cm-head .cm-pub{border:none;background:var(--red);color:#fff;font-weight:700;padding:7px 18px;border-radius:16px;font-size:14px;}
.cm-head .cm-pub:disabled{opacity:.6;}
.cm-body{padding:14px 16px 20px;overflow-y:auto;}
.cm-inp{width:100%;box-sizing:border-box;border:1px solid #eee;border-radius:8px;padding:10px;font-size:14px;margin-bottom:10px;background:#fafafa;}
.cm-inp.s{margin-bottom:0;}
.cm-match-row{display:flex;gap:8px;margin-bottom:10px;}
.cm-area{width:100%;box-sizing:border-box;border:1px solid #eee;border-radius:8px;padding:11px;font-size:15px;min-height:120px;resize:vertical;background:#fafafa;font-family:inherit;}
.cm-hint{font-size:12px;color:var(--text2);margin-top:10px;}
.cm-tools{display:flex;align-items:center;gap:8px;margin:8px 0;}
.cm-tool{appearance:none;border:1px solid #e1e4e8;background:#fff;color:#333;border-radius:17px;padding:6px 11px;font:inherit;font-size:13px;line-height:1.2;cursor:pointer;}
.cm-tool:hover{background:#f7f8fa;}
.cm-tool:focus-visible,.cm-emoji-picker button:focus-visible,.cm-media-item button:focus-visible{outline:2px solid rgba(232,56,61,.35);outline-offset:2px;}
.cm-media-pick{display:inline-flex;align-items:center;}
.cm-media-pick.is-disabled{opacity:.48;cursor:not-allowed;background:#f2f2f2;}
.cm-media-input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;}
.cm-media-input:focus-visible+.cm-media-count{outline:2px solid rgba(232,56,61,.35);outline-offset:2px;}
.cm-media-count{margin-left:auto;color:var(--text2);font-size:12px;}
.cm-emoji-picker{display:grid;grid-template-columns:repeat(8,1fr);gap:5px;padding:8px;margin:0 0 9px;border:1px solid #eceef1;border-radius:10px;background:#fafafa;}
.cm-emoji-picker[hidden]{display:none;}
.cm-emoji-picker button{appearance:none;border:0;background:transparent;border-radius:6px;font-size:22px;line-height:1;padding:6px 2px;cursor:pointer;}
.cm-emoji-picker button:hover{background:#fff;}
.cm-media-preview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:8px 0 10px;}
.cm-media-preview:empty{display:none;}
.cm-media-item{position:relative;aspect-ratio:1;overflow:hidden;border-radius:8px;background:#eef0f3;}
.cm-media-item img{display:block;width:100%;height:100%;object-fit:cover;}
.cm-media-item>span{position:absolute;left:4px;bottom:4px;max-width:calc(100% - 8px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:rgba(0,0,0,.62);color:#fff;border-radius:9px;padding:2px 6px;font-size:10px;}
.cm-media-item>button{position:absolute;right:4px;top:4px;width:26px;height:26px;border:0;border-radius:50%;background:rgba(0,0,0,.65);color:#fff;font-size:20px;line-height:24px;cursor:pointer;}
.cm-media-item>button:disabled{opacity:.5;cursor:wait;}
.cm-media-item.uploading img{opacity:.68;}
.cm-media-item.error{outline:2px solid #c84a4f;}
.cm-media-policy{font-size:11px;color:#777;line-height:1.45;margin-top:5px;}
#cm-msg{margin:8px 0 0;text-align:left;line-height:1.45;}
#cm-msg.ok{color:#287a45;}
#cm-msg[hidden]{display:none;}

/* 帖子流 / 卡片 */
.feed-bar{display:flex;align-items:baseline;gap:8px;padding:12px 14px 6px;}
.feed-bar .fb-t{font-size:16px;font-weight:700;}
.feed-bar .fb-s{font-size:12px;color:var(--text2);}
.post-feed{padding-bottom:8px;}
.post-feed .post{background:#fff;padding:12px 14px;border-bottom:8px solid #f4f5f7;}
.post .ph{display:flex;align-items:center;gap:8px;margin-bottom:8px;}
.post .ph .ava{width:34px;height:34px;font-size:20px;display:flex;align-items:center;justify-content:center;background:#f2f2f2;border-radius:50%;}
.post .ph .nm{font-size:14px;font-weight:600;color:#333;}
.post .ph .pt-time{margin-left:auto;font-size:12px;color:var(--text2);}
.post .p-title{font-size:15px;font-weight:700;margin:2px 0 6px;color:#222;}
.post .p-match{font-size:12.5px;color:#3b6cb5;background:#f0f5ff;padding:6px 9px;border-radius:6px;margin:6px 0;}
.post .p-match.big{font-size:14px;margin:10px 14px;}
.post .p-pick{margin:6px 0;display:flex;gap:8px;align-items:center;}
.post .p-pick.big{margin:10px 14px;}
.p-pick .pk{background:#fff0f0;color:var(--red);font-weight:700;font-size:13px;padding:4px 10px;border-radius:6px;}
.p-pick .cf{font-size:12px;color:#e67e22;}
.post-feed .post .body2{display:block;}
.post-feed .post .body2 p{font-size:14px;line-height:1.6;color:#444;-webkit-line-clamp:unset;display:block;}
.post-feed .post .body2 .p-title{-webkit-line-clamp:unset;}
.p-imgs{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px;}
.p-imgs img{width:calc(33.3% - 4px);height:88px;object-fit:cover;border-radius:6px;background:#f2f2f2;}
.post .pf{display:flex;justify-content:space-between;margin-top:10px;font-size:12.5px;color:var(--text2);}
.author-delete-btn{flex:0 0 auto;border:0;background:transparent;color:#b84449;border-radius:6px;padding:4px 7px;font-family:inherit;font-size:12px;line-height:1.2;cursor:pointer;}
.author-delete-btn:hover{background:#fff1f1;color:#a6292f;}
.author-delete-btn:focus-visible{outline:2px solid rgba(184,68,73,.3);outline-offset:1px;}
.author-delete-btn:disabled{opacity:.55;cursor:wait;}
.post .ph .author-delete-btn{margin-left:1px;}
.feed-empty{text-align:center;color:var(--text2);padding:40px 20px;font-size:14px;line-height:1.8;}
.feed-empty .fe-i{font-size:34px;margin-bottom:8px;}

/* 悬浮发帖按钮 */
.fab{position:fixed;right:16px;bottom:70px;background:var(--red);color:#fff;font-size:15px;font-weight:700;padding:12px 18px;border-radius:26px;box-shadow:0 6px 18px rgba(232,56,61,.45);z-index:50;cursor:pointer;}

/* 帖子/资讯详情 顶栏 */
.detail-bar{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--line);position:static;background:#fff;}
.detail-bar .back{font-size:22px;line-height:1;}
.detail-bar button.back{appearance:none;border:0;background:transparent;color:inherit;padding:0;min-width:24px;min-height:24px;font:inherit;cursor:pointer;}
.detail-bar .db-t{font-size:16px;font-weight:600;}
#post-detail,#news-read{padding:14px 14px 90px;}
.pd-head{display:flex;align-items:center;gap:10px;margin-bottom:10px;}
.pd-head .ava{width:40px;height:40px;font-size:22px;display:flex;align-items:center;justify-content:center;background:#f2f2f2;border-radius:50%;}
.pd-head .nm{font-size:15px;font-weight:600;}
.pd-head>.author-delete-btn{margin-left:auto;}
.pd-time{font-size:12px;color:var(--text2);margin-top:2px;}
.pd-title{font-size:19px;font-weight:800;margin:6px 0;line-height:1.4;}
.pd-content{font-size:15.5px;line-height:1.85;color:#333;white-space:normal;margin:10px 0;}
.pd-imgs img{width:100%;border-radius:8px;margin:8px 0;}
.pd-actions{display:flex;gap:20px;padding:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:12px 0;}
.pd-actions .pa{font-size:14px;color:#666;cursor:pointer;}
.pd-actions .pa.like.on{color:var(--red);}
.pd-actions .pa.like.is-disabled{cursor:not-allowed;opacity:.48;filter:grayscale(1);}
.pd-cmt-head{font-size:15px;font-weight:700;margin:14px 0 8px;}
.cmt{display:flex;gap:9px;padding:10px 0;border-bottom:1px solid #f5f5f5;}
.cmt .cb{flex:1;min-width:0;}
.cmt .ava.sm{width:30px;height:30px;font-size:17px;display:flex;align-items:center;justify-content:center;background:#f2f2f2;border-radius:50%;flex-shrink:0;}
.cmt .cn{display:flex;align-items:baseline;gap:6px;font-size:13px;color:#666;font-weight:600;}
.cmt .cn .ct{font-weight:400;color:#bbb;margin-left:6px;font-size:11px;}
.cmt .cn .author-delete-btn{margin-left:auto;}
.cmt .cc{font-size:14px;color:#333;line-height:1.6;margin-top:3px;}
.cmt-empty{text-align:center;color:#bbb;font-size:13px;padding:20px;}
.pd-cmt-bar{position:fixed;bottom:0;left:0;right:0;max-width:480px;margin:0 auto;display:flex;gap:8px;padding:9px 12px;background:#fff;border-top:1px solid var(--line);}
.pd-cmt-bar input{flex:1;border:1px solid #eee;background:#f5f5f5;border-radius:18px;padding:9px 14px;font-size:14px;}
.pd-cmt-bar button{border:none;background:var(--red);color:#fff;border-radius:18px;padding:0 18px;font-size:14px;font-weight:600;}

/* 资讯详情（自己的页面 + 转载声明） */
.nr-title{font-size:21px;font-weight:800;line-height:1.42;margin:6px 0 10px;}
.nr-hist-link{font-size:13px;color:var(--red);min-width:32px;text-align:right;}
.nr-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:12.5px;color:var(--text2);margin-bottom:12px;}
.nr-meta .nr-src{color:var(--red);font-weight:600;}
.nr-meta .nr-tag{background:#f0f0f0;padding:1px 7px;border-radius:3px;}
.nr-cover{margin:0 -14px 14px;}
.nr-cover img{width:100%;display:block;background:#f2f2f2;}
.nr-body-label{display:inline-block;margin:2px 0 12px;padding:3px 9px;border-radius:12px;background:#f2f3f5;color:#777;font-size:12px;}
.nr-body p{font-size:16px;line-height:1.9;color:#2b2b2b;margin:0 0 15px;}
.nr-nobody{color:#999;}
.nr-repost{margin-top:20px;padding:14px;background:#f8f8f8;border-radius:10px;border-left:3px solid var(--red);}
.nr-repost .nr-rp-t{font-size:13px;font-weight:700;color:#666;margin-bottom:6px;}
.nr-repost .nr-rp-b{font-size:13px;color:#888;line-height:1.6;}
.nr-repost .nr-rp-note{font-size:12px;color:#aaa;line-height:1.6;margin-top:7px;}

/* 新闻评论：真实 D1 评论，疑似内容的作者自见由后端控制，前端不暴露审核状态。 */
.news-comments-section{margin-top:28px;padding-top:20px;border-top:8px solid #f3f4f6;}
.news-comments-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px;}
.news-comments-head h2{font-size:18px;line-height:1.35;margin:0;color:#222;}
.news-comments-head p{font-size:12px;color:#999;margin:4px 0 0;}
.news-comments-head>span{font-size:12px;color:#999;white-space:nowrap;padding-top:3px;}
.news-comments-list{min-height:64px;}
.news-comment-row{display:flex;gap:10px;padding:14px 0;border-bottom:1px solid #f0f1f3;}
.ua-news-comment{width:34px;height:34px;flex:0 0 34px;border-radius:50%;object-fit:cover;display:flex;align-items:center;justify-content:center;background:#f2f3f5;overflow:hidden;}
.news-comment-main{min-width:0;flex:1;}
.news-comment-meta{display:flex;align-items:baseline;gap:8px;}
.news-comment-meta b{font-size:13px;color:#555;}
.news-comment-meta time{font-size:11px;color:#aaa;}
.news-comment-meta .author-delete-btn{margin-left:auto;}
.news-comment-text{font-size:14px;line-height:1.65;color:#303238;margin-top:4px;overflow-wrap:anywhere;}
.news-comment-form{margin-top:16px;padding:14px;border:1px solid #e8e9ed;border-radius:12px;background:#fafbfc;}
.news-comment-form>label{display:block;font-size:13px;font-weight:700;color:#444;margin-bottom:7px;}
.news-comment-form textarea{display:block;width:100%;min-height:88px;resize:vertical;padding:10px 11px;border:1px solid #dfe2e7;border-radius:9px;background:#fff;color:#222;font-family:inherit;font-size:14px;line-height:1.55;box-sizing:border-box;}
.news-comment-form textarea:focus{outline:2px solid color-mix(in srgb,var(--red) 28%,transparent);border-color:var(--red);}
.news-comment-form textarea[readonly]{cursor:pointer;background:#f3f4f6;}
.news-comment-form-foot{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:9px;}
.news-comment-form-foot>span{font-size:11.5px;line-height:1.45;color:#888;}
.news-comment-form-foot button{flex:0 0 auto;border:0;border-radius:18px;padding:8px 15px;background:var(--red);color:#fff;font-weight:700;cursor:pointer;}
.news-comment-form-foot button:disabled{opacity:.58;cursor:wait;}

/* 资讯阅读历史 */
.nh-note{padding:9px 14px;background:var(--color-surface-alt);border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:12px;color:var(--text2);}
.nh-clear{font-size:13px!important;color:var(--red);}
.news-history-list{padding-bottom:78px;}
.nh-item{position:relative;display:flex;gap:12px;padding:14px 40px 14px 14px;border-bottom:1px solid var(--line);background:var(--bg);color:var(--text);}
.nh-thumb{width:92px;height:68px;border-radius:7px;overflow:hidden;flex:0 0 auto;background:linear-gradient(135deg,var(--color-surface-alt),color-mix(in srgb,var(--color-border) 74%,var(--color-surface)));}
.nh-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.nh-thumb.noimg::after{content:"📰";height:100%;display:flex;align-items:center;justify-content:center;font-size:24px;opacity:.65;}
.nh-main{flex:1;min-width:0;}
.nh-title{font-size:14.5px;font-weight:650;line-height:1.42;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.nh-meta{font-size:11.5px;color:var(--text2);margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.nh-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:7px;font-size:11.5px;color:var(--text2);}
.nh-resume{color:var(--red);font-weight:600;}
.nh-track{height:3px;border-radius:3px;background:var(--color-surface-alt);overflow:hidden;margin-top:5px;}
.nh-track i{display:block;height:100%;background:var(--red);border-radius:3px;}
.nh-del{position:absolute;right:10px;top:9px;width:28px;height:28px;border:0;background:transparent;color:var(--text2);font-size:21px;line-height:1;cursor:pointer;}
.nh-empty{min-height:350px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--text2);padding:20px;text-align:center;}
.nh-empty-icon{font-size:42px;opacity:.75;}
.nh-empty b{font-size:16px;color:var(--text);}
.nh-empty span{font-size:13px;line-height:1.6;}

/* 直播播放器 */
.live-player{position:relative;background:#000;aspect-ratio:16/9;width:100%;overflow:hidden;}
.live-player video{width:100%;height:100%;object-fit:contain;background:#000;display:block;}
.lp-top{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;gap:8px;padding:9px 12px;background:linear-gradient(rgba(0,0,0,.55),transparent);pointer-events:none;}
.lp-badge{font-size:12px;font-weight:700;padding:3px 9px;border-radius:4px;color:#fff;}
.lp-badge.live{background:var(--red);}
.lp-badge.ft{background:#555;}
.lp-badge.pre{background:#e69138;}
.lp-title{color:#fff;font-size:12.5px;text-shadow:0 1px 3px rgba(0,0,0,.6);}
.lp-tap{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:rgba(0,0,0,.35);cursor:pointer;}
.lp-tap .lp-play{width:56px;height:56px;border-radius:50%;background:rgba(255,255,255,.92);color:var(--red);font-size:24px;display:flex;align-items:center;justify-content:center;padding-left:4px;}
.lp-tap .lp-hint{color:#fff;font-size:13px;text-shadow:0 1px 3px rgba(0,0,0,.6);}
.lp-note{font-size:11.5px;color:#999;line-height:1.6;padding:8px 14px;background:#fafafa;}

/* ==================== 真实赔率(指数) ==================== */
.odds-real-head{padding:12px 14px 4px;font-size:15px;font-weight:700;}
.odds-real-head small{display:block;font-weight:400;color:#999;font-size:11px;margin-top:3px;}
.odds-cats2{display:flex;gap:8px;padding:8px 14px;}
.odds-cats2 span{font-size:13px;color:#888;padding:4px 10px;border-radius:14px;background:#f4f4f4;}
.odds-cats2 span.on{background:var(--red);color:#fff;}
.odds2-table{padding:0 8px;}
.odds2-hd,.odds2-tr{display:grid;grid-template-columns:1.3fr repeat(6,1fr);align-items:center;gap:2px;}
.odds2-hd{font-size:11px;color:#999;padding:6px 6px;border-bottom:1px solid var(--line);}
.odds2-hd span,.odds2-tr span{text-align:center;}
.odds2-hd .bk,.odds2-tr .bk{text-align:left;padding-left:6px;}
.odds2-tr{padding:9px 6px;border-bottom:1px solid #f5f5f5;font-size:13px;}
.odds2-tr .bk{font-weight:600;color:#333;font-size:12.5px;}
.odds2-tr .v2{color:#333;font-variant-numeric:tabular-nums;}
.odds2-tr .v2.up{color:var(--red);}
.odds2-tr .v2.down{color:#2e9e5b;}
.odds2-tr .v2.ah{color:#e67e22;font-weight:600;}
.odds2-note{font-size:11px;color:#aaa;padding:10px 14px;line-height:1.5;}
.odds-empty{text-align:center;color:#999;padding:36px 20px;font-size:14px;line-height:1.9;}
.odds2-tr .v2.ah i{display:block;font-style:normal;font-size:10px;color:#bbb;line-height:1;}

/* ================= 五大联赛富页面 ================= */
.lgx-badge{width:16px;height:16px;object-fit:contain;vertical-align:-3px;flex:none;}
.lgx-badge.big{width:44px;height:44px;}
.lgx-badge-fb{display:inline-block;width:16px;text-align:center;flex:none;}
.lgx-badge-fb.big{font-size:34px;width:44px;}
.lgx-tmcell{display:inline-flex;align-items:center;gap:6px;max-width:100%;}
.lgx-tmcell span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.stand-table tr.rel td.rk::before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:3px;background:#e8383d;border-radius:2px;}
.stand-table tr.rel td.rk{position:relative;}
.stand-legend .k.rel{background:#e8383d;margin-left:8px;}
.lgx-md-strip{display:flex;gap:8px;padding:10px 12px;background:#fff;border-bottom:1px solid var(--line);white-space:nowrap;}
.lgx-md-strip span{flex:none;padding:5px 13px;border-radius:15px;background:#f4f5f7;color:#666;font-size:13px;cursor:pointer;}
.lgx-md-strip span.on{background:var(--red);color:#fff;font-weight:600;}
.lgx-scorer-img{width:44px;height:44px;object-fit:cover;border-radius:50%;background:#f0f0f0;}
.best-pitch .player .ava .natflag.lgx{background:#fff;border-radius:50%;padding:1px;}
/* 单场详情 */
.lgxm-hero{color:#fff;padding-bottom:14px;}
.lgxm-hero .bar{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;font-size:15px;}
.lgxm-hero .bar .name{font-weight:600;}
.lgxm-face{display:flex;align-items:center;justify-content:space-between;padding:6px 26px 2px;}
.lgxm-face .t{width:96px;text-align:center;}
.lgxm-face .t .bd{height:48px;display:flex;align-items:center;justify-content:center;}
.lgxm-face .t .nm{font-size:13px;margin-top:6px;font-weight:600;}
.lgxm-face .mid{text-align:center;}
.lgxm-face .mid .sc{font-size:32px;font-weight:800;letter-spacing:2px;}
.lgxm-face .mid .sc.vs{font-size:24px;opacity:.9;}
.lgxm-face .mid .st{font-size:11px;opacity:.75;margin-top:4px;}
.lgxm-sub{text-align:center;font-size:11px;opacity:.7;margin-top:8px;}
.lgxm-stat{display:flex;align-items:center;gap:10px;padding:7px 0;}
.lgxm-stat .l,.lgxm-stat .r{width:52px;font-size:13px;font-weight:700;text-align:center;flex:none;}
.lgxm-stat .mid{flex:1;}
.lgxm-stat .mid .cap{text-align:center;font-size:12px;color:#888;margin-bottom:4px;}
.lgxm-stat .bar{display:flex;height:5px;border-radius:3px;overflow:hidden;background:#f0f0f0;}
.lgxm-stat .bar i{background:var(--red);height:100%;}
.lgxm-stat .bar i.r{background:#5b9bd5;}
.lgxm-lu{display:flex;gap:12px;}
.lgxm-lu-col{flex:1;min-width:0;}
.lgxm-lu-col .hd{font-size:13px;font-weight:700;padding:8px 0;border-bottom:1px solid var(--line);}
.lgxm-lu-col .hd small{color:#999;font-weight:400;margin-left:4px;}
.lgxm-lu-col .pl{display:flex;align-items:center;gap:6px;padding:5px 0;font-size:12px;border-bottom:1px dashed #f2f2f2;}
.lgxm-lu-col .pl .no{width:20px;color:#999;text-align:right;flex:none;}
.lgxm-lu-col .pl .nm{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.lgxm-lu-col .pl .ps{color:#bbb;font-size:11px;flex:none;}
.lgxm-lu-col .subhd{font-size:12px;color:#999;padding:8px 0 4px;}
.lgxm-lu-col .subs{display:flex;flex-wrap:wrap;gap:5px;}

/* ==================== 赛前胜率预测对抗条 ==================== */
.predict-bar{padding:8px 16px 12px;}
.predict-bar .pb-load{text-align:center;color:rgba(255,255,255,.75);font-size:12px;padding:6px 0;}
.pb-title{color:#fff;font-size:12.5px;font-weight:600;text-align:center;margin-bottom:8px;}
.pb-title small{font-weight:400;color:rgba(255,255,255,.7);margin-left:4px;}
.pb-row{display:flex;justify-content:space-between;color:#fff;font-size:12.5px;margin-bottom:5px;}
.pb-row .pb-team{display:inline-flex;align-items:center;gap:4px;min-width:0;}
.pb-row .pb-team.r{justify-content:flex-end;text-align:right;}
.pb-bar{display:flex;height:9px;border-radius:5px;overflow:hidden;background:rgba(255,255,255,.15);}
.pb-bar .seg{height:100%;}
.pb-bar .seg.h{background:#ff5a5f;}
.pb-bar .seg.d{background:rgba(255,255,255,.45);}
.pb-bar .seg.a{background:#4aa3ff;}
.pb-pcts{display:flex;justify-content:space-between;margin-top:6px;font-size:12px;font-weight:600;}
.pb-pcts .h{color:#ffcdd0;}
.pb-pcts .d{color:rgba(255,255,255,.85);}
.pb-pcts .a{color:#bcdcff;}

/* ==================== 蓝红队标签 + 已完赛比分对战结果条 ==================== */
.side-tag{font-size:10px;padding:1px 5px;border-radius:3px;font-weight:700;vertical-align:middle;}
.side-tag.blue{background:#4aa3ff;color:#fff;}
.side-tag.red{background:#ff5a5f;color:#fff;}
.result-bar{padding:8px 16px 12px;}
.result-bar .rb-row{display:flex;justify-content:space-between;color:#fff;font-size:12.5px;margin-bottom:6px;}
.rb-bar{display:flex;height:24px;border-radius:6px;overflow:hidden;background:rgba(255,255,255,.15);}
.rb-bar .seg{display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:14px;min-width:26px;transition:flex .4s;}
.rb-bar .seg.h{background:rgba(74,163,255,.55);}
.rb-bar .seg.a{background:rgba(255,90,95,.55);}
.rb-bar .seg.h.win{background:#4aa3ff;}
.rb-bar .seg.a.win{background:#ff5a5f;}
.rb-res{text-align:center;color:#fff;font-size:13px;font-weight:600;margin-top:8px;}

/* ==================== 社区：服务端归类后的话题标签 + 话题页 ==================== */
.p-cat{display:inline-block;background:#eef3ff;color:#3b6cb5;font-size:11px;padding:1px 7px;border-radius:10px;font-weight:600;}
.tic-sm{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:5px;font-size:12px;vertical-align:middle;margin-right:2px;}

/* ==================== 进行中tab：红底行 + 行内倒计时 ==================== */
.match-row.row-live{background:linear-gradient(90deg,#fff5f5 0%,#ffecec 100%);border-left:3px solid var(--red);}
.match-row.row-live .league{font-weight:700;}
.date-head.live{color:var(--red);}
.time-min .m.cd-inline{color:var(--red);font-size:11px;white-space:nowrap;}
.time-min .m.cd-inline b{font-variant-numeric:tabular-nums;font-weight:700;}

/* ==================== 主页赛事分区标题 ==================== */
.date-head.sec{background:#f0f3f8;font-weight:700;font-size:14px;color:#333;border-left:3px solid var(--red);}
.date-head.sec.other{border-left-color:#3b82c4;color:#2b5f8f;}
.date-head.other{color:#2b5f8f;}

/* ==================== 首页联赛筛选下拉 ==================== */
.lg-filter-bar{display:flex;align-items:center;gap:10px;padding:9px 14px;background:#fff;border-bottom:1px solid var(--line);}
.lg-filter-bar .lf-label{font-size:13px;color:#888;}
.lf-select{position:relative;display:inline-flex;align-items:center;gap:5px;background:#f4f5f7;border-radius:16px;padding:6px 13px;font-size:14px;font-weight:600;color:#333;cursor:pointer;}
.lf-select .lf-arr{font-size:10px;color:#999;}
.lf-menu{display:none;position:absolute;top:110%;left:0;min-width:150px;max-height:340px;overflow-y:auto;background:#fff;border-radius:10px;box-shadow:0 8px 28px rgba(0,0,0,.18);z-index:60;padding:5px 0;}
.lf-menu.open{display:block;}
.lf-item{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:10px 14px;font-size:14px;color:#444;white-space:nowrap;}
.lf-item.on{color:var(--red);font-weight:700;background:#fff5f5;}
.lf-item .lf-n{font-size:11px;color:#bbb;font-weight:400;}

/* ==================== 选框移右上角 + 彩色 + 收藏星星 ==================== */
.sports-nav{position:relative;display:flex;align-items:center;}
.sports-nav .lf-select{margin-left:auto;position:relative;background:#f4f5f7;border-radius:15px;padding:6px 12px;font-size:13.5px;font-weight:700;color:#333;display:inline-flex;align-items:center;gap:5px;cursor:pointer;}
.sports-nav .lf-select .lf-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;}
.sports-nav .lf-select .lf-arr{font-size:9px;color:#999;}
.lf-menu{display:none;position:absolute;top:112%;right:0;left:auto;min-width:180px;max-height:60vh;overflow-y:auto;background:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.2);z-index:80;padding:5px 0;}
.lf-menu.open{display:block;}
.lf-item{display:flex;align-items:center;gap:9px;padding:10px 14px;font-size:14px;color:#444;white-space:nowrap;cursor:pointer;}
.lf-item:active{background:#f7f7f7;}
.lf-item.on{color:var(--red);font-weight:700;background:#fff5f5;}
.lf-item .lf-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0;}
.lf-item .lf-nm{flex:1;}
.lf-item .lf-n{font-size:11px;color:#bbb;font-weight:400;}
/* 收藏星星 */
.match-row .star{cursor:pointer;font-size:16px;color:#ccc;transition:transform .1s;}
.match-row .star.on{color:#f5a623;}
.match-row .star:active{transform:scale(1.3);}

/* 选框在导航栏右侧不被裁：赛事标签靠左，选框 flex 不收缩 */
.sports-nav .sports-tabs{flex:1;justify-content:flex-start;gap:22px;}
.sports-nav .lf-select{flex-shrink:0;margin-left:8px;}

/* 选框绝对定位右上角，不受 flex 挤压 */
.sports-nav{position:relative;}
.sports-nav .lf-select{position:absolute;right:12px;top:2px;margin:0;z-index:5;}
.sports-nav .sports-tabs{justify-content:center;}

/* 选框放 sub-tabs 行右侧 */
.sports-nav .lf-select{position:static;}
.sub-tabs{position:relative;}
.sub-tabs .tabs{flex:1;}
.sub-tabs .lf-select{flex-shrink:0;position:relative;margin-bottom:7px;background:#f4f5f7;border-radius:14px;padding:5px 10px;font-size:13px;font-weight:700;color:#333;display:inline-flex;align-items:center;gap:4px;cursor:pointer;}
.sub-tabs .lf-select .lf-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;}
.sub-tabs .lf-select .lf-arr{font-size:9px;color:#999;}
.sub-tabs .lf-menu{top:110%;right:0;left:auto;}

/* 独立筛选条右对齐（列表上方，四tab共用） */
.lg-filter-bar{display:flex;justify-content:flex-end;align-items:center;padding:8px 14px;background:#fff;border-bottom:1px solid var(--line);position:relative;}
.lg-filter-bar .lf-select{position:relative;background:#f4f5f7;border-radius:15px;padding:6px 13px;font-size:13.5px;font-weight:700;color:#333;display:inline-flex;align-items:center;gap:5px;cursor:pointer;}
.lg-filter-bar .lf-select .lf-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;}
.lg-filter-bar .lf-select .lf-arr{font-size:9px;color:#999;}
.lg-filter-bar .lf-menu{top:108%;right:14px;left:auto;}

/* 消除横向溢出（长队名撑宽导致右对齐选框被推出屏外） */
.page{overflow-x:hidden;}
.lg-filter-bar{width:100%;box-sizing:border-box;}
.match-row .team,.match-row .mid-col{min-width:0;overflow:hidden;text-overflow:ellipsis;}

/* ===== 最终决定性覆盖：选框绝对定位筛选条右侧（压过之前所有冲突定义） ===== */
.lg-filter-bar{display:block !important;position:relative !important;height:46px !important;padding:0 !important;background:#fff;border-bottom:1px solid var(--line);}
.lg-filter-bar .lf-select{position:absolute !important;right:14px !important;left:auto !important;top:8px !important;margin:0 !important;background:#f4f5f7;border-radius:15px;padding:6px 13px;font-size:13.5px;font-weight:700;color:#333;display:inline-flex !important;align-items:center;gap:5px;cursor:pointer;white-space:nowrap;}
.lg-filter-bar .lf-menu{top:110% !important;right:0 !important;left:auto !important;}

/* ==================== 数据页全部联赛 + 通用联赛详情 ==================== */
.data-search{border:none;background:#f1f2f4;border-radius:14px;padding:6px 12px;font-size:13px;width:130px;}
.data-alltitle{padding:12px 14px 6px;font-size:15px;font-weight:700;}
.data-alltitle small{font-weight:400;color:#999;font-size:11px;margin-left:4px;}
.dl-country{padding:4px 14px 10px;}
.dl-country h4{font-size:13px;color:#666;margin:8px 0 6px;font-weight:600;}
.dl-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;}
.dl-item{background:#f7f8fa;border-radius:8px;padding:11px 12px;font-size:13.5px;color:#333;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.dl-item:active{background:#eef0f3;}
.spl-table{width:100%;border-collapse:collapse;font-size:13px;}
.spl-table th{color:#999;font-weight:400;font-size:11px;padding:8px 4px;border-bottom:1px solid var(--line);text-align:center;}
.spl-table td{padding:10px 4px;text-align:center;border-bottom:1px solid #f5f5f5;}
.spl-table .pos{width:26px;color:#888;}
.spl-table .pos.ucl{color:#fff;background:#2e7d32;border-radius:3px;}
.spl-table .tm{text-align:left;font-weight:600;color:#333;}
.spl-table b{color:var(--red);}
.stand-title{padding:12px 14px 8px;font-size:15px;font-weight:700;}
.stand-title small{font-weight:400;color:#4caf7d;font-size:11px;margin-left:5px;}
.lg-detail-body .group-block{margin-bottom:14px;}
.lg-detail-body .group-head{padding:8px 14px;font-weight:700;font-size:13px;background:#f0f3f8;}

/* ==================== 数据页：真实赛事 Logo + 图形化热门区 ==================== */
.data-hot-stage{position:relative;display:flex;align-items:center;overflow:hidden;padding:12px 0 13px;background:linear-gradient(115deg,#fff5f0 0,#fff 32%,#f8fbff 100%);border-bottom:1px solid #f0f1f3;}
.hot-beacon{position:relative;width:78px;min-width:78px;height:96px;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.hot-ring{position:absolute;left:50%;top:50%;border:1px solid rgba(255,92,45,.24);border-radius:50%;transform:translate(-50%,-50%);}
.hot-ring.r1{width:54px;height:54px;animation:hotPulse 2.2s ease-out infinite;}
.hot-ring.r2{width:72px;height:72px;animation:hotPulse 2.2s .75s ease-out infinite;}
@keyframes hotPulse{0%{opacity:.85;transform:translate(-50%,-50%) scale(.72)}75%,100%{opacity:0;transform:translate(-50%,-50%) scale(1.18)}}
.hot-flame{display:block;width:24px;height:24px;fill:#ff4f2e;filter:drop-shadow(0 3px 5px rgba(238,64,34,.25));}
.hot-flame .core{fill:#ffc331;}
.hot-flame.beacon{position:relative;width:42px;height:42px;z-index:1;}
.hot-flame.mini{width:14px;height:14px;filter:none;}
.data-hot{display:flex;flex:1;gap:12px;padding:2px 16px 4px 2px;overflow-x:auto;scrollbar-width:none;}
.data-hot::-webkit-scrollbar{display:none;}
.data-hot .hot-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;box-sizing:border-box;width:84px;min-width:84px;height:96px;padding:8px 6px 7px;border:1px solid rgba(225,228,232,.9);border-radius:17px;background:rgba(255,255,255,.92);box-shadow:0 5px 15px rgba(38,51,68,.08);font-size:12px;color:#343b43;text-decoration:none;cursor:pointer;}
.data-hot .hot-card:active{transform:scale(.97);box-shadow:0 2px 7px rgba(38,51,68,.08);}
.hot-logo-shell{display:flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:16px;background:#fff;box-shadow:inset 0 0 0 1px #f1f2f4;}
.competition-logo.data-hot-logo{width:50px;height:50px;object-fit:contain;}
.hot-corner{position:absolute;right:5px;top:5px;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#fff1ea;box-shadow:0 1px 4px rgba(238,64,34,.13);}
.dh-name{display:block;width:100%;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-weight:650;}
.data-body2{display:flex;border-top:8px solid #f4f5f7;min-height:60vh;}
.data-side2{width:64px;flex-shrink:0;background:#f7f8fa;}
.data-side2 .it{padding:15px 0;text-align:center;font-size:13px;color:#666;cursor:pointer;border-left:3px solid transparent;}
.data-side2 .it.active{background:#fff;color:var(--red);font-weight:700;border-left-color:var(--red);}
.data-main2{flex:1;padding:6px 0 12px;min-width:0;}
.dm-group{padding:6px 12px 4px;}
.dm-group h4{font-size:13px;color:#888;margin:8px 0 8px;font-weight:600;}
.dm-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px 8px;}
.dm-item{display:flex;flex-direction:column;align-items:center;gap:7px;padding:7px 3px 6px;border-radius:10px;color:inherit;text-decoration:none;cursor:pointer;}
.dm-logo-shell{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:12px;background:#fff;border:1px solid #edf0f3;box-shadow:0 2px 7px rgba(37,50,67,.06);}
.competition-logo.data-grid-logo{width:38px;height:38px;object-fit:contain;}
.logo-missing .dm-logo-shell{background:#f6f7f9;box-shadow:none;}
.logo-missing .data-grid-logo{width:32px;height:32px;opacity:.55;}
.dm-item .dm-nm{font-size:12px;color:#333;text-align:center;line-height:1.25;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.dm-item:active{opacity:.6;}
.spl-table .pos.releg{color:#fff;background:#c0392b;border-radius:3px;}

/* ==================== 通用赛事世界杯级富详情 v65 ==================== */
.league-tabs .tabs{overflow-x:auto;white-space:nowrap;scrollbar-width:none;-webkit-overflow-scrolling:touch;}
.league-tabs .tabs::-webkit-scrollbar{display:none;}
.spl-hero-logo{width:68px;height:68px;object-fit:contain;filter:drop-shadow(0 3px 8px rgba(0,0,0,.18));}
.league-hero.small .spl-hero-logo{width:24px;height:24px;filter:none;}
.sport-badge-missing{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:#eef1f5;color:#7b8794;font-size:9px;font-weight:700;vertical-align:-3px;flex:none;border:1px solid #dde2e8;}
.sport-badge-missing.big{width:44px;height:44px;font-size:15px;vertical-align:middle;}
.lgx-national-flag{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;line-height:1;vertical-align:-3px;flex:none;}
.lgx-national-flag.big{width:44px;height:44px;vertical-align:middle;}
.lgx-national-flag>.country-flag{width:100%;height:auto;max-height:82%;}
.r-table .avatar.no-photo,.ov-teams .avatar.no-photo{color:#9aa3ad;font-size:12px;border:1px dashed #cbd2d9;background:#f7f8fa;}
.ov-teams .avatar.big{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;overflow:hidden;}
.ov-teams .avatar.big img{width:44px;height:44px;object-fit:cover;object-position:top center;}
.best-pitch .avatar.big{display:flex;width:46px;height:46px;border-radius:50%;overflow:hidden;align-items:flex-end;justify-content:center;}
.best-pitch .avatar.big.no-photo{align-items:center;color:rgba(255,255,255,.8);border:1px dashed rgba(255,255,255,.55);}
.spl-section-title{padding:13px 14px 4px;font-size:15px;font-weight:700;}
.spl-section-title span{font-size:11px;color:#4caf7d;font-weight:400;margin-left:5px;}
.spl-pulse{padding-top:8px;}
.spl-pulse .md-card{min-width:260px;background:#fff;box-shadow:0 2px 8px rgba(25,39,52,.05);}
.spl-pulse .md-card .tm>span:first-child{display:inline-flex;align-items:center;gap:5px;min-width:0;}
.spl-empty-note{margin:16px;border-radius:8px;line-height:1.6;}
.spl-rule-note{margin:8px 14px 14px;padding:8px 10px;border-radius:7px;background:#f7f8fa;color:#8a939e;font-size:11px;line-height:1.45;}
.spl-game-filters{display:flex;gap:6px;padding:10px 14px 2px;background:#fff;}
.spl-game-filters span{padding:5px 14px;border-radius:15px;background:#f3f4f6;color:#6b7280;font-size:12px;cursor:pointer;}
.spl-game-filters span.on{background:#fff0f0;color:var(--red);font-weight:700;border:1px solid #f2c3c5;}
.spl-full-agg{margin:12px 14px 18px;padding:12px;border-radius:9px;background:#f7f8fa;text-align:center;}
.spl-full-agg button{border:1px solid var(--red);background:#fff;color:var(--red);border-radius:17px;padding:7px 15px;font-size:12px;font-weight:700;cursor:pointer;}
.spl-full-agg small{display:block;color:#8b949e;font-size:10px;line-height:1.5;margin-top:7px;}
.rank-main .real-mini,.hist-main .real-mini{line-height:1.4;}
.bracket-scroll .lgx-badge,.bracket-scroll .sport-badge-missing{margin-right:4px;}
@media(max-width:560px){
  .spl-hero-logo{width:58px;height:58px;}
  .spl-pulse .md-card{min-width:230px;}
  .league-tabs .tabs{gap:18px;}
}

@media (max-width:600px){
  .hot-beacon{width:60px;min-width:60px;}
  .hot-flame.beacon{width:36px;height:36px;}
  .data-hot .hot-card{width:78px;min-width:78px;}
  .hot-logo-shell{width:54px;height:54px;}
  .competition-logo.data-hot-logo{width:46px;height:46px;}
}

/* ==================== 完整账号体验 v60 ==================== */
.auth-modal.auth-modal-wide,.auth-modal.profile-modal{width:calc(100% - 24px);max-width:420px;max-height:92vh;overflow:auto;}
.auth-modal-wide .auth-tabs,.profile-modal .auth-tabs{position:sticky;top:0;background:#fff;z-index:3;}
.auth-tabs .auth-back{font-size:13px;color:#666;padding-left:2px;}
.auth-tabs .auth-title{position:absolute;left:50%;transform:translateX(-50%);white-space:nowrap;}
.auth-loading{padding:38px 12px;text-align:center;color:#888;font-size:14px;}
.auth-unavailable{text-align:center;padding:26px 10px;color:#555;font-weight:700;}
.auth-unavailable small{display:block;margin:8px 0 16px;color:#999;font-weight:400;line-height:1.5;word-break:break-word;}
.auth-unavailable button{border:1px solid var(--red);background:#fff;color:var(--red);border-radius:18px;padding:7px 18px;font-size:13px;}
.auth-form{display:block;}
.auth-method,.auth-channel{display:grid;grid-template-columns:1fr 1fr;gap:4px;background:#f3f4f6;border-radius:10px;padding:4px;margin-bottom:14px;}
.auth-method button,.auth-channel button{border:0;background:transparent;color:#777;border-radius:7px;padding:8px 5px;font-size:13px;cursor:pointer;}
.auth-method button.on,.auth-channel button.on{background:#fff;color:#222;font-weight:700;box-shadow:0 1px 4px rgba(0,0,0,.08);}
.auth-method button:disabled{color:#aaa;cursor:not-allowed;}
.auth-channel button:disabled{color:#b6b6b6;cursor:not-allowed;text-decoration:none;}
.auth-phone-field{margin-bottom:11px;}
.auth-phone-control{display:flex;align-items:stretch;width:100%;overflow:hidden;border:1px solid #e5e5e5;border-radius:9px;background:#fafafa;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease;}
.auth-phone-control:focus-within{border-color:var(--red);box-shadow:0 0 0 2px rgba(232,56,61,.08);background:#fff;}
.auth-phone-prefix{display:flex;align-items:center;justify-content:center;flex:0 0 66px;border-right:1px solid #e5e5e5;background:#f4f6f5;color:#29332e;font-size:14px;font-weight:750;letter-spacing:.02em;user-select:none;}
.auth-phone-field .auth-phone-input{height:44px;min-width:0;margin:0!important;border:0;border-radius:0;background:transparent;padding:0 12px;box-shadow:none;}
.auth-phone-field .auth-phone-input:focus{border:0;background:transparent;box-shadow:none;}
.auth-phone-field .auth-phone-input[readonly]{color:#888;cursor:text;}
.auth-phone-hint{font-size:11px;color:#888;line-height:1.45;margin:5px 2px 0;min-height:16px;}
.auth-phone-hint.ok{color:#26824a;font-weight:600;}
.auth-phone-hint.bad{color:var(--red);font-weight:600;}
.auth-phone-policy-note{font-size:10px;color:#9a7a43;line-height:1.4;margin:2px 2px 0;}
.auth-target-lock{display:none;font-size:11px;color:#47705a;background:#edf8f0;border-radius:7px;padding:7px 9px;margin:-5px 0 10px;line-height:1.45;}
.auth-target-lock.show{display:block;}
.auth-target-lock button{border:0;background:transparent;color:#2166a5;font-size:11px;font-weight:700;padding:0 2px;text-decoration:underline;cursor:pointer;}
.auth-code-row{display:flex;gap:8px;margin-bottom:11px;}
.auth-code-row .auth-inp{margin:0;min-width:0;flex:1;}
.auth-code-row button{flex:0 0 112px;border:1px solid #f0c7c9;background:#fff7f7;color:var(--red);border-radius:9px;font-size:13px;font-weight:600;cursor:pointer;}
.auth-code-row button:disabled{color:#aaa;border-color:#e5e5e5;background:#f7f7f7;cursor:not-allowed;}
.auth-pass-wrap{display:flex;position:relative;}
.auth-pass-wrap .auth-inp{padding-right:58px;}
.auth-pass-wrap button{position:absolute;right:4px;top:4px;height:36px;border:0;background:transparent;color:#777;font-size:12px;padding:0 10px;cursor:pointer;}
.auth-forgot{text-align:right;margin:-6px 0 9px;}
.auth-forgot button{border:0;background:transparent;color:#777;font-size:12px;padding:2px 0;cursor:pointer;}
.auth-form>.auth-forgot{margin:9px 0 2px;text-align:center;}
.auth-form>.auth-forgot button{color:#3f6fad;font-size:13px;text-decoration:underline;text-underline-offset:2px;}
.auth-recovery-intro{display:flex;flex-direction:column;gap:4px;margin:0 0 13px;padding:11px 12px;border-radius:9px;background:#f5f7fa;color:#5d6570;font-size:12px;line-height:1.55;}
.auth-recovery-intro strong{color:#2b3036;font-size:14px;}
.auth-recovery-intro span{color:#39744b;font-weight:650;overflow-wrap:anywhere;}
.auth-recovery-intro p{margin:0;}
.auth-reset-success{padding:18px 4px 8px;text-align:center;}
.auth-reset-success .auth-success-mark{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;margin-bottom:13px;border-radius:50%;background:#eaf7ee;color:#26824a;font-size:30px;font-weight:800;}
.auth-reset-success strong{display:block;color:#20252b;font-size:18px;}
.auth-reset-success p{margin:8px 0 18px;color:#747b83;font-size:13px;line-height:1.55;}
.auth-access-copy{margin:0 0 14px;text-align:left;}
.auth-access-copy strong{display:block;color:var(--text);font-size:17px;line-height:1.35;}
.auth-access-copy p{margin:6px 0 0;color:var(--text2);font-size:12px;line-height:1.6;}
.auth-access-target{display:flex;flex-direction:column;gap:4px;margin:0 0 12px;padding:10px 12px;border:1px solid #e1e7e3;border-radius:10px;background:#f5f8f6;}
.auth-access-target span{color:#7a837e;font-size:10px;}
.auth-access-target strong{color:#27312c;font-size:14px;overflow-wrap:anywhere;}
.auth-access-code{text-align:center;letter-spacing:.24em;font-size:20px;}
.auth-access-links{display:flex;flex-wrap:wrap;justify-content:center;gap:5px 16px;margin:10px 0 2px;}
.auth-access-links button{border:0;background:transparent;color:#3f6fad;padding:2px 0;font-family:inherit;font-size:12px;line-height:1.45;text-decoration:underline;text-underline-offset:2px;cursor:pointer;}
.auth-access-links button:focus-visible{outline:2px solid rgba(232,56,61,.35);outline-offset:3px;border-radius:3px;}
.auth-phone-registration-note{margin:-4px 2px 11px;padding:8px 10px;border-radius:8px;background:#fff7e8;color:#8a5a18;font-size:11px;line-height:1.55;}
.auth-phone-registration-note.ok{margin-top:0;background:#edf8f0;color:#267448;}
.auth-captcha{margin:2px 0 10px;}
.auth-captcha .auth-captcha-fallback{display:block;width:100%;margin-top:8px;border:0;background:transparent;color:#52606d;font-size:12px;text-decoration:underline;text-underline-offset:3px;cursor:pointer;}
.auth-captcha .auth-captcha-fallback:disabled{color:#278056;text-decoration:none;cursor:default;}
#auth-turnstile-start{width:100%;min-height:42px;border:1px solid #cfdcff;border-radius:9px;background:#f2f6ff;color:#1759b8;font-family:inherit;font-size:14px;font-weight:700;cursor:pointer;}
#auth-turnstile-start:hover{background:#e9f0ff;}
#auth-turnstile-start:focus-visible{outline:3px solid rgba(23,89,184,.28);outline-offset:2px;}
#auth-turnstile-start:disabled{color:#6b83a6;background:#f5f7fa;cursor:not-allowed;}
#auth-turnstile{width:100%;min-height:65px;}
#auth-turnstile iframe{max-width:100%;}
.auth-tencent-captcha{text-align:center;padding:4px 0;}
.auth-tencent-captcha button{width:100%;min-height:42px;border:1px solid #cfdcff;border-radius:9px;background:#f2f6ff;color:#1759b8;font-size:14px;font-weight:700;cursor:pointer;}
.auth-tencent-captcha button:disabled{color:#6b83a6;background:#f5f7fa;cursor:not-allowed;}
.auth-cap-note{font-size:11px;color:#999;margin-top:4px;text-align:center;}
.auth-cap-note.ok{color:#26824a;font-weight:600;}
.auth-service-note{font-size:12px;color:#777;background:#f5f5f5;border-radius:7px;padding:8px 10px;line-height:1.45;margin:1px 0 10px;}
.auth-service-note.warn{color:#a25b00;background:#fff7e8;}
.auth-service-note.dev{color:#39744b;background:#edf8f0;}
.auth-msg{min-height:0;line-height:1.45;}
.auth-msg:empty{display:none;}
.auth-msg.ok{color:#26824a;}
.auth-submit{min-height:44px;}
.auth-submit:disabled{cursor:not-allowed;filter:grayscale(.15);}
.auth-agree{display:flex;align-items:flex-start;gap:6px;margin:10px 2px 0;color:#888;font-size:11px;line-height:1.5;}
.auth-agree input{margin:2px 0 0;flex-shrink:0;accent-color:var(--red);}
.auth-agree a{color:#3f6fad;text-decoration:none;}
.auth-or{height:28px;display:flex;align-items:center;color:#aaa;font-size:11px;gap:10px;}
.auth-or::before,.auth-or::after{content:"";height:1px;background:#eee;flex:1;}
.google-auth-box{min-height:42px;text-align:center;}
#google-signin{display:flex;align-items:center;justify-content:center;width:100%;height:42px;overflow:hidden;}
.google-preflight{width:42px;height:40px;border:1px solid #d9dde2;border-radius:4px;background:#f7f8f9;color:#999;display:flex;align-items:center;justify-content:center;cursor:not-allowed;}
.google-preflight span{font-size:17px;font-weight:800;}
.google-disabled{height:42px;width:100%;border:1px solid #ddd;border-radius:5px;background:#fff;color:#999;font-size:14px;display:flex;align-items:center;justify-content:center;gap:10px;}
.google-g{font-weight:800;font-size:17px;color:#888;}
.auth-provider-status{font-size:11px;color:#999;line-height:1.4;margin-top:5px;}
.auth-provider-status.ok{color:#26824a;font-weight:650;}
.google-terms{font-size:10px;color:#aaa;line-height:1.45;margin-top:7px;}
.google-terms a{color:#6d83a8;}
.social-auth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:7px 0 10px;}
.social-auth-grid.has-google{grid-template-columns:repeat(3,minmax(0,1fr));}
.social-auth-grid.has-alipay{grid-template-columns:repeat(3,minmax(0,1fr));}
.social-auth-grid.has-telegram{grid-template-columns:repeat(3,minmax(0,1fr));}
.social-auth-grid.has-alipay.has-google{grid-template-columns:repeat(4,minmax(0,1fr));}
.social-auth-grid.has-telegram.has-google,.social-auth-grid.has-telegram.has-alipay{grid-template-columns:repeat(4,minmax(0,1fr));}
.social-auth-grid.has-telegram.has-alipay.has-google{grid-template-columns:repeat(5,minmax(0,1fr));}
.social-auth-item{min-width:0;text-align:center;}
.social-auth-button{width:42px;height:42px;margin:0 auto;border:1px solid #dfe3e8;border-radius:7px;background:#fff;color:#30343a;font-size:13px;font-weight:650;display:flex;align-items:center;justify-content:center;cursor:pointer;}
.social-auth-button span{width:23px;height:23px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:800;}
.social-auth-button.wechat span{background:#07c160;}.social-auth-button.qq span{background:#fff;border:1px solid #e2e5e8;}.social-auth-button.alipay span{background:#1677ff;}.social-auth-button.telegram span{background:#229ed9;}
.social-auth-button.qq img,.binding-icon.qq img{display:block;width:16px;height:16px;object-fit:contain;image-rendering:auto;}
.social-auth-button:not(:disabled):hover{background:#f7f9fb;border-color:#cdd4dc;}
.social-auth-button:disabled{background:#f7f7f7;color:#aaa;cursor:not-allowed;}
.social-auth-button:disabled span{filter:grayscale(1);opacity:.55;}
.social-auth-item small{display:block;color:#aaa;font-size:9.5px;line-height:1.35;margin-top:4px;word-break:break-word;}
.social-auth-label{display:block;color:#666;font-size:10px;line-height:1.35;margin-top:4px;font-weight:600;}
.apple-passkey-login{margin:9px 0 3px;text-align:center;}
.apple-passkey-login>button{width:100%;min-height:44px;border:1px solid #1e2023;border-radius:10px;background:#111;color:#fff;font:inherit;font-size:13px;font-weight:750;display:flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;}
.apple-passkey-login>button:hover:not(:disabled){background:#292b2f;}
.apple-passkey-login>button:disabled{opacity:.58;cursor:not-allowed;}
.apple-passkey-login>button span{font-size:19px;line-height:1;}
.apple-passkey-login small{display:block;margin-top:5px;color:#92969c;font-size:9.5px;}
.social-phone-profile{display:flex;align-items:center;gap:10px;margin:0 0 13px;padding:11px;border-radius:10px;background:#f7f9fb;}
.social-phone-profile>span{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;flex:0 0 auto;}
.social-phone-profile>span.wechat{background:#07c160;}.social-phone-profile>span.qq{background:#12a5e8;}.social-phone-profile>span.alipay{background:#1677ff;}
.social-phone-profile div{display:flex;flex-direction:column;gap:3px;min-width:0;}.social-phone-profile b{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.social-phone-profile small{font-size:11px;color:#777;}
.social-auth-cancel{display:block;margin:10px auto 0;border:0;background:transparent;color:#888;font-size:12px;text-decoration:underline;cursor:pointer;}
.social-auth-cancel:disabled{color:#bbb;cursor:not-allowed;}
.auth-completion-check{min-height:210px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;color:#555;}
.auth-completion-check span{width:34px;height:34px;border:3px solid #dfe5e1;border-top-color:var(--red);border-radius:50%;animation:auth-completion-spin .8s linear infinite;}
.auth-completion-check strong{font-size:15px;}
@keyframes auth-completion-spin{to{transform:rotate(360deg)}}
.passkey-enrollment-offer{display:flex;flex-direction:column;align-items:center;text-align:center;padding:8px 2px 2px;}
.passkey-offer-mark{width:52px;height:52px;border-radius:15px;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;font-size:29px;margin-bottom:13px;}
.passkey-enrollment-offer>strong{color:#33804a;font-size:12px;letter-spacing:.06em;}
.passkey-enrollment-offer h3{font-size:23px;margin:5px 0 8px;color:#23262a;}
.passkey-enrollment-offer>p{max-width:330px;margin:0;color:#61666c;font-size:13px;line-height:1.65;}
.passkey-enrollment-offer .passkey-offer-note{margin-top:8px;color:#8b9096;font-size:10.5px;}
.passkey-enrollment-offer .auth-msg{align-self:stretch;margin-top:9px;}
.passkey-enrollment-offer .auth-submit{width:100%;margin-top:13px;}
.passkey-offer-later{border:0;background:transparent;color:#676c72;font:inherit;font-size:12px;padding:10px 14px 3px;cursor:pointer;text-decoration:underline;text-underline-offset:3px;}
.passkey-offer-later:disabled{color:#aaa;cursor:not-allowed;}

@supports (height:100dvh){
  .auth-modal.auth-modal-wide,.auth-modal.profile-modal{max-height:92dvh;}
}

/* 所有真实用户头像共用同一安全图片/emoji容器。 */
.user-avatar{position:relative;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;border-radius:50%;background:#eef0f4;color:#333;vertical-align:middle;isolation:isolate;}
.user-avatar .ua-fallback{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;line-height:1;z-index:0;}
.user-avatar img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;z-index:1;background:#eef0f4;}
.ua-nav{width:32px;height:32px;font-size:18px;}
.ua-post{width:34px;height:34px;font-size:20px;}
.ua-detail{width:40px;height:40px;font-size:22px;}
.ua-comment{width:30px;height:30px;font-size:17px;}
.ua-mine{width:58px;height:58px;font-size:31px;background:rgba(255,255,255,.22);}
.ua-profile{width:82px;height:82px;font-size:40px;border:3px solid #fff;box-shadow:0 1px 8px rgba(0,0,0,.12);}
.post .ph .ua-post,.pd-head .ua-detail,.cmt .ua-comment{margin:0;}
.mine-login.logged .ua-mine{display:inline-flex;}
.mine-login.logged .who{color:#222;}
.mine-login.logged .edit-ar{color:#777;}
.mine-topbar .acts2 .clickable{color:#666;}
.disc-head>.ua-nav{margin-right:2px;}

.profile-avatar-row{display:flex;align-items:center;gap:18px;margin:0 0 8px;}
.avatar-upload-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--red);color:var(--red);border-radius:18px;padding:7px 16px;font-size:13px;font-weight:600;cursor:pointer;}
.avatar-upload-btn input{display:none;}
.avatar-upload-btn.disabled{border-color:#ddd;color:#aaa;background:#f7f7f7;cursor:not-allowed;font-family:inherit;}
.avatar-upload-note{font-size:11px;line-height:1.5;color:#999;margin:0 0 12px;}
.profile-modal .ava-pick{padding-top:2px;border-top:1px solid #f2f2f2;padding-bottom:2px;}
.profile-modal .ava-pick .ap{box-sizing:border-box;}

/* ==================== 首页账户入口 + ChatGPT 风格设置窗口 ==================== */
.sports-nav{display:grid;grid-template-columns:minmax(96px,1fr) auto minmax(96px,1fr);align-items:center;min-height:44px;gap:6px;}
.sports-nav .sports-tabs{display:flex;justify-content:center;gap:22px;min-width:0;}
.sports-account-slot{min-width:0;justify-self:start;max-width:150px;}
.sports-nav-spacer{min-width:0;min-height:1px;}
.account-trigger{appearance:none;border:0;background:transparent;display:inline-flex;align-items:center;gap:7px;min-width:0;max-width:100%;height:38px;padding:3px 4px;border-radius:20px;color:#24272b;font-family:inherit;cursor:pointer;}
.account-trigger:hover,.account-trigger[aria-expanded="true"]{background:#f4f5f7;}
.account-trigger:focus-visible{outline:2px solid rgba(232,56,61,.35);outline-offset:2px;}
.account-trigger-name{min-width:0;max-width:88px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;text-align:left;}
.account-trigger-short{display:none;white-space:nowrap;font-size:12px;font-weight:650;}
.account-trigger-caret{font-size:9px;color:#8b8f95;margin-right:2px;}
.account-trigger.guest{color:#555;}
.account-trigger.guest .account-trigger-name{font-size:12px;font-weight:650;}
.account-guest-avatar{width:30px;height:30px;border-radius:50%;background:#eef0f4;display:inline-flex;align-items:center;justify-content:center;font-size:17px;flex:0 0 auto;}
.ua-account-trigger{width:30px;height:30px;font-size:17px;}
.account-menu-popover{position:fixed;z-index:1200;max-height:calc(100vh - 24px);max-height:calc(100dvh - 24px);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;background:#fff;border:1px solid #e8e9eb;border-radius:13px;padding:6px;box-shadow:0 14px 40px rgba(26,30,36,.2);animation:accountMenuIn .14s ease-out;}
@keyframes accountMenuIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
.account-menu-popover button{width:100%;border:0;background:transparent;border-radius:8px;display:flex;align-items:center;gap:11px;padding:10px 11px;color:#292d32;font:inherit;text-align:left;cursor:pointer;}
.account-menu-popover button:hover{background:#f3f4f6;}
.account-menu-popover button span{width:20px;text-align:center;font-size:16px;color:#6a6f76;}
.account-menu-popover button b{min-width:0;overflow:hidden;font-size:14px;font-weight:550;line-height:20px;text-overflow:ellipsis;white-space:nowrap;}
.account-menu-popover button.danger,.account-menu-popover button.danger span{color:#d7373d;}
.account-menu-sep{height:1px;background:#eceef0;margin:5px 4px;}

.settings-overlay{padding:20px;}
.settings-modal{width:min(760px,calc(100vw - 28px));height:min(620px,calc(100dvh - 40px));max-height:92vh;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 20px 70px rgba(0,0,0,.28);display:flex;flex-direction:column;}
.settings-head{height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 18px 0 22px;border-bottom:1px solid #eceef0;flex:0 0 auto;}
.settings-head h2{font-size:18px;letter-spacing:.2px;}
.settings-head button{width:34px;height:34px;border:0;border-radius:9px;background:transparent;color:#7a7f86;font-size:16px;cursor:pointer;}
.settings-head button:hover{background:#f2f3f5;}
.settings-layout{display:grid;grid-template-columns:190px minmax(0,1fr);min-height:0;flex:1;}
.settings-nav{padding:14px 10px;border-right:1px solid #eceef0;background:#fafafa;}
.settings-nav button{width:100%;border:0;background:transparent;border-radius:9px;display:flex;align-items:center;gap:9px;padding:10px 11px;color:#555b62;font:inherit;font-size:14px;text-align:left;cursor:pointer;margin-bottom:3px;}
.settings-nav button.on{background:#eceef1;color:#202327;font-weight:650;}
.settings-nav button span{width:20px;text-align:center;}
.settings-content{padding:24px 26px 32px;overflow:auto;min-width:0;}
.settings-message{padding:9px 12px;border-radius:8px;background:#fff0f0;color:#b42d32;font-size:13px;margin-bottom:14px;}
.settings-message.ok{background:#edf8f0;color:#267448;}
.settings-panel-title{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px;}
.settings-panel-title h3{font-size:18px;margin-bottom:5px;}
.settings-panel-title p{font-size:12px;color:#8a8f96;line-height:1.55;}
.settings-profile-link{border:1px solid #dbdde0;background:#fff;border-radius:8px;padding:7px 11px;color:#444;font-size:12px;white-space:nowrap;cursor:pointer;}
.account-identity-card{border:1px solid #e7e8ea;border-radius:12px;overflow:hidden;background:#fff;}
.account-identity-card>div{min-height:49px;display:grid;grid-template-columns:86px minmax(0,1fr);align-items:center;padding:0 14px;border-bottom:1px solid #f0f1f2;gap:10px;}
.account-identity-card>div:last-child{border-bottom:0;}
.account-identity-card span{font-size:13px;color:#858a91;}
.account-identity-card b{font-size:13px;color:#292d32;overflow-wrap:anywhere;font-weight:600;}
.binding-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin:22px 2px 9px;}
.binding-section-head h4{font-size:14px;}
.binding-section-head span{font-size:11px;color:#969ba1;text-align:right;}
.binding-list{border:1px solid #e7e8ea;border-radius:12px;overflow:hidden;}
.binding-row{min-height:58px;display:flex;align-items:center;gap:11px;padding:8px 12px;border-bottom:1px solid #f0f1f2;}
.binding-row:last-child{border-bottom:0;}
.binding-icon{width:32px;height:32px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#70757c;font-weight:800;font-size:15px;flex:0 0 auto;}
.binding-icon.wechat{background:#20b763}.binding-icon.qq{background:#fff;border:1px solid #e2e5e8}.binding-icon.apple{background:#101114}.binding-icon.facebook{background:#1877f2}.binding-icon.x{background:#111}.binding-icon.telegram{background:#2aabee}.binding-icon.alipay{background:#1677ff}.binding-icon.google{background:#fff;color:#4285f4;border:1px solid #ddd;}
.binding-main{min-width:0;flex:1;display:flex;flex-direction:column;gap:3px;}
.binding-main b{font-size:13px;font-weight:650;}
.binding-main small{font-size:11px;color:#93989f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.binding-action{min-width:70px;border:1px solid #d7d9dc;background:#fff;border-radius:8px;padding:7px 9px;color:#3f444a;font-size:12px;cursor:pointer;}
.binding-action:hover:not(:disabled){border-color:var(--red);color:var(--red);}
.binding-action:disabled{color:#aaa;background:#f6f6f7;cursor:not-allowed;}
.binding-state.connected{font-size:12px;color:#25804b;background:#edf8f1;border-radius:14px;padding:5px 10px;white-space:nowrap;}
.google-bind-button{width:112px;min-height:32px;overflow:hidden;display:flex;justify-content:flex-end;}
.google-bind-button iframe{max-width:112px!important;}
.binding-footnote{font-size:11px;color:#969ba1;line-height:1.6;margin:11px 2px 0;}
.account-passkey-section{margin-top:22px;padding:15px;border:1px solid #dfe4e0;border-radius:13px;background:#fafcfb;}
.account-passkey-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;}
.account-passkey-head h4{font-size:14px;margin:0 0 5px;color:#22272a;}
.account-passkey-head p{max-width:430px;margin:0;color:#777d82;font-size:11px;line-height:1.6;}
.account-passkey-head>button{flex:0 0 auto;min-width:104px;border:1px solid #202326;border-radius:9px;background:#111;color:#fff;padding:8px 11px;font:inherit;font-size:12px;font-weight:700;cursor:pointer;}
.account-passkey-head>button:hover:not(:disabled){background:#303337;}
.account-passkey-head>button:disabled{opacity:.55;cursor:not-allowed;}
.passkey-count{display:flex;align-items:center;justify-content:space-between;margin-top:13px;padding:8px 10px;border-radius:8px;background:#f0f3f1;color:#6f7579;font-size:11px;}
.passkey-count b{color:#272b2e;font-size:13px;}
.passkey-list{margin-top:8px;border:1px solid #e5e8e6;border-radius:9px;overflow:hidden;background:#fff;}
.passkey-list-state{padding:13px;color:#8a9094;font-size:11px;text-align:center;}
.passkey-list-state.bad{color:#af3438;background:#fff6f6;}
.passkey-list-state button{margin-left:8px;border:0;background:transparent;color:inherit;font:inherit;text-decoration:underline;cursor:pointer;}
.passkey-row{min-height:52px;display:flex;align-items:center;gap:9px;padding:8px 10px;border-bottom:1px solid #eef0ef;}
.passkey-row:last-child{border-bottom:0;}
.passkey-row-icon{width:26px;height:26px;border-radius:8px;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;flex:0 0 auto;}
.passkey-row>div{min-width:0;flex:1;display:flex;flex-direction:column;gap:2px;}
.passkey-row b{font-size:12px;color:#303438;}
.passkey-row small{font-size:10px;color:#909599;overflow-wrap:anywhere;}
.passkey-row>button{border:0;background:transparent;color:#b1353a;padding:5px 6px;font:inherit;font-size:11px;cursor:pointer;}
.passkey-row>button:hover{text-decoration:underline;}
.settings-loading{padding:34px;text-align:center;color:#8c9198;font-size:13px;border:1px solid #eee;border-radius:12px;}
.account-danger-zone{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:24px;padding:16px;border:1px solid #f0cfd1;border-radius:12px;background:#fffafa;}
.account-danger-zone h4{font-size:14px;color:#9f292f;margin:0 0 5px;}
.account-danger-zone p{max-width:500px;color:#73777d;font-size:11.5px;line-height:1.65;margin:0;}
.account-danger-zone>button{flex:0 0 auto;border:1px solid #d7373d;border-radius:9px;background:#fff;color:#bd3035;padding:8px 12px;font:inherit;font-size:12px;font-weight:700;cursor:pointer;}
.account-danger-zone>button:hover{background:#d7373d;color:#fff;}
.account-deletion-overlay{z-index:1450;padding:18px;}
.account-deletion-dialog{position:relative;width:min(440px,calc(100vw - 28px));border-radius:18px;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.34);padding:28px;display:flex;flex-direction:column;align-items:stretch;}
.account-deletion-close{position:absolute;right:13px;top:13px;width:34px;height:34px;border:0;border-radius:9px;background:transparent;color:#777;font-size:16px;cursor:pointer;}
.account-deletion-close:hover{background:#f3f4f5;}
.account-deletion-icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#fff0f0;color:#bd3035;font-size:22px;font-weight:800;margin-bottom:14px;}
.account-deletion-dialog h2{font-size:21px;margin:0 0 9px;color:#24272b;}
.account-deletion-dialog>p{font-size:13px;line-height:1.7;color:#676c72;margin:0 0 19px;}
.account-deletion-dialog label{font-size:12px;font-weight:700;color:#43474c;margin-bottom:7px;}
.account-deletion-dialog input{width:100%;height:44px;border:1px solid #cfd2d6;border-radius:9px;background:#fff;color:#25282c;padding:0 12px;font:inherit;font-size:14px;outline:0;}
.account-deletion-dialog input:focus{border-color:#d7373d;box-shadow:0 0 0 3px rgba(215,55,61,.12);}
.account-deletion-status{min-height:34px;padding-top:7px;color:#b23035;font-size:11.5px;line-height:1.5;}
.account-deletion-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:7px;}
.account-deletion-actions button{min-height:42px;border-radius:9px;font:inherit;font-size:13px;font-weight:700;cursor:pointer;}
.account-deletion-cancel{border:1px solid #d7d9dc;background:#fff;color:#41454a;}
.account-deletion-submit{border:1px solid #c82f35;background:#c82f35;color:#fff;}
.account-deletion-submit:disabled{border-color:#e2c6c8;background:#e2c6c8;color:#fff;cursor:not-allowed;}
.support-empty{min-height:300px;border:1px dashed #dfe1e4;border-radius:13px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px;color:#858a90;}
.support-empty>span{font-size:38px;margin-bottom:10px;}.support-empty b{font-size:15px;color:#4d5258;margin-bottom:7px;}.support-empty p{max-width:360px;font-size:12px;line-height:1.65;}
.support-safety{margin:0 0 15px;padding:10px 12px;border:1px solid color-mix(in srgb,var(--color-warning,#b77b1c) 35%,transparent);border-radius:10px;background:color-mix(in srgb,var(--color-warning,#b77b1c) 9%,var(--color-surface,#fff));color:var(--color-text-muted,#676c72);font-size:11.5px;line-height:1.65;}
.support-quick-types{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:0 0 12px;}
.support-quick-types button{display:grid;grid-template-columns:34px minmax(0,1fr);gap:2px 9px;align-items:center;min-height:72px;padding:11px;border:1px solid var(--color-border,#dfe1e4);border-radius:12px;background:var(--color-surface,#fff);color:var(--color-text,#25282c);text-align:left;font:inherit;cursor:pointer;}
.support-quick-types button:hover,.support-quick-types button:focus-visible{border-color:var(--color-accent,var(--red));box-shadow:0 0 0 3px color-mix(in srgb,var(--color-accent,var(--red)) 12%,transparent);outline:0;}
.support-quick-types button>span{grid-row:1/3;display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:color-mix(in srgb,var(--color-accent,var(--red)) 12%,var(--color-surface,#fff));color:var(--color-accent,var(--red));font-size:17px;font-weight:900;}
.support-quick-types b{min-width:0;font-size:12.5px;}.support-quick-types small{min-width:0;color:var(--color-text-muted,#777);font-size:10px;line-height:1.45;}
.support-create{display:grid;grid-template-columns:1fr 1fr;gap:11px;padding:15px;border:1px solid var(--color-border,#e0e3e5);border-radius:13px;background:var(--color-surface,#fff);}
.support-field{display:grid;gap:6px;min-width:0;color:var(--color-text,#25282c);font-size:12px;font-weight:700;}
.support-field-wide{grid-column:1/-1;}
.support-field :is(input,select,textarea){width:100%;border:1px solid var(--color-border,#cfd2d6);border-radius:9px;background:var(--color-surface,#fff);color:var(--color-text,#25282c);padding:10px 11px;font:inherit;font-size:13px;outline:0;}
.support-field input,.support-field select{height:42px;}.support-field textarea{min-height:92px;resize:vertical;line-height:1.55;}
.support-field :is(input,select,textarea):focus{border-color:var(--color-accent,var(--red));box-shadow:0 0 0 3px color-mix(in srgb,var(--color-accent,var(--red)) 15%,transparent);}
.support-primary{min-height:40px;border:1px solid var(--color-accent,var(--red));border-radius:9px;background:var(--color-accent,var(--red));color:var(--color-on-accent,#fff);padding:8px 14px;font:inherit;font-size:13px;font-weight:750;cursor:pointer;}
.support-primary:disabled{opacity:.56;cursor:not-allowed;}
.support-form-status{min-height:17px;color:var(--color-danger,#b23035);font-size:11.5px;line-height:1.5;}
.support-list-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:22px 1px 9px;}
.support-list-head h4{font-size:14px;}.support-list-head button{border:0;background:transparent;color:var(--color-accent,var(--red));font:inherit;font-size:12px;cursor:pointer;}
.support-ticket-list{display:grid;gap:8px;}.support-list-empty{padding:24px;border:1px dashed var(--color-border,#dfe1e4);border-radius:11px;color:var(--color-text-muted,#777);font-size:12px;text-align:center;}
.support-ticket-card{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--color-border,#dfe1e4);border-radius:11px;background:var(--color-surface,#fff);color:var(--color-text,#25282c);padding:12px;text-align:left;font:inherit;cursor:pointer;}
.support-ticket-card.on{border-color:var(--color-accent,var(--red));box-shadow:0 0 0 2px color-mix(in srgb,var(--color-accent,var(--red)) 12%,transparent);}
.support-ticket-copy{display:grid;gap:5px;min-width:0;}.support-ticket-copy b{font-size:13px;overflow-wrap:anywhere;}.support-ticket-copy small{color:var(--color-text-muted,#777);font-size:10.5px;overflow-wrap:anywhere;}
.support-ticket-status{flex:0 0 auto;border-radius:999px;padding:4px 8px;background:var(--color-surface-muted,#eef1f2);color:var(--color-text-muted,#60666c);font-size:10.5px;font-weight:750;}
.support-ticket-status.status-open,.support-ticket-status.status-in_progress{background:color-mix(in srgb,var(--color-accent,var(--red)) 11%,var(--color-surface,#fff));color:var(--color-accent,var(--red));}
.support-ticket-status.status-waiting_user{background:color-mix(in srgb,var(--color-warning,#b77b1c) 13%,var(--color-surface,#fff));color:var(--color-warning,#9b6914);}
.support-load-more{width:100%;margin-top:9px;border:1px solid var(--color-border,#dfe1e4);border-radius:9px;background:var(--color-surface,#fff);color:var(--color-text,#333);padding:9px;font:inherit;font-size:12px;cursor:pointer;}
.support-thread{margin-top:16px;padding:15px;border:1px solid var(--color-border,#dfe1e4);border-radius:13px;background:var(--color-surface,#fff);}
.support-thread-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:13px;}.support-thread-head h4{font-size:14px;overflow-wrap:anywhere;}.support-thread-head small{display:block;margin-top:4px;color:var(--color-text-muted,#777);font-size:10.5px;}
.support-messages{display:grid;gap:8px;max-height:280px;overflow:auto;padding:2px 2px 12px;scrollbar-gutter:stable;}
.support-message{max-width:88%;padding:9px 11px;border-radius:11px;background:var(--color-surface-muted,#f2f4f5);color:var(--color-text,#25282c);}
.support-message.from-user{justify-self:end;background:color-mix(in srgb,var(--color-accent,var(--red)) 11%,var(--color-surface,#fff));}.support-message.from-support{justify-self:start;}
.support-message small{display:block;color:var(--color-text-muted,#777);font-size:9.5px;}.support-message p{margin:4px 0 0;white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px;line-height:1.55;}
.support-thread-load-more{margin:0 0 7px;}
.support-composer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:end;padding-top:12px;border-top:1px solid var(--color-border,#e4e7e9);}
.support-composer .support-field{margin:0;}.support-composer textarea{min-height:66px;max-height:160px;}.support-composer .support-form-status{grid-column:1/-1;min-height:0;}.support-composer>.support-primary{min-width:108px;min-height:44px;margin:0;}
.support-thread-note,.support-thread-empty{color:var(--color-text-muted,#777);font-size:10.5px;text-align:center;}

.entry-auth-intro{display:flex;align-items:center;gap:12px;padding:17px 17px 13px;background:linear-gradient(135deg,#fff6f6,#fff);border-bottom:1px solid #f3e8e8;}
.entry-auth-mark{width:42px;height:42px;border-radius:13px;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;box-shadow:0 5px 14px rgba(232,56,61,.2);flex:0 0 auto;}
.entry-auth-intro div{display:flex;flex-direction:column;gap:4px;}.entry-auth-intro b{font-size:16px;}.entry-auth-intro small{font-size:11.5px;line-height:1.5;color:#777;}
.entry-auth-footer{position:sticky;bottom:0;background:#fff;border-top:1px solid #eceef0;padding:10px 16px 12px;text-align:center;z-index:4;}
.entry-auth-footer button{width:100%;border:1px solid #d9dbde;background:#fff;color:#444;border-radius:9px;padding:10px;font-size:14px;font-weight:650;cursor:pointer;}
.entry-auth-footer button:hover{background:#f6f7f8;}
.entry-auth-footer small{display:block;color:#aaa;font-size:10.5px;margin-top:5px;}

.site-rights{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 14px;padding:16px 20px calc(16px + env(safe-area-inset-bottom));border-top:1px solid var(--color-border,#e6e9e7);background:var(--color-surface,#fff);color:var(--color-text-muted,#6b7470);font-size:11px;line-height:1.55;text-align:center;}
.site-rights a{color:inherit;text-underline-offset:2px;}
@media(max-width:700px){.site-rights{display:grid;gap:4px;padding-inline:14px;font-size:10px;}}
@media(max-width:700px){.support-quick-types{grid-template-columns:1fr}.support-create{grid-template-columns:1fr}.support-field-wide{grid-column:auto}.support-ticket-card{align-items:flex-start}.support-ticket-status{margin-top:1px}.support-message{max-width:94%}.support-composer{grid-template-columns:1fr}.support-composer>.support-primary{width:100%}}
.profile-field-label{display:block;color:#656a70;font-size:12px;font-weight:650;margin:2px 2px 6px;}
.profile-bio-input{min-height:82px;resize:vertical;font-family:inherit;line-height:1.55;}

@media(max-width:640px){
  .sports-nav{grid-template-columns:minmax(88px,1fr) auto minmax(28px,1fr);padding-left:8px;padding-right:8px;}
  .sports-nav .sports-tabs{gap:14px;}
  .sports-account-slot{max-width:112px;}
  .account-trigger-name{max-width:64px;font-size:12px;}
  .account-trigger.guest .account-trigger-name{font-size:11px;}
  .settings-overlay{padding:0;align-items:stretch;}
  .settings-modal{width:100%;height:100dvh;max-height:none;border-radius:0;}
  .settings-layout{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);}
  .settings-nav{display:grid;grid-template-columns:1fr 1fr;gap:6px;border-right:0;border-bottom:1px solid #eceef0;padding:8px 10px;background:#fafafa;}
  .settings-nav button{justify-content:center;margin:0;padding:8px 6px;}
  .settings-content{padding:19px 15px 28px;}
  .settings-panel-title{margin-bottom:14px;}
  .binding-section-head span{max-width:180px;}
  .binding-row{padding-left:10px;padding-right:10px;}
  .binding-action{min-width:64px;}
  .account-passkey-head{flex-direction:column;}
  .account-passkey-head>button{width:100%;}
  .account-danger-zone{align-items:flex-start;flex-direction:column;gap:12px;}
  .account-deletion-dialog{padding:24px 19px 20px;}
}

@media (max-width:360px){
  .auth-body{padding-left:12px;padding-right:12px;}
  .auth-code-row button{flex-basis:100px;font-size:12px;}
  .auth-channel button{font-size:12px;}
}

/* ==================== 主页赛事分组 + 真实赛事 Logo ==================== */
.competition-ident{display:inline-flex;align-items:center;gap:7px;min-width:0;line-height:1.2;color:inherit;}
.competition-ident>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.competition-logo{width:24px;height:24px;object-fit:contain;flex:0 0 auto;display:block;}
.competition-ident.compact{flex-direction:column;align-items:flex-start;gap:4px;font-size:11.5px;font-weight:600;color:#3d4650;}
.competition-ident.compact .competition-logo{width:22px;height:22px;align-self:center;}
.competition-ident.compact>span{width:100%;white-space:normal;text-align:center;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.competition-ident.menu-logo{flex:1;font-size:14px;}
.competition-ident.menu-logo .competition-logo{width:25px;height:25px;}
.competition-ident.group-logo{font-size:15px;font-weight:800;color:#242a31;}
.competition-ident.group-logo .competition-logo{width:30px;height:30px;}
.competition-ident.hero-logo{color:#fff;font-size:16px;font-weight:700;}
.competition-ident.hero-logo .competition-logo{width:30px;height:30px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.18));}
.competition-ident.match-logo{justify-content:center;color:#fff;font-size:13px;font-weight:700;}
.competition-ident.match-logo .competition-logo{width:22px;height:22px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2));}
.competition-logo.wc-hero-logo{width:50px;height:50px;object-fit:contain;}
.match-team-badge{display:inline-block;width:20px;height:20px;object-fit:contain;flex:0 0 auto;vertical-align:middle;}
.match-team-badge.big{width:50px;height:50px;}
.match-badge-missing{width:20px;height:20px;margin:0 3px;vertical-align:middle;}
.match-badge-missing.big{width:50px;height:50px;margin:0;font-size:14px;}
.filter-logo{width:21px!important;height:21px!important;}

.competition-group{margin:10px 10px 14px;border:1px solid #edf0f3;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 2px 8px rgba(31,45,67,.05);content-visibility:auto;contain-intrinsic-size:420px;}
.competition-head{display:flex;align-items:center;gap:10px;padding:10px 12px;background:linear-gradient(90deg,#f6f8fa,#fff);border-left:4px solid var(--competition-color,#51606f);border-bottom:1px solid #eceff2;}
.competition-head .competition-summary{margin-left:auto;color:#8b939c;font-size:12px;white-space:nowrap;}
.competition-date{padding:7px 12px;background:#fafbfc;border-bottom:1px solid #f0f2f4;color:#606973;font-size:12px;font-weight:650;}
.competition-date small{font-size:11px;color:#a1a8b0;font-weight:400;}
.competition-date .today-tag{margin-left:4px;color:#fff;font-size:10px;}
.competition-group .match-row:last-child{border-bottom:0;}
.competition-group .match-row .left-col{width:78px;align-items:center;}
.competition-group .match-row .league{width:100%;}
.match-row.row-delayed{background:#fafafa;opacity:.72;}
.match-row.row-delayed .time-min .m{color:#8b939c;}
.home-data-warning{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;margin:10px 12px 0;padding:9px 11px;border-radius:8px;background:#fff7e8;color:#9a6200;font-size:12px;line-height:1.45;border:1px solid #f4dfb6;}
.home-data-warning span{min-width:0;}
.home-data-warning button{flex:none;border:1px solid currentColor;border-radius:15px;background:transparent;color:inherit;padding:5px 9px;font:inherit;font-weight:700;cursor:pointer;}
.home-range-more{margin:12px 14px 84px;padding:12px 14px;border:1px solid #e5e8ec;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:flex-end;gap:12px;color:#7a828c;font-size:12px;}
.home-range-more button{appearance:none;border:1px solid #e8383d;border-radius:16px;background:#fff;color:#e8383d;font:inherit;font-weight:700;padding:6px 12px;white-space:nowrap;cursor:pointer;}
.home-range-more button:active{background:#fff1f1;}

.lf-item .competition-ident{flex:1;}
.lf-item .lf-n{margin-left:auto;}
.lg-filter-bar .lf-select{gap:7px!important;}
.lg-filter-bar .home-range-note{position:absolute;left:14px;top:14px;color:#9098a1;font-size:11px;white-space:nowrap;}

@media (max-width:600px){
  .competition-group{margin:8px 6px 12px;}
  .competition-group .match-row{padding-left:9px;padding-right:9px;}
  .competition-group .match-row .left-col{width:66px;}
  .competition-ident.compact{font-size:10.5px;}
  .competition-ident.compact .competition-logo{width:20px;height:20px;}
  .competition-head .competition-summary{max-width:44%;overflow:hidden;text-overflow:ellipsis;}
  .lg-filter-bar .home-range-note{left:9px;font-size:10px;max-width:52%;overflow:hidden;text-overflow:ellipsis;}
}

/* ==================== 发现页真实专家 / 真实直播目录 v62 ==================== */
.discover-source-note{margin:10px 12px 4px;padding:12px 13px;border:1px solid var(--line);border-radius:11px;background:var(--color-surface-alt);color:var(--text2);line-height:1.55;display:flex;flex-direction:column;gap:3px;font-size:12px;}
.discover-source-note b{color:var(--text);font-size:14px;}
.discover-source-note.community-note{background:color-mix(in srgb,var(--status-success) 8%,var(--bg));border-color:color-mix(in srgb,var(--status-success) 28%,var(--line));}
.discover-real-section{margin-top:10px;padding:0 12px 14px;border-bottom:8px solid var(--color-surface-alt);}
.discover-real-section:last-of-type{border-bottom:0;}
.discover-section-head{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:2px 1px;}
.discover-section-head>div{display:flex;flex-direction:column;min-width:0;}
.discover-section-head b{font-size:16px;color:var(--text);line-height:1.4;}
.discover-section-head small{font-size:11px;color:var(--text2);font-weight:400;margin-top:1px;}
.source-chip{flex-shrink:0;border-radius:10px;padding:3px 7px;background:var(--color-surface-alt);color:var(--text2);font-size:9px;font-weight:800;letter-spacing:.25px;}
.source-chip.live{background:color-mix(in srgb,var(--status-live) 12%,var(--bg));color:var(--status-live);}
.source-chip.official{background:color-mix(in srgb,var(--color-secondary) 10%,var(--bg));color:var(--color-secondary);}
.source-chip.youtube{background:color-mix(in srgb,var(--status-danger) 10%,var(--bg));color:var(--status-danger);}
.source-chip.site{background:color-mix(in srgb,var(--status-success) 10%,var(--bg));color:var(--status-success);}
.truth-empty{margin:4px 0 2px;padding:24px 14px;border:1px dashed var(--line);border-radius:10px;background:var(--color-surface-alt);color:var(--text2);text-align:center;display:flex;flex-direction:column;gap:6px;font-size:12px;line-height:1.45;}
.truth-empty b{color:var(--text);font-size:14px;}
.truth-empty.error{border-color:color-mix(in srgb,var(--status-danger) 34%,var(--line));background:color-mix(in srgb,var(--status-danger) 8%,var(--bg));color:var(--status-danger);}

.official-watch-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;}
.official-watch-card{display:block;padding:11px 12px;border:1px solid var(--line);border-radius:10px;background:var(--bg);color:var(--text);text-decoration:none;box-shadow:var(--shadow-card);transition:transform .15s ease,border-color .15s ease;}
.official-watch-card:active{transform:scale(.985);border-color:var(--color-primary);}
.ow-top{display:flex;justify-content:space-between;gap:8px;align-items:center;}
.ow-region{font-size:10px;color:var(--color-secondary);background:color-mix(in srgb,var(--color-secondary) 10%,var(--bg));border-radius:8px;padding:2px 6px;}
.ow-out{font-size:10px;color:var(--text2);}
.ow-name{margin-top:8px;font-size:15px;font-weight:800;color:var(--text);}
.ow-comp{font-size:11px;color:var(--red);margin-top:2px;}
.ow-desc{font-size:11px;color:var(--text2);line-height:1.45;margin-top:7px;}

.discover-match-card{margin:7px 0;border:1px solid var(--line);border-radius:11px;background:var(--bg);overflow:hidden;box-shadow:var(--shadow-card);}
.discover-match-card.is-live{border-color:color-mix(in srgb,var(--status-live) 34%,var(--line));box-shadow:0 2px 9px color-mix(in srgb,var(--status-live) 10%,transparent);}
.dmc-top{min-height:36px;padding:6px 10px;display:flex;align-items:center;justify-content:space-between;gap:8px;background:var(--color-surface-alt);border-bottom:1px solid var(--line);}
.is-live .dmc-top{background:color-mix(in srgb,var(--status-live) 7%,var(--bg));border-bottom-color:color-mix(in srgb,var(--status-live) 24%,var(--line));}
.competition-ident.discover-logo{font-size:12px;font-weight:700;color:var(--text);}
.competition-ident.discover-logo .competition-logo{width:22px;height:22px;}
.dmc-state{font-size:11px;color:var(--text2);white-space:nowrap;}
.is-live .dmc-state{color:var(--status-live);font-weight:800;}
.dmc-teams{display:grid;grid-template-columns:minmax(0,1fr) 54px minmax(0,1fr);align-items:center;gap:6px;padding:13px 10px 10px;font-size:14px;font-weight:700;color:var(--text);}
.dmc-teams span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right;}
.dmc-teams span:last-child{text-align:left;}
.dmc-teams b{text-align:center;color:var(--text2);font-size:13px;}
.is-live .dmc-teams b{color:var(--status-live);font-size:16px;}
.dmc-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 10px 10px;color:var(--text2);font-size:10.5px;}
.dmc-foot b{color:var(--color-secondary);font-size:11px;}

.official-insight-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;}
.official-insight-card{display:flex;flex-direction:column;min-width:0;padding:12px;border:1px solid #dde7f2;border-radius:10px;background:linear-gradient(145deg,#f5f9fd,#fff);color:inherit;text-decoration:none;}
.oi-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#4772a5;font-size:10px;}
.oi-meta time{color:#9aa2aa;white-space:nowrap;}
.oi-title{font-size:15px;line-height:1.45;font-weight:800;color:#233140;margin-top:8px;}
.oi-original{font-size:10.5px;line-height:1.4;color:#8b949d;margin-top:5px;}
.oi-author{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;margin-top:auto;padding-top:10px;color:#68737e;font-size:10.5px;}
.oi-author b{color:#356aa6;font-weight:700;text-align:right;}

.official-video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;}
.official-video-card{display:block;overflow:hidden;border:1px solid #e5e8ec;border-radius:10px;background:#fff;color:inherit;text-decoration:none;}
.ov-thumb{position:relative;aspect-ratio:16/9;background:linear-gradient(135deg,#e8edf2,#dbe1e8);overflow:hidden;}
.ov-thumb img{display:block;width:100%;height:100%;object-fit:cover;}
.ov-thumb>span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:rgba(204,0,0,.9);color:#fff;font-size:15px;padding-left:2px;box-shadow:0 2px 9px rgba(0,0,0,.25);}
.ov-thumb.noimg>span{background:#d5232f;}
.ov-body{padding:9px 10px 10px;}
.ov-type{color:#d5232f;font-size:10px;font-weight:700;}
.ov-title{margin-top:4px;color:#252a30;font-size:13px;font-weight:700;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.ov-meta{margin-top:7px;color:#969da5;font-size:10px;}

.expert-roster-title{font-size:11px;color:#8b939c;margin:2px 0 7px;}
.expert-roster-row{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;}
.expert-roster-card{flex:0 0 auto;display:grid;grid-template-columns:36px auto;grid-template-rows:auto auto;column-gap:8px;align-items:center;padding:7px 10px 7px 7px;border:1px solid #e1e9e3;border-radius:24px;background:#f8fbf8;}
.expert-roster-card .ua-expert{grid-row:1/3;}
.expert-roster-card span{font-size:12px;font-weight:700;color:#303a33;}
.expert-roster-card b{font-size:9px;color:#2b7c49;font-weight:600;}
.ua-expert{width:36px;height:36px;font-size:20px;}
.expert-publish-note{margin:8px 12px 80px;padding:10px 12px;border-radius:9px;background:#f7f7f8;color:#8b929a;text-align:center;font-size:11px;line-height:1.5;}

.licensed-watch-empty{margin:12px 14px;border:1px solid #dfe5eb;border-radius:12px;background:linear-gradient(145deg,#f5f8fb,#fff);padding:13px;text-align:center;color:#697581;}
.lwe-head{display:flex;align-items:center;justify-content:space-between;gap:8px;text-align:left;font-size:12px;}
.lwe-head b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#2d3843;}
.lwe-icon{font-size:38px;margin-top:16px;opacity:.72;}
.lwe-title{font-size:16px;font-weight:800;color:#303b46;margin-top:5px;}
.lwe-desc{max-width:600px;margin:7px auto 0;font-size:12px;line-height:1.55;color:#7d8791;}
.lwe-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:13px;}
.lwe-actions a{display:inline-flex;align-items:center;border:1px solid #cfddec;border-radius:18px;background:#fff;padding:7px 12px;color:#356b9e;text-decoration:none;font-size:12px;font-weight:700;}
.lwe-note{margin-top:9px;font-size:10px;color:#a0a6ac;}
.match-expert-note{margin-top:12px;}

@media (max-width:600px){
  .official-watch-grid,.official-insight-list,.official-video-grid{grid-template-columns:1fr;}
  .discover-real-section{padding-left:9px;padding-right:9px;}
  .discover-source-note{margin-left:9px;margin-right:9px;}
  .official-video-card{display:grid;grid-template-columns:138px minmax(0,1fr);}
  .ov-thumb{height:100%;min-height:92px;aspect-ratio:auto;}
  .ov-body{display:flex;flex-direction:column;justify-content:center;}
}

/* 单场详情真实化：账号聊天、赛季情报、真实讨论和账号状态 */
.match-truth-empty{margin:14px;}
.real-chat-msg{display:flex;align-items:flex-start;gap:9px;padding:10px 0;margin:0;border-bottom:1px solid #f0f1f3;}
.real-chat-msg:last-child{border-bottom:0;}
.chat-msg-body{min-width:0;flex:1;}
.real-chat-msg .nm{font-weight:700;margin-right:7px;}
.chat-time{font-size:10px;color:#a1a8af;margin-right:6px;}
.chat-content{margin-top:3px;color:#30363d;line-height:1.55;word-break:break-word;}
.user-avatar.ua-chat{width:30px;height:30px;font-size:17px;}
.user-avatar.ua-chat-message,.user-avatar.ua-hot-message{width:34px;height:34px;min-width:34px;font-size:19px;}
.chat-lock{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#f1f3f5;color:#8e969f;}
.chat-send{flex:none;border:0;border-radius:17px;background:var(--red);color:#fff;padding:8px 15px;font-size:13px;font-weight:700;cursor:pointer;}
.chat-send:disabled{opacity:.55;cursor:default;}
.match-intel-note,.match-hot-note{margin-top:12px;}
.verified-intel .tags .t2{border-color:#b9dfc7;color:#2a7b47;background:#f1faf4;}
.match-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px 14px;}
.match-form-card{min-width:0;border:1px solid #e4e7eb;border-radius:10px;background:#fff;overflow:hidden;}
.mfc-head{padding:10px 11px;background:#f7f9fb;display:flex;flex-direction:column;gap:3px;}
.mfc-head b{font-size:14px;color:#28313a;}
.mfc-head span{font-size:10.5px;color:#7b858e;}
.mfc-row{display:grid;grid-template-columns:50px minmax(0,1fr) 40px 24px;gap:6px;align-items:center;padding:8px 10px;border-top:1px solid #f0f1f3;font-size:11px;}
.mfc-row span:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.mfc-row b{text-align:right;color:#2f3740;}
.mfc-row i{font-style:normal;text-align:center;border-radius:3px;color:#fff;font-size:10px;padding:1px 0;}
.mfc-row i.w{background:#d83c43;}.mfc-row i.d{background:#929ba5;}.mfc-row i.l{background:#487daf;}
.match-standing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:10px 0;}
.match-standing-card{display:flex;flex-direction:column;gap:5px;border:1px solid #e3e7eb;border-radius:10px;padding:12px;background:#fafbfc;color:#68727c;font-size:11px;}
.match-standing-card b{color:#262e36;font-size:14px;}.match-standing-card strong{color:var(--red);font-size:16px;}
.match-player-table .avatar{vertical-align:middle;margin-right:7px;}
.match-stat-detail{margin-top:12px;border:1px solid #e5e8ec;border-radius:9px;overflow:hidden;}
.match-stat-detail h5{margin:0;padding:8px 10px;background:#f5f7f9;color:#38424c;font-size:12px;}
.match-stat-detail-head,.match-stat-detail-row{display:grid;grid-template-columns:minmax(92px,1.4fr) minmax(48px,.65fr) minmax(68px,.8fr) minmax(48px,.65fr) minmax(68px,.8fr);gap:5px;align-items:center;padding:7px 9px;border-top:1px solid #eef0f2;font-size:10.5px;text-align:center;}
.match-stat-detail-head{background:#fafbfc;color:#8a929a;font-size:9.5px;}.match-stat-detail-head span,.match-stat-detail-row span{text-align:left;}
.match-stat-detail-row b{color:#303840;}.match-stat-detail-row i{font-style:normal;color:#929aa2;}
.match-real-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px 8px;border-bottom:1px solid #eceff2;}
.match-real-section-head b{font-size:15px;}.match-real-section-head span{font-size:10px;color:#8d959d;}
.match-real-section-head button{border:1px solid #e2a8ab;border-radius:14px;background:#fff5f5;color:var(--red);padding:5px 10px;font-size:11px;cursor:pointer;}
.match-hot-compose{display:flex;align-items:center;justify-content:space-between;gap:18px;}
.match-hot-compose-copy{min-width:0;display:grid;gap:4px;}
.match-hot-compose-copy>span{font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;}
.match-hot-compose-copy>b{font-size:18px;line-height:1.25;}
.match-hot-compose-copy>small{max-width:640px;font-size:11px;line-height:1.6;}
.match-hot-compose>button{flex:none;border:0;border-radius:999px;padding:10px 16px;font-size:12px;font-weight:800;cursor:pointer;}
.match-expert-compose{display:flex;justify-content:flex-end;padding:0 14px 8px;}
.match-expert-compose button{border:0;border-radius:16px;background:#2b7c49;color:#fff;padding:7px 12px;font-size:11px;font-weight:700;cursor:pointer;}
.cm-match-bind{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:8px 0;padding:8px 10px;border-radius:8px;background:#edf8f0;color:#287348;font-size:12px;}
.cm-match-bind small{color:#7b9785;font-size:9px;}
.match-real-discussions{padding:0 14px 7px;}
.match-discussion-card{display:flex;gap:9px;padding:11px 0;border-bottom:1px solid #eef0f2;}
.match-discussion-card>div{min-width:0;flex:1;}
.mdc-author{font-size:12px;font-weight:700;color:#36404a;}.mdc-author span{font-size:10px;color:#a0a6ad;font-weight:400;margin-left:7px;}
.mdc-content{font-size:13px;line-height:1.55;color:#4c555e;margin-top:4px;word-break:break-word;}
.match-account-panel{margin:14px;padding:25px 18px;border:1px solid #e3e7eb;border-radius:14px;background:linear-gradient(145deg,#f7f9fb,#fff);text-align:center;}
.match-account-panel .map-icon{font-size:42px;}.match-account-panel h3{font-size:19px;margin:8px 0 6px;color:#2d3640;}
.match-account-panel>p{max-width:620px;margin:0 auto;color:#737e88;font-size:12px;line-height:1.6;}
.map-user{display:flex;align-items:center;justify-content:center;gap:11px;max-width:430px;margin:18px auto 0;padding:12px;border:1px solid #e1e5e9;border-radius:10px;background:#fff;text-align:left;}
.map-user>div{display:flex;flex-direction:column;gap:2px;}.map-user b{font-size:14px;}.map-user span,.map-user em{font-size:10.5px;color:#858e97;font-style:normal;}
.user-avatar.ua-vip-real{width:44px;height:44px;font-size:24px;}
.map-login{margin-top:16px;border:0;border-radius:18px;background:var(--red);color:#fff;padding:9px 18px;font-size:13px;font-weight:700;cursor:pointer;}

/* 单场按条付费内容：锁定态只绘制马赛克，不在 DOM 中放正文 */
.paid-slot{margin:12px 14px 16px;border:1px solid #eed8a8;border-radius:15px;background:linear-gradient(145deg,#fffaf0,#fff 48%,#fff8ea);overflow:hidden;box-shadow:0 5px 18px rgba(121,82,19,.08);}
.paid-slot-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 15px 9px;}
.paid-slot-head>div{min-width:0;}.paid-slot-head h3{margin:4px 0 0;color:#4d3915;font-size:19px;line-height:1.25;}
.paid-kicker{display:inline-flex;border-radius:12px;background:#6b4c10;color:#ffe8ae;padding:3px 8px;font-size:10px;font-weight:800;letter-spacing:.03em;}
.paid-once{flex:none;border:1px solid #ead39f;border-radius:15px;background:rgba(255,255,255,.74);padding:5px 9px;color:#8a671e;font-size:10px;font-weight:700;}
.paid-slot-note{padding:0 15px 13px;color:#8a795a;font-size:11px;line-height:1.55;border-bottom:1px solid rgba(224,199,145,.42);}
.paid-public-head{display:flex;align-items:center;justify-content:space-between;margin:18px 14px 0;padding:0 2px 8px;border-bottom:1px solid #eceef0;}
.paid-public-head b{font-size:15px;color:#303840;}.paid-public-head span{font-size:10px;color:#7c858e;}
.paid-card{margin:12px;border:1px solid #eee1c3;border-radius:12px;background:#fff;padding:13px;box-shadow:0 2px 9px rgba(75,52,12,.04);}
.paid-card.unlocked{border-color:#b9dfc7;background:linear-gradient(145deg,#f6fcf8,#fff);}
.paid-card.purchased-pending{border-color:#e8d59e;}.paid-card.draft{background:#fffdf8;}
.paid-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:10px;}
.paid-card-top>div{min-width:0;}.paid-card-top h4{margin:5px 0 0;color:#2d333a;font-size:15px;line-height:1.4;word-break:break-word;}
.paid-card-top strong{flex:none;color:#a76500;font-size:16px;line-height:1.4;}
.paid-state{display:inline-flex;align-items:center;border-radius:10px;padding:2px 7px;font-size:9px;font-weight:800;}
.paid-state.locked{background:#fff0d8;color:#a26708;}.paid-state.unlocked{background:#e7f6ec;color:#227344;}.paid-state.pending{background:#fff7d9;color:#8d6911;}.paid-state.draft{background:#f0f1f3;color:#727a82;}
.paid-teaser{margin:0 0 10px;color:#69727b;font-size:12px;line-height:1.55;}
.paid-mosaic{position:relative;height:142px;border:1px solid #e4d5b3;border-radius:10px;overflow:hidden;background:#ded7c9;isolation:isolate;}
.paid-pixel-field{position:absolute;inset:-8px;background-color:#d7d1c4;background-image:linear-gradient(90deg,rgba(255,255,255,.72) 25%,transparent 25% 50%,rgba(93,72,39,.18) 50% 75%,transparent 75%),linear-gradient(rgba(116,91,47,.24) 25%,transparent 25% 50%,rgba(255,255,255,.64) 50% 75%,transparent 75%);background-size:32px 32px,32px 32px;background-position:0 0,16px 16px;filter:blur(3px) saturate(.72);transform:scale(1.08);}
.paid-pixel-field::after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(12deg,rgba(255,255,255,.3) 0 9px,rgba(117,88,39,.14) 9px 18px);mix-blend-mode:soft-light;}
.paid-mosaic-lock{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:min(260px,calc(100% - 28px));border:1px solid rgba(255,255,255,.8);border-radius:10px;background:rgba(50,42,31,.78);box-shadow:0 7px 22px rgba(29,22,11,.2);padding:11px 12px;color:#fff;text-align:center;backdrop-filter:blur(8px);}
.paid-mosaic-lock b{display:block;font-size:13px;}.paid-mosaic-lock span{display:block;margin-top:4px;color:#eee4cf;font-size:9.5px;line-height:1.4;}
.paid-mosaic-lock small{display:block;margin-top:3px;color:#d8c9ad;font-size:8px;line-height:1.4;}
.paid-method-strip{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:5px;margin-top:10px;}
.paid-method-strip span{border:1px solid #dedfe2;border-radius:11px;background:#f7f7f8;padding:3px 7px;color:#9a9fa5;font-size:8.5px;font-weight:700;}
.paid-method-strip span.on{border-color:#d8be83;background:#fff8e8;color:#73531a;}.paid-method-strip span.off{filter:grayscale(1);opacity:.62;}
.paid-buy{display:block;width:100%;min-height:42px;margin-top:11px;border:0;border-radius:22px;background:linear-gradient(90deg,#d62e37,#ef4a44);color:#fff;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 4px 10px rgba(219,47,55,.18);}
.paid-buy:disabled{background:#ddd9d0;color:#8e8b84;box-shadow:none;cursor:not-allowed;}.paid-buy.retry{background:#8a681f;}
.paid-card-foot{margin-top:9px;color:#999084;font-size:9.5px;line-height:1.45;text-align:center;}
.paid-full-content{border-top:1px solid #dfece3;padding:13px 2px 5px;color:#303840;font-size:14px;line-height:1.85;word-break:break-word;}
.paid-load-error{margin-top:9px;color:#9b6412;font-size:11px;line-height:1.5;text-align:center;}
.paid-return-notice{margin:11px 12px 0;border-radius:9px;padding:9px 11px;font-size:11px;line-height:1.5;}
.paid-return-notice.ok{background:#eaf8ef;color:#257346;}.paid-return-notice.pending{background:#fff7df;color:#8a6611;}.paid-return-notice.bad{background:#fff0f1;color:#a82e36;}
.paid-catalog-error{margin:12px;}
.paid-unpublished-card{border-style:dashed;background:linear-gradient(145deg,#fffdf8,#fff 58%,#faf6ee);}
.paid-unpublished-card .paid-card-top strong{font-size:13px;white-space:nowrap;}
.paid-unpublished-truth{margin:0 0 11px;border-left:3px solid #bd8b39;border-radius:0 8px 8px 0;background:#fff7e8;padding:9px 10px;color:#6e5a39;font-size:10.5px;line-height:1.6;}
.owner-report-generation{border-color:#c7a86d;background:linear-gradient(145deg,#fffdf8,#fff 62%,#f7efe1);}
.owner-report-generation.failed{border-color:#d7a8a1;}.owner-report-generation.disabled{border-style:dashed;}
.owner-report-progress{display:flex;align-items:center;gap:10px;margin:12px 0;border-radius:10px;background:#f6efe2;padding:11px 12px;color:#65533b;font-size:11px;font-weight:700;}
.owner-report-progress i{width:18px;height:18px;flex:0 0 18px;border:2px solid #d8c29c;border-top-color:#7e5b22;border-radius:50%;animation:owner-report-spin .85s linear infinite;}
@keyframes owner-report-spin{to{transform:rotate(360deg)}}
.paid-module-directory{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-bottom:11px;}
.paid-module-group{display:grid;grid-template-columns:24px minmax(0,1fr);gap:8px;align-items:start;border:1px solid #ece1cf;border-radius:9px;background:#fff;padding:9px;}
.paid-module-group>span{display:flex;width:24px;height:24px;align-items:center;justify-content:center;border-radius:50%;background:#4b3923;color:#f8dfad;font-size:8px;font-weight:900;}
.paid-module-group>div{min-width:0;}.paid-module-group b{display:block;color:#433a31;font-size:10.5px;line-height:1.4;}.paid-module-group p{margin:4px 0 0;color:#807568;font-size:9px;line-height:1.55;}
.paid-mosaic.unpublished .paid-pixel-field{filter:blur(4px) grayscale(.28);opacity:.72;}.paid-mosaic.unavailable .paid-pixel-field{filter:blur(5px) grayscale(.7);opacity:.55;}
.paid-catalog-retry{display:block;margin:0 auto 12px;border:1px solid #b58a43;border-radius:18px;background:#fff;color:#775821;padding:7px 14px;font-size:10.5px;font-weight:700;cursor:pointer;}

/* 单场会员报告：正文只在已购接口返回后生成；保护层仅提高截取和传播成本，
 * 账号追踪仍以服务端查看记录为准。 */
.member-vip-intro{margin:14px;padding:18px;border:1px solid rgba(167,119,38,.28);border-radius:16px;background:linear-gradient(135deg,#2c2115,#61451e);color:#fff8e9;box-shadow:0 8px 26px rgba(71,45,13,.15);}
.member-vip-intro>div span,.member-section-title>span{display:block;color:#c89544;font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;}
.member-vip-intro h3{margin:5px 0 0;font-size:21px;line-height:1.3;}.member-vip-intro p{margin:12px 0 7px;color:#f3e6cc;font-size:12px;line-height:1.75;}
.member-vip-intro small{display:block;color:#cdbb9d;font-size:9.5px;line-height:1.55;}
.member-protected-report{position:relative;isolation:isolate;overflow:hidden;border:1px solid #d8c095;border-radius:13px;background:linear-gradient(145deg,#fffdf8,#f8f1e4);color:#2d3135;-webkit-user-select:none!important;user-select:none!important;-webkit-touch-callout:none!important;}
.member-report-body{position:relative;z-index:1;transition:opacity .12s ease,filter .12s ease;}
.member-forensic-watermark{position:absolute!important;z-index:6!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;max-width:none!important;visibility:visible!important;opacity:1!important;pointer-events:none!important;mix-blend-mode:multiply;}
.member-protection-shield{position:absolute;z-index:8;inset:0;display:none;min-height:240px;background:linear-gradient(145deg,#322719,#68502e);color:#fff;text-align:center;padding:25px;}
.member-protection-shield>div{position:sticky;top:calc(50vh - 46px);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px;min-height:92px;}
.member-protection-shield b{font-size:19px;}.member-protection-shield span{max-width:380px;color:#e9dcc5;font-size:11px;line-height:1.6;}
.member-protected-report.is-obscured .member-report-body,.member-protected-report.is-printing .member-report-body{visibility:hidden!important;opacity:0!important;filter:blur(20px)!important;}
.member-protected-report.is-obscured .member-protection-shield,.member-protected-report.is-printing .member-protection-shield{display:flex;}
.member-protected-report.is-locked{min-height:170px;background:#33291e;color:#fff;}
.member-protection-locked{display:flex;min-height:170px;align-items:center;justify-content:center;flex-direction:column;gap:7px;padding:24px;text-align:center;}
.member-protection-locked b{font-size:17px;}.member-protection-locked span{color:#e2d7c4;font-size:11px;line-height:1.6;}.member-protection-locked small{color:#c89e56;font-size:9.5px;word-break:break-all;}
.member-trace-strip{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:9px;padding:9px 12px;background:#342719;color:#fff6e7;font-size:9.5px;}
.member-trace-strip b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#ffd990;}.member-trace-strip span,.member-trace-strip time{white-space:nowrap;}.member-trace-strip time{color:#d7c6aa;font-style:normal;}
.member-protection-notice{position:relative;z-index:2;padding:7px 12px;border-bottom:1px solid #eadbc2;background:#fff4dc;color:#775525;font-size:9px;font-weight:700;text-align:center;}
.member-protection-notice.is-alert{background:#661f22;color:#fff;}
.member-report-document{position:relative;padding:15px;}
/* 服务端会接受最长 120 字符的球队/球员名和更长的已审核说明。网格/弹性
 * 子项默认的 min-width:auto 会按无断点文本的最小内容宽度撑开，在 320px
 * 下再被保护容器的 overflow:hidden 悄悄裁掉。明确允许受保护正文收缩和换行，
 * 既不扩大页面宽度，也不以裁切掩盖真实内容。 */
.member-report-document,.member-report-document :is(section,article,div,header,figure,figcaption,ol,ul,li){min-width:0;}
.member-report-document :is(h2,h4,p,b,strong,span,small,i,em,li){overflow-wrap:anywhere;}
.member-report-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:4px 2px 15px;border-bottom:2px solid #382718;}
.member-report-head>span{align-self:flex-start;border-radius:12px;background:#3d2b19;color:#f4d89c;padding:4px 8px;font-size:9px;font-weight:800;}
.member-report-head h2{flex:1;margin:0;text-align:center;font-size:22px;line-height:1.25;}.member-report-head h2 i{margin:0 8px;color:#b78129;font-size:11px;font-style:normal;}.member-report-head h2 strong{display:inline-block;margin-left:9px;color:#a33b31;font-size:20px;}
.member-report-head>div{display:flex;align-items:flex-end;flex-direction:column;gap:3px;text-align:right;}.member-report-head>div b{font-size:10px;}.member-report-head>div small{color:#8b806f;font-size:8.5px;}
.member-ai,.member-panel,.member-team-card{position:relative;margin-top:14px;border:1px solid #e4d9c6;border-radius:12px;background:rgba(255,255,255,.9);padding:14px;box-shadow:0 3px 12px rgba(69,46,18,.04);}.member-team-card{align-self:start;}
.member-ai{border-color:#caab70;background:linear-gradient(145deg,rgba(255,248,230,.96),rgba(255,255,255,.96));}
.member-section-title{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:10px;}.member-section-title h4{margin:0;color:#30271d;font-size:16px;line-height:1.3;}
.member-ai-summary{margin:0;padding:12px;border-left:4px solid #9b6a1e;background:#fff;color:#352d24;font-size:15px;font-weight:800;line-height:1.7;}
.member-ai-points{display:grid;gap:8px;margin-top:10px;}.member-ai-points article{display:grid;grid-template-columns:25px minmax(0,1fr);gap:9px;align-items:flex-start;padding:10px;border-radius:9px;background:rgba(255,255,255,.75);}
.member-ai-points article>strong{display:flex;width:25px;height:25px;align-items:center;justify-content:center;border-radius:50%;background:#47331c;color:#f8dca0;font-size:10px;}.member-ai-points article>div>b{font-size:12.5px;line-height:1.55;}
.member-basis{display:flex;flex-wrap:wrap;gap:4px;margin-top:7px;}.member-basis span{border:1px solid #dfd6c9;border-radius:10px;background:#f8f5f0;padding:3px 7px;color:#6e665c;font-size:8.5px;line-height:1.35;}.member-basis span b{color:#4a4035;}
.member-no-basis{display:block;margin-top:5px;color:#a08e74;font-size:8.5px;}.member-ai-risks{margin-top:10px;border-top:1px solid #dfd1b8;padding-top:9px;}.member-ai-risks>b{font-size:11px;}.member-ai-risks>div{margin-top:7px;color:#6d5031;font-size:10.5px;line-height:1.55;}
.member-ai-meta{display:block;margin-top:10px;color:#958875;font-size:8.5px;}.member-team-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.member-records{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;}.member-record{border:1px solid #ebe2d5;border-radius:10px;background:#fbf9f5;padding:10px;}.member-record-head{display:flex;align-items:center;justify-content:space-between;gap:5px;}.member-record-head b{font-size:10.5px;}.member-record-head span{color:#958a7b;font-size:8px;}
.member-record>strong{display:block;margin-top:8px;color:#8d5815;font-size:21px;}.member-record>small{color:#9b9184;font-size:8px;}.member-record-grid{display:grid;gap:4px;margin-top:8px;}.member-record-grid span{display:flex;justify-content:space-between;gap:5px;font-size:8.5px;}.member-record-grid i{color:#988c7d;font-style:normal;}.member-record-grid b{color:#453b31;}
.member-record.is-current-venue,.member-trend-group.is-current-venue{border-color:#b78129;background:#fff7e5;box-shadow:inset 0 0 0 1px rgba(183,129,41,.08);}.member-recent-record{max-width:calc(33.333% - 5px);margin-top:8px;}
.member-venue-summary{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:7px;border-radius:7px;background:#3d2d1b;padding:7px 9px;color:#fff4dd;font-size:8px;}.member-venue-summary b{color:#f1c977;}.member-venue-summary span{text-align:right;}
.member-trend-grid{display:grid;gap:8px;margin-top:9px;}.member-trend{border:1px solid #e7ddcd;border-radius:10px;background:#fff;padding:9px;}.member-trend-head{display:flex;justify-content:space-between;gap:8px;}.member-trend-head b{font-size:10.5px;}.member-trend-head span{color:#978b7c;font-size:8px;}.member-trend-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin-top:7px;}.member-trend-group{border:1px solid #eee5d8;border-radius:7px;background:#faf8f4;padding:7px;}.member-trend-group>b{font-size:9px;}.member-trend-group>div{display:grid;gap:3px;margin-top:5px;}.member-trend-group span{display:flex;justify-content:space-between;gap:5px;font-size:7.5px;}.member-trend-group i{color:#928779;font-style:normal;}.member-trend-group.unavailable{display:grid;gap:4px;color:#948b80;font-size:8px;}.member-trend>p{margin:7px 0 0;color:#948879;font-size:7.5px;line-height:1.45;}
.member-halftime{margin-top:9px;border:1px solid #e8dece;border-radius:9px;background:#fff;padding:9px;}.member-halftime>b{font-size:10px;}.member-halftime>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;margin-top:7px;}.member-halftime span{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:4px;align-items:center;border-radius:6px;background:#f7f2e9;padding:5px;font-size:8px;}.member-halftime i{color:#81776b;font-style:normal;}.member-halftime em{color:#9b6a1e;font-style:normal;}.member-halftime.unavailable{display:flex;justify-content:space-between;color:#958c80;font-size:9px;}
.member-goal-timing,.member-subsection{margin-top:10px;border-top:1px solid #eee5d8;padding-top:9px;}.member-goal-timing>b,.member-subsection>b{font-size:10.5px;}.member-goal-timing>div{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:4px;margin-top:7px;}.member-goal-timing span{display:grid;gap:3px;border-radius:7px;background:#f5efe5;padding:6px;text-align:center;}.member-goal-timing i{color:#8d8172;font-size:7.5px;font-style:normal;}.member-goal-timing strong{font-size:11px;}
.member-list{display:grid;gap:4px;margin-top:7px;}.member-list>div{display:grid;grid-template-columns:125px minmax(0,1fr) auto;gap:7px;align-items:center;border-bottom:1px solid #f1ece4;padding:5px 2px;font-size:8.5px;}.member-list span{color:#8d8377;}.member-list i{color:#7e684b;font-style:normal;}
.member-charts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}.member-chart{margin:0;border:1px solid #e8dfd2;border-radius:10px;background:#fcfaf7;padding:10px;}.member-chart figcaption{display:flex;align-items:center;justify-content:space-between;gap:8px;}.member-chart figcaption b{font-size:11px;}.member-chart figcaption span{color:#998e7e;font-size:8px;}.member-chart-legend{display:flex;flex-wrap:wrap;gap:7px;margin-top:7px;}.member-chart-legend span{display:flex;align-items:center;gap:3px;color:#796f63;font-size:7.5px;}.member-chart-legend i{width:7px;height:7px;border-radius:50%;background:var(--member-series);}
.member-chart-groups{display:grid;gap:6px;margin-top:9px;}.member-chart-group{display:grid;grid-template-columns:minmax(48px,75px) minmax(0,1fr);gap:6px;align-items:center;}.member-chart-group>b{overflow:hidden;color:#6e665d;font-size:8px;text-overflow:ellipsis;white-space:nowrap;}.member-chart-group>div{display:grid;gap:2px;}.member-chart-group span{position:relative;display:block;height:10px;border-radius:5px;background:#eee9e2;overflow:hidden;}.member-chart-group span>i{display:block;height:100%;border-radius:inherit;background:var(--member-series);opacity:.82;}.member-chart-group span>em{position:absolute;right:3px;top:0;color:#473f37;font-size:7px;font-style:normal;line-height:10px;}.member-chart>p{margin:8px 0 0;color:#8c8174;font-size:8px;line-height:1.45;}
.member-lineups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}.member-lineup-side{border:1px solid #ebe3d7;border-radius:9px;padding:10px;}.member-lineup-side>div{display:flex;justify-content:space-between;gap:8px;}.member-lineup-side>div b{font-size:11px;}.member-lineup-side>div span{color:#917d60;font-size:9px;}.member-lineup-side ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 8px;margin:8px 0 0;padding:0;list-style:none;counter-reset:member-player;}.member-lineup-side li{display:flex;justify-content:space-between;gap:4px;border-bottom:1px solid #f0ebe3;padding:4px 0;font-size:8.5px;}.member-lineup-side li span{color:#948a7d;}.member-lineup-side p{margin:9px 0 0;color:#9b9184;font-size:9px;}.member-lineup-analysis{margin-top:10px;border-radius:8px;background:#f8f1e6;padding:10px;font-size:10.5px;line-height:1.55;}
.member-environment{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;}.member-environment>div{display:grid;gap:5px;border:1px solid #e9e0d3;border-radius:9px;padding:10px;}.member-environment b{color:#9c6b23;font-size:9px;}.member-environment strong{font-size:11px;line-height:1.45;}.member-environment small{color:#8f8477;font-size:8px;line-height:1.4;}.member-environment .unavailable{background:#f5f3f0;color:#958d83;}
.member-generic-grid,.member-odds-books{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;}.member-generic{border:1px solid #e8dfd3;border-radius:9px;padding:10px;}.member-generic>b{font-size:10.5px;}.member-generic>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:8px;}.member-generic span{display:grid;gap:2px;}.member-generic i{color:#968b7d;font-size:7.5px;font-style:normal;}.member-generic strong{font-size:10px;}.member-generic.unavailable{display:grid;gap:6px;color:#958c80;font-size:9px;}
.member-odds-book{border:1px solid #e5d8c4;border-radius:9px;background:#fff;padding:10px;}.member-odds-book>b{font-size:11px;}.member-odds-market{display:grid;grid-template-columns:minmax(62px,1fr) repeat(3,auto);gap:6px;align-items:center;margin-top:7px;border-top:1px solid #f0e9df;padding-top:7px;font-size:8px;}.member-odds-market>span{color:#8f682f;font-weight:800;}.member-odds-market i{color:#51483f;font-style:normal;white-space:nowrap;}.member-odds-market.unavailable i{color:#9b9287;}
.member-odds-movement{background:#fbf6ed;margin-left:-5px;margin-right:-5px;padding:7px 5px 0;}.member-odds-history-title{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:14px;border-top:1px solid #e7dccb;padding-top:12px;}.member-odds-history-title b{font-size:12px;}.member-odds-history-title span{color:#948775;font-size:8px;}.member-odds-history{display:grid;gap:8px;margin-top:8px;}.member-odds-history-row{overflow:hidden;border:1px solid #e6dac7;border-radius:10px;background:#fff;}.member-odds-history-row>header{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(80px,auto);align-items:center;gap:10px;background:#f8f2e8;padding:9px 10px;}.member-odds-history-row>header>div{min-width:0;display:flex;flex-direction:column;gap:2px;}.member-odds-history-row>header b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;}.member-odds-history-row>header b i{color:#a27635;font-size:7px;font-style:normal;}.member-odds-history-row>header small{color:#958979;font-size:7.5px;}.member-odds-history-row>header strong{font-size:15px;font-variant-numeric:tabular-nums;}.member-odds-history-row>header>span{overflow:hidden;color:#7c6c58;font-size:8px;text-align:right;text-overflow:ellipsis;white-space:nowrap;}.member-odds-history-markets{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:0;padding:9px 10px;}.member-odds-history-markets>div{min-width:0;display:flex;flex-wrap:wrap;align-content:flex-start;gap:5px 8px;border-left:1px solid #eee5d8;padding:0 9px;}.member-odds-history-markets>div:first-child{border-left:0;padding-left:0;}.member-odds-history-markets>div:last-child{padding-right:0;}.member-odds-history-markets b{flex:0 0 100%;color:#916326;font-size:8.5px;}.member-odds-history-markets span{color:#4d453b;font-size:8px;font-variant-numeric:tabular-nums;white-space:nowrap;}.member-odds-history-markets .unavailable span,.member-odds-history-empty{color:#9b9287;}
.member-unavailable{color:#978d80;font-size:10px;line-height:1.55;}.member-dual-panels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}.member-dual-panels .member-panel{height:calc(100% - 14px);}.member-news-list{display:grid;gap:5px;}.member-news-list>div{display:flex;flex-wrap:wrap;gap:5px 8px;border-bottom:1px solid #f0ebe4;padding:6px 1px;font-size:9px;}.member-news-list span{color:#81766a;}
.member-sources>div:not(.member-section-title){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 12px;}.member-sources p{display:flex;justify-content:space-between;gap:8px;margin:0;border-bottom:1px solid #f0eae1;padding:5px 0;font-size:8.5px;}.member-sources p span{color:#918678;}.member-sources ul{margin:10px 0 0;padding-left:18px;color:#766d63;font-size:9px;line-height:1.55;}.member-sources>small{display:block;margin-top:10px;border-radius:7px;background:#f5eee3;padding:8px;color:#755e3d;font-size:8.5px;line-height:1.5;}

@media print{
  .member-protected-report,.paid-card.unlocked .member-protected-report{display:none!important;visibility:hidden!important;}
  .paid-card.unlocked::after{content:"会员内容禁止打印";display:block!important;border:2px solid #222;padding:24px;color:#000;font-size:16pt;text-align:center;}
}

.payment-sheet{width:100%;max-width:620px;max-height:92dvh;overflow:auto;border-radius:18px 18px 0 0;background:#fff;padding:17px 15px calc(18px + env(safe-area-inset-bottom));box-shadow:0 -10px 40px rgba(0,0,0,.2);animation:slideUp .2s ease;}
.payment-sheet-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid #eee;}
.payment-sheet-head>div{min-width:0;}.payment-sheet-head span{color:#9b7b38;font-size:10px;font-weight:700;}.payment-sheet-head h3{margin:4px 0 0;font-size:17px;line-height:1.35;word-break:break-word;}
.payment-sheet-head>button{flex:none;width:32px;height:32px;border:0;border-radius:50%;background:#f1f2f4;color:#70777f;font-size:22px;line-height:30px;cursor:pointer;}
.payment-order-summary{display:flex;align-items:center;justify-content:space-between;margin:12px 0;padding:11px 12px;border-radius:10px;background:#fff8e9;color:#74541a;font-size:12px;}
.payment-order-summary strong{font-size:21px;color:#bd6d00;}.payment-method-title{margin:15px 2px 8px;color:#4b535b;font-size:12px;font-weight:800;}
.payment-method-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}
.payment-method{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;min-height:58px;border:1px solid #e0e3e6;border-radius:11px;background:#fff;padding:8px 10px;text-align:left;cursor:pointer;}
.payment-method.enabled:hover{border-color:#d4b56f;background:#fffaf0;}.payment-method.disabled{background:#f7f7f8;color:#a4a8ad;cursor:not-allowed;}
.payment-method .pm-mark{display:flex;align-items:center;justify-content:center;min-width:44px;max-width:80px;min-height:29px;border-radius:7px;background:#f2f4f6;color:#3d4751;padding:4px 6px;font-size:8px;font-weight:900;text-align:center;}
.payment-method.wechat_pay.enabled .pm-mark{background:#e7f8ed;color:#158447;}.payment-method.alipay.enabled .pm-mark{background:#e8f3ff;color:#1678d2;}.payment-method.paypal.enabled .pm-mark{background:#fff3cd;color:#193c7d;}.payment-method.apple_pay.enabled .pm-mark{background:#111;color:#fff;}.payment-method.card.enabled .pm-mark{background:#eff1ff;color:#263b91;}
.payment-method>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:2px;}.payment-method b{font-size:12px;}.payment-method small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#9299a0;font-size:8.5px;}.payment-method i{font-style:normal;color:#b2b7bd;font-size:18px;}
.payment-sheet-msg{margin-top:12px;border-radius:9px;background:#f5f6f7;padding:9px 10px;color:#69727b;font-size:10.5px;line-height:1.5;text-align:center;}.payment-sheet-msg.pending{background:#fff7df;color:#866313;}.payment-sheet-msg.bad{background:#fff0f1;color:#a42b34;}.payment-sheet-msg.ok{background:#eaf8ef;color:#247145;}
.payment-legal{margin:10px 4px 0;color:#9a9fa5;font-size:9px;line-height:1.5;text-align:center;}.payment-legal a{color:#657993;text-decoration:none;}
.payment-toast{position:fixed;z-index:1200;left:50%;bottom:calc(24px + env(safe-area-inset-bottom));transform:translateX(-50%);max-width:calc(100% - 30px);border-radius:20px;padding:9px 15px;background:#343a40;color:#fff;font-size:12px;box-shadow:0 6px 20px rgba(0,0,0,.22);text-align:center;}.payment-toast.ok{background:#267547;}.payment-toast.bad{background:#8b3e36;}

@media (max-width:600px){
  .match-form-grid,.match-standing-grid{grid-template-columns:1fr;}
  .match-form-grid{padding-left:9px;padding-right:9px;}
  .match-account-panel{margin:10px;}
  .chat-input{gap:7px;padding-left:9px;padding-right:9px;}
  .chat-send{padding-left:12px;padding-right:12px;}
  .paid-slot{margin-left:9px;margin-right:9px;}.paid-slot-head{align-items:flex-start;}.paid-once{font-size:9px;padding:4px 7px;}
  .paid-card{margin:9px;}.payment-method-list{grid-template-columns:1fr;}.payment-sheet{padding-left:12px;padding-right:12px;}
  .paid-module-directory{grid-template-columns:1fr;}.paid-unpublished-card .paid-card-top{align-items:flex-start;}.paid-unpublished-card .paid-card-top strong{max-width:92px;text-align:right;white-space:normal;}
  .member-vip-intro{margin:9px;padding:14px;}.member-vip-intro h3{font-size:18px;}.member-report-document{padding:10px;}
  .member-trace-strip{grid-template-columns:1fr;gap:3px;}.member-trace-strip>:is(b,span,time){min-width:0;white-space:normal;overflow-wrap:anywhere;}.member-trace-strip b{overflow:visible;text-overflow:clip;}.member-report-head{display:grid;grid-template-columns:1fr;align-items:start;}.member-report-head h2{text-align:left;font-size:19px;}.member-report-head>div{align-items:flex-start;text-align:left;}
  .member-team-grid,.member-charts,.member-dual-panels{grid-template-columns:1fr;}.member-records{grid-template-columns:repeat(3,minmax(0,1fr));}.member-record{padding:7px;}.member-record-head{display:grid;}.member-record>strong{font-size:17px;}.member-record-grid{display:none;}
  .member-environment,.member-generic-grid,.member-odds-books{grid-template-columns:1fr;}.member-lineups{grid-template-columns:1fr;}.member-goal-timing>div{grid-template-columns:repeat(3,minmax(0,1fr));}.member-list>div{grid-template-columns:90px minmax(0,1fr) auto;}.member-sources>div:not(.member-section-title){grid-template-columns:1fr;}.member-recent-record{max-width:none;}.member-trend-groups{grid-template-columns:1fr;}.member-odds-market{grid-template-columns:repeat(2,minmax(0,1fr));}.member-odds-market>span{grid-column:1/-1;}.member-odds-market i{white-space:normal;}.member-odds-history-row>header{grid-template-columns:minmax(0,1fr) auto;}.member-odds-history-row>header>span{grid-column:1/-1;text-align:left;}.member-odds-history-markets{grid-template-columns:1fr;gap:8px;}.member-odds-history-markets>div{border-top:1px solid #eee5d8;border-left:0;padding:8px 0 0;}.member-odds-history-markets>div:first-child{border-top:0;padding-top:0;}.member-odds-history-markets>div:last-child{padding-right:0;}
}

/* 赛事深度榜单：自动赛季回退、可重试错误与历史来源 */
.spl-season-fallback{margin:9px 12px 0;padding:8px 11px;border:1px solid #d9e7f5;border-radius:8px;background:#f3f8fd;color:#4f6f91;font-size:11px;line-height:1.45;}
.lgx-season-tip{display:block;margin-top:4px;color:#f3e5ad;font-size:9px;white-space:nowrap;}
.spl-retry{display:block;margin:12px auto 0;border:1px solid #d74a52;border-radius:16px;background:#fff;color:#c9343d;padding:6px 16px;font-family:inherit;font-size:12px;font-weight:600;line-height:1.2;cursor:pointer;}
.history-source{color:#4778a8;text-decoration:none;font-size:10px;line-height:1.35;}
.history-source:hover{text-decoration:underline;}
.hist-main .h-table .avatar,.hist-main .r-table .avatar{vertical-align:middle;margin-right:7px;}

@media (max-width:600px){
  .spl-season-fallback{margin-left:8px;margin-right:8px;}
  .lgx-season-tip{max-width:126px;white-space:normal;text-align:right;line-height:1.25;}
  .history-source{display:inline-block;max-width:88px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;}
}

/* v91：榜单图表 + 球员/球队图文百科 */
.rank-visual{padding:0 0 18px;}
.rank-podium{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:12px 0 18px;align-items:end;}
.rank-podium-card{position:relative;min-width:0;min-height:162px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:5px;padding:16px 8px 12px;border:1px solid #e6e9ed;border-radius:16px;background:linear-gradient(160deg,#fff,#f7f9fc);color:inherit;text-decoration:none;box-shadow:0 5px 16px rgba(35,48,66,.06);}
.rank-podium-card.p1{min-height:183px;border-color:#f0d58d;background:linear-gradient(155deg,#fffaf0,#fff);box-shadow:0 8px 22px rgba(164,116,22,.12);}
.rank-medal{position:absolute;top:9px;left:10px;width:23px;height:23px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#dfe4ea;color:#66717d;font-size:11px;font-weight:900;}
.rank-podium-card.p1 .rank-medal{background:#f6c64f;color:#664600}.rank-podium-card.p2 .rank-medal{background:#d9e0e7;color:#53606d}.rank-podium-card.p3 .rank-medal{background:#e7b58c;color:#75451f}
.rank-podium-card .avatar.big,.rank-podium-card>.lgx-badge.big,.rank-podium-card>.lgx-national-flag.big,.rank-podium-card>.sport-badge-missing.big{width:62px;height:62px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#eef1f4;font-size:38px;}
.rank-podium-card .avatar.big img{width:100%;height:100%;object-fit:cover;object-position:top center;}.rank-podium-card>.lgx-badge.big{object-fit:contain;border-radius:12px;background:transparent;}
.rank-podium-card>b{max-width:100%;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank-podium-card>small{max-width:100%;font-size:10px;color:#8b949d;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank-podium-card>strong{color:var(--red);font-size:19px;line-height:1;}
.rank-chart-list{display:flex;flex-direction:column;gap:6px;}.rank-chart-row{display:grid;grid-template-columns:28px 38px minmax(0,1fr) auto 12px;gap:9px;align-items:center;min-height:58px;padding:7px 9px;border:1px solid #edf0f2;border-radius:11px;background:#fff;color:inherit;text-decoration:none;}
.rank-chart-row:hover{border-color:#efc4c7;background:#fffafa}.rank-no{text-align:center;color:#8d969f;font-size:12px;font-variant-numeric:tabular-nums}.rank-chart-row>.avatar,.rank-chart-row>.lgx-badge,.rank-chart-row>.lgx-national-flag,.rank-chart-row>.sport-badge-missing{width:36px;height:36px;margin:0;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f0f2f5;font-size:24px;object-fit:contain;}
.rank-chart-row>.avatar img{width:100%;height:100%;object-fit:cover;object-position:top center}.rank-chart-copy{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:8px;align-items:center}.rank-chart-copy>b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.rank-chart-copy>small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#9299a1;font-size:9px}.rank-chart-copy>i{grid-column:1/3;height:6px;margin-top:6px;border-radius:4px;background:#eef1f4;overflow:hidden}.rank-chart-copy>i>em{display:block;height:100%;border-radius:4px;background:linear-gradient(90deg,#e43a42,#ff7a66)}.rank-chart-row>strong{color:#303943;font-size:14px;font-variant-numeric:tabular-nums}.rank-arrow{color:#c0c5ca;font-size:18px;}
.rank-load-more,.feed-load-more{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 10px;color:var(--text2);font-size:10px}.rank-load-more button,.feed-load-more button{min-width:138px;border:1px solid color-mix(in srgb,var(--red) 34%,var(--line));border-radius:18px;background:var(--bg);color:var(--red);padding:7px 15px;font-family:inherit;font-size:11px;font-weight:600;line-height:1.2;cursor:pointer}.rank-load-more button:hover,.feed-load-more button:hover{background:color-mix(in srgb,var(--red) 8%,var(--bg))}
.group-block,.dm-group,.history-season-card{content-visibility:auto;contain-intrinsic-size:180px}.rank-chart-row{content-visibility:auto;contain-intrinsic-size:58px}
.topic-compose-fab{border:0;font-family:inherit;}
.p-imgs{position:relative}.p-img-more{display:flex;align-items:center;justify-content:center;min-height:54px;border-radius:8px;background:#f0f2f5;color:#727b84;font-size:11px;font-weight:700}

.entity-page{background:#f4f6f8;min-height:100vh;padding-bottom:38px}.entity-hero{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 85% 12%,rgba(255,255,255,.18),transparent 32%),linear-gradient(145deg,#172b4d,#315c91);}.entity-hero.entity-team{background:radial-gradient(circle at 12% 16%,rgba(255,255,255,.15),transparent 28%),linear-gradient(145deg,#25324b,#5e3f75)}
.entity-topbar{height:50px;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;padding:0 10px;font-size:14px;font-weight:700}.entity-topbar button{border:0;background:transparent;color:#fff;font-size:30px;text-align:left;cursor:pointer}.entity-topbar span{text-align:center}.entity-hero-content{display:flex;align-items:flex-end;justify-content:center;gap:34px;padding:16px 26px 0;min-height:230px}.entity-portrait{position:relative;width:176px;height:210px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:24px 24px 0 0;background:rgba(255,255,255,.12);font-size:92px;filter:drop-shadow(0 12px 18px rgba(0,0,0,.18))}.entity-portrait img{position:absolute;inset:0;z-index:2;width:100%;height:100%;object-fit:contain;object-position:center bottom}.entity-portrait-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.88);font-size:.58em;font-weight:850;text-shadow:0 3px 14px rgba(0,0,0,.2)}.entity-portrait-fallback.is-flag{font-size:.72em}.entity-portrait.has-image .entity-portrait-fallback{visibility:hidden}.entity-portrait.no-image{background:rgba(255,255,255,.08)}.entity-identity{align-self:center;min-width:0;max-width:480px;padding-bottom:24px}.entity-identity small{font-size:10px;letter-spacing:.2em;color:rgba(255,255,255,.62)}.entity-identity h1{margin:7px 0 4px;font-size:34px;line-height:1.12}.entity-identity>div{font-size:14px;color:rgba(255,255,255,.72)}.entity-identity p{margin:12px 0 0;font-size:13px;color:#dce7f3}
.entity-fact-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));max-width:760px;margin:0 auto;padding:0 18px 18px;gap:7px}.entity-fact-strip>div{display:flex;flex-direction:column;align-items:center;gap:3px;padding:9px 5px;border-radius:10px;background:rgba(255,255,255,.11);backdrop-filter:blur(6px)}.entity-fact-strip b{font-size:18px}.entity-fact-strip span{max-width:100%;font-size:9px;color:rgba(255,255,255,.72);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.entity-source-line{display:flex;justify-content:space-between;gap:10px;padding:10px 16px;background:#fff;border-bottom:1px solid #e6e9ec;color:#747e87;font-size:10px}.entity-source-line b{color:#9aa2a9;font-weight:500}.entity-section{width:calc(100% - 24px);box-sizing:border-box;margin:12px auto 0;max-width:940px;padding:16px;border:1px solid #e4e7ea;border-radius:15px;background:#fff;box-shadow:0 4px 16px rgba(34,47,60,.04)}.entity-section-title{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:13px}.entity-section-title b{font-size:17px;color:#2e3740}.entity-section-title span{font-size:10px;color:#8e979f}
.entity-profile-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.entity-profile-facts>div{min-width:0;display:flex;flex-direction:column;gap:4px;padding:11px;border-radius:10px;background:#f6f8fa}.entity-profile-facts span{font-size:9px;color:#8b949d}.entity-profile-facts b{font-size:13px;color:#303943;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.entity-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.entity-metric{padding:10px 11px;border-radius:10px;background:#f7f9fb}.entity-metric-head{display:flex;justify-content:space-between;gap:10px;font-size:11px}.entity-metric-head span{color:#69737c}.entity-metric-head b{color:#29333d}.entity-metric-track{height:7px;margin-top:8px;border-radius:4px;background:#e8edf1;overflow:hidden}.entity-metric-track i{display:block;height:100%;border-radius:4px;background:linear-gradient(90deg,#e43b43,#ff8c70)}.entity-metric small{display:block;margin-top:5px;color:#969da4;font-size:9px}
.entity-wiki-loading{min-height:92px;display:flex;align-items:center;justify-content:center;gap:9px;color:#8b949c;font-size:11px}.entity-wiki-loading i{width:18px;height:18px;border:2px solid #e1e5e9;border-top-color:var(--red);border-radius:50%;animation:spin .8s linear infinite}.entity-wiki-card{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;align-items:stretch}.entity-wiki-card.has-image{grid-template-columns:minmax(170px,34%) minmax(0,1fr)}.entity-wiki-card.no-image{grid-template-columns:minmax(0,1fr)}.entity-wiki-card>div{min-width:0}.entity-wiki-card>img{width:100%;height:220px;object-fit:cover;object-position:center top;border-radius:12px;background:#edf0f3}.entity-wiki-card>img.entity-wiki-badge{box-sizing:border-box;object-fit:contain;padding:18px}.entity-wiki-card h2{margin:2px 0 9px;font-size:21px}.entity-wiki-image-note{display:block;margin:-2px 0 9px;color:#8a939c;font-size:9px;line-height:1.5}.entity-wiki-card p{margin:0;color:#535d66;font-size:13px;line-height:1.8}.entity-wiki-card a{display:inline-flex;margin-top:12px;color:#356f9f;font-size:11px;text-decoration:none}
.entity-roster-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}.entity-roster-grid>a{min-width:0;display:flex;flex-direction:column;align-items:center;gap:5px;padding:9px 5px;border:1px solid #edf0f2;border-radius:11px;color:inherit;text-decoration:none;background:#fbfcfd}.entity-roster-grid>a>div{position:relative;width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;background:#eef1f4;color:#7f8993;font-size:19px;font-weight:850}.entity-roster-avatar>span{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.entity-roster-avatar.has-image>span{visibility:hidden}.entity-roster-grid img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center}.entity-roster-grid b{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.entity-roster-grid small{color:#9098a0;font-size:9px}
.mxd-team-link{color:inherit;text-decoration:none;cursor:pointer}.nova-ui .mxd-team-link:focus-visible{outline:2px solid color-mix(in srgb,var(--color-on-chrome) 72%,transparent);outline-offset:-3px}.nova-ui .mxd-team-link:hover{background:color-mix(in srgb,var(--color-on-chrome) 9%,transparent)}
.entity-inline-link{color:inherit;text-decoration:none}.history-timeline{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.history-season-card{display:grid;grid-template-columns:58px minmax(0,1fr) minmax(0,.8fr);gap:9px;align-items:center;padding:10px;border:1px solid #e8ebee;border-radius:12px;background:#fff}.history-season-card>time{font-size:12px;font-weight:800;color:#8c959e}.history-season-card>a,.history-season-card>div{min-width:0;display:flex;align-items:center;gap:8px;color:inherit;text-decoration:none}.history-season-card .lgx-badge.big,.history-season-card .lgx-national-flag.big{width:38px;height:38px;font-size:28px}.history-season-card span{min-width:0;display:flex;flex-direction:column}.history-season-card small{font-size:8px;color:#9aa1a8}.history-season-card b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.history-season-card .runner{opacity:.75}
.history-award-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.history-award-grid>a,.history-award-grid>div{min-width:0;display:grid;grid-template-columns:46px minmax(0,1fr);grid-template-rows:auto auto auto;column-gap:9px;align-items:center;padding:10px;border:1px solid #e8ebee;border-radius:12px;color:inherit;text-decoration:none;background:#fff}.history-award-grid time{grid-column:1/3;color:#8d969f;font-size:9px;margin-bottom:5px}.history-award-grid .avatar.big,.history-award-grid>.avatar.big{grid-row:2/4;width:46px;height:46px;border-radius:50%;overflow:hidden}.history-award-grid .avatar.big img{width:100%;height:100%;object-fit:cover;object-position:top}.history-award-grid b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.history-award-grid span{min-width:0;color:#8e969e;font-size:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overview-metric-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;padding:12px}.overview-metric-grid>div{display:flex;flex-direction:column;align-items:center;gap:3px;padding:10px 4px;border-radius:10px;background:#f5f7f9}.overview-metric-grid b{font-size:18px}.overview-metric-grid span{color:#8d969f;font-size:9px}.ov-teams a.t,.best-pitch a.player{color:inherit;text-decoration:none}

.stat-compare-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px 14px}.stat-compare-row{padding:10px;border:1px solid #edf0f2;border-radius:10px;background:#fff}.stat-compare-values,.match-detail-compare>div{display:grid;grid-template-columns:52px minmax(0,1fr) 52px;align-items:center;text-align:center;font-size:11px}.stat-compare-values b:first-child,.match-detail-compare b:first-child{text-align:left;color:#e33c44}.stat-compare-values b:last-child,.match-detail-compare b:last-child{text-align:right;color:#487db4}.stat-compare-values span,.match-detail-compare span{color:#68727c}.stat-compare-track,.match-detail-compare>i{display:flex;height:7px;gap:2px;margin-top:8px;border-radius:5px;overflow:hidden;background:#edf0f2}.stat-compare-track i,.match-detail-compare em{display:block;height:100%}.stat-compare-track .home,.match-detail-compare .home{margin-left:auto;background:#e43a42;border-radius:4px 0 0 4px}.stat-compare-track .away,.match-detail-compare .away{background:#4d84ba;border-radius:0 4px 4px 0}.match-live-data-head{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;padding:12px 16px 0;font-size:12px}.match-live-data-head span:last-child{text-align:right}.match-live-data-head b{font-size:10px;color:#8d959d}.match-detail-compare{padding:8px 10px;border-top:1px solid #f0f2f4}.mfc-result-bar{display:flex;height:5px;margin-top:6px;border-radius:3px;overflow:hidden;background:#eceff2}.mfc-result-bar i{display:block}.mfc-result-bar .w{background:#d83c43}.mfc-result-bar .d{background:#929ba5}.mfc-result-bar .l{background:#487daf}
.history-award-grid>div>.entity-inline-link{grid-column:1/3;display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:9px;min-width:0}.history-award-grid>div>.entity-inline-link .avatar.big{display:inline-flex;grid-row:auto;flex:none;width:46px;height:46px}.history-award-grid>div>span{grid-column:2/3}
.odds2-hd,.odds2-tr{grid-template-columns:1.3fr repeat(var(--odds-cols,6),1fr)}
.odds-market{padding:0 0 8px}.odds-market h4{margin:0;padding:10px 14px 5px;color:#3b444d;font-size:12px}

@media (max-width:600px){
  .rank-layout,.hist-layout{display:block;min-height:0}.rank-side,.hist-side{position:static;width:100%;display:flex;gap:7px;overflow-x:auto;padding:8px;background:rgba(250,250,251,.96);border-bottom:1px solid #eceef0;scrollbar-width:none;box-sizing:border-box}.rank-side::-webkit-scrollbar,.hist-side::-webkit-scrollbar{display:none}.rank-side .it,.hist-side .it{flex:0 0 auto;padding:7px 12px;border:1px solid #e2e5e8;border-radius:16px;background:#fff;font-size:11px}.rank-side .it.active,.hist-side .it.active{border-color:#e6434a;background:#fff1f1;color:var(--red)}.rank-main,.hist-main{width:100%;padding:11px 9px 20px;box-sizing:border-box}.rank-main h3,.hist-main h3{padding-left:2px}
  .rank-podium{gap:5px;margin-top:7px}.rank-podium-card{min-height:142px;padding-left:4px;padding-right:4px}.rank-podium-card.p1{min-height:158px}.rank-podium-card .avatar.big,.rank-podium-card>.lgx-badge.big,.rank-podium-card>.lgx-national-flag.big,.rank-podium-card>.sport-badge-missing.big{width:48px;height:48px;font-size:31px}.rank-podium-card>b{font-size:11px}.rank-podium-card>strong{font-size:16px}.rank-chart-row{grid-template-columns:24px 34px minmax(0,1fr) auto 9px;gap:6px;padding-left:4px;padding-right:6px}.rank-chart-row>.avatar,.rank-chart-row>.lgx-badge,.rank-chart-row>.lgx-national-flag,.rank-chart-row>.sport-badge-missing{width:32px;height:32px;font-size:21px}
  .entity-hero-content{min-height:182px;gap:18px;padding:8px 15px 0}.entity-portrait{width:118px;height:158px;border-radius:18px 18px 0 0;font-size:60px}.entity-identity{padding-bottom:18px}.entity-identity h1{font-size:24px}.entity-identity>div{font-size:11px}.entity-identity p{font-size:10px;margin-top:8px}.entity-fact-strip{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 9px 10px}.entity-source-line{flex-direction:column;padding:8px 10px}.entity-section{width:calc(100% - 14px);margin:8px 7px 0;padding:12px;border-radius:12px}.entity-profile-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.entity-metric-grid{grid-template-columns:1fr}.entity-wiki-card,.entity-wiki-card.has-image,.entity-wiki-card.no-image{grid-template-columns:1fr;gap:10px}.entity-wiki-card>img{height:230px}.entity-wiki-card p{font-size:12px;line-height:1.7}.entity-roster-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .history-timeline{grid-template-columns:1fr}.history-season-card{grid-template-columns:48px minmax(0,1fr) minmax(0,.8fr)}.history-award-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));padding:9px}.stat-compare-list{grid-template-columns:1fr;padding:8px 9px}.odds2-table{overflow-x:auto}.odds2-hd,.odds2-tr{min-width:620px}
}

/* v110：首页地区→具体赛事两级筛选；v121 去掉步骤文案，改为地球/定位/赛事图标。 */
.lg-filter-bar.home-filter-panel{display:block!important;position:relative!important;width:100%;height:auto!important;min-height:0!important;padding:12px 14px 9px!important;box-sizing:border-box;background:#fff;border-bottom:1px solid var(--line)}
.home-filter-top{display:grid;grid-template-columns:minmax(0,1fr) minmax(190px,250px);align-items:end;gap:14px}.home-filter-top.no-region{grid-template-columns:minmax(0,1fr)}.home-region-area{min-width:0}.home-filter-row{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:8px}.home-filter-icon{width:30px;height:30px;display:inline-grid;place-items:center;box-sizing:border-box;border:1px solid #dfe4e8;border-radius:50%;background:#f3f6f8;color:#c53a43}.home-filter-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.home-filter-icon.trophy{width:34px;height:34px;flex:none;border-radius:11px}.home-filter-icon.trophy svg{width:18px;height:18px}
.home-region-strip{display:flex;align-items:center;gap:7px;min-width:0;overflow-x:auto;padding:1px 1px 5px;scroll-snap-type:x proximity;scrollbar-width:none}.home-region-strip::-webkit-scrollbar{display:none}.home-region-chip{flex:0 0 auto;min-height:36px;display:inline-flex;align-items:center;gap:6px;border:1px solid #e1e5e9;border-radius:18px;background:#f8f9fa;color:#4d5863;padding:0 12px;font-family:inherit;font-size:12px;font-weight:700;line-height:1.2;cursor:pointer;scroll-snap-align:start}.home-region-chip small{min-width:17px;border-radius:9px;background:#e9edf1;color:#7b858f;padding:1px 5px;font-size:9px;font-weight:700;text-align:center}.home-region-chip.on{border-color:#d93640;background:#d93640;color:#fff;box-shadow:0 4px 12px rgba(217,54,64,.2)}.home-region-chip.on small{background:rgba(255,255,255,.2);color:#fff}
.home-country-area[hidden]{display:none!important}.home-country-area{margin-top:5px}.home-country-strip{display:flex;align-items:center;gap:6px;min-width:0;overflow-x:auto;padding:0 1px 4px;scroll-snap-type:x proximity;scrollbar-width:none}.home-country-strip::-webkit-scrollbar{display:none}.home-country-chip{flex:0 0 auto;min-height:29px;display:inline-flex;align-items:center;gap:5px;border:1px solid #e2e6e9;border-radius:15px;background:#fff;color:#66717b;padding:0 10px;font-family:inherit;font-size:10px;font-weight:700;line-height:1.2;cursor:pointer;scroll-snap-align:start}.home-country-chip small{min-width:15px;border-radius:8px;background:#f0f2f4;color:#8d969f;padding:1px 4px;font-size:8px;text-align:center}.home-country-chip.on{border-color:#d94a52;background:#fff1f2;color:#c9343c}.home-country-chip.on small{background:#f8d9dc;color:#bd333b}
.home-comp-trigger[hidden]{display:none!important}.home-comp-trigger{min-width:0;min-height:48px;display:grid;grid-template-columns:34px minmax(0,1fr) 16px;align-items:center;gap:9px;border:1px solid #dfe4e8;border-radius:12px;background:#f7f9fa;color:#313b45;padding:6px 10px;text-align:left;cursor:pointer}.home-comp-trigger:hover{border-color:#cbd3d9;background:#fff}.home-comp-trigger .filter-logo{width:30px;height:30px}.home-comp-trigger>span{min-width:0;display:flex;flex-direction:column;gap:2px}.home-comp-trigger small{color:#9099a2;font-size:9px;font-weight:650}.home-comp-trigger b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.home-comp-trigger>i{color:#8e979f;font-style:normal;font-size:22px;text-align:right}.home-filter-meta{display:flex;justify-content:space-between;gap:12px;margin-top:7px;color:#8e979f;font-size:9px;line-height:1.4}.home-filter-meta span:last-child{text-align:right}
.home-ranked-section{margin:13px;border:1px solid #e6eaed;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 4px 15px rgba(31,45,58,.05)}.home-ranked-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:12px 14px;border-bottom:1px solid #e8ecef;background:linear-gradient(100deg,#f5f8fa,#fff)}.home-ranked-head>div{min-width:0;display:flex;align-items:center;gap:9px}.home-ranked-head b{color:#2f3943;font-size:14px}.home-ranked-head span{color:#7c8791;font-size:10px}.home-ranked-head small{max-width:46%;color:#929aa2;font-size:9px;line-height:1.45;text-align:right}.home-rank-warning{padding:8px 13px;border-bottom:1px solid #f0dfc0;background:#fff8e9;color:#8b6b29;font-size:10px;line-height:1.5}.home-ranked-list .match-row:last-child{border-bottom:0}
.match-row .time-min .t.ranked{width:94px;display:inline-flex;align-items:baseline;gap:5px}.match-row .time-min .t.ranked small{color:#66727c;font-size:10px;font-weight:700}.match-row .time-min .t.ranked b{color:#4f5c67;font-size:12px;font-variant-numeric:tabular-nums}.match-strength{max-width:100%;display:flex;align-items:center;justify-content:center;gap:6px;margin-top:5px;color:#64707b;font-size:9px}.match-strength span{border:1px solid #e3c879;border-radius:9px;background:#fff8df;color:#8b6b19;padding:1px 6px;font-size:8px;font-weight:800}.match-strength b{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#c33a42;font-size:10px}
body.home-comp-open{overflow:hidden}body.home-comp-open #app{z-index:1000}.home-comp-modal[hidden]{display:none!important}.home-comp-modal{position:fixed;inset:0;z-index:1600;display:flex;justify-content:flex-end;background:rgba(12,18,25,.48);backdrop-filter:blur(3px)}.home-comp-drawer{width:min(390px,100vw);height:100dvh;display:flex;flex-direction:column;box-sizing:border-box;background:#fff;padding:calc(18px + env(safe-area-inset-top)) 14px calc(14px + env(safe-area-inset-bottom));box-shadow:-18px 0 50px rgba(0,0,0,.24);animation:homeDrawerIn .18s ease-out}.home-comp-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 2px 12px;border-bottom:1px solid #e8ebee}.home-comp-title-wrap{min-width:0;display:flex;align-items:center;gap:9px}.home-comp-drawer-head h3{margin:0;color:#2e3842;font-size:18px}.home-comp-close{width:38px;height:38px;flex:none;border:1px solid #e1e5e8;border-radius:50%;background:#f5f7f8;color:#67727d;font-size:25px;line-height:34px;cursor:pointer}.home-comp-help{margin:11px 2px;color:#818b95;font-size:10px;line-height:1.6}.home-comp-list{min-height:0;display:flex;flex:1;flex-direction:column;gap:7px;overflow-y:auto;padding:1px 2px 8px}.home-comp-option{width:100%;min-height:58px;display:grid;grid-template-columns:40px minmax(0,1fr) 22px;align-items:center;gap:10px;border:1px solid #e6eaed;border-radius:12px;background:#fff;color:#37414b;padding:7px 10px;text-align:left;cursor:pointer}.home-comp-option:hover{border-color:#d1d8de;background:#f8fafb}.home-comp-option.on{border-color:#d73a43;background:#fff5f5}.home-comp-option .home-comp-logo{width:34px;height:34px}.home-comp-option>span{min-width:0;display:flex;flex-direction:column;gap:3px}.home-comp-option b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.home-comp-option small{color:#939ca5;font-size:9px}.home-comp-option>i{color:#d73a43;font-style:normal;font-size:17px;font-weight:900;text-align:center}@keyframes homeDrawerIn{from{transform:translateX(22px);opacity:.65}to{transform:translateX(0);opacity:1}}

@media (max-width:700px){.lg-filter-bar.home-filter-panel{min-height:0!important;padding:10px 9px 8px!important}.home-filter-top{grid-template-columns:1fr;gap:5px}.home-filter-row{grid-template-columns:28px minmax(0,1fr);gap:6px}.home-filter-icon{width:28px;height:28px}.home-filter-icon svg{width:16px;height:16px}.home-filter-icon.trophy{width:34px;height:34px}.home-comp-trigger{width:100%;min-height:43px;grid-template-columns:29px minmax(0,1fr) 14px}.home-comp-trigger .filter-logo{width:26px;height:26px}.home-filter-meta{margin-top:6px}.home-filter-meta span:last-child{display:none}.home-ranked-section{margin:8px}.home-ranked-head{display:block;padding:10px}.home-ranked-head>div{justify-content:space-between}.home-ranked-head small{display:block;max-width:none;margin-top:5px;text-align:left}.match-row .time-min .t.ranked{width:68px;gap:3px}.match-strength b{max-width:170px}.home-comp-drawer{width:min(100vw,430px)}}
@media (max-width:360px){.home-region-chip{min-height:34px;padding:0 10px}.home-ranked-head span{font-size:9px}.match-strength{justify-content:flex-start;gap:4px}.match-strength b{max-width:130px;font-size:9px}.match-row .time-min .t.ranked{width:64px}.match-row .time-min .t.ranked small{font-size:8px}}

/* 赛事完整赛程提示 + 赛事级情报/会员入口 */
.wc-fixture-completeness{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:14px 16px 2px;border:1px solid #dce4e8;border-radius:14px;background:#f8fafb;padding:13px 15px}.wc-fixture-completeness>div{min-width:0;display:flex;flex-direction:column;gap:3px}.wc-fixture-completeness small{color:#7e8992;font-size:9px;font-weight:800;letter-spacing:.08em}.wc-fixture-completeness b{color:#27323c;font-size:15px}.wc-fixture-completeness span{color:#74808a;font-size:10px;line-height:1.5}.wc-fixture-completeness button,.competition-hub-all{flex:none;border:1px solid #cfdae0;border-radius:18px;background:#fff;color:#3d4a55;padding:8px 13px;font-size:10px;font-weight:800;cursor:pointer;text-decoration:none}
.competition-hub{padding:16px}.competition-hub-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;border:1px solid #e1e6e9;border-radius:16px;background:linear-gradient(115deg,#f5f8fa,#fff);padding:17px}.competition-hub-head>div{min-width:0}.competition-hub-head small{color:#88939c;font-size:9px;font-weight:750}.competition-hub-head h2{margin:4px 0 6px;color:#26313a;font-size:22px}.competition-hub-head p{max-width:720px;margin:0;color:#75818b;font-size:11px;line-height:1.65}.competition-hub-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:11px 0}.competition-hub-summary span{display:flex;align-items:baseline;justify-content:center;gap:5px;border:1px solid #e5e9ec;border-radius:10px;background:#fff;padding:9px;color:#7c8790;font-size:9px}.competition-hub-summary b{color:#303b44;font-size:16px}.competition-hub-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.competition-hub-match{min-width:0;display:grid;grid-template-columns:92px minmax(0,1fr) 118px;align-items:center;gap:10px;border:1px solid #e3e8eb;border-radius:12px;background:#fff;color:#35414b;padding:10px 11px;text-decoration:none}.competition-hub-match:hover{border-color:#cbd6dc;background:#f9fbfc}.competition-hub-meta{min-width:0;display:flex;flex-direction:column;gap:3px}.competition-hub-meta span{font-size:10px;font-weight:800}.competition-hub-meta small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#929ca4;font-size:8px}.competition-hub-teams{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 42px minmax(0,1fr);align-items:center;gap:7px}.competition-hub-teams>span{min-width:0;display:flex;align-items:center;gap:6px}.competition-hub-teams>span:last-child{justify-content:flex-end;text-align:right}.competition-hub-teams b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.competition-hub-teams em{font-style:normal;text-align:center;color:#64717b;font-size:10px;font-weight:850}.competition-hub-teams .lgx-badge,.competition-hub-teams .team-identity-mark,.competition-hub-teams .lgx-national-flag{width:22px;height:22px;flex:none;font-size:12px}.competition-hub-match>strong{color:#55717f;font-size:9px;text-align:right}
@media(max-width:900px){.competition-hub-list{grid-template-columns:1fr}.competition-hub-match{grid-template-columns:82px minmax(0,1fr) 108px}}
@media(max-width:700px){.wc-fixture-completeness{align-items:flex-start;margin:10px 9px 2px;padding:11px}.wc-fixture-completeness button{padding:7px 9px}.competition-hub{padding:9px}.competition-hub-head{display:block;padding:13px}.competition-hub-all{display:inline-block;margin-top:10px}.competition-hub-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.competition-hub-match{grid-template-columns:68px minmax(0,1fr);gap:7px;padding:9px}.competition-hub-match>strong{grid-column:1/-1;border-top:1px solid #edf0f2;padding-top:6px;text-align:left}.competition-hub-teams{grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr)}.competition-hub-teams b{font-size:10px}}
@media(max-width:700px){.match-hot-compose{align-items:stretch;flex-direction:column;gap:12px}.match-hot-compose>button{width:100%;min-height:42px}}

/* Owner 社区写入开关：历史内容始终保留可读，只收起或禁用新增内容入口。 */
.community-feature-disabled{display:flex;align-items:center;gap:8px;margin:10px 14px;border:1px solid #ead7aa;border-radius:11px;background:#fff7e3;color:#72521b;padding:10px 12px;font-size:11px;line-height:1.45}
.community-feature-disabled>b{flex:none;color:#6b4810;font-size:12px}.community-feature-disabled>span{min-width:0;color:#7a6541}
.fab.community-feature-fab-disabled,.nova-route-discover .fab.community-feature-fab-disabled,.nova-route-topic .fab.community-feature-fab-disabled{max-width:min(300px,calc(100vw - 32px));display:grid;gap:2px;background:#69737d;color:#fff;box-shadow:0 6px 18px rgba(43,52,61,.24);cursor:default;text-align:right}
.community-feature-fab-disabled>small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#e9edf0;font-size:9px;font-weight:600}
.chat-input.is-disabled{background:#f7f8f9}.chat-input.is-disabled .box:disabled{background:#e9ecef;color:#68727c;cursor:not-allowed;opacity:1}
.chat-input.is-disabled .chat-send:disabled,.pd-cmt-bar.is-disabled button:disabled,.news-comment-form.is-disabled button:disabled,.match-hot-compose>button:disabled{border:1px solid #d9dee2;background:#e7eaed;color:#626d77;box-shadow:none;cursor:not-allowed;opacity:1}
.pd-cmt-bar.is-disabled{background:#f7f8f9}.pd-cmt-bar.is-disabled input:disabled{border-color:#dde2e6;background:#e9ecef;color:#68727c;cursor:not-allowed;opacity:1}
.news-comment-form.is-disabled{border-color:#e2e5e8;background:#f4f6f7}.news-comment-form.is-disabled textarea:disabled{border-color:#dce1e5;background:#e9ecef;color:#68727c;cursor:not-allowed;opacity:1}
.news-comment-form.is-disabled .community-feature-disabled{margin:9px 0 0}
.match-expert-compose.is-disabled{justify-content:stretch}.match-expert-compose.is-disabled .community-feature-disabled{width:100%;box-sizing:border-box;margin:0}
.compose-posting-disabled{margin:0 0 12px}.community-posting-disabled #cm-pub:disabled{min-width:112px;border:1px solid #d9dee2;background:#e7eaed;color:#626d77;cursor:not-allowed;opacity:1}
@media(max-width:480px){.community-feature-disabled{align-items:flex-start;flex-direction:column;gap:3px;margin-left:9px;margin-right:9px}.fab.community-feature-fab-disabled{align-items:end;min-height:45px;padding:8px 14px}.pd-cmt-bar.is-disabled button{padding-left:12px;padding-right:12px;font-size:11px}}

/* v115：封禁登录提示与临时封禁申诉入口 */
.auth-msg.auth-ban-notice{display:flex;flex-direction:column;align-items:flex-start;gap:5px;margin:10px 0;border:1px solid #e8bcc1;border-radius:11px;background:#fff4f5;color:#7d2b34;padding:12px 13px;text-align:left;line-height:1.5}
.auth-ban-notice strong{color:#7a202a;font-size:13px}.auth-ban-notice span{font-size:10px}.auth-ban-notice a{display:inline-flex;margin-top:3px;border-radius:16px;background:#8e2c37;color:#fff;padding:7px 13px;text-decoration:none;font-size:10px;font-weight:800}

/* v141：收藏、关注和浏览历史统一绑定当前账户。 */
.account-history-page{padding-bottom:82px}.account-history-head{display:grid;grid-template-columns:44px minmax(0,1fr) 64px;gap:10px;align-items:center;padding:18px 16px 12px;border-bottom:1px solid var(--line);background:#fff}.account-history-head>button:first-child{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:#fff;font-size:20px;cursor:pointer}.account-history-head h1{margin:0;font-size:21px}.account-history-head span{color:var(--text2);font-size:11px}.account-history-clear{border:0;background:transparent;color:var(--red);font:inherit;font-size:13px;cursor:pointer}.account-history-tabs{display:grid;grid-template-columns:1fr 1fr;padding:10px 16px 0;background:#fff}.account-history-tabs button{border:0;border-bottom:2px solid transparent;padding:10px;background:#fff;color:var(--text2);font:inherit;font-weight:700;cursor:pointer}.account-history-tabs button.active{border-bottom-color:var(--red);color:var(--red)}.account-history-login{margin-top:14px;border:0;border-radius:20px;padding:9px 24px;background:var(--red);color:#fff;font:inherit;font-weight:700;cursor:pointer}.account-required-empty{min-height:280px}.account-required-empty span{max-width:330px;line-height:1.6}.account-match-history{padding:10px 14px 84px}.account-match-history-item{position:relative;margin-bottom:10px;border:1px solid var(--line);border-radius:13px;overflow:hidden;background:#fff}.account-match-history-item .match-row{border:0;border-radius:0}.account-match-history-meta{display:flex;justify-content:space-between;align-items:center;padding:7px 12px;border-top:1px dashed var(--line);color:var(--text2);font-size:10px}.account-match-history-meta button{border:0;background:transparent;color:var(--red);font:inherit;font-size:11px;cursor:pointer}.follow-main-title .follow-manager-done,.follow-manager-done,.follow-manage-entry{border:1px solid color-mix(in srgb,var(--red) 30%,transparent);border-radius:17px;padding:6px 13px;background:#fff;color:var(--red);font:inherit;font-size:12px;font-weight:700;cursor:pointer}.follow-grid .fcard{position:relative;display:flex;padding:10px 7px 9px}.follow-grid .fcard.followed{border-color:color-mix(in srgb,var(--red) 35%,#e8eaee);box-shadow:0 3px 12px color-mix(in srgb,var(--red) 10%,transparent)}.follow-topic-open{display:flex;width:100%;min-width:0;flex:1;flex-direction:column;align-items:center;justify-content:center;border:0;background:transparent;font:inherit;cursor:pointer}.follow-toggle{min-width:68px;margin-top:8px;border:1px solid color-mix(in srgb,var(--red) 35%,#ddd);border-radius:15px;padding:5px 10px;background:#fff;color:var(--red);font:inherit;font-size:11px;font-weight:700;cursor:pointer}.follow-toggle.on{border-color:transparent;background:#f2f3f5;color:#7d838b}#news-following-feed{padding-bottom:82px}

/* v203：账户历史与关注控件统一服从主题语义色，避免深色主题出现白底浅字。 */
.nova-ui .account-history-page {
  color: var(--color-text);
  background-color: var(--color-bg);
}

.nova-ui .account-history-head,
.nova-ui .account-history-tabs,
.nova-ui .account-history-tabs button,
.nova-ui .account-match-history-item {
  color: var(--color-text);
  border-color: var(--color-border);
  background: var(--color-surface);
}

.nova-ui .account-history-head > button:first-child {
  color: var(--color-text);
  border-color: var(--color-border);
  background: var(--color-surface-alt);
}

.nova-ui .account-history-head h1,
.nova-ui .account-required-empty b {
  color: var(--color-text-heading);
}

.nova-ui .account-history-head span,
.nova-ui .account-history-tabs button,
.nova-ui .account-required-empty,
.nova-ui .account-match-history-meta {
  color: var(--color-text-muted);
}

.nova-ui .account-history-clear,
.nova-ui .account-history-tabs button.active,
.nova-ui .account-match-history-meta button {
  color: var(--color-primary-strong);
}

.nova-ui .account-history-tabs button.active {
  border-bottom-color: var(--color-primary-strong);
}

.nova-ui .account-history-login {
  color: var(--color-on-primary-strong);
  background: var(--color-primary-strong);
}

.nova-ui :is(.follow-manager-done, .follow-manage-entry, .follow-toggle) {
  color: var(--color-primary-strong);
  border-color: color-mix(in srgb, var(--color-primary-strong) 34%, var(--color-border));
  background: var(--color-surface);
}

.nova-ui .follow-toggle.on {
  color: var(--color-text-muted);
  background: var(--color-surface-alt);
}

.nova-ui .follow-grid .fcard.followed {
  border-color: color-mix(in srgb, var(--color-primary-strong) 35%, var(--color-border));
  box-shadow: 0 3px 12px color-mix(in srgb, var(--color-primary-strong) 10%, transparent);
}

/* 筛选计数徽标：正文使用稳定的纸面文字对，选中态直接露出主题主色底。 */
body.nova-ui :is(.home-region-chip, .home-country-chip) small {
  color: var(--color-text-soft);
  background: var(--color-surface);
}

body.nova-ui :is(.home-region-chip.on, .home-country-chip.on) small {
  color: inherit;
  background: transparent;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, currentColor 32%, transparent);
}
@media(max-width:600px){.account-history-head{padding-left:12px;padding-right:12px}.account-match-history{padding-left:8px;padding-right:8px}.follow-grid .fcard{min-height:150px}.follow-toggle{min-width:62px;padding-left:8px;padding-right:8px}}
.star.busy{opacity:.5;pointer-events:none}.follow-toggle[aria-busy="true"]{opacity:.62;cursor:wait}.follow-unavailable{margin:18px 14px 4px;padding:14px;border:1px solid var(--line);border-radius:12px;background:#f7f8fa}.follow-unavailable h4{margin:0 0 4px;font-size:14px}.follow-unavailable p{margin:0 0 10px;color:var(--text2);font-size:12px}.follow-unavailable>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:8px}
/* 服务端第一方 CMS：所有文字仍由 app.js 转义，后台不能下发 HTML。 */
.cms-home-hero { display:flex; align-items:center; justify-content:space-between; gap:20px; margin:14px 16px; padding:22px 24px; border:1px solid rgba(29,115,78,.18); border-radius:18px; background:linear-gradient(135deg,#f5fbf8,#edf7f2); box-shadow:0 9px 26px rgba(21,74,50,.07); }
.cms-home-hero.highlight { border-color:rgba(20,132,83,.28); background:linear-gradient(135deg,#eaf8f1,#f8fcfa 60%,#eef6ff); }
.cms-home-hero>div { min-width:0; }
.cms-home-hero span { display:block; color:#128456; font-size:11px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.cms-home-hero h1 { margin:7px 0 5px; color:#163f2d; font-size:clamp(22px,4vw,34px); line-height:1.15; }
.cms-home-hero p { max-width:760px; margin:0; color:#50675c; font-size:14px; line-height:1.7; }
.cms-home-cta { flex:0 0 auto; display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:10px 17px; border-radius:12px; background:#128456; color:#fff; font-size:13px; font-weight:850; text-decoration:none; box-shadow:0 7px 16px rgba(18,132,86,.2); }
.cms-home-cta:hover { background:#0f704a; }
.cms-static-page-shell { min-height:100dvh; padding-bottom:92px; background:linear-gradient(180deg,#f2f8f5,#fff 280px); }
.cms-static-page { width:min(880px,calc(100% - 32px)); margin:34px auto; padding:clamp(24px,5vw,54px); border:1px solid rgba(28,89,62,.14); border-radius:22px; background:#fff; box-shadow:0 18px 50px rgba(28,73,53,.09); }
.cms-static-back { display:inline-flex; min-height:44px; align-items:center; color:#217956; font-size:13px; font-weight:800; text-decoration:none; }
.cms-static-kicker { display:block; margin-top:20px; color:#178357; font-size:11px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.cms-static-page h1 { margin:9px 0 12px; color:#183f2e; font-size:clamp(30px,6vw,48px); line-height:1.12; }
.cms-static-summary { margin:0 0 26px; color:#597065; font-size:16px; line-height:1.75; }
.cms-static-body { color:#2f443a; font-size:15px; line-height:1.9; white-space:pre-wrap; overflow-wrap:anywhere; }
.cms-static-unavailable { padding:18px; border-radius:12px; background:#f4f7f5; color:#627269; font-size:14px; line-height:1.7; }
.cms-static-page footer { margin-top:34px; padding-top:16px; border-top:1px solid rgba(30,70,52,.1); color:#829087; font-size:11px; }
.cms-static-page.missing { min-height:320px; }

@media (max-width: 620px) {
  .cms-home-hero { align-items:flex-start; flex-direction:column; margin:10px; padding:18px; border-radius:15px; }
  .cms-home-cta { width:100%; }
  .cms-static-page { width:calc(100% - 20px); margin:14px auto; padding:22px 18px; border-radius:17px; }
  .cms-static-summary { font-size:14px; }
  .cms-static-body { font-size:14px; line-height:1.82; }
}
