:root{--ink:#193129;--muted:#687870;--green:#0d8f58;--green-dark:#08633e;--green-pale:#eaf7ef;--paper:#f5f8f5;--card:#fff;--line:#dce9df;--warn:#b67517;--danger:#b84537;--shadow:0 16px 42px rgba(19,56,37,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:"Noto Sans SC","PingFang SC",system-ui,sans-serif;line-height:1.55}.topline{height:4px;background:var(--green)}
.site-header,body>header{width:min(1240px,calc(100% - 48px));height:76px;margin:auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;gap:10px;align-items:center;color:inherit;text-decoration:none;font-size:16px;font-weight:800}.brand b{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--green);color:#fff;font-family:serif;font-size:20px}.brand small{display:block;margin-top:1px;color:var(--muted);font-size:9px;letter-spacing:.15em}.header-actions{display:flex;gap:18px;align-items:center}.publish-state,.admin-link{font-size:13px}.publish-state{color:var(--muted)}.admin-link{color:var(--green-dark);font-weight:700;text-decoration:none}
.hero{width:min(1240px,calc(100% - 48px));margin:auto;padding:64px 0 38px}.eyebrow,.overline,.section-title p{margin:0;color:var(--green);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.hero-row{display:flex;align-items:end;justify-content:space-between;gap:30px}.hero h1{margin:10px 0;font-size:clamp(38px,5.2vw,66px);line-height:1.08;letter-spacing:-.06em}.hero h1 em{font-style:normal;color:var(--green)}.hero p:not(.eyebrow){max-width:650px;margin:0;color:var(--muted);font-size:16px;line-height:1.8}.mode-card{min-width:306px;padding:18px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.72);box-shadow:var(--shadow)}.mode-card>span{display:block;margin-bottom:10px;color:var(--muted);font-size:12px}.mode-tabs,.chip-row{display:flex;flex-wrap:wrap;gap:8px}.mode-tabs button,.chip{border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--muted);padding:8px 12px;font:700 13px inherit;cursor:pointer;transition:.15s}.mode-tabs button.active,.chip.active{background:var(--green);border-color:var(--green);color:#fff}
.section-nav{position:sticky;top:0;z-index:10;display:flex;gap:6px;overflow:auto;width:100%;padding:11px max(24px,calc((100% - 1240px)/2));border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(245,248,245,.94);backdrop-filter:blur(12px)}.section-nav a{flex:0 0 auto;border-radius:8px;padding:6px 10px;color:var(--muted);font-size:13px;font-weight:700;text-decoration:none}.section-nav a:hover{background:var(--green-pale);color:var(--green-dark)}
main[data-content-mirror]{width:min(1240px,calc(100% - 48px));margin:0 auto 70px}.content-section{padding:62px 0 8px;scroll-margin-top:55px}.section-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.section-title h2{margin:5px 0 0;font-size:30px;line-height:1.15;letter-spacing:-.03em}.section-title>span{color:var(--muted);font-size:13px}.loading,.empty-state{margin:0;padding:22px;color:var(--muted);border:1px dashed var(--line);border-radius:14px;background:#fff;font-size:14px}
.market-grid,.trends-layout,.profile-layout{display:grid;grid-template-columns:1.42fr .96fr;gap:16px}.brief-card,.highlights-card,.insight-card,.trend-card,.regions-card,.profile-layout>article{border:1px solid var(--line);border-radius:18px;background:var(--card);box-shadow:0 8px 24px rgba(19,56,37,.045)}.brief-card{padding:26px;background:linear-gradient(135deg,#0b764a,#0d9a60);color:#fff}.brief-card .overline{color:#c5f1d7}.brief-card h3{margin:3px 0 0;font-size:19px}.card-top{display:flex;align-items:start;justify-content:space-between;gap:16px}.card-top h3{margin:3px 0 0;font-size:19px}.broadcast{margin:34px 0 2px;font-size:20px;line-height:1.72}.audio-player{width:min(260px,100%);height:32px}.status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:26px;border-radius:999px;padding:4px 9px;background:var(--green-pale);color:var(--green-dark);font-size:11px;font-weight:800;white-space:nowrap}.status-pill.muted{background:#f0f3f1;color:var(--muted)}.status-pill.warn{background:#fff3db;color:var(--warn)}.status-pill.info{background:#e9f2ff;color:#2763a1}.highlights-card{padding:26px}.highlights-card ol{display:grid;gap:9px;margin:24px 0 0;padding:0;counter-reset:highlights;list-style:none}.highlights-card li{display:grid;grid-template-columns:25px 1fr;gap:8px;font-size:13px;line-height:1.55}.highlights-card li::before{display:grid;place-items:center;width:21px;height:21px;border-radius:7px;background:var(--green-pale);color:var(--green);font-size:11px;font-weight:800;content:counter(highlights);counter-increment:highlights}
.market-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px}.market-metric{min-height:142px;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff;color:inherit;text-align:left;cursor:pointer;transition:.16s}.market-metric:hover,.market-metric.active{border-color:var(--green);box-shadow:0 10px 22px rgba(13,143,88,.12)}.market-metric>span{display:block;color:var(--muted);font-size:13px;font-weight:700}.market-metric strong{display:block;margin:8px 0 3px;font-size:27px;letter-spacing:-.05em}.market-metric i,.insight-value i{margin-left:3px;font-size:12px;font-style:normal;font-weight:600;letter-spacing:0}.market-metric small{font-size:12px;font-weight:700}.trend-up{color:var(--green)}.trend-down{color:var(--danger)}.trend-neutral{color:var(--muted)}.market-detail{margin-top:14px;padding:20px 22px;border-left:4px solid var(--green);border-radius:0 13px 13px 0;background:#eef8f2}.market-detail h3{margin:4px 0 5px;font-size:17px}.market-detail p{max-width:950px;margin:0;color:#486056;font-size:14px;line-height:1.8}
.metrics-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:16px;margin-top:14px}.metric-list{display:grid;gap:8px}.metric-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:15px;padding:16px 17px;border:1px solid var(--line);border-radius:13px;background:#fff;color:inherit;text-align:left;cursor:pointer}.metric-row:hover,.metric-row.active{border-color:var(--green);background:#fbfffc}.metric-row span{display:grid;gap:2px;font-size:14px}.metric-row span b{color:var(--green);font-size:11px}.metric-row strong{font-size:18px;letter-spacing:-.04em}.metric-row strong i{margin-left:2px;font-size:11px;font-style:normal;font-weight:600}.metric-row small{display:grid;justify-items:end;gap:4px;color:var(--muted);font-size:11px}.metric-row em{padding:2px 5px;border-radius:5px;background:#edf3ef;color:var(--green-dark);font-size:10px;font-style:normal;font-weight:800}.metric-row em.level-warn{background:#fff3db;color:var(--warn)}.insight-card{padding:24px}.insight-value{margin:22px 0 0;font-size:40px;font-weight:800;letter-spacing:-.07em}.insight-change{margin:0;color:var(--muted);font-size:13px}.insight-card hr,.profile-layout hr{border:0;border-top:1px solid var(--line);margin:22px 0}.insight-card h4{margin:0 0 8px;font-size:16px}.insight-card p:not(.insight-value):not(.insight-change){margin:0;color:#52645b;font-size:14px;line-height:1.8}.factor-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}.factor-row span,.frequency-row span{border-radius:999px;padding:5px 9px;background:var(--green-pale);color:var(--green-dark);font-size:11px;font-weight:700}.factor-row.large{margin-top:14px}
.trends-layout{margin-top:14px}.trend-card,.regions-card{padding:24px}.legend{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:11px}.legend i{display:inline-block;width:8px;height:8px;border-radius:3px;background:var(--green)}.legend .forecast{margin-left:6px;background:#b7c8bd}.bar-chart{display:flex;align-items:end;gap:16px;height:205px;margin-top:25px;padding:0 3px 2px;border-bottom:1px solid var(--line)}.bar-group{display:flex;flex:1;align-items:end;gap:4px;height:100%}.bar{flex:1;min-width:5px;border-radius:5px 5px 1px 1px;background:linear-gradient(180deg,#20ac70,var(--green))}.bar.forecast{background:#b7c8bd}.forecast-group{max-width:27%}.chart-labels{display:flex;justify-content:space-between;margin-top:6px;color:var(--muted);font-size:11px}.range-box{display:flex;align-items:center;justify-content:space-between;margin-top:20px;padding:11px 13px;border-radius:10px;background:#f2f7f3;color:var(--muted);font-size:12px}.range-box strong{color:var(--ink);font-size:15px}.trend-note{margin:17px 0 0;color:#52645b;font-size:14px;line-height:1.75}.region-list{display:grid;gap:16px;margin-top:27px}.region-row{display:grid;grid-template-columns:42px 1fr 38px;gap:10px;align-items:center;font-size:13px}.region-row>i{display:block;height:9px;overflow:hidden;border-radius:99px;background:#edf2ee}.region-row b{display:block;height:100%;border-radius:inherit;background:var(--green)}.region-row strong{text-align:right;font-size:13px}
.reports-toolbar{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:15px}.reports-toolbar>span{color:var(--muted);font-size:12px}.report-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.report-card{display:flex;flex-direction:column;min-height:226px;padding:22px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(19,56,37,.04)}.report-card-head{display:flex;justify-content:space-between;gap:12px;align-items:center}.report-type{color:var(--green);font-size:11px;font-weight:900;letter-spacing:.08em}.report-card h3{margin:15px 0 7px;font-size:19px;line-height:1.35}.report-card p{margin:0;color:#5e7066;font-size:13px;line-height:1.72}.tag-row{display:flex;flex-wrap:wrap;gap:5px;margin-top:14px}.tag-row span{padding:3px 6px;border-radius:5px;background:#f0f5f1;color:#64746b;font-size:10px;font-weight:700}.report-card footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:18px;color:var(--muted);font-size:11px}.report-card footer a{color:var(--green-dark);font-weight:800;text-decoration:none}.unavailable{color:var(--warn)}
.profile-layout{margin-bottom:40px}.profile-layout>article{padding:24px}.profile-layout h3{margin:4px 0 0;font-size:19px}.mode-list{display:grid;gap:8px;margin-top:17px}.mode-option{display:grid;gap:3px;padding:12px 13px;border:1px solid var(--line);border-radius:11px;background:#fff;color:inherit;text-align:left;cursor:pointer}.mode-option.active,.mode-option:hover{border-color:var(--green);background:#f4fbf6}.mode-option b{font-size:14px}.mode-option span,.profile-note{color:var(--muted);font-size:12px;line-height:1.6}.frequency-row{display:flex;gap:8px;margin-top:12px}.frequency-row span{background:#f0f3f1;color:#52645b}.profile-note{margin:18px 0 0}
.article-wrap{width:min(820px,calc(100% - 48px));margin:0 auto;padding:68px 0}.article-wrap h1{margin:8px 0;font-size:40px;line-height:1.25;letter-spacing:-.04em}.article-wrap .meta,.article-wrap .boundary{color:var(--muted);font-size:13px}.article-wrap .body{margin-top:38px;font-size:17px;line-height:2;white-space:pre-wrap}.article-wrap .boundary{margin-top:38px;padding-left:15px;border-left:3px solid var(--green)}
body>footer{width:min(1240px,calc(100% - 48px));margin:0 auto;padding:26px 0 40px;border-top:1px solid var(--line);color:var(--muted);font-size:12px}
@media(max-width:900px){.hero-row{align-items:start;flex-direction:column}.mode-card{width:100%;min-width:0}.market-grid,.trends-layout,.profile-layout,.metrics-layout{grid-template-columns:1fr}.market-metrics{grid-template-columns:repeat(2,1fr)}.report-grid{grid-template-columns:1fr}}
@media(max-width:620px){.site-header,body>header,.hero,main[data-content-mirror],body>footer{width:min(100% - 28px,1240px)}.site-header,body>header{height:66px}.publish-state{display:none}.hero{padding:38px 0 25px}.hero h1{font-size:42px}.section-nav{padding-left:14px;padding-right:14px}.content-section{padding-top:42px}.section-title{align-items:start;flex-direction:column;gap:5px}.section-title h2{font-size:26px}.market-metrics{grid-template-columns:1fr 1fr}.market-metric{min-height:122px;padding:14px}.market-metric strong{font-size:23px}.metric-row{grid-template-columns:1fr auto}.metric-row small{grid-column:1 / -1;display:flex;justify-items:start;gap:8px}.bar-chart{height:165px}.reports-toolbar{align-items:start;flex-direction:column}.brief-card,.highlights-card,.insight-card,.trend-card,.regions-card,.profile-layout>article{padding:19px}.audio-player{width:145px}.article-wrap{width:min(100% - 28px,820px);padding:42px 0}.article-wrap h1{font-size:32px}}
.access-role{font-size:12px;color:var(--muted,#657269);padding:7px 10px;border:1px solid rgba(20,38,30,.16)}
.access-logout{border:0;background:transparent;color:inherit;font:inherit;cursor:pointer;padding:7px 4px}
.access-logout:hover{color:#0c6b48}
.mirror-status{color:var(--green);font-size:11px;font-weight:700}.mirror-status.warn{color:var(--warn)}

/* Web mirror: desktop layout with the miniapp's information hierarchy. */
.brand-text{gap:0;line-height:1.15}.brand-text>span{display:block}.brand-text small{margin-top:5px}
.mock-state{padding:7px 10px;border:1px solid var(--line);border-radius:999px;background:#f8fcf9;color:var(--green-dark);font-size:11px;font-weight:800;white-space:nowrap}
.role-login,.inline-refresh,.voice-control,.mic-button,.view-mode-button,.segment,.region-option,.send-button{font:inherit;cursor:pointer}
.role-login{border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--green-dark);padding:8px 12px;font-size:12px;font-weight:800;text-decoration:none}.role-login:hover{border-color:var(--green);background:var(--green-pale)}
.inline-refresh{margin-left:8px;border:0;border-radius:999px;background:var(--green-pale);color:var(--green-dark);padding:2px 7px;font-size:13px;font-weight:900}
.card-head,.market-voice-head,.metric-hero-head,.trend-card-head,.report-head,.answer-head,.region-panel-head,.view-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.card-kicker{margin:0;color:var(--green);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.card-head h3{margin:4px 0 0;font-size:19px}.market-voice-card{padding:26px;border-radius:18px;background:linear-gradient(135deg,#0b764a,#0d9a60);color:#fff;box-shadow:var(--shadow)}.market-voice-card .card-kicker{color:#c5f1d7}.market-voice-head h3{margin:4px 0 0;font-size:20px}.market-voice-card .status-pill{background:rgba(255,255,255,.16);color:#fff}.voice-control{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.45);border-radius:999px;background:rgba(255,255,255,.1);color:#fff;padding:8px 12px;font-size:12px;font-weight:800}.voice-control.active{background:#fff;color:var(--green-dark)}.voice-control.light{border-color:var(--line);background:#fff;color:var(--green-dark)}.voice-control.light.active{background:var(--green);border-color:var(--green);color:#fff}.market-broadcast{max-width:760px;margin:31px 0 0;font-size:22px;line-height:1.72}.market-voice-card .wave,.voice-panel .wave{display:inline-block;width:3px;height:12px;margin-left:2px;border-radius:99px;background:currentColor;vertical-align:-2px;opacity:.7}.playing .wave,.listening .wave{animation:voice-wave .9s ease-in-out infinite alternate}.playing .wave:nth-child(2),.listening .wave:nth-child(2){animation-delay:.15s}.playing .wave:nth-child(3),.listening .wave:nth-child(3){animation-delay:.3s}@keyframes voice-wave{to{height:19px;opacity:1}}
.highlights-card{height:100%}.highlights-card .card-head h3{font-size:19px}.market-detail{margin-top:16px}.market-detail .card-kicker{margin-bottom:5px}.market-detail p{max-width:none}
.metric-groups{margin-bottom:14px}.metric-groups .chip{font-size:12px}.metric-hero{padding:23px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(135deg,#effaf3,#fff);box-shadow:0 8px 24px rgba(19,56,37,.04)}.metric-hero.warn{background:linear-gradient(135deg,#fff8e8,#fff)}.metric-hero.info{background:linear-gradient(135deg,#eef5ff,#fff)}.metric-hero h3{margin:4px 0 0;font-size:21px}.metric-hero-value{margin:20px 0 0;color:var(--green-dark);font-size:42px;font-weight:900;letter-spacing:-.07em}.metric-hero-value small{margin-left:7px;color:var(--muted);font-size:13px;font-weight:700;letter-spacing:0}.metric-hero p{margin:4px 0 0;color:var(--muted);font-size:13px}.metric-hero .status-pill{margin-top:16px}.insight-card{height:100%}.insight-summary{margin:19px 0 0;color:#52645b;font-size:14px;line-height:1.85}.insight-card h4{margin-top:22px}.factor-row span{font-size:11px}
.segmented{display:flex;flex-wrap:wrap;gap:7px}.segment{border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--muted);padding:8px 13px;font-size:12px;font-weight:800}.segment.active{border-color:var(--green);background:var(--green);color:#fff}.region-panel{margin-top:15px;padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff}.region-panel-head h3{margin:4px 0 0;font-size:18px}.region-panel-head p{margin:0;color:var(--muted);font-size:12px}.region-group{margin-top:18px}.region-group h4,.region-group>span{display:block;margin:0 0 9px;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.08em}.region-options{display:flex;flex-wrap:wrap;gap:8px}.region-option{border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink);padding:8px 11px;text-align:left}.region-option span{display:block;font-size:12px;font-weight:800}.region-option small{display:block;margin-top:2px;color:var(--muted);font-size:10px}.region-option.selected{border-color:var(--green);background:var(--green-pale);color:var(--green-dark)}.trend-notice{margin-top:13px;padding:11px 13px;border-radius:10px;background:#fff8e9;color:#8a641d;font-size:12px}.view-toolbar{margin:15px 0 12px}.view-toolbar>span{color:var(--muted);font-size:12px}.view-switch{display:flex;gap:5px}.view-mode-button{border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--muted);padding:6px 10px;font-size:11px;font-weight:800}.view-mode-button.active{border-color:var(--green);background:var(--green);color:#fff}.trend-card-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.trend-card{padding:17px}.trend-card h3{margin:4px 0 0;font-size:16px}.trend-card-head small{display:block;color:var(--muted);font-size:10px}.trend-card-head b{display:block}.trend-bars{display:flex;align-items:end;gap:6px;height:145px;margin-top:16px;padding:0 2px 2px;border-bottom:1px solid var(--line)}.bar-column{display:flex;flex:1;align-items:end;gap:3px;height:100%}.bar-track{display:flex;flex:1;align-items:end;height:100%;background:linear-gradient(180deg,#f8fbf8,#eef5ef);border-radius:6px 6px 1px 1px}.trend-bar{width:100%;min-height:4px;border-radius:5px 5px 1px 1px;background:var(--green)}.trend-bar.forecast{background:#b7c8bd}.trend-foot{display:flex;justify-content:space-between;gap:8px;margin-top:7px;color:var(--muted);font-size:10px}.trend-foot strong{color:var(--ink);font-size:12px}.data-table-card{overflow:auto;border:1px solid var(--line);border-radius:14px;background:#fff}.data-table{min-width:580px}.table-row{display:grid;grid-template-columns:1.15fr repeat(3,1fr);gap:10px;padding:12px 14px;border-top:1px solid var(--line);font-size:12px}.table-row:first-child{border-top:0}.table-head{background:#f6faf7;color:var(--muted);font-size:11px;font-weight:800}.judgement-card{margin-top:14px;padding:16px 18px;border-left:4px solid var(--green);border-radius:0 12px 12px 0;background:#eef8f2}.judgement-card strong{font-size:13px}.judgement-card p{margin:5px 0 0;color:#52645b;font-size:13px;line-height:1.75}
.trend-bars .bar-column>span{display:block;min-height:17px;color:var(--muted);font-size:9px;line-height:1.2;text-align:center;white-space:nowrap;transform:translateY(-3px)}.trend-bars .bar-column>i{display:flex;flex:1;align-items:end;height:100%;font-style:normal}.trend-bars .bar-column>i>b{display:block;width:100%;min-height:4px;border-radius:5px 5px 1px 1px;background:var(--green);animation:bar-rise .55s ease both}.trend-bars .bar-column>small{display:block;margin-top:5px;color:var(--muted);font-size:9px;text-align:center;white-space:nowrap}@keyframes bar-rise{from{height:0;opacity:.3}}
.voice-panel{display:grid;grid-template-columns:230px 1fr;gap:25px;align-items:center;padding:28px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(135deg,#f0faf3,#fff)}.voice-panel>div:last-child{min-width:0}.voice-panel h3{margin:4px 0 0;font-size:21px}.voice-panel p{margin:8px 0 0;color:var(--muted);font-size:13px}.mic-button{position:relative;display:grid;place-items:center;width:164px;height:164px;margin:auto;border:1px solid #bfe6cc;border-radius:50%;background:#fff;color:var(--green);box-shadow:0 14px 35px rgba(13,143,88,.15)}.mic-core{display:grid;place-items:center;width:92px;height:92px;border-radius:50%;background:var(--green);color:#fff;font-size:34px}.mic-button.listening{box-shadow:0 0 0 12px rgba(13,143,88,.09),0 14px 35px rgba(13,143,88,.15)}.mic-button.listening .mic-core{background:var(--green-dark)}.voice-tips{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}.voice-tips span,.examples button{padding:6px 9px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:11px}.transcript-card{margin-top:14px;padding:18px;border:1px solid var(--line);border-radius:15px;background:#fff}.transcript-card label{display:block;color:var(--muted);font-size:11px;font-weight:800}.transcript-card textarea{display:block;width:100%;min-height:73px;margin-top:7px;resize:vertical;border:0;outline:0;color:var(--ink);font:600 16px/1.7 inherit}.send-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.send-button{border:0;border-radius:9px;background:#dce9df;color:#7b8a82;padding:9px 14px;font-size:12px;font-weight:900}.send-button.ready{background:var(--green);color:#fff}.examples{display:flex;flex-wrap:wrap;gap:7px;margin-top:11px}.examples button{cursor:pointer}.examples button:hover{border-color:var(--green);color:var(--green-dark)}.answer-card{margin-top:14px;padding:21px;border:1px solid var(--line);border-radius:16px;background:#fff}.answer-head h3{margin:4px 0 0;font-size:18px}.answer-dots{color:var(--green);letter-spacing:5px}.answer-summary{margin:17px 0 0;font-size:15px;line-height:1.8}.answer-sections{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin-top:17px}.answer-sections article{padding:14px;border-radius:11px;background:#f6faf7}.answer-sections h4{margin:0;font-size:13px}.answer-sections p{margin:6px 0 0;color:#52645b;font-size:12px;line-height:1.7}.source-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:16px}.source-row button{border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--green-dark);padding:5px 8px;font-size:10px;cursor:pointer}
.policy-banner{margin-bottom:14px;padding:15px 18px;border:1px solid #eadbb5;border-radius:14px;background:#fffbf1;color:#72541d;font-size:13px;line-height:1.7}.policy-banner strong{display:block;margin-bottom:3px}.reports-toolbar{align-items:start;flex-wrap:wrap}.report-grid{grid-template-columns:repeat(2,1fr)}.report-card{position:relative;padding:0;overflow:hidden;cursor:pointer;transition:.15s}.report-card:hover{border-color:#9cccb0;box-shadow:0 13px 30px rgba(19,56,37,.09)}.report-main{padding:21px}.report-head{align-items:start}.report-type{font-size:10px}.report-head-actions{display:flex;align-items:center;gap:8px}.report-audio-orb{display:grid;place-items:center;width:31px;height:31px;border:1px solid var(--line);border-radius:50%;background:#f5faf6;color:var(--green);font-size:12px}.report-audio-orb.playing{background:var(--green);color:#fff}.report-card h3{margin:13px 0 7px}.read-hint{color:var(--muted);font-size:10px}.report-content{display:none;padding:0 21px 17px;border-top:1px solid var(--line)}.report-card.expanded .report-content{display:block}.report-content h4{margin:17px 0 5px;font-size:13px}.report-content p{margin:0;color:#52645b;font-size:12px;line-height:1.8}.report-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.report-actions button{border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--green-dark);padding:6px 9px;font-size:10px;font-weight:800;cursor:pointer}.review-placeholder{display:flex;align-items:center;gap:7px;margin:0 21px 18px;padding:8px 10px;border-radius:8px;background:#fff8e8;color:#8a641d;font-size:10px;font-weight:800}.review-placeholder button{border:1px dashed #d7b46a;border-radius:6px;background:transparent;color:#9a7024;padding:4px 6px;font-size:10px;cursor:not-allowed}
.profile-layout{grid-template-columns:1fr 1fr}.profile-layout>article{min-height:100%}.profile-layout h3{font-size:18px}.profile-note{line-height:1.8}
.dialog-backdrop,.source-overlay{position:fixed;inset:0;z-index:30;display:grid;place-items:center;padding:20px;background:rgba(10,31,21,.46);backdrop-filter:blur(8px)}.dialog-backdrop[hidden],.source-overlay[hidden]{display:none}.login-dialog,.source-sheet{position:relative;width:min(430px,100%);padding:28px;border:1px solid rgba(255,255,255,.7);border-radius:20px;background:#fff;box-shadow:0 24px 70px rgba(4,35,20,.23)}.source-sheet{width:min(560px,100%)}.dialog-close{position:absolute;top:12px;right:15px;border:0;background:transparent;color:var(--muted);font-size:26px;line-height:1;cursor:pointer}.login-dialog h2,.source-sheet h2{margin:6px 0;font-size:26px}.dialog-copy{margin:0 0 20px;color:var(--muted);font-size:13px;line-height:1.7}.login-dialog form{display:grid;gap:13px}.login-dialog label{display:grid;gap:6px;color:var(--muted);font-size:12px;font-weight:800}.login-dialog input{width:100%;padding:11px 12px;border:1px solid var(--line);border-radius:9px;outline:none;background:#fbfdfb;color:var(--ink);font:600 14px inherit}.login-dialog input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(13,143,88,.1)}.dialog-submit{border:0;border-radius:9px;background:var(--green);color:#fff;padding:11px 15px;font-size:13px;font-weight:900;cursor:pointer}.dialog-submit.muted{margin-top:18px;background:#edf4ef;color:var(--green-dark)}.form-state{min-height:19px;margin:0;color:var(--danger);font-size:12px}.source-status{display:inline-block;margin:7px 0;padding:5px 8px;border-radius:6px;background:#fff8e8;color:#8a641d;font-size:11px;font-weight:800}.source-sheet dl{display:grid;grid-template-columns:90px 1fr;gap:8px 12px;margin:20px 0 0;font-size:13px}.source-sheet dt{color:var(--muted)}.source-sheet dd{margin:0;color:var(--ink);font-weight:700;word-break:break-word}
@media(max-width:900px){.voice-panel{grid-template-columns:170px 1fr}.mic-button{width:140px;height:140px}.mic-core{width:78px;height:78px}.trend-card-list{grid-template-columns:1fr 1fr}.answer-sections{grid-template-columns:1fr}}
@media(max-width:620px){.header-actions{gap:6px}.mock-state{display:none}.role-login{padding:7px 8px;font-size:11px}.brand-text{font-size:14px}.brand-text small{font-size:7px}.voice-panel{grid-template-columns:1fr;padding:20px}.mic-button{width:128px;height:128px}.mic-core{width:72px;height:72px;font-size:28px}.market-broadcast{font-size:18px;margin-top:22px}.market-voice-head{align-items:start;flex-direction:column}.metric-hero-value{font-size:35px}.region-panel-head{align-items:start;flex-direction:column}.trend-card-list{grid-template-columns:1fr}.trend-card{padding:15px}.answer-sections{grid-template-columns:1fr}.source-sheet dl{grid-template-columns:75px 1fr}.login-dialog,.source-sheet{padding:24px 20px}}
.mode-current{display:grid;gap:3px;margin-top:15px;padding-top:14px;border-top:1px solid var(--line)}.mode-current strong{font-size:14px;color:var(--green-dark)}.mode-current>span{color:var(--muted);font-size:12px;line-height:1.6}.mode-focus{display:flex;flex-wrap:wrap;gap:5px;margin-top:5px}.mode-focus span{padding:3px 7px;border-radius:999px;background:var(--green-pale);color:var(--green-dark);font-size:10px;font-weight:800}.mode-tabs button.active{background:var(--green);border-color:var(--green);color:#fff}.mode-description{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.75}.mode-option{position:relative}.mode-option em{justify-self:start;margin-top:4px;padding:3px 6px;border-radius:5px;background:var(--green-pale);color:var(--green-dark);font-size:10px;font-style:normal;font-weight:800}.mode-focus-copy{margin-top:18px;padding:14px;border-radius:11px;background:#f6faf7}.mode-focus-copy strong,.mode-focus-copy span{display:block}.mode-focus-copy strong{font-size:12px}.mode-focus-copy>span{margin-top:4px;color:var(--muted);font-size:12px;line-height:1.6}.mode-focus-copy .factor-row{margin-top:10px}.module-map{margin-top:16px;padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(19,56,37,.045)}.module-map-head{display:flex;align-items:start;justify-content:space-between;gap:20px}.module-map-head h3{margin:4px 0 0;font-size:19px}.module-map-head p{margin:7px 0 0;color:var(--muted);font-size:12px}.module-count{padding:6px 9px;border-radius:999px;background:var(--green-pale);color:var(--green-dark);font-size:11px;font-weight:900;white-space:nowrap}.module-list{display:grid;gap:7px;margin-top:17px}.module-row{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:11px 12px;border:1px solid var(--line);border-radius:10px;background:#fbfdfb}.module-row.focus{border-color:#a8d5b7;background:#f4fbf6}.module-row>div:first-child{min-width:0}.module-row strong,.module-row small{display:block}.module-row strong{font-size:12px}.module-row small{margin-top:3px;color:var(--muted);font:10px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace}.module-row-meta{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:6px;color:var(--muted);font-size:10px;white-space:nowrap}.module-row-meta em{padding:3px 6px;border-radius:5px;font-style:normal;font-weight:800}.module-state.pending{background:#fff3db;color:var(--warn)}.module-state.auto{background:#edf3ef;color:var(--green-dark)}.module-state.approved{background:var(--green-pale);color:var(--green-dark)}.module-row .review-placeholder{margin:0;padding:4px 6px;border:1px dashed #d7b46a;background:#fff8e8;font-size:9px}.report-card[data-report-module] .report-main:before{display:block;margin-bottom:6px;color:var(--muted);content:attr(data-module-label);font-size:0}.report-card[data-report-module] .report-main{position:relative}.report-card[data-report-module] .report-main:after{position:absolute;top:21px;right:21px;color:#84938a;content:attr(data-report-module);font:9px ui-monospace,SFMono-Regular,Menlo,monospace;opacity:.75}
@media(max-width:620px){.mode-current{margin-top:12px}.module-map{padding:19px}.module-map-head{flex-direction:column;gap:8px}.module-row{align-items:start;flex-direction:column}.module-row-meta{justify-content:flex-start}.report-card[data-report-module] .report-main:after{top:17px;right:17px}}
.module-help-link{color:var(--green-dark);font-size:12px;font-weight:800;text-decoration:none;white-space:nowrap}.module-help-link:hover{text-decoration:underline}.module-id-badge{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-bottom:13px;color:var(--muted);font-size:9px;line-height:1.3}.module-id-badge span{color:var(--green-dark);font-weight:900;letter-spacing:.08em}.module-id-badge code{padding:4px 7px;border:1px solid #b8d8c2;border-radius:6px;background:#f4fbf6;color:var(--green-dark);font:800 10px ui-monospace,SFMono-Regular,Menlo,monospace}.module-id-badge em{padding:3px 6px;border-radius:5px;background:#eef3ef;color:#5c7165;font-style:normal;font-weight:800}.module-id-badge small{color:#819187;font:9px ui-monospace,SFMono-Regular,Menlo,monospace}.market-metrics>.module-id-badge{grid-column:1/-1;margin:0 2px -3px}.market-detail .module-id-badge{margin-bottom:8px}.trend-module-block,.report-module-block{margin-top:0}.trend-module-block>.module-id-badge,.report-module-block>.module-id-badge{margin:0 0 10px}.report-main>.module-id-badge{margin-bottom:10px}.report-card[data-report-module] .report-main:after{content:none}.help-page{background:#f5f8f5}.help-header{width:min(1240px,calc(100% - 48px));margin:auto;padding:48px 0 30px}.help-header-row{display:flex;align-items:end;justify-content:space-between;gap:24px}.help-header h1{margin:10px 0;font-size:clamp(36px,5vw,62px);line-height:1.1;letter-spacing:-.06em}.help-header h1 em{color:var(--green);font-style:normal}.help-header p:not(.eyebrow){max-width:780px;margin:0;color:var(--muted);font-size:15px;line-height:1.8}.help-back{color:var(--green-dark);font-size:13px;font-weight:800;text-decoration:none;white-space:nowrap}.help-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:20px;width:min(1240px,calc(100% - 48px));margin:0 auto 60px}.help-toc{position:sticky;top:20px;align-self:start;padding:17px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:var(--shadow)}.help-toc strong{display:block;margin-bottom:10px;font-size:12px}.help-toc a{display:block;padding:7px 8px;border-radius:7px;color:var(--muted);font-size:12px;font-weight:700;text-decoration:none}.help-toc a:hover{background:var(--green-pale);color:var(--green-dark)}.help-main{display:grid;gap:16px}.help-card{padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(19,56,37,.045)}.help-card h2{margin:4px 0 8px;font-size:23px}.help-card h3{margin:18px 0 7px;font-size:16px}.help-card p,.help-card li{color:#52645b;font-size:13px;line-height:1.8}.help-card p{margin:8px 0}.help-card ul{margin:8px 0;padding-left:20px}.contract-callout{padding:14px 16px;border-radius:12px;background:#f4fbf6;color:#315f45;font-size:13px;line-height:1.75}.type-grid,.module-help-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.type-card,.module-help-card{padding:15px;border:1px solid var(--line);border-radius:12px;background:#fbfdfb}.type-card strong,.module-help-card strong{display:block;color:var(--ink);font-size:13px}.type-card code,.module-help-card code{display:inline-block;margin:6px 0;padding:3px 6px;border-radius:5px;background:#eef3ef;color:var(--green-dark);font:800 10px ui-monospace,SFMono-Regular,Menlo,monospace}.type-card p,.module-help-card p{margin:4px 0 0;font-size:12px}.schema-table{width:100%;border-collapse:collapse;font-size:12px}.schema-table th,.schema-table td{padding:10px;border-top:1px solid var(--line);vertical-align:top;text-align:left}.schema-table th{color:var(--muted);font-size:11px}.schema-table code{color:var(--green-dark);font:700 11px ui-monospace,SFMono-Regular,Menlo,monospace}.module-help-card .help-meta{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.help-meta span{padding:3px 6px;border-radius:5px;background:#f0f5f1;color:#64746b;font-size:10px;font-weight:700}.mode-map{display:grid;gap:9px}.mode-map-row{display:grid;grid-template-columns:112px 1fr;gap:12px;padding:12px;border:1px solid var(--line);border-radius:10px}.mode-map-row strong{font-size:12px}.mode-map-row p{margin:0;font-size:12px}.help-code{overflow:auto;margin:12px 0 0;padding:14px;border-radius:10px;background:#10251b;color:#d7f0de;font:11px/1.7 ui-monospace,SFMono-Regular,Menlo,monospace}.future-badge{color:#8a641d!important;background:#fff8e8!important}.help-footer{width:min(1240px,calc(100% - 48px));margin:0 auto;padding:0 0 40px;color:var(--muted);font-size:12px;text-align:center}@media(max-width:820px){.help-layout{grid-template-columns:1fr}.help-toc{position:static}.help-header-row{align-items:start;flex-direction:column}.type-grid,.module-help-grid{grid-template-columns:1fr}}@media(max-width:620px){.help-header,.help-layout,.help-footer{width:min(100% - 28px,1240px)}.help-header{padding-top:34px}.help-header h1{font-size:40px}.help-card{padding:19px}.mode-map-row{grid-template-columns:1fr}}
.report-audio-contract{margin:0 0 12px;padding:13px 16px;border:1px dashed #b8d8c2;border-radius:13px;background:#f4fbf6}.report-audio-contract .module-id-badge{margin-bottom:5px}.report-audio-contract p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}
body>header.help-header{height:auto;display:block;border-bottom:0}
.help-layout,.help-main,.help-toc,.help-card{min-width:0}
.schema-table{table-layout:fixed;overflow-wrap:anywhere}.schema-table th,.schema-table td,.schema-table code{overflow-wrap:anywhere;word-break:break-word}
.type-card,.module-help-card{min-width:0;overflow-wrap:anywhere}.module-help-card code{overflow-wrap:anywhere;word-break:break-word}


.mode-option.mode-coming{opacity:.55;cursor:not-allowed;border-style:dashed}.mode-option.mode-coming:hover{border-color:var(--line);background:#fff}.mode-option .future-badge{display:inline-block;margin-left:6px;padding:2px 7px;border-radius:99px;background:#fff8e8;color:#8a641d;font-size:10px;font-weight:800;font-style:normal}
.body-illustration{margin:20px 0;text-align:center}
.body-illustration img{max-width:100%;border-radius:10px;border:1px solid #e4ece8}
.body-illustration figcaption{font-size:12px;color:#6b7a73;margin-top:8px}

.md-table{overflow-x:auto;margin:14px 0}
.md-table table{border-collapse:collapse;width:100%;font-size:13px}
.md-table th,.md-table td{border:1px solid #e4ece8;padding:7px 10px;text-align:left}
.md-table th{background:#f6f9f7;font-weight:600}
.md-table tr:nth-child(even){background:#fafcfb}
.report-markdown h2{margin-top:22px}
.report-markdown h3{margin-top:16px}
.report-markdown blockquote{border-left:3px solid #0d8f58;padding-left:12px;color:#6b7a73;margin:10px 0}

.report-thumb{width:100%;height:150px;object-fit:cover;border-radius:8px;margin-bottom:12px}
.report-card{overflow:hidden}

/* 详情页排版优化(电子杂志阅读体验) */
.article-wrap .body.lead{font-size:18px;line-height:1.9;color:#33473d;padding:14px 18px;border-left:4px solid var(--green);background:#f4faf6;border-radius:0 10px 10px 0;margin:20px 0 8px}
.report-markdown{font-size:16.5px;line-height:1.95;color:#2c3a33}
.report-markdown p{margin:0 0 16px}
.report-markdown h2{font-size:24px;margin:34px 0 14px;padding-bottom:10px;border-bottom:2px solid var(--line);color:var(--ink)}
.report-markdown h3{font-size:19px;margin:26px 0 12px;color:#1a2b24}
.report-markdown h4{font-size:16.5px;margin:20px 0 10px;color:#33473d}
.report-markdown ul,.report-markdown ol{margin:0 0 16px;padding-left:22px}
.report-markdown li{margin:6px 0;line-height:1.8}
.report-markdown code{background:#f0f5f1;padding:2px 6px;border-radius:5px;font-size:14px;color:#0a6e44}
.report-markdown blockquote{margin:18px 0;padding:12px 16px;border-left:4px solid var(--green);background:#f6faf7;color:#4a5c52;font-size:15px;border-radius:0 8px 8px 0}
.report-markdown hr{border:0;border-top:1px dashed var(--line);margin:28px 0}
.market-source{margin:14px 0 2px;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:#fafcfa;font-size:12px}
.market-source>summary{display:flex;align-items:center;gap:9px;cursor:pointer;list-style:none;color:var(--muted);font-weight:700;user-select:none}
.market-source>summary::-webkit-details-marker{display:none}
.market-source>summary span{color:var(--green-dark);font-size:11px;letter-spacing:.05em}
.market-source>summary em{font-style:normal;color:#52645b;font-size:12px;font-weight:800}
.market-source>summary b{margin-left:auto;font-size:12px;color:var(--muted);transition:transform .2s}
.market-source[open]>summary b{transform:rotate(180deg)}
.market-source-list{margin-top:9px;padding-top:9px;border-top:1px dashed var(--line);line-height:1.9;color:#52645b}
.market-source-list a{color:var(--green-dark);text-decoration:none;font-size:12px;word-break:break-all}
.market-source-list a:hover{text-decoration:underline}
.market-source-list.empty{color:#9aa8a0;font-style:normal}
.market-asof-row{margin-top:7px}
.market-asof{color:#8a974f;font-size:11px}
