/* åå°ç«ç¹å¬å±æ ·å¼ï¼å½©æ°ç½ååçé¢ï¼ç¬ç«è®¾è®¡ç³»ç»ï¼éç¬¬ä¸æ¹åéï¼ */
* { box-sizing: border-box; }
:root {
    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-5: 24px;
    --space-6: 32px;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 20px;
    --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.05);
    --shadow-md: 0 8px 24px rgba(15, 23, 42, 0.07);
    --shadow-lg: 0 18px 48px rgba(15, 23, 42, 0.1);
    --surface-canvas: #eef2f6;
    --surface-elevated: #ffffff;
    --surface-muted: #f8fafc;
    --border-subtle: #e2e8f0;
    --text-primary: #0f172a;
    --text-secondary: #475569;
    --text-muted: #64748b;
    --accent: #0d9488;
    --accent-hover: #0f766e;
    --accent-soft: #ccfbf1;
    --accent-ring: rgba(13, 148, 136, 0.35);
    --focus-ring: 2px solid var(--accent);
    --lot-win: #b45309;
    --lot-draw: #0f766e;
    --lot-lose: #1d4ed8;
    --apple-bg: var(--surface-canvas);
    --apple-panel: var(--surface-elevated);
    --apple-border: var(--border-subtle);
    --apple-text: var(--text-primary);
    --apple-subtext: var(--text-secondary);
    --apple-accent: var(--accent);
    /* ä¸é¦é¡µ .container / .hp-wrap ä¸è´çå¨ç«åå®¹å®½åº¦ */
    --site-container-width: 1200px;
    --site-container-gutter: 12px;
    --channel-sidebar-width: 300px;
    /* 彩票工具 / 数据图表 / 彩票专题 左侧彩种栏（与 .tools-layout 一致） */
    --lottery-picker-sidebar-width: 200px;
    --channel-shell-gap: 14px;
    --auth-card-max-width: 420px;
}
html {
    overflow-x: clip;
}
body {
    margin: 0;
    font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
    font-size: 15px;
    line-height: 1.55;
    background: var(--surface-canvas);
    color: var(--text-primary);
    -webkit-font-smoothing: antialiased;
    overflow-x: clip;
    min-width: 0;
}
.page-channel {
    background: linear-gradient(180deg, #e8eef4 0%, var(--surface-canvas) 42%, #f1f5f9 100%);
    min-height: 100vh;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: var(--focus-ring);
    outline-offset: 2px;
}
a { text-decoration: none; color: inherit; }
.container {
    width: 100%;
    max-width: var(--site-container-width);
    margin: 0 auto;
    padding: 0 var(--site-container-gutter);
}

.site-topline {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 1px solid var(--border-subtle);
    font-size: 12px;
    color: var(--text-muted);
}
.site-topline .inner { height: 36px; display: flex; align-items: center; justify-content: space-between; }
.site-topline a { color: var(--text-muted); margin-left: 12px; }
.site-topline a:hover { color: var(--accent); }

.site-head {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-bottom: 1px solid var(--border-subtle);
    box-shadow: var(--shadow-sm);
}
/* é¡¶æ ï¼LOGO ä¸ä¸»å¯¼èªåä¸è¡ï¼åºé¨å¯¹é½ */
.site-head-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    /* æ¨ªåå ä¹è´´ä½ï¼è´è¾¹è·åªæµæ¶ LOGO å¾éçéæè¾¹ï¼é¿åçéå  */
    gap: 6px 4px;
    min-height: 76px;
    height: auto;
    padding: 10px 0 14px;
    box-sizing: border-box;
}
.site-head-bar .site-logo-brand {
    line-height: 0;
    margin-right: -4px;
}
.site-head .site-nav.site-nav-bar {
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-self: flex-end;
    gap: 6px 4px;
    padding: 0 0 4px;
    margin: 0 0 0 -5px;
    border: none;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    border-bottom: none;
}
/* é¡¶æ åä¸çº§èåï¼ä¸å¨ç«ä¸»å¯¼èªå­å·ä¸è´ï¼ç¥ç´§åæ¨ªåé´è· */
.site-head .site-nav.site-nav-bar > a {
    margin-right: 0;
    padding: 9px 12px;
    font-size: 15px;
    line-height: 1.35;
}
.site-head .site-nav.site-nav-bar > a:last-child {
    margin-right: 0;
}
.site-logo { font-size: 30px; color: var(--accent); font-weight: 700; }
.site-logo span { color: #0f172a; font-size: 13px; margin-left: 8px; font-weight: 500; }
.site-head .quick a { color: #334155; font-size: 13px; margin-left: 10px; }

.site-nav {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(250, 250, 252, 0.88) 100%);
    backdrop-filter: saturate(160%) blur(10px);
    border-top: 0;
    border-bottom: 1px solid #f0f2f6;
    color: var(--apple-text);
    box-shadow: none;
}
.site-nav .inner {
    min-height: 48px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 2px;
    padding: 5px 0;
}
.site-nav a {
    margin-right: 6px;
    color: #4b5563;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    padding: 9px 13px;
    border: 1px solid #0000;
    border-radius: 999px;
    opacity: 1;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.site-nav a:hover {
    color: var(--accent-hover);
    background: rgba(13, 148, 136, 0.1);
    border-color: transparent;
    box-shadow: none;
    transform: none;
}
.site-nav a.nav-active {
    font-weight: 700;
    color: var(--accent);
    background: rgba(13, 148, 136, 0.07);
    border-color: transparent;
    box-shadow: none;
}
.site-nav a.nav-active:hover {
    color: var(--accent-hover);
    background: rgba(13, 148, 136, 0.12);
    border-color: transparent;
    box-shadow: none;
    transform: none;
}

.site-footer {
    margin-top: var(--space-5);
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f6 100%);
    color: var(--text-muted);
    border-top: 1px solid var(--border-subtle);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.site-footer .f-inner {
    width: 100%;
    max-width: var(--site-container-width);
    margin: 0 auto;
    padding: 22px var(--site-container-gutter) 18px;
}
.f-links { display: flex; flex-wrap: wrap; gap: 14px; font-size: 13px; margin-bottom: 10px; }
.f-links a { color: #4b5563; }
.f-links a:hover { color: var(--apple-accent); }
.f-copy { font-size: 12px; line-height: 1.9; color: #9ca3af; }

/* é¢éï¼ä¸»åº + ä¾§æ ï¼æ  .channel-sidebar æ¶ä¸»åºå æ»¡ï¼é¿åç©ºåº 300px åï¼ */
.channel-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--channel-sidebar-width);
    gap: var(--channel-shell-gap);
    margin-top: 14px;
    align-items: start;
}
.channel-shell:not(:has(.channel-sidebar)),
.channel-shell.channel-shell--solo {
    grid-template-columns: 1fr;
}
.channel-shell.channel-shell--with-sidebar,
.channel-shell:has(> .channel-sidebar) {
    grid-template-columns: minmax(0, 1fr) var(--channel-sidebar-width);
}
.channel-shell.container {
    width: 100%;
    max-width: var(--site-container-width);
    box-sizing: border-box;
}
.channel-shell > .channel-main {
    width: 100%;
    max-width: none;
}
.channel-shell > .channel-main > .box,
.channel-shell > .channel-main > .box.cp-panel,
.channel-shell > .channel-main .draw-panel-table-wrap,
.channel-shell > .channel-main .draw-panel-table {
    width: 100%;
    max-width: none;
}
/* åè²çèµ°å¿ä¸é¡µï¼å»æé¢éä¾§æ åä¸»åºå æ»¡æ´æ  */
.page-channel.ssq1to1-body .channel-shell,
.page-channel.special-datachart-body .channel-shell {
    grid-template-columns: 1fr;
    gap: 0;
}
.page-channel.ssq1to1-body:not(.page-special-lottery) .channel-shell.container,
.page-channel.special-datachart-body:not(.page-special-lottery) .channel-shell.container,
.page-channel.ssq1to1-body:not(.page-special-lottery) .container.hp-wrap.datachart-shell,
.page-channel.special-datachart-body:not(.page-special-lottery) .container.hp-wrap.datachart-shell {
    width: 100%;
    max-width: 1380px;
    margin-top: 10px;
    min-height: calc(100vh - 118px);
    display: flex;
    flex-direction: column;
}
.page-channel.ssq1to1-body .sssqq-page-title,
.page-channel.special-datachart-body .sssqq-page-title {
    margin-bottom: 4px;
}
.page-channel.ssq1to1-body .sssqq-page-title h1,
.page-channel.special-datachart-body .sssqq-page-title h1 {
    font-size: 20px;
}
.page-channel.ssq1to1-body .sssqq-sub,
.page-channel.special-datachart-body .sssqq-sub {
    font-size: 11px;
    line-height: 1.4;
}
.page-channel.ssq1to1-body .sssqq-subnav,
.page-channel.special-datachart-body .sssqq-subnav {
    margin-bottom: 6px;
}
.page-channel.ssq1to1-body .ssq1to1-toolbar,
.page-channel.special-datachart-body .ssq1to1-toolbar {
    margin-bottom: 4px;
}
/* ä¸ .sssqq-toolbar-inner å·¦å³ 12px ä¸è´ï¼åºæ¬èµ°å¿åºä¸ææ°èå´åå®¹å³ç¼å¯¹é½ */
.page-channel.ssq1to1-body .ssq1to1-matrix-panel > .title,
.page-channel.special-datachart-body .ssq1to1-matrix-panel > .title {
    padding: 6px 12px;
    font-size: 14px;
}
.page-channel.ssq1to1-body .sssqq-colbar,
.page-channel.special-datachart-body .sssqq-colbar {
    padding: 4px 12px 6px;
    gap: 6px 10px;
}
.page-channel.ssq1to1-body .sssqq-help,
.page-channel.special-datachart-body .sssqq-help {
    padding: 6px 12px;
    font-size: 11px;
    line-height: 1.55;
}
/* åºæ¬èµ°å¿ç©éµï¼ç¥æ¶ç´§åå®½ä¸è¡é«ï¼ä» tab=trend æ¸²æè¯¥è¡¨ï¼ */
.page-channel.ssq1to1-body .sssqq-matrix-table,
.page-channel.special-datachart-body .sssqq-matrix-table {
    min-width: 990px;
    font-size: 9px;
}
.page-channel.ssq1to1-body .sssqq-th-num.red,
.page-channel.ssq1to1-body .sssqq-th-num.blue,
.page-channel.special-datachart-body .sssqq-th-num.red,
.page-channel.special-datachart-body .sssqq-th-num.blue {
    width: 13px;
    min-width: 13px;
    max-width: 13px;
}
.page-channel.ssq1to1-body .sssqq-th-draw,
.page-channel.special-datachart-body .sssqq-th-draw {
    width: 122px;
    min-width: 122px;
    max-width: 122px;
}
.page-channel.ssq1to1-body .sssqq-matrix-table tbody td,
.page-channel.special-datachart-body .sssqq-matrix-table tbody td {
    height: 11px;
    line-height: 9px;
    padding: 1px 0;
}
.page-channel.ssq1to1-body .sssqq-matrix-table thead th,
.page-channel.special-datachart-body .sssqq-matrix-table thead th {
    padding: 2px 0;
    font-size: 9px;
}
.page-channel.ssq1to1-body .sssqq-matrix-table tbody td.ssq1to1-hit.red,
.page-channel.ssq1to1-body .sssqq-matrix-table tbody td.ssq1to1-hit.blue,
.page-channel.special-datachart-body .sssqq-matrix-table tbody td.ssq1to1-hit.red,
.page-channel.special-datachart-body .sssqq-matrix-table tbody td.ssq1to1-hit.blue {
    width: 13px;
    min-width: 13px;
    max-width: 13px;
    height: 13px;
    max-height: 13px;
    line-height: 13px;
}
.page-channel.ssq1to1-body .ssq1to1-wrap .sssqq-matrix-table thead .sssqq-tr-head2 th,
.page-channel.special-datachart-body .ssq1to1-wrap .sssqq-matrix-table thead .sssqq-tr-head2 th {
    top: 15px;
}
.page-channel.ssq1to1-body .channel-main,
.page-channel.special-datachart-body .channel-main,
.page-channel.ssq1to1-body .datachart-shell > .channel-main,
.page-channel.special-datachart-body .datachart-shell > .channel-main {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    width: 100%;
}
.page-channel.ssq1to1-body .ssq1to1-wrap,
.page-channel.special-datachart-body .ssq1to1-wrap {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    width: 100%;
}
.page-channel.ssq1to1-body .sssqq-matrix-layout,
.page-channel.special-datachart-body .sssqq-matrix-layout {
    /* basis 0ï¼èµ°å¿åºåé¨åªæç»å¯¹å®ä½å­åç´ æ¶ï¼1 1 auto ä¼æå¯ç¨é«å®½ç®æ 0 */
    flex: 1 1 0%;
    min-height: 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.page-channel.ssq1to1-body .sssqq-matrix-main,
.page-channel.special-datachart-body .sssqq-matrix-main {
    flex: 1 1 0%;
    min-height: 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.page-channel.ssq1to1-body .ssq1to1-matrix-panel,
.page-channel.special-datachart-body .ssq1to1-matrix-panel {
    flex: 1 1 0%;
    min-height: 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.page-channel.ssq1to1-body .ssq1to1-matrix-panel > .title,
.page-channel.ssq1to1-body .ssq1to1-matrix-panel > .datachart-latest-draw,
.page-channel.ssq1to1-body .ssq1to1-matrix-panel > .kj-expert-panel,
.page-channel.ssq1to1-body .ssq1to1-matrix-panel > .sssqq-colbar,
.page-channel.ssq1to1-body .ssq1to1-matrix-panel > .sssqq-help,
.page-channel.special-datachart-body .ssq1to1-matrix-panel > .title,
.page-channel.special-datachart-body .ssq1to1-matrix-panel > .datachart-latest-draw,
.page-channel.special-datachart-body .ssq1to1-matrix-panel > .kj-expert-panel,
.page-channel.special-datachart-body .ssq1to1-matrix-panel > .sssqq-colbar,
.page-channel.special-datachart-body .ssq1to1-matrix-panel > .sssqq-help {
    flex-shrink: 0;
}
.channel-main { min-width: 0; }
.channel-sidebar { position: sticky; top: 8px; }
.sb-panel { background: var(--surface-elevated); border: 1px solid rgba(148, 163, 184, 0.35); border-radius: var(--radius-md); margin-bottom: 12px; box-shadow: var(--shadow-sm); }
.sb-title { padding: 12px 14px; border-bottom: 1px solid #eef2f7; font-size: 15px; font-weight: 700; color: #0f172a; }
.sb-list { padding: 6px 12px 12px; }
.sb-list a {
    display: flex; justify-content: space-between; align-items: baseline; gap: 8px;
    font-size: 13px; padding: 10px 0; border-bottom: 1px dashed #e5e7eb;
    line-height: 1.5; color: #334155;
}
.sb-list a:last-child { border-bottom: 0; }
.sb-list a:hover { color: var(--apple-accent); }
.sb-list .sb-tit { min-width: 0; flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sb-list .sb-time { flex-shrink: 0; color: #94a3b8; font-size: 11px; }
.sb-empty { padding: 14px; font-size: 13px; color: #94a3b8; text-align: center; }

/* ç­ç¹èµè®¯ Â· ç»ä¸åè¡¨ï¼ä¾§æ  / é¦é¡µ / èµè®¯é¢éï¼ */
.cp-hot-news-panel {
    background: var(--surface-elevated);
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}
.cp-hot-news-panel.cp-surface {
    border-color: var(--apple-border);
}
.cp-hot-news-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 14px;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    border-bottom: 1px solid var(--border-subtle);
}
.cp-hot-news-hd::before {
    content: '';
    display: none;
}
.cp-hot-news-hd-title {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: var(--text-primary);
    position: relative;
    padding-left: 12px;
}
.cp-hot-news-hd-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 16px;
    background: var(--accent);
    border-radius: 2px;
}
.cp-hot-news-more {
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 600;
    color: var(--accent);
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--accent-soft);
    transition: background 0.15s ease, color 0.15s ease;
}
.cp-hot-news-more:hover {
    color: #fff;
    background: var(--accent);
}
.cp-hot-news-list {
    list-style: none;
    margin: 0;
    padding: 8px 10px 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.cp-hot-news-list--sidebar { padding: 8px 10px 12px; }
.cp-hot-news-list--home { padding: 8px 12px 12px; }
.cp-hot-news-item { margin: 0; }
.cp-hot-news-link {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: var(--radius-sm);
    background: transparent;
    color: var(--text-primary);
    text-decoration: none;
    transition: background 0.14s ease, border-color 0.14s ease, box-shadow 0.14s ease;
}
.cp-hot-news-list--sidebar .cp-hot-news-link,
.cp-hot-news-list--home .cp-hot-news-link {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}
.cp-hot-news-link:hover {
    background: #f8fafc;
    border-color: var(--border-subtle);
    box-shadow: var(--shadow-sm);
}
.cp-hot-news-link:hover .cp-hot-news-title { color: var(--accent); }
.cp-hot-news-title {
    flex: 1;
    min-width: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--text-primary);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.14s ease;
}
.cp-hot-news-list--home .cp-hot-news-title {
    -webkit-line-clamp: 1;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
}
.cp-hot-news-date {
    flex-shrink: 0;
    font-size: 11px;
    font-variant-numeric: tabular-nums;
    color: var(--text-muted);
    white-space: nowrap;
    margin-top: 2px;
}
.cp-hot-news-empty {
    margin: 0;
    padding: 20px 14px 22px;
    text-align: center;
    font-size: 13px;
    line-height: 1.55;
    color: var(--text-muted);
    background: linear-gradient(180deg, #fafbfc 0%, #fff 100%);
}
.cp-hot-news-feed {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.cp-hot-news-card {
    margin: 0;
    padding: 0;
    border: 0;
}
.cp-hot-news-card-link {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: start;
    gap: 12px 14px;
    padding: 16px 18px;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    background: var(--surface-elevated);
    box-shadow: var(--shadow-sm);
    color: inherit;
    text-decoration: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.cp-hot-news-card-link:hover {
    border-color: rgba(13, 148, 136, 0.35);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px);
}
.cp-hot-news-card-link:hover .cp-hot-news-card-title { color: var(--accent); }
.cp-hot-news-badge {
    margin-top: 2px;
    border-radius: 6px;
    font-size: 10px;
    letter-spacing: 0.02em;
}
.cp-hot-news-card-body { min-width: 0; }
.cp-hot-news-card-title {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
    color: var(--text-primary);
    transition: color 0.14s ease;
}
.cp-hot-news-card-sum {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.65;
    color: var(--text-secondary);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cp-hot-news-card-date {
    margin-top: 4px;
    font-size: 12px;
    font-variant-numeric: tabular-nums;
    color: var(--text-muted);
    white-space: nowrap;
}
@media (max-width: 640px) {
    .cp-hot-news-card-link {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 14px;
    }
    .cp-hot-news-card-date {
        grid-row: 3;
        margin-top: 0;
    }
    .cp-hot-news-list--sidebar .cp-hot-news-link {
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
    }
    .cp-hot-news-date { align-self: flex-start; }
}

@media (max-width: 1260px) {
    :root {
        --site-container-gutter: 16px;
    }
}
@media (max-width: 980px) {
    .channel-shell { grid-template-columns: 1fr; }
    .channel-sidebar { position: static; }
    .site-nav .inner,
    .site-head .site-nav.site-nav-bar {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        flex-wrap: nowrap;
        gap: 8px;
        padding-bottom: 8px;
        scrollbar-width: none;
    }
    .site-nav .inner::-webkit-scrollbar,
    .site-head .site-nav.site-nav-bar::-webkit-scrollbar { display: none; }
    .site-head .site-nav.site-nav-bar > a {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
    }
}

/* é¢éä¸»åå®¹ï¼è¡¨æ ¼ãç­éãåé¡µ */
.channel-main .box { margin-top: 0; }
.box { background: #fff; border: 1px solid #e5e7eb; border-radius: 6px; }
.cp-panel {
    border: 1px solid rgba(148, 163, 184, 0.45);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    overflow: hidden;
}
.cp-panel > .title {
    position: relative;
    padding-left: 22px;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    border-bottom-color: #e2e8f0;
}
.cp-panel > .title::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 22px;
    background: var(--apple-accent);
    border-radius: 2px;
}
.title { padding: 14px 16px; border-bottom: 1px solid #eef2f7; font-size: 20px; font-weight: 700; }
.filter { padding: 12px 16px; border-bottom: 1px solid #eef2f7; display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.filter input, .filter select { height: 34px; border: 1px solid #d1d5db; border-radius: 4px; padding: 0 10px; }
.filter button { height: 34px; border: 0; background: var(--apple-accent); color: #fff; border-radius: 4px; padding: 0 14px; cursor: pointer; }
.channel-main table { width: 100%; border-collapse: collapse; }
.channel-main th, .channel-main td { padding: 11px 8px; border-bottom: 1px solid #eef2f7; text-align: center; font-size: 13px; }
.channel-main th { background: #f8fafc; color: #64748b; }
.channel-main td.team { text-align: left; }
.channel-main td.odds { color: var(--apple-accent); font-weight: 700; }
.channel-main .live { color: var(--apple-accent); font-weight: 700; }
.pager { padding: 12px 16px; }
.pager ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 8px; flex-wrap: wrap; }
.pager li a, .pager li span { display: inline-block; border: 1px solid #e5e7eb; padding: 6px 11px; border-radius: 4px; background: #fff; font-size: 12px; color: #334155; text-decoration: none; }
.pager .active span { border-color: var(--apple-accent); color: var(--apple-accent); }
.row-empty { text-align: center; color: #94a3b8; padding: 22px 0; }

/* èµè®¯åè¡¨/è¯¦æ */
.news-page-inner { padding-bottom: 24px; }
.head { margin-bottom: 16px; }
.head h1 { margin: 0; font-size: 28px; }
.card { background: #fff; border-radius: 8px; padding: 18px 20px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04); margin-bottom: 12px; border: 1px solid #e5e7eb; }
.card h3 { margin: 0 0 8px; font-size: 20px; }
.card h3 a { color: #1f6feb; text-decoration: none; }
.card h3 a:hover { text-decoration: underline; }
.meta { color: #8a8f99; font-size: 13px; margin-bottom: 10px; }
.summary { line-height: 1.8; color: #555; }
.empty { text-align: center; color: #999; padding: 40px 0; }
.article { background: #fff; border-radius: 8px; padding: 24px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04); border: 1px solid #e5e7eb; }
.article h1 { margin: 0 0 8px; font-size: 30px; line-height: 1.4; }
.content { line-height: 1.9; font-size: 16px; color: #444; word-break: break-word; }
.content img { max-width: 100%; height: auto; }
.tools { margin-top: 24px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.tools a { color: #1f6feb; text-decoration: none; }
.tools a:hover { text-decoration: underline; }

/* é¦é¡µä¸çº§å¯¼èªé«äº®ï¼ä¸é¢éçº¢æ¡é£æ ¼ä¸è´ï¼ */
.nav1 a.nav-active-home { font-weight: 700; box-shadow: inset 0 -2px 0 #fff; }

/* é¡¶æ ï¼åçä¸ä¸»å¯¼èª */
.site-top-left a { margin-right: 12px; }
.site-logo-brand {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0 10px;
    text-decoration: none;
    color: inherit;
    flex-shrink: 0;
}
.site-logo-image {
    display: block;
    width: auto;
    max-width: 200px;
    max-height: 48px;
    height: auto;
    object-fit: contain;
    object-position: left bottom;
}
.site-logo-brand .num {
    font-size: 42px;
    font-weight: 800;
    color: var(--apple-accent);
    line-height: 1;
    letter-spacing: -2px;
}
.site-logo-brand .txt {
    font-size: 26px;
    font-weight: 700;
    color: #222;
}
.site-logo-brand .sub {
    width: 100%;
    font-size: 12px;
    color: #888;
    margin-top: 2px;
}
.site-subnav {
    background: #ffffffcc;
    backdrop-filter: saturate(160%) blur(10px);
    border-bottom: 0;
    font-size: 13px;
}
.site-subnav .inner {
    min-height: 36px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 0;
    padding: 7px 0;
}
.site-subnav a {
    margin-right: 10px;
    padding: 3px 8px;
    border-radius: 999px;
    color: var(--apple-subtext);
    transition: color 0.2s ease, background-color 0.2s ease;
}
.site-subnav a:hover { color: var(--accent-hover); background: var(--accent-soft); }
.site-subnav a.hot {
    color: var(--accent-hover);
    font-weight: 700;
    background: #ccfbf1;
}

.site-footer .f-copy strong { color: #374151; }

/* é¦é¡µåå®¹æ¨¡å */
.page-home {
    background: var(--apple-bg);
}
.hp-wrap { padding-bottom: 20px; }
.cp-surface {
    background: var(--surface-elevated);
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}
.hp-panel-hd {
    background: var(--surface-muted);
    border-bottom: 1px solid var(--apple-border);
    padding: 10px 14px;
    font-weight: 600;
    font-size: 14px;
    color: var(--apple-text);
    letter-spacing: 0.02em;
}
.hp-home-grid {
    display: grid;
    grid-template-columns: minmax(220px, 250px) minmax(0, 1fr);
    gap: 14px;
    margin-top: 12px;
    /* 行高由中右栏决定；左栏 min-height:0 后与热门资讯底部对齐，过长在栏内滚 */
    align-items: stretch;
    min-width: 0;
}
.hp-home-mid-right {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
    gap: 14px;
    align-items: stretch;
    min-width: 0;
}
.hp-home-center {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
    min-height: 0;
    align-self: stretch;
}
.hp-home-center > .hp-news-expert {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}
.hp-home-right {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 0;
}
.hp-login-form { padding: 12px; }
.hp-inp {
    width: 100%;
    height: 28px;
    margin-bottom: 8px;
    border: 1px solid #ccc;
    padding: 0 8px;
    font-size: 13px;
    box-sizing: border-box;
}
.hp-login-btns {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.hp-btn-primary {
    background: var(--apple-accent);
    color: #fff;
    border: 0;
    padding: 6px 18px;
    font-size: 13px;
    cursor: pointer;
}
.hp-link { font-size: 12px; color: var(--accent); }
.hp-quick-ico {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    border-top: 1px dashed #ddd;
    padding-top: 10px;
}
.hp-quick-ico a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #333;
}
.hp-quick-ico .qiu {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #1a7f37;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
}
.hp-quick-ico .qiu.lan { background: #1565c0; }
.hp-quick-ico .qiu.dan { background: #e65100; }
.hp-quick-ico .qiu.ti { background: var(--apple-accent); }
.hp-quick-ico .qiu.zu { background: #6a1b9a; }
.hp-quick-ico em { font-style: normal; }

.hp-lottery {
    min-width: 0;
    min-height: 0;
    position: relative;
    align-self: stretch;
    overflow: hidden;
}
.hp-lottery-fit {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    background: inherit;
    border-radius: inherit;
}
.hp-lot-tabs {
    display: flex;
    border-bottom: 1px solid #ddd;
    background: #fafafa;
}
.hp-lot-tabs button {
    flex: 1;
    padding: 10px 0;
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 700;
    color: #666;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
}
.hp-lot-tabs button.active {
    color: var(--apple-accent);
    background: #fff;
    border-bottom-color: var(--apple-accent);
}
.hp-lottery .row-title {
    background: #f5f5f7;
    color: #1d1d1f;
    border-bottom-color: #e5e5ea;
    font-size: 15px;
    letter-spacing: 0;
}
.hp-lot-body {
    padding: 10px 10px 12px;
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #f8f9fc;
    scrollbar-width: thin;
    scrollbar-color: rgba(148, 163, 184, 0.75) transparent;
}
.hp-lot-body::-webkit-scrollbar { width: 6px; }
.hp-lot-body::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.75);
    border-radius: 999px;
}
.hp-lot-block {
    border: 1px solid #ececf1;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.05);
    padding: 8px 8px 7px;
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 1.45;
}
.hp-lot-block:last-child { margin-bottom: 0; }
.hp-lot-block:hover {
    border-color: #dddde3;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
}
.hp-lot-ticket {
    position: relative;
    border-color: #ececf1;
    background: #fff;
    overflow: hidden;
}
.hp-lot-ticket::before,
.hp-lot-ticket::after {
    display: none;
}
.hp-lot-ticket::before { left: -7px; }
.hp-lot-ticket::after { right: -7px; }
.hp-lot-ticket::selection { background: rgba(200, 20, 30, 0.18); }
.hp-lot-line1 {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-bottom: 1px solid #efeff4;
    padding-bottom: 4px;
}
.hp-chart {
    color: #06c;
    margin-right: 8px;
    font-size: 12px;
}
.hp-name {
    color: #1d1d1f;
    font-weight: 700;
    margin-right: 6px;
    flex: 1;
    min-width: 0;
    font-size: 13px;
    text-decoration: none;
}
.hp-name:hover { color: var(--apple-accent); text-decoration: underline; }
.hp-period {
    color: #6e6e73;
    font-size: 11px;
    background: #f6f7fb;
    border: 1px solid #eaecf2;
    border-radius: 999px;
    padding: 1px 7px;
    white-space: nowrap;
}
.hp-draw {
    color: #222;
    font-weight: 700;
    letter-spacing: 1px;
}
.hp-drawline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    padding: 6px 9px;
    border-radius: 9px;
    background: #f6f8fc;
    border: 1px solid #e5e5ea;
    font-family: "Consolas", "Courier New", monospace;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #1d1d1f;
}
.hp-lot-ticket .hp-drawline::before {
    content: "å¼å¥";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 22px;
    padding: 0 6px;
    border-radius: 11px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    color: #6e6e73;
    background: #ffffff;
    border: 1px solid #e5e5ea;
    margin-right: 2px;
}
.hp-lot-ticket:not(.hp-lot-digital) .hp-drawline::before { content: "èµæ"; }
.hp-lot-ticket.hp-lot-digital .hp-drawline::before { display: none; }
.hp-lot-block.hp-lot-digital {
    padding: 7px 8px 6px;
    margin-bottom: 5px;
}
.hp-lot-ticket.hp-lot-digital .hp-lot-line1 {
    margin-bottom: 3px;
    padding-bottom: 3px;
}
.hp-lot-ticket.hp-lot-digital .hp-drawline {
    flex-wrap: wrap;
    gap: 4px;
    row-gap: 5px;
    padding: 4px 6px;
    border-radius: 8px;
    white-space: normal;
    overflow: visible;
}
.hp-lot-ticket.hp-lot-digital .hp-drawline.hp-drawline-k8 {
    gap: 4px;
    row-gap: 5px;
}
.hp-lot-ticket.hp-lot-digital .hp-drawline::before {
    min-width: 30px;
    height: 18px;
    padding: 0 5px;
    font-size: 10px;
}
.hp-draw.balls {
    color: #c8141e;
    background: #f8f8fa;
    border-color: #e8e8ee;
}
/* Canonical draw balls — match 彩票专题 special-channel latest draw */
.lot-ball,
.kj-ball {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 30px;
    height: 30px;
    padding: 0 7px;
    border-radius: 50%;
    font-family: Tahoma, Arial, "Microsoft YaHei", sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    border: 1px solid transparent;
    box-shadow:
        0 2px 8px rgba(15, 23, 42, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.lot-ball-red,
.kj-ball-red,
.datachart-latest-ball--front,
.ssq1to1-wrap .datachart-latest-ball--front,
.page-special-lottery .special-channel-hub .datachart-latest-ball--front {
    background: linear-gradient(145deg, #fecaca 0%, #ef4444 48%, #b91c1c 100%);
    border-color: rgba(185, 28, 28, 0.45);
}
.lot-ball-blue,
.kj-ball-blue,
.datachart-latest-ball--back,
.ssq1to1-wrap .datachart-latest-ball--back,
.page-special-lottery .special-channel-hub .datachart-latest-ball--back {
    background: linear-gradient(145deg, #bfdbfe 0%, #3b82f6 52%, #1d4ed8 100%);
    border-color: rgba(29, 78, 216, 0.4);
}
.lot-ball-pool,
.kj-ball-pool,
.datachart-latest-ball--pool,
.ssq1to1-wrap .datachart-latest-ball--pool,
.page-special-lottery .special-channel-hub .datachart-latest-ball--pool {
    background: linear-gradient(145deg, #ddd6fe 0%, #7c3aed 50%, #5b21b6 100%);
    border-color: rgba(91, 33, 182, 0.35);
}
.lot-ball-digit,
.kj-ball-digit,
.datachart-latest-ball--digit,
.ssq1to1-wrap .datachart-latest-ball--digit,
.page-special-lottery .special-channel-hub .datachart-latest-ball--digit {
    min-width: 28px;
    height: 28px;
    font-size: 14px;
    background: linear-gradient(145deg, #fde68a 0%, #f59e0b 50%, #b45309 100%);
    border-color: rgba(180, 83, 9, 0.4);
}
.lot-ball-neutral,
.kj-ball-neutral,
.datachart-latest-ball--neutral,
.ssq1to1-wrap .datachart-latest-ball--neutral,
.page-special-lottery .special-channel-hub .datachart-latest-ball--neutral {
    color: #f8fafc;
    background: linear-gradient(145deg, #cbd5e1 0%, #64748b 52%, #334155 100%);
    border-color: rgba(51, 65, 85, 0.35);
}
.lot-sep,
.kj-sep,
.datachart-latest-plus {
    color: #64748b;
}
.hp-drawline.balls .lot-sep,
.chart-hub-card-draw .lot-sep,
.datachart-latest-plus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 2px;
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
}
.hp-lot-ticket.hp-lot-digital .lot-ball {
    width: 26px;
    min-width: 26px;
    max-width: 26px;
    height: 26px;
    padding: 0;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1;
    flex-shrink: 0;
}
.lot-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 28px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    color: #334155;
    background: #f2f2f7;
    border: 1px solid #d9d9df;
    box-shadow: none;
}
.lot-chip-win {
    color: #fff;
    background: #ef4444;
    border-color: #dc2626;
}
.lot-chip-draw {
    color: #fff;
    background: #f59e0b;
    border-color: #d97706;
}
.lot-chip-lose {
    color: #fff;
    background: #3b82f6;
    border-color: #2563eb;
}
.lot-sep {
    color: #64748b;
    font-size: 12px;
    margin: 0 1px;
}
.hp-prize {
    color: #334155;
    font-size: 12px;
    margin-top: 7px;
    line-height: 1.62;
    border-top: 1px solid #efeff4;
    padding-top: 6px;
}
.hp-prize p { margin: 0 0 2px; }
.hp-prize p:last-child { margin-bottom: 0; }
.hp-prize .eng {
    color: #b91c1c;
    font-weight: 700;
    font-family: "Consolas", "Courier New", monospace;
}
.hp-note { color: #64748b; font-size: 11px; margin-top: 4px; }

@media (max-width: 1100px) {
    .hp-home-grid { align-items: start; }
    .hp-lottery {
        position: static;
        height: auto;
        max-height: none;
        overflow: hidden;
    }
    .hp-lottery-fit {
        position: static;
    }
    .hp-lot-body {
        flex: none;
        height: auto;
        max-height: min(70vh, 640px);
        overflow-y: auto;
    }
}

.hp-app-panel .hp-app-body { padding: 14px; text-align: center; }
.hp-qr {
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
    background: repeating-linear-gradient(45deg, #eee, #eee 4px, #f5f5f5 4px, #f5f5f5 8px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
    border: 1px solid #ddd;
}
.hp-app-tip { font-size: 12px; color: #888; margin: 0; line-height: 1.5; }

.hp-welcome-ad {
    margin-top: 10px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #99f6e4;
    box-shadow: 0 8px 20px rgba(13, 148, 136, 0.08);
}
.hp-welcome-ad-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 64px;
    padding: 12px 16px;
    text-decoration: none;
    color: #1f2937;
    background: linear-gradient(98deg, #ccfbf1 0%, #f0fdfa 38%, #fff7ee 72%, #ffeede 100%);
}
.hp-welcome-ad-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 15%, rgba(255, 255, 255, 0.55) 48%, transparent 82%);
    transform: translateX(-120%);
    transition: transform 0.75s ease;
    pointer-events: none;
}
.hp-welcome-ad-link .tag {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 23px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ff9b2e 0%, #ff6a00 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(255, 122, 0, 0.3);
}
.hp-welcome-ad-link strong {
    font-size: 18px;
    font-weight: 700;
    color: var(--accent-hover);
    letter-spacing: 0.2px;
}
.hp-welcome-ad-link em {
    margin-left: auto;
    font-style: normal;
    font-size: 12px;
    color: #475569;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hp-welcome-ad-link .cta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    color: var(--accent-hover);
    border: 1px solid #99f6e4;
    background: rgba(255, 255, 255, 0.78);
    white-space: nowrap;
}
.hp-welcome-ad-link .cta b {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
}
.hp-welcome-ad-link:hover {
    background: linear-gradient(98deg, #b2f5ea 0%, #e6fffa 38%, #fff2e2 72%, #ffe6cf 100%);
}
.hp-welcome-ad-link:hover::before {
    transform: translateX(120%);
}
.hp-welcome-ad-link:hover .cta {
    border-color: #5eead4;
    background: rgba(255, 255, 255, 0.95);
}

.hp-banner {
    margin-top: 0;
    overflow: hidden;
    line-height: 0;
    background: transparent;
}
.hp-banner.cp-surface {
    border: 1px solid rgba(148, 163, 184, 0.28);
    background: var(--surface-elevated);
    box-shadow: var(--shadow-md);
    border-radius: var(--radius-lg);
}
.hp-banner-viewport {
    position: relative;
    width: 100%;
    aspect-ratio: 720 / 220;
    height: auto;
    min-height: 168px;
    max-height: 240px;
    background: linear-gradient(120deg, #0f766e 0%, #0d9488 48%, #115e59 100%);
    border-radius: inherit;
    overflow: hidden;
    isolation: isolate;
}
.hp-banner-viewport::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.12) 0%, transparent 42%, transparent 100%);
    pointer-events: none;
    z-index: 1;
}
.hp-banner-track {
    position: absolute;
    inset: 0;
}
.hp-banner-slide {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    overflow: hidden;
}
.hp-banner-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}
.hp-banner-slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transform: translateZ(0);
}
.hp-banner-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    background: rgba(15, 23, 42, 0.38);
    backdrop-filter: blur(6px);
    transition: background 0.2s ease, transform 0.2s ease;
    z-index: 3;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.18);
}
.hp-banner-nav:hover {
    background: rgba(13, 148, 136, 0.88);
    transform: translateY(-50%) scale(1.04);
}
.hp-banner-nav.prev { left: 10px; }
.hp-banner-nav.next { right: 10px; }
.hp-banner-dots {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 12px;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 3;
}
.hp-banner-dots button {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 999px;
    padding: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.55);
    transition: width 0.2s ease, background 0.2s ease;
}
.hp-banner-dots button.is-active {
    width: 22px;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(13, 148, 136, 0.35);
}

.hp-notice { margin-top: 10px; }
.hp-home-right .hp-notice { margin-top: 0; }
.hp-notice-tabs {
    display: flex;
    border-bottom: 1px solid var(--apple-border);
    background: #f5f5f7;
}
.hp-notice-tabs button {
    flex: 1;
    max-width: 160px;
    padding: 10px 14px;
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 700;
    color: var(--apple-subtext);
    cursor: pointer;
    margin-bottom: -1px;
    border-bottom: 2px solid transparent;
}
.hp-notice-tabs button.active {
    background: #fff;
    color: var(--apple-accent);
    border-bottom-color: var(--apple-accent);
}
.hp-notice-hd {
    padding: 8px 12px;
    background: #fafafa;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    font-size: 14px;
}
.hp-notice-list {
    list-style: none;
    margin: 0;
    padding: 10px 14px;
}
.hp-notice-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #efeff4;
    font-size: 13px;
}
.hp-notice-list li:last-child { border-bottom: 0; }
.hp-notice-list a {
    color: #374151;
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hp-notice-list a:hover { color: var(--apple-accent); }
.hp-notice-list .dt { color: #9ca3af; flex-shrink: 0; font-size: 12px; }

.hp-hot-match {
    margin-top: 12px;
    background: #fff;
    border-color: var(--apple-border);
}
.hp-home-center .hp-hot-match { margin-top: 0; }
.hp-hot-match .hp-section-hd {
    background: #f5f5f7;
    border-bottom-color: var(--apple-border);
}
.hp-section-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 1px solid var(--border-subtle);
}
.hp-section-hd h2 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: var(--apple-text);
}
.hp-match-grid {
    padding: 12px 12px 14px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
.hp-car-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 8px;
    min-height: 116px;
    padding: 10px;
    border: 1px solid var(--apple-border);
    border-radius: 10px;
    background: #fff;
    font-size: 13px;
    color: #1f2937;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}
.hp-car-item:hover {
    border-color: #d7d7dc;
    color: #1f2937;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
    transform: translateY(-1px);
}
.hp-car-item .t1 {
    color: var(--apple-subtext);
    font-size: 11px;
    background: #f5f5f7;
    border: 1px solid var(--apple-border);
    border-radius: 8px;
    padding: 2px 6px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hp-car-item .t2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    font-weight: 700;
    color: #1f2937;
    min-width: 0;
}
.hp-car-item .team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    min-width: 0;
    flex: 1;
}
.hp-car-item .team em {
    font-style: normal;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    font-size: 12px;
}
.hp-car-item .team-logo {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #e5e5ea;
    background: #fff;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}
.hp-car-item .vs {
    font-size: 11px;
    color: #9ca3af;
    letter-spacing: 0.6px;
    flex-shrink: 0;
}
.hp-car-item .t3 {
    color: var(--apple-accent);
    align-self: center;
    font-weight: 700;
    background: #eef5ff;
    border: 1px solid #cfe3ff;
    border-radius: 10px;
    padding: 2px 8px;
}

.hp-red .hp-section-hd {
    background: #f5f5f7;
    border-bottom-color: var(--apple-border);
}
.hp-red .hp-section-hd h2 { color: var(--apple-text); }
.hp-red-quick {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 12px;
    font-size: 12px;
    border-bottom: 1px solid #efeff4;
    margin-bottom: 0;
    background: #fff;
}
.hp-red-quick a {
    color: var(--apple-subtext);
    font-weight: 500;
    padding: 0;
    border: 0;
    background: transparent;
}
.hp-red-quick a:hover { color: var(--apple-accent); text-decoration: underline; }

.hp-red-list, .hp-mini-news, .hp-expert-list {
    list-style: none;
    margin: 0;
    padding: 10px 14px 14px;
}
.hp-red-list li {
    padding: 8px 2px;
    margin-bottom: 0;
    border: 0;
    border-bottom: 1px solid #efeff4;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: 13px;
    line-height: 1.55;
}
.hp-red-list li:last-child { border-bottom: 0; }
.hp-red-list li:hover {
    background: transparent;
    box-shadow: none;
    transform: none;
}
.hp-mini-news li {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
    font-size: 13px;
    line-height: 1.5;
}
.hp-red-list .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    padding: 1px 6px;
    font-size: 11px;
    margin-right: 8px;
    border-radius: 8px;
    border: 1px solid #99f6e4;
    color: var(--accent-hover);
    font-weight: 500;
    background: var(--accent-soft);
    vertical-align: middle;
}
.hp-red-list a {
    color: #374151;
    font-weight: 500;
}
.hp-red-list a:hover { color: var(--apple-accent); text-decoration: underline; }
.hp-news-expert.cp-hot-news-panel .hp-section-hd.cp-hot-news-hd {
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    border-bottom-color: var(--apple-border);
    padding: 11px 14px;
}
.hp-news-expert.cp-hot-news-panel .cp-hot-news-hd-title {
    font-size: 15px;
}
.hp-expert-hd {
    padding: 8px 14px 0;
    font-weight: 700;
    font-size: 14px;
    border-top: 1px solid #eee;
}
.hp-ex-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
    flex-shrink: 0;
    background: #f5f5f5;
}
.hp-expert-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
    font-size: 13px;
}
.hp-expert-list .n { font-weight: 700; color: #333; min-width: 0; flex: 1; }
.hp-expert-list .s { color: #666; flex: 1; }
.hp-expert-list .d { color: var(--apple-accent); font-weight: 700; }
.hp-right-expert {
    margin: 0;
    padding-top: 0;
    border-top: 0;
    background: transparent;
    border-radius: 0;
}
.hp-right-expert-panel {
    overflow: hidden;
    display: flex;
}
.hp-right-expert {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.hp-right-expert .hp-expert-hd {
    padding: 10px 12px;
    border-top: 0;
    border-bottom: 1px solid var(--apple-border);
    background: #f5f5f7;
}
.hp-expert-list-side {
    padding: 8px 12px 6px;
    flex: 0 0 auto;
}
.hp-expert-list-side li {
    gap: 8px;
    border-bottom: 1px solid #efeff4;
    padding: 8px 2px;
}
.hp-expert-list-side li:last-child { border-bottom: 0; }
.hp-expert-list-side .hp-ex-avatar {
    width: 32px;
    height: 32px;
}
.hp-expert-list-side .n {
    flex: 0 1 auto;
    max-width: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #374151;
}
.hp-expert-list-side .n:hover { color: var(--apple-accent); text-decoration: underline; }
.hp-expert-list-side .s {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #6b7280;
    font-size: 12px;
}
.hp-expert-list-side .d {
    flex-shrink: 0;
    min-width: 18px;
    text-align: right;
}
.hp-expert-more {
    text-align: center;
    padding: 4px 0 10px;
}
.hp-expert-more a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    height: 28px;
    padding: 0 12px;
    font-size: 12px;
    color: var(--apple-accent);
    background: #f3f8ff;
    border: 1px solid #d7e7ff;
    border-radius: 999px;
}
.hp-expert-more a:hover {
    background: #e9f3ff;
    border-color: #bfd8ff;
}
.hp-bigdata {
    padding: 10px 14px 14px;
    font-size: 12px;
    border-top: 1px solid #eee;
}
.hp-bigdata .lbl { display: block; font-weight: 700; margin-bottom: 8px; color: #333; }
.hp-bigdata a {
    display: inline-block;
    margin-right: 12px;
    color: #06c;
}

.hp-duizhen { margin-top: 10px; }
.hp-dz-tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--apple-border);
    background: #f5f5f7;
}
.hp-dz-tabs button {
    padding: 10px 18px;
    border: 0;
    background: transparent;
    font-size: 14px;
    cursor: pointer;
    color: var(--apple-subtext);
    margin-bottom: -1px;
    border-bottom: 2px solid transparent;
}
.hp-dz-tabs button.active {
    background: #fff;
    color: var(--apple-accent);
    font-weight: 700;
    border-bottom-color: var(--apple-accent);
}
.hp-dz-sub {
    padding: 8px 12px;
    background: #f8f8fa;
    border-bottom: 1px solid #efeff4;
    font-size: 13px;
}
.hp-dz-sub a {
    margin-right: 14px;
    color: var(--apple-subtext);
}
.hp-dz-sub a.on { font-weight: 700; color: var(--apple-accent); }
.hp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}
.hp-table th, .hp-table td {
    padding: 10px 8px;
    border: 1px solid #efeff4;
    text-align: center;
}
.hp-table th { background: #f5f5f7; color: var(--apple-subtext); font-weight: 600; }
.hp-table td.left { text-align: left; }
.hp-table td.odds { color: var(--apple-accent); font-weight: 700; }
.hp-table td.empty { color: #999; padding: 24px; }
.hp-placeholder { padding: 24px 16px; color: #888; font-size: 13px; margin: 0; }
.hp-foot-tip {
    margin-top: 12px;
    padding: 14px 16px;
    font-size: 12px;
    color: #666;
    line-height: 1.8;
}
.hp-foot-tip strong { color: #333; }
.hp-right-foot-tip { margin-top: 0; }
.hp-foot-hot,
.hp-foot-today {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
}
.hp-foot-hot {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
}
.hp-foot-hot li {
    border: 1px solid #e8ebf1;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    min-height: 112px;
    overflow: hidden;
}
.hp-foot-today li {
    border-bottom: 1px solid #efeff4;
    padding: 6px 0;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hp-foot-hot li:last-child,
.hp-foot-today li:last-child { border-bottom: 0; }
.hp-foot-hot a {
    color: #374151;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 112px;
    padding: 10px 6px;
    text-align: center;
}
.hp-foot-hot a img {
    width: 46px;
    height: 46px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #fff;
    object-fit: cover;
    flex-shrink: 0;
}
.hp-foot-hot a span {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: 1.2;
}
.hp-foot-hot a:hover { color: var(--apple-accent); text-decoration: underline; }
.hp-foot-today li:first-child {
    color: #1d1d1f;
    font-weight: 700;
}
.hp-foot-more {
    margin: 8px 0 0;
    text-align: right;
}
.hp-foot-more a { color: var(--apple-accent); }
.hp-foot-more a:hover { text-decoration: underline; }

.hp-tools-tip {
    margin-top: 12px;
    padding: 14px 16px;
    font-size: 12px;
    color: #666;
}
.hp-tools-tip strong { color: #333; }
.hp-tools-bottom {
    margin-top: auto;
}
.hp-right-big-ad {
    margin-top: 0;
    padding: 0;
    overflow: hidden;
    flex: 0 0 auto;
    min-height: 148px;
    border-color: #99f6e4;
}
.hp-right-big-ad-link {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: auto;
    min-height: 148px;
    padding: 16px;
    text-decoration: none;
    background: linear-gradient(160deg, #ccfbf1 0%, #f0fdfa 36%, #fff5ea 72%, #ffe9d1 100%);
    color: #1f2937;
}
.hp-right-big-ad-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 85% 12%, rgba(255, 255, 255, 0.65) 0, rgba(255, 255, 255, 0) 46%);
    pointer-events: none;
}
.hp-right-big-ad-link .ad-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 24px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(180deg, #ff9c30 0%, #ff6a00 100%);
    box-shadow: 0 5px 10px rgba(255, 106, 0, 0.25);
}
.hp-right-big-ad-link strong {
    font-size: 20px;
    line-height: 1.25;
    color: var(--accent-hover);
    letter-spacing: 0.3px;
}
.hp-right-big-ad-link em {
    font-style: normal;
    font-size: 13px;
    color: #4b5563;
    line-height: 1.6;
}
.hp-right-big-ad-link .ad-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 94px;
    height: 30px;
    border-radius: 999px;
    color: var(--accent-hover);
    border: 1px solid #99f6e4;
    background: rgba(255, 255, 255, 0.82);
    font-size: 12px;
}
.hp-right-big-ad-link:hover {
    background: linear-gradient(160deg, #b2f5ea 0%, #e6fffa 36%, #ffeedf 72%, #ffe2c2 100%);
}
.hp-right-big-ad-link:hover .ad-cta {
    background: rgba(255, 255, 255, 0.96);
    border-color: #5eead4;
}
.hp-tools-grid {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
.hp-tools-grid li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 6px 8px;
    border: 1px solid #e8ebf1;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    color: #374151;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hp-tools-grid li a:hover {
    color: var(--apple-accent);
    border-color: #99f6e4;
    background: var(--accent-soft);
}

/* —— 首页丰富模块 —— */
.hp-section-more {
    margin-left: auto;
    font-size: 12px;
    font-weight: 500;
    color: var(--apple-accent);
    text-decoration: none;
}
.hp-section-more:hover { text-decoration: underline; }

.hp-highlight { padding: 0; overflow: hidden; }
.hp-hl-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 12px;
}
.hp-hl-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px 12px;
    border: 1px solid #e8ebf1;
    border-radius: 10px;
    background: linear-gradient(180deg, #fff 0%, #f8fffd 100%);
    text-decoration: none;
    color: inherit;
    min-width: 0;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.hp-hl-card:hover {
    border-color: #99f6e4;
    box-shadow: 0 4px 14px rgba(13, 148, 136, 0.08);
}
.hp-hl-meta {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
    font-size: 13px;
}
.hp-hl-meta strong { color: #0f766e; font-weight: 700; }
.hp-hl-meta span { color: #9ca3af; font-size: 12px; flex-shrink: 0; }
.hp-hl-draw {
    font-size: 12px;
    line-height: 1.4;
    min-height: 28px;
}
.hp-hl-draw .lot-ball,
.hp-hl-draw .lot-ball-digit {
    width: 22px;
    min-width: 22px;
    max-width: 22px;
    height: 22px;
    padding: 0;
    font-size: 11px;
    line-height: 1;
}

.hp-channels { padding: 0; }
.hp-channel-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
}
.hp-channel-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 12px;
    text-decoration: none;
    color: inherit;
    border-right: 1px solid #eef2f5;
    text-align: center;
    transition: background 0.14s ease;
}
.hp-channel-item:last-child { border-right: 0; }
.hp-channel-item:hover { background: var(--accent-soft, #f0fdfa); }
.hp-channel-item strong {
    font-size: 14px;
    font-weight: 700;
    color: #0f766e;
}
.hp-channel-item em {
    font-style: normal;
    font-size: 12px;
    color: #9ca3af;
}

.hp-news-cards {
    list-style: none;
    margin: 0;
    padding: 8px 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.hp-news-card { margin: 0; }
.hp-news-card-link {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 12px;
    padding: 10px;
    border: 1px solid #eef2f5;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.14s ease, background 0.14s ease;
}
.hp-news-card-link:hover {
    border-color: #99f6e4;
    background: #f8fffd;
}
.hp-news-thumb {
    width: 72px;
    height: 54px;
    object-fit: cover;
    border-radius: 8px;
    background: #e5e7eb;
}
.hp-news-thumb-ph {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #ccfbf1, #99f6e4);
    color: #0f766e;
    font-weight: 800;
    font-size: 16px;
}
.hp-news-card-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.hp-news-tag {
    align-self: flex-start;
    font-size: 11px;
    padding: 1px 6px;
    border-radius: 4px;
    background: #ecfdf5;
    color: #0f766e;
    font-weight: 600;
}
.hp-news-card-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #1f2937;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hp-news-card-link:hover .hp-news-card-title { color: var(--apple-accent); }
.hp-news-card-sum {
    font-style: normal;
    font-size: 12px;
    line-height: 1.5;
    color: #6b7280;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hp-news-card-date {
    font-size: 11px;
    color: #9ca3af;
    font-variant-numeric: tabular-nums;
}

.hp-mini-kj { padding: 0; }
.hp-mini-kj-list {
    list-style: none;
    margin: 0;
    padding: 6px 12px 4px;
}
.hp-mini-kj-list li {
    border-bottom: 1px solid #efeff4;
}
.hp-mini-kj-list li:last-child { border-bottom: 0; }
.hp-mini-kj-list a {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
    padding: 8px 2px;
    text-decoration: none;
    color: #374151;
    font-size: 13px;
}
.hp-mini-kj-list a:hover strong { color: var(--apple-accent); }
.hp-mini-kj-list strong { font-weight: 600; }
.hp-mini-kj-list span { color: #9ca3af; font-size: 12px; flex-shrink: 0; }

.hp-lot-entries {
    margin-top: 14px;
    padding: 0;
    overflow: hidden;
}
.hp-entry-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    padding: 12px 14px 16px;
}
.hp-entry-card {
    padding: 12px;
    border: 1px solid #e8ebf1;
    border-radius: 10px;
    background: #fff;
    min-width: 0;
}
.hp-entry-card:hover { border-color: #99f6e4; }
.hp-entry-hd {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 8px;
}
.hp-entry-name {
    font-size: 14px;
    font-weight: 700;
    color: #0f766e;
    text-decoration: none;
}
.hp-entry-name:hover { text-decoration: underline; }
.hp-entry-period { font-size: 12px; color: #9ca3af; }
.hp-entry-draw { min-height: 26px; }
.hp-entry-draw .lot-ball,
.hp-entry-draw .lot-ball-digit {
    width: 22px;
    min-width: 22px;
    max-width: 22px;
    height: 22px;
    padding: 0;
    font-size: 10px;
    line-height: 1;
}
.hp-entry-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px dashed #eef2f5;
    font-size: 12px;
}
.hp-entry-links a {
    color: #6b7280;
    text-decoration: none;
}
.hp-entry-links a:hover { color: var(--apple-accent); text-decoration: underline; }

.hp-below-news {
    margin-top: 14px;
    padding: 0;
    overflow: hidden;
}
.hp-news-cat-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 14px 0;
}
.hp-news-cat {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 999px;
    border: 1px solid #d1fae5;
    background: #ecfdf5;
    color: #0f766e;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}
.hp-news-cat:hover {
    background: #ccfbf1;
    border-color: #99f6e4;
}
.hp-below-news-list {
    list-style: none;
    margin: 0;
    padding: 8px 14px 14px;
}
.hp-below-news-list li {
    border-bottom: 1px solid #efeff4;
}
.hp-below-news-list li:last-child { border-bottom: 0; }
.hp-below-news-list a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 2px;
    text-decoration: none;
    color: #374151;
    font-size: 13px;
}
.hp-below-news-list a:hover .t { color: var(--apple-accent); }
.hp-below-news-list .tag {
    flex-shrink: 0;
    font-size: 11px;
    padding: 1px 6px;
    border-radius: 4px;
    background: #f0fdfa;
    color: #0f766e;
}
.hp-below-news-list .t {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hp-below-news-list .d {
    flex-shrink: 0;
    color: #9ca3af;
    font-size: 12px;
}

@media (max-width: 1100px) {
    .hp-hl-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hp-channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hp-channel-item { border-right: 0; border-bottom: 1px solid #eef2f5; }
    .hp-entry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
    .hp-hl-grid { grid-template-columns: 1fr; }
    .hp-entry-grid { grid-template-columns: 1fr; }
    .hp-news-card-link { grid-template-columns: 56px 1fr; }
    .hp-news-thumb { width: 56px; height: 42px; }
}

@media (max-width: 1100px) {
    .hp-home-grid { grid-template-columns: 1fr; }
    .hp-home-mid-right { grid-template-columns: 1fr; }
    .hp-home-center > .hp-news-expert { flex: none; }
    .hp-home-right {
        align-self: start;
        display: grid;
        min-height: 0;
    }
    .site-search { max-width: none; width: 100%; margin-left: 0; }
    .hp-banner-viewport {
        height: auto !important;
        min-height: 140px;
        max-height: 200px;
    }
    .hp-match-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .hp-right-big-ad {
        flex: none;
        min-height: 128px;
    }
    .hp-right-big-ad-link {
        min-height: 128px;
        padding: 12px 14px;
    }
    .hp-right-big-ad-link strong {
        font-size: 17px;
    }
    .hp-tools-bottom {
        margin-top: 0;
    }
    .hp-welcome-ad-link {
        flex-wrap: wrap;
        row-gap: 6px;
    }
    .hp-welcome-ad-link em {
        margin-left: 0;
        width: calc(100% - 86px);
    }
    .hp-welcome-ad-link .cta {
        margin-left: auto;
    }
}
@media (max-width: 760px) {
    .hp-match-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
    .hp-match-grid { grid-template-columns: 1fr; }
}
@media (max-width: 980px) {
    .site-head-bar { flex-direction: column; align-items: flex-start; }
    .site-head .site-nav.site-nav-bar {
        align-self: stretch;
        width: 100%;
        max-width: 100%;
        padding-bottom: 8px;
    }
    .site-subnav .inner {
        overflow-x: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
        scrollbar-width: none;
    }
    .site-subnav .inner::-webkit-scrollbar { display: none; }
}

/* å¼å¥ä¸ Tab */
.hp-lot-tabs-3 button { max-width: 33.33%; font-size: 13px; }

/* è¶³å½©å¤æå·¥å·æ¡ */
.hp-zc-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    padding: 10px 12px;
    background: #fafafa;
    border-bottom: 1px solid #eee;
    font-size: 13px;
}
.hp-zc-lbl { color: #666; }
.hp-zc-sel {
    min-width: 120px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 8px;
}
.hp-zc-hint { color: #999; font-size: 12px; }
.hp-zc-scroll { overflow-x: auto; }
.hp-table-zc { min-width: 880px; }

/* èµè®¯åè¡¨ä¸è¯¦æ */
.site-news-wrap {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 16px 0 36px;
}
.site-news-intro {
    margin-bottom: 14px;
    padding: 16px 18px 18px;
    background: linear-gradient(120deg, #f0fdfa 0%, #fff 52%, #f8fafc 100%);
    box-sizing: border-box;
}
.site-news-intro .site-news-crumb {
    margin-bottom: 10px;
}
.site-news-intro .site-news-title {
    font-size: 24px;
    margin-bottom: 8px;
}
.site-news-intro .site-news-sub {
    margin: 0;
    max-width: 52em;
}
.site-news-crumb {
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 16px;
}
.site-news-crumb a { color: var(--accent); text-decoration: none; }
.site-news-crumb a:hover { color: var(--accent-hover); text-decoration: underline; }
.site-news-crumb .sep { margin: 0 6px; color: #cbd5e1; }
.site-news-head:not(.site-news-art-hd) {
    border-bottom: 2px solid var(--accent);
    padding-bottom: 14px;
    margin-bottom: 20px;
}
.page-news-list .site-news-head {
    position: relative;
    padding: 0 0 16px 14px;
    margin-bottom: 22px;
    border-bottom: 1px solid var(--border-subtle);
}
.page-news-list .site-news-head::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 16px;
    width: 4px;
    border-radius: 2px;
    background: var(--accent);
}
.site-news-title {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    color: var(--text-primary);
    letter-spacing: -0.02em;
    line-height: 1.25;
}
.site-news-sub {
    margin: 10px 0 0;
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.55;
}
.site-news-stats {
    margin: 12px 0 0;
    font-size: 13px;
    color: var(--text-muted);
}
.site-news-stats strong {
    color: var(--accent);
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}
.site-news-feed {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    background: #fff;
    overflow: hidden;
}
.site-news-card { margin: 0; }
.site-news-card + .site-news-card {
    border-top: 1px solid var(--border-subtle);
}
.site-news-card-link {
    display: block;
    padding: 16px 18px;
    color: inherit;
    text-decoration: none;
    transition: background 0.16s ease;
}
.site-news-card-link:hover {
    background: rgba(13, 148, 136, 0.04);
}
.site-news-card-link:hover .site-news-card-title { color: var(--accent); }
.site-news-card-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px 10px;
    margin-bottom: 8px;
}
.site-news-card-badges {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    flex-shrink: 0;
}
.site-news-card-thumb {
    align-self: center;
    width: 112px;
    height: 76px;
    aspect-ratio: 112 / 76;
    flex-shrink: 0;
    border-radius: var(--radius-sm);
    overflow: hidden;
    background: linear-gradient(145deg, var(--accent-soft) 0%, #e0f2fe 48%, #f8fafc 100%);
    border: 1px solid rgba(13, 148, 136, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-news-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.site-news-thumb-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 2px 8px rgba(13, 148, 136, 0.12);
    position: relative;
}
.site-news-thumb-icon::before {
    content: '';
    position: absolute;
    left: 9px;
    top: 8px;
    width: 18px;
    height: 14px;
    border: 2px solid var(--accent);
    border-radius: 2px 2px 0 0;
    opacity: 0.85;
}
.site-news-thumb-icon::after {
    content: '';
    position: absolute;
    left: 12px;
    top: 14px;
    width: 12px;
    height: 2px;
    background: var(--accent);
    border-radius: 1px;
    box-shadow: 0 4px 0 var(--accent), 0 8px 0 var(--accent);
    opacity: 0.55;
}
.site-news-card-body {
    min-width: 0;
}
.site-news-card-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 12px;
    margin-bottom: 8px;
}
.site-news-card-meta-main {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    min-width: 0;
}
.site-news-tag {
    flex-shrink: 0;
    font-size: 11px;
    padding: 3px 9px;
    border-radius: 999px;
    font-weight: 700;
    line-height: 1.3;
}
.site-news-tag.tag-sync {
    background: var(--accent-soft);
    color: var(--accent-hover);
    border: 1px solid rgba(13, 148, 136, 0.22);
}
.site-news-tag.tag-local {
    background: #f0f9ff;
    color: #0369a1;
    border: 1px solid #bae6fd;
}
.site-news-tag.tag-expert {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #92400e;
    border: 1px solid rgba(217, 119, 6, 0.35);
    font-weight: 700;
}
.site-news-tag.tag-unlocked {
    background: rgba(16, 185, 129, 0.1);
    color: #047857;
    border: 1px solid rgba(16, 185, 129, 0.25);
}
.site-news-tag.tag-paid {
    background: rgba(245, 158, 11, 0.12);
    color: #b45309;
    border: 1px solid rgba(245, 158, 11, 0.35);
}
.site-news-tag.tag-paid::before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 4px;
    vertical-align: -1px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5'%3E%3Crect x='5' y='11' width='14' height='10' rx='2'/%3E%3Cpath d='M8 11V8a4 4 0 1 1 8 0v3'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5'%3E%3Crect x='5' y='11' width='14' height='10' rx='2'/%3E%3Cpath d='M8 11V8a4 4 0 1 1 8 0v3'/%3E%3C/svg%3E") center / contain no-repeat;
}
.site-news-card.is-locked .site-news-card-title {
    padding-right: 18px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b45309' stroke-width='2'%3E%3Crect x='5' y='11' width='14' height='10' rx='2'/%3E%3Cpath d='M8 11V8a4 4 0 1 1 8 0v3'/%3E%3C/svg%3E") right 0 top 2px / 14px no-repeat;
}
.site-news-price {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 700;
    color: #b45309;
    background: #fffbeb;
    border: 1px solid rgba(245, 158, 11, 0.35);
    border-radius: 999px;
}
.site-news-art-badges {
    margin: 0 0 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.site-news-preview-text {
    margin: 0 0 1.25em;
    font-size: 16px;
    line-height: 1.85;
    color: #334155;
    white-space: pre-wrap;
}
.site-news-full {
    margin-top: 4px;
}
.site-news-full-title {
    margin: 0 0 14px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #0f172a;
    border-bottom: 1px solid #e2e8f0;
}
.site-news-full-body {
    font-size: 16px;
    line-height: 1.85;
    color: #334155;
}
.site-news-paywall {
    margin-top: 8px;
    padding: 20px 22px;
    border-radius: var(--radius-md);
    border: 1px solid rgba(245, 158, 11, 0.35);
    background: linear-gradient(180deg, #fffbeb 0%, #fff 72%);
}
.site-news-paywall-lead {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.65;
    color: #78350f;
}
.site-news-paywall-price {
    margin: 0 0 16px;
    font-size: 14px;
    color: #92400e;
}
.site-news-paywall-price strong {
    font-size: 22px;
    color: #b45309;
}
.site-news-paywall-points {
    font-size: 13px;
    color: #a16207;
    font-weight: 500;
}
.site-news-paywall-form,
.site-news-paywall-actions {
    margin: 0 0 12px;
}
.site-news-paywall-btn {
    display: inline-block;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(180, 83, 9, 0.25);
    transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.site-news-paywall-btn:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(180, 83, 9, 0.32);
}
.site-news-paywall-hint {
    margin: 0;
    font-size: 12px;
    line-height: 1.65;
    color: #a16207;
}
.site-news-paywall-hint a {
    color: var(--accent);
    font-weight: 600;
}
.site-news-wxpay {
    margin-bottom: 14px;
}
.site-news-wxpay-panel {
    margin-top: 16px;
    padding: 16px;
    border-radius: var(--radius-md);
    background: #fffbeb;
    border: 1px dashed #f59e0b;
}
.site-news-wxpay-tip {
    margin: 0 0 12px;
    font-size: 14px;
    color: #92400e;
}
.site-news-wxpay-qr-wrap {
    text-align: center;
    margin-bottom: 10px;
}
.site-news-wxpay-qr {
    display: inline-block;
    border: 4px solid #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.site-news-wxpay-order {
    margin: 0 0 10px;
    font-size: 12px;
    color: #78716c;
    word-break: break-all;
}
.site-news-paywall-maint {
    margin: 0.75rem 0 0;
    padding: 0.75rem 1rem;
    color: #92400e;
    background: #fffbeb;
    border: 1px solid #fcd34d;
    border-radius: 6px;
    font-size: 0.95rem;
}

.site-news-wxpay-mock-btn {
    display: inline-block;
    margin-bottom: 10px;
    padding: 8px 16px;
    font-size: 13px;
    color: #fff;
    background: #059669;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
}
.site-news-wxpay-mock-btn:hover {
    background: #047857;
}
.site-news-paywall-demo {
    margin-top: 12px;
    font-size: 13px;
}
.site-news-paywall-demo summary {
    cursor: pointer;
    color: var(--accent);
    font-weight: 600;
}
.site-news-paywall-btn-secondary {
    background: linear-gradient(135deg, #78716c, #57534e);
}
.site-news-card-time {
    font-size: 12px;
    font-variant-numeric: tabular-nums;
    color: var(--text-muted);
    white-space: nowrap;
}
.site-news-card-title {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--text-primary);
    transition: color 0.14s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.site-news-card-excerpt {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    color: var(--text-secondary);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.site-news-empty {
    text-align: center;
    padding: 52px 24px;
    margin-top: 4px;
    border: 1px dashed rgba(148, 163, 184, 0.55);
    border-radius: var(--radius-md);
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}
.site-news-empty-icon {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: var(--accent-soft);
    position: relative;
}
.site-news-empty-icon::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -58%);
    width: 22px;
    height: 16px;
    border: 2px solid var(--accent);
    border-radius: 2px;
    opacity: 0.7;
}
.site-news-empty-title {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
}
.site-news-empty-desc {
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
    color: var(--text-muted);
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
.site-news-pager-foot {
    margin-top: 28px;
    padding: 16px 0 4px;
    border-top: 1px solid var(--border-subtle);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 16px;
}
.site-news-pager-foot .site-news-stats {
    margin: 0;
    font-size: 13px;
    color: var(--text-muted);
}
.site-news-pager-foot .site-news-stats strong {
    color: var(--accent);
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}
.site-news-pager {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.site-news-pager.pager { padding: 0; }
.site-news-pager ul {
    justify-content: center;
    gap: 6px;
}
.site-news-pager li a,
.site-news-pager li span {
    min-width: 36px;
    text-align: center;
    border-radius: var(--radius-sm);
    transition: border-color 0.14s ease, color 0.14s ease, background 0.14s ease;
}
.site-news-pager li a:hover {
    border-color: var(--accent);
    color: var(--accent);
    background: var(--accent-soft);
}
.site-news-pager .active span {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
    font-weight: 600;
}

/* 资讯频道：分类/彩种/标签三层筛选 + 侧栏 */
.page-news-shell.channel-shell {
    align-items: start;
    grid-template-columns: minmax(0, 1fr) min(280px, 30%);
    gap: 20px;
}
.site-news-filters {
    margin-bottom: 18px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    background: #fff;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}
.site-news-filter-layer + .site-news-filter-layer {
    border-top: 1px solid var(--border-subtle);
}
.site-news-filter-layer--cats {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}
.site-news-filter-layer--lots {
    background: #fff;
}
.site-news-filter-layer--tags {
    background: #f8fafc;
    border-top-style: dashed;
}
.site-news-filter-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    padding: 12px 16px;
}
.site-news-filter-label {
    flex: 0 0 36px;
    font-size: 11px;
    font-weight: 700;
    color: var(--text-muted);
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: none;
    padding-top: 10px;
}
.site-news-filter-layer--cats .site-news-filter-label {
    color: var(--accent);
    font-size: 12px;
    padding-top: 11px;
}
.site-news-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    flex: 1 1 auto;
    min-width: 0;
}
.site-news-filter-tabs--scroll {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
    -webkit-overflow-scrolling: touch;
}
/* 基础 tab 重置（各层 modifier 覆盖） */
.site-news-filter-tab {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
    transition: color .15s, background .15s, border-color .15s, box-shadow .15s;
}
/* 一级 · 内容分类：大号下划线 Tab */
.site-news-filter-tabs--cats {
    gap: 2px 18px;
}
.site-news-filter-tab--cat {
    height: 38px;
    padding: 0 2px;
    border: none;
    border-radius: 0;
    background: transparent;
    color: var(--text-secondary);
    font-size: 15px;
    font-weight: 500;
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
}
.site-news-filter-tab--cat:hover {
    color: var(--accent);
}
.site-news-filter-tab--cat.active {
    color: var(--accent);
    border-bottom-color: var(--accent);
    font-weight: 700;
    background: transparent;
}
/* 二级 · 彩种：描边胶囊 Chip */
.site-news-filter-tabs--lots {
    gap: 6px;
}
.site-news-filter-lot-group-label {
    flex-shrink: 0;
    align-self: center;
    font-size: 10px;
    font-weight: 700;
    color: #475569;
    letter-spacing: 0.02em;
    padding: 2px 8px;
    margin-left: 6px;
    border-left: 0;
    border-radius: 4px;
    background: #f1f5f9;
    line-height: 1.4;
}
.site-news-filter-lot-group-label:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}
.site-news-filter-tab--lot {
    height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    background: #fff;
    color: var(--text-secondary);
    font-size: 12px;
    font-weight: 500;
}
.site-news-filter-tab--lot:hover {
    border-color: var(--accent);
    color: var(--accent);
    background: var(--accent-soft);
}
.site-news-filter-tab--lot.active {
    border-color: var(--accent);
    color: var(--accent-hover);
    background: var(--accent-soft);
    font-weight: 600;
    box-shadow: none;
}
/* 三级 · 标签：轻量灰底 Chip（仅 3D/排列三/排列五） */
.site-news-filter-layer--tags .site-news-filter-label {
    padding-top: 7px;
}
.site-news-filter-tabs--tags {
    gap: 5px;
}
.site-news-filter-tab--tag {
    height: 24px;
    padding: 0 10px;
    border-radius: 4px;
    border: none;
    background: #e2e8f0;
    color: var(--text-muted);
    font-size: 11px;
    font-weight: 500;
}
.site-news-filter-tab--tag:hover {
    background: #cbd5e1;
    color: var(--text-secondary);
}
.site-news-filter-tab--tag.active {
    background: var(--accent-soft);
    color: var(--accent);
    font-weight: 600;
}
.site-news-filter-cats {
    align-items: center;
}
.site-news-search {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    flex: 0 1 220px;
}
.site-news-search-input {
    width: 100%;
    min-width: 120px;
    height: 32px;
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
    padding: 0 10px;
    font-size: 13px;
    background: #fff;
    transition: border-color 0.14s ease, box-shadow 0.14s ease;
}
.site-news-search-input:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.12);
}
.site-news-search-btn {
    height: 32px;
    padding: 0 12px;
    border: none;
    border-radius: 8px;
    background: var(--accent);
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
}
.site-news-search-btn:hover { background: var(--accent-hover); }
.site-news-badge {
    display: inline-flex;
    align-items: center;
    height: 20px;
    padding: 0 7px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}
.site-news-badge.badge-pin {
    background: #fef3c7;
    color: #b45309;
}
.site-news-badge.badge-hot {
    background: #fee2e2;
    color: #dc2626;
}
.site-news-tag.tag-cat {
    background: var(--accent-soft);
    color: var(--accent);
}
.site-news-author-wrap,
.site-news-art-author-wrap {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    vertical-align: middle;
}
.site-news-author-avatar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #f5f5f5;
}
.site-news-author-avatar--md {
    width: 28px;
    height: 28px;
}
.site-news-author,
.site-news-views {
    font-size: 12px;
    color: var(--text-muted);
}
a.site-news-author-link,
a.site-news-art-author.site-news-author-link {
    color: var(--apple-accent);
    text-decoration: none;
}
a.site-news-author-link:hover,
a.site-news-art-author.site-news-author-link:hover,
span.site-news-author-link:hover {
    text-decoration: underline;
}
span.site-news-author-link {
    cursor: pointer;
}
.site-news-author::after {
    content: '·';
    margin: 0 4px;
    color: #cbd5e1;
}
.site-expert-profile {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    margin-bottom: 18px;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    background: #fff;
    position: relative;
}
.site-expert-profile-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.1);
}
.site-expert-profile-body {
    flex: 1;
    min-width: 0;
}
.site-expert-profile-name {
    margin: 0;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: #222;
}
.site-expert-profile-tagline {
    margin: 6px 0 0;
    color: #666;
    font-size: 14px;
}
.site-expert-profile-intro {
    margin: 10px 0 0;
    color: #444;
    font-size: 14px;
    line-height: 1.65;
}
.site-expert-profile-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    color: var(--apple-accent);
    font-weight: 700;
    font-size: 14px;
}
.site-expert-articles-hd {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 12px;
}
.site-expert-articles-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}
.site-expert-articles-count {
    margin: 0;
    font-size: 13px;
    color: var(--text-muted);
}
.site-expert-profile-hero {
    background: linear-gradient(135deg, #fff 0%, #fffbeb 100%);
    padding: 24px;
}
.site-expert-profile-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 14px;
}
.site-expert-stat {
    font-size: 13px;
    color: #64748b;
}
.site-expert-stat strong {
    color: #0f172a;
    font-size: 16px;
    margin-right: 2px;
}
.site-expert-stat-price {
    color: #b45309;
    font-weight: 700;
}
.site-expert-profile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}
.site-expert-follow-btn {
    padding: 8px 14px;
    font-size: 13px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #f8fafc;
    color: #64748b;
    cursor: not-allowed;
}
.site-expert-paid-spotlight {
    margin-bottom: 18px;
    padding: 16px 18px;
    border: 1px solid rgba(245, 158, 11, 0.25);
    border-radius: var(--radius-md);
    background: linear-gradient(180deg, #fffbeb 0%, #fff 100%);
}
.site-expert-paid-hd {
    margin-bottom: 12px;
}
.site-expert-paid-title {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
}
.site-expert-paid-desc {
    margin: 4px 0 0;
    font-size: 13px;
    color: #64748b;
}
.site-expert-paid-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-expert-paid-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
    text-decoration: none;
    color: inherit;
}
.site-expert-paid-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.site-expert-paid-item:hover .site-expert-paid-item-title {
    color: var(--apple-accent);
}
.site-expert-paid-item-title {
    flex: 1;
    min-width: 0;
    font-weight: 600;
    font-size: 14px;
}
.site-expert-hub-hero {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 24px;
    margin-bottom: 18px;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, #fff 0%, #fff7ed 55%, #fff 100%);
}
.site-expert-hub-title {
    margin: 0;
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
}
.site-expert-hub-lead {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.65;
    color: #64748b;
    max-width: 520px;
}
.site-expert-hub-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-top: 14px;
}
.site-expert-hub-stat {
    font-size: 13px;
    color: #64748b;
}
.site-expert-hub-stat strong {
    color: #b45309;
    font-size: 18px;
    margin-right: 2px;
}
.site-expert-hub-cta-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(217, 119, 6, 0.25);
}
.site-expert-hub-cta-btn:hover {
    color: #fff;
    filter: brightness(1.05);
}
.site-expert-hub-cta-btn--sm {
    padding: 8px 14px;
    font-size: 13px;
    box-shadow: none;
}
.site-expert-hub-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}
.site-expert-hub-card {
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    background: #fff;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}
.site-expert-hub-card:hover {
    border-color: rgba(245, 158, 11, 0.35);
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08);
}
.site-expert-hub-card-link {
    display: flex;
    gap: 14px;
    padding: 16px;
    text-decoration: none;
    color: inherit;
}
.site-expert-hub-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid rgba(0, 0, 0, 0.06);
}
.site-expert-hub-card-body {
    flex: 1;
    min-width: 0;
}
.site-expert-hub-card-head {
    display: flex;
    align-items: center;
    gap: 8px;
}
.site-expert-hub-name {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
}
.site-expert-hub-badge {
    font-size: 12px;
    font-weight: 700;
    color: var(--apple-accent);
}
.site-expert-hub-tagline {
    margin: 6px 0 0;
    font-size: 13px;
    color: #64748b;
}
.site-expert-hub-note {
    margin: 6px 0 0;
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.site-expert-hub-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-top: 10px;
    font-size: 12px;
    color: #94a3b8;
}
.site-expert-hub-paid {
    color: #b45309;
    font-weight: 700;
}
.hp-expert-list-side .s {
    font-size: 11px;
}
@media (max-width: 640px) {
    .site-expert-hub-hero {
        padding: 16px;
    }
    .site-expert-hub-title {
        font-size: 22px;
    }
    .site-expert-hub-grid {
        grid-template-columns: 1fr;
    }
    .site-expert-profile-hero {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .site-expert-profile-stats,
    .site-expert-profile-actions {
        justify-content: center;
    }
}
.site-news-card-meta-main .site-news-views:not(:first-child)::before {
    content: '·';
    margin: 0 6px;
    color: #cbd5e1;
    font-weight: 400;
}
.site-news-card.is-pinned .site-news-card-link {
    background: linear-gradient(180deg, #fffbeb 0%, #fff 72%);
    box-shadow: inset 3px 0 0 #f59e0b;
}
.site-news-card-link:hover .site-news-card-excerpt {
    color: var(--text-primary);
}
.site-news-sidebar {
    position: sticky;
    top: 12px;
}
.site-news-sidebar .sb-panel {
    margin-bottom: 14px;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    background: #fff;
    padding: 12px 14px;
}
.site-news-sb-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.site-news-sb-title {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: var(--text-primary);
}
.site-news-sb-more {
    font-size: 12px;
    color: var(--accent);
    text-decoration: none;
}
.site-news-sb-more:hover { text-decoration: underline; }
.site-news-sb-list,
.site-news-sb-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-news-sb-list li + li,
.site-news-sb-links li + li { margin-top: 8px; }
.site-news-sb-list a,
.site-news-sb-links a {
    display: flex;
    align-items: baseline;
    gap: 6px;
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 13px;
    line-height: 1.45;
}
.site-news-sb-list a:hover,
.site-news-sb-links a:hover { color: var(--accent); }
.site-news-sb-item-title {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.site-news-sb-views {
    flex: 0 0 auto;
    font-size: 11px;
    color: var(--text-muted);
    font-variant-numeric: tabular-nums;
}
.site-news-art-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    font-size: 13px;
    color: var(--text-muted);
}
.site-news-art-author { color: var(--text-secondary); }
.site-news-art-views { font-variant-numeric: tabular-nums; }

@media (max-width: 720px) {
    .page-news-shell.channel-shell {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .site-news-sidebar { position: static; }
    .site-news-wrap { padding: 12px 0 28px; }
    .site-news-title { font-size: 22px; }
    .site-news-card-link { padding: 14px 14px; }
    .site-news-card-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
    .site-news-card-time { align-self: flex-start; }
    .site-news-filters { gap: 0; }
    .site-news-filter-row { padding: 10px 12px; }
    .site-news-filter-label { padding-top: 8px; }
    .site-news-filter-layer--cats .site-news-filter-label { padding-top: 9px; }
    .site-news-filter-layer--tags .site-news-filter-label { padding-top: 6px; }
    .site-news-search { flex: 1 1 100%; margin-left: 0; margin-top: 4px; }
    .site-news-filter-cats { align-items: flex-start; }
    .site-news-filter-tab--cat { height: 34px; font-size: 14px; }
    .site-news-filter-tabs--scroll,
    .site-news-filter-tabs--cats {
        flex-wrap: nowrap;
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        mask-image: linear-gradient(to right, #000 90%, transparent);
    }
    .site-news-filter-tabs--cats::-webkit-scrollbar,
    .site-news-filter-tabs--scroll::-webkit-scrollbar { display: none; }
    .site-news-filter-tab--cat { flex-shrink: 0; }
    .site-news-filter-tab--lot,
    .site-news-filter-tab--tag {
        min-height: 36px;
        flex-shrink: 0;
    }
    .site-news-intro { padding: 14px 14px 16px; }
    .site-news-intro .site-news-title { font-size: 22px; }
}
@media (max-width: 480px) {
    .site-news-card-title { font-size: 16px; }
    .site-news-card-excerpt { -webkit-line-clamp: 3; }
    .site-news-filter-tab--cat { font-size: 13px; padding: 0 1px; min-height: 36px; }
    .site-news-filter-tab--lot { padding: 0 12px; font-size: 12px; }
    .site-news-filter-tab--tag { padding: 0 10px; font-size: 11px; }
    .site-news-search-btn { min-width: 56px; }
}

.site-news-art-hd {
    padding-bottom: 14px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
}
.site-news-art-title {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.35;
    color: #111;
}
.site-news-art-meta {
    margin: 0;
    font-size: 13px;
    color: #888;
}
.zx-article-content {
    font-size: 16px;
    line-height: 1.9;
    color: #333;
    word-break: break-word;
}
.zx-article-content p { margin: 0 0 1em; text-indent: 2em; }
.zx-article-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 12px auto;
}
.site-news-art-nav {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid #eee;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
    color: #555;
}
.site-news-art-nav a { color: var(--accent); }
.site-news-back { margin-top: 16px; font-size: 13px; }
.site-news-back a { color: var(--apple-accent); font-weight: 700; }

/* æ°æ®æ´å¯é¡µ */
.data-insight-box { margin-bottom: 20px; }
.data-insight-highlights {
    margin: 0;
    padding-left: 1.25em;
    line-height: 1.75;
    font-size: 14px;
    color: #334155;
}
.data-insight-note {
    margin: 0 0 12px;
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
}
.data-insight-kpis {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    margin-bottom: 14px;
    font-size: 13px;
    color: #475569;
}
.data-insight-kpis strong { color: #0f172a; font-size: 15px; }
.data-insight-cats {
    margin: 0 0 12px;
    padding-left: 1.2em;
    line-height: 1.8;
    font-size: 14px;
    color: #334155;
}
.data-insight-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}
.data-insight-table th,
.data-insight-table td {
    border: 1px solid #e5e7eb;
    padding: 8px 10px;
    text-align: left;
}
.data-insight-table th { background: #f8fafc; color: #475569; font-weight: 600; }
.data-insight-table .row-empty { text-align: center; color: #94a3b8; padding: 20px; }
.data-insight-table-compact td:first-child { font-family: ui-monospace, monospace; font-size: 12px; color: #64748b; }

/* è¶³çèµæé¡µ */
.margin-top-12 { margin-top: 12px; }
.page-football .football-section .title.football-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}
.football-more-link {
    font-size: 13px;
    font-weight: 600;
    color: #1f5ea8;
}
.football-more-link:hover { color: var(--apple-accent); }
.football-section-hint {
    margin: 0 0 12px;
    padding: 0 16px;
    font-size: 12px;
    color: #64748b;
    line-height: 1.5;
}
.football-empty-wide { grid-column: 1 / -1; }

/* é¡¶æ  */
.football-hero {
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: linear-gradient(125deg, #ecfdf5 0%, #eff6ff 38%, #f8fafc 100%);
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}
.football-hero-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px 24px;
    padding: 18px 20px;
}
.football-hero-title {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}
.football-hero-desc {
    margin: 0;
    max-width: 520px;
    font-size: 13px;
    color: #475569;
    line-height: 1.65;
}
.football-quick-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.football-quick-nav a {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(148, 163, 184, 0.4);
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}
.football-quick-nav a:hover {
    border-color: #93c5fd;
    color: #1d4ed8;
    background: #fff;
}

/* ç­é¨èèµå¡ç */
.football-hot-cards {
    padding: 14px 16px 18px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
}
.football-hot-card {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 64px;
    padding: 10px 14px;
    border: 1px solid #dbe7ff;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
    color: #334155;
    text-decoration: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease;
}
.football-hot-card:hover {
    border-color: #93c5fd;
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.12);
    transform: translateY(-1px);
    color: #0f172a;
}
.football-hot-card-logo {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e8edf5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.football-hot-card-logo img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.football-hot-card-title {
    flex: 1;
    min-width: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}
.football-hot-card-go {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 700;
    color: #1f5ea8;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* ç¦ç¹å¯¹éµ */
.football-focus-grid {
    padding: 4px 16px 18px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 12px;
}
.football-focus-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.football-focus-card:hover {
    border-color: #93c5fd;
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.12);
}
.football-focus-meta {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    letter-spacing: 0.02em;
}
.football-focus-teams {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.football-focus-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex: 1;
    min-width: 0;
    text-align: center;
}
.football-focus-side em {
    font-style: normal;
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
    word-break: break-word;
}
.football-focus-logo {
    width: 36px;
    height: 36px;
    object-fit: contain;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid #eef2f7;
}
.football-focus-vs {
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 800;
    color: #94a3b8;
}
.football-focus-plans {
    font-size: 11px;
    color: #1f5ea8;
    font-weight: 600;
}

/* ä»æ¥èµç¨å¡ç */
.football-today-wrap { padding: 12px 16px 18px; }
.football-league-block { margin-bottom: 16px; }
.football-league-block:last-child { margin-bottom: 0; }
.football-league-title {
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 2px solid #e2e8f0;
}
.football-match-cards {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.football-match-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    padding: 10px 14px;
    border: 1px solid #eef2f7;
    border-radius: 10px;
    background: linear-gradient(180deg, #fcfcfd 0%, #f8fafc 100%);
    font-size: 13px;
    color: #334155;
    line-height: 1.5;
}
.football-match-time {
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 700;
    color: #1d4ed8;
    font-variant-numeric: tabular-nums;
}
.football-match-main {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.football-match-team { font-weight: 700; color: #0f172a; }
.football-match-delim {
    font-size: 11px;
    font-weight: 800;
    color: #94a3b8;
}

/* ç«å½©é¢è§è¡¨ */
.football-jczq-table-wrap {
    padding: 0 16px 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.football-jczq-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    font-size: 13px;
}
.football-jczq-table th,
.football-jczq-table td {
    border: 1px solid #e8edf5;
    padding: 8px 10px;
    text-align: left;
}
.football-jczq-table th {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    color: #475569;
    font-weight: 700;
    white-space: nowrap;
}
.football-jczq-table tbody tr:nth-child(even) { background: #fafbfc; }
.football-jczq-team { font-weight: 600; color: #0f172a; }
.football-jczq-odds {
    font-variant-numeric: tabular-nums;
    font-weight: 600;
    color: #b45309;
}

/* èµè®¯åè¡¨ */
.football-news-list {
    margin: 0;
    padding: 8px 16px 16px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.football-news-item {
    border: 1px solid #eef2f7;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}
.football-news-link {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px 14px;
    text-decoration: none;
    color: inherit;
    transition: background 0.12s ease;
}
.football-news-link:hover {
    background: #f8fafc;
}
.football-news-title {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.45;
}
.football-news-summary {
    font-size: 12px;
    color: #64748b;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.football-hot-card-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.football-hot-card-meta {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
}

/* èèµèµæé¡µ */
.page-football-league .football-league-banner {
    position: relative;
    margin-top: 12px;
    min-height: 168px;
    border-radius: 14px;
    overflow: hidden;
    background-color: #0f766e;
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(13, 148, 136, 0.35);
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.1);
}
.football-league-banner-mask {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(15, 118, 110, 0.92) 0%, rgba(30, 64, 175, 0.55) 55%, rgba(15, 23, 42, 0.35) 100%);
}
.football-league-banner-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 24px;
}
.football-league-banner-logo,
.football-league-logo-lg {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    object-fit: contain;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid rgba(255, 255, 255, 0.65);
    padding: 6px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.football-league-banner-title,
.football-league-hero-title {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
}
.football-league-banner-meta,
.football-league-hero-meta {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #e0f2fe;
}
.football-league-banner-meta span,
.football-league-hero-meta span {
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.28);
}
.football-league-hero {
    border-radius: 14px;
    border: 1px solid rgba(13, 148, 136, 0.25);
    background: linear-gradient(125deg, #ecfdf5 0%, #eff6ff 50%, #f8fafc 100%);
}
.football-league-hero-inner {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 22px;
}
.page-football-league .football-league-hero-title { color: #0f172a; }
.page-football-league .football-league-hero-meta span {
    color: #0f766e;
    background: rgba(13, 148, 136, 0.1);
    border-color: rgba(13, 148, 136, 0.25);
}
.football-league-intro {
    margin: 0;
    padding: 0 16px 16px;
    font-size: 14px;
    line-height: 1.75;
    color: #475569;
}
.football-team-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 8px 16px 18px;
}
.football-team-strip-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 72px;
    padding: 8px 6px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: #fff;
}
.football-team-strip-item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.football-team-strip-item em {
    font-style: normal;
    font-size: 11px;
    font-weight: 600;
    color: #334155;
    text-align: center;
    line-height: 1.3;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.football-standings-wrap {
    padding: 0 16px 16px;
    overflow-x: auto;
}
.football-standings-table {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
    font-size: 13px;
}
.football-standings-table th,
.football-standings-table td {
    border: 1px solid #e8edf5;
    padding: 8px 10px;
    text-align: center;
}
.football-standings-table th {
    background: linear-gradient(180deg, #ecfdf5 0%, #f0fdfa 100%);
    color: #0f766e;
    font-weight: 700;
}
.football-standings-table th:nth-child(2),
.football-standings-team { text-align: left; }
.football-standings-team {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #0f172a;
}
.football-standings-logo {
    width: 28px;
    height: 28px;
    object-fit: contain;
    border-radius: 6px;
    background: #f8fafc;
}
.football-standings-rank { font-weight: 800; color: #64748b; }
.football-standings-pts { font-weight: 800; color: #0d9488; }
.football-match-cards-rich { padding: 8px 16px 18px; }
.football-match-main-badges {
    justify-content: center;
    gap: 12px;
}
.football-match-side {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}
.football-match-badge {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    object-fit: contain;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e8edf5;
}

@media (max-width: 760px) {
    .football-hot-cards { grid-template-columns: 1fr; }
    .football-focus-grid { grid-template-columns: 1fr; }
    .football-jczq-table { font-size: 12px; }
    .football-hero-inner { flex-direction: column; }
}

/* å¨å½å¼å¥ï¼ä¸é¦é¡µ .container.hp-wrap åå®½ï¼1200px éæ ï¼ä¸»åºä¸åè¢«ä¾§æ æ æ ¼æ¤åï¼ */
.page-kaijiang .kj-shell {
    margin-top: 10px;
}
.page-kaijiang .kj-shell.channel-full {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 8px;
}
.page-kaijiang .kj-shell.channel-full > .box.cp-panel {
    margin-bottom: 0;
}
.page-kaijiang .kj-draw-panel {
    width: 100%;
    max-width: none;
}
.page-kaijiang .kj-draw-panel .draw-panel-block,
.page-kaijiang .kj-draw-panel .draw-panel-anchor,
.page-kaijiang .kj-draw-panel .draw-panel-table-wrap {
    width: 100%;
    max-width: none;
}
.kj-hub-intro {
    padding: 18px 20px 16px;
    background: #fff;
}
.kj-hub-intro .site-news-crumb {
    margin-bottom: 10px;
}
.kj-hub-title {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
}
.kj-hub-lead {
    margin: 0;
    max-width: 52em;
    font-size: 13px;
    line-height: 1.7;
    color: #475569;
}
.kj-hub-anchor {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(148, 163, 184, 0.22);
}
.kj-hub-anchor-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(13, 148, 136, 0.22);
    background: #fff;
    color: #0f766e;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.kj-hub-anchor-link:hover {
    border-color: rgba(13, 148, 136, 0.45);
    background: #f0fdfa;
    color: #0d9488;
}
.kj-hub-anchor-link--welfare {
    border-color: rgba(196, 30, 58, 0.22);
    color: #b91c1c;
}
.kj-hub-anchor-link--welfare:hover {
    background: #fef2f2;
    border-color: rgba(196, 30, 58, 0.4);
    color: #991b1b;
}
.kj-hub-anchor-link--sport {
    border-color: rgba(31, 94, 168, 0.22);
    color: #1d4ed8;
}
.kj-hub-anchor-link--sport:hover {
    background: #eff6ff;
    border-color: rgba(31, 94, 168, 0.4);
    color: #1e40af;
}
.kj-hub-anchor-link--difang {
    border-color: rgba(13, 148, 136, 0.22);
    color: #0f766e;
}
.kj-expert-section,
.page-kaijiang .kj-group-section {
    overflow: hidden;
}
.page-kaijiang .kj-expert-section > .row-empty,
.page-kaijiang .kj-group-section > .row-empty {
    margin: 12px 14px 14px;
}
.kj-section-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid #eef2f7;
    color: #0f172a;
}
.kj-group-section-hd::before {
    content: "";
    width: 4px;
    height: 14px;
    border-radius: 2px;
    background: var(--accent);
    flex-shrink: 0;
    margin-right: 2px;
}
.kj-group-section-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.kj-group-section-hd .kj-section-title {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}
.kj-section-title {
    min-width: 0;
}
.kj-section-more {
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 600;
    color: var(--apple-accent);
    text-decoration: none;
}
.kj-section-more:hover {
    text-decoration: underline;
}
.kj-expert-grid {
    padding: 12px 14px 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.kj-group-count {
    flex-shrink: 0;
    height: 22px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(13, 148, 136, 0.18);
    background: #f0fdfa;
    color: #0f766e;
    font-size: 11px;
    font-weight: 600;
    line-height: 20px;
}
.kj-group-section--welfare .kj-group-section-hd::before {
    background: #c41e3a;
}
.kj-group-section--welfare .kj-group-count {
    border-color: rgba(196, 30, 58, 0.2);
    background: #fef2f2;
    color: #b91c1c;
}
.kj-group-section--sport .kj-group-section-hd::before {
    background: #0891b2;
}
.kj-group-section--sport .kj-group-count {
    border-color: rgba(8, 145, 178, 0.22);
    background: #ecfeff;
    color: #0e7490;
}
.kj-group-section--difang .kj-group-section-hd::before {
    background: linear-gradient(180deg, var(--accent) 0%, #0891b2 100%);
}
.page-kaijiang .kj-group-section .draw-panel-table-wrap {
    padding: 0 14px 14px;
}
.page-kaijiang .kj-draw-table th:nth-child(1) {
    width: 16%;
}
.page-kaijiang .kj-draw-table th:nth-child(2) {
    width: 11%;
}
.page-kaijiang .kj-draw-table th:nth-child(3) {
    width: 40%;
}
.page-kaijiang .kj-draw-table th:nth-child(4) {
    width: 33%;
}
.page-kaijiang .kj-draw-period {
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    color: #334155;
}
.page-kaijiang .kj-draw-table tbody tr:not(.kj-expert-strip-row):hover {
    background: #f0fdfa;
}
.page-chart .kj-group-section {
    overflow: hidden;
}
.page-chart .kj-group-section > .row-empty {
    margin: 12px 14px 14px;
}
.page-chart .kj-group-section .draw-panel-table-wrap {
    padding: 0 14px 14px;
}
.page-chart .kj-draw-table th:nth-child(1) {
    width: 16%;
}
.page-chart .kj-draw-table th:nth-child(2) {
    width: 11%;
}
.page-chart .kj-draw-table th:nth-child(3) {
    width: auto;
    min-width: 0;
}
.page-chart .kj-draw-table th:nth-child(4) {
    width: 21%;
    min-width: 168px;
}
.page-chart .kj-draw-period {
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    color: #334155;
    text-align: center;
}
.page-chart .chart-hub-table .draw-panel-code-balls {
    min-width: 0;
}
.page-chart .chart-hub-row {
    cursor: pointer;
}
.page-chart .chart-hub-row:focus-visible {
    outline: 2px solid rgba(13, 148, 136, 0.45);
    outline-offset: -2px;
}
.page-chart .chart-hub-lot-cell {
    min-width: 0;
    vertical-align: middle;
}
.page-chart .chart-hub-lot-link {
    display: inline-block;
    font-weight: 600;
    color: #0f766e;
    text-decoration: none;
}
.page-chart .chart-hub-lot-link:hover {
    color: var(--accent);
    text-decoration: underline;
}
.page-chart .chart-hub-links-hd {
    font-weight: 600;
    color: #64748b;
}
.page-chart .chart-hub-links-col {
    vertical-align: middle;
    min-width: 0;
}
.page-chart .chart-hub-links-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 5px 6px;
}
.page-chart .chart-hub-link-chip {
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid transparent;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.page-chart .chart-hub-link-chip--primary {
    background: var(--accent-soft, #ccfbf1);
    color: #0f766e;
    font-weight: 600;
}
.page-chart .chart-hub-link-chip--primary:hover {
    background: #99f6e4;
    color: #0d9488;
}
.page-chart .chart-hub-link-chip--muted {
    background: #f8fafc;
    color: #64748b;
    border-color: #e2e8f0;
}
.page-chart .chart-hub-link-chip--muted:hover {
    background: #ecfdf5;
    color: #0f766e;
    border-color: #99f6e4;
}
.page-chart .kj-draw-table tbody tr:hover {
    background: #f0fdfa;
}
@media (max-width: 980px) {
    .kj-expert-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 820px) {
    .kj-hub-intro {
        padding: 14px 14px 12px;
    }
    .kj-hub-title {
        font-size: 20px;
    }
}
@media (max-width: 640px) {
    .kj-expert-grid {
        grid-template-columns: 1fr;
    }
    .kj-hub-anchor-link {
        flex: 1 1 calc(50% - 4px);
        min-width: 0;
    }
    .page-chart .kj-draw-table th:nth-child(4) {
        min-width: 0;
        width: 28%;
    }
    .page-chart .chart-hub-links-inner {
        gap: 4px;
    }
    .page-chart .chart-hub-link-chip {
        height: 20px;
        padding: 0 7px;
        font-size: 10px;
    }
}
.kj-draw-lead {
    margin: 0;
    padding: 0 16px 10px;
    font-size: 13px;
    line-height: 1.55;
    color: #64748b;
    border-bottom: 1px solid #eef2f7;
}
.kj-group-block--welfare .draw-panel-hd > span:first-child::before {
    background: #c41e3a;
}
.kj-group-block--sport .draw-panel-hd > span:first-child::before {
    background: #1f5ea8;
}
.kj-group-block--difang .draw-panel-hd > span:first-child::before {
    background: #0d9488;
}
.kj-group-block .draw-panel-hd > span:first-child {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.kj-group-block .draw-panel-hd > span:first-child::before {
    content: "";
    width: 4px;
    height: 16px;
    border-radius: 2px;
    flex-shrink: 0;
}
.special-market-nav {
    margin-top: 10px;
    padding: 12px 14px;
}
.special-market-nav .sssqq-nav-cats {
    margin-bottom: 10px;
}
.special-market-nav .sssqq-nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.special-market-nav .sssqq-nav-links a {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #334155;
    font-size: 12px;
    font-weight: 600;
}
.special-market-nav .sssqq-nav-links a.active,
.special-market-nav .sssqq-nav-links a:hover {
    border-color: #c0d6fb;
    background: #eaf2ff;
    color: #1f5ea8;
}
@media (max-width: 640px) {
    .draw-panel-expert-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .special-market-nav .sssqq-nav-links a {
        font-size: 11px;
        padding: 0 8px;
    }
}

/* é¢ééæ ï¼æ  common/sidebarï¼ä¸»åºä¸é¦é¡µ .container.hp-wrap åå®½ï¼1200pxï¼ */
.container.hp-wrap.channel-full {
    margin-top: 10px;
}
.container.hp-wrap.channel-full > .channel-main,
.container.hp-wrap.channel-full > .data-chart-wrap,
.container.hp-wrap.channel-full > .site-news-wrap,
.container.hp-wrap.channel-full > .box.cp-panel {
    width: 100%;
    max-width: none;
}
.page-chart .chart-shell {
    margin-top: 10px;
}
.page-chart .data-chart-wrap,
.page-chart .data-chart-top,
.page-chart .data-chart-panel,
.page-chart .data-chart-layout {
    width: 100%;
    max-width: none;
}

/* å¨å½å¼å¥é¢é */
.draw-panel-meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 16px;
    border-bottom: 1px solid #eef2f7;
    font-size: 12px;
    color: #6b7280;
    background: #fafbff;
}
.draw-panel-anchor {
    display: flex;
    gap: 10px;
    padding: 10px 16px;
    border-bottom: 1px solid #eef2f7;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 5;
}
.draw-panel-anchor a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid #d9e6fb;
    background: #f4f8ff;
    color: #1f5ea8;
    font-size: 12px;
    font-weight: 600;
}
.draw-panel-anchor a:hover {
    border-color: #c0d6fb;
    background: #eaf2ff;
}
.draw-panel-block {
    padding: 10px 16px 16px;
    border-bottom: 1px solid #eef2f7;
}
.draw-panel-block:last-child {
    border-bottom: 0;
}
.draw-panel-hd {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.draw-panel-more {
    font-size: 12px;
    font-weight: 600;
    color: var(--apple-accent);
}
.draw-panel-more:hover {
    text-decoration: underline;
}
.draw-panel-expert-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.draw-panel-expert-list li {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}
.draw-panel-expert-empty-item {
    grid-column: 1 / -1;
    padding: 12px 4px;
    color: #94a3b8;
    font-size: 13px;
}
.draw-panel-ex-card {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    min-height: 64px;
    padding: 10px 12px;
    border: 1px solid #e8eef5;
    border-radius: 10px;
    background: #fbfcfe;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
}
.draw-panel-ex-card:hover {
    border-color: #99f6e4;
    background: #f0fdfa;
}
.draw-panel-ex-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #e5e7eb;
    background: #fff;
    flex-shrink: 0;
}
.draw-panel-ex-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.draw-panel-expert-list .n {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    color: #0f172a;
    font-size: 13px;
    line-height: 1.3;
    text-align: left;
}
.draw-panel-ex-card:hover .n {
    color: var(--apple-accent);
}
.draw-panel-expert-list .s {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #64748b;
    font-size: 12px;
    line-height: 1.3;
    text-align: left;
}
/* å¼å¥é¢éï¼å½©ç§è¡ä¸ä¸å®¶è§£è¯»æ¡ */
.kj-expert-strip-row td {
    padding: 6px 12px 10px;
    background: #fafbff;
    border-top: 0;
}
.expert-lottery-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.expert-lottery-strip-label {
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 700;
    color: #b45309;
}
.expert-lottery-card {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid #fde68a;
    background: #fffbeb;
    color: #92400e;
    font-size: 12px;
    line-height: 1.35;
    text-decoration: none;
}
.expert-lottery-card:hover {
    border-color: #fbbf24;
    background: #fef3c7;
}
.expert-lottery-card-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #fff;
}
.expert-lottery-card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 280px;
}
.expert-lottery-card-price,
.expert-lottery-card-badge {
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 700;
}
.expert-lottery-card-price {
    color: #c2410c;
}
.expert-lottery-card-badge.is-unlocked {
    color: #15803d;
}
.page-kaijiang .kj-lottery-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 14px;
    align-items: start;
}
.page-kaijiang .kj-lottery-main {
    min-width: 0;
}
.kj-expert-panel {
    padding: 12px 14px;
}
.kj-expert-panel-hd,
.lot-topic-expert-panel .lot-topic-side-hd {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
}
.kj-expert-panel-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.kj-expert-panel-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 0;
    border-bottom: 1px solid #eef2f7;
}
.kj-expert-panel-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #f5f5f5;
}
.kj-expert-panel-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.kj-expert-panel-link {
    flex: 1;
    min-width: 0;
    font-size: 13px;
    font-weight: 600;
    color: #1e3a5f;
    line-height: 1.4;
}
.kj-expert-panel-link:hover {
    color: var(--apple-accent);
}
.kj-expert-panel-price {
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 700;
    color: #c2410c;
}
.kj-expert-panel-tag.is-unlocked {
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 700;
    color: #15803d;
}
.lot-topic-side .lot-topic-expert-panel {
    margin-bottom: 12px;
}
@media (max-width: 900px) {
    .page-kaijiang .kj-lottery-layout {
        grid-template-columns: 1fr;
    }
    .expert-lottery-card-title {
        max-width: 200px;
    }
}

.draw-panel-expert-list .d {
    flex-shrink: 0;
    min-width: 28px;
    text-align: center;
    color: var(--apple-accent);
    font-weight: 700;
    font-size: 11px;
    line-height: 1.2;
    border: 1px solid #99f6e4;
    background: #f0fdfa;
    border-radius: 999px;
    padding: 2px 8px;
}
.draw-panel-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.draw-panel-table-wrap {
    overflow-x: auto;
}
.draw-panel-table th,
.draw-panel-table td {
    padding: 10px 8px;
    border: 1px solid #edf1f7;
    text-align: center;
    font-size: 13px;
    line-height: 1.55;
    vertical-align: top;
}
.draw-panel-table th {
    background: #f8fafc;
    color: #64748b;
    font-weight: 700;
}
.draw-panel-table tbody tr:nth-child(even) {
    background: #fcfdff;
}
.draw-panel-table td.left {
    text-align: left;
}
.draw-panel-table td.draw-panel-code {
    color: #1f2937;
    font-weight: 700;
    word-break: break-word;
}
.draw-panel-code a,
.draw-panel-table td.left a {
    color: #1f5ea8;
}
.draw-panel-table td.left a:hover {
    color: #0b4ea2;
    text-decoration: underline;
}
.draw-panel-code-balls,
.draw-panel-code-chip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}
.draw-panel-code-k8 {
    align-items: flex-start;
}
.kj-ball-k8,
.hp-drawline-k8 .lot-ball,
.chart-hub-card-draw.hp-drawline-k8 .lot-ball,
.data-chart-open-list .hp-drawline-k8 .lot-ball,
.chart-trend-row .hp-drawline-k8 .lot-ball {
    min-width: 26px;
    height: 26px;
    padding: 0 5px;
    font-size: 11px;
}
.kj-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    border-radius: 6px;
    font-size: 12px;
    color: #334155;
    border: 1px solid #d9d9df;
    background: #f2f2f7;
}
.kj-chip-win {
    color: #fff;
    background: #ef4444;
    border-color: #dc2626;
}
.kj-chip-draw {
    color: #fff;
    background: #f59e0b;
    border-color: #d97706;
}
.kj-chip-lose {
    color: #fff;
    background: #3b82f6;
    border-color: #2563eb;
}
.kj-sep {
    color: #64748b;
    font-size: 12px;
    margin: 0 1px;
}
.draw-panel-table td.draw-panel-prize {
    color: #334155;
}
.draw-panel-table td.draw-panel-prize .eng {
    color: #b91c1c;
    font-weight: 700;
}
@media (max-width: 980px) {
    .draw-panel-meta {
        flex-direction: column;
        align-items: flex-start;
    }
    .draw-panel-expert-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .draw-panel-table {
        min-width: 760px;
    }
}

/* 数据图表页 */
.chart-hub-intro {
    margin-bottom: 12px;
    padding: 18px 20px;
    background: linear-gradient(120deg, #f0fdfa 0%, #fff 48%, #fff7ed 100%);
}
.chart-hub-title {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
}
.chart-hub-lead {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    color: #475569;
}
.chart-hub-lead a {
    color: var(--accent);
    font-weight: 600;
}
.chart-hub-section {
    margin-bottom: 12px;
}
.chart-hub-section-hd {
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid #eef2f7;
    color: #0f172a;
}
.chart-hub-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(248px, 1fr));
    gap: 10px;
    padding: 12px;
}
.chart-hub-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
    border: 1px solid #e8edf5;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
    min-width: 0;
}
.chart-hub-card:hover {
    border-color: rgba(13, 148, 136, 0.35);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}
.chart-hub-card-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.chart-hub-card-name {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    text-decoration: none;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chart-hub-card-name:hover { color: var(--accent); }
.chart-hub-card-period {
    flex-shrink: 0;
    height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    border: 1px solid rgba(13, 148, 136, 0.22);
    background: #f0fdfa;
    color: #0f766e;
    font-size: 11px;
    line-height: 20px;
    font-variant-numeric: tabular-nums;
}
.chart-hub-card-draw-wrap,
.chart-detail-draw-wrap {
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid #e8edf5;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    min-height: 44px;
    display: flex;
    align-items: center;
}
.chart-hub-card-draw,
.chart-trend-row .hp-drawline,
.data-chart-open-list .hp-drawline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    min-height: 28px;
}
.page-chart .chart-hub-card-draw.hp-drawline,
.page-chart .chart-detail-latest.hp-drawline,
.page-chart .data-chart-trend-table .hp-drawline,
.page-chart .data-chart-open-list .hp-drawline {
    background: transparent;
    border: none;
    padding: 0;
    font-family: inherit;
    letter-spacing: 0;
}
.chart-hub-card-ft {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}
.chart-hub-card-cta {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid var(--accent);
    background: var(--accent);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}
.chart-hub-card-cta:hover {
    background: var(--accent-hover);
    border-color: var(--accent-hover);
    color: #fff;
}
.chart-hub-card-link,
.chart-hub-card-ft a:not(.chart-hub-card-cta) {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(13, 148, 136, 0.22);
    background: #f0fdfa;
    color: #0f766e;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}
.chart-hub-card-link:hover,
.chart-hub-card-ft a:not(.chart-hub-card-cta):hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}
.chart-hub-table .numbers {
    font-family: ui-monospace, Consolas, monospace;
    font-size: 12px;
}
.chart-hub-actions {
    white-space: nowrap;
}
.chart-hub-actions a {
    margin-right: 10px;
    color: #1f5ea8;
    font-size: 12px;
}
.chart-hub-actions a:last-child {
    margin-right: 0;
}
.chart-hub-side {
    margin-top: 12px;
}
.page-chart .data-chart-navbox {
    padding: 10px 12px 12px;
}
.page-chart .data-chart-navbox .data-chart-nav {
    padding: 0;
}
.chart-trend-list {
    display: grid;
    gap: 8px;
    padding: 12px;
}
.chart-trend-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 10px;
    border: 1px solid #eef2f7;
    border-radius: 10px;
    background: #fff;
    min-width: 0;
}
.chart-trend-period {
    flex-shrink: 0;
    width: 92px;
    font-size: 12px;
    color: #64748b;
    font-variant-numeric: tabular-nums;
}
.chart-miss-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    padding: 10px 12px 0;
    font-size: 12px;
    color: #64748b;
}
.chart-miss-legend span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.chart-miss-legend span::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #94a3b8;
}
.chart-miss-legend .is-hit::before { background: #0d9488; }
.chart-miss-legend .is-hot::before { background: #ea580c; }
.chart-miss-legend .is-cold::before { background: #2563eb; }
.chart-miss-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
    gap: 8px;
    padding: 12px;
}
.chart-miss-chip {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #e8edf5;
    background: #f8fafc;
}
.chart-miss-chip strong {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
}
.chart-miss-chip em {
    font-style: normal;
    font-size: 11px;
    color: #64748b;
}
.chart-miss-chip.is-hit { background: #f0fdfa; border-color: #99f6e4; }
.chart-miss-chip.is-hit strong { color: #0f766e; }
.chart-miss-chip.is-hot { background: #fff7ed; border-color: #fed7aa; }
.chart-miss-chip.is-hot strong { color: #c2410c; }
.chart-miss-chip.is-cold { background: #eff6ff; border-color: #bfdbfe; }
.chart-miss-chip.is-cold strong { color: #1d4ed8; }
.chart-miss-track {
    display: block;
    height: 4px;
    border-radius: 999px;
    background: #e2e8f0;
    overflow: hidden;
}
.chart-miss-track i {
    display: block;
    height: 100%;
    background: #94a3b8;
    border-radius: inherit;
}
.chart-miss-chip.is-hit .chart-miss-track i { background: #14b8a6; }
.chart-miss-chip.is-hot .chart-miss-track i { background: #f97316; }
.chart-miss-chip.is-cold .chart-miss-track i { background: #3b82f6; }
.chart-miss-n {
    font-size: 11px;
    color: #94a3b8;
}
.chart-hub-back {
    font-size: 12px;
    font-weight: 600;
    color: #0f766e;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(13, 148, 136, 0.22);
    background: #f0fdfa;
}
.chart-hub-back:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}
.chart-detail-summary {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #eef2f7;
}
.chart-catalog-meta {
    margin: 0 0 10px;
    font-size: 12px;
    color: #64748b;
}
.chart-hot-links-hd {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 600;
    color: #334155;
}
.chart-hot-links-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.chart-hot-link {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #475569;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}
.chart-hot-link:hover {
    border-color: rgba(13, 148, 136, 0.35);
    color: #0f766e;
}
.chart-hot-link.active {
    border-color: var(--accent);
    background: #f0fdfa;
    color: #0f766e;
    font-weight: 600;
}
.chart-detail-actions {
    margin: 12px 0 0;
    padding: 0;
}
.chart-detail-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid rgba(13, 148, 136, 0.28);
    background: linear-gradient(180deg, #f0fdfa 0%, #ecfdf5 100%);
    color: #0f766e;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}
.chart-detail-cta:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}
.chart-detail-special-link {
    margin: 0;
    padding: 0 12px 10px;
    font-size: 12px;
}
.chart-detail-special-link a {
    color: #0f766e;
}
.data-chart-wrap {
    max-width: 100%;
}
.data-chart-top {
    margin-bottom: 12px;
}
.data-chart-top-hd {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    padding: 10px 14px;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid #eef2f7;
    color: #0f172a;
}
.data-chart-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 12px 12px;
}
.data-chart-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border: 1px solid #dbe7ff;
    border-radius: 6px;
    background: #f5f9ff;
    color: #1f5ea8;
    font-size: 12px;
    padding: 4px 8px;
}
.data-chart-nav a.active {
    border-color: #9ec1ff;
    background: #eaf2ff;
    font-weight: 700;
}
.data-chart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
}
.data-chart-layout:has(> .data-chart-side) {
    grid-template-columns: minmax(0, 1fr) 320px;
}
.data-chart-main {
    display: grid;
    gap: 12px;
}
.data-chart-panel .title {
    margin-bottom: 0;
}
.data-chart-tabs {
    display: inline-flex;
    gap: 0;
    margin: 0;
    border: 1px solid rgba(13, 148, 136, 0.22);
    border-radius: 999px;
    overflow: hidden;
    background: #f8fafc;
}
.data-chart-tabs span {
    min-width: 72px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
    border-right: 1px solid rgba(13, 148, 136, 0.12);
    cursor: pointer;
    transition: background .15s ease, color .15s ease;
}
.data-chart-tabs span:last-child {
    border-right: 0;
}
.data-chart-tabs span.on {
    background: var(--accent);
    color: #fff;
    font-weight: 700;
}
.data-chart-body {
    padding: 12px 16px 16px;
}
.data-chart-current {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 8px;
}
.data-chart-current strong {
    font-size: 15px;
    color: #0f172a;
}
.data-chart-current em {
    font-style: normal;
    font-size: 12px;
    color: #64748b;
}
.data-chart-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;
}
.data-chart-trend-pane {
    display: none;
}
.data-chart-trend-pane.active {
    display: block;
}
.data-chart-line {
    height: 300px;
    margin-bottom: 12px;
    border: 1px solid #e8edf5;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    overflow: hidden;
}
.data-chart-table th,
.data-chart-table td {
    border: 1px solid #edf1f7;
    padding: 10px 12px;
    font-size: 12px;
    text-align: center;
    line-height: 1.6;
    vertical-align: middle;
}
.data-chart-trend-table th:first-child,
.data-chart-trend-table td:first-child {
    width: 108px;
    min-width: 96px;
    font-variant-numeric: tabular-nums;
    color: #64748b;
    white-space: nowrap;
    position: sticky;
    left: 0;
    z-index: 1;
    background: inherit;
}
.data-chart-trend-table td:last-child {
    text-align: left;
    min-width: 240px;
}
.data-chart-trend-table .hp-drawline {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
    min-height: 30px;
    align-items: center;
}
.data-chart-table-wrap {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #e8edf5;
    border-radius: 12px;
    background: #fff;
    max-height: 520px;
}
.data-chart-table-wrap .data-chart-table {
    margin: 0;
}
.data-chart-table-wrap .data-chart-table th,
.data-chart-table-wrap .data-chart-table td {
    border-left: 0;
    border-right: 0;
}
.data-chart-table-wrap .data-chart-table tr:last-child td {
    border-bottom: 0;
}
.data-chart-table-wrap .data-chart-table th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #f8fafc;
    box-shadow: 0 1px 0 #e8edf5;
}
.data-chart-table-wrap .data-chart-table tbody tr:nth-child(even) td {
    background: #fbfdff;
}
.data-chart-table-wrap .data-chart-table tbody tr:hover td {
    background: #f0fdfa;
}
.data-chart-table th {
    background: #f8fafc;
    color: #64748b;
    font-weight: 700;
}
.data-chart-table .numbers {
    text-align: left;
    color: #b91c1c;
    font-family: "Consolas", "Courier New", monospace;
}
.data-chart-help {
    padding: 10px 12px 12px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.8;
}
.data-chart-help p {
    margin: 0;
}
.data-chart-side {
    padding-bottom: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}
.data-chart-side-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-bottom: 1px solid #eef2f7;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
}
.data-chart-side-hd a {
    font-size: 12px;
    font-weight: 600;
    color: var(--apple-accent);
}
.data-chart-open-list {
    list-style: none;
    margin: 0;
    padding: 8px 12px;
    display: grid;
    gap: 6px;
}
.data-chart-open-list li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
        "name period"
        "draw draw";
    gap: 4px 8px;
    align-items: start;
    padding: 8px 10px;
    border: 1px solid #edf1f7;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
    font-size: 12px;
}
.data-chart-open-list li:last-child {
    margin-bottom: 0;
}
.data-chart-open-list .n {
    grid-area: name;
    color: #1f2937;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.data-chart-open-list .n:hover {
    color: var(--apple-accent);
}
.data-chart-open-list .p {
    grid-area: period;
    color: #0f766e;
    white-space: nowrap;
    text-align: right;
    border: 1px solid rgba(13, 148, 136, 0.22);
    background: #f0fdfa;
    border-radius: 999px;
    padding: 0 8px;
    line-height: 20px;
    height: 20px;
    font-size: 11px;
    font-variant-numeric: tabular-nums;
}
.data-chart-open-list .d {
    grid-area: draw;
    color: inherit;
    font-family: inherit;
    white-space: normal;
    word-break: break-word;
    line-height: 1.5;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    letter-spacing: 0;
}

/* åè²çä¸é¡µ */
.lot-topic-wrap {
    max-width: 100%;
}
.lot-topic-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 14px;
    margin-bottom: 12px;
    background: linear-gradient(92deg, #f8fbff 0%, #fff7f7 100%);
}
.lot-topic-head h1 {
    margin: 0;
    font-size: 20px;
    color: #0f172a;
}
.lot-topic-head p {
    margin: 5px 0 0;
    font-size: 13px;
    color: #64748b;
}
.lot-topic-win-tabs {
    display: inline-flex;
    border: 1px solid #d9e6fb;
    border-radius: 6px;
    overflow: hidden;
}
.lot-topic-win-tabs a {
    min-width: 74px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 12px;
    color: #64748b;
    background: #fff;
    border-right: 1px solid #d9e6fb;
}
.lot-topic-win-tabs a:last-child {
    border-right: 0;
}
.lot-topic-win-tabs a.on {
    color: #1f5ea8;
    font-weight: 700;
    background: #edf4ff;
}
.lot-topic-navbox {
    margin-bottom: 12px;
}
.lot-topic-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 10px 10px;
}
.lot-topic-nav a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 36px;
    min-width: 88px;
    padding: 0 12px;
    border: 1px solid #dbe7ff;
    border-radius: 6px;
    background: #f7faff;
    color: #1f5ea8;
    font-size: 13px;
}
.lot-topic-nav a.active {
    background: #e9f1ff;
    border-color: #9ec1ff;
    font-weight: 700;
}
.lot-topic-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 12px;
}
.lot-topic-main {
    display: grid;
    gap: 12px;
}
.lot-topic-panel .title {
    margin-bottom: 0;
}
.lot-topic-chart {
    height: 300px;
    margin: 10px 12px 12px;
    border: 1px solid #edf1f7;
    border-radius: 6px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}
.lot-topic-chart-blue {
    height: 240px;
}
.lot-topic-table-wrap {
    padding: 10px 12px 12px;
}
.lot-topic-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.lot-topic-table th,
.lot-topic-table td {
    border: 1px solid #edf1f7;
    padding: 8px;
    text-align: center;
    font-size: 12px;
}
.lot-topic-table th {
    background: #f8fafc;
    color: #64748b;
}
.lot-topic-history-table .numbers {
    text-align: left;
    color: #b42318;
    font-family: "Consolas", "Courier New", monospace;
}
.lot-topic-history-pane {
    display: none;
    padding: 10px 12px 12px;
}
.lot-topic-history-pane.active {
    display: block;
}
.lot-topic-side {
    padding-bottom: 8px;
}
.lot-topic-side-hd {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    padding: 10px 12px;
    border-bottom: 1px solid #eef2f7;
}
.lot-topic-overview {
    padding: 8px 12px 10px;
    display: grid;
    gap: 8px;
}
.lot-topic-overview dl {
    margin: 0;
    border: 1px solid #edf1f7;
    background: #fff;
    border-radius: 6px;
    padding: 7px 8px;
}
.lot-topic-overview dt {
    color: #64748b;
    font-size: 12px;
}
.lot-topic-overview dd {
    margin: 4px 0 0;
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
}
@media (max-width: 1200px) {
    .lot-topic-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* åè²ç datachart 1:1 èµ°å¿ç©éµï¼å½åç©ºé´ ssq1to1 + sssqq-*ï¼ */
.ssq1to1-body,
.special-datachart-body {
    background: #f4f7fb;
}

/* å¿«ä¹8 ç­å®½è¡¨ï¼ç¥éä½æå°å®½åº¦çº¦æï¼ç±è¡¨æ ¼åæ°æå¼æ¨ªåæ»å¨ */
.ssq1to1-wrap.special-datachart-wide-table .sssqq-matrix-table {
    min-width: 1980px;
}
.page-channel.special-datachart-body .ssq1to1-wrap.special-datachart-wide-table .sssqq-matrix-table {
    min-width: 2010px;
}
.ssq1to1-wrap {
    max-width: 100%;
}
.ssq1to1-page-title,
.ssq1to1-wrap .sssqq-page-title {
    margin-bottom: 8px;
}
.ssq1to1-wrap .sssqq-page-title h1,
.ssq1to1-page-title h1 {
    margin: 0 0 4px;
    font-size: 22px;
    color: #1a1a1a;
    font-weight: 700;
}
.ssq1to1-sub,
.ssq1to1-wrap .sssqq-sub {
    margin: 0;
    font-size: 12px;
    color: #666;
    line-height: 1.5;
}
.ssq1to1-wrap .sssqq-subnav {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0 0 10px;
    background: #fff;
    border: 1px solid #d0d8e8;
    border-radius: 2px;
    overflow: hidden;
}
.ssq1to1-wrap .sssqq-subnav-item {
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;
    color: #333;
    border-right: 1px solid #e5e5e5;
    cursor: default;
}
.ssq1to1-wrap .sssqq-subnav-item.on {
    background: #e8f1ff;
    color: #1f5ea8;
    font-weight: 700;
}
.ssq1to1-muted {
    color: #999 !important;
    background: #fafafa;
}
.ssq1to1-toolbar {
    margin-bottom: 8px;
    padding: 0;
    overflow: hidden;
}
.ssq1to1-wrap .sssqq-toolbar-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    padding: 10px 12px;
    border-bottom: 1px solid #eef2f7;
    background: #fafcff;
}
.ssq1to1-wrap .sssqq-toolbar-label {
    font-size: 13px;
    color: #444;
    margin-right: 8px;
}
.ssq1to1-wrap .sssqq-expect-link {
    display: inline-block;
    padding: 4px 12px;
    font-size: 12px;
    color: #1f5ea8;
    border: 1px solid #bcd4ff;
    border-radius: 3px;
    margin-right: 6px;
    background: #fff;
}
.ssq1to1-wrap .sssqq-expect-link:hover {
    background: #eef5ff;
}
.ssq1to1-wrap .sssqq-expect-link.active {
    background: #1f5ea8;
    color: #fff;
    border-color: #1f5ea8;
    font-weight: 700;
}
.ssq1to1-wrap .sssqq-navbox {
    padding: 8px 12px 10px;
}
.ssq1to1-wrap .sssqq-nav-cats,
.lot-topic-nav-cats,
.page-chart .sssqq-nav-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}
.lot-topic-nav-cats {
    padding: 10px 10px 0;
}
.ssq1to1-wrap .sssqq-nav-cat,
.lot-topic-nav-cats .sssqq-nav-cat,
.page-chart .sssqq-nav-cat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid #d1d5db;
    background: #fff;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}
.ssq1to1-wrap .sssqq-nav-cat:hover,
.lot-topic-nav-cats .sssqq-nav-cat:hover,
.page-chart .sssqq-nav-cat:hover {
    border-color: #99f6e4;
    color: var(--apple-accent);
}
.ssq1to1-wrap .sssqq-nav-cat.active,
.lot-topic-nav-cats .sssqq-nav-cat.active,
.page-chart .sssqq-nav-cat.active {
    background: var(--apple-accent);
    border-color: var(--apple-accent);
    color: #fff;
}
.ssq1to1-wrap .sssqq-nav-title {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 6px;
}
.ssq1to1-wrap .sssqq-nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.ssq1to1-wrap .sssqq-nav-links a {
    padding: 4px 10px;
    font-size: 12px;
    border: 1px solid #dbe7ff;
    border-radius: 4px;
    color: #1f5ea8;
    background: #f7fbff;
}
.ssq1to1-wrap .sssqq-nav-links a.active {
    border-color: #1f5ea8;
    font-weight: 700;
    background: #e9f1ff;
}
.ssq1to1-matrix-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    align-items: start;
}
.ssq1to1-matrix-panel .title {
    padding: 10px 12px;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid #eef2f7;
    margin: 0;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}
.ssq1to1-wrap .datachart-latest-draw {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 16px;
    padding: 12px 14px;
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: #334155;
    background: linear-gradient(100deg, #f8fafc 0%, #f1f5f9 45%, #eff6ff 100%);
    border-bottom: 1px solid rgba(148, 163, 184, 0.35);
    border-left: 3px solid var(--apple-accent);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}
.ssq1to1-wrap .datachart-latest-label {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.06em;
    color: #1e40af;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(148, 163, 184, 0.4);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}
.ssq1to1-wrap .datachart-latest-meta {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 18px;
    min-width: 0;
}
.ssq1to1-wrap .datachart-latest-period {
    font-weight: 800;
    color: #0f172a;
    font-size: 14px;
}
.ssq1to1-wrap .datachart-latest-period-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 13px;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.45);
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.ssq1to1-wrap .datachart-latest-balls {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 8px;
    min-width: 0;
}
.ssq1to1-wrap .datachart-latest-ball {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 30px;
    height: 30px;
    padding: 0 7px;
    border-radius: 50%;
    font-family: Tahoma, Arial, "Microsoft YaHei", sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    border: 1px solid transparent;
    box-shadow:
        0 2px 8px rgba(15, 23, 42, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.ssq1to1-wrap .datachart-latest-plus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 2px;
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
    color: #64748b;
}
.ssq1to1-wrap .datachart-latest-numbers {
    font-family: Tahoma, Arial, "Microsoft YaHei", sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.07em;
    color: #0f172a;
    word-break: break-all;
}
.ssq1to1-wrap .datachart-latest-empty {
    color: #94a3b8;
    font-size: 13px;
    font-style: italic;
}
.ssq1to1-wrap .sssqq-matrix-scroll {
    position: relative;
    overflow-x: auto;
    overflow-y: auto;
    max-width: 100%;
    max-height: min(78vh, 920px);
    border: 1px solid #d0d8e8;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: #c5d0e0 #f1f5f9;
}
.page-channel.ssq1to1-body .ssq1to1-matrix-scroll-inset,
.page-channel.special-datachart-body .ssq1to1-matrix-scroll-inset {
    flex: 1 1 0%;
    min-height: 0;
    min-width: 0;
    padding: 0 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.page-channel.ssq1to1-body .ssq1to1-matrix-scroll-inset .sssqq-matrix-scroll,
.page-channel.special-datachart-body .ssq1to1-matrix-scroll-inset .sssqq-matrix-scroll {
    position: relative;
    flex: 1 1 0%;
    align-self: stretch;
    width: 100%;
    max-width: none;
    min-width: 0;
    min-height: min(48vh, 520px);
    max-height: none;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: #c5d0e0 #f1f5f9;
}
.ssq1to1-wrap .sssqq-matrix-scroll.is-scrolled {
    box-shadow: inset 0 10px 8px -10px rgba(15, 23, 42, 0.12);
}

/* åè²çï¼èçåºèµ°å¿æçº¿ï¼ææå·èªä¸èä¸è¿æ¥åæå¼å¥èçæ ¼ï¼ */
.ssq1to1-wrap .ssq1to1-matrix-table-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.ssq1to1-wrap .ssq1to1-blue-trend-svg,
.ssq1to1-wrap .ssq1to1-trend-svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: visible;
}
.ssq1to1-wrap .ssq1to1-matrix-table-wrap > table {
    position: relative;
}
.ssq1to1-wrap .ssq1to1-blue-trend-path,
.ssq1to1-wrap .ssq1to1-red-trend-path {
    stroke-linecap: round;
    stroke-linejoin: round;
    shape-rendering: geometricPrecision;
}

.ssq1to1-wrap .sssqq-matrix-table {
    border-collapse: collapse;
    table-layout: fixed;
    min-width: 1380px;
    font-family: Tahoma, Arial, "Microsoft YaHei", sans-serif;
    font-size: 11px;
}
.ssq1to1-wrap .sssqq-matrix-table thead th {
    background: #f0f4fa;
    border: 1px solid #c9d6e8;
    color: #333;
    font-weight: 700;
    text-align: center;
    padding: 3px 1px;
    white-space: nowrap;
}

/* è¡¨å¤´åè¡å¸é¡¶ + ç»è®¡åæ¾é */
.ssq1to1-wrap .sssqq-matrix-table thead .sssqq-tr-head1 th {
    position: sticky;
    z-index: 6;
    top: 0;
    box-shadow: 0 1px 0 #c9d6e8;
}
.ssq1to1-wrap .sssqq-matrix-table thead .sssqq-tr-head2 th {
    position: sticky;
    z-index: 5;
    top: 21px;
    box-shadow: 0 1px 0 #c9d6e8;
}
.ssq1to1-wrap .sssqq-matrix-table .sssqq-col-stat.is-hidden,
.ssq1to1-wrap .sssqq-matrix-table .sssqq-th-stat.is-hidden,
.ssq1to1-wrap .sssqq-matrix-table .sssqq-td-stat.is-hidden,
.ssq1to1-wrap .sssqq-matrix-table .sssqq-td-stat-foot.is-hidden {
    display: none !important;
}
.ssq1to1-wrap .sssqq-colbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    padding: 6px 12px 8px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    font-size: 12px;
    color: #334155;
}
.ssq1to1-wrap .sssqq-colbar label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    user-select: none;
}

.ssq1to1-wrap .sssqq-th-zone.reds {
    background: #ffe8e8;
}
.ssq1to1-wrap .sssqq-th-zone.blues {
    background: #e8f1ff;
}
.ssq1to1-wrap .sssqq-th-num.red {
    background: #fff0f0;
    color: #c41e3a;
    width: 17px;
    min-width: 17px;
    max-width: 17px;
}
.ssq1to1-wrap .sssqq-th-num.blue {
    background: #f0f7ff;
    color: #165c9e;
    width: 17px;
    min-width: 17px;
    max-width: 17px;
}
.ssq1to1-wrap .sssqq-th-period {
    width: 58px;
    min-width: 58px;
}
.ssq1to1-wrap .sssqq-th-draw {
    width: 168px;
    min-width: 168px;
    box-sizing: border-box;
}
.ssq1to1-wrap .sssqq-th-stat {
    width: 34px;
    min-width: 34px;
}
.ssq1to1-wrap .sssqq-matrix-table tbody td {
    border: 1px solid #d8dde6;
    text-align: center;
    padding: 1px 0;
    height: 16px;
    line-height: 12px;
}
.ssq1to1-wrap .sssqq-td-period {
    font-weight: 700;
    color: #333;
    background: #fafafa;
}
.ssq1to1-wrap .sssqq-td-draw {
    text-align: left;
    padding-left: 6px;
    padding-right: 4px;
    white-space: nowrap;
    background: #fafafa;
    width: 168px;
    min-width: 168px;
    max-width: 168px;
    box-sizing: border-box;
    overflow: visible;
    font-size: 10px;
}
.ssq1to1-wrap .sssqq-red-str {
    color: #c41e3a;
    letter-spacing: 0.4px;
}
.ssq1to1-wrap .sssqq-blue-str {
    display: inline-block;
    margin-left: 8px;
    padding-left: 10px;
    border-left: 1px solid #d8e0eb;
    color: #165c9e;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.ssq1to1-wrap .sssqq-cell.red {
    background: transparent;
    color: #333;
}
.ssq1to1-wrap .sssqq-cell.blue {
    background: transparent;
}
/* èµ°å¿å½ä¸­æ ¼ï¼æ°´æ¶çè´¨æï¼é«å + å¾åæ¸å + åé´å½±ï¼ */
.ssq1to1-wrap .sssqq-matrix-table tbody td.ssq1to1-hit.red,
.ssq1to1-wrap .sssqq-matrix-table tbody td.ssq1to1-hit.blue {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: 17px;
    min-width: 17px;
    max-width: 17px;
    height: 17px;
    max-height: 17px;
    padding: 0;
    font-size: 10px;
    line-height: 17px;
    vertical-align: middle;
    border-radius: 50%;
    font-weight: 700;
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.9),
        inset 0 -4px 10px rgba(0, 0, 0, 0.1),
        0 1px 2px rgba(15, 23, 42, 0.08);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}
.ssq1to1-wrap .sssqq-matrix-table tbody td.ssq1to1-hit.red {
    background:
        radial-gradient(circle at 30% 26%, rgba(255, 255, 255, 0.98) 0%, rgba(255, 235, 235, 0.45) 16%, transparent 42%),
        radial-gradient(circle at 50% 118%, rgba(185, 28, 28, 0.18) 0%, transparent 45%),
        radial-gradient(ellipse 85% 90% at 50% 52%, #fff5f5 0%, #fecdd3 52%, #fb7185 100%);
    color: #9f1239;
    border: 1px solid rgba(251, 113, 133, 0.55);
}
.ssq1to1-wrap .sssqq-matrix-table tbody td.ssq1to1-hit.blue {
    background:
        radial-gradient(circle at 30% 26%, rgba(255, 255, 255, 0.98) 0%, rgba(224, 242, 254, 0.5) 16%, transparent 42%),
        radial-gradient(circle at 50% 118%, rgba(30, 64, 175, 0.2) 0%, transparent 45%),
        radial-gradient(ellipse 85% 90% at 50% 52%, #f0f9ff 0%, #bfdbfe 52%, #3b82f6 100%);
    color: #1e3a8a;
    border: 1px solid rgba(59, 130, 246, 0.55);
}
.ssq1to1-wrap .sssqq-tr-footer td {
    background: #f7fafc;
    font-weight: 600;
    color: #334155;
}
.ssq1to1-wrap .sssqq-tr-footer .sssqq-cell.foot.red {
    background: #fff5f5;
    color: #b91c1c;
}
.ssq1to1-wrap .sssqq-tr-footer .sssqq-cell.foot.blue {
    background: #eff6ff;
    color: #1e40af;
}
.ssq1to1-wrap .sssqq-td-foot-label {
    text-align: center;
    background: #eef2f7 !important;
    color: #475569;
}
.ssq1to1-wrap .sssqq-td-foot-empty {
    background: #f8fafc !important;
}
.ssq1to1-wrap .sssqq-td-stat {
    background: #fafafa;
    font-weight: 600;
    color: #444;
}
.ssq1to1-wrap .sssqq-help {
    padding: 10px 12px;
    font-size: 12px;
    color: #64748b;
    line-height: 1.7;
    border-top: 1px solid #eef2f7;
}

/* èµ°å¿ä¸é¢ï¼æ´ä½é¢æ¿ä¸æ°å´ï¼special-datachart é¡µï¼ */
.page-channel.special-datachart-body {
    background: linear-gradient(165deg, #e2e8f0 0%, #eef2f7 18%, #f4f7fb 45%, #f8fafc 100%);
    background-attachment: fixed;
}
.page-channel.special-datachart-body .sssqq-page-title h1 {
    color: #0f172a;
    letter-spacing: -0.02em;
    font-weight: 800;
}
.page-channel.special-datachart-body .sssqq-sub {
    color: #64748b;
    font-size: 12px;
}
.page-channel.special-datachart-body .ssq1to1-wrap .box.cp-panel.ssq1to1-toolbar {
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.42);
    box-shadow:
        0 4px 24px rgba(15, 23, 42, 0.07),
        0 1px 3px rgba(15, 23, 42, 0.04);
}
.page-channel.special-datachart-body .ssq1to1-wrap .ssq1to1-matrix-panel.box.cp-panel {
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.38);
    box-shadow:
        0 10px 40px rgba(15, 23, 42, 0.09),
        0 2px 10px rgba(15, 23, 42, 0.05);
}
.page-channel.special-datachart-body .ssq1to1-wrap .sssqq-subnav {
    border-radius: 10px;
    border-color: rgba(148, 163, 184, 0.45);
    box-shadow: 0 2px 14px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}
.page-channel.special-datachart-body .ssq1to1-wrap .sssqq-toolbar-inner {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.page-channel.special-datachart-body .ssq1to1-wrap .sssqq-expect-link {
    border-radius: 8px;
    transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}
.page-channel.special-datachart-body .ssq1to1-wrap .sssqq-expect-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(37, 99, 235, 0.18);
}
.page-channel.special-datachart-body .ssq1to1-wrap .sssqq-nav-links a {
    border-radius: 8px;
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.page-channel.special-datachart-body .ssq1to1-wrap .sssqq-nav-links a:hover {
    box-shadow: 0 2px 8px rgba(30, 64, 175, 0.12);
}
.page-channel.special-datachart-body .special-datachart-grid {
    margin-top: 12px;
    align-items: start;
}
.page-channel.special-datachart-body .ssq1to1-matrix-panel > .kj-expert-panel {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.35);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.page-channel.special-datachart-body .ssq1to1-matrix-panel > .kj-expert-panel .kj-expert-panel-hd {
    padding-top: 2px;
}
.lot-topic-main > .kj-expert-panel {
    margin: 0;
}
.lot-topic-grid--single {
    grid-template-columns: minmax(0, 1fr);
}
.page-channel.special-datachart-body .special-datachart-grid .sssqq-matrix-layout {
    min-width: 0;
}
.page-channel.special-datachart-body .ssq1to1-matrix-layout {
    gap: 14px;
}
.page-channel.special-datachart-body .ssq1to1-matrix-panel.cp-panel > .title {
    padding: 12px 16px 12px 28px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.03em;
    color: #0f172a;
    background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
    border-bottom: 1px solid rgba(148, 163, 184, 0.35);
}
.page-channel.special-datachart-body .ssq1to1-wrap .sssqq-colbar {
    padding: 8px 14px 10px;
    background: linear-gradient(180deg, #fcfcfd 0%, #f1f5f9 100%);
    border-bottom: 1px solid rgba(148, 163, 184, 0.3);
}
.page-channel.special-datachart-body .ssq1to1-wrap .sssqq-colbar label {
    padding: 3px 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(148, 163, 184, 0.25);
}
.page-channel.special-datachart-body .ssq1to1-wrap .sssqq-matrix-scroll {
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, 0.38);
    background: linear-gradient(180deg, #fbfcfe 0%, #ffffff 14%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
}
.page-channel.special-datachart-body .ssq1to1-matrix-scroll-inset .sssqq-matrix-scroll {
    border-radius: 10px;
}
.page-channel.special-datachart-body .ssq1to1-wrap .sssqq-matrix-table thead th {
    background: linear-gradient(180deg, #f8fafc 0%, #e8edf3 100%);
    border-color: rgba(148, 163, 184, 0.45);
    color: #1e293b;
}
.page-channel.special-datachart-body .ssq1to1-wrap .sssqq-th-zone.reds {
    background: linear-gradient(180deg, #fff1f2 0%, #ffe4e6 100%);
}
.page-channel.special-datachart-body .ssq1to1-wrap .sssqq-th-zone.blues {
    background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
}
.page-channel.special-datachart-body .ssq1to1-wrap .sssqq-th-num.red {
    background: #fff5f5;
}
.page-channel.special-datachart-body .ssq1to1-wrap .sssqq-th-num.blue {
    background: #f0f9ff;
}
.page-channel.special-datachart-body .ssq1to1-wrap .sssqq-matrix-table tbody td {
    border-color: rgba(148, 163, 184, 0.35);
}
.page-channel.special-datachart-body .ssq1to1-wrap .sssqq-td-period,
.page-channel.special-datachart-body .ssq1to1-wrap .sssqq-td-draw {
    background: linear-gradient(180deg, #fafbfc 0%, #f4f4f5 100%);
}
.page-channel.special-datachart-body .ssq1to1-wrap .sssqq-help {
    padding: 12px 16px;
    font-size: 12px;
    line-height: 1.75;
    color: #475569;
    background: linear-gradient(180deg, #fafbfc 0%, #f4f6f8 100%);
    border-top: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 0 0 12px 12px;
}
/* å³æ¶æ¯åé¡µ */
.live-score-wrap {
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
}
.live-score-wrap .title {
    margin-bottom: 0;
    background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
    color: #1e3a8a;
    letter-spacing: 0.3px;
}
.live-score-headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 10px 14px;
    background: linear-gradient(92deg, #edf5ff 0%, #f5f9ff 38%, #fff8f0 100%);
    border-bottom: 1px solid #e6edf8;
}
.live-score-headline-left strong {
    display: block;
    color: #1e3a8a;
    font-size: 16px;
    line-height: 1.3;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.live-score-headline-left span {
    display: block;
    color: #64748b;
    font-size: 12px;
    margin-top: 2px;
}
.live-score-headline-left {
    min-width: 0;
}
.live-score-headline-right {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.live-score-pill {
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(180deg, #2f6fed 0%, #1e4ec9 100%);
}
.live-score-pill-subtle {
    background: linear-gradient(180deg, #f59e0b 0%, #d97706 100%);
}
.live-score-kpi {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    padding: 10px 12px;
    border-bottom: 1px solid #e8eef8;
    background: #fff;
}
.live-score-kpi-card {
    min-height: 54px;
    border: 1px solid #e6edf8;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    padding: 8px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
}
.live-score-kpi-card span {
    color: #64748b;
    font-size: 11px;
}
.live-score-kpi-card strong {
    color: #1e3a8a;
    font-size: 18px;
    line-height: 1.1;
}
.live-score-kpi-card.is-live strong {
    color: #dc2626;
}
.live-score-kpi-card.is-finished strong {
    color: #475569;
}
.live-score-kpi-card.is-future strong {
    color: #1d4ed8;
}
.live-score-subtitle {
    padding: 10px 14px;
    border-bottom: 1px solid #eef2f7;
    color: #64748b;
    font-size: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}
.live-score-table-wrap {
    overflow-x: hidden;
    max-width: 100%;
    padding: 0 12px 16px;
    background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
}
.live-score-table {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}
.live-score-table th,
.live-score-table td {
    border-right: 1px solid #eef2f7;
    border-bottom: 1px solid #eef2f7;
    padding: 9px 6px;
    text-align: center;
    font-size: 12px;
    line-height: 1.45;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.live-score-table th:last-child,
.live-score-table td:last-child {
    border-right: none;
}
/* åå®½ï¼æ»å 100%ï¼èµäºç¥å®½ä¾¿äºèèµååè¡æ¾ç¤º */
.live-score-table th:nth-child(1) {
    width: 11%;
    white-space: nowrap;
}
.live-score-table td:nth-child(1) {
    width: 11%;
}
.live-score-table th:nth-child(2),
.live-score-table td:nth-child(2) { width: 6.5%; }
.live-score-table th:nth-child(3),
.live-score-table td:nth-child(3) { width: 10%; }
.live-score-table th:nth-child(4),
.live-score-table td:nth-child(4) { width: 10.5%; }
.live-score-table th:nth-child(5),
.live-score-table td:nth-child(5) { width: 11.5%; }
.live-score-table th:nth-child(6),
.live-score-table td:nth-child(6) { width: 7%; }
.live-score-table th:nth-child(7),
.live-score-table td:nth-child(7) { width: 11.5%; }
.live-score-table th:nth-child(8),
.live-score-table td:nth-child(8) { width: 5.5%; }
.live-score-table th:nth-child(9),
.live-score-table td:nth-child(9) { width: 9%; }
.live-score-table th:nth-child(10),
.live-score-table td:nth-child(10) { width: 4%; }
.live-score-table th:nth-child(11),
.live-score-table td:nth-child(11) { width: 8%; }
.live-score-table th:nth-child(12),
.live-score-table td:nth-child(12) { width: 6%; }
.live-score-table td.team {
    white-space: normal;
    word-break: break-word;
    hyphens: auto;
    text-align: left;
    padding-left: 8px;
    padding-right: 8px;
}
.live-score-table td.live-score-league {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    padding-left: 12px;
    padding-right: 10px;
}
.live-score-table td.live-score-league a {
    white-space: nowrap;
}
.live-score-table th:first-child,
.live-score-table td:first-child {
    border-left: none;
}
.live-score-table thead th {
    border-top: none;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 11px;
    letter-spacing: 0.04em;
    color: #475569;
    border-bottom: 2px solid #dbeafe;
}
.live-score-table tbody tr:last-child td {
    border-bottom: none;
}
.live-score-table th {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    font-weight: 700;
    position: sticky;
    top: 0;
    z-index: 1;
}
.live-score-table tbody tr:nth-child(even) {
    background: #fafbfd;
}
.live-score-table tbody tr:hover {
    background: linear-gradient(90deg, #eff6ff 0%, #f8fafc 100%);
    box-shadow: inset 0 0 0 1px #e2e8f0;
}
.live-score-table tbody td:nth-child(6) {
    font-variant-numeric: tabular-nums;
    background: linear-gradient(180deg, #f8fbff 0%, #f0f6ff 100%);
    font-weight: 700;
}
.live-score-table tbody td:nth-child(8) {
    font-variant-numeric: tabular-nums;
    color: #475569;
    font-size: 11px;
}
.live-score-table tbody td:nth-child(2) {
    color: #64748b;
    font-size: 11px;
}
.live-score-no {
    color: #1e3a8a;
    font-weight: 700;
    font-family: "Consolas", "Courier New", monospace;
}
.live-score-league a {
    color: #1f5ea8;
    font-weight: 600;
}
.live-score-time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    max-width: 100%;
    height: 26px;
    padding: 0 8px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #334155;
    font-size: 11px;
    font-variant-numeric: tabular-nums;
}
.live-score-score a {
    color: #0f4cc7;
    font-weight: 700;
}
.live-score-score {
    color: #1d4ed8;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.02em;
}
.live-score-status {
    font-weight: 700;
    position: relative;
}
.live-score-table th:nth-child(4) {
    white-space: nowrap;
}
.live-score-table td.live-score-status {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.45;
    padding-left: 6px;
    padding-right: 6px;
}
.live-score-status.is-live {
    color: #dc2626;
}
.live-score-status.is-live::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ef4444;
    margin-right: 5px;
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.6);
    animation: score-live-pulse 1.6s infinite;
    vertical-align: middle;
}
.live-score-status.is-finished {
    color: #475569;
}
.live-score-status.is-future {
    color: #1d4ed8;
}
.live-score-extra {
    max-width: 100%;
    color: #475569;
    font-size: 11px;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.live-score-table td.live-score-mini-link {
    padding-left: 4px;
    padding-right: 4px;
}
.live-score-table td.live-score-analysis-links {
    white-space: normal;
    overflow: visible;
    line-height: 1.55;
}
.live-score-table td.live-score-analysis-links a {
    margin: 0 2px;
}
.live-score-table .row-empty {
    color: #94a3b8;
    padding: 18px 8px;
}
.live-score-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 10px 12px;
    border-bottom: 1px solid #eef2f7;
    background: linear-gradient(180deg, #fbfdff 0%, #f6faff 100%);
}
.live-score-tabs a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #dbe7ff;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
    color: #334155;
    font-size: 12px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
    transition: all 0.2s ease;
}
.live-score-tabs a span {
    color: #64748b;
    font-weight: 700;
    font-size: 11px;
}
.live-score-tabs a:hover {
    transform: translateY(-1px);
    border-color: #b8d3ff;
    box-shadow: 0 4px 10px rgba(59, 130, 246, 0.15);
}
.live-score-tabs a.is-active {
    border-color: #9ec1ff;
    background: linear-gradient(180deg, #eaf2ff 0%, #deebff 100%);
    color: #1f5ea8;
    font-weight: 700;
    box-shadow: 0 3px 8px rgba(59, 130, 246, 0.2);
}
.live-score-search {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-bottom: 1px solid #eef2f7;
    background: #fff;
}
.live-score-search input[type="text"] {
    width: 260px;
    height: 32px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    padding: 0 10px;
}
.live-score-search button {
    height: 32px;
    border: 0;
    border-radius: 4px;
    background: #2563eb;
    color: #fff;
    padding: 0 12px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(37, 99, 235, 0.25);
}
.live-score-search a {
    color: #64748b;
    font-size: 12px;
}
.live-score-search a:hover {
    color: #1f5ea8;
}
.live-score-table td a {
    color: #1f5ea8;
}
.live-score-table td a:hover {
    text-decoration: underline;
}
.live-score-mini-link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    color: #1f5ea8;
    background: linear-gradient(180deg, #f1f6ff 0%, #e2edff 100%);
    border: 1px solid #cfe1ff;
    font-weight: 700;
    box-shadow: 0 1px 2px rgba(59, 130, 246, 0.16);
}
.live-score-mini-link a:hover {
    background: #dcecff;
}
@keyframes score-live-pulse {
    0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.55); }
    70% { box-shadow: 0 0 0 7px rgba(239, 68, 68, 0); }
    100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}
@media (max-width: 980px) {
    .live-score-kpi {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .live-score-search {
        flex-wrap: wrap;
    }
    .live-score-search input[type="text"] {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}
.chart-empty {
    color: #94a3b8;
    font-size: 12px;
}
.chart-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 28px 20px;
    text-align: center;
    color: #94a3b8;
    font-size: 13px;
    line-height: 1.6;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px dashed #e2e8f0;
}
.chart-empty-state--inline {
    padding: 16px 12px;
    font-size: 12px;
    border-radius: 8px;
}
@media (max-width: 980px) {
    .data-chart-layout,
    .data-chart-layout:has(> .data-chart-side) {
        grid-template-columns: 1fr;
    }
}

.channel-hint { font-size: 12px; color: var(--apple-subtext); margin: 0 0 10px; line-height: 1.5; }
.channel-hint code { background: #f1f5f9; padding: 1px 5px; border-radius: 4px; }
.bet-cell { vertical-align: top; min-width: 200px; }
.bet-inline-form { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.bet-pick, .bet-stake-input { font-size: 12px; max-width: 5rem; }
.bet-submit-btn {
    font-size: 12px;
    padding: 4px 8px;
    border: 1px solid var(--accent);
    background: #fff;
    color: var(--accent);
    border-radius: 4px;
    cursor: pointer;
}
.bet-submit-btn:hover { background: var(--accent); color: #fff; }
.site-flash-ok { background: #ecfdf5; color: #047857; padding: 8px 12px; margin: 0 0 8px; border-radius: 6px; font-size: 13px; }
.site-flash-err { background: #fef2f2; color: #b91c1c; padding: 8px 12px; margin: 0 0 8px; border-radius: 6px; font-size: 13px; }
/* ç»å½ / æ³¨å */
.page-auth .container.inner > .site-flash-ok,
.page-auth .container.inner > .site-flash-err { display: none; }
.auth-page {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--space-5) var(--space-4) var(--space-6);
}
.auth-page-inner {
    width: 100%;
    max-width: var(--site-container-width);
    margin: 0 auto;
}
.auth-page-inner .auth-card {
    width: 100%;
    max-width: var(--auth-card-max-width);
    margin-left: auto;
    margin-right: auto;
}
.auth-card {
    margin: 0;
    padding: 0;
}
.auth-card.cp-panel > .title { display: none; }
.auth-card-head {
    padding: var(--space-5) var(--space-5) var(--space-3);
    text-align: center;
    border-bottom: 1px solid var(--border-subtle);
    background: linear-gradient(180deg, #fff 0%, var(--surface-muted) 100%);
}
.auth-card-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: 0.02em;
}
.auth-card-lead {
    margin: var(--space-2) 0 0;
    font-size: 0.875rem;
    color: var(--text-muted);
    line-height: 1.5;
}
.auth-flash {
    margin: var(--space-4) var(--space-5) 0;
    padding: var(--space-3) var(--space-4);
    border-radius: var(--radius-sm);
    font-size: 0.875rem;
    line-height: 1.45;
}
.auth-flash-err {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}
.auth-flash-ok {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
}
.auth-form {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
    padding: var(--space-5);
    margin: 0;
}
.auth-field {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
}
.auth-label {
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--text-secondary);
}
.auth-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--apple-border);
    border-radius: var(--radius-sm);
    font-size: 0.9375rem;
    line-height: 1.4;
    color: var(--text-primary);
    background: var(--surface-elevated);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.auth-input::placeholder { color: #94a3b8; }
.auth-input:hover { border-color: #cbd5e1; }
.auth-input:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-ring);
}
.auth-actions { margin-top: var(--space-1); }
.auth-submit {
    width: 100%;
    padding: 12px 16px;
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    transition: background 0.15s ease, transform 0.1s ease;
}
.auth-submit:hover { background: var(--accent-hover); }
.auth-submit:active { transform: translateY(1px); }
.auth-card-foot {
    padding: var(--space-3) var(--space-5) var(--space-5);
    text-align: center;
    border-top: 1px solid var(--border-subtle);
    background: var(--surface-muted);
}
.auth-card-foot p {
    margin: 0;
    font-size: 0.875rem;
    color: var(--text-muted);
}
.auth-link {
    color: var(--accent);
    font-weight: 500;
    text-decoration: none;
}
.auth-link:hover {
    color: var(--accent-hover);
    text-decoration: underline;
}
.page-auth {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.page-auth .site-footer { margin-top: auto; }
@media (max-width: 480px) {
    .auth-page { padding: var(--space-4) var(--space-3) var(--space-5); }
    .auth-card-head { padding: var(--space-4) var(--space-4) var(--space-3); }
    .auth-form { padding: var(--space-4); }
    .auth-flash { margin-left: var(--space-4); margin-right: var(--space-4); }
    .auth-card-foot { padding: var(--space-3) var(--space-4) var(--space-4); }
}

/* ç¨æ·ä¸­å¿ */
.page-account {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.page-account .site-footer { margin-top: auto; }
.page-account .channel-shell { display: block; }
.account-page {
    flex: 1;
    padding: var(--space-5) var(--space-4) var(--space-6);
}
.account-page-inner {
    width: 100%;
    max-width: var(--site-container-width);
    margin: 0 auto;
}
.account-layout {
    display: flex;
    align-items: flex-start;
    gap: var(--space-4);
}
.account-sidebar {
    flex: 0 0 200px;
    width: 200px;
    position: sticky;
    top: var(--space-3);
}
.account-main {
    flex: 1;
    min-width: 0;
}
.account-hero {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
    padding: var(--space-5);
    margin-bottom: var(--space-4);
    background: linear-gradient(135deg, #fff 0%, #f0fdfa 55%, #ecfeff 100%);
    border: 1px solid var(--border-subtle);
}
.account-hero.cp-panel > .title { display: none; }
.account-hero-main {
    display: flex;
    align-items: center;
    gap: var(--space-4);
    min-width: 0;
}
.account-avatar {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--accent) 0%, #0f766e 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(13, 148, 136, 0.35);
}
.account-avatar-letter {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.account-hero-name {
    margin: 0;
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--text-primary);
}
.account-hero-meta {
    margin: var(--space-1) 0 0;
    font-size: 0.875rem;
    color: var(--text-muted);
}
.account-hero-wallet {
    text-align: right;
}
.account-wallet-label {
    display: block;
    font-size: 0.75rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.account-wallet-balance {
    display: block;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--accent);
    line-height: 1.2;
    margin: 2px 0 var(--space-3);
}
.account-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
    justify-content: flex-end;
}
.account-inline-form { margin: 0; display: inline; }
.account-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    white-space: nowrap;
}
.account-btn-primary {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}
.account-btn-primary:hover { background: var(--accent-hover); }
.account-btn-outline {
    background: #fff;
    color: var(--accent);
    border-color: #99f6e4;
}
.account-btn-outline:hover {
    background: #f0fdfa;
    border-color: var(--accent);
}
.account-btn-muted {
    background: var(--surface-muted);
    color: var(--text-muted);
    border-color: var(--border-subtle);
    cursor: default;
}
.account-btn-sm { padding: 6px 12px; font-size: 0.8125rem; }
.account-flash {
    margin: 0 0 var(--space-3);
    padding: var(--space-3) var(--space-4);
    border-radius: var(--radius-sm);
    font-size: 0.875rem;
}
.account-flash-err {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}
.account-flash-ok {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
}
.account-nav {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0;
    padding: var(--space-2);
    background: #fff;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border-subtle);
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}
.account-nav-link {
    display: block;
    text-align: left;
    padding: 10px 14px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-secondary);
    text-decoration: none;
    border-radius: 6px;
    border-left: 3px solid transparent;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.account-nav-link:hover {
    color: var(--accent);
    background: #f0fdfa;
}
.account-nav-link.is-active {
    background: #f0fdfa;
    color: var(--accent);
    border-left-color: var(--accent);
    font-weight: 600;
}
.account-panel {
    padding: var(--space-5);
}
.account-panel.cp-panel > .title { display: none; }
.account-panel-head {
    margin-bottom: var(--space-5);
    padding-bottom: var(--space-4);
    border-bottom: 1px solid var(--border-subtle);
}
.account-panel-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-primary);
}
.account-panel-lead {
    margin: var(--space-2) 0 0;
    font-size: 0.875rem;
    color: var(--text-muted);
}
.account-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-3);
    margin-bottom: var(--space-5);
}
.account-stat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: var(--space-4);
    background: var(--surface-muted);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-sm);
    text-decoration: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.account-stat-card:hover {
    border-color: #99f6e4;
    box-shadow: 0 2px 8px rgba(13, 148, 136, 0.12);
}
.account-stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--accent);
}
.account-stat-label {
    margin-top: var(--space-1);
    font-size: 0.8125rem;
    color: var(--text-muted);
}
.account-section { margin-bottom: var(--space-5); }
.account-section-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--space-3);
}
.account-section-title {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}
.account-link {
    color: var(--accent);
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
}
.account-link:hover { color: var(--accent-hover); text-decoration: underline; }
.account-muted { color: var(--text-muted); font-size: 0.875rem; }
.account-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-sm);
}
.account-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}
.account-table th,
.account-table td {
    padding: 10px 12px;
    text-align: left;
    border-bottom: 1px solid var(--border-subtle);
    vertical-align: middle;
}
.account-table th {
    background: var(--surface-muted);
    font-weight: 600;
    color: var(--text-secondary);
    white-space: nowrap;
}
.account-table tbody tr:last-child td { border-bottom: none; }
.account-table tbody tr:hover td { background: #fafafa; }
.account-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.8125rem;
}
.account-cell-title {
    display: block;
    font-weight: 500;
    color: var(--text-primary);
}
.account-cell-sub {
    display: block;
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-top: 2px;
}
.account-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
}
.account-badge.is-paid { background: #ecfdf5; color: #047857; }
.account-badge.is-pending { background: #fffbeb; color: #b45309; }
.account-badge.is-closed { background: #f1f5f9; color: #64748b; }
.account-badge.is-refund { background: #fef2f2; color: #b91c1c; }
.account-badge.is-default { background: #f1f5f9; color: #475569; }
.account-tag {
    display: inline-block;
    margin-left: 6px;
    padding: 1px 6px;
    font-size: 0.6875rem;
    background: #fef3c7;
    color: #b45309;
    border-radius: 4px;
    vertical-align: middle;
}
.account-delta.is-plus { color: #047857; font-weight: 600; }
.account-delta.is-minus { color: #b91c1c; font-weight: 600; }
.account-actions { white-space: nowrap; }
.account-empty,
.account-empty-row {
    text-align: center;
    color: var(--text-muted);
    padding: var(--space-5) var(--space-4);
    font-size: 0.875rem;
}
.account-empty-row td { border-bottom: none !important; }
.account-quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-3);
    padding-top: var(--space-4);
    border-top: 1px solid var(--border-subtle);
}
.account-quick-link {
    font-size: 0.875rem;
    color: var(--text-secondary);
    text-decoration: none;
}
.account-quick-link:hover { color: var(--accent); }
.account-filter {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    margin-bottom: var(--space-4);
}
.account-filter-label {
    font-size: 0.875rem;
    color: var(--text-secondary);
}
.account-filter-select {
    padding: 8px 12px;
    border: 1px solid var(--apple-border);
    border-radius: var(--radius-sm);
    font-size: 0.875rem;
    background: #fff;
    color: var(--text-primary);
}
.account-pager { margin-top: var(--space-4); }
.account-pager.pager { padding: 0; }
.account-settings-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.account-settings-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
    padding: var(--space-4) 0;
    border-bottom: 1px solid var(--border-subtle);
}
.account-settings-item:last-child { border-bottom: none; }
.account-settings-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}
.account-settings-text strong {
    font-size: 0.9375rem;
    color: var(--text-primary);
}
.account-settings-text span {
    font-size: 0.8125rem;
    color: var(--text-muted);
}
.account-settings-item--danger .account-settings-text strong { color: #b91c1c; }
.account-form-narrow {
    max-width: 420px;
    padding: 0;
    margin: 0;
}
@media (max-width: 768px) {
    .account-hero { flex-direction: column; align-items: stretch; }
    .account-hero-wallet { text-align: left; }
    .account-hero-actions { justify-content: flex-start; }
    .account-stats { grid-template-columns: 1fr; }
    .account-layout { flex-direction: column; gap: var(--space-3); }
    .account-sidebar {
        flex: none;
        width: 100%;
        position: static;
    }
    .account-nav {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        padding: var(--space-2);
        gap: var(--space-1);
    }
    .account-nav-link {
        flex: 0 0 auto;
        white-space: nowrap;
        border-left: none;
        border-bottom: 3px solid transparent;
        padding: 8px 12px;
        font-size: 0.8125rem;
    }
    .account-nav-link.is-active {
        border-left-color: transparent;
        border-bottom-color: var(--accent);
    }
    .account-table--orders th:nth-child(5),
    .account-table--orders td:nth-child(5) { display: none; }
}
@media (max-width: 480px) {
    .account-page { padding: var(--space-4) var(--space-3); }
    .account-panel { padding: var(--space-4); }
    .account-hero { padding: var(--space-4); }
}

/* ä¸é¢èµ°å¿ï¼å­ Tabãéæ¼è¡¨ãåå²å¼å¥ãK çº¿å¾ */
.ssq1to1-wrap .sssqq-subnav-item {
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}
.ssq1to1-wrap .sssqq-subnav-item:hover {
    background: #f0f6ff;
    color: #1f5ea8;
}
.ssq1to1-wrap .sssqq-subnav-item.on {
    cursor: default;
}
.datachart-tab-desc {
    margin: 0 12px 10px;
    font-size: 12px;
    color: #64748b;
    line-height: 1.55;
}
.datachart-table-scroll {
    margin: 0 12px 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.datachart-stats-table {
    width: 100%;
    min-width: 320px;
    border-collapse: collapse;
    font-size: 13px;
    background: #fff;
}
.datachart-stats-table th,
.datachart-stats-table td {
    border: 1px solid #e2e8f0;
    padding: 6px 10px;
    text-align: center;
}
.datachart-stats-table thead th {
    background: #f1f5f9;
    color: #334155;
    font-weight: 600;
}
.datachart-stats-table tbody tr:nth-child(even) {
    background: #fafcff;
}
.datachart-stats-table .num.red {
    color: #c41e3a;
    font-weight: 600;
}
.datachart-stats-table .num.blue {
    color: #165c9e;
    font-weight: 600;
}
.datachart-stats-table .col-numbers,
.datachart-history-table .numbers {
    text-align: left;
    font-family: ui-monospace, "Cascadia Mono", Consolas, monospace;
    letter-spacing: 0.02em;
}
.datachart-stats-table .col-period {
    white-space: nowrap;
}
.datachart-empty {
    padding: 24px !important;
    color: #94a3b8;
}
.datachart-omission-zone-title {
    margin: 12px 12px 6px;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
}
.datachart-omission-dual .datachart-omission-zone-title:first-child {
    margin-top: 4px;
}
.datachart-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px;
    border-top: 1px solid #eef2f7;
}
.datachart-page-link {
    display: inline-block;
    padding: 6px 14px;
    font-size: 13px;
    color: #1f5ea8;
    background: #f0f6ff;
    border: 1px solid #c7d9f5;
    border-radius: 2px;
    text-decoration: none;
}
.datachart-page-link:hover {
    background: #e0edff;
}
.datachart-page-info {
    font-size: 13px;
    color: #64748b;
}
.datachart-kline-wrap {
    margin: 0 12px 12px;
    padding: 8px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 2px;
}
.datachart-kline-canvas {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.datachart-kline-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 8px;
    padding: 0 4px;
    font-size: 12px;
    color: #475569;
}
.datachart-kline-legend .lg::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 0;
    margin-right: 6px;
    vertical-align: middle;
    border-top: 2px solid currentColor;
}
.datachart-kline-legend .lg-sum::before { color: #c41e3a; }
.datachart-kline-legend .lg-span::before {
    color: #1f5ea8;
    border-top-style: dashed;
}
.datachart-kline-legend .lg-back::before {
    color: #0d9488;
    border-top-style: dotted;
}

/* ===== 彩票工具频道 ===== */
.page-tools .tools-shell {
  padding-top: 16px;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.page-tools .tools-shell > .box.cp-panel,
.page-tools .tools-layout .box.cp-panel {
  overflow: visible;
}
.page-tools-detail .tools-shell {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.tools-layout {
  display: grid;
  grid-template-columns: var(--lottery-picker-sidebar-width) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-width: 0;
  width: 100%;
}
.tools-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.tools-side {
  position: sticky;
  top: 12px;
  padding: 16px 14px 18px;
  box-sizing: border-box;
  border-radius: var(--radius-md);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}
.tools-side-hd {
  font-weight: 700;
  font-size: 15px;
  margin: 0 0 14px;
  padding: 0 2px 10px;
  color: var(--text-primary);
  letter-spacing: .02em;
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
}
.tools-side-group + .tools-side-group {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
}
.tools-side-label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
  margin: 0 0 9px;
  padding: 0 2px;
  letter-spacing: .05em;
}
.tools-side-label::before {
  content: "";
  flex: 0 0 auto;
  width: 3px;
  height: 11px;
  border-radius: 2px;
  background: var(--accent);
}
.tools-side-group--welfare .tools-side-label::before {
  background: var(--accent);
}
.tools-side-group--sport .tools-side-label::before {
  background: #0891b2;
}
.tools-side-group--difang .tools-side-label {
  color: var(--accent-hover);
}
.tools-side-group--difang .tools-side-label::before {
  background: linear-gradient(180deg, var(--accent) 0%, #0891b2 100%);
}
.tools-side-links {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.tools-side-links a {
  display: block;
  padding: 7px 10px;
  border-radius: var(--radius-sm);
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.4;
  border: 1px solid transparent;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.tools-side-links a:hover {
  background: var(--accent-soft);
  color: var(--accent-hover);
}
.tools-side-links a.active {
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  border-color: var(--accent);
  box-shadow: 0 1px 2px rgba(13, 148, 136, 0.25);
}
.tools-side-group--difang .tools-side-subgroups {
  display: flex;
  flex-direction: column;
  gap: 1px;
  max-height: min(480px, calc(100vh - 240px));
  overflow-y: auto;
  padding: 4px;
  background: rgba(248, 250, 252, 0.85);
  border-radius: var(--radius-sm);
  border: 1px solid rgba(148, 163, 184, 0.18);
  scrollbar-width: thin;
  scrollbar-color: rgba(148, 163, 184, 0.45) transparent;
}
.tools-side-sub {
  flex: 0 0 auto;
  border-radius: 6px;
}
.tools-side-sub-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  padding: 6px 8px 6px 10px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--text-secondary);
  font-size: 12.5px;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}
.tools-side-sub-name {
  flex: 1 1 auto;
  min-width: 0;
}
.tools-side-sub-toggle:hover {
  background: rgba(204, 251, 241, 0.55);
  color: var(--accent-hover);
}
.tools-side-sub-toggle:hover .tools-side-chevron,
.tools-side-sub.is-open > .tools-side-sub-toggle .tools-side-chevron {
  opacity: .85;
}
.tools-side-sub.is-open > .tools-side-sub-toggle {
  color: var(--text-primary);
  font-weight: 600;
  background: rgba(204, 251, 241, 0.45);
}
.tools-side-chevron {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(-45deg);
  transition: transform .2s ease, opacity .15s ease;
  opacity: 0;
  margin-right: 2px;
}
.tools-side-sub.is-open > .tools-side-sub-toggle .tools-side-chevron {
  transform: rotate(45deg);
}
.tools-side-sub-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .22s ease;
  padding: 0 0 0 6px;
}
.tools-side-sub.is-open > .tools-side-sub-panel {
  grid-template-rows: 1fr;
  padding-bottom: 4px;
}
.tools-side-sub-panel > .tools-side-links {
  overflow: hidden;
  min-height: 0;
}
.tools-side-sub:not(.is-open) > .tools-side-sub-panel {
  padding-bottom: 0;
}
.tools-side-group--difang .tools-side-sub-panel > .tools-side-links a {
  font-size: 12px;
  padding: 5px 9px 5px 10px;
}
.tools-side-group--difang .tools-side-sub-panel > .tools-side-links {
  padding: 2px 0 0 4px;
  gap: 2px;
}
.tools-side-group--difang .tools-side-sub.is-open > .tools-side-sub-panel > .tools-side-links {
  max-height: min(280px, 42vh);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(148, 163, 184, 0.45) transparent;
}
.tools-intro {
  margin-bottom: 0;
  padding: 16px 18px 18px;
  box-sizing: border-box;
}
.tools-intro .site-news-crumb { margin-bottom: 10px; }
.tools-title {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-primary);
  word-break: break-word;
}
.tools-lead {
  margin: 0 0 14px;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.6;
  max-width: 72ch;
}
.tools-lot-nav {
  display: none;
}
.tools-lot-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid var(--border-subtle);
  background: #fff;
  font-size: 13px;
  line-height: 1.3;
  color: var(--text-secondary);
  white-space: nowrap;
}
.tools-lot-nav a:hover { border-color: var(--accent); color: var(--accent); }
.tools-lot-nav a.active {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  font-weight: 600;
}
.tools-cat {
  margin-bottom: 0;
  overflow: hidden;
}
.tools-cat > .title {
  margin: 0;
}
.tools-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 14px 16px 16px;
  box-sizing: border-box;
  align-items: stretch;
}
.tools-card {
  min-width: 0;
  display: flex;
}
.tools-card-link {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 auto;
  width: 100%;
  min-height: 124px;
  padding: 14px 14px 16px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  background: linear-gradient(180deg, #fff 0%, #f8fffd 100%);
  box-sizing: border-box;
  transition: border-color .15s, box-shadow .15s, transform .15s;
}
.tools-card.is-ready .tools-card-link:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}
.tools-card-disabled {
  opacity: .72;
  background: var(--surface-muted);
  cursor: default;
}
.tools-card-badge {
  align-self: flex-start;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-hover);
  font-weight: 600;
  line-height: 1.4;
}
.tools-card.is-soon .tools-card-badge {
  background: #e2e8f0;
  color: #64748b;
}
.tools-card-name {
  font-size: 15px;
  line-height: 1.35;
  color: var(--text-primary);
  word-break: break-word;
}
.tools-card-desc {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: auto;
}
.tools-disclaimer {
  margin: 4px 2px 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-muted);
}
.tools-detail-hd {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.tools-detail-hd .tools-title { margin-bottom: 0; }
.tools-back {
  color: var(--accent);
  font-size: 13px;
  white-space: nowrap;
}
.tools-back:hover { text-decoration: underline; }
.tools-workspace {
  margin-bottom: 0;
  padding-bottom: 18px;
  box-sizing: border-box;
}
.tools-workspace > .title {
  margin: 0 0 4px;
}
.tools-workspace > .tools-form,
.tools-workspace > .tools-form-grid,
.tools-workspace > .tools-result-line,
.tools-workspace > .tools-codes,
.tools-workspace > .tools-table-wrap,
.tools-workspace > .tools-empty,
.tools-workspace > .tools-disclaimer,
.tools-workspace > .tools-analyze-table,
.tools-workspace > .tools-history-list,
.tools-workspace > .data-insight-table,
.tools-workspace > p {
  margin-left: 16px;
  margin-right: 16px;
}
.tools-workspace > .title + .title,
.tools-workspace > .tools-table-wrap + .title,
.tools-workspace > .tools-empty + .title,
.tools-workspace .title.tools-subhead {
  margin-top: 18px;
  border-top: 1px solid #eef2f7;
}
.tools-form-grid > .tools-lead {
  grid-column: 1 / -1;
  margin: 0;
  max-width: none;
}
.tools-workspace > .tools-disclaimer {
  margin-top: 0;
}
.tools-table-wrap + .tools-table-wrap,
.tools-result-line + .tools-table-wrap {
  margin-top: 14px;
}
.tools-form {
  margin: 12px 16px 14px;
  box-sizing: border-box;
}
.tools-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px 16px;
  margin-bottom: 14px;
  align-items: start;
}
.tools-form-grid label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  font-size: 13px;
  line-height: 1.35;
  color: var(--text-secondary);
}
.tools-form-grid input,
.tools-form-grid select {
  width: 100%;
  height: 38px;
  padding: 0 10px;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  background: #fff;
  font: inherit;
  box-sizing: border-box;
  color: var(--text-primary);
}
.tools-form-grid input:focus,
.tools-form-grid select:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}
.tools-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 2px;
}
.tools-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  min-height: 38px;
  align-items: center;
  padding: 4px 0;
}
.tools-checks label {
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  white-space: nowrap;
}
.tools-checks input[type="checkbox"] {
  width: auto;
  height: auto;
  margin: 0;
  accent-color: var(--accent);
}
.tools-btn {
  appearance: none;
  border: 0;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  padding: 10px 20px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  white-space: nowrap;
}
.tools-btn:hover { background: var(--accent-hover); }
.tools-btn:disabled { opacity: .6; cursor: wait; }
.tools-codes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-height: 360px;
  overflow: auto;
  padding: 4px 0 2px;
  -webkit-overflow-scrolling: touch;
}
.tools-code-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  padding: 6px 10px;
  border-radius: 8px;
  background: #ecfeff;
  border: 1px solid #99f6e4;
  color: #0f766e;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: .04em;
  line-height: 1.3;
}
.tools-result-line {
  font-size: 14px;
  color: var(--text-secondary);
  margin: 0 16px 12px;
  line-height: 1.5;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  background: var(--surface-muted);
  border: 1px solid var(--border-subtle);
}
.tools-empty {
  color: var(--text-muted);
  font-size: 14px;
  margin: 12px 16px;
  line-height: 1.5;
}
.tools-table-wrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  margin: 0 16px;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
}
.tools-table-wrap .data-insight-table,
.tools-workspace > .data-insight-table,
.tools-analyze-table {
  width: 100%;
  margin: 0;
  border: 0;
}
.tools-analyze-table th { width: 120px; text-align: left; }
.tools-analyze-table td { text-align: left; font-weight: 600; }
.tools-history-list {
  list-style: none;
  margin: 0 16px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 8px;
}
.tools-history-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 8px 10px;
  border-radius: 8px;
  background: var(--surface-muted);
  font-size: 13px;
}
.tools-history-list .p { color: var(--text-muted); flex-shrink: 0; }
.tools-history-list .d {
  font-weight: 700;
  color: var(--accent-hover);
  font-variant-numeric: tabular-nums;
  text-align: right;
  word-break: break-all;
}
@media (max-width: 1100px) {
  .tools-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  .tools-layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  /* 窄屏侧栏与顶部彩种胶囊重复，目录页只保留 intro 内 tabs */
  .page-tools:not(.page-tools-detail) .tools-side {
    display: none;
  }
  .tools-side {
    position: static;
    padding: 12px 14px 14px;
  }
  .tools-side-links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
  }
  .tools-side-links a {
    padding: 6px 12px;
    border: 1px solid var(--border-subtle);
    border-radius: 999px;
    background: #fff;
  }
  .tools-side-links a.active {
    border-color: var(--accent);
  }
  .tools-side-group + .tools-side-group { margin-top: 12px; }
  .tools-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .tools-intro { padding: 14px; }
  .tools-title { font-size: 20px; }
  .tools-grid {
    grid-template-columns: 1fr;
    padding: 12px;
    gap: 10px;
  }
  .tools-card-link {
    min-height: 0;
    padding: 12px;
  }
  .tools-form,
  .tools-workspace > .tools-form,
  .tools-workspace > .tools-form-grid,
  .tools-workspace > .tools-result-line,
  .tools-workspace > .tools-codes,
  .tools-workspace > .tools-table-wrap,
  .tools-workspace > .tools-empty,
  .tools-workspace > .tools-disclaimer,
  .tools-workspace > .tools-analyze-table,
  .tools-workspace > .tools-history-list,
  .tools-workspace > .data-insight-table,
  .tools-workspace > p,
  .tools-result-line,
  .tools-empty,
  .tools-table-wrap,
  .tools-history-list {
    margin-left: 12px;
    margin-right: 12px;
  }
  .tools-form-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .tools-detail-hd {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ===== 2026-08 UI polish: layout consistency after sports removal ===== */
.page-account .account-panel-simple > .title { display: none; }
.page-account .account-nav-inline {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
    padding: 8px;
}
.page-account .account-nav-inline .account-nav-link {
    border-left: 0;
    border-radius: 999px;
    padding: 8px 14px;
}
.page-account .account-nav-inline .account-nav-link.is-active {
    border-left: 0;
    background: var(--accent);
    color: #fff;
}
.page-account .account-nav-inline .account-nav-link:hover {
    background: var(--accent-soft);
    color: var(--accent-hover);
}
.page-account .account-nav-inline .account-nav-link.is-active:hover {
    background: var(--accent-hover);
    color: #fff;
}
.page-account .account-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 20px;
}
.page-account .account-stat-card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px 16px;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    background: linear-gradient(180deg, #fff 0%, #f8fffd 100%);
    text-decoration: none;
    min-width: 0;
}
.page-account .account-stat-value {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--accent-hover);
    line-height: 1.2;
}
.page-account .account-stat-label {
    font-size: 13px;
    color: var(--text-muted);
}
.page-account .account-section-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    font-weight: 700;
}
.page-account .account-section-hd a {
    font-weight: 500;
    font-size: 13px;
    color: var(--accent);
}
.page-account .account-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
}

.data-chart-wrap:has(> .chart-hub-side) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 280px);
    gap: 12px;
    align-items: start;
}
.data-chart-wrap:has(> .chart-hub-side) > .chart-hub-intro,
.data-chart-wrap:has(> .chart-hub-side) > .chart-hub-section {
    grid-column: 1;
}
.data-chart-wrap:has(> .chart-hub-side) > .chart-hub-side {
    grid-column: 2;
    grid-row: 1 / span 40;
    margin-top: 0;
    position: sticky;
    top: 12px;
    max-height: calc(100vh - 24px);
    overflow: auto;
}
@media (max-width: 980px) {
    .data-chart-wrap:has(> .chart-hub-side) {
        grid-template-columns: 1fr;
    }
    .data-chart-wrap:has(> .chart-hub-side) > .chart-hub-side {
        grid-column: 1;
        grid-row: auto;
        position: static;
        max-height: none;
    }
    .page-account .account-stats {
        grid-template-columns: 1fr;
    }
}

.draw-panel-code-balls,
.draw-panel-code-chip {
    max-width: 100%;
}
.draw-panel-expert-empty {
    margin: 8px 0 0;
    padding: 12px 4px;
}
.kj-ball, .lot-ball {
    flex-shrink: 0;
}
.chart-hub-table,
.data-insight-table,
.draw-panel-table,
.account-table {
    width: 100%;
}
.sssqq-nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 8px;
}
.cp-surface, .box.cp-panel {
    min-width: 0;
}
.hp-wrap {
    min-width: 0;
}
@media (max-width: 640px) {
    .site-topline .inner {
        height: auto;
        min-height: 36px;
        padding: 6px 0;
        flex-wrap: wrap;
        gap: 6px;
    }
    .site-topline a { margin-left: 8px; }
    .hp-welcome-ad-link strong {
        font-size: 16px;
    }
    .draw-panel-expert-list {
        grid-template-columns: 1fr;
    }
}

/* ===== Site polish v20260907b ===== */
html { scroll-behavior: smooth; }
body.page-home,
body.page-channel,
body.page-auth {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
body.page-home > .container.hp-wrap,
body.page-channel > .container,
body.page-channel > main,
body.page-auth > main {
    flex: 1 0 auto;
}
.site-footer {
    flex-shrink: 0;
    margin-top: auto;
}
.skip-to-content {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 9999;
    padding: 10px 16px;
    background: var(--accent);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius-sm);
    text-decoration: none;
}
.skip-to-content:focus {
    left: 12px;
    top: 12px;
    width: auto;
    height: auto;
    overflow: visible;
    box-shadow: var(--shadow-md);
}
.box {
    border-color: rgba(148, 163, 184, 0.4);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}
.pager li a,
.pager li span {
    min-width: 34px;
    text-align: center;
    border-radius: var(--radius-sm);
    transition: border-color 0.14s ease, color 0.14s ease, background 0.14s ease;
}
.pager li a:hover {
    border-color: var(--accent);
    color: var(--accent);
    background: var(--accent-soft);
}
.pager .active span {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
    font-weight: 600;
}
.row-empty,
.chart-empty {
    text-align: center;
    color: var(--text-muted);
    padding: 28px 16px;
    font-size: 13px;
    line-height: 1.65;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    border-radius: var(--radius-sm);
}
.site-empty-inline {
    display: block;
    padding: 16px 14px;
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
    color: var(--text-muted);
    background: linear-gradient(180deg, #fafbfc 0%, #fff 100%);
    border-radius: var(--radius-sm);
}
.cp-hot-news-empty {
    border: 1px dashed rgba(148, 163, 184, 0.45);
    border-radius: var(--radius-sm);
}
.site-flash-ok {
    border: 1px solid #a7f3d0;
    border-radius: var(--radius-sm);
}
.site-flash-err {
    border: 1px solid #fecaca;
    border-radius: var(--radius-sm);
}
.filter input,
.filter select {
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-sm);
    font-size: 13px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.filter input:focus,
.filter select:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-ring);
    outline: none;
}
.filter button {
    border-radius: var(--radius-sm);
    font-weight: 600;
    transition: background 0.15s ease, transform 0.1s ease;
}
.filter button:hover {
    background: var(--accent-hover);
}
.filter button:active {
    transform: scale(0.98);
}
.f-links {
    gap: 8px 4px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
    margin-bottom: 14px;
}
.f-links a {
    position: relative;
    padding: 2px 0;
    transition: color 0.15s ease;
}
.f-links a + a::before {
    content: '·';
    margin-right: 8px;
    color: #cbd5e1;
    font-weight: 700;
    pointer-events: none;
}
.f-copy p {
    margin: 0 0 4px;
}
.f-copy p:last-child {
    margin-bottom: 0;
    opacity: 0.85;
}
.kj-shell > .site-news-crumb,
.chart-hub-intro .site-news-crumb {
    margin-bottom: 12px;
}
.draw-panel-table-wrap {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(148, 163, 184, 0.5) transparent;
}
.draw-panel-table-wrap::-webkit-scrollbar {
    height: 6px;
}
.draw-panel-table-wrap::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.45);
    border-radius: 999px;
}
.draw-panel-anchor a {
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.auth-submit,
.site-news-search-btn,
.tools-tool-submit {
    transition: background 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease;
}
.auth-submit:active,
.site-news-search-btn:active {
    transform: scale(0.98);
}
@media (max-width: 480px) {
    .lot-ball,
    .kj-ball {
        min-width: 22px;
        width: 22px;
        height: 22px;
        font-size: 11px;
    }
    .hp-lot-ticket.hp-lot-digital .lot-ball {
        width: 22px;
        min-width: 22px;
        max-width: 22px;
        height: 22px;
        padding: 0;
        font-size: 11px;
    }
    .draw-panel-table th,
    .draw-panel-table td {
        padding: 8px 6px;
        font-size: 12px;
    }
    .site-news-card-title {
        font-size: 15px;
    }
}
@media (max-width: 980px) {
    .page-home .hp-home-grid {
        grid-template-columns: 1fr;
    }
    .page-home .hp-home-mid-right {
        grid-template-columns: 1fr;
    }
    .page-home .hp-lottery {
        max-height: none;
    }
}

/* ===== Chart page layout v20260907c ===== */
.page-chart .chart-shell {
    padding-top: 16px;
    padding-bottom: 40px;
}
.chart-page-layout {
    display: grid;
    grid-template-columns: var(--lottery-picker-sidebar-width) minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    width: 100%;
    min-width: 0;
}
.chart-page-layout--detail {
    grid-template-columns: var(--lottery-picker-sidebar-width) minmax(0, 1fr);
}
.chart-placeholder-panel {
    min-height: 360px;
}
.chart-placeholder {
    padding: 32px 24px 28px;
    text-align: center;
}
.chart-placeholder-icon {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 12px;
    opacity: 0.7;
}
.chart-placeholder-title {
    margin: 0 0 8px;
    font-size: 20px;
    color: #0f172a;
}
.chart-placeholder-lead {
    margin: 0 0 24px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}
.chart-hot-picks-hd {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
    text-align: left;
}
.chart-hot-picks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 10px;
    text-align: left;
}
.chart-hot-pick-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 12px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    color: #0f172a;
    text-decoration: none;
    transition: border-color 0.15s, background 0.15s;
}
.chart-hot-pick-card:hover {
    border-color: var(--accent);
    background: #f0fdfa;
    color: #0f766e;
}
.chart-hot-pick-title {
    font-size: 13px;
    font-weight: 600;
}
.chart-hot-pick-arrow {
    color: #94a3b8;
    font-size: 14px;
}
.chart-hot-pick-card:hover .chart-hot-pick-arrow {
    color: var(--accent);
}
.chart-matrix-wrap .data-chart-body {
    padding: 0 0 12px;
    min-width: 0;
}
.chart-matrix-panel {
    overflow: hidden;
    width: 100%;
    min-width: 0;
}
.chart-matrix-scroll {
    max-height: 70vh;
    width: 100%;
    min-width: 0;
}
.page-chart .chart-page-main > .box {
    width: 100%;
    max-width: none;
    min-width: 0;
}
.page-chart .chart-placeholder-panel {
    width: 100%;
}
.chart-win-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    height: 28px;
    padding: 0 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    text-decoration: none;
    cursor: pointer;
}
.chart-win-tabs a.on,
.chart-win-tabs a:hover {
    background: var(--accent);
    color: #fff;
}
.chart-page-main {
    min-width: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.page-chart .chart-side-nav.tools-side {
    position: sticky;
    top: 12px;
    max-height: calc(100vh - 24px);
    overflow: auto;
    padding: 16px 14px 18px;
    box-sizing: border-box;
    border-radius: var(--radius-md);
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}
.page-chart .chart-type-groups .tools-side-sub--chart-type > .tools-side-sub-toggle {
    font-size: 12px;
}
.chart-type-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}
.chart-type-link-title {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chart-type-badge {
    flex-shrink: 0;
    font-size: 10px;
    line-height: 1;
    padding: 2px 5px;
    border-radius: 4px;
    background: #f1f5f9;
    color: #64748b;
    font-weight: 600;
}
.chart-type-link.active .chart-type-badge {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.chart-lottery-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 12px;
    padding: 0;
}
.special-lottery-tabs {
    margin: 0 0 14px;
}
@media (max-width: 768px) {
    .chart-lottery-tabs,
    .special-lottery-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 4px;
    }
    .chart-lottery-tabs::-webkit-scrollbar,
    .special-lottery-tabs::-webkit-scrollbar {
        display: none;
    }
}
.chart-lottery-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    background: #fff;
    color: var(--text-secondary);
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}
.chart-lottery-tab:hover {
    border-color: var(--accent);
    color: var(--accent);
    background: var(--accent-soft);
}
.chart-lottery-tab.active {
    border-color: var(--accent);
    color: var(--accent);
    background: #fff;
    font-weight: 600;
    box-shadow: inset 0 0 0 1px var(--accent);
}
.chart-side-nav--lottery .tools-side-hd,
.chart-side-nav--hub .tools-side-hd {
    margin-bottom: 12px;
}
.chart-catalog-panel {
    padding: 0;
    overflow: hidden;
}
.chart-catalog-block {
    padding: 14px 16px 16px;
    border-bottom: 1px solid #e2e8f0;
}
.chart-catalog-block:last-child {
    border-bottom: 0;
}
.chart-catalog-block-title {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 700;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 6px;
}
.chart-catalog-block-icon {
    color: #1f5ea8;
    font-size: 13px;
}
.chart-catalog-editor-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
}
.chart-catalog-editor-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 12px 14px;
    border: 1px solid #dbe7ff;
    border-radius: 8px;
    background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
    color: #1f5ea8;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}
.chart-catalog-editor-card:hover,
.chart-catalog-editor-card.active {
    border-color: #1f5ea8;
    background: #e9f1ff;
}
.chart-catalog-link-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
}
.chart-catalog-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border: 1px solid #dbe7ff;
    border-radius: 4px;
    background: #f7fbff;
    color: #1f5ea8;
    font-size: 12px;
    text-decoration: none;
}
.chart-catalog-link:hover,
.chart-catalog-link.active {
    border-color: #1f5ea8;
    font-weight: 700;
    background: #e9f1ff;
}
.chart-catalog-link.is-dev {
    opacity: 0.72;
}
.chart-catalog-dev {
    font-style: normal;
    font-size: 10px;
    color: #64748b;
    font-weight: 600;
}
.page-chart.special-datachart-body .chart-matrix-wrap .data-chart-panel-hd {
    padding: 8px 12px 0;
}
.page-chart.special-datachart-body .chart-matrix-wrap .data-chart-body {
    padding: 0;
}
.page-chart.special-datachart-body .chart-matrix-panel.ssq1to1-wrap {
    max-width: 100%;
}
.tools-side-label--sub {
    font-size: 11px;
    margin-top: 8px;
}
.tools-side-links--compact a {
    font-size: 11px;
    padding: 4px 8px;
}
.chart-stub-notice {
    padding: 16px 18px 20px;
    color: #475569;
    line-height: 1.7;
}
.chart-stub-notice p {
    margin: 0 0 10px;
}
.chart-info-side {
    position: sticky;
    top: 12px;
    max-height: calc(100vh - 24px);
    overflow: auto;
    padding-bottom: 12px;
}
.chart-detail-intro {
    padding: 18px 20px 16px;
    background: linear-gradient(120deg, #f0fdfa 0%, #fff 52%, #f8fafc 100%);
}
.chart-detail-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.chart-detail-hd .chart-hub-title {
    margin: 0;
}
.chart-detail-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid #e8edf5;
    border-radius: 12px;
    background: #fff;
}
.chart-detail-meta-top {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.chart-detail-meta-label {
    font-size: 12px;
    color: #64748b;
}
.chart-detail-period {
    font-size: 15px;
    color: #0f172a;
    font-variant-numeric: tabular-nums;
}
.chart-detail-latest {
    min-height: 32px;
}
.data-chart-panel-hd {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    padding: 14px 16px 0;
}
.data-chart-panel-title .title {
    margin: 0;
}
.data-chart-panel-desc {
    margin: 4px 0 0;
    font-size: 12px;
    line-height: 1.5;
    color: #64748b;
    font-weight: 400;
}
.chart-quick-links {
    margin-top: 12px;
    padding: 0 12px 8px;
    border-top: 1px solid #eef2f7;
}
.chart-quick-links-hd {
    padding: 12px 0 8px;
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
}
.chart-quick-links-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
.chart-quick-links-grid a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 10px;
    border-radius: 8px;
    border: 1px solid rgba(13, 148, 136, 0.22);
    background: #f0fdfa;
    color: #0f766e;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}
.chart-quick-links-grid a:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}
.chart-hub-section-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid #eef2f7;
    color: #0f172a;
}
.chart-hub-section-hd::before {
    content: "";
    width: 4px;
    height: 14px;
    border-radius: 2px;
    background: var(--accent);
    flex-shrink: 0;
}
.chart-hub-section-title {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}
.chart-hub-section-count {
    flex-shrink: 0;
    height: 22px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(13, 148, 136, 0.18);
    background: #f0fdfa;
    color: #0f766e;
    font-size: 11px;
    font-weight: 600;
    line-height: 20px;
}
.chart-hub-section--sport .chart-hub-section-hd::before {
    background: #0891b2;
}
.chart-hub-section--difang .chart-hub-section-hd::before {
    background: linear-gradient(180deg, var(--accent) 0%, #0891b2 100%);
}
.chart-hub-section--difang .chart-hub-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.chart-miss-legend {
    padding: 12px 16px 0;
}
.chart-miss-grid {
    padding: 12px 16px 16px;
    grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
}
@media (max-width: 1100px) {
    .chart-page-layout,
    .chart-page-layout--detail {
        grid-template-columns: var(--lottery-picker-sidebar-width) minmax(0, 1fr);
    }
    .chart-info-side {
        grid-column: 1 / -1;
        position: static;
        max-height: none;
    }
}
@media (max-width: 820px) {
    .chart-page-layout,
    .chart-page-layout--detail {
        grid-template-columns: 1fr;
    }
    .page-chart .chart-side-nav.tools-side {
        position: static;
        max-height: none;
    }
    .data-chart-panel-hd {
        flex-direction: column;
        align-items: flex-start;
    }
    .chart-hub-grid,
    .chart-hub-section--difang .chart-hub-grid {
        grid-template-columns: 1fr;
    }
    .data-chart-table-wrap {
        max-height: none;
    }
}

.chart-side-hd-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
}
.chart-dev-toggle {
    border: 1px solid rgba(13, 148, 136, 0.25);
    background: #f0fdfa;
    color: #0f766e;
    font-size: 11px;
    line-height: 1.2;
    padding: 4px 8px;
    border-radius: 999px;
    cursor: pointer;
}
.chart-dev-toggle[aria-pressed="true"] {
    background: #ccfbf1;
    border-color: #0d9488;
}
.chart-type-groups[data-hide-dev="1"] .chart-type-link.is-dev {
    display: none;
}
.chart-type-groups[data-hide-dev="1"] .tools-side-sub--chart-type.is-empty-dev {
    display: none;
}

