
:root {
  --canvas: #f4f6f8;
  --surface: #ffffff;
  --surface-soft: #f8fafc;
  --text: #182230;
  --muted: #596579;
  --subtle: #626d80;
  --line: #e4e7ec;
  --line-strong: #d0d5dd;
  --brand: #3448c5;
  --brand-soft: #eef0ff;
  --positive: #c4322b;
  --positive-soft: #fff1f0;
  --negative: #16855b;
  --negative-soft: #ecfdf3;
  --warning: #b54708;
  --warning-soft: #fffaeb;
  --radius-card: 9px;
  --radius-control: 5px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --label-rail: 72px;
  --shadow: 0 1px 2px rgba(16,24,40,.045);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { color-scheme: light; }
body { font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; background: var(--canvas); color: var(--text); line-height: 1.45; font-size: 14px; font-feature-settings: "kern" 1, "tnum" 1; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input, summary { font: inherit; }
button, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid #6172f3; outline-offset: 2px; }
.container { width: 100%; max-width: 1580px; margin: 0 auto; padding: 7px 20px 16px; }

/* Header */
header { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.site-header { min-height: 32px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--text); text-decoration: none; flex-shrink: 0; }
.brand-mark { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 7px; background: #182230; color: #fff; font-size: 16px; font-weight: 700; }
.brand > span:last-child { display: flex; align-items: baseline; gap: 5px; white-space: nowrap; }
.brand b, .brand h1 { font-size: 17px; line-height: 1; letter-spacing: -.02em; }
.brand small { color: var(--brand); font-size: 9px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.header-status { display: flex; flex: 1; align-items: stretch; gap: 7px; min-width: 0; margin-left: 0; color: var(--muted); font-size: 10px; white-space: nowrap; }
.status-block { min-height: 36px; border: 1px solid var(--line); border-radius: var(--radius-card); background: rgba(255,255,255,.82); box-shadow: var(--shadow); }
.status-block-icon { display: grid; place-items: center; flex: 0 0 auto; width: 24px; height: 24px; border-radius: 7px; }
.status-block-icon svg { width: 15px; height: 15px; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.content-icon { background: #eef0ff; color: #3448c5; }
.visitor-icon { background: #ecfdf3; color: #16855b; }
.status-block-body { display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.content-status { display: flex; align-items: center; gap: 7px; padding: 4px 8px 4px 6px; }
.content-status-values { display: flex; align-items: center; gap: 7px; color: #475467; font-size: 10.5px; font-weight: 650; }
.content-status-values > a { text-decoration: none; }
.content-status-values > a:hover { color: var(--brand); }
.content-status-values b { color: var(--brand); font-variant-numeric: tabular-nums; }
.metric-unit { margin-left: 1px; color: var(--subtle); font-size: 9px; font-weight: 550; }
.content-status-meta { display: flex; align-items: center; margin-left: 2px; padding-left: 8px; border-left: 1px solid var(--line); }
.updated-time { display: inline-flex; align-items: center; gap: 5px; padding: 3px 6px; border-radius: 6px; background: #f4f5ff; box-shadow: inset 0 0 0 1px #e1e4fb; line-height: 1.2; }
.updated-time i { width: 5px; height: 5px; border-radius: 50%; background: #12b76a; box-shadow: 0 0 0 2px #d1fadf; }
.updated-time span { color: #5261bc; font-size: 9px; font-weight: 750; }
.updated-time b { color: #283aa9; font-size: 10px; font-weight: 780; font-variant-numeric: tabular-nums; }
.visitor-menu { position: relative; margin-left: 0; }
.visitor-menu > summary { display: flex; align-items: center; gap: 7px; height: 100%; min-height: 34px; padding: 4px 7px 4px 6px; color: #475467; cursor: pointer; list-style: none; }
.visitor-menu > summary::-webkit-details-marker { display: none; }
.visitor-values { display: flex; align-items: center; gap: 3px; }
.visitor-stat { display: inline-flex; align-items: baseline; gap: 3px; padding: 1px 5px; border-radius: 5px; color: #667085; font-size: 9px; line-height: 16px; }
.visitor-stat b { color: #344054; font-size: 11px; font-variant-numeric: tabular-nums; }
.visitor-stat.today { background: #3448c5; color: rgba(255,255,255,.8); }
.visitor-stat.today b { color: #fff; }
.visitor-stat.pageviews { background: #ecfdf3; color: #16855b; }
.visitor-stat.pageviews b { color: #067647; }
.visitor-menu > summary::after { content: '⌄'; margin-left: 1px; color: var(--subtle); transform: translateY(-1px); transition: transform .18s ease; }
.visitor-menu[open] > summary::after { transform: rotate(180deg) translateY(1px); }
.visitor-menu[open], .visitor-menu:hover { border-color: #b8c0ea; background: #fff; }
.visitor-stat.pageviews.visitor-updated { animation: visitor-count-ready .62s ease both; }
@keyframes visitor-count-ready { 0% { transform: scale(.94); filter: brightness(.94); } 55% { transform: scale(1.06); filter: brightness(1.05); } 100% { transform: scale(1); filter: brightness(1); } }
.feedback-header-open { display: inline-flex; align-items: center; justify-content: center; gap: 4px; height: 28px; padding: 0 7px; border: 0; border-radius: 6px; background: transparent; color: #5261bc; cursor: pointer; }
.feedback-header-open svg { width: 18px; height: 18px; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feedback-header-open span { color: #475467; font-size: 10px; font-weight: 700; }
.feedback-header-open:hover { background: #eaecf0; color: var(--brand); }
.feedback-header-open:hover span { color: currentColor; }
.visitor-panel { position: absolute; z-index: 22; top: calc(100% + 9px); right: 0; left: auto; width: 390px; max-height: min(680px, calc(100vh - 58px)); padding: 11px; overflow-y: auto; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); box-shadow: 0 16px 34px rgba(16,24,40,.15); white-space: normal; }
.visitor-panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 9px; border-bottom: 1px solid var(--line); }
.visitor-panel-heading > span { display: flex; flex-direction: column; }
.visitor-panel-heading > span:last-child { align-items: flex-end; color: var(--muted); font-size: 10px; }
.visitor-panel-heading b { color: #25324a; font-size: 12px; }
.visitor-panel-heading small { margin-top: 2px; color: var(--subtle); font-size: 9px; font-weight: 500; }
.visitor-panel-section { padding-top: 9px; }
.visitor-panel-section > b { display: block; margin-bottom: 6px; color: #344054; font-size: 10px; }
.visitor-panel-section p { color: var(--muted); font-size: 10px; line-height: 1.5; }
.visitor-panel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.visitor-trend { display: grid; gap: 4px; min-height: 80px; color: var(--subtle); font-size: 9px; }
.visitor-day { display: grid; grid-template-columns: 31px minmax(0, 1fr) 28px; align-items: center; gap: 6px; }
.visitor-day > span:first-child { font-variant-numeric: tabular-nums; }
.visitor-day > b { color: #475467; font-size: 9px; font-variant-numeric: tabular-nums; text-align: right; }
.visitor-bar { height: 5px; border-radius: 99px; background: #eef0f8; overflow: hidden; }
.visitor-bar i { display: block; height: 100%; border-radius: inherit; background: var(--brand); }
.visitor-recent { display: grid; color: var(--subtle); font-size: 9px; }
.recent-visit { display: grid; grid-template-columns: 75px minmax(0, 1fr); gap: 7px; padding: 6px 0; border-top: 1px solid #f2f4f7; }
.recent-visit time { color: var(--subtle); font-variant-numeric: tabular-nums; }
.recent-visit > span { display: flex; flex-direction: column; min-width: 0; }
.recent-visit b { overflow: hidden; color: #344054; font-size: 10px; font-variant-numeric: tabular-nums; text-overflow: ellipsis; white-space: nowrap; }
.recent-visit small { margin-top: 2px; overflow: hidden; color: var(--muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.header-actions { order: 2; display: flex; align-items: center; justify-content: flex-end; gap: 4px; margin-left: 0; white-space: nowrap; }
.site-header > .visitor-menu { order: 3; }
.header-actions > a { display: inline-flex; align-items: center; min-height: 26px; padding: 3px 7px; border-radius: 6px; color: #475467; font-size: 10px; font-weight: 650; text-decoration: none; cursor: pointer; list-style: none; }
.header-actions > a:hover { background: #eaecf0; color: var(--text); }
.header-actions b { color: var(--brand); }
.source-menu { position: relative; }
.source-menu > summary { display: inline-flex; align-items: center; color: #475467; cursor: pointer; list-style: none; }
.source-menu > summary::-webkit-details-marker { display: none; }
.source-menu > summary::after { content: '⌄'; margin-left: 3px; color: var(--subtle); transform: translateY(-1px); }
.source-menu > summary:hover, .source-menu[open] > summary { color: var(--brand); }
.source-stats { position: absolute; z-index: 20; top: calc(100% + 6px); left: 50%; display: grid; grid-template-columns: repeat(3, minmax(110px, 1fr)); gap: 4px; width: min(460px, calc(100vw - 24px)); padding: 8px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); box-shadow: 0 16px 34px rgba(16,24,40,.15); transform: translateX(-50%); }
.source-stats a { display: flex; justify-content: space-between; gap: 8px; padding: 7px 8px; border-radius: 6px; color: #475467; font-size: 11px; text-decoration: none; }
.source-stats a:hover { background: var(--surface-soft); color: var(--text); }
.source-stats b { color: var(--subtle); font-weight: 600; }
.github-link { color: var(--muted); }
.github-link svg { width: 20px; height: 20px; }
.meta { color: var(--muted); font-size: 12px; }
.meta a { color: var(--brand); text-decoration: none; }

/* Shared surfaces */
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-card); padding: 10px 12px; margin-bottom: 8px; box-shadow: var(--shadow); }
.card h2 { font-size: 15px; line-height: 1.3; color: var(--text); }
.eyebrow { color: var(--brand); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

/* Compact market ribbon */
.indicators-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; min-height: 58px; margin-bottom: 8px; }
.indicator-group { display: grid; grid-template-columns: 48px repeat(5, minmax(0, 1fr)); gap: 4px; padding: 5px; border: 1px solid var(--line); border-radius: var(--radius-card); background: var(--surface); box-shadow: var(--shadow); overflow: hidden; }
.indicator-group-title { display: flex; flex-direction: column; justify-content: center; padding-left: 5px; color: #344054; font-size: 10px; font-weight: 750; line-height: 1.25; text-decoration: none; }
.indicator-group-title small { margin-top: 2px; color: var(--subtle); font-size: 9px; font-weight: 600; }
.cycle-entry { margin: -1px; padding: 4px 3px 4px 6px; border-radius: 7px; color: #175cd3; text-decoration: underline; text-decoration-color: #b2ccff; text-underline-offset: 2px; transition: background .16s ease, color .16s ease; }
.cycle-entry:hover, .cycle-entry:focus-visible { background: var(--brand-soft); color: #1849a9; text-decoration-color: currentColor; }
.ind-cell { display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: 16px 14px; align-items: center; column-gap: 4px; min-width: 0; min-height: 42px; padding: 4px 6px 3px; border-radius: 7px; background: var(--surface-soft); overflow: hidden; }
.ind-label { display: flex; align-items: center; min-width: 0; gap: 3px; overflow: hidden; white-space: nowrap; }
.ind-label b { overflow: hidden; color: #344054; font-size: 11px; font-weight: 700; text-overflow: ellipsis; }
.ind-label i { font-size: 10px; font-style: normal; }
.ind-cell small { color: var(--muted); font-size: 10.5px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.ind-cell.active { background: var(--warning-soft); box-shadow: inset 0 0 0 1px #fedf89; }
.ind-cell.active small { color: var(--warning); font-weight: 700; }
.ind-cell.skeleton { color: transparent; background: linear-gradient(90deg, #f2f4f7 25%, #e4e7ec 37%, #f2f4f7 63%); background-size: 400% 100%; animation: shimmer 1.4s ease infinite; }
@keyframes shimmer { 0% { background-position: 100% 0; } 100% { background-position: 0 0; } }
.ind-chart { grid-column: 1 / -1; width: 100%; height: 12px; margin-top: 1px; }
.ind-chart polyline { stroke-width: 1.5; }

/* Thesis and signal review */
.market-brief { padding: 10px 12px 11px; }
.market-brief-title { display: grid; grid-template-columns: auto auto minmax(0, 1fr); align-items: center; gap: 8px; min-width: 0; padding-bottom: 7px; border-bottom: 1px solid var(--line); }
.market-brief-title h2 { min-width: 0; color: #101828; font-size: 16px; font-weight: 780; }
.sentiment { display: inline-flex; justify-self: start; flex-shrink: 0; padding: 2px 7px; border-radius: 999px; background: var(--warning-soft); color: var(--warning); font-size: 10px; font-weight: 700; }
.market-brief-copy { min-width: 0; padding-top: 7px; }
.card p.summary { color: #344054; font-size: 12.5px; font-weight: 450; line-height: 1.55; }

/* Style rotation: 双创 → 红利 → 微盘 → 双创 */
.style-rotation { display: grid; grid-template-columns: var(--label-rail) minmax(0, 1fr); padding: 0; overflow: visible; }
.style-rotation-heading { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 3px; min-width: 0; padding: 6px 7px; border-right: 1px solid #d9def7; background: linear-gradient(135deg, #f7f8ff 0%, var(--brand-soft) 100%); border-radius: 10px 0 0 10px; text-align: center; }
.style-rotation-heading > span:first-child { display: grid; gap: 3px; width: 100%; min-width: 0; }
.style-rotation-heading .eyebrow { font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.style-stage-line { display: flex; align-items: center; justify-content: center; min-width: 0; }
.style-stage-line h2 { color: #475467; font-size: 16px; font-weight: 820; letter-spacing: .02em; white-space: nowrap; }
.style-rotation[data-stage="defensive"] .style-stage-line h2 { color: #3448c5; }
.style-rotation[data-stage="micro_relay"] .style-stage-line h2 { color: #b54708; }
.style-rotation[data-stage="growth_recovery"] .style-stage-line h2 { color: #b42318; }
.style-rotation[data-stage="risk_off"] .style-stage-line h2 { color: #067647; }
.style-rotation-heading > p { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.info-popover.style-info { position: absolute; top: 7px; right: 6px; margin-top: 0; }
.style-info > div { right: auto; left: 0; width: 390px; text-align: left; }
.style-cycle { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 2px; padding: 3px; }
.style-phase { --style-active-bg: #f5f7fa; --style-asset-active-bg: #edf0f4; --style-active-border: #b9c0cc; --style-phase-color: #475467; display: grid; grid-template-columns: 40px minmax(0, 1fr); align-items: stretch; min-width: 0; padding: 1px; border: 1px solid #e7eaf0; border-radius: 7px; background: #fafbfc; transition: border-color .16s ease, box-shadow .16s ease, background .16s ease; }
.style-phase.growth { --style-active-bg: #fff1f0; --style-asset-active-bg: #ffe4e1; --style-active-border: #f1a8a2; --style-phase-color: #b42318; }
.style-phase.dividend { --style-active-bg: #eef4ff; --style-asset-active-bg: #dfeaff; --style-active-border: #b2ccff; --style-phase-color: #3448c5; }
.style-phase.micro { --style-active-bg: #fff6e8; --style-asset-active-bg: #ffebca; --style-active-border: #f7c66a; --style-phase-color: #b54708; }
.style-phase.active { border-color: var(--style-active-border); background: var(--style-active-bg); box-shadow: inset 0 0 0 1px rgba(255,255,255,.72); }
.style-phase-label { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 2px 4px; border-right: 1px solid var(--line); background: #fff; box-shadow: inset 3px 0 0 var(--style-phase-color); text-align: center; }
.style-phase-label::before { color: var(--style-phase-color); font-size: 9px; font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: .08em; line-height: 1; opacity: .72; }
.style-phase.growth .style-phase-label::before { content: '01'; }
.style-phase.dividend .style-phase-label::before { content: '02'; }
.style-phase.micro .style-phase-label::before { content: '03'; }
.style-phase-label b { margin-top: 2px; color: #25324a; font-size: 13px; font-weight: 800; letter-spacing: .02em; }
.style-phase-label small { margin-top: 1px; color: #667085; font-size: 9px; white-space: nowrap; }
.style-phase-label small.finance-group.inflow { color: #3448c5; font-weight: 750; }
.style-phase-label small.finance-group.outflow { color: #667085; font-weight: 750; }
.style-phase-label small.finance-group.divergent { color: #b54708; font-weight: 750; }
.style-phase.active .style-phase-label { background: var(--style-active-bg); }
.style-phase.active .style-phase-label b { color: var(--style-phase-color); }
.style-phase-assets { display: grid; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 1px; min-width: 0; }
.style-phase-assets .style-asset + .style-asset { border-top: 1px solid var(--line); }
.style-asset { position: relative; display: grid; grid-template-columns: minmax(66px, .88fr) minmax(138px, 1.78fr) minmax(68px, .74fr); align-items: stretch; gap: 3px; min-width: 0; padding: 3px 4px; border-radius: 5px; color: inherit; }
.style-asset:hover { background: #fff; box-shadow: 0 1px 3px rgba(16,24,40,.08); }
.style-asset.active { background: var(--style-asset-active-bg); box-shadow: 0 1px 3px rgba(16,24,40,.08); }
.style-asset-identity { display: flex; min-width: 0; line-height: 1.05; text-align: center; }
.style-quote-link { display: flex; flex: 1; flex-direction: column; align-items: center; justify-content: center; min-width: 0; overflow: hidden; color: inherit; text-decoration: none; transform: translateY(1px); }
.style-quote-link:hover b { color: var(--brand); text-decoration: underline; text-underline-offset: 2px; }
.style-quote-link b { display: block; overflow: hidden; color: #344054; font-size: 11.5px; font-weight: 760; text-overflow: ellipsis; white-space: nowrap; }
.style-quote-link > small { max-width: 100%; overflow: hidden; color: var(--subtle); font-size: 10.5px; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
.style-manager { margin-top: 2px; }
.style-code { color: var(--subtle) !important; font-variant-numeric: tabular-nums; letter-spacing: .02em; }
.style-quote-link:hover > small, .style-quote-link:focus-visible > small { color: var(--brand) !important; }
.style-quote-link:focus-visible { border-radius: 3px; outline: 2px solid #b2ccff; outline-offset: 1px; }
.style-trading, .style-financing { display: grid; grid-template-rows: 15px minmax(20px, 1fr); align-items: center; min-width: 0; }
.style-trading { padding-right: 4px; border-right: 1px solid #d8dde6; }
.style-financing { padding-left: 3px; }
.style-section-heading { display: flex; align-items: center; gap: 4px; min-width: 0; color: var(--subtle); font-size: 8px; font-weight: 750; letter-spacing: .05em; }
.style-section-heading > small { font: inherit; white-space: nowrap; }
.style-trading .style-section-heading { justify-content: flex-start; padding-left: 4px; }
.style-financing .style-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) 43px; gap: 3px; }
.style-financing .finance-state { justify-self: center; }
.style-trading-data { display: grid; grid-template-columns: auto minmax(24px, 1fr); align-items: center; gap: 4px; min-width: 0; }
.style-state { display: grid; place-items: center; min-width: 28px; height: 14px; padding: 0 3px; border-radius: 3px; background: #f2f4f7; color: var(--muted); font-size: 9px; font-style: normal; letter-spacing: 0; white-space: nowrap; }
.style-state.strong { background: var(--style-active-bg); color: var(--style-phase-color); font-weight: 750; }
.style-state.weak { background: #f2f4f7; color: #667085; }
.finance-state { width: auto; min-width: 34px; height: 14px; padding: 0 3px; border: 0; border-radius: 3px; background: #f2f4f7; color: #667085; font-size: 9px; font-weight: 700; line-height: 14px; letter-spacing: 0; white-space: nowrap; cursor: pointer; }
.finance-state:hover, .finance-state:focus-visible { box-shadow: inset 0 0 0 1px currentColor; outline: none; }
.finance-state.confirm { background: #eef0ff; color: #3448c5; }
.finance-state.divergence { background: #fffaeb; color: #b54708; }
.finance-state.unlevered { background: #ecfdf3; color: #067647; }
.finance-state.deleverage { background: #f2f4f7; color: #475467; }
.finance-state.neutral { background: #f8fafc; color: var(--subtle); }
.finance-metrics { display: grid; grid-template-columns: minmax(0, 1fr) 43px; gap: 2px 3px; min-width: 0; font-variant-numeric: tabular-nums; }
.finance-metrics > span { display: contents; }
.finance-metrics small { overflow: hidden; color: var(--subtle); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.finance-metrics b { color: #475467; font-size: 9px; font-weight: 700; text-align: center; white-space: nowrap; }
.finance-metrics .finance-inflow { color: #3448c5; }
.finance-metrics .finance-outflow { color: #667085; }
.finance-detail { position: absolute; z-index: 24; top: calc(100% + 5px); right: 0; width: 270px; padding: 9px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: #475467; text-align: left; box-shadow: 0 14px 32px rgba(16,24,40,.16); }
.style-phase.growth .finance-detail { right: auto; left: 0; }
.finance-detail[hidden] { display: none; }
.finance-detail-heading { display: flex; align-items: center; justify-content: space-between; padding-bottom: 7px; border-bottom: 1px solid var(--line); }
.finance-detail-heading b { color: #25324a; font-size: 11px; }
.finance-detail-close { display: grid; place-items: center; width: 20px; height: 20px; padding: 0; border: 0; border-radius: 4px; background: transparent; color: #667085; font-size: 15px; line-height: 1; cursor: pointer; }
.finance-detail-close:hover, .finance-detail-close:focus-visible { background: #f2f4f7; color: #344054; outline: none; }
.finance-detail dl { display: grid; grid-template-columns: 1fr 1fr; gap: 0 12px; padding: 5px 0; }
.finance-detail dl > div { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; padding: 3px 0; border-bottom: 1px solid #f2f4f7; }
.finance-detail dl > div:first-child { grid-column: 1 / -1; }
.finance-detail dt { color: #667085; font-size: 9px; }
.finance-detail dd { color: #25324a; font-size: 10px; font-weight: 700; font-variant-numeric: tabular-nums; white-space: nowrap; }
.finance-detail-reading { margin: 1px 0 7px; color: #475467; font-size: 10px; line-height: 1.5; }
.finance-detail-footer { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding-top: 6px; border-top: 1px solid var(--line); font-size: 9px; }
.finance-detail-source { overflow: hidden; color: #667085; text-overflow: ellipsis; white-space: nowrap; }
.finance-detail-footer a { flex: 0 0 auto; color: #3448c5; font-weight: 700; text-decoration: none; }
.finance-detail-footer a:hover { text-decoration: underline; text-underline-offset: 2px; }
.style-metrics { display: grid; grid-template-columns: repeat(3, auto); align-items: center; gap: 4px; font-variant-numeric: tabular-nums; }
.style-metrics > span { display: flex; flex-direction: column; align-items: flex-end; }
.style-metrics small { color: var(--subtle); font-size: 9px; }
.style-metrics b { font-size: 9.5px; white-space: nowrap; }
.style-metrics .up { color: #b42318; }
.style-metrics .down { color: #067647; }
.style-metrics .flat { color: var(--muted); }
.style-sparkline { width: 100%; min-width: 28px; height: 20px; }
.review-card { display: grid; grid-template-columns: var(--label-rail) minmax(0, 1fr); gap: 0; align-items: stretch; padding: 0; }
.review-heading { position: relative; display: flex; align-items: center; justify-content: flex-start; gap: 3px; min-width: 0; padding: 7px 3px 7px 11px; border-right: 1px solid #d9def7; border-radius: 10px 0 0 10px; background: linear-gradient(135deg, #f7f8ff 0%, var(--brand-soft) 100%); text-align: left; }
.review-heading::before { content: ''; position: absolute; left: 5px; width: 3px; height: 22px; border-radius: 99px; background: var(--brand); }
.review-heading h2 { overflow: hidden; color: #283aa9; font-size: 14px; font-weight: 780; text-overflow: ellipsis; white-space: nowrap; }
.review-heading .info-popover { flex: 0 0 auto; }
.info-popover { position: relative; flex: 0 0 auto; }
.info-popover summary { display: grid; place-items: center; width: 21px; height: 21px; border: 1px solid #c7cdf3; border-radius: 50%; color: #5261bc; font-size: 11px; font-weight: 800; line-height: 1; cursor: pointer; list-style: none; }
.info-popover summary::-webkit-details-marker { display: none; }
.info-popover summary:hover, .info-popover[open] summary { border-color: #98a2dc; background: #fff; color: #3448c5; }
.info-popover > div { position: absolute; z-index: 18; top: 27px; left: 0; width: 310px; padding: 10px 34px 10px 10px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); color: #475467; font-size: 11px; line-height: 1.6; text-align: left; box-shadow: 0 12px 28px rgba(16,24,40,.14); }
.info-popover-close { position: absolute; top: 6px; right: 6px; display: grid; place-items: center; width: 22px; height: 22px; padding: 0; border: 0; border-radius: 4px; background: transparent; color: #667085; font: inherit; font-size: 15px; line-height: 1; cursor: pointer; }
.info-popover-close:hover, .info-popover-close:focus-visible { background: #f2f4f7; color: #344054; outline: none; }
.review-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); min-width: 0; border-radius: 0 10px 10px 0; background: #fff; overflow: hidden; }
.review-item { display: grid; grid-template-columns: 46px minmax(0, 1fr); align-items: center; gap: 10px; min-width: 0; padding: 6px 12px; background: #fff; }
.review-item:nth-child(even) { background: #fafbff; }
.review-item + .review-item { border-left: 1px solid #cfd4dc; }
.review-title { display: flex; flex-direction: column; align-items: center; line-height: 1.15; text-align: center; white-space: nowrap; }
.review-title b { color: #25324a; font-size: 13px; }
.review-title span { margin-top: 2px; color: var(--subtle); font-size: 9px; font-weight: 550; }
.review-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px; min-width: 0; }
.review-metrics > span { display: flex; flex-direction: column; min-width: 0; font-variant-numeric: tabular-nums; }
.review-metrics i { color: var(--subtle); font-size: 9px; font-style: normal; }
.review-metrics b { overflow: hidden; color: #25324a; font-size: 12px; font-weight: 720; text-overflow: ellipsis; white-space: nowrap; }
.review-paused { padding: 9px 12px; border-left: 3px solid #f79009; }
.review-paused h2 { display: inline; margin-right: 8px; }
.review-paused p { display: inline; color: var(--muted); font-size: 11px; }

/* Alerts collapse into a single decision row */
.overheat-alert { display: grid; grid-template-columns: auto auto minmax(0, 1fr); align-items: center; gap: 7px; margin-bottom: 8px; padding: 7px 10px; border: 1px solid #fedf89; border-radius: 9px; background: var(--warning-soft); color: var(--warning); font-size: 11px; }
.overheat-alert > span { color: #93370d; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.overheat-alert b { padding: 1px 6px; border-radius: 999px; background: #fef0c7; font-size: 10px; }
.overheat-alert p { overflow: hidden; color: #7a2e0e; text-overflow: ellipsis; white-space: nowrap; }
.alerts-row { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 8px; margin-bottom: 8px; }
.alert-box { display: grid; grid-template-rows: auto 1fr; border: 1px solid var(--line); border-radius: var(--radius-card); background: var(--surface); box-shadow: var(--shadow); overflow: hidden; }
.alert-heading { display: flex; align-items: center; gap: 7px; min-height: 34px; padding: 6px 9px; }
.alert-symbol { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 5px; font-size: 11px; font-weight: 800; }
.alert-heading b { font-size: 11px; font-weight: 750; white-space: nowrap; }
.alert-count { color: var(--subtle); font-size: 10px; white-space: nowrap; }
.alert-heading .alert-count { margin-left: auto; }
.alert-box.risk .alert-symbol { background: var(--positive-soft); color: var(--positive); }
.alert-box.risk .alert-heading b { color: #b42318; }
.alert-box.opportunity .alert-symbol { background: var(--negative-soft); color: var(--negative); }
.alert-box.opportunity .alert-heading b { color: #067647; }
.alert-list { padding: 5px 10px 8px; border-top: 1px solid var(--line); color: #475467; font-size: 11px; line-height: 1.5; }
.alert-list p { padding: 2px 0; }
.alert-list p + p { border-top: 1px solid #f2f4f7; }

/* Sector decision cards */
.sectors-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.sector-card {
  --sector-tint: 102, 112, 133;
  --sector-heat-alpha: .012;
  min-width: 0;
  padding: 8px 10px 7px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--line-strong);
  border-radius: var(--radius-card);
  background: linear-gradient(rgba(var(--sector-tint), var(--sector-heat-alpha)), rgba(var(--sector-tint), var(--sector-heat-alpha))), var(--surface);
  box-shadow: var(--shadow);
}
/* 中国市场习惯：红涨绿跌；方向决定色相，信号热度只决定染色浓度。 */
.sector-card.up { --sector-tint: 196, 50, 43; border-left-color: var(--positive); }
.sector-card.down { --sector-tint: 22, 133, 91; border-left-color: var(--negative); }
.sector-card.neutral { --sector-tint: 102, 112, 133; border-left-color: #98a2b3; }
.sector-card.heat-0 { --sector-heat-alpha: .008; }
.sector-card.heat-1 { --sector-heat-alpha: .012; }
.sector-card.heat-2 { --sector-heat-alpha: .018; }
.sector-card.heat-3 { --sector-heat-alpha: .025; }
.sector-card.heat-4 { --sector-heat-alpha: .032; }
.sector-card.heat-5 { --sector-heat-alpha: .040; }
.sector-card.heat-6 { --sector-heat-alpha: .048; }
.sector-card.heat-7 { --sector-heat-alpha: .057; }
.sector-card.heat-8 { --sector-heat-alpha: .067; }
.sector-card.heat-9 { --sector-heat-alpha: .078; }
.sector-card.heat-10 { --sector-heat-alpha: .090; }
.sector-header { display: grid; grid-template-columns: auto auto minmax(0, 1fr); align-items: center; gap: 8px; min-height: 25px; margin-bottom: 4px; }
.sector-primary, .sector-quality, .sector-right { display: flex; align-items: center; gap: 6px; min-width: 0; }
.sector-primary { white-space: nowrap; }
.sector-quality { padding-left: 8px; border-left: 1px solid var(--line); }
.sector-right { justify-content: flex-end; margin-left: auto; }
.sector-name { color: var(--text); font-size: 16px; font-weight: 750; letter-spacing: -.02em; }
.sector-signal { display: inline-flex; align-items: center; gap: 4px; padding: 2px 6px; border-radius: 999px; font-size: 10px; font-weight: 750; }
.signal-dot { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.sector-signal.buy { background: var(--positive-soft); color: #b42318; }
.sector-signal.watch { background: var(--warning-soft); color: #b54708; }
.sector-signal.avoid { background: #f2f4f7; color: #475467; }
.sector-heat { color: #f79009; font-size: 11px; letter-spacing: -1px; white-space: nowrap; }
.sector-confidence { color: var(--muted); font-size: 10px; white-space: nowrap; }
.sector-confidence b { color: #344054; font-size: 11px; }
.sector-trend { display: flex; align-items: center; gap: 5px; }
.trend-label { color: var(--subtle); font-size: 9px; font-weight: 650; white-space: nowrap; }
.trend-points { display: flex; align-items: center; gap: 2px; }
.trend-point { display: grid; place-items: center; width: 14px; height: 14px; border-radius: 3px; font-size: 9px; font-weight: 800; }
.trend-point.up { background: var(--positive-soft); color: var(--positive); }
.trend-point.down { background: var(--negative-soft); color: var(--negative); }
.trend-point.flat { background: #f2f4f7; color: #667085; }
.sector-dir { padding: 2px 6px; border-radius: 5px; font-size: 10px; font-weight: 700; white-space: nowrap; }
.sector-dir.up { background: var(--positive-soft); color: #b42318; }
.sector-dir.down { background: var(--negative-soft); color: #067647; }
.sector-dir.neutral { background: #f2f4f7; color: #475467; }
.sector-analysis { display: -webkit-box; min-height: 34px; margin-bottom: 4px; overflow: hidden; color: #5f6c80; font-size: 11px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

/* ETF matrix */
.etf-table { width: 100%; border-collapse: collapse; table-layout: fixed; color: #344054; font-size: 11px; font-variant-numeric: tabular-nums; }
.etf-table thead th { height: 20px; padding: 2px 3px; border-bottom: 1px solid var(--line); color: var(--subtle); font-size: 9.5px; font-weight: 650; text-align: right; }
.etf-table thead th:first-child { text-align: left; }
.etf-table thead th:last-child { text-align: center; }
.etf-table td { height: 21px; padding: 2px 3px; border-bottom: 1px solid #f2f4f7; overflow: hidden; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
.etf-table tbody tr:last-child td { border-bottom: 0; }
.etf-table td:first-child { text-align: left; }
.etf-table td:nth-child(1), .etf-table th:nth-child(1) { width: 31%; }
.etf-table td:nth-child(2), .etf-table th:nth-child(2) { width: 9%; }
.etf-table td:nth-child(3), .etf-table th:nth-child(3) { width: 10%; }
.etf-table td:nth-child(4), .etf-table th:nth-child(4) { width: 9%; }
.etf-table td:nth-child(5), .etf-table th:nth-child(5) { width: 9%; }
.etf-table td:nth-child(6), .etf-table th:nth-child(6) { width: 11%; }
.etf-table td:nth-child(7), .etf-table th:nth-child(7) { width: 21%; }
.etf-table .sparkline { display: block; width: 100%; height: 14px; }
.etf-table .up { color: #b42318; }
.etf-table .down { color: #067647; }
.etf-table .flat { color: var(--muted); }
.etf-table .up-1 { background: #fff5f4; color: #b42318; }
.etf-table .up-3 { background: #fee4e2; color: #912018; }
.etf-table .up-5 { background: #fecdca; color: #7a271a; font-weight: 700; }
.etf-table .down-1 { background: #f0fdf4; color: #067647; }
.etf-table .down-3 { background: #dcfae6; color: #05603a; }
.etf-table .down-5 { background: #abefc6; color: #054f31; font-weight: 700; }
.etf-table a { display: block; overflow: hidden; color: #175cd3; text-decoration: none; text-overflow: ellipsis; }
.etf-table a:hover { color: #1849a9; text-decoration: underline; }
.price-header { font-weight: 650; }
.price-header.trading { color: var(--positive); }
.price-header.pre { color: var(--warning); }
.price-header.closed { color: var(--subtle); }

footer { display: flex; justify-content: space-between; gap: 16px; margin-top: 12px; padding: 10px 2px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.news-page { max-width: 1200px; padding-top: 12px; }
footer a { color: #475467; }
.feedback-open { border: none; background: none; padding: 0; color: #475467; font: inherit; text-decoration: underline; cursor: pointer; }
#feedback-dialog { position: fixed; inset: 0; width: min(92vw, 520px); margin: auto; padding: 22px; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 12px 36px rgba(16,24,40,.2); }
#feedback-dialog::backdrop { background: rgba(16,24,40,.35); }
#feedback-dialog h3 { margin: 0 0 14px; font-size: 16px; }
#feedback-dialog textarea, #feedback-dialog input[name="contact"] { width: 100%; box-sizing: border-box; margin-bottom: 10px; padding: 10px 11px; border: 1px solid var(--line); border-radius: 8px; font: inherit; font-size: 12px; }
#feedback-dialog textarea { min-height: 150px; max-height: min(50vh, 320px); overflow-x: hidden; overflow-y: auto; line-height: 1.55; overflow-wrap: anywhere; white-space: pre-wrap; resize: vertical; }
#feedback-dialog input[name="contact"] { min-height: 40px; }
#feedback-dialog input[name="website"] { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.feedback-status { min-height: 16px; margin: 0 0 8px; font-size: 11px; color: var(--muted); }
.feedback-actions { display: flex; justify-content: flex-end; gap: 8px; }
.feedback-actions button { min-height: 36px; padding: 7px 18px; border-radius: 7px; border: 1px solid var(--line); background: #fff; font-size: 12px; cursor: pointer; }
.feedback-actions .feedback-submit { background: #3448c5; border-color: #3448c5; color: #fff; }
.feedback-actions .feedback-submit:disabled { opacity: .6; cursor: default; }
.methodology { max-width: 920px; padding-top: 24px; }
.methodology > a { display: inline-flex; align-items: center; min-height: 28px; color: #475467; font-size: 12px; font-weight: 650; text-decoration: none; }
.methodology > a:hover { color: var(--brand); }
.methodology .card { margin-top: 12px; padding: 28px 32px 32px; }
.methodology h1 { margin-bottom: 24px; color: #101828; font-size: 24px; line-height: 1.25; letter-spacing: -.02em; }
.methodology h2 { margin: 24px 0 8px; padding-left: 10px; border-left: 3px solid var(--brand); color: #25324a; font-size: 15px; letter-spacing: .02em; }
.methodology p { max-width: 76ch; color: #475467; font-size: 13px; line-height: 1.8; }
.methodology p + p { margin-top: 8px; }

@media (max-width: 1180px) {
  :root { --label-rail: 70px; }
  .container { padding-inline: 14px; }
  .indicators-grid { grid-template-columns: 1fr; }
  .review-metrics i { display: none; }
  .style-cycle { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .style-phase { grid-template-columns: 40px minmax(0, 1fr); }
  .style-asset { grid-template-columns: minmax(62px, .84fr) minmax(130px, 1.78fr) minmax(66px, .76fr); }
  .style-trading-data { grid-template-columns: auto minmax(20px, 1fr); gap: 3px; }
  .sector-quality { display: none; }
  .sector-header { grid-template-columns: auto minmax(0, 1fr); }
}

@media (max-width: 1000px) and (min-width: 761px) {
  .style-cycle { grid-template-columns: 1fr; gap: 3px; }
  .style-phase { grid-template-columns: 40px minmax(0, 1fr); }
}

@media (max-width: 760px) {
  .container {
    padding-top: 6px;
    padding-right: max(10px, env(safe-area-inset-right));
    padding-bottom: max(18px, env(safe-area-inset-bottom));
    padding-left: max(10px, env(safe-area-inset-left));
  }
  .site-header { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 5px; margin-bottom: 6px; }
  .brand { grid-column: 1 / -1; }
  .brand-mark { width: 25px; height: 25px; }
  .brand b { font-size: 16px; }
  .brand small, .header-actions > .github-link { display: none; }
  /* flex: 1 的 0% basis 会让状态区挤在品牌同一行；固定占满一行避免 iPhone 裁切。 */
  .header-status { display: contents; font-size: 9px; }
  .content-status { grid-column: 1; }
  .status-block { min-height: 33px; }
  .content-status { gap: 4px; padding: 3px 5px; }
  .content-status .status-block-icon, .visitor-menu .status-block-icon { display: none; }
  .content-status-values { gap: 5px; font-size: 10px; }
  .content-status-meta { margin-left: auto; padding-left: 5px; }
  .updated-time { flex-direction: row; align-items: center; gap: 3px; padding: 2px 4px; }
  .updated-time i { width: 4px; height: 4px; box-shadow: none; }
  .updated-time span { display: none; }
  .updated-time b { font-size: 9px; }
  .visitor-menu > summary { min-height: 31px; gap: 2px; padding: 3px 4px; }
  .site-header > .visitor-menu { grid-column: 2; order: initial; margin-left: 0; }
  .visitor-values { width: 100%; justify-content: space-between; gap: 1px; }
  .visitor-stat { gap: 2px; padding-inline: 3px; font-size: 9px; }
  .visitor-stat b { font-size: 10.5px; }
  .visitor-stat-label { font-size: 0; }
  .visitor-stat-label::after { content: attr(data-short); font-size: 9px; }
  .visitor-menu > summary::after { margin-left: 0; }
  .visitor-panel { position: fixed; top: calc(72px + env(safe-area-inset-top)); right: 10px; left: 10px; width: auto; }
  .feedback-header-open { display: none; }
  .header-actions { display: none; }
  .source-stats { position: fixed; top: 79px; right: 10px; left: 10px; grid-template-columns: repeat(2, minmax(110px, 1fr)); width: auto; transform: none; }
  /* 五项行情在手机上改为上下排值，完整放进一屏，不再暗藏横向滚动。 */
  .indicators-grid { gap: 6px; min-height: 0; margin-bottom: 6px; }
  .indicator-group { grid-template-columns: 42px repeat(5, minmax(0, 1fr)); gap: 3px; min-width: 0; padding: 4px; }
  .indicator-group-title { padding-left: 3px; font-size: 9.5px; }
  .ind-cell { grid-template-columns: minmax(0, 1fr); grid-template-rows: 14px 12px 11px; row-gap: 0; min-height: 42px; padding: 3px 4px 2px; }
  .ind-label { grid-row: 1; }
  .ind-label b { font-size: 10px; }
  .ind-label i { font-size: 9px; }
  .ind-cell small { grid-row: 2; overflow: hidden; font-size: 9.5px; text-overflow: ellipsis; }
  .ind-chart { grid-row: 3; height: 10px; margin-top: 0; }
  .card { margin-bottom: 6px; }
  .market-brief { padding: 9px 10px 10px; }
  .market-brief-title { display: flex; align-items: flex-start; gap: 6px; padding-bottom: 6px; }
  .market-brief-title .eyebrow { display: none; }
  .market-brief-title h2 { order: 1; flex: 1; font-size: 15px; line-height: 1.38; }
  .market-brief-title .sentiment { order: 2; margin-top: 1px; padding-inline: 6px; }
  .market-brief-copy { padding-top: 6px; }
  .card p.summary { font-size: 12px; line-height: 1.52; }
  .style-rotation { display: block; }
  .style-rotation-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 5px; min-height: 0; padding: 5px 7px; border-right: 0; border-bottom: 1px solid var(--line); border-radius: 10px 10px 0 0; text-align: left; }
  .style-rotation-heading > span:first-child { display: block; }
  .style-rotation-heading .eyebrow { display: none; }
  .style-stage-line { justify-content: flex-start; }
  .style-stage-line h2 { font-size: 14px; }
  .info-popover.style-info { position: relative; top: auto; right: auto; grid-column: 2; grid-row: 1; }
  .info-popover.style-info > div { position: fixed; top: 108px; right: 10px; left: 10px; width: auto; max-width: none; }
  .style-cycle { grid-template-columns: 1fr; gap: 3px; padding: 3px; }
  .style-phase.growth { grid-column: auto; }
  .style-phase-assets { gap: 1px; }
  .style-phase-label { padding-inline: 4px; }
  .style-phase-label b { font-size: 12px; }
  .style-phase { grid-template-columns: 42px minmax(0, 1fr); }
  .style-phase-label { flex-direction: column; justify-content: center; gap: 0; padding: 2px 4px; border-right: 1px solid var(--line); border-bottom: 0; }
  .style-phase-label small { margin-top: 1px; }
  .style-asset { grid-template-columns: minmax(58px, .72fr) minmax(122px, 1.7fr) minmax(66px, .78fr); gap: 3px; padding: 3px; }
  .style-quote-link b { font-size: 10.5px; }
  .style-quote-link > small { font-size: 9.5px; }
  .style-trading { padding-right: 3px; }
  .style-trading-data { grid-template-columns: auto minmax(18px, 1fr); gap: 3px; }
  .style-financing { padding-left: 3px; }
  .style-metrics b { font-size: 9px; }
  .style-sparkline { height: 18px; }
  .finance-state { min-width: 32px; padding-inline: 2px; font-size: 8px; }
  .finance-detail { position: fixed; top: 108px; right: 10px; left: 10px; width: auto; max-height: calc(100vh - 128px); overflow-y: auto; }
  /* 四个复盘周期改为 2×2，关键数值无需滑动即可全部看到。 */
  .review-card { display: block; padding: 0; overflow: visible; }
  .review-heading { margin-bottom: 0; padding: 7px 9px; border-right: 0; border-bottom: 1px solid #d9def7; border-radius: 9px 9px 0 0; }
  .review-heading::before { height: 20px; }
  .review-heading h2 { font-size: 14px; }
  .info-popover > div { right: 0; left: auto; width: min(310px, calc(100vw - 40px)); }
  .review-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-radius: 0 0 9px 9px; overflow: hidden; }
  .review-item { grid-template-columns: 31px minmax(0, 1fr); gap: 6px; min-width: 0; padding: 7px 8px; }
  .review-item + .review-item { border-left: 0; }
  .review-item:nth-child(even) { border-left: 1px solid #d9def7; }
  .review-item:nth-child(n+3) { border-top: 1px solid #e8eaf5; }
  .review-title b { font-size: 12px; }
  .review-title span, .review-metrics i { font-size: 9px; }
  .review-metrics { gap: 2px; }
  .review-metrics b { font-size: 11px; }
  .review-metrics i { display: block; }
  .alerts-row { grid-template-columns: 1fr; gap: 6px; margin-bottom: 6px; }
  .alert-heading { min-height: 30px; padding: 5px 8px; }
  .alert-list { padding: 4px 9px 6px; line-height: 1.45; }
  .sectors-grid { grid-template-columns: 1fr; }
  .sector-card { padding: 7px 8px 6px; }
  .sector-quality { display: flex; }
  .sector-header { grid-template-columns: auto minmax(0, 1fr); gap: 6px; }
  .sector-name { font-size: 15px; }
  .sector-quality { order: 3; grid-column: 1 / -1; padding: 4px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .trend-label { display: none; }
  .trend-point { width: 12px; }
  /* 分析是决策依据，窄屏两行截不下时展示全文 */
  .sector-analysis { display: block; min-height: 0; -webkit-line-clamp: unset; }
  .etf-table { font-size: 10.5px; }
  .etf-table td, .etf-table thead th { padding: 2px 3px; }
  /* 隐藏价格/成交两列，但保留表头标注日/5日/20日；涨跌列须放得下"+23.7%" */
  .etf-table td:nth-child(2), .etf-table th:nth-child(2),
  .etf-table td:nth-child(3), .etf-table th:nth-child(3) { display: none; }
  .etf-table td:nth-child(1), .etf-table th:nth-child(1) { width: 30%; }
  .etf-table td:nth-child(4), .etf-table th:nth-child(4),
  .etf-table td:nth-child(5), .etf-table th:nth-child(5),
  .etf-table td:nth-child(6), .etf-table th:nth-child(6) { width: 16%; }
  .etf-table td:nth-child(7), .etf-table th:nth-child(7) { width: 22%; }
  .methodology { padding-top: 12px; }
  .methodology .card { margin-top: 8px; padding: 20px 16px 24px; }
  .methodology h1 { margin-bottom: 18px; font-size: 21px; }
  .methodology h2 { margin-top: 20px; }
  .methodology p { font-size: 12.5px; line-height: 1.72; }
  #feedback-dialog { inset: auto 0 0; width: 100%; max-width: none; margin: 0; padding: 18px 16px max(18px, env(safe-area-inset-bottom)); border-width: 1px 0 0; border-radius: 14px 14px 0 0; }
  #feedback-dialog textarea { min-height: 130px; max-height: 36vh; }
  footer { display: block; text-align: center; }
  footer p + p { margin-top: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  .ind-cell.skeleton { animation: none; }
  .visitor-stat.pageviews.visitor-updated { animation: none; }
  .visitor-menu > summary::after { transition: none; }
  .cycle-entry { transition: none; }
  .style-phase { transition: none; }
}
