:root{--text-primary: #2c2e3b;--text-secondary: #62657a;--text-tertiary: #a6a9b6;--text-white: #ffffff;--up: #08a866;--down: #f04e35;--down-alt: #f24e35;--inflow: #f25855;--outflow: #27c77e;--bg-page: #f2f3f5;--bg-card: #ffffff;--bg-inset: #f9f9f9;--bg-inset-2: #f7f7f7;--bg-tab-unselected: rgba(0, 0, 0, .04);--border-btn: rgba(0, 0, 0, .3);--hairline: #ececef;--tag-blue: #48abfd;--tag-yellow: #f8ac00;--tag-orange: #ff7946;--viz-purple: #b366ff;--viz-orange: #ffa84b;--viz-blue: #447eff;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary)}*{box-sizing:border-box}html,body{margin:0;padding:0;background:#e6e8eb}#root{display:flex;justify-content:center;min-height:100vh}button{font-family:inherit;border:none;background:none;padding:0;cursor:pointer;color:inherit}p{margin:0}.header{background:var(--bg-card)}.statusbar{height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 20px 0 27px}.statusbar__time{font-size:15px;font-weight:600;letter-spacing:-.2px}.statusbar__right{display:flex;align-items:center;gap:5px}.titlebar{height:44px;display:flex;align-items:center;gap:4px;padding:0 12px 0 15px}.titlebar__back{display:flex;align-items:center}.titlebar__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px;padding-left:4px}.titlebar__row{display:flex;align-items:center;gap:4px}.titlebar__symbol,.titlebar__name{font-size:14px;font-weight:600;color:var(--text-primary)}.titlebar__status{font-size:11px;color:var(--text-secondary)}.titlebar__actions{display:flex;align-items:center;gap:12px}.titlebar__ai{position:relative;display:flex;align-items:center;width:50px;height:28px;border-radius:14px;background:linear-gradient(135deg,#2c2e3b,#4a4d63);padding:0 4px}.titlebar__ai-avatar{width:22px;height:22px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#ffd27a,#ff9a3d)}.titlebar__ai-label{position:absolute;right:6px;top:8px;font-size:9px;font-weight:700;color:#ffd27a}.titlebar__icon{display:flex;align-items:center}.titlebar__dots{display:inline-flex;gap:3px}.titlebar__dots i{width:4px;height:4px;border-radius:50%;background:#2c2e3b}.quote{display:flex;flex-direction:column}.quote__top{display:flex;align-items:flex-start;justify-content:space-between;padding:0 15px 6px}.quote__price-col{display:flex;flex-direction:column}.quote__price{font-size:26px;font-weight:500;color:var(--up);line-height:1.1}.quote__change{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:500;color:var(--up)}.quote__tags{display:flex;gap:4px;padding-top:4px}.stats{display:flex;flex-direction:column;gap:4px;padding:0 15px}.stats__row{display:flex;gap:12px}.stat{flex:1;min-width:0;height:16px;display:flex;align-items:center;justify-content:space-between;font-size:12px}.stat__label{display:inline-flex;align-items:center;gap:2px;color:var(--text-secondary)}.stat__sup{font-size:8px;color:var(--text-secondary);margin-left:1px}.stat__value{color:var(--text-primary);text-align:right}.stat__value--up{color:var(--up)}.stat__value--down{color:var(--down-alt)}.quote__collapse{display:flex;align-items:center;justify-content:center;padding:6px 0 2px}.bidask{display:flex;align-items:center;padding:0 10px}.bidask__cell{flex:1;min-width:0;height:30px;display:flex;align-items:center;justify-content:space-between;padding:0 5px;background:var(--bg-inset)}.bidask__cell--left{border-radius:4px 0 0}.bidask__cell--right{border-radius:0 4px 0 0}.bidask__label{font-size:13px;color:var(--text-primary)}.bidask__price{font-size:18px;font-weight:500}.bidask__price--up{color:var(--up)}.bidask__price--down{color:var(--down)}.bidask__qty{font-size:13px;color:var(--text-primary)}.bidask__divider{width:1px;height:20px;background:#e2e3e8}.bidask__bar{display:flex;height:2px;margin:0 10px;gap:1px}.bidask__bar-up{background:var(--up);border-radius:1px}.bidask__bar-down{background:var(--down);border-radius:1px}.session{height:28px;display:flex;align-items:center;justify-content:space-between;padding:0 15px}.session__main{display:flex;align-items:center;gap:8px;font-size:12px}.session__label{color:var(--text-secondary)}.session__change--up{color:var(--up)}.session__change--down{color:var(--down-alt)}.session__meta{color:var(--text-secondary)}.session__meta b{color:var(--text-primary);font-weight:400}.quote__hairline{height:.5px;background:var(--hairline);margin:0 15px}.earnings{height:30px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;margin-top:6px}.earnings__left{display:flex;align-items:center;gap:8px;min-width:0}.earnings__badge{flex-shrink:0;width:14px;height:14px;border-radius:3px;background:#f8ac00;color:#fff;font-size:9px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.earnings__text{font-size:12px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.earnings__right{display:flex;align-items:center;gap:15px;padding-left:8px}.earnings__close{display:flex;align-items:center}.tabbar{display:flex;align-items:center;gap:20px;height:42px;padding:0 15px;background:var(--bg-card);border-top:.5px solid var(--hairline);overflow-x:auto;scrollbar-width:none}.tabbar::-webkit-scrollbar{display:none}.tabbar__item{position:relative;flex-shrink:0;height:42px;font-size:15px;color:var(--text-secondary);white-space:nowrap;transition:color .15s ease}.tabbar__item.is-active{color:var(--text-primary);font-weight:500}.tabbar__item.is-active:after{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:6px;width:18px;height:3px;border-radius:1.5px;background:var(--up)}.ai-card{display:block;width:100%;text-align:left;background:var(--bg-card);padding:14px 15px 12px}.ai-card__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.ai-card__brand{display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:600;color:var(--text-primary)}.ai-card__brand-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:6px;background:var(--tag-yellow)}.ai-card__more{display:inline-flex;align-items:center;gap:2px;font-size:12px;color:var(--text-tertiary)}.ai-card__disclaimer{margin-top:10px;font-size:10px;color:var(--text-tertiary)}.ai-card__cols{display:flex;gap:8px;margin-bottom:6px;padding-left:38px}.ai-card__col-head{flex:1;min-width:0;display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600}.ai-card__col-head--bull{color:var(--up)}.ai-card__col-head--bear{color:var(--down);justify-content:flex-end}.ai-card__disputes{display:flex;flex-direction:column;gap:6px}.ai-card__dispute{display:flex;align-items:stretch;gap:8px}.ai-card__topic{flex-shrink:0;align-self:center;width:30px;font-size:10px;font-weight:600;color:var(--text-secondary);line-height:1.3}.ai-card__views{flex:1;min-width:0;display:flex;gap:8px;align-items:stretch}.ai-card__view{flex:1;min-width:0;padding:8px 10px;border-radius:8px;font-size:11.5px;line-height:1.45;color:var(--text-primary)}.ai-card__view--bull{background:#08a8660f}.ai-card__view--bear{background:#f04e350f;text-align:right}.aid-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;pointer-events:none}.aid-root.is-open{pointer-events:auto}.aid-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#14151c73;opacity:0;transition:opacity .28s ease}.aid-root.is-open .aid-scrim{opacity:1}.aid-sheet{position:absolute;left:50%;bottom:0;transform:translate(-50%,100%);width:375px;max-width:100%;max-height:92vh;background:var(--bg-page);border-radius:16px 16px 0 0;display:flex;flex-direction:column;transition:transform .32s cubic-bezier(.32,.72,0,1);overflow:hidden}.aid-root.is-open .aid-sheet{transform:translate(-50%)}.aid-header{background:var(--bg-card);padding:6px 15px 12px;border-bottom:.5px solid var(--hairline)}.aid-grabber{width:32px;height:4px;border-radius:2px;background:#d3d5dd;margin:4px auto 10px}.aid-header__row{display:flex;align-items:center;justify-content:space-between}.aid-header__title{display:inline-flex;align-items:center;gap:7px;font-size:17px;font-weight:600;color:var(--text-primary)}.aid-header__icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:7px;background:var(--tag-yellow)}.aid-header__actions{display:flex;align-items:center;gap:14px}.aid-iconbtn{display:inline-flex;align-items:center}.aid-updated{display:block;margin-top:4px;font-size:11px;color:var(--text-tertiary)}.aid-body{flex:1;overflow-y:auto;padding:12px 12px 24px;display:flex;flex-direction:column;gap:8px}.aid-section{background:var(--bg-card);border-radius:10px;padding:12px}.aid-section__title{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;font-size:15px;font-weight:600;color:var(--text-primary)}.aid-tabs{display:flex;gap:8px;padding:2px 0}.aid-tab{flex:1;height:34px;border-radius:8px;font-size:14px;font-weight:600;color:var(--text-secondary);background:var(--bg-card);white-space:nowrap}.aid-tab.is-active{color:#b47c00;background:#f8ac0024}.aid-overview{background:var(--bg-card);border-radius:10px;padding:12px;font-size:13px;line-height:1.55;color:var(--text-primary)}.aid-overview__tag{display:inline-block;margin-right:6px;padding:1px 7px;border-radius:100px;font-size:10px;font-weight:600;color:#fff;background:var(--tag-yellow);vertical-align:1px}.aid-radar{display:block;width:100%;height:auto;margin:8px 0 4px}.aid-radar__lbl{font-size:11px;font-weight:600}.aid-dim__head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.aid-dim__name{font-size:15px;font-weight:600;color:var(--text-primary)}.aid-dim__dots{display:inline-flex;align-items:center;gap:4px;flex-shrink:0}.aid-dim__dot{width:7px;height:7px;border-radius:50%;border:1.5px solid currentColor;background:transparent}.aid-dim__dot.is-filled{background:currentColor}.aid-dim__dots--up{color:var(--up)}.aid-dim__dots--down{color:var(--down)}.aid-dim__dots--neutral{color:#d99000}.aid-dcards{display:grid;grid-template-columns:1fr 1fr;gap:8px}.aid-dcard{padding:10px;border-radius:8px;background:var(--bg-inset-2)}.aid-dcard__title{font-size:11px;color:var(--text-secondary);margin-bottom:4px}.aid-dcard__headline{font-size:14px;font-weight:600;color:var(--text-primary);line-height:1.3}.aid-dcard__headline--up{color:var(--up)}.aid-dcard__headline--down{color:var(--down)}.aid-dcard__tag{display:inline-block;margin-top:5px;font-size:10px;color:var(--text-tertiary);background:var(--bg-card);padding:1px 6px;border-radius:4px}.aid-statcards{display:flex;flex-direction:column;gap:8px}.aid-statcards__row{display:flex;gap:8px;align-items:stretch}.aid-statcards__cell{flex:1;min-width:0}.aid-statcard{width:100%;text-align:left;padding:10px 12px;border-radius:8px;background:var(--bg-inset-2);border:.5px solid transparent;cursor:pointer;transition:border-color .15s ease,background .15s ease}.aid-statcard:hover{border-color:#f8ac0080}.aid-statcard:active{background:var(--bg-tab-unselected)}.aid-statcard__row{display:flex;align-items:center;justify-content:space-between}.aid-statcard__title{font-size:13px;font-weight:600;color:var(--text-primary)}.aid-statcard__headline{margin-top:6px;font-size:13px;font-weight:600;color:var(--text-primary)}.aid-statcard__headline--up{color:var(--up)}.aid-statcard__headline--down{color:var(--down)}.aid-statcard__headline--neutral{color:#d99000}.aid-statcard__conclusion{margin-top:6px;font-size:13px;font-weight:600;color:var(--text-primary)}.aid-statcard__conclusion--up{color:var(--up)}.aid-statcard__conclusion--down{color:var(--down)}.aid-statcard__conclusion--neutral{color:#d99000}.aid-statcard__stats{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.aid-statcard__stat{font-size:10.5px;color:var(--text-secondary);background:var(--bg-card);padding:2px 7px;border-radius:4px}.aid-statcard__stat--up{color:var(--up)}.aid-statcard__stat--down{color:var(--down)}.aid-statcard__stat--neutral{color:#d99000}.aid-companyops{display:flex;gap:8px;align-items:stretch}.aid-companyops__radar{flex:1;min-width:0;display:flex;flex-direction:column}.aid-companyops__radar .aid-radar{flex:1;margin-top:10px}.aid-companyops__col{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.aid-companyops__col .aid-statcard{flex:1}.aid-trend{display:block;width:100%;height:auto;margin:8px 0 4px}.aid-statcard__desc{margin-top:6px;font-size:11px;line-height:1.5;color:var(--text-secondary)}.aid-statcard__cloud{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.aid-statcard__tag{font-weight:600;line-height:1.3;padding:3px 8px;border-radius:999px;background:var(--bg-card)}.aid-statcard__tag--lg{font-size:12.5px}.aid-statcard__tag--md{font-size:11px}.aid-statcard__tag--sm{font-size:9.5px}.aid-statcard__tag--up{color:var(--up)}.aid-statcard__tag--down{color:var(--down)}.aid-statcard__tag--neutral{color:#d99000}.aid-multitrend__legend{display:flex;gap:10px;font-size:10px}.aid-multitrend__lbl--industry{color:#b9bcc7}.aid-multitrend__lbl--stock{color:#f8ac00}.aid-multitrend__lbl--nasdaq{color:#5b8ff9}.aid-multitrend__lbl--dow{color:#9254de}.aid-sentiment{margin-top:8px}.aid-sentiment__bar{display:flex;height:6px;border-radius:3px;overflow:hidden;background:var(--bg-tab-unselected)}.aid-sentiment__seg{height:100%}.aid-sentiment__seg--up{background:var(--up)}.aid-sentiment__seg--down{background:var(--down)}.aid-sentiment__seg--neutral{background:#d3d5dd}.aid-sentiment__legend{display:flex;gap:10px;margin-top:6px;font-size:10px;color:var(--text-tertiary)}.aid-sentiment__lbl--up{color:var(--up)}.aid-sentiment__lbl--down{color:var(--down)}.aid-sentiment__lbl--neutral{color:#d99000}.aid-regime{display:inline-block;margin-right:6px;padding:1px 7px;border-radius:100px;font-size:11px;font-weight:600;color:var(--viz-blue);background:#447eff1a;vertical-align:1px}.aid-fits{display:flex;flex-direction:column;gap:6px;margin-top:10px}.aid-fit{padding:8px 10px;border-radius:8px;background:var(--bg-card);border:.5px solid var(--hairline);cursor:pointer;transition:border-color .15s ease,background .15s ease}.aid-fit:hover{border-color:#f8ac0080}.aid-fit:active{background:var(--bg-inset-2)}.aid-fit__top{display:flex;align-items:center;gap:6px;margin-bottom:3px}.aid-fit__name{font-size:13px;font-weight:600;color:var(--text-primary)}.aid-fit__badge{flex-shrink:0;font-size:10px;font-weight:600;padding:1px 7px;border-radius:100px}.aid-fit__go{margin-left:auto;flex-shrink:0;display:inline-flex;align-items:center;gap:1px;font-size:11px;font-weight:600;color:#b47c00}.aid-fit__badge--fit{color:var(--up);background:#08a8661a}.aid-fit__badge--caution{color:#d99000;background:#f8ac0024}.aid-fit__badge--unfit{color:var(--text-secondary);background:var(--bg-tab-unselected)}.aid-fit__line{font-size:12px;line-height:1.5;color:var(--text-primary)}.aid-fit__line--advice{margin-top:5px}.aid-fit__advice-label{display:inline-block;margin-right:5px;padding:0 5px;border-radius:3px;font-size:10px;font-weight:600;color:#b47c00;background:#f8ac0029}.aid-plays{display:flex;flex-direction:column;gap:6px;margin-top:8px;padding-top:8px;border-top:.5px dashed var(--hairline)}.aid-play{font-size:11.5px;line-height:1.45}.aid-play__name{font-weight:600;margin-right:5px}.aid-play__name--up{color:var(--up)}.aid-play__name--down{color:var(--down)}.aid-play__name--neutral{color:#d99000}.aid-play__desc{color:var(--text-secondary)}.aid-fit__note{margin-top:10px;font-size:10.5px;color:var(--text-tertiary)}.aid-rel{display:flex;flex-direction:column;gap:6px;margin-top:12px}.aid-rel__item{padding:8px 10px;border-radius:8px;background:var(--bg-card);border:.5px solid var(--hairline)}.aid-rel__top{display:flex;align-items:center;gap:6px}.aid-rel__kind{flex-shrink:0;font-size:10px;font-weight:600;padding:1px 6px;border-radius:4px;color:var(--text-secondary);background:var(--bg-inset-2)}.aid-rel__kind--概念{color:var(--viz-blue);background:#447eff1a}.aid-rel__kind--信号{color:#b47c00;background:#f8ac0029}.aid-rel__kind--形态{color:var(--up);background:#08a8661a}.aid-rel__kind--ETF{color:var(--viz-purple);background:#b366ff1f}.aid-rel__name{font-size:13px;font-weight:600;color:var(--text-primary)}.aid-rel__sym{font-size:11px;color:var(--text-tertiary)}.aid-rel__chg{margin-left:auto;font-size:12px;font-weight:600}.aid-rel__chg--up{color:var(--up)}.aid-rel__chg--down{color:var(--down)}.aid-rel__chg--neutral{color:var(--text-secondary)}.aid-rel__read{margin-top:4px;font-size:11.5px;line-height:1.5;color:var(--text-secondary)}.aid-debate__head{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600}.aid-debate__head--bull{color:var(--up)}.aid-debate__head--bear{color:var(--down)}.aid-dispute__cols{display:flex;gap:8px;margin:12px 0 6px;padding-left:38px}.aid-dispute__cols .aid-debate__head{flex:1;min-width:0}.aid-dispute__cols .aid-debate__head--bear{justify-content:flex-end}.aid-disputes{display:flex;flex-direction:column;gap:8px}.aid-dispute{display:flex;align-items:stretch;gap:8px}.aid-dispute__topic{flex-shrink:0;align-self:center;width:30px;font-size:10px;font-weight:600;color:var(--text-secondary);line-height:1.3}.aid-dispute__views{flex:1;min-width:0;display:flex;gap:8px;align-items:stretch}.aid-dispute__view{flex:1;min-width:0;padding:8px 10px;border-radius:8px;font-size:12px;line-height:1.45;color:var(--text-primary)}.aid-dispute__view--bull{background:#08a8660f}.aid-dispute__view--bear{background:#f04e350f;text-align:right}.aid-read{font-size:13px;line-height:1.6;color:var(--text-primary)}.aid-read__tag{display:inline-block;margin-right:6px;padding:1px 7px;border-radius:100px;font-size:10px;font-weight:600;color:#b47c00;background:#f8ac0029;vertical-align:1px}.aid-read__tag--up{color:var(--up);background:#08a8661f}.aid-read__tag--down{color:var(--down);background:#f04e351f}.aid-read__tag--neutral{color:#b47c00;background:#f8ac0029}.aid-trigs{display:flex;flex-direction:column}.aid-trig{display:flex;gap:10px}.aid-trig__top{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.aid-trig__src{flex-shrink:0;font-size:10px;font-weight:600;padding:1px 6px;border-radius:4px}.aid-trig__src--indicator{color:var(--viz-blue);background:#447eff1a}.aid-trig__src--watch{color:#b47c00;background:#f8ac0029}.aid-trig__src--anomaly{color:var(--text-secondary);background:var(--bg-inset-2)}.aid-jump{display:inline-block;margin-top:6px;font-size:11px;font-weight:600;color:#b47c00;cursor:pointer}.aid-trig__name{font-size:12.5px;font-weight:600}.aid-trig__name--up{color:var(--up)}.aid-trig__name--down{color:var(--down)}.aid-trig__name--neutral{color:#d99000}.aid-subhead{display:flex;align-items:baseline;gap:6px;font-size:12px;font-weight:600;color:var(--text-secondary);margin-bottom:8px}.aid-subhead--suggest{margin-top:14px;padding-top:12px;border-top:.5px solid var(--hairline);color:#b47c00}.aid-subhead__hint{font-size:10px;font-weight:400;color:var(--text-tertiary)}.aid-sugs{display:flex;flex-direction:column;gap:8px}.aid-sug{display:flex;align-items:center;gap:10px;padding:10px;border-radius:8px;background:#f8ac0012;border:.5px solid rgba(248,172,0,.22)}.aid-sug__main{flex:1;min-width:0}.aid-sug__top{display:flex;align-items:center;gap:6px;margin-bottom:3px}.aid-sug__cond{font-size:12.5px;font-weight:600}.aid-sug__cond--up{color:var(--up)}.aid-sug__cond--down{color:var(--down)}.aid-sug__cond--neutral{color:#d99000}.aid-sug__dist{font-size:10px;color:var(--text-tertiary);padding:1px 6px;border-radius:100px;background:var(--bg-inset-2)}.aid-sug__impl{font-size:11.5px;line-height:1.45;color:var(--text-secondary)}.aid-sug__btn{flex-shrink:0;align-self:center;font-size:11px;font-weight:600;color:#fff;background:var(--tag-yellow);padding:6px 10px;border-radius:6px;white-space:nowrap}.aid-anoms{margin-top:12px;display:flex;flex-direction:column;max-height:300px;overflow-y:auto;padding-right:2px}.aid-anom{display:flex;gap:10px}.aid-tlwatch{background:#f8ac0014;border:.5px solid rgba(248,172,0,.3);border-radius:8px;padding:8px 10px;margin-bottom:4px}.aid-tlwatch__head{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.aid-tlwatch__tag{flex-shrink:0;font-size:10px;font-weight:600;padding:1px 6px;border-radius:4px;color:#fff;background:var(--tag-yellow)}.aid-tlwatch__name{font-size:12.5px;font-weight:600;color:var(--text-primary)}.aid-tlwatch__desc{margin-top:4px;font-size:11.5px;line-height:1.45;color:var(--text-secondary)}.aid-anom__rail{position:relative;width:8px;flex-shrink:0;display:flex;justify-content:center;padding-top:4px}.aid-anom__dot{width:8px;height:8px;border-radius:50%;z-index:1}.aid-anom__dot--up{background:var(--up)}.aid-anom__dot--down{background:var(--down)}.aid-anom__dot--neutral{background:var(--tag-yellow)}.aid-anom__line{position:absolute;top:10px;bottom:-6px;width:1.5px;background:var(--hairline)}.aid-anom__body{flex:1;min-width:0;padding-bottom:14px}.aid-anom__top{display:flex;align-items:baseline;gap:6px}.aid-anom__time{flex-shrink:0;font-size:11px;font-weight:600;color:var(--text-tertiary);font-variant-numeric:tabular-nums}.aid-anom__event{font-size:12.5px;font-weight:600;line-height:1.35}.aid-anom__event--up{color:var(--up)}.aid-anom__event--down{color:var(--down)}.aid-anom__event--neutral{color:#d99000}.aid-anom__reason{margin-top:3px;font-size:11.5px;line-height:1.5;color:var(--text-secondary)}.aid-anom__why{display:inline-block;margin-right:5px;padding:0 5px;border-radius:3px;font-size:10px;font-weight:600;color:var(--text-tertiary);background:var(--bg-inset-2)}.aid-anom__why--outlook{color:var(--viz-blue);background:#447eff1a}.aid-anom__watch{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:8px;padding:8px 10px;border-radius:8px;background:#f8ac0012;border:.5px solid rgba(248,172,0,.22)}.aid-anom__watch-info{display:flex;align-items:center;gap:6px;min-width:0;flex-wrap:wrap}.aid-anom__watch-label{flex-shrink:0;font-size:10px;font-weight:600;color:#b47c00;background:#f8ac002e;padding:1px 6px;border-radius:4px}.aid-anom__watch-cond{font-size:12px;font-weight:600}.aid-anom__watch-cond--up{color:var(--up)}.aid-anom__watch-cond--down{color:var(--down)}.aid-anom__watch-cond--neutral{color:#d99000}.aid-basis{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.aid-basis__chip{font-size:11px;padding:3px 8px;border-radius:6px;background:var(--bg-inset-2);color:var(--text-secondary)}.aid-basis__chip--up{color:var(--up);background:#08a86614}.aid-basis__chip--down{color:var(--down);background:#f04e3514}.aid-basis__chip--neutral{color:#d99000;background:#f8ac001a}.aid-watch{margin-top:10px;padding:8px 10px;border-radius:8px;background:var(--bg-inset);font-size:12px;line-height:1.5;color:var(--text-secondary)}.aid-watch__label{display:inline-block;margin-right:6px;font-weight:600;color:var(--text-primary)}.aid-subblock{padding-top:12px;margin-top:12px;border-top:.5px solid var(--hairline)}.aid-subblock:first-of-type{padding-top:0;margin-top:0;border-top:none}.aid-subblock__title{font-size:13px;font-weight:600;color:var(--text-primary);margin-bottom:8px}.aid-acts{display:flex;flex-direction:column;margin-top:10px}.aid-act{padding:10px 0;border-bottom:.5px solid var(--hairline)}.aid-act:last-child{border-bottom:none}.aid-act__row{display:flex;align-items:center;gap:8px}.aid-act__dot{flex-shrink:0;width:6px;height:6px;border-radius:50%}.aid-act__dot--up{background:var(--up)}.aid-act__dot--down{background:var(--down)}.aid-act__dot--neutral{background:var(--tag-yellow)}.aid-act__title{flex:1;min-width:0;font-size:13px;font-weight:600;color:var(--text-primary)}.aid-act__date{flex-shrink:0;font-size:12px;color:var(--text-secondary)}.aid-act__analysis{margin:6px 0 0 14px;font-size:12px;line-height:1.5;color:var(--text-secondary)}.aid-analysts{display:flex;flex-direction:column;margin-top:4px}.aid-analyst{padding:8px 0;border-bottom:.5px solid var(--hairline)}.aid-analyst:last-child{border-bottom:none}.aid-analyst__row{display:flex;align-items:center;justify-content:space-between;gap:8px}.aid-analyst__left{display:flex;align-items:baseline;gap:6px;min-width:0}.aid-analyst__name{font-size:13px;font-weight:600;color:var(--text-primary)}.aid-analyst__time{font-size:10.5px;color:var(--text-tertiary)}.aid-analyst__rating{flex-shrink:0;font-size:11px;font-weight:600;padding:1px 8px;border-radius:100px}.aid-analyst__rating--up{color:var(--up);background:#08a8661a}.aid-analyst__rating--down{color:var(--down);background:#f04e351a}.aid-analyst__rating--neutral{color:#d99000;background:#f8ac001f}.aid-analyst__comment{margin-top:4px;font-size:12px;line-height:1.5;color:var(--text-secondary)}.aid-news{display:flex;flex-direction:column;margin-top:10px}.aid-news__item{display:flex;flex-direction:column;gap:4px;padding:10px 0;text-align:left;width:100%;border-bottom:.5px solid var(--hairline)}.aid-news__item:last-child{border-bottom:none}.aid-news__row{display:flex;align-items:center;gap:8px}.aid-news__read{font-size:11.5px;line-height:1.45;color:var(--text-secondary);padding-left:2px}.aid-news__tag{flex-shrink:0;font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px}.aid-news__tag--up{color:#fff;background:var(--up)}.aid-news__tag--down{color:#fff;background:var(--down)}.aid-news__tag--neutral{color:var(--text-secondary);background:var(--bg-tab-unselected)}.aid-news__title{flex:1;min-width:0;font-size:12.5px;line-height:1.35;color:var(--text-primary)}.aid-news__time{flex-shrink:0;font-size:11px;color:var(--text-tertiary)}.aid-asks{margin-top:4px;background:var(--bg-card);border-radius:10px;padding:12px}.aid-asks__title{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--text-primary);margin-bottom:8px}.aid-ask{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;text-align:left;padding:10px 12px;margin-top:8px;border-radius:8px;background:#f8ac0012;border:.5px solid rgba(248,172,0,.25)}.aid-ask:first-of-type{margin-top:0}.aid-ask__text{font-size:13px;line-height:1.4;color:var(--text-primary)}.aid-disclaimer{text-align:center;font-size:10.5px;color:var(--text-tertiary);padding:0 20px}.aidp-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;pointer-events:none}.aidp-root.is-open{pointer-events:auto}.aidp-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#14151c73;opacity:0;transition:opacity .28s ease}.aidp-root.is-open .aidp-scrim{opacity:1}.aidp-sheet{position:absolute;left:50%;bottom:0;transform:translate(-50%,100%);width:375px;max-width:100%;max-height:70vh;background:var(--bg-page);border-radius:16px 16px 0 0;display:flex;flex-direction:column;transition:transform .32s cubic-bezier(.32,.72,0,1);overflow:hidden}.aidp-root.is-open .aidp-sheet{transform:translate(-50%)}.aidp-header{background:var(--bg-card);padding:6px 15px 12px;border-bottom:.5px solid var(--hairline)}.aidp-header__row{display:flex;align-items:center;justify-content:space-between}.aidp-header__title{font-size:16px;font-weight:600;color:var(--text-primary)}.aidp-body{flex:1;overflow-y:auto;padding:12px 15px 24px}.aid-hotlist{display:flex;flex-direction:column;margin-top:8px}.aid-hotlist__item{display:flex;align-items:center;gap:8px;padding:8px 0;border-bottom:.5px solid var(--hairline)}.aid-hotlist__item:last-child{border-bottom:none}.aid-hotlist__item--self{margin:0 -8px;padding:8px;border-radius:6px;background:#f8ac0014;border-bottom-color:transparent}.aid-hotlist__rank{flex-shrink:0;width:18px;height:18px;line-height:18px;text-align:center;border-radius:4px;font-size:11px;font-weight:700;color:var(--text-tertiary)}.aid-hotlist__rank--top{color:#fff;background:var(--tag-yellow)}.aid-hotlist__stock{flex:1;min-width:0;display:flex;align-items:baseline;gap:6px}.aid-hotlist__symbol{font-size:12.5px;font-weight:700;color:var(--text-primary)}.aid-hotlist__name{font-size:11px;color:var(--text-tertiary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aid-hotlist__chg{flex-shrink:0;font-size:11px;font-weight:600}.aid-hotlist__chg--up{color:var(--up)}.aid-hotlist__chg--down{color:var(--down)}.aid-hotlist__heat{flex-shrink:0;width:46px;text-align:right;font-size:11px;font-weight:600;color:#b47c00}.chart-card{background:var(--bg-card);padding:8px 0 4px}.chart-periods{display:flex;align-items:center;gap:2px;padding:0 12px;height:32px}.chart-periods__item{display:inline-flex;align-items:center;gap:1px;min-width:26px;height:22px;padding:0 6px;border-radius:4px;font-size:12px;color:var(--text-secondary);justify-content:center}.chart-periods__item.is-active{background:#eef0f3;color:var(--text-primary);font-weight:500}.chart-periods__caret{font-size:8px}.chart-periods__spacer{flex:1}.chart-periods__tool{display:flex;align-items:center;padding:4px}.chart-body{display:flex;align-items:stretch;padding:4px 8px 0 15px;height:176px;position:relative}.chart-yaxis{display:flex;flex-direction:column;justify-content:space-between;width:40px;padding:2px 0;font-size:11px;color:var(--text-secondary)}.chart-plot{position:relative;flex:1;min-width:0}.chart-plot__svg{width:100%;height:100%;display:block}.chart-tag{position:absolute;font-size:11px;padding:1px 3px;border-radius:2px;color:#fff;transform:translateY(-50%);white-space:nowrap}.chart-tag--high{left:42%;background:var(--up)}.chart-tag--last{left:0;background:var(--down)}.chart-depth{width:72px;display:flex;flex-direction:column;justify-content:space-between;padding:2px 0;gap:1px}.chart-depth__row{flex:1;display:flex;align-items:center}.chart-depth__bar{height:2.5px;border-radius:1px}.chart-depth__bar--up{background:var(--up);opacity:.85}.chart-depth__bar--down{background:var(--down);opacity:.85}.chart-annos{position:relative;height:0}.chart-anno{position:absolute;right:8px;font-size:11px;padding:1px 3px;border-radius:2px;color:#fff}.chart-anno--pressure{top:-160px;background:#f8ac00}.chart-anno--avg{top:-142px;background:#ffa84b}.chart-anno--support{top:-64px;background:#447eff}.chart-timeaxis{display:flex;justify-content:space-between;padding:4px 80px 0 55px;font-size:11px;color:var(--text-secondary)}.chart-vol{padding:6px 87px 0 15px}.chart-vol__head{display:flex;justify-content:space-between;font-size:11px;color:var(--text-secondary);margin-bottom:2px}.chart-vol__head b{color:var(--text-primary);font-weight:400}.chart-vol__scale{color:var(--text-secondary)}.chart-vol__svg{width:100%;height:44px;display:block}.chart-legend{display:flex;align-items:center;gap:16px;padding:8px 15px 0;font-size:11px;color:var(--text-secondary)}.chart-legend__item{display:inline-flex;align-items:center;gap:4px}.dot{width:10px;height:2px;border-radius:1px;display:inline-block}.dot--dash{background:repeating-linear-gradient(90deg,#a6a9b6 0 3px,transparent 3px 5px)}.dot--support{background:#447eff}.dot--pressure{background:#f8ac00}.chart-legend__ratio{margin-left:auto;display:flex;align-items:center;gap:4px}.chart-legend__ratio-val{color:var(--up);font-weight:500}.chart-legend--sub{padding-top:4px}.chart-legend--sub b{color:var(--text-primary);font-weight:400}.chart-legend__explain{margin-left:auto;display:inline-flex;align-items:center;gap:3px}.chart-indicators{display:flex;align-items:center;gap:4px;padding:10px 15px 4px;overflow-x:auto;scrollbar-width:none}.chart-indicators::-webkit-scrollbar{display:none}.chart-indicators__item{flex-shrink:0;font-size:12px;color:var(--text-secondary);padding:2px 4px}.chart-indicators__item.is-active{color:var(--text-primary);font-weight:600}.cf-card{background:var(--bg-card);padding:14px 0;display:flex;flex-direction:column;align-items:center;gap:12px}.module-title{width:100%;height:36px;display:flex;align-items:center;justify-content:space-between;padding:0 15px}.module-title__text{font-size:18px;font-weight:500;color:var(--text-primary)}.module-title__icons{display:flex;align-items:center;gap:16px}.cf-tabs{width:100%;display:flex;gap:10px;padding:0 15px}.cf-tab{padding:6px 12px;border-radius:4px;font-size:14px;color:var(--text-secondary);background:var(--bg-tab-unselected)}.cf-tab.is-active{background:transparent;color:var(--text-primary);font-weight:500;border:.5px solid var(--border-btn)}.cf-date{width:100%;padding:0 15px;font-size:12px;color:var(--text-secondary)}.cf-donut-wrap{position:relative;width:375px;height:154px;display:flex;align-items:center;justify-content:center}.donut{display:block}.cf-donut-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:2px}.cf-donut-center__label{font-size:12px;color:var(--text-secondary)}.cf-donut-center__val{font-size:14px;font-weight:500;color:var(--text-primary)}.cf-pct{position:absolute;font-size:14px;color:var(--text-primary)}.cf-pct--tl{left:56px;top:24px}.cf-pct--ml{left:56px;top:79px}.cf-pct--bl{left:56px;top:125px}.cf-pct--tr{right:60px;top:20px}.cf-pct--mr{right:60px;top:62px}.cf-pct--br{right:60px;top:125px}.cf-inout{width:375px;height:40px;display:flex;align-items:center}.cf-inout__item{flex:1;display:flex;justify-content:center;gap:5px;font-size:14px;color:var(--text-primary);font-weight:500}.cf-bars{width:375px;display:flex;flex-direction:column}.cf-bar-row{height:28px;display:flex;align-items:center}.cf-bar-side{flex:1;display:flex;align-items:center;gap:8px;min-width:0}.cf-bar-side--left{justify-content:flex-end;padding-left:15px}.cf-bar-side--right{padding-right:15px}.cf-bar-val{font-size:14px;color:var(--text-primary)}.cf-bar{height:8px;border-radius:1px;flex-shrink:0}.cf-bar--up{background:var(--up)}.cf-bar--down{background:var(--down)}.cf-bar-label{width:67px;text-align:center;font-size:14px;color:var(--text-secondary)}.cf-note{width:345px;background:var(--bg-inset-2);border-radius:8px;padding:12px;font-size:13px;color:var(--text-secondary);line-height:1.5}.cf-note b{color:var(--text-primary);font-weight:500}.pc-card{background:var(--bg-card);padding:14px 0}.pc-head{height:36px;display:flex;align-items:center;justify-content:space-between;padding:0 15px}.pc-head__title{font-size:18px;font-weight:500;color:var(--text-primary)}.pc-head__right{display:flex;align-items:center;gap:10px}.pc-date{padding:12px 15px 0;font-size:12px;color:var(--text-secondary)}.pc-body{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 15px 0}.pc-chart{position:relative;width:159px;height:113px;border-top:.5px solid #e2e3e8;border-bottom:.5px solid #e2e3e8}.pc-chart__bars{display:flex;flex-direction:column;justify-content:space-between;height:100%;padding:1px 0;gap:1px}.pc-chart__row{flex:1;display:flex;align-items:center}.pc-chart__bar{height:2px;border-radius:1px}.pc-chart__bar--up{background:var(--up);opacity:.8}.pc-chart__bar--down{background:var(--down);opacity:.8}.pc-line{position:absolute;left:0;right:0;height:1px}.pc-line--pressure{background:var(--viz-purple)}.pc-line--avg{background:var(--viz-orange)}.pc-line--support{background:var(--viz-blue)}.pc-scale{position:absolute;right:2px;font-size:12px;color:var(--text-tertiary)}.pc-scale--top{top:-6px}.pc-scale--bottom{bottom:-6px}.pc-summary{width:162px;display:flex;flex-direction:column;gap:16px}.pc-ratio{display:flex;flex-direction:column;gap:4px}.pc-ratio__label{font-size:13px;color:var(--text-secondary)}.pc-ratio__val{font-size:20px;font-weight:500;color:var(--text-primary)}.pc-legend{display:flex;flex-direction:column;gap:6px}.pc-legend__row{display:flex;align-items:center;justify-content:space-between}.pc-legend__left{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-secondary)}.pc-legend__dot{width:6px;height:2px;border-radius:1px}.pc-legend__val{font-size:13px;color:var(--text-primary)}.pc-note{margin:20px 15px 0;background:var(--bg-inset-2);border-radius:8px;padding:12px;font-size:13px;color:var(--text-secondary);line-height:1.5}.bottombar{position:sticky;bottom:0;background:var(--bg-card);border-radius:16px 16px 0 0;box-shadow:0 -2px 8px #2c2e3b1f;padding-top:8px}.bottombar__tabs{display:flex;align-items:center;gap:24px;height:39px;padding:0 15px}.bottombar__tab{position:relative;font-size:16px;color:var(--text-secondary)}.bottombar__tab.is-active{color:var(--text-primary);font-weight:500}.bottombar__tab.is-active:after{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:-8px;width:16px;height:3px;border-radius:1.5px;background:var(--text-primary)}.bottombar__hairline{height:.5px;background:var(--hairline)}.bottombar__actions{height:48px;display:flex;align-items:center}.bottombar__trade{display:flex;gap:1px;padding-left:15px;flex:1}.bottombar__buy,.bottombar__sell{height:36px;width:86px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:500}.bottombar__buy{background:var(--up);border-radius:6px 0 0 6px}.bottombar__sell{background:var(--down-alt);border-radius:0 6px 6px 0}.bottombar__util{width:58px;height:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:10px;color:var(--text-secondary)}.bottombar__home{height:34px;display:flex;align-items:center;justify-content:center}.bottombar__home span{width:134px;height:5px;border-radius:100px;background:var(--text-primary)}.phone{width:375px;min-height:100vh;margin:0 auto;background:var(--bg-page);display:flex;flex-direction:column;position:relative;box-shadow:0 0 24px #00000014}.phone__scroll{flex:1;overflow-y:auto}.ai-refresh{position:absolute;top:52px;right:12px;z-index:60;display:inline-flex;align-items:center;gap:5px;height:30px;padding:0 12px;border-radius:100px;background:#f8ac00;color:#fff;font-size:12px;font-weight:600;box-shadow:0 2px 8px #f8ac0059;cursor:pointer}.ai-refresh:disabled{opacity:.7;cursor:default}.ai-refresh.is-loading svg{animation:ai-spin .9s linear infinite}@keyframes ai-spin{to{transform:rotate(360deg)}}.section-gap{height:8px;background:var(--bg-page)}@media (max-width: 400px){.phone{width:100%;box-shadow:none}}