.site-error-panel {
    margin: 32px auto;
    max-width: 560px;
    padding: 32px 28px;
    text-align: center;
}
.site-error-code {
    margin: 0 0 8px;
    font-size: 48px;
    font-weight: 700;
    color: #0d9488;
    line-height: 1;
}
.site-error-title {
    margin: 0 0 12px;
    font-size: 22px;
    color: #0f172a;
}
.site-error-lead {
    margin: 0 0 20px;
    color: #64748b;
    line-height: 1.6;
}
.site-error-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 0;
}
.site-error-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 10px;
    background: #0d9488;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.site-error-link {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 12px;
    color: #0f766e;
    text-decoration: none;
}

.site-news-preview-label {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 600;
    color: #0f766e;
    letter-spacing: 0.04em;
}
.site-news-paywall-amount {
    font-size: 1.15em;
    color: #b45309;
}
.site-news-paywall-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.site-news-paywall-btn--primary {
    background: #0d9488;
    color: #fff;
}
.site-news-paywall-btn--ghost {
    background: #fff;
    border: 1px solid #cbd5e1;
    color: #334155;
}

/* --- 17500-style lottery special channel hub --- */
/* 专题页外层与数据图表 chart-shell 同宽（1200px 通栏） */
.page-special-lottery .container.hp-wrap.chart-shell {
    max-width: var(--site-container-width);
    margin-top: 10px;
    padding-top: 16px;
    padding-bottom: 40px;
}
.page-special-lottery .chart-shell > .channel-main {
    width: 100%;
    max-width: none;
}
.page-special-lottery .channel-main > .ssq1to1-wrap {
    flex: 0 1 auto;
    margin-top: 6px;
    padding-top: 18px;
    border-top: 1px solid rgba(148, 163, 184, 0.35);
}
.page-special-lottery .special-channel-hub {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 0;
    flex: 0 1 auto;
}
.page-special-lottery .special-channel-hub .box.cp-panel {
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.38);
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}
.page-special-lottery .special-channel-crumb {
    margin: 0 0 2px;
}
.page-special-lottery .special-channel-hero {
    padding: 16px 18px 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.page-special-lottery .special-channel-hero-top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px 20px;
}
.page-special-lottery .special-channel-title {
    margin: 0;
    font-size: 24px;
    line-height: 1.25;
    color: #0f172a;
    letter-spacing: -0.02em;
}
.page-special-lottery .special-channel-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    margin-top: 8px;
    font-size: 13px;
    color: #475569;
}
.page-special-lottery .special-channel-period {
    font-weight: 800;
    color: #0f172a;
}
.page-special-lottery .special-channel-date {
    color: #64748b;
}
.page-special-lottery .special-channel-hero-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    font-size: 12px;
}
.page-special-lottery .special-channel-schedule {
    color: #475569;
    padding: 5px 12px;
    border-radius: 999px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    white-space: nowrap;
}
.page-special-lottery .special-channel-action-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px 8px;
}
.page-special-lottery .special-channel-action {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 999px;
    border: 1px solid rgba(13, 148, 136, 0.35);
    background: rgba(13, 148, 136, 0.08);
    color: #0f766e;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.page-special-lottery .special-channel-action:hover {
    background: rgba(13, 148, 136, 0.14);
    border-color: rgba(13, 148, 136, 0.55);
    box-shadow: 0 2px 8px rgba(13, 148, 136, 0.12);
}
.page-special-lottery .special-channel-draw {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e2e8f0;
}
.page-special-lottery .special-channel-draw-label {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #0f766e;
    background: rgba(13, 148, 136, 0.1);
    letter-spacing: 0.04em;
}
.page-special-lottery .special-channel-hub .datachart-latest-balls,
.page-special-lottery .special-channel-balls {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 8px;
    min-width: 0;
}
.page-special-lottery .special-channel-hub .datachart-latest-ball {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 32px;
    height: 32px;
    padding: 0 7px;
    border-radius: 50%;
    font-family: Tahoma, Arial, "Microsoft YaHei", sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    border: 1px solid transparent;
    box-shadow:
        0 2px 8px rgba(15, 23, 42, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.page-special-lottery .special-channel-hub .datachart-latest-plus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 2px;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    color: #64748b;
}
.page-special-lottery .special-channel-draw-text {
    font-family: Tahoma, Arial, "Microsoft YaHei", sans-serif;
    font-weight: 700;
    letter-spacing: 0.06em;
    word-break: break-all;
}
.page-special-lottery .special-channel-draw-empty {
    color: #94a3b8;
    font-style: italic;
}
.page-special-lottery .special-channel-ref-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed #e2e8f0;
}
.page-special-lottery .special-channel-ref-link {
    font-size: 12px;
    color: #1f5ea8;
    background: #f0f7ff;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    padding: 4px 10px;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease;
}
.page-special-lottery .special-channel-ref-link:hover {
    background: #eff6ff;
    border-color: #93c5fd;
}
.page-special-lottery .special-channel-hotgrid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 14px;
}
.page-special-lottery .ssq1to1-wrap .sssqq-page-title {
    margin-bottom: 2px;
}
.page-special-lottery .ssq1to1-wrap .sssqq-page-title .special-channel-section-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
}
.page-special-lottery .ssq1to1-wrap .ssq1to1-toolbar {
    margin-bottom: 0;
}
.page-special-lottery .ssq1to1-wrap .ssq1to1-toolbar .sssqq-toolbar-inner {
    border-bottom: none;
    padding-bottom: 10px;
}
.page-special-lottery .ssq1to1-matrix-panel > .title {
    display: none;
}
.page-special-lottery .special-channel-hotitem {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 10px 8px;
    border: 1px solid #dbeafe;
    border-radius: 10px;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    text-align: center;
    text-decoration: none;
    color: #1e3a5f;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease;
}
.page-special-lottery .special-channel-hotitem:hover {
    border-color: var(--apple-accent, #0d9488);
    box-shadow: 0 3px 10px rgba(13, 148, 136, 0.14);
    transform: translateY(-1px);
}
.page-special-lottery .special-channel-hotitem--kaijiang { border-left: 3px solid #ef4444; }
.page-special-lottery .special-channel-hotitem--chart { border-left: 3px solid #3b82f6; }
.page-special-lottery .special-channel-hotitem--tools { border-left: 3px solid #0d9488; }
.page-special-lottery .special-channel-hotitem--news { border-left: 3px solid #8b5cf6; }
.page-special-lottery .special-channel-hotitem--trend,
.page-special-lottery .special-channel-hotitem--kline,
.page-special-lottery .special-channel-hotitem--omission,
.page-special-lottery .special-channel-hotitem--history { border-left: 3px solid #64748b; }
.page-special-lottery .special-channel-duo {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
}
.page-special-lottery .special-channel-panel,
.page-special-lottery .special-channel-history,
.page-special-lottery .special-channel-newsblock {
    display: flex;
    flex-direction: column;
    min-height: 0;
}
.page-special-lottery .special-channel-panel-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 11px 14px;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}
.page-special-lottery .special-channel-panel-hd h2 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
}
.page-special-lottery .special-channel-panel-hd h2::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 14px;
    margin-right: 8px;
    border-radius: 2px;
    background: var(--apple-accent, #0d9488);
    vertical-align: -2px;
}
.page-special-lottery .special-channel-panel-hd a {
    font-size: 12px;
    color: #64748b;
    text-decoration: none;
    white-space: nowrap;
}
.page-special-lottery .special-channel-panel-hd a:hover {
    color: #0f766e;
}
.page-special-lottery .special-channel-linklist {
    list-style: none;
    margin: 0;
    padding: 10px 12px 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 8px;
    flex: 1 1 auto;
}
.page-special-lottery .special-channel-linklist li {
    margin: 0;
    min-width: 0;
}
.page-special-lottery .special-channel-linklist a {
    display: block;
    padding: 6px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 12px;
    color: #1f5ea8;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: border-color 0.15s ease, background 0.15s ease;
}
.page-special-lottery .special-channel-linklist a:hover {
    border-color: #93c5fd;
    background: #eff6ff;
}
.page-special-lottery .special-channel-newslist {
    list-style: none;
    margin: 0;
    padding: 6px 12px 10px;
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1 1 auto;
}
.page-special-lottery .special-channel-newslist li {
    margin: 0;
}
.page-special-lottery .special-channel-newslist a {
    display: block;
    padding: 8px 4px;
    font-size: 13px;
    color: #334155;
    text-decoration: none;
    border-bottom: 1px dashed #eef2f7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page-special-lottery .special-channel-newslist a:hover {
    color: #0f766e;
}
.page-special-lottery .special-channel-newslist li:last-child a {
    border-bottom: 0;
}
.page-special-lottery .special-channel-newsblock:has(.special-channel-empty:only-child) .special-channel-newslist {
    justify-content: center;
    min-height: 88px;
}
.page-special-lottery .special-channel-table-wrap {
    overflow-x: auto;
}
.page-special-lottery .special-channel-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}
.page-special-lottery .special-channel-table th,
.page-special-lottery .special-channel-table td {
    padding: 9px 12px;
    border-bottom: 1px solid #eef2f7;
    text-align: left;
    vertical-align: middle;
}
.page-special-lottery .special-channel-table th {
    background: #f8fafc;
    color: #64748b;
    font-weight: 600;
    white-space: nowrap;
}
.page-special-lottery .special-channel-table .numbers {
    font-family: Tahoma, Arial, "Microsoft YaHei", sans-serif;
    letter-spacing: 0.04em;
    word-break: break-word;
}
.page-special-lottery .special-channel-newsgrid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
}
.page-special-lottery .special-channel-empty {
    color: #94a3b8;
    font-size: 13px;
    padding: 8px 4px;
}
.page-special-lottery .ssq1to1-wrap .special-channel-section-title,
.page-special-lottery .special-channel-section-title {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}
@media (max-width: 1100px) {
    .page-special-lottery .special-channel-newsgrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 900px) {
    .page-special-lottery .special-channel-duo,
    .page-special-lottery .special-channel-newsgrid {
        grid-template-columns: 1fr;
    }
    .page-special-lottery .special-channel-hotgrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .page-special-lottery .special-channel-hero-side {
        align-items: flex-start;
        width: 100%;
    }
    .page-special-lottery .special-channel-action-group {
        justify-content: flex-start;
    }
    .page-special-lottery .special-channel-linklist {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 520px) {
    .page-special-lottery .special-channel-hotgrid {
        grid-template-columns: 1fr;
    }
    .page-special-lottery .special-channel-title {
        font-size: 20px;
    }
}
