:root{color:#122033;font-synthesis:none;text-rendering:optimizelegibility;--navy:#071c37;--navy-2:#0b2748;--text:#122033;--muted:#697687;--line:#dce2e9;--soft-line:#e9edf2;--red:#d92d2d;--red-soft:#fff3f2;--green:#168e45;--orange:#dd6d0b;background:#f5f7fa;font-family:Inter,SF Pro Display,PingFang SC,Microsoft YaHei,system-ui,sans-serif}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{background:#f5f7fa;min-height:100vh}button,input{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;display:flex}.sidebar{z-index:10;color:#fff;background:var(--navy);flex-direction:column;width:220px;display:flex;position:fixed;inset:0 auto 0 0;box-shadow:8px 0 24px #071c3712}.brand{letter-spacing:.04em;border-bottom:1px solid #ffffff17;align-items:center;gap:12px;height:82px;padding:0 28px;font-size:21px;font-weight:730;display:flex}.brand-mark{background:#ffffff0f;border:1px solid #ffffff73;border-radius:8px;place-items:center;width:31px;height:31px;font-size:15px;display:grid}.nav-list{gap:4px;padding:22px 0;display:grid}.nav-item{color:#aebbd0;text-align:left;background:0 0;border:0;grid-template-columns:24px 1fr auto;align-items:center;gap:12px;width:100%;min-height:58px;padding:0 18px 0 28px;font-size:15px;transition:color .18s,background .18s;display:grid;position:relative}.nav-item:not(:disabled):hover{color:#fff;background:#ffffff0d}.nav-item.is-active{color:#fff;background:#ffffff14;font-weight:650}.nav-item.is-active:before{content:"";background:var(--red);width:4px;position:absolute;inset:0 auto 0 0}.nav-item:disabled{cursor:default;opacity:.62}.nav-note{color:#93a2b8;border:1px solid #ffffff2e;border-radius:5px;padding:3px 6px;font-size:10px}.sidebar-foot{color:#8393a9;align-items:center;gap:8px;margin-top:auto;padding:25px 28px;font-size:12px;display:flex}.sidebar-dot{background:#4fbd7e;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #4fbd7e1a}.main-content{width:calc(100% - 220px);min-height:100vh;margin-left:220px}.page-header{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;gap:24px;height:82px;padding:0 clamp(28px,4vw,58px);display:flex}.page-header h1{letter-spacing:-.02em;margin:0;font-size:25px;line-height:1.2}.page-header p{color:var(--muted);margin:7px 0 0;font-size:12px}.source-state{color:var(--muted);white-space:nowrap;align-items:center;gap:7px;font-size:12px;display:flex}.source-state.is-ready{color:#27784a}.source-state.is-stale,.source-state.is-offline{color:#a86018}.source-state.is-checking svg{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.workspace{max-width:1480px;margin:0 auto;padding:24px clamp(24px,4vw,58px) 28px}.range-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px 22px;display:flex}.preset-group{border:1px solid var(--line);background:#fff;border-radius:8px;display:inline-flex;overflow:hidden;box-shadow:0 3px 14px #12203308}.preset-button{color:#657181;border:0;border-right:1px solid var(--line);background:#fff;min-width:86px;height:42px;padding:0 17px;font-size:13px;transition:background .18s,color .18s,box-shadow .18s}.preset-button:last-child{border-right:0}.preset-button:hover{color:var(--red);background:snow}.preset-button.is-selected{z-index:1;color:var(--red);background:var(--red-soft);box-shadow:inset 0 0 0 1px var(--red);font-weight:650;position:relative}.preset-button:disabled,.query-button:disabled{cursor:not-allowed;opacity:.55;transform:none}.date-group{align-items:center;gap:10px;display:flex}.date-field{color:#7a8594;border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:auto 116px 18px;align-items:center;gap:10px;height:42px;padding:0 12px;font-size:12px;display:grid;box-shadow:0 3px 14px #12203308}.date-field:focus-within{border-color:#aab5c2;box-shadow:0 0 0 3px #1f416614}.date-field input{width:116px;min-width:0;color:var(--text);background:0 0;border:0;outline:0;font-size:13px}.date-field svg{color:#8290a0;pointer-events:none}.query-button{color:#fff;background:var(--red);border:1px solid var(--red);border-radius:8px;justify-content:center;align-items:center;gap:7px;height:42px;padding:0 20px;font-size:13px;font-weight:650;transition:transform .18s,background .18s;display:inline-flex;box-shadow:0 7px 16px #d92d2d29}.query-button:hover{background:#c82323;transform:translateY(-1px)}.download-button{color:#23364c;white-space:nowrap;background:#fff;border:1px solid #bfc9d4;border-radius:8px;justify-content:center;align-items:center;gap:7px;height:42px;padding:0 17px;font-size:13px;font-weight:650;transition:color .18s,border-color .18s,transform .18s;display:inline-flex;box-shadow:0 3px 14px #12203308}.download-button:hover:not(:disabled){color:var(--red);border-color:#dca9a7;transform:translateY(-1px)}.download-button:disabled{cursor:wait;opacity:.72}.download-spinner{animation:1s linear infinite spin}.range-error{color:var(--red);text-align:right;margin:8px 0 0;font-size:12px}.data-status{color:#526071;background:#f8fafc;border:1px solid #dce3ea;border-radius:8px;align-items:center;gap:9px;min-height:42px;margin-top:18px;padding:10px 13px;font-size:12px;display:flex}.data-status svg{flex:none}.data-status.is-loading svg{animation:1s linear infinite spin}.data-status.is-warning{color:#80551e;background:#fff9ef;border-color:#f0dfc2}.data-status.is-error{color:#9f2424;background:#fff3f2;border-color:#efcbc8}.trading-date-note{color:#526071;background:#f4f7fa;border:1px solid #dce3ea;border-radius:8px;align-items:center;gap:9px;min-height:40px;margin-top:14px;padding:9px 13px;font-size:12px;display:flex}.trading-date-note svg{color:#6b7c90;flex:none}.trading-date-note strong{color:#2c4057}.market-summary{justify-content:space-between;align-items:flex-end;gap:36px;padding:28px 12px 18px;display:flex}.product-title{align-items:baseline;gap:10px;display:flex}.product-title span{font-size:20px;font-weight:700}.product-title small{color:var(--muted);font-size:12px}.summary-metrics{align-items:center;gap:34px;display:flex}.summary-item{gap:6px;min-width:190px;display:grid}.summary-item>span{color:var(--muted);font-size:12px}.summary-item strong{color:var(--text);font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:27px;line-height:1.1}.summary-item.primary strong{color:var(--red);font-size:34px}.summary-item small{color:#8b96a3;font-size:11px}.summary-divider{background:var(--line);width:1px;height:62px}.chart-panel,.risk-panel{border:1px solid var(--line);background:#fff;border-radius:10px;box-shadow:0 8px 28px #1220330d}.chart-wrap{min-height:420px;padding:18px 18px 10px}.chart-legend{color:#526071;justify-content:space-between;align-items:center;gap:14px 24px;min-height:34px;font-size:12px;display:flex}.chart-convention{white-space:nowrap;align-items:center;gap:15px;display:flex}.chart-legend .legend-item{align-items:center;gap:6px;width:auto;height:auto;display:inline-flex}.candle-key{border-radius:1px;width:7px;height:15px}.candle-key.is-up{background:var(--red)}.candle-key.is-down{background:var(--green)}.chart-convention em{color:#6f7c8c;border-left:1px solid #dfe4ea;padding-left:15px;font-size:11px;font-style:normal;font-weight:650}.ma-controls{justify-content:flex-end;align-items:center;gap:6px;display:flex}.ma-controls>span{color:#8792a0;margin-right:3px;font-size:10px}.ma-toggle{color:#7a8695;background:#fff;border:1px solid #d8dee6;border-radius:6px;align-items:center;gap:5px;height:27px;padding:0 9px;font-size:10px;font-weight:650;transition:color .16s,border-color .16s,background .16s;display:inline-flex}.ma-toggle i{background:#aeb7c2;border-radius:1px;width:12px;height:2px}.ma-toggle:hover,.ma-toggle.is-selected{color:var(--ma-color);border-color:var(--ma-color);background:#fff}.ma-toggle.is-selected i{background:var(--ma-color)}.ma-toggle:focus-visible{outline-offset:2px;outline:2px solid #1220332e}.chart-canvas{height:350px;position:relative}.chart-canvas svg{touch-action:none;width:100%;height:100%;display:block}.chart-empty{min-height:410px;color:var(--muted);place-items:center;display:grid}.kline-tooltip{z-index:2;color:#667384;pointer-events:none;background:#fffffff7;border:1px solid #d7dde4;border-radius:7px;grid-template-columns:1fr 1fr;gap:6px 12px;min-width:146px;padding:10px 12px;font-size:10px;display:grid;position:absolute;top:10px;transform:translate(12px);box-shadow:0 8px 24px #1220331f}.kline-tooltip.is-right{transform:translate(calc(-100% - 12px))}.kline-tooltip>strong{color:var(--text);grid-column:1/-1;padding-bottom:3px;font-size:11px}.kline-tooltip span{justify-content:space-between;gap:5px;display:flex}.kline-tooltip b{color:#273a50;font-variant-numeric:tabular-nums}.tooltip-ma-values{border-top:1px solid #e5e9ee;grid-column:1/-1;grid-template-columns:1fr 1fr;gap:5px 12px;margin-top:2px;padding-top:7px;display:grid}.tooltip-ma-values span{font-weight:650}.tooltip-ma-values b{color:inherit}.risk-panel{margin-top:18px;padding:18px 22px 20px}.risk-heading{justify-content:space-between;align-items:center;gap:20px;display:flex}.risk-heading h2{margin:0;font-size:17px}.risk-heading p{color:var(--muted);align-items:center;gap:7px;margin:0;font-size:11px;display:flex}.risk-values{grid-template-columns:repeat(3,1fr);margin-top:17px;display:grid}.risk-item{border-right:1px solid var(--line);align-content:center;justify-items:center;gap:6px;min-height:92px;display:grid}.risk-item:last-child{border-right:0}.risk-item span{color:var(--muted);font-size:12px}.risk-item strong{font-variant-numeric:tabular-nums;font-size:30px;font-weight:560}.risk-item i{opacity:.8;border-top:1px dashed;width:62%;max-width:250px;height:1px;margin-top:3px;position:relative}.risk-item i:after{content:"";border-bottom:7px solid;border-left:4px solid #0000;border-right:4px solid #0000;position:absolute;top:3px;left:50%;transform:translate(-50%)}.tone-neutral{color:#405064}.tone-warning{color:var(--orange)}.tone-safe{color:var(--green)}.source-panel{border:1px solid var(--line);background:#fff;border-radius:10px;grid-template-columns:150px minmax(250px,1fr) minmax(250px,1fr) auto;align-items:center;margin-top:18px;padding:16px 20px;display:grid;box-shadow:0 8px 28px #1220330a}.source-title{color:#405064;align-items:center;gap:9px;display:flex}.source-title h2{color:var(--text);margin:0;font-size:15px}.source-item{border-left:1px solid #e2e7ed;gap:4px;min-width:0;padding:0 22px;display:grid}.source-item>span{color:#7a8694;font-size:10px}.source-item strong{color:#34475d;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:650;overflow:hidden}.source-item small{color:#8793a1;font-size:9.5px}.source-link{color:#526a84;white-space:nowrap;align-items:center;gap:5px;font-size:10px;text-decoration:none;display:inline-flex}.source-link:hover{color:var(--red)}.data-footnote{color:#7d8896;text-align:center;justify-content:center;align-items:center;gap:8px;padding:18px 0 0;font-size:11px;display:flex}.export-stage{pointer-events:none;width:844px;height:390px;position:fixed;top:0;left:-10000px;overflow:hidden}.export-snapshot{color:#122033;background:#f5f7fa;border:0;width:844px;height:390px;font-family:Inter,SF Pro Display,PingFang SC,Microsoft YaHei,system-ui,sans-serif;overflow:hidden}.export-header{color:#fff;background:var(--navy);justify-content:space-between;align-items:center;height:50px;padding:0 22px;display:flex}.export-header strong{letter-spacing:.02em;font-size:17px}.export-header span{color:#c4cfdd;font-size:10px}.export-body{height:250px;padding:10px 18px 8px}.export-chart{background:#fff;border:1px solid #dce2e9;border-radius:8px;height:232px;padding:7px 10px 3px}.export-chart-title{color:#526071;align-items:center;gap:7px;height:21px;font-size:9px;display:flex}.export-chart-title strong{color:#25374c;font-size:12px}.export-chart-title small{color:#7b8795;margin-right:auto;font-size:8.5px}.export-chart-title span{align-items:center;gap:4px;display:inline-flex}.export-chart-title em{color:#5e6c7c;font-size:8.5px;font-style:normal;font-weight:650}.export-chart-title .export-ma-label{font-size:8.5px;font-weight:650}.export-chart-title .export-ma-label i{border-radius:1px;width:11px;height:2px}.export-chart svg{width:100%;height:198px;display:block;overflow:visible}.export-footer{background:#fff;border:1px solid #dce2e9;border-radius:8px 8px 0 0;grid-template-columns:176px 176px 1fr;align-items:center;height:90px;margin:0 18px;padding:0 18px;display:grid}.export-metric{align-content:center;gap:3px;min-width:0;padding-right:24px;display:grid}.export-metric+.export-metric{border-left:1px solid #e2e7ed;padding-left:24px}.export-metric small{color:#6d7988;font-size:8.5px}.export-metric strong{color:#24364b;letter-spacing:-.025em;font-variant-numeric:tabular-nums;font-size:24px;line-height:1}.export-metric span{color:#8a95a2;font-size:8px}.export-metric.is-red strong{color:var(--red)}.export-footer p{color:#84909e;white-space:nowrap;justify-self:end;margin:0;font-size:8.5px}.share-sheet-backdrop{z-index:50;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0512228c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.share-sheet{background:#fff;border:1px solid #d9e0e8;border-radius:14px;width:min(560px,100%);max-height:calc(100vh - 40px);padding:20px;overflow-y:auto;box-shadow:0 24px 70px #0512223d}.share-sheet-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.share-sheet-header h2{margin:0;font-size:19px}.share-sheet-header p{color:var(--muted);margin:5px 0 0;font-size:11px}.share-sheet-close{color:#647284;background:#f4f6f8;border:0;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;display:grid}.share-sheet-close:hover{color:var(--text);background:#e9edf2}.share-preview{background:#eef2f6;border:1px solid #dce2e9;border-radius:9px;margin-top:16px;overflow:hidden}.share-preview img{width:100%;height:auto;display:block}.share-instruction{color:#536274;margin:14px 1px 0;font-size:12px;line-height:1.65}.share-error{color:#a43a32;margin:9px 1px 0;font-size:11px}.share-actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:17px;display:grid}.share-primary,.share-secondary{border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:44px;font-size:13px;font-weight:650;display:inline-flex}.share-primary{color:#fff;background:var(--red);border:1px solid var(--red)}.share-secondary{color:#2b3e54;background:#fff;border:1px solid #bcc7d3}.share-primary:hover{background:#c82323}.share-secondary:hover{border-color:#8d9cad}@media (width<=1120px){.range-controls{flex-direction:column;align-items:stretch}.preset-group{align-self:flex-start}.date-group{align-self:stretch}.date-field{flex:1;grid-template-columns:auto 1fr 18px}.date-field input{width:100%}.market-summary{flex-direction:column;align-items:stretch;gap:18px;padding-inline:5px}.source-panel{grid-template-columns:1fr 1fr;gap:14px 24px}.source-title{grid-column:1/-1}.source-item{border-left:0;padding:0}.source-item+.source-item{border-left:1px solid #e2e7ed;padding-left:24px}.source-link{grid-column:1/-1;justify-self:start}}@media (width<=780px){.app-shell{display:block}.sidebar{width:100%;height:auto;display:block;position:sticky;top:0}.brand{height:60px;padding:0 18px;font-size:18px}.brand-mark{width:28px;height:28px}.nav-list{border-top:1px solid #ffffff12;gap:0;padding:0;display:flex;overflow-x:auto}.nav-item{grid-template-columns:20px 1fr;min-width:145px;min-height:48px;padding:0 16px;font-size:13px}.nav-item:disabled,.sidebar-foot,.nav-note{display:none}.nav-item.is-active:before{width:auto;height:3px;inset:auto 0 0}.main-content{width:100%;margin-left:0}.page-header{align-items:flex-start;height:auto;min-height:72px;padding:14px 18px}.page-header h1{font-size:21px}.page-header p{margin-top:5px}.source-state{margin-top:4px;font-size:0}.source-state svg{width:18px;height:18px}.workspace{padding:18px 14px 24px}.preset-group{width:100%}.preset-button{flex:1;min-width:0;padding:0 8px}.date-group{grid-template-columns:1fr 1fr;display:grid}.date-field{grid-template-columns:1fr;gap:2px;height:auto;min-height:56px}.date-field>span{grid-column:1/-1;font-size:10px}.date-field input{font-size:12px}.date-field svg{display:none}.query-button{grid-column:1}.download-button{grid-column:2}.market-summary{flex-direction:column;align-items:stretch;gap:18px;padding:23px 5px 16px}.summary-metrics{gap:18px}.summary-item{flex:1;min-width:0}.summary-item strong,.summary-item.primary strong{font-size:27px}.chart-wrap{min-height:392px;padding-inline:7px}.chart-legend{flex-direction:column;align-items:flex-start;gap:9px;padding:0 8px 8px}.ma-controls{justify-content:flex-start;width:100%;padding-bottom:2px;overflow-x:auto}.ma-toggle{flex:none}.chart-canvas{height:300px}.risk-heading{flex-direction:column;align-items:flex-start;gap:7px}.risk-values{gap:0}.risk-item{padding-inline:8px}.risk-item strong{font-size:25px}.source-panel{grid-template-columns:1fr;gap:14px;padding:16px}.source-item{border-left:0;padding:0}.source-item+.source-item{border-top:1px solid #e2e7ed;border-left:0;padding-top:13px;padding-left:0}.source-item strong{white-space:normal}.source-link{justify-self:start}.data-footnote{align-items:flex-start;line-height:1.6}.trading-date-note{align-items:flex-start;line-height:1.55}.share-sheet-backdrop{align-items:flex-end;padding:0}.share-sheet{width:100%;max-height:92vh;padding:18px 16px calc(18px + env(safe-area-inset-bottom));border-width:1px 0 0;border-radius:18px 18px 0 0}.share-actions{grid-template-columns:1fr}.share-primary,.share-secondary{min-height:48px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
