.el-message{--el-message-bg-color:var(--el-color-info-light-9);--el-message-border-color:var(--el-border-color-lighter);--el-message-padding:11px 15px;--el-message-close-size:16px;--el-message-close-icon-color:var(--el-text-color-placeholder);--el-message-close-hover-color:var(--el-text-color-secondary);box-sizing:border-box;border-radius:var(--el-border-radius-base);border-width:var(--el-border-width);border-style:var(--el-border-style);border-color:var(--el-message-border-color);background-color:var(--el-message-bg-color);width:max-content;max-width:calc(100% - 32px);transition:opacity var(--el-transition-duration), transform .4s, top .4s, bottom .4s;padding:var(--el-message-padding);align-items:center;gap:8px;display:flex;position:fixed}.el-message.is-left{left:16px}.el-message.is-right{right:16px}.el-message.is-center{left:50%;transform:translate(-50%)}.el-message.is-plain{background-color:var(--el-bg-color-overlay);border-color:var(--el-bg-color-overlay);box-shadow:var(--el-box-shadow-light)}.el-message p{margin:0}.el-message--primary{--el-message-bg-color:var(--el-color-primary-light-9);--el-message-border-color:var(--el-color-primary-light-8);--el-message-text-color:var(--el-color-primary)}.el-message--primary .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--primary{color:var(--el-message-text-color)}.el-message--success{--el-message-bg-color:var(--el-color-success-light-9);--el-message-border-color:var(--el-color-success-light-8);--el-message-text-color:var(--el-color-success)}.el-message--success .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--success{color:var(--el-message-text-color)}.el-message--info{--el-message-bg-color:var(--el-color-info-light-9);--el-message-border-color:var(--el-color-info-light-8);--el-message-text-color:var(--el-color-info)}.el-message--info .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--info{color:var(--el-message-text-color)}.el-message--warning{--el-message-bg-color:var(--el-color-warning-light-9);--el-message-border-color:var(--el-color-warning-light-8);--el-message-text-color:var(--el-color-warning)}.el-message--warning .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--warning{color:var(--el-message-text-color)}.el-message--error{--el-message-bg-color:var(--el-color-error-light-9);--el-message-border-color:var(--el-color-error-light-8);--el-message-text-color:var(--el-color-error)}.el-message--error .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--error{color:var(--el-message-text-color)}.el-message .el-message__badge{position:absolute;top:-8px;right:-8px}.el-message__content{padding:0;font-size:14px;line-height:1}.el-message__content:focus{outline-width:0}.el-message .el-message__closeBtn{cursor:pointer;color:var(--el-message-close-icon-color);font-size:var(--el-message-close-size)}.el-message .el-message__closeBtn:focus{outline-width:0}.el-message .el-message__closeBtn:hover{color:var(--el-message-close-hover-color)}.el-message-fade-enter-from,.el-message-fade-leave-to{opacity:0}.el-message-fade-enter-from.is-left,.el-message-fade-enter-from.is-right,.el-message-fade-leave-to.is-left,.el-message-fade-leave-to.is-right{transform:translateY(-100%)}.el-message-fade-enter-from.is-left.is-bottom,.el-message-fade-enter-from.is-right.is-bottom,.el-message-fade-leave-to.is-left.is-bottom,.el-message-fade-leave-to.is-right.is-bottom{transform:translateY(100%)}.el-message-fade-enter-from.is-center,.el-message-fade-leave-to.is-center{transform:translate(-50%,-100%)}.el-message-fade-enter-from.is-center.is-bottom,.el-message-fade-leave-to.is-center.is-bottom{transform:translate(-50%,100%)}:root{--el-popup-modal-bg-color:var(--el-color-black);--el-popup-modal-opacity:.5}.v-modal-enter{animation:v-modal-in var(--el-transition-duration-fast) ease}.v-modal-leave{animation:v-modal-out var(--el-transition-duration-fast) ease forwards}@keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-out{to{opacity:0}}.v-modal{width:100%;height:100%;opacity:var(--el-popup-modal-opacity);background:var(--el-popup-modal-bg-color);position:fixed;top:0;left:0}.el-popup-parent--hidden{overflow:hidden}.el-message-box{--el-messagebox-title-color:var(--el-text-color-primary);--el-messagebox-width:420px;--el-messagebox-border-radius:4px;--el-messagebox-box-shadow:var(--el-box-shadow);--el-messagebox-font-size:var(--el-font-size-large);--el-messagebox-content-font-size:var(--el-font-size-base);--el-messagebox-content-color:var(--el-text-color-regular);--el-messagebox-error-font-size:12px;--el-messagebox-padding-primary:12px;--el-messagebox-font-line-height:var(--el-font-line-height-primary);max-width:var(--el-messagebox-width);width:100%;padding:var(--el-messagebox-padding-primary);vertical-align:middle;background-color:var(--el-bg-color);border-radius:var(--el-messagebox-border-radius);font-size:var(--el-messagebox-font-size);box-shadow:var(--el-messagebox-box-shadow);text-align:left;backface-visibility:hidden;box-sizing:border-box;overflow-wrap:break-word;display:inline-block;position:relative;overflow:hidden}.el-message-box:focus{outline:none!important}.is-message-box .el-overlay-message-box{text-align:center;padding:16px;position:fixed;inset:0;overflow:auto}.is-message-box .el-overlay-message-box:after{content:"";vertical-align:middle;width:0;height:100%;display:inline-block}.el-message-box.is-draggable .el-message-box__header{cursor:move;-webkit-user-select:none;user-select:none}.el-message-box__header{padding-bottom:var(--el-messagebox-padding-primary)}.el-message-box__header.show-close{padding-right:calc(var(--el-messagebox-padding-primary) + var(--el-message-close-size,16px))}.el-message-box__title{font-size:var(--el-messagebox-font-size);line-height:var(--el-messagebox-font-line-height);color:var(--el-messagebox-title-color)}.el-message-box__headerbtn{width:40px;height:40px;font-size:var(--el-message-close-size,16px);cursor:pointer;background:0 0;border:none;outline:none;padding:0;position:absolute;top:0;right:0}.el-message-box__headerbtn .el-message-box__close{color:var(--el-color-info);font-size:inherit}.el-message-box__headerbtn:focus .el-message-box__close,.el-message-box__headerbtn:hover .el-message-box__close{color:var(--el-color-primary)}.el-message-box__content{color:var(--el-messagebox-content-color);font-size:var(--el-messagebox-content-font-size)}.el-message-box__container{align-items:center;gap:12px;display:flex}.el-message-box__input{padding-top:12px}.el-message-box__input div.invalid>input,.el-message-box__input div.invalid>input:focus{border-color:var(--el-color-error)}.el-message-box__status{font-size:24px}.el-message-box__status.el-message-box-icon--primary{--el-messagebox-color:var(--el-color-primary);color:var(--el-messagebox-color)}.el-message-box__status.el-message-box-icon--success{--el-messagebox-color:var(--el-color-success);color:var(--el-messagebox-color)}.el-message-box__status.el-message-box-icon--info{--el-messagebox-color:var(--el-color-info);color:var(--el-messagebox-color)}.el-message-box__status.el-message-box-icon--warning{--el-messagebox-color:var(--el-color-warning);color:var(--el-messagebox-color)}.el-message-box__status.el-message-box-icon--error{--el-messagebox-color:var(--el-color-error);color:var(--el-messagebox-color)}.el-message-box__message{min-width:0;margin:0}.el-message-box__message p{line-height:var(--el-messagebox-font-line-height);margin:0}.el-message-box__errormsg{color:var(--el-color-error);font-size:var(--el-messagebox-error-font-size);line-height:var(--el-messagebox-font-line-height)}.el-message-box__btns{padding-top:var(--el-messagebox-padding-primary);flex-wrap:wrap;justify-content:flex-end;align-items:center;display:flex}.el-message-box--center .el-message-box__title{justify-content:center;align-items:center;gap:6px;display:flex}.el-message-box--center .el-message-box__status{font-size:inherit}.el-message-box--center .el-message-box__btns,.el-message-box--center .el-message-box__container{justify-content:center}.el-message-box-parent--hidden{overflow:hidden}.fade-in-linear-enter-active .el-overlay-message-box{animation:msgbox-fade-in var(--el-transition-duration)}.fade-in-linear-leave-active .el-overlay-message-box{animation:msgbox-fade-in var(--el-transition-duration) reverse}@keyframes msgbox-fade-in{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translate(0)}}.el-overlay{z-index:2000;background-color:var(--el-overlay-color-lighter);height:100%;position:fixed;inset:0;overflow:auto}.el-overlay .el-overlay-root{height:0}html.dark{--lightningcss-light: ;--lightningcss-dark:initial;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--el-color-primary:#409eff;--el-color-primary-light-3:#3375b9;--el-color-primary-light-5:#2a598a;--el-color-primary-light-7:#213d5b;--el-color-primary-light-8:#1d3043;--el-color-primary-light-9:#18222b;--el-color-primary-dark-2:#66b1ff;--el-color-success:#67c23a;--el-color-success-light-3:#4e8e2f;--el-color-success-light-5:#3e6b27;--el-color-success-light-7:#2d481f;--el-color-success-light-8:#25371c;--el-color-success-light-9:#1c2518;--el-color-success-dark-2:#85ce61;--el-color-warning:#e6a23c;--el-color-warning-light-3:#a77730;--el-color-warning-light-5:#7d5b28;--el-color-warning-light-7:#533f20;--el-color-warning-light-8:#3e301c;--el-color-warning-light-9:#292218;--el-color-warning-dark-2:#ebb563;--el-color-danger:#f56c6c;--el-color-danger-light-3:#b25252;--el-color-danger-light-5:#854040;--el-color-danger-light-7:#582e2e;--el-color-danger-light-8:#412626;--el-color-danger-light-9:#2a1d1d;--el-color-danger-dark-2:#f78989;--el-color-error:#f56c6c;--el-color-error-light-3:#b25252;--el-color-error-light-5:#854040;--el-color-error-light-7:#582e2e;--el-color-error-light-8:#412626;--el-color-error-light-9:#2a1d1d;--el-color-error-dark-2:#f78989;--el-color-info:#909399;--el-color-info-light-3:#6b6d71;--el-color-info-light-5:#525457;--el-color-info-light-7:#393a3c;--el-color-info-light-8:#2d2d2f;--el-color-info-light-9:#202121;--el-color-info-dark-2:#a6a9ad;--el-box-shadow:0px 12px 32px 4px #0000005c, 0px 8px 20px #000000b8;--el-box-shadow-light:0px 0px 12px #000000b8;--el-box-shadow-lighter:0px 0px 6px #000000b8;--el-box-shadow-dark:0px 16px 48px 16px #000000b8, 0px 12px 32px #000, 0px 8px 16px -8px #000;--el-bg-color-page:#0a0a0a;--el-bg-color:#141414;--el-bg-color-overlay:#1d1e1f;--el-text-color-primary:#e5eaf3;--el-text-color-regular:#cfd3dc;--el-text-color-secondary:#a3a6ad;--el-text-color-placeholder:#8d9095;--el-text-color-disabled:#6c6e72;--el-border-color-darker:#636466;--el-border-color-dark:#58585b;--el-border-color:#4c4d4f;--el-border-color-light:#414243;--el-border-color-lighter:#363637;--el-border-color-extra-light:#2b2b2c;--el-fill-color-darker:#424243;--el-fill-color-dark:#39393a;--el-fill-color:#303030;--el-fill-color-light:#262727;--el-fill-color-lighter:#1d1d1d;--el-fill-color-extra-light:#191919;--el-fill-color-blank:#141414;--el-mask-color:#000c;--el-mask-color-extra-light:#0000004d}html.dark .el-button{--el-button-disabled-text-color:#ffffff80}html.dark .el-card{--el-card-bg-color:var(--el-bg-color-overlay);--el-fill-color-blank:var(--el-card-bg-color)}html.dark .el-empty{--el-empty-fill-color-0:var(--el-color-black);--el-empty-fill-color-1:#4b4b52;--el-empty-fill-color-2:#36383d;--el-empty-fill-color-3:#1e1e20;--el-empty-fill-color-4:#262629;--el-empty-fill-color-5:#202124;--el-empty-fill-color-6:#212224;--el-empty-fill-color-7:#1b1c1f;--el-empty-fill-color-8:#1c1d1f;--el-empty-fill-color-9:#18181a}html.dark{--el-bg-color:#222533;--el-bg-color-page:#1a1d29;--el-bg-color-overlay:#2a2e3d;--el-text-color-primary:#d4d7e0;--el-text-color-regular:#b8bcc8;--el-text-color-secondary:#8b90a0;--el-text-color-placeholder:#6b7080;--el-border-color:#2f3344;--el-border-color-light:#2f3344;--el-border-color-lighter:#2a2e3d;--el-fill-color-blank:#222533;--el-fill-color-light:#2a2e3d;--el-fill-color-lighter:#252837}html.dark body,html.dark .app-layout,html.dark .app-main{color:#d4d7e0;background:#1a1d29!important}html.dark .el-card,html.dark .panel,html.dark .hero,html.dark .index-section,html.dark .overview-section,html.dark .watchlist-section,html.dark .selected-conditions,html.dark .conditions-area,html.dark .result-panel,html.dark .bottom-bar,html.dark .summary-card,html.dark .order-section,html.dark .tabs-section,html.dark .toolbar,html.dark .article-card,html.dark .stock-detail,html.dark .el-dialog,html.dark .el-drawer,html.dark .el-drawer__body{color:#d4d7e0!important;background:#222533!important;border-color:#2f3344!important;box-shadow:0 2px 12px #00000040!important}html.dark .hero-section{background:linear-gradient(135deg,#1e2233 0%,#1f2540 100%)!important;border:1px solid #2f3344!important}html.dark .el-table{--el-table-bg-color:#222533;--el-table-tr-bg-color:#222533;--el-table-header-bg-color:#2a2e3d;--el-table-border-color:#2f3344;--el-table-row-hover-bg-color:#2a2e3d;color:#d4d7e0!important;background:#222533!important}html.dark .el-table th.el-table__cell{color:#b8bcc8!important;background:#2a2e3d!important;border-color:#2f3344!important}html.dark .el-table td.el-table__cell{color:#d4d7e0!important;background:#222533!important;border-color:#2f3344!important}html.dark .el-table__body tr:hover>td.el-table__cell{background:#2a2e3d!important}html.dark .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell{background:#252837!important}html.dark table{color:#d4d7e0;background:0 0}html.dark th{color:#b8bcc8!important;background:#2a2e3d!important;border-color:#2f3344!important}html.dark td{color:#d4d7e0!important;border-color:#2f3344!important}html.dark .el-input__wrapper,html.dark .el-input__inner,html.dark .el-textarea__inner{color:#d4d7e0!important;background:#2a2e3d!important;box-shadow:inset 0 0 0 1px #2f3344!important}html.dark .el-input__inner::placeholder,html.dark .el-textarea__inner::placeholder{color:#6b7080!important}html.dark input,html.dark textarea,html.dark select{color:#d4d7e0;background:#2a2e3d;border-color:#2f3344}html.dark input::placeholder{color:#6b7080}html.dark .el-dialog,html.dark .el-dialog__header,html.dark .el-dialog__body,html.dark .el-dialog__footer{color:#d4d7e0!important;background:#222533!important}html.dark .el-dialog__title{color:#e5e8f0!important}html.dark .el-overlay{background-color:#0000008c!important}html.dark .el-popper,html.dark .el-select-dropdown,html.dark .el-dropdown-menu,html.dark .el-picker-panel{color:#d4d7e0!important;background:#2a2e3d!important;border-color:#2f3344!important}html.dark .el-select-dropdown__item{color:#b8bcc8!important}html.dark .el-select-dropdown__item:hover,html.dark .el-select-dropdown__item.is-hovering{color:#e5e8f0!important;background:#343a4d!important}html.dark .el-message{background:#2a2e3d!important;border-color:#2f3344!important}html.dark .el-message__content{color:#d4d7e0!important}html.dark .el-message-box{background:#222533!important;border-color:#2f3344!important}html.dark .el-message-box__title,html.dark .el-message-box__message{color:#d4d7e0!important}html.dark .stock-name,html.dark .table-name,html.dark .table-label,html.dark .article-title,html.dark .panel-title,html.dark .section-title,html.dark .hero-title,html.dark .stat-value,html.dark .ov-value,html.dark .price,html.dark .info-value,html.dark .value,html.dark .pos-name,html.dark .strategy-name,html.dark .review-name,html.dark .header-title{color:#e5e8f0!important}html.dark .label,html.dark .info-label,html.dark .ci-label,html.dark .stat-key,html.dark .pos-row span:first-child,html.dark .ov-label,html.dark .stat-label,html.dark .stock-code,html.dark .table-code,html.dark .col-name,html.dark .mono{color:#8b90a0!important}html.dark .info-grid,html.dark .company-grid,html.dark .company-block,html.dark .company-panel,html.dark .estimate,html.dark .selected-stock,html.dark .position-item,html.dark .order-item,html.dark .trade-item,html.dark .cashflow-item,html.dark .review-card,html.dark .stats-row .stat-card,html.dark .index-card,html.dark .overview-card,html.dark .suggestion-item:hover{color:#d4d7e0!important;background:#2a2e3d!important;border-color:#2f3344!important}html.dark .index-card:hover,html.dark .review-card:hover{background:#343a4d!important}html.dark .suggestions{background:#222533!important;border:1px solid #2f3344!important;box-shadow:0 8px 24px #00000080!important}html.dark .search-box,html.dark .stock-input,html.dark .watch-search{color:#d4d7e0!important;background:#2a2e3d!important}html.dark .search-input,html.dark .watch-input{color:#d4d7e0!important}html.dark .search-input::placeholder,html.dark .watch-input::placeholder{color:#6b7080!important}html.dark .tabs,html.dark .filter-tabs,html.dark .sort-tabs,html.dark .log-filters{background:#252837!important}html.dark .tab,html.dark .filter-tab,html.dark .sort-tab,html.dark .log-filter{color:#8b90a0!important}html.dark .tab.active,html.dark .filter-tab.active,html.dark .sort-tab.active,html.dark .log-filter.active{color:#fff!important;background:#3a5bc7!important}html.dark .el-button--default{color:#b8bcc8;background:#2a2e3d;border-color:#2f3344}html.dark .el-button--default:hover{color:#4d7aff;background:#343a4d;border-color:#4d7aff}html.dark .list-row,html.dark .list-header{background:0 0!important;border-color:#2f3344!important}html.dark .list-row.stale{background:#33291a!important}html.dark .list-row.error{background:#33222a!important}html.dark .text-up{color:#ef6b6b!important}html.dark .text-down{color:#4ec98b!important}html.dark .index-card.up .index-value,html.dark .index-card.up .index-change{color:#ef6b6b!important}html.dark .index-card.down .index-value,html.dark .index-card.down .index-change{color:#4ec98b!important}html.dark ::-webkit-scrollbar{width:6px;height:6px}html.dark ::-webkit-scrollbar-track{background:#1a1d29}html.dark ::-webkit-scrollbar-thumb{background:#3a3f52;border-radius:3px}html.dark ::-webkit-scrollbar-thumb:hover{background:#4a5065}html.dark .app-header,html.dark .app-bottom-nav{background:#222533!important;border-color:#2f3344!important}html.dark .icon-btn{color:#b8bcc8!important;background:#2a2e3d!important}html.dark .icon-btn:hover{color:#4d7aff!important;background:#343a4d!important}html.dark .tag,html.dark .chip{color:#8ba5ff!important;background:#2f3344!important}html.dark .type-tag.api{color:#7fa5ff!important;background:#2a3554!important}html.dark .type-tag.biz{color:#4ec98b!important;background:#1f3a2e!important}html.dark .left-menu{background:#252837!important}html.dark .menu-item{color:#8b90a0!important}html.dark .menu-item:hover{color:#8ba5ff!important;background:#2f3344!important}html.dark .menu-item.active{color:#fff!important;background:#3a5bc7!important;border-left-color:#4d7aff!important}html.dark .conditions-area{background:#222533!important}html.dark .group-title{color:#b8bcc8!important}html.dark .option-btn{color:#b8bcc8!important;background:#2a2e3d!important;border-color:#2f3344!important}html.dark .option-btn:hover{color:#8ba5ff!important;border-color:#4d7aff!important}html.dark .option-btn.selected{color:#8ba5ff!important;background:#2a3554!important;border-color:#4d7aff!important}html.dark .option-btn.selected .dot{background:#4d7aff!important}html.dark .chip{color:#8ba5ff!important;background:#2a3554!important}html.dark .chip-close{color:#8ba5ff}html.dark .link-action{color:#4d7aff!important}html.dark .bottom-bar{background:#222533!important}html.dark .selected-count{color:#b8bcc8!important}html.dark .selected-count b{color:#8ba5ff!important}html.dark .confirm-btn{background:#3a5bc7!important}html.dark .confirm-btn:hover:not(:disabled){background:#4d7aff!important}html.dark .collapse-link{color:#8b90a0!important}html.dark .collapse-link:hover{color:#8ba5ff!important}html.dark .result-panel{background:#222533!important}html.dark .result-title{color:#e5e8f0!important}html.dark .result-date{color:#8b90a0!important}html.dark .tool-btn{color:#b8bcc8!important;background:#2a2e3d!important;border-color:#2f3344!important}html.dark .tool-btn:hover{color:#8ba5ff!important;border-color:#4d7aff!important}html.dark .stock-link{color:#8ba5ff!important}html.dark .buy-link{color:#ef6b6b!important}html.dark .sub-label{color:#b8bcc8!important}html.dark .range-sep,html.dark .range-unit{color:#8b90a0!important}html.dark .preset-tag{color:#8b90a0!important;background:0 0!important;border-color:#3a3f52!important}html.dark .preset-tag:hover{color:#8ba5ff!important;background:#2a3554!important;border-color:#4d7aff!important}html.dark .select-btn{color:#b8bcc8!important;background:#2a2e3d!important;border-color:#2f3344!important}html.dark .select-btn:hover{color:#8ba5ff!important;border-color:#4d7aff!important}html.dark .select-btn.active{color:#fff!important;background:#3a5bc7!important;border-color:#3a5bc7!important}html.dark .no-sub-tip{color:#8b90a0!important}html.dark .strategy-item{background:#252837!important;border-color:#2f3344!important}html.dark .strategy-item:hover{background:#2a2e3d!important;border-color:#4d7aff!important}html.dark .strategy-name{color:#e5e8f0!important}html.dark .strategy-meta{color:#8b90a0!important}html.dark .strategy-delete{color:#6b7080!important}html.dark .strategy-delete:hover{color:#ef6b6b!important;background:#3a2028!important}html.dark .empty-strategy{color:#8b90a0!important}html.dark .selected-conditions{background:#222533!important}html.dark .section-label{color:#e5e8f0!important}html.dark .empty-tip{color:#6b7080!important}html.dark .quant-tools .hero{background:linear-gradient(135deg,#16192a 0%,#1c2340 55%,#253266 100%)!important}html.dark .status-bar.ok{color:#4ec98b!important;background:#52d17d1f!important;border-color:#52d17d4d!important}html.dark .status-bar.warn{color:#f5a623!important;background:#f5a6231f!important;border-color:#f5a6234d!important}html.dark .order-title{color:#e5e8f0!important}html.dark .selected-stock{background:#2a2e3d!important}html.dark .selected-stock .name,html.dark .selected-stock .current-price{color:#e5e8f0!important}html.dark .selected-stock .code,html.dark .selected-stock .price-label{color:#8b90a0!important}html.dark .quantity-input label{color:#b8bcc8!important}html.dark .qty-input{color:#d4d7e0!important;background:#2a2e3d!important;border-color:#2f3344!important}html.dark .quick-qty button{color:#8b90a0!important;background:#2a2e3d!important;border-color:#2f3344!important}html.dark .quick-qty button:hover{color:#8ba5ff!important;border-color:#4d7aff!important}html.dark .estimate{background:#2a2e3d!important}html.dark .estimate-row{color:#8b90a0!important}html.dark .estimate-row.total{color:#e5e8f0!important;border-top-color:#3a3f52!important}html.dark .dir-btn{color:#8b90a0;background:#2a2e3d}html.dark .dir-btn.buy.active{background:#d94a4a!important}html.dark .dir-btn.sell.active{background:#2ea06e!important}html.dark .tab-badge{background:#3a5bc7}html.dark .position-item,html.dark .order-item,html.dark .trade-item,html.dark .cashflow-item{background:#252837!important}html.dark .pos-name,html.dark .order-name,html.dark .trade-name,html.dark .cf-type{color:#e5e8f0!important}html.dark .pos-code,html.dark .order-meta,html.dark .trade-meta,html.dark .cf-time,html.dark .order-time,html.dark .trade-amount,html.dark .pos-row span:first-child{color:#8b90a0!important}html.dark .pos-row span:last-child{color:#d4d7e0!important}html.dark .cf-amount{color:#e5e8f0!important}html.dark .empty{color:#6b7080!important}html.dark .reset-btn{color:#8b90a0!important;background:#2a2e3d!important;border-color:#2f3344!important}html.dark .reset-btn:hover{color:#ef6b6b!important;border-color:#ef6b6b!important}html.dark .close-badge{background:#ffffff14!important;border-color:#ffffff26!important}html.dark .date-label{color:#8b90a0!important;background:#2a2e3d!important}html.dark .sector-table th{color:#b8bcc8!important;background:#2a2e3d!important}html.dark .sector-table td{color:#d4d7e0!important;border-color:#2f3344!important}html.dark .sector-table tr:hover td{background:#2a2e3d!important}html.dark .sector-name{color:#e5e8f0!important}html.dark .leader-stock{color:#8ba5ff!important}html.dark .leader-stock-disabled{color:#6b7080!important}html.dark .rank,html.dark .stat-chip{color:#8b90a0!important;background:#2a2e3d!important}html.dark .review-card{background:#252837!important;border-color:#2f3344!important}html.dark .review-card:hover{background:#2a2e3d!important;border-color:#4d7aff!important;box-shadow:0 4px 16px #0006!important}html.dark .review-name{color:#e5e8f0!important}html.dark .review-code,html.dark .info-label{color:#8b90a0!important}html.dark .review-reason{color:#8b90a0!important;border-top-color:#2f3344!important}html.dark .timeline-slot{border-bottom-color:#2f3344!important}html.dark .time-badge{background:#3a5bc7!important}html.dark .time-count{color:#8b90a0!important}html.dark .timeline-stock{background:#252837!important;border-color:#2f3344!important}html.dark .timeline-stock:hover{background:#2a2e3d!important;border-color:#4d7aff!important}html.dark .stat-card{background:#222533!important}html.dark .stat-value{color:#e5e8f0!important}html.dark .stat-label{color:#8b90a0!important}html.dark .list-header{color:#b8bcc8!important;background:#2a2e3d!important}html.dark .list-row{background:0 0!important;border-color:#2f3344!important}html.dark .list-row:hover{background:#2a2e3d!important}html.dark .table-label{color:#e5e8f0!important}html.dark .col-name{color:#8b90a0!important}html.dark .col-date,html.dark .col-count{color:#b8bcc8!important}html.dark .col-update{color:#8b90a0!important}html.dark .log-table th{color:#b8bcc8!important;background:#2a2e3d!important}html.dark .log-table td{color:#d4d7e0!important;border-color:#2f3344!important}html.dark .log-table tr.log-error td{background:#33222a!important}html.dark .empty-cell{color:#6b7080!important}html.dark .badge{background:#ffffff14!important;border-color:#ffffff26!important}html.dark .badge.data-source{background:#4ec98b1f!important;border-color:#4ec98b4d!important}html.dark .search-input{color:#d4d7e0!important;background:#2a2e3d!important;border-color:#2f3344!important}html.dark .search-input::placeholder{color:#6b7080!important}html.dark .refresh-btn{color:#8ba5ff!important;background:#2a2e3d!important}html.dark .refresh-btn:hover:not(:disabled){background:#343a4d!important}html.dark .loading-state,html.dark .empty-state{background:#222533!important}html.dark .empty-icon{color:#4a5065!important}html.dark .empty-title{color:#e5e8f0!important}html.dark .empty-desc{color:#8b90a0!important}html.dark .article-card{border-color:#0000;background:#222533!important}html.dark .article-card:hover{background:#252837!important;border-color:#4d7aff!important}html.dark .article-excerpt{color:#8b90a0!important}html.dark .meta-item{color:#6b7080!important}html.dark .ai-summary-box{background:linear-gradient(135deg,#1f2942,#253054)!important;border-color:#2f3d63!important}html.dark .ai-summary-label{color:#8ba5ff!important}html.dark .ai-summary-text{color:#b8bcc8!important}html.dark .ai-summary-box.pending{color:#8b90a0!important;background:#252837!important;border-color:#2f3344!important}html.dark .ai-summary-box.pending .large{color:#4a5065!important}html.dark .status-tag.done{color:#4ec98b!important;background:#4ec98b26!important}html.dark .status-tag.analyzing{color:#8ba5ff!important;background:#4d7aff26!important}html.dark .status-tag.draft{color:#f5a623!important;background:#f5a62326!important}html.dark .top-bar{background:#1a1d29!important;border-bottom-color:#2f3344!important}html.dark .back-btn{color:#b8bcc8!important}html.dark .back-btn:hover{color:#8ba5ff!important;background:#2a2e3d!important}html.dark .page-title{color:#8b90a0!important}html.dark .sidebar-title{color:#6b7080!important}html.dark .nav-item{color:#8b90a0!important}html.dark .nav-item:hover{color:#8ba5ff!important;background:#252837!important}html.dark .nav-item.active{color:#8ba5ff!important;background:#1f2942!important;border-left-color:#4d7aff!important}html.dark .main-content{background:#222533!important}html.dark .article-title{color:#e5e8f0!important}html.dark .article-meta{color:#8b90a0!important}html.dark .cover{background:linear-gradient(135deg,#0f1523 0%,#0a1018 100%)!important}html.dark .cover-summary{color:#4ec98b!important}html.dark .ai-box{background:linear-gradient(135deg,#1f2942,#253054)!important;border-color:#2f3d63!important}html.dark .ai-label{color:#8ba5ff!important}html.dark .ai-text{color:#b8bcc8!important}html.dark .markdown-body{color:#d4d7e0!important}html.dark .markdown-body h2{color:#e5e8f0!important;border-left-color:#4d7aff!important}html.dark .markdown-body h3,html.dark .markdown-body strong{color:#e5e8f0!important}html.dark .markdown-body code{color:#ef6b6b!important;background:#2a2e3d!important}html.dark .markdown-body blockquote{color:#8b90a0!important;background:#252837!important;border-left-color:#3a3f52!important}html.dark .markdown-body table th{color:#b8bcc8!important;background:#2a2e3d!important;border-color:#2f3344!important}html.dark .markdown-body table td{border-color:#2f3344!important}html.dark .markdown-body hr{border-top-color:#2f3344!important}html.dark .el-drawer.stock-drawer,html.dark .stock-drawer .el-drawer__body{background:#222533!important}html.dark .drawer-body{color:#d4d7e0}html.dark .drawer-header{border-bottom-color:#2f3344!important}html.dark .stock-name{color:#e5e8f0!important}html.dark .stock-code{color:#8b90a0!important}html.dark .close-btn{color:#8b90a0!important;background:#2a2e3d!important}html.dark .close-btn:hover{color:#8ba5ff!important;background:#343a4d!important}html.dark .info-grid{background:#252837!important}html.dark .info-label{color:#8b90a0!important}html.dark .info-value{color:#d4d7e0!important}html.dark .tabs{border-bottom-color:#2f3344!important}html.dark .tab{color:#8b90a0!important}html.dark .tab:hover{color:#8ba5ff!important}html.dark .tab.active{color:#8ba5ff!important;border-bottom-color:#4d7aff!important}html.dark .company-panel::-webkit-scrollbar-thumb{background:#3a3f52!important}html.dark .company-grid,html.dark .company-block{background:#252837!important}html.dark .ci-label{color:#8b90a0!important}html.dark .ci-value{color:#d4d7e0!important}html.dark .ci-value .link{color:#8ba5ff!important}html.dark .block-title{color:#8ba5ff!important;border-left-color:#4d7aff!important}html.dark .block-text{color:#b8bcc8!important}html.dark .company-loading,html.dark .company-empty,html.dark .drawer-loading{color:#8b90a0!important}html.dark .drawer-footer{border-top-color:#2f3344!important}html.dark .action-btn{color:#b8bcc8!important;background:#2a2e3d!important;border-color:#2f3344!important}html.dark .action-btn:hover{color:#8ba5ff!important;background:#343a4d!important;border-color:#4d7aff!important}html.dark .action-btn.primary{color:#fff!important;background:#3a5bc7!important;border-color:#3a5bc7!important}html.dark .action-btn.primary:hover{background:#4d7aff!important;border-color:#4d7aff!important}html.dark .action-btn.watched{color:#8ba5ff!important;background:#1f2942!important;border-color:#2f3d63!important}html.dark .action-btn.watched:hover{background:#253054!important}html.dark .action-btn.buy-btn{color:#fff!important;background:#d94a4a!important;border-color:#d94a4a!important}html.dark .action-btn.buy-btn:hover{background:#ef6b6b!important;border-color:#ef6b6b!important}html.dark .chart{background:0 0}html.dark .reset-confirm-box{background:#222533!important}html.dark .reset-confirm-box .el-message-box__title{color:#e5e8f0!important}html.dark .reset-confirm-box .el-message-box__content{color:#b8bcc8!important}html.dark .reset-cancel-btn{color:#b8bcc8!important;background:#2a2e3d!important;border-color:#2f3344!important}html.dark .reset-cancel-btn:hover{color:#8ba5ff!important;background:#343a4d!important;border-color:#4d7aff!important}.el-message-box__btns .el-button{min-height:32px;border-radius:8px!important;padding:8px 20px!important;font-size:13px!important;font-weight:600!important}.el-message-box{min-width:420px;border-radius:16px!important;padding:24px!important}.el-message-box__title{font-size:18px!important;font-weight:700!important}.el-message-box__content{padding:12px 0 20px!important;font-size:14px!important;line-height:1.7!important}.el-message-box__btns{gap:12px!important;padding-top:8px!important}
