.app-sidebar{background:var(--app-sidebar-bg);width:100%;height:100%;min-height:0;color:var(--app-sidebar-text);flex-direction:column;display:flex}.app-sidebar button{font-family:inherit}.app-sidebar-brand{border:0;border-bottom:1px solid var(--app-sidebar-border);color:#fff;cursor:pointer;text-align:left;background:0 0;align-items:center;gap:10px;width:100%;min-height:68px;padding:12px 14px;display:flex}.app-sidebar-brand:hover{background:var(--app-sidebar-hover)}.app-sidebar-logo{object-fit:cover;border-radius:8px;flex:0 0 34px;width:34px;height:34px}.app-sidebar-logo-fallback{background:linear-gradient(135deg,#ff6b35,#e8313f);justify-content:center;align-items:center;font-size:18px;display:inline-flex}.app-sidebar-brand-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.app-sidebar-brand-copy strong,.app-sidebar-brand-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.app-sidebar-brand-copy strong{color:#fff;font-size:16px;font-weight:700;line-height:22px}.app-sidebar-brand-copy small{width:125%;color:var(--app-sidebar-muted);transform-origin:0;font-size:11px;line-height:16px;transform:scaleX(.8)}.app-sidebar-menu-scroll{scrollbar-width:none;flex:1;min-height:0;overflow-y:auto}.app-sidebar-menu-scroll::-webkit-scrollbar{display:none}.app-sidebar-menu.ant-menu-dark{color:var(--app-sidebar-text);background:0 0;border-inline-end:0}.app-sidebar-menu.ant-menu-dark .ant-menu-item-group-title{color:var(--app-sidebar-muted);padding:10px 16px 4px;font-size:12px;font-weight:600;line-height:16px}.app-sidebar-menu.ant-menu-dark .ant-menu-item,.app-sidebar-menu.ant-menu-dark .ant-menu-submenu-title{border-radius:8px;width:auto;height:38px;margin:2px 8px;line-height:38px;padding-inline:12px!important}.app-sidebar-menu.ant-menu-dark .ant-menu-item .anticon,.app-sidebar-menu.ant-menu-dark .ant-menu-submenu-title .anticon{font-size:15px}.app-sidebar:not(.is-collapsed) .app-sidebar-menu.ant-menu-dark .ant-menu-item,.app-sidebar:not(.is-collapsed) .app-sidebar-menu.ant-menu-dark .ant-menu-submenu-title{padding-inline:20px 12px!important}.app-sidebar:not(.is-collapsed) .app-sidebar-menu.ant-menu-dark .ant-menu-item>.ant-menu-title-content,.app-sidebar:not(.is-collapsed) .app-sidebar-menu.ant-menu-dark .ant-menu-submenu-title>.ant-menu-title-content{margin-inline-start:6px}.app-sidebar-menu.ant-menu-dark .ant-menu-item:hover,.app-sidebar-menu.ant-menu-dark .ant-menu-submenu-title:hover{background:var(--app-sidebar-hover);color:#fff}.app-sidebar-menu.ant-menu-dark .ant-menu-item-selected{background:var(--app-sidebar-selected);color:#fff;font-weight:600}.app-sidebar-menu.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title{background:var(--app-sidebar-selected);color:#fff}.app-sidebar-menu.ant-menu-dark .ant-menu-item-selected:before{content:"";background:#1677ff;border-radius:0 2px 2px 0;width:2px;position:absolute;top:10px;bottom:10px;left:0}.app-sidebar-menu.ant-menu-dark .ant-menu-item a{color:inherit}.app-sidebar-menu.ant-menu-dark .ant-menu-sub.ant-menu-inline{background:#0000001f}.app-sidebar-footer{border-top:1px solid var(--app-sidebar-border);padding:8px 10px 10px}.app-sidebar-quick-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin-bottom:7px;display:grid}.app-sidebar.is-mobile .app-sidebar-quick-actions,.app-sidebar-quick-actions.is-user{grid-template-columns:repeat(2,minmax(0,1fr))}.app-sidebar.is-mobile .app-sidebar-quick-actions.is-user{grid-template-columns:1fr}.app-sidebar-quick-actions button{border:1px solid var(--app-sidebar-border);height:30px;color:var(--app-sidebar-muted);cursor:pointer;background:0 0;border-radius:7px;padding:0;font-size:14px;transition:background-color .16s,color .16s}.app-sidebar-quick-actions button:hover,.app-sidebar-quick-actions button:focus-visible{background:var(--app-sidebar-hover);color:#fff}.app-sidebar-account{width:100%;min-width:0;min-height:52px;color:var(--app-sidebar-text);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:7px;display:flex}.app-sidebar:not(.is-collapsed) .app-sidebar-account{justify-content:flex-start;padding-inline-start:18px}.app-sidebar-account:hover,.app-sidebar-account.is-active{background:var(--app-sidebar-hover)}.app-sidebar-avatar{background:#1677ff}.app-sidebar-avatar-badge{flex:0 0 34px;width:34px;display:inline-flex}.app-sidebar-account-copy{flex-direction:column;gap:3px;min-width:0;max-width:calc(100% - 42px);display:flex}.app-sidebar-account-copy>strong{color:#ffffffdb;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;line-height:17px;overflow:hidden}.app-sidebar-account-copy>span{align-items:center;gap:3px;display:flex;overflow:hidden}.app-sidebar-account-copy .ant-tag{margin:0;padding-inline:4px;font-size:9px;line-height:15px}.app-sidebar-account-menu-label{justify-content:space-between;align-items:center;gap:16px;min-width:104px;display:flex}.app-sidebar-login{color:#fff;cursor:pointer;background:#1677ff;border:0;border-radius:7px;justify-content:center;align-items:center;gap:7px;width:100%;height:34px;display:flex}.app-sidebar-login:hover{background:#4096ff}.app-sidebar.is-collapsed:not(.is-mobile) .app-sidebar-brand{justify-content:center;padding-inline:15px}.app-sidebar.is-collapsed:not(.is-mobile) .app-sidebar-brand-copy,.app-sidebar.is-collapsed:not(.is-mobile) .app-sidebar-account-copy,.app-sidebar.is-collapsed:not(.is-mobile) .app-sidebar-login span{display:none}.app-sidebar.is-collapsed:not(.is-mobile) .app-sidebar-menu.ant-menu-inline-collapsed{width:64px}.app-sidebar.is-collapsed:not(.is-mobile) .app-sidebar-menu.ant-menu-dark .ant-menu-item,.app-sidebar.is-collapsed:not(.is-mobile) .app-sidebar-menu.ant-menu-dark .ant-menu-submenu-title{width:40px;margin-inline:12px;padding-inline:12px!important}.app-sidebar.is-collapsed:not(.is-mobile) .app-sidebar-menu.ant-menu-dark .ant-menu-item-group-title{height:8px;padding:0;font-size:0}.app-sidebar.is-collapsed:not(.is-mobile) .app-sidebar-footer{padding-inline:10px}.app-sidebar.is-collapsed:not(.is-mobile) .app-sidebar-quick-actions{grid-template-columns:1fr}.app-sidebar.is-collapsed:not(.is-mobile) .app-sidebar-account{justify-content:center;padding-inline:5px}.app-sidebar.is-collapsed:not(.is-mobile) .app-sidebar-login{padding:0}.app-sidebar button:focus-visible{outline-offset:1px;outline:2px solid #69b1ff}.auth-layout,.auth-layout-main{min-height:100vh}.auth-layout-main{min-width:0;transition:margin-left .2s}.auth-layout-content>.auth-page{min-height:100vh}.auth-layout.is-mobile .auth-layout-content{margin-top:48px}.auth-layout.is-mobile .auth-layout-content>.auth-page{min-height:calc(100vh - 48px)}.stock-search-market{text-align:left;min-width:0}.stock-search-market .ant-input-affix-wrapper{min-height:38px;box-shadow:none;background:#f7f9fc;border-color:#dce3ec;border-radius:8px;padding-inline:10px;transition:border-color .16s,background-color .16s,box-shadow .16s}.stock-search-market .ant-input-affix-wrapper:hover{background:#fff;border-color:#91caff}.stock-search-market .ant-input-affix-wrapper-focused{background:#fff;border-color:#1677ff;box-shadow:0 0 0 3px #1677ff17}.stock-search-market .ant-input-prefix{margin-inline-end:8px}.stock-search-market-icon{color:#1677ff;background:#e6f4ff;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;display:inline-flex}.stock-search-market .ant-input{color:#262626;background:0 0;font-size:13px}.stock-search-market .ant-input::placeholder{color:#8c8c8c}.stock-search-market .ant-input-suffix>.ant-spin{color:#1677ff;font-size:12px}.stock-search-market-popup.ant-select-dropdown{border:1px solid #e6eaf0;border-radius:10px;padding:6px;overflow:hidden;box-shadow:0 10px 28px #0e1e3524}.stock-search-market-popup .ant-select-item-option{border-radius:7px;align-items:center;min-height:50px;margin:1px 0;padding:0 9px;display:flex}.stock-search-market-popup .ant-select-item-option-active:not(.ant-select-item-option-disabled){background:#f0f7ff}.stock-search-market-popup .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:#e6f4ff;font-weight:400}.stock-search-market-popup .ant-select-item-option-content{width:100%;min-width:0}.stock-search-market-option{justify-content:space-between;align-items:center;gap:14px;width:100%;min-width:0;display:flex}.stock-search-market-identity,.stock-search-market-quote{flex-direction:column;min-width:0;display:flex}.stock-search-market-identity{flex:auto;gap:1px}.stock-search-market-identity strong{color:#262626;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;line-height:19px;overflow:hidden}.stock-search-market-identity small{color:#8c8c8c;font-variant-numeric:tabular-nums;font-size:11px;line-height:17px}.stock-search-market-quote{font-variant-numeric:tabular-nums;flex:none;align-items:flex-end;gap:1px}.stock-search-market-quote strong{color:#262626;font-size:13px;font-weight:600;line-height:19px}.stock-search-market-quote small{color:#8c8c8c;font-size:11px;font-weight:600;line-height:17px}.stock-search-market-quote small.is-up{color:#ef232a}.stock-search-market-quote small.is-down{color:#14b143}.stock-search-market-state{color:#8c8c8c;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:66px;font-size:12px;display:flex}.stock-search-market-state>.anticon{color:#bfbfbf;font-size:17px}.stock-search-market-state.is-error,.stock-search-market-state.is-error>.anticon{color:#d48806}@media (width<=575px){.stock-search-market-popup .ant-select-item-option{min-height:52px}}.board-flow-card{margin-bottom:12px}.board-flow-card .ant-card-head{min-height:52px;padding-inline:14px}.board-flow-card .ant-card-head-wrapper{gap:12px}.board-flow-card .ant-card-body{padding:12px}.board-flow-loading{padding:10px 4px}.board-flow-title{align-items:center;gap:7px;min-width:0;display:flex}.board-flow-title-main{color:#262626;white-space:nowrap;font-size:14px;font-weight:700}.board-flow-scope-tag,.board-flow-status-tag{white-space:nowrap;margin:0}.board-flow-scope-tag{font-size:10px;font-weight:500;line-height:18px}.board-flow-title-subtitle{color:#8c8c8c;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:400;overflow:hidden}.board-flow-extra{justify-content:flex-end;align-items:center;gap:8px;display:flex}.board-flow-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:10px;display:grid}.board-flow-summary-item{background:#fafafa;border:1px solid #f0f0f0;border-radius:8px;min-width:0;padding:8px 11px 8px 13px;position:relative;overflow:hidden}.board-flow-summary-item:before{content:"";width:3px;position:absolute;inset:0 auto 0 0}.board-flow-summary-item.is-inflow{background:#fff8f8;border-color:#ffe1e2}.board-flow-summary-item.is-inflow:before{background:#ef232a}.board-flow-summary-item.is-outflow{background:#f7fdf9;border-color:#d9f2e0}.board-flow-summary-item.is-outflow:before{background:#14b143}.board-flow-summary-heading,.board-flow-summary-content{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.board-flow-summary-heading{color:#8c8c8c;margin-bottom:2px;font-size:11px}.board-flow-summary-name{color:#262626;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.board-flow-summary-flow{font-variant-numeric:tabular-nums;white-space:nowrap;flex:none;font-size:15px;font-weight:750}.board-flow-summary-percent{font-variant-numeric:tabular-nums;flex:none;font-size:11px;font-weight:600}.board-flow-mobile-tabs{margin-bottom:8px;display:none}.board-flow-layout{grid-template-columns:minmax(0,1fr) 330px;align-items:stretch;gap:12px;display:grid}.board-flow-chart-panel,.board-flow-ranking-panel{background:#fff;border:1px solid #f0f0f0;border-radius:8px;min-width:0}.board-flow-chart-panel{padding:9px 10px 4px}.board-flow-selection-toolbar{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:7px;min-height:28px;margin-bottom:2px;display:grid}.board-flow-selection-meta,.board-flow-selection-actions{align-items:center;gap:5px;min-width:0;display:flex}.board-flow-selection-label{color:#8c8c8c;font-variant-numeric:tabular-nums;white-space:nowrap;flex:none;font-size:11px}.board-flow-focus-chip{color:#0958d9;max-width:126px;height:24px;font:inherit;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;background:#e6f4ff;border:1px solid #91caff;border-radius:12px;align-items:center;gap:4px;padding:0 7px;font-size:11px;display:inline-flex;overflow:hidden}.board-flow-selection-chips{white-space:nowrap;align-items:center;gap:5px;min-width:0;height:26px;display:flex;overflow:hidden}.board-flow-chip{color:#595959;min-width:0;max-width:104px;height:24px;font:inherit;cursor:pointer;background:#fafafa;border:1px solid #e8e8e8;border-radius:12px;flex:none;align-items:center;gap:5px;padding:0 7px;font-size:11px;line-height:22px;display:inline-flex}.board-flow-chip:hover:not(.is-locked),.board-flow-chip-more:hover{color:#1677ff;background:#e6f4ff;border-color:#91caff}.board-flow-chip.is-locked{cursor:not-allowed}.board-flow-chip-more{color:#1677ff;font-variant-numeric:tabular-nums;font-weight:600}.board-flow-chip:focus-visible,.board-flow-focus-chip:focus-visible,.board-flow-ranking-row:focus-visible,.board-flow-sort-button:focus-visible{outline-offset:1px;outline:2px solid #69b1ff}.board-flow-color-dot{border-radius:50%;flex:none;width:7px;height:7px}.board-flow-chip-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.board-flow-chip-close{color:#8c8c8c;flex:none;font-size:12px;line-height:1}.board-flow-selection-actions{justify-content:flex-end;gap:0}.board-flow-selection-actions .ant-btn{height:24px;padding-inline:4px;font-size:11px}.board-flow-chart-empty{color:#8c8c8c;flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:12px;display:flex}.board-flow-curve-alert{margin:7px 0 2px}.board-flow-ranking-panel{flex-direction:column;display:flex;overflow:hidden}.board-flow-ranking-header{background:#fff;border-bottom:1px solid #f0f0f0;flex:none;gap:7px;padding:9px 8px 6px;display:grid}.board-flow-ranking-search{align-items:center;gap:7px;display:flex}.board-flow-ranking-search .ant-input-affix-wrapper{min-width:0}.board-flow-ranking-count{color:#8c8c8c;font-variant-numeric:tabular-nums;text-align:right;flex:none;min-width:43px;font-size:10px}.board-flow-ranking-columns,.board-flow-ranking-row{grid-template-columns:22px 34px minmax(70px,1fr) 78px 54px;align-items:center;column-gap:4px;display:grid}.board-flow-ranking-columns{color:#8c8c8c;text-align:center;min-height:20px;padding:0 5px;font-size:10px}.board-flow-ranking-columns>:nth-child(3){text-align:left}.board-flow-ranking-percent-head{text-align:right}.board-flow-sort-button{color:#595959;font:inherit;text-align:right;white-space:nowrap;cursor:pointer;background:0 0;border:0;padding:0;font-weight:600}.board-flow-ranking-list{overscroll-behavior:contain;scrollbar-gutter:stable;flex:1;max-height:360px;padding:4px 5px 6px;overflow-y:auto}.board-flow-ranking-empty{justify-content:center;align-items:center;min-height:180px;padding:20px 0;display:flex}.board-flow-ranking-row-wrap{display:block}.board-flow-ranking-row{width:100%;min-height:44px;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;padding:4px 5px;transition:background-color .12s,border-color .12s,box-shadow .12s}.board-flow-ranking-row:hover{background:#fafafa}.board-flow-ranking-row.is-selected{background:#f0f8ff;border-color:#bae0ff}.board-flow-ranking-row.is-focused{background:#e6f4ff;border-color:#69b1ff;box-shadow:inset 0 0 0 1px #1677ff1f}.board-flow-ranking-row.is-limited:not(.is-selected){cursor:not-allowed;opacity:.58}.board-flow-selection-marker{color:#fff;background:#fff;border:1px solid #d9d9d9;border-radius:50%;justify-content:center;justify-self:center;align-items:center;width:15px;height:15px;font-size:9px;font-weight:700;line-height:1;display:inline-flex}.board-flow-selection-marker.is-selected{background:#1677ff;border-color:#1677ff}.board-flow-ranking-index{color:#8c8c8c;font-variant-numeric:tabular-nums;text-align:center;font-size:10px}.board-flow-ranking-main{min-width:0}.board-flow-ranking-name{color:#262626;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;display:block;overflow:hidden}.board-flow-ranking-code{color:#bfbfbf;font-size:9px;line-height:1.2;display:block}.board-flow-ranking-flow-cell{text-align:right;border-radius:3px;min-width:0;padding:3px 2px;display:block;position:relative;overflow:hidden}.board-flow-ranking-flow-bar{opacity:.1;border-radius:3px;max-width:100%;position:absolute;inset:1px auto 1px 0}.board-flow-ranking-flow,.board-flow-ranking-percent{z-index:1;font-variant-numeric:tabular-nums;white-space:nowrap;display:block;position:relative}.board-flow-ranking-flow{font-size:10px;font-weight:700}.board-flow-ranking-percent{text-align:right;font-size:10px}.board-flow-selection-drawer .ant-drawer-body{padding:12px}.board-flow-drawer-summary,.board-flow-drawer-footer{justify-content:space-between;align-items:center;gap:8px;display:flex}.board-flow-drawer-summary{z-index:1;color:#8c8c8c;background:#fff;padding:0 2px 10px;font-size:11px;position:sticky;top:0}.board-flow-drawer-list{gap:4px;display:grid}.board-flow-drawer-row{border:1px solid #f0f0f0;border-radius:6px;grid-template-columns:10px minmax(0,1fr) auto auto;align-items:center;gap:8px;min-height:48px;padding:5px 6px;display:grid}.board-flow-drawer-main{min-width:0}.board-flow-drawer-name,.board-flow-drawer-code{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.board-flow-drawer-name{color:#262626;font-size:12px;font-weight:600}.board-flow-drawer-code{color:#bfbfbf;font-size:10px}.board-flow-drawer-flow{font-variant-numeric:tabular-nums;white-space:nowrap;font-size:11px;font-weight:600}@media (width<=1199px){.board-flow-layout{grid-template-columns:minmax(0,1fr)}.board-flow-ranking-list{max-height:360px}}@media (width<=767px){.board-flow-card .ant-card-head{padding-block:9px}.board-flow-card .ant-card-head-wrapper{flex-wrap:wrap;gap:7px}.board-flow-card .ant-card-extra{width:100%;margin-inline-start:0}.board-flow-title{width:100%}.board-flow-title-subtitle{display:none}.board-flow-extra{justify-content:space-between;width:100%}.board-flow-extra .ant-segmented{min-width:148px}.board-flow-card .ant-card-body{padding:10px}.board-flow-summary{gap:6px;margin-bottom:8px}.board-flow-summary-item{padding:7px 8px 7px 11px}.board-flow-summary-heading{gap:4px}.board-flow-summary-content{flex-direction:column;align-items:flex-end;gap:0}.board-flow-summary-name{align-self:flex-start;max-width:100%;font-size:12px}.board-flow-summary-flow{font-size:14px}.board-flow-mobile-tabs,.board-flow-layout{display:block}.board-flow-chart-panel{padding:8px 6px 3px}.board-flow-selection-toolbar{grid-template:"meta actions"28px"chips chips"30px/minmax(0,1fr) auto;gap:3px 6px;min-height:61px;margin-bottom:1px}.board-flow-selection-meta{grid-area:meta;overflow:hidden}.board-flow-selection-chips{grid-area:chips;height:30px}.board-flow-selection-actions{grid-area:actions}.board-flow-selection-actions .ant-btn{min-height:28px;padding-inline:5px}.board-flow-chip,.board-flow-focus-chip{height:28px;line-height:26px}.board-flow-chip{max-width:88px}.board-flow-focus-chip{max-width:132px}.board-flow-curve-alert{margin-top:5px}.board-flow-ranking-header{padding:9px 7px 6px}.board-flow-ranking-list{max-height:min(56vh,480px);padding-inline:4px}.board-flow-ranking-row{min-height:48px;padding-block:5px}.board-flow-ranking-columns,.board-flow-ranking-row{grid-template-columns:22px 34px minmax(76px,1fr) 78px 54px}.board-flow-selection-marker{width:17px;height:17px}.board-flow-ranking-name{font-size:12px}.board-flow-ranking-flow,.board-flow-ranking-percent{font-size:10px}.board-flow-selection-drawer .ant-drawer-header{padding:12px 16px}.board-flow-selection-drawer .ant-drawer-body{padding:10px}.board-flow-drawer-row{min-height:52px}}@media (width<=374px){.board-flow-scope-tag{text-overflow:ellipsis;max-width:112px;overflow:hidden}.board-flow-ranking-columns,.board-flow-ranking-row{grid-template-columns:20px 30px minmax(64px,1fr) 72px 50px;column-gap:3px}.board-flow-ranking-flow,.board-flow-ranking-percent,.board-flow-ranking-columns{font-size:9px}}.margin-leverage-card{margin-bottom:12px}.margin-leverage-card .ant-card-head-wrapper{gap:12px}.margin-leverage-title{align-items:baseline;gap:8px;min-width:0;display:inline-flex}.margin-leverage-title-subtitle{color:#8c8c8c;font-size:12px;font-weight:400}.margin-leverage-extra,.margin-leverage-extra-status{align-items:center;gap:6px;display:inline-flex}.margin-leverage-extra .ant-tag,.margin-leverage-extra-status .ant-tag{margin-inline-end:0}.margin-leverage-loading,.margin-leverage-empty{justify-content:center;align-items:center;min-height:220px;display:flex}.margin-leverage-loading .ant-skeleton{width:100%}.margin-leverage-warning{margin-bottom:10px}.margin-leverage-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:10px;display:grid}.margin-leverage-metric{background:#fafafa;border:1px solid #f0f0f0;border-radius:8px;min-width:0;padding:10px 12px}.margin-leverage-metric-label{color:#8c8c8c;margin-bottom:3px;font-size:12px;line-height:1.4}.margin-leverage-metric-value{color:#262626;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;font-size:22px;font-weight:700;line-height:1.25;overflow:hidden}.margin-leverage-metric-detail{color:#8c8c8c;font-variant-numeric:tabular-nums;min-height:18px;margin-top:3px;font-size:11px;line-height:1.5}.margin-leverage-breakdown{color:#595959;background:#fafafa;border-radius:6px;align-items:center;gap:16px;min-height:34px;padding:6px 10px;font-size:12px;display:flex}.margin-leverage-breakdown-title{color:#8c8c8c;flex:none}.margin-leverage-breakdown-item{font-variant-numeric:tabular-nums;align-items:center;gap:6px;min-width:0;display:inline-flex}.margin-leverage-breakdown-item strong{color:#262626;font-size:13px}.margin-leverage-breakdown-dot{border-radius:50%;flex:none;width:7px;height:7px}.margin-leverage-breakdown-dot.is-financing{background:#1677ff}.margin-leverage-breakdown-dot.is-lending{background:#722ed1}.margin-leverage-breakdown-share{color:#8c8c8c}.margin-leverage-metric-selector{color:#8c8c8c;white-space:nowrap;flex:none;align-items:center;gap:7px;margin-left:auto;display:inline-flex}@media (width<=991px){.margin-leverage-card .ant-card-head-wrapper{flex-wrap:wrap;align-items:flex-start}.margin-leverage-card .ant-card-extra{width:100%;margin-inline-start:0}.margin-leverage-extra{justify-content:space-between;width:100%}.margin-leverage-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}}@media (width<=575px){.margin-leverage-card .ant-card-head{padding-inline:12px}.margin-leverage-card .ant-card-body{padding:10px 12px 8px}.margin-leverage-title{gap:6px}.margin-leverage-title-subtitle{font-size:11px}.margin-leverage-extra{align-items:flex-start;gap:8px}.margin-leverage-extra-status{flex-wrap:wrap}.margin-leverage-metric{padding:9px 10px}.margin-leverage-metric-value{font-size:19px}.margin-leverage-breakdown{flex-direction:column;align-items:flex-start;gap:5px}.margin-leverage-breakdown-title{display:none}.margin-leverage-metric-selector{justify-content:space-between;width:100%;margin-left:0;padding-top:2px}.margin-leverage-metric-selector .ant-segmented{flex:1;max-width:220px}}.market-trend-card{height:100%}.market-trend-card .ant-card-head{min-height:52px;padding-inline:14px}.market-trend-card .ant-card-head-wrapper{gap:12px}.market-trend-card .ant-card-body{padding:12px 14px 10px}.market-trend-title{align-items:baseline;gap:8px;min-width:0;display:inline-flex}.market-trend-title-main{color:#262626;white-space:nowrap;font-size:14px;font-weight:700}.market-trend-title-subtitle{color:#8c8c8c;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:400;overflow:hidden}.market-trend-extra,.market-trend-status{align-items:center;gap:7px;display:inline-flex}.market-trend-status .ant-tag{margin-inline-end:0}.market-trend-loading,.market-trend-empty{justify-content:center;align-items:center;min-height:260px;display:flex}.market-trend-loading .ant-skeleton{width:100%}.market-trend-warning{margin-bottom:10px}.market-trend-toolbar{background:#fafafa;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;min-width:0;min-height:38px;margin-bottom:10px;padding:6px 9px;display:flex}.market-trend-selector,.market-trend-focus,.market-trend-selector-items{align-items:center;gap:6px;min-width:0;display:flex}.market-trend-selector-items{flex-wrap:wrap}.market-trend-focus{flex:none}.market-trend-toolbar-label{color:#8c8c8c;white-space:nowrap;flex:none;font-size:11px}.market-trend-selector-item{display:inline-flex}.market-trend-selector-item .ant-tag{align-items:center;gap:4px;margin-inline-end:0;padding-inline:7px;font-size:11px;display:inline-flex}.market-trend-series-dot{border-radius:50%;flex:none;width:7px;height:7px;display:inline-block}.market-trend-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-bottom:10px;display:grid}.market-trend-summary-item{background:#fafafa;border:1px solid #f0f0f0;border-radius:8px;outline:none;min-width:0;padding:9px 11px;transition:border-color .18s,box-shadow .18s,background .18s}.market-trend-summary-item[role=button]{cursor:pointer}.market-trend-summary-item[role=button]:hover,.market-trend-summary-item[role=button]:focus-visible,.market-trend-summary-item.is-focused{background:#f6faff;border-color:#91caff;box-shadow:0 0 0 2px #1677ff14}.market-trend-summary-heading,.market-trend-summary-name,.market-trend-summary-changes{align-items:center;min-width:0;display:flex}.market-trend-summary-heading{justify-content:space-between;gap:8px}.market-trend-summary-name{color:#595959;text-overflow:ellipsis;white-space:nowrap;gap:6px;font-size:12px;font-weight:600;overflow:hidden}.market-trend-summary-code{color:#b0b0b0;font-variant-numeric:tabular-nums;flex:none;font-size:10px}.market-trend-summary-value{color:#262626;font-variant-numeric:tabular-nums;margin-top:2px;font-size:21px;font-weight:750;line-height:1.35}.market-trend-summary-changes{color:#8c8c8c;font-variant-numeric:tabular-nums;justify-content:space-between;gap:8px;font-size:11px}.market-trend-summary-changes span,.market-trend-summary-changes strong{white-space:nowrap}.market-trend-chart-panel{background:#fff;border:1px solid #f0f0f0;border-radius:8px;min-width:0;padding:6px 5px 0}@media (width<=991px){.market-trend-card .ant-card-head-wrapper{flex-wrap:wrap;align-items:flex-start}.market-trend-card .ant-card-extra{width:100%;margin-inline-start:0}.market-trend-extra{flex-wrap:wrap;width:100%}.market-trend-status{margin-inline-end:auto}.market-trend-toolbar{flex-direction:column;align-items:flex-start}.market-trend-focus{width:100%}}@media (width<=575px){.market-trend-card .ant-card-head{padding:9px 12px}.market-trend-card .ant-card-body{padding:10px 12px 8px}.market-trend-title{gap:6px}.market-trend-extra{grid-template-columns:minmax(0,3fr) minmax(0,4fr);gap:7px;display:grid}.market-trend-status{grid-column:1/-1}.market-trend-extra>.ant-segmented{width:100%;min-width:0}.market-trend-toolbar{padding:7px 8px}.market-trend-selector,.market-trend-focus{flex-direction:column;align-items:flex-start}.market-trend-selector-items{gap:5px}.market-trend-focus .ant-segmented{max-width:100%}.market-trend-summary-grid{grid-template-columns:none;grid-auto-columns:minmax(220px,82vw);grid-auto-flow:column;padding-bottom:2px;overflow-x:auto}.market-trend-summary-value{font-size:19px}.market-trend-chart-panel{padding-inline:0}}.hot-stocks-card{height:100%}.hot-stocks-card .ant-card-head{min-height:48px;padding-inline:14px}.hot-stocks-card .ant-card-head-wrapper{gap:10px}.hot-stocks-card .ant-card-body{padding:10px 12px 12px}.hot-stocks-title{color:#262626;align-items:baseline;gap:8px;min-width:0;font-size:14px;font-weight:700;display:inline-flex}.hot-stocks-title-subtitle{color:#8c8c8c;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:400;overflow:hidden}.hot-stocks-extra,.hot-stocks-status{align-items:center;gap:5px;display:inline-flex}.hot-stocks-extra .ant-tag,.hot-stocks-status .ant-tag{margin-inline-end:0}.hot-stocks-extra .ant-btn{height:auto;padding-inline:3px}.hot-stocks-loading,.hot-stocks-empty{justify-content:center;align-items:center;min-height:470px;display:flex}.hot-stocks-loading .ant-skeleton{width:100%}.hot-stocks-warning{margin-bottom:9px}.hot-stocks-mainline{background:#fffaf0;border:1px solid #ffe7ba;border-radius:8px;align-items:center;gap:9px;min-width:0;margin-bottom:9px;padding:7px 9px;display:flex}.hot-stocks-mainline-label{color:#ad6800;white-space:nowrap;flex:none;align-items:center;gap:5px;font-size:11px;font-weight:700;display:inline-flex}.hot-stocks-mainline-items{align-items:center;gap:5px;min-width:0;display:flex;overflow:hidden}.hot-stocks-mainline-chip{color:#613400;cursor:pointer;min-width:0;font:inherit;white-space:nowrap;background:#fff;border:1px solid #ffd591;border-radius:999px;outline:none;align-items:center;gap:5px;padding:2px 7px;font-size:11px;line-height:18px;transition:border-color .18s,background .18s,box-shadow .18s;display:inline-flex}.hot-stocks-mainline-chip span{text-overflow:ellipsis;overflow:hidden}.hot-stocks-mainline-chip strong{color:#d46b08;font-variant-numeric:tabular-nums;font-size:10px}.hot-stocks-mainline-chip:hover,.hot-stocks-mainline-chip:focus-visible{background:#fff7e6;border-color:#fa8c16;box-shadow:0 0 0 2px #fa8c161a}.hot-stocks-list{background:#fff;border:1px solid #f0f0f0;border-radius:8px;overflow:hidden}.hot-stocks-row{width:100%;min-width:0;min-height:45px;color:inherit;cursor:pointer;font:inherit;text-align:left;background:#fff;border:0;border-bottom:1px solid #f5f5f5;outline:none;grid-template-columns:126px minmax(0,1fr) 82px;align-items:center;gap:8px;padding:6px 9px;transition:background .16s,box-shadow .16s;display:grid}.hot-stocks-row:last-child{border-bottom:0}.hot-stocks-row:hover{background:#fafcff}.hot-stocks-row:focus-visible{z-index:1;position:relative;box-shadow:inset 0 0 0 2px #91caff}.hot-stocks-identity,.hot-stocks-name-line,.hot-stocks-themes,.hot-stocks-metrics{min-width:0;display:flex}.hot-stocks-identity{flex-direction:column;align-items:flex-start;line-height:1.25}.hot-stocks-name-line{align-items:baseline;gap:5px;width:100%}.hot-stocks-name{color:#262626;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;overflow:hidden}.hot-stocks-code{color:#b0b0b0;font-variant-numeric:tabular-nums;flex:none;font-size:9px}.hot-stocks-price{color:#8c8c8c;font-variant-numeric:tabular-nums;margin-top:2px;font-size:10px}.hot-stocks-themes{white-space:nowrap;align-items:center;gap:4px;overflow:hidden}.hot-stocks-theme-chip{color:#595959;text-overflow:ellipsis;white-space:nowrap;background:#f5f5f5;border-radius:4px;max-width:112px;padding:1px 6px;font-size:10px;line-height:19px;overflow:hidden}.hot-stocks-theme-chip.is-more{color:#1677ff;font-variant-numeric:tabular-nums;background:#e6f4ff;flex:none}.hot-stocks-theme-empty{color:#bfbfbf;font-size:10px}.hot-stocks-metrics{font-variant-numeric:tabular-nums;flex-direction:column;align-items:flex-end;line-height:1.25}.hot-stocks-gain{white-space:nowrap;font-size:13px;font-weight:750}.hot-stocks-turnover{color:#8c8c8c;white-space:nowrap;margin-top:2px;font-size:9px}.hot-stocks-drawer-title{align-items:center;gap:8px;display:inline-flex}.hot-stocks-drawer-title .ant-tag{margin-inline-end:0;font-weight:400}.hot-stocks-drawer-controls{grid-template-columns:minmax(220px,1fr) 180px auto;align-items:center;gap:8px;display:grid}.hot-stocks-drawer-meta{color:#8c8c8c;justify-content:space-between;align-items:center;min-height:34px;margin:6px 0;font-size:11px;display:flex}.hot-stocks-drawer-meta .ant-btn{height:auto;padding-inline:0}.hot-stocks-list.is-drawer .hot-stocks-row{grid-template-columns:145px minmax(0,1fr) 95px;min-height:54px;padding:8px 11px}.hot-stocks-row.is-expanded .hot-stocks-themes{white-space:normal;flex-wrap:wrap;align-content:center}.hot-stocks-row.is-expanded .hot-stocks-theme-chip{max-width:160px}.hot-stocks-drawer-empty{justify-content:center;align-items:center;min-height:300px;display:flex}@media (width<=1199px){.hot-stocks-card .ant-card-head-wrapper{flex-wrap:wrap;align-items:flex-start}.hot-stocks-card .ant-card-extra{width:100%;margin-inline-start:0}.hot-stocks-extra{justify-content:space-between;width:100%}}@media (width<=767px){.hot-stocks-drawer-controls{grid-template-columns:minmax(0,1fr) 170px}.hot-stocks-drawer-controls .ant-segmented{grid-column:1/-1;justify-self:start}}@media (width<=575px){.hot-stocks-card .ant-card-head{padding:9px 12px}.hot-stocks-card .ant-card-body{padding:9px 10px 10px}.hot-stocks-title{gap:6px}.hot-stocks-status{flex-wrap:wrap}.hot-stocks-mainline{flex-direction:column;align-items:flex-start;gap:6px}.hot-stocks-mainline-items{flex-wrap:wrap;width:100%;overflow:visible}.hot-stocks-row,.hot-stocks-list.is-drawer .hot-stocks-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"identity metrics""themes themes";gap:5px 8px;min-height:62px;padding:7px 9px}.hot-stocks-identity{grid-area:identity}.hot-stocks-themes{grid-area:themes}.hot-stocks-metrics{grid-area:metrics}.hot-stocks-row:not(.is-expanded) .hot-stocks-theme-chip{max-width:126px}.hot-stocks-drawer-controls{grid-template-columns:minmax(0,1fr)}.hot-stocks-drawer-controls .ant-segmented{grid-column:auto}}.dragon-tiger-card{height:100%}.dragon-tiger-card .ant-card-head{min-height:48px;padding-inline:14px}.dragon-tiger-card .ant-card-head-wrapper{gap:10px}.dragon-tiger-card .ant-card-body{padding:10px 12px 12px}.dragon-tiger-title{color:#262626;align-items:baseline;gap:8px;min-width:0;font-size:14px;font-weight:700;display:inline-flex}.dragon-tiger-title-subtitle{color:#8c8c8c;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:400;overflow:hidden}.dragon-tiger-extra,.dragon-tiger-status{align-items:center;gap:5px;display:inline-flex}.dragon-tiger-extra .ant-tag,.dragon-tiger-status .ant-tag{margin-inline-end:0}.dragon-tiger-extra .ant-btn{height:auto;padding-inline:3px}.dragon-tiger-loading,.dragon-tiger-empty{justify-content:center;align-items:center;min-height:520px;display:flex}.dragon-tiger-loading .ant-skeleton{width:100%}.dragon-tiger-warning{margin-bottom:9px}.dragon-tiger-overview{background:#f5f8ff;border:1px solid #d6e4ff;border-radius:8px;align-items:center;gap:9px;min-width:0;margin-bottom:6px;padding:7px 9px;display:flex}.dragon-tiger-overview-label{color:#1d39c4;white-space:nowrap;flex:none;align-items:center;gap:5px;font-size:11px;font-weight:700;display:inline-flex}.dragon-tiger-overview-items{flex:1;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;min-width:0;display:grid}.dragon-tiger-overview-item{flex-direction:column;align-items:flex-start;min-width:0;line-height:1.25;display:flex}.dragon-tiger-overview-item>span{color:#8c8c8c;white-space:nowrap;font-size:9px}.dragon-tiger-overview-item strong{color:#262626;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:11px;overflow:hidden}.dragon-tiger-overview-item strong.is-up{color:#ef232a}.dragon-tiger-overview-item strong.is-down{color:#14b143}.dragon-tiger-overview-item strong.is-institution{color:#1677ff}.dragon-tiger-list-heading{color:#8c8c8c;justify-content:space-between;align-items:center;min-height:24px;padding-inline:3px;font-size:10px;display:flex}.dragon-tiger-list-heading span:first-child{color:#595959;font-weight:600}.dragon-tiger-list{background:#fff;border:1px solid #f0f0f0;border-radius:8px;overflow:hidden}.dragon-tiger-row{width:100%;min-width:0;min-height:51px;color:inherit;cursor:pointer;font:inherit;text-align:left;background:#fff;border:0;border-bottom:1px solid #f5f5f5;outline:none;grid-template-columns:22px 132px minmax(0,1fr) 88px;align-items:center;gap:7px;padding:6px 9px;transition:background .16s,box-shadow .16s;display:grid}.dragon-tiger-row:last-child{border-bottom:0}.dragon-tiger-row:hover{background:#fafcff}.dragon-tiger-row:focus-visible{z-index:1;position:relative;box-shadow:inset 0 0 0 2px #91caff}.dragon-tiger-rank{color:#8c8c8c;font-variant-numeric:tabular-nums;background:#f5f5f5;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:9px;font-weight:700;display:inline-flex}.dragon-tiger-rank.is-top{color:#cf1322;background:#fff1f0}.dragon-tiger-identity,.dragon-tiger-name-line,.dragon-tiger-quote-line,.dragon-tiger-context,.dragon-tiger-reason-line,.dragon-tiger-metrics{min-width:0;display:flex}.dragon-tiger-identity,.dragon-tiger-context,.dragon-tiger-metrics{flex-direction:column;align-items:flex-start}.dragon-tiger-name-line{align-items:baseline;gap:5px;width:100%}.dragon-tiger-name{color:#262626;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;overflow:hidden}.dragon-tiger-code{color:#b0b0b0;font-variant-numeric:tabular-nums;flex:none;font-size:9px}.dragon-tiger-quote-line{color:#8c8c8c;font-variant-numeric:tabular-nums;white-space:nowrap;align-items:center;gap:7px;width:100%;margin-top:3px;font-size:9px}.dragon-tiger-reason-line{align-items:center;gap:5px;width:100%}.dragon-tiger-reason-type{color:#595959;white-space:nowrap;background:#f5f5f5;border-radius:4px;flex:none;padding:1px 5px;font-size:9px;line-height:17px}.dragon-tiger-reason-type.is-continuous{color:#722ed1;background:#f9f0ff}.dragon-tiger-reason-type.is-gain{color:#cf1322;background:#fff1f0}.dragon-tiger-reason-type.is-loss{color:#237804;background:#f0fff4}.dragon-tiger-reason-type.is-turnover{color:#d46b08;background:#fff7e6}.dragon-tiger-reason-type.is-amplitude{color:#0958d9;background:#e6f4ff}.dragon-tiger-reason-type.is-financing{color:#08979c;background:#e6fffb}.dragon-tiger-reason-type.is-debut{color:#ad6800;background:#fffbe6}.dragon-tiger-reason-text,.dragon-tiger-institution{text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden}.dragon-tiger-reason-text{color:#595959;font-size:10px}.dragon-tiger-institution{color:#8c8c8c;margin-top:3px;font-size:9px}.dragon-tiger-metrics{font-variant-numeric:tabular-nums;align-items:flex-end;line-height:1.25}.dragon-tiger-metrics strong{white-space:nowrap;font-size:12px;font-weight:750}.dragon-tiger-metrics>span{color:#8c8c8c;white-space:nowrap;margin-top:3px;font-size:9px}.dragon-tiger-drawer-title{align-items:center;gap:8px;display:inline-flex}.dragon-tiger-drawer-title .ant-tag{margin-inline-end:0;font-weight:400}.dragon-tiger-drawer-controls{grid-template-columns:minmax(230px,1fr) 150px auto;align-items:center;gap:8px;display:grid}.dragon-tiger-drawer-meta{color:#8c8c8c;justify-content:space-between;align-items:center;min-height:34px;margin:6px 0;font-size:11px;display:flex}.dragon-tiger-drawer-meta .ant-btn{height:auto;padding-inline:0}.dragon-tiger-list.is-drawer .dragon-tiger-row{grid-template-columns:24px 145px minmax(0,1fr) 98px;min-height:60px;padding:8px 11px}.dragon-tiger-row.is-expanded .dragon-tiger-reason-line{align-items:flex-start}.dragon-tiger-row.is-expanded .dragon-tiger-reason-text,.dragon-tiger-row.is-expanded .dragon-tiger-institution{white-space:normal;overflow:visible}.dragon-tiger-drawer-empty{justify-content:center;align-items:center;min-height:300px;display:flex}@media (width<=1199px){.dragon-tiger-card .ant-card-head-wrapper{flex-wrap:wrap;align-items:flex-start}.dragon-tiger-card .ant-card-extra{width:100%;margin-inline-start:0}.dragon-tiger-extra{justify-content:space-between;width:100%}}@media (width<=767px){.dragon-tiger-drawer-controls{grid-template-columns:minmax(0,1fr) 160px}.dragon-tiger-drawer-controls .ant-segmented{grid-column:1/-1;justify-self:start}}@media (width<=575px){.dragon-tiger-card .ant-card-head{padding:9px 12px}.dragon-tiger-card .ant-card-body{padding:9px 10px 10px}.dragon-tiger-title{gap:6px}.dragon-tiger-status{flex-wrap:wrap}.dragon-tiger-overview{flex-direction:column;align-items:flex-start;gap:6px}.dragon-tiger-overview-items{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 10px;width:100%}.dragon-tiger-row,.dragon-tiger-list.is-drawer .dragon-tiger-row{grid-template-columns:22px minmax(0,1fr) auto;grid-template-areas:"rank identity metrics"".context context";gap:5px 7px;min-height:74px;padding:7px 9px}.dragon-tiger-rank{grid-area:rank}.dragon-tiger-identity{grid-area:identity}.dragon-tiger-context{grid-area:context}.dragon-tiger-metrics{grid-area:metrics}.dragon-tiger-drawer-controls{grid-template-columns:minmax(0,1fr)}.dragon-tiger-drawer-controls .ant-segmented{grid-column:auto}}.market-overview-card{margin-bottom:12px}.market-overview-card .ant-card-head{min-height:52px;padding-inline:14px}.market-overview-card .ant-card-head-wrapper{gap:12px}.market-overview-card .ant-card-body{padding:12px 14px 14px}.market-overview-title{align-items:baseline;gap:8px;min-width:0;display:inline-flex}.market-overview-title-main{color:#262626;white-space:nowrap;font-size:14px;font-weight:700}.market-overview-title-subtitle{color:#8c8c8c;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:400;overflow:hidden}.market-overview-status{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;min-width:0;display:inline-flex}.market-overview-status .ant-tag,.market-overview-panel-head .ant-tag{margin-inline-end:0}.market-overview-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-bottom:12px;display:grid}.market-overview-metric{background:#fafafa;border:1px solid #f0f0f0;border-radius:9px;min-width:0;min-height:84px;padding:10px 12px 9px;position:relative;overflow:hidden}.market-overview-metric:before{content:"";background:#bfbfbf;width:3px;position:absolute;top:0;bottom:0;left:0}.market-overview-metric.is-amount:before{background:#fa8c16}.market-overview-metric.is-sentiment:before{background:#ef232a}.market-overview-metric.is-flow:before{background:#1677ff}.market-overview-metric.is-limit:before{background:linear-gradient(#ef232a 0 50%,#14b143 50% 100%)}.market-overview-metric-label,.market-overview-metric-meta{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.market-overview-metric-label{color:#737373;font-size:11px;font-weight:600;line-height:18px}.market-overview-metric>strong{color:#262626;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;min-height:30px;font-size:21px;font-weight:750;line-height:30px;display:block;overflow:hidden}.market-overview-metric>strong.is-up,.market-overview-metric .is-up,.market-overview-breadth .is-up{color:#ef232a}.market-overview-metric>strong.is-down,.market-overview-metric .is-down,.market-overview-breadth .is-down{color:#14b143}.market-overview-metric .is-flat,.market-overview-breadth .is-flat{color:#8c8c8c}.market-overview-metric-meta{color:#8c8c8c;font-size:10px;line-height:17px}.market-overview-counts{font-variant-numeric:tabular-nums;align-items:center;gap:6px;display:flex}.market-overview-flow-value,.market-overview-limit-value{font-size:19px!important}.market-overview-limit-divider{color:#bfbfbf;margin:0 6px;font-weight:400}.market-overview-metric-skeleton{margin:3px 0;width:min(96px,88%)!important;min-width:0!important;height:24px!important;display:block!important}.market-overview-panels{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.market-overview-panel{background:#fff;border:1px solid #f0f0f0;border-radius:9px;min-width:0;min-height:310px;padding:10px 10px 8px}.market-overview-panel-head{justify-content:space-between;align-items:center;gap:10px;min-width:0;min-height:30px;padding:0 2px;display:flex}.market-overview-panel-head>span:first-child{align-items:baseline;gap:7px;min-width:0;display:inline-flex}.market-overview-panel-head strong{color:#262626;white-space:nowrap;font-size:13px;font-weight:700}.market-overview-panel-head small,.market-overview-panel-state{color:#8c8c8c;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:400;overflow:hidden}.market-overview-panel-state{flex:none}.market-overview-panel-actions{justify-content:flex-end;align-items:center;gap:7px;min-width:0;display:inline-flex}.market-overview-distribution-preset{flex:none}.market-overview-panel-loading,.market-overview-panel-empty,.market-overview-panel>.ant-alert{min-height:254px}.market-overview-panel-loading{align-items:center;display:flex}.market-overview-panel-empty,.market-overview-panel>.ant-alert{justify-content:center;align-items:center;display:flex}.market-overview-panel-empty .ant-empty{margin:0}.market-overview-breadth{padding:1px 6px 0}.market-overview-breadth-legend{font-variant-numeric:tabular-nums;justify-content:space-between;align-items:center;margin-bottom:5px;font-size:10px;font-weight:600;display:flex}.market-overview-breadth-track{background:#f0f0f0;border-radius:999px;height:9px;display:flex;overflow:hidden}.market-overview-breadth-track span{min-width:0;display:block}.market-overview-breadth-track .is-up{background:#ef232a}.market-overview-breadth-track .is-flat{background:#bfbfbf}.market-overview-breadth-track .is-down{background:#14b143}.market-overview-mobile-switch{display:none}@media (width<=991px){.market-overview-card .ant-card-head-wrapper{flex-wrap:wrap;align-items:flex-start}.market-overview-card .ant-card-extra{max-width:100%;margin-inline-start:0}.market-overview-status{justify-content:flex-start}.market-overview-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.market-overview-mobile-switch{margin-bottom:10px;display:flex}.market-overview-panels{grid-template-columns:minmax(0,1fr)}.market-overview-panel{min-height:310px}}@media (width<=575px){.market-overview-card .ant-card-head{min-height:48px;padding-inline:10px}.market-overview-card .ant-card-body{padding:10px}.market-overview-title-subtitle{display:none}.market-overview-status .ant-tag{font-size:10px}.market-overview-metrics{gap:7px;margin-bottom:10px}.market-overview-metric{min-height:80px;padding:8px 9px 7px 11px}.market-overview-metric>strong{min-height:27px;font-size:18px;line-height:27px}.market-overview-flow-value,.market-overview-limit-value{font-size:17px!important}.market-overview-counts{gap:4px}.market-overview-panel{padding:8px 5px 7px}.market-overview-panel-head{flex-wrap:wrap;align-items:flex-start;padding-inline:5px}.market-overview-panel-head small{display:none}.market-overview-panel-actions{justify-content:space-between;width:100%}}.ai-market-brief-card{margin-bottom:0;overflow:hidden}.ai-market-brief-card .ant-card-head{min-height:42px;padding:0 14px}.ai-market-brief-card .ant-card-body{padding:12px 14px 14px}.ai-market-brief-title,.ai-market-brief-meta,.ai-market-brief-tags,.ai-market-brief-confidence,.ai-market-personal-heading,.ai-market-brief-actions,.ai-market-brief-empty-actions{align-items:center;display:flex}.ai-market-brief-title{gap:7px}.ai-market-brief-title .anticon{color:#6750a4}.ai-market-brief-meta{justify-content:space-between;gap:12px;margin-bottom:10px}.ai-market-brief-tags{flex-wrap:wrap;gap:6px}.ai-market-brief-tags .ant-tag,.ai-market-personal-heading .ant-tag{margin:0}.ai-market-brief-time{color:#8c8c8c;flex:none;font-size:12px}.ai-market-brief-grid{background:#fbfcff;border:1px solid #edf0f5;border-radius:10px;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr) minmax(0,1fr);display:grid}.ai-market-brief-grid>section{min-width:0;padding:12px 14px}.ai-market-brief-grid>section+section{border-left:1px solid #edf0f5}.ai-market-brief-view{background:linear-gradient(135deg,#6750a412,#1677ff06)}.ai-market-brief-section-label{color:#6b7280;margin-bottom:6px;font-size:12px;font-weight:600}.ai-market-brief-view p{color:#262626;margin:0;font-size:14px;font-weight:600;line-height:1.7}.ai-market-brief-confidence{color:#7a7a7a;flex-wrap:wrap;gap:12px;margin-top:8px;font-size:12px}.ai-market-brief-list{color:#434343;gap:5px;margin:0;padding-left:17px;font-size:13px;line-height:1.55;display:grid}.ai-market-brief-list li::marker{color:#8d7bb7}.ai-market-brief-empty-line{color:#a0a0a0;font-size:12px;line-height:1.55}.ai-market-personal-strip{background:#f7faff;border:1px solid #e6f0ff;border-radius:9px;margin-top:10px;padding:9px 10px}.ai-market-personal-heading{color:#3b4a66;gap:8px;margin-bottom:7px;font-size:12px;font-weight:600}.ai-market-personal-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.ai-market-personal-item{width:100%;color:inherit;text-align:left;cursor:pointer;background:#fff;border:0;border-radius:7px;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:7px;padding:7px 9px;display:grid}.ai-market-personal-item:hover,.ai-market-personal-item:focus-visible{background:#eef5ff;outline:none}.ai-market-personal-name{white-space:nowrap;font-weight:600}.ai-market-personal-item .ant-tag{margin:0}.ai-market-personal-summary{color:#5f6775;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;overflow:hidden}.ai-market-brief-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:9px}.ai-market-brief-actions>.ant-btn-link{padding-inline:4px}.ai-market-brief-empty{padding:8px 0 2px}.ai-market-brief-empty-actions{flex-wrap:wrap;justify-content:center;gap:8px}@media (width<=991px){.ai-market-brief-card .ant-card-head{padding:0 12px}.ai-market-brief-card .ant-card-body{padding:10px 12px 12px}.ai-market-brief-meta{flex-direction:column;align-items:flex-start;gap:6px}.ai-market-brief-grid{grid-template-columns:1fr}.ai-market-brief-grid>section{padding:11px 12px}.ai-market-brief-grid>section+section{border-top:1px solid #edf0f5;border-left:0}.ai-market-personal-list{grid-template-columns:1fr}.ai-market-personal-item{grid-template-columns:auto auto minmax(0,1fr)}.ai-market-personal-item>.anticon:last-child{display:none}.ai-market-brief-actions{justify-content:flex-start}}.page-header{justify-content:space-between;align-items:center;gap:12px;min-width:0;min-height:32px;margin-bottom:12px;display:flex}.page-header-title-wrap{align-items:center;gap:8px;min-width:0;display:flex}.page-header-icon,.page-header-back{color:#1677ff;background:#e6f4ff;border-radius:7px;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;font-size:15px;display:inline-flex}.page-header-back{cursor:pointer;font:inherit;border:0;padding:0;transition:background-color .16s,color .16s}.page-header-back:hover{color:#0958d9;background:#bae0ff}.page-header-back:focus-visible{outline-offset:2px;outline:2px solid #1677ff}.page-header-title{color:#262626;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:18px;font-weight:700;line-height:26px;overflow:hidden}.page-header-extra{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}@media (width<=575px){.page-header{flex-wrap:wrap;align-items:flex-start}.page-header-extra{justify-content:flex-start;width:100%}.page-header.page-header-mobile-inline{flex-wrap:nowrap;align-items:center}.page-header.page-header-mobile-inline .page-header-title-wrap{flex:auto}.page-header.page-header-mobile-inline .page-header-extra{flex-wrap:nowrap;flex:none;justify-content:flex-end;width:auto}}.minute-fund-flow-summary{background:linear-gradient(90deg,#fafcff 0%,#fff 62%);border:1px solid #f0f0f0;border-radius:8px;align-items:center;gap:14px;min-width:0;margin:4px 0 6px;padding:7px 10px;display:flex}.minute-fund-flow-summary-head{white-space:nowrap;flex:none;align-items:center;gap:6px;display:flex}.minute-fund-flow-summary-title{color:#262626;font-size:13px;font-weight:700}.minute-fund-flow-summary-time,.minute-fund-flow-summary-state{color:#1677ff;background:#f0f5ff;border-radius:999px;padding:1px 5px;font-size:10px;line-height:18px}.minute-fund-flow-summary-time.is-reviewing{color:#d46b08;background:#fff7e6}.minute-fund-flow-summary-state{color:#8c8c8c;background:#f5f5f5}.minute-fund-flow-summary-state.is-warning{color:#d46b08;background:#fff7e6}.minute-fund-flow-summary-values{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.minute-fund-flow-main-value{color:#8c8c8c;border-right:1px solid #f0f0f0;flex:none;align-items:baseline;gap:6px;padding-right:14px;font-size:11px;display:flex}.minute-fund-flow-main-value strong{font-size:17px;line-height:24px}.minute-fund-flow-breakdown{flex:1;grid-template-columns:repeat(4,minmax(92px,1fr));gap:5px 10px;min-width:0;display:grid}.minute-fund-flow-breakdown-item{white-space:nowrap;grid-template-columns:6px auto 1fr;align-items:center;gap:4px;min-width:0;font-size:11px;display:inline-grid}.minute-fund-flow-breakdown-item i{border-radius:50%;width:6px;height:6px}.minute-fund-flow-breakdown-label{color:#8c8c8c}.minute-fund-flow-breakdown-item strong{text-align:right;text-overflow:ellipsis;font-size:12px;overflow:hidden}.minute-fund-flow-summary.is-compact{border-width:0 0 1px;border-radius:0;margin:0;padding:4px 5px;display:block}.minute-fund-flow-summary.is-compact .minute-fund-flow-summary-head{flex-wrap:wrap;gap:4px;margin-bottom:3px}.minute-fund-flow-summary.is-compact .minute-fund-flow-summary-title{font-size:11px;font-weight:600}.minute-fund-flow-summary.is-compact .minute-fund-flow-summary-time,.minute-fund-flow-summary.is-compact .minute-fund-flow-summary-state{padding:0 4px;font-size:9px;line-height:14px}.minute-fund-flow-summary.is-compact .minute-fund-flow-summary-values{display:block}.minute-fund-flow-summary.is-compact .minute-fund-flow-main-value{border-bottom:1px solid #f0f0f0;border-right:0;justify-content:space-between;margin-bottom:3px;padding:0 0 3px;font-size:10px}.minute-fund-flow-summary.is-compact .minute-fund-flow-main-value strong{font-size:13px;line-height:18px}.minute-fund-flow-summary.is-compact .minute-fund-flow-breakdown{grid-template-columns:minmax(0,1fr);gap:1px}.minute-fund-flow-summary.is-compact .minute-fund-flow-breakdown-item{grid-template-columns:5px minmax(0,1fr) auto;min-height:15px;font-size:10px}.minute-fund-flow-summary.is-compact .minute-fund-flow-breakdown-item strong{font-variant-numeric:tabular-nums;text-overflow:clip;font-size:10px;overflow:visible}.minute-fund-flow-summary.is-loading,.minute-fund-flow-summary.is-empty{color:#8c8c8c;text-align:center;justify-content:center;min-height:54px;font-size:11px}.minute-fund-flow-summary.is-loading .ant-skeleton{width:100%}@media (width<=767px){.minute-fund-flow-summary:not(.is-compact){padding:6px 8px;display:block}.minute-fund-flow-summary:not(.is-compact) .minute-fund-flow-summary-head{flex-wrap:wrap;margin-bottom:5px}.minute-fund-flow-summary:not(.is-compact) .minute-fund-flow-summary-values{display:block}.minute-fund-flow-summary:not(.is-compact) .minute-fund-flow-main-value{border-bottom:1px solid #f0f0f0;border-right:0;justify-content:space-between;margin-bottom:5px;padding:0 0 4px}.minute-fund-flow-summary:not(.is-compact) .minute-fund-flow-main-value strong{font-size:15px}.minute-fund-flow-summary:not(.is-compact) .minute-fund-flow-breakdown{grid-template-columns:repeat(2,minmax(0,1fr))}}.minute-fund-flow-chart{background:#fff;flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.minute-fund-flow-chart-canvas{min-width:0}.feature-factors-page{flex-direction:column;gap:12px;display:flex}.feature-factors-page .page-header{margin-bottom:0}.feature-factors-owner-bar{background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-wrap:wrap;align-items:center;gap:8px;min-height:44px;padding:6px 12px;display:flex}.feature-factors-owner-bar .ant-select{width:min(320px,100%)}.feature-factors-tabs>.ant-tabs-nav{margin-bottom:12px}.feature-factors-stack{flex-direction:column;gap:12px;display:flex}.feature-factor-summary{border-radius:8px;overflow:hidden}.feature-factor-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.feature-factor-summary-item{border-right:1px solid #edf0f2;flex-direction:column;justify-content:center;gap:3px;min-width:0;min-height:64px;padding:10px 14px;display:flex}.feature-factor-summary-item:last-child{border-right:0}.feature-factor-summary-item>span:first-child{color:#6b7280;font-size:12px}.feature-factor-summary-item strong{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-size:19px;font-weight:600;line-height:1.25;overflow:hidden}.feature-factor-summary-item .ant-tag{width:fit-content;margin-inline-end:0}.feature-factors-toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.feature-factor-library-toolbar{justify-content:space-between;margin-bottom:12px}.feature-factor-library-toolbar>.ant-input-affix-wrapper{width:min(420px,100%)}.feature-factor-name-cell{align-items:center;gap:4px;min-width:0;display:flex}.feature-factor-name-cell .ant-btn{text-overflow:ellipsis;max-width:150px;padding-inline:0;overflow:hidden}.feature-factor-name-cell .ant-tag{margin-inline-end:0}.feature-factor-formula-inline,.feature-factor-cell-value{max-width:260px;display:block}.feature-factors-workbench,.feature-factors-page .ant-card{border-radius:8px}.feature-factors-workbench>.ant-card-body>.ant-tabs>.ant-tabs-nav{margin-bottom:12px}.feature-factor-query-toolbar>.ant-input{width:176px}.feature-factor-query-toolbar>.ant-input-number{width:150px}.feature-factor-table-select{width:240px}.feature-factor-adjust-select{width:112px}.feature-factor-sample-source{background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.feature-factor-sample-source>div:first-child,.feature-factor-filter-header>div:first-child{flex-direction:column;gap:2px;display:flex}.feature-factor-filter-builder{background:#fff;border:1px solid #dfe4e8;border-radius:8px;overflow:hidden}.feature-factor-filter-header{background:#fafbfc;border-bottom:1px solid #edf0f2;justify-content:space-between;align-items:center;gap:12px;padding:9px 12px;display:flex}.feature-factor-condition-list{flex-direction:column;padding:4px 12px;display:flex}.feature-factor-condition-row{border-bottom:1px dashed #edf0f2;grid-template-columns:44px minmax(150px,.9fr) 124px minmax(280px,2fr) 32px;align-items:center;gap:8px;padding:7px 0;display:grid}.feature-factor-condition-row:last-child{border-bottom:0}.feature-factor-condition-and{color:#8c959f;letter-spacing:.04em;text-align:center;font-size:11px;font-weight:600}.feature-factor-condition-values{align-items:center;gap:8px;min-width:0;display:flex}.feature-factor-condition-values>.ant-input,.feature-factor-condition-values>.ant-input-number,.feature-factor-condition-values>.ant-picker,.feature-factor-condition-values>.ant-select{width:100%;min-width:0}.feature-factor-filter-empty{text-align:center;padding:15px 12px}.feature-factor-sample-toolbar{background:#fafbfc;border:1px solid #e5e7eb;border-radius:8px;padding:9px 10px}.feature-factor-sample-toolbar>.ant-input-number{width:148px}.feature-factor-sample-toolbar>.ant-btn-primary,.feature-factor-run-sql{margin-left:auto}.feature-factors-sql-layout{grid-template-columns:240px minmax(0,1fr);align-items:start;gap:12px;display:grid}.feature-factors-schema{border:1px solid #e5e7eb;border-radius:6px;max-height:390px;overflow:auto}.feature-factors-section-label{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;display:flex}.feature-factors-schema .ant-collapse{border:0;border-radius:0}.feature-factor-column-token{padding-inline:4px}.feature-factors-code-editor,.feature-factors-formula,.feature-factors-json{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}.feature-factors-formula,.feature-factors-json{white-space:pre-wrap;word-break:break-word;background:#f6f8fa;border-radius:6px;margin:0;line-height:1.55;overflow:auto}.feature-factors-formula{padding:10px}.feature-factors-json{padding:12px}.feature-factors-copy-row{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px;display:grid}.feature-factor-full-width{width:100%}.feature-factors-form-actions{align-items:center;gap:8px;display:flex}.feature-factors-form-actions .ant-btn{margin-left:auto}@media (width<=991px){.feature-factor-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-factor-summary-item:nth-child(2){border-right:0}.feature-factor-summary-item:nth-child(-n+2){border-bottom:1px solid #edf0f2}.feature-factors-sql-layout{grid-template-columns:minmax(0,1fr)}.feature-factors-schema{max-height:280px}.feature-factor-condition-row{grid-template-columns:40px minmax(140px,1fr) 124px minmax(220px,1.3fr) 32px}}@media (width<=575px){.feature-factors-owner-bar .ant-select,.feature-factor-library-toolbar>.ant-input-affix-wrapper,.feature-factor-table-select,.feature-factor-query-toolbar>.ant-input,.feature-factor-query-toolbar>.ant-input-number,.feature-factor-sample-source .feature-factors-toolbar,.feature-factor-sample-source .feature-factors-toolbar>.ant-select,.feature-factor-sample-toolbar>.ant-segmented,.feature-factor-sample-toolbar>.ant-input-number,.feature-factor-sample-toolbar>.ant-btn{width:100%}.feature-factor-sample-toolbar>.ant-btn-primary{margin-left:0}.feature-factor-filter-header{align-items:flex-start}.feature-factor-condition-list{padding-inline:10px}.feature-factor-condition-row{grid-template-columns:38px minmax(0,1fr) 32px;align-items:start}.feature-factor-condition-row>.ant-select,.feature-factor-condition-values{grid-column:2}.feature-factor-condition-row>.ant-btn{grid-area:1/3}.feature-factor-condition-values{flex-wrap:wrap}.feature-factor-library-toolbar .ant-segmented{max-width:100%;overflow-x:auto}.feature-factors-copy-row{grid-template-columns:minmax(0,1fr)}}.bt-metric-bar{container-type:inline-size}.bt-metric-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;display:grid}.bt-metric-tile{text-align:center;background:#fafafa;border-radius:8px;min-width:0;padding:8px 4px;overflow:hidden}.bt-metric-label,.bt-metric-value,.bt-metric-sub{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.bt-metric-label{color:#888;margin-bottom:3px;font-size:clamp(10px,1.25cqw,11px)}.bt-metric-value{font-size:clamp(13px,2.05cqw,18px);font-weight:700;line-height:1.2}.bt-metric-sub{color:#aaa;margin-top:3px;font-size:clamp(9px,1.15cqw,10px)}@media (width<=991px){.bt-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.bt-metric-label{font-size:11px}.bt-metric-value{font-size:15px}.bt-metric-sub{font-size:10px}}.help-page{width:100%;max-width:var(--help-max-width);color:var(--help-text);margin:0 auto}.help-page a{text-decoration:none}.help-page [id]{scroll-margin-top:20px}.help-header-card,.help-nav-panel,.help-document-card{border-color:var(--help-border);border-radius:var(--help-radius-md);box-shadow:none}.help-header-card>.ant-card-body{padding:16px 18px}.help-header-layout{justify-content:space-between;align-items:center;gap:28px;display:flex}.help-header-copy{flex:0 380px;min-width:270px}.help-header-title{align-items:center;gap:10px;display:flex}.help-header-title>span{border-radius:var(--help-radius-md);width:34px;height:34px;color:var(--help-primary);background:#e6f4ff;flex:0 0 34px;justify-content:center;align-items:center;font-size:17px;display:inline-flex}.help-header-title h1{color:var(--help-text);margin:0;font-size:20px;font-weight:700;line-height:28px}.help-header-copy>p{color:var(--help-text-secondary);margin:6px 0 0 44px;font-size:13px;line-height:20px}.help-search-area{flex:650px;width:min(650px,100%);min-width:320px}.help-search{text-align:left;width:100%}.help-search .ant-input-affix-wrapper{border-color:var(--help-border-strong);border-radius:var(--help-radius-sm);min-height:40px;box-shadow:none;padding-inline:11px}.help-search .ant-input-affix-wrapper:hover,.help-search .ant-input-affix-wrapper-focused{border-color:var(--help-primary)}.help-search .ant-input-prefix{color:var(--help-text-secondary);margin-right:8px;font-size:15px}.help-search .ant-input{color:var(--help-text);font-size:13px}.help-search-option{grid-template-columns:30px minmax(0,1fr) 12px;align-items:center;gap:9px;padding:3px 0;display:grid}.help-search-option-icon{border-radius:var(--help-radius-sm);width:30px;height:30px;color:var(--help-primary);background:#e6f4ff;justify-content:center;align-items:center;font-size:14px;display:inline-flex}.help-search-option-copy{flex-direction:column;gap:1px;min-width:0;display:flex}.help-search-option-copy strong{color:var(--help-text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.help-search-option-copy small{color:var(--help-text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:17px;overflow:hidden}.help-search-option>.anticon{color:#bfbfbf;font-size:10px}.help-search-empty{min-height:64px;color:var(--help-text-secondary);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;font-size:12px;display:flex}.help-search-empty>.anticon{color:#bfbfbf;font-size:18px}.help-popular-searches{color:var(--help-text-secondary);flex-wrap:wrap;align-items:center;gap:5px;margin-top:7px;font-size:11px;display:flex}.help-popular-searches button{border-radius:var(--help-radius-sm);color:#595959;cursor:pointer;font:inherit;background:0 0;border:0;padding:1px 6px;line-height:20px;transition:background-color .16s,color .16s}.help-popular-searches button:hover{color:var(--help-primary);background:#e6f4ff}.help-layout{grid-template-columns:var(--help-sidebar-width) minmax(0, 1fr);align-items:stretch;gap:12px;margin-top:12px;display:grid}.help-sidebar{min-width:0;display:flex}.help-nav-panel{flex:1;width:100%}.help-nav-panel>.ant-card-body{padding:8px;position:sticky;top:16px}.help-nav-heading{border-bottom:1px solid var(--help-border);justify-content:space-between;align-items:center;padding:4px 6px 9px;display:flex}.help-nav-heading span{color:var(--help-text);font-size:13px;font-weight:600}.help-nav-heading small{color:var(--help-text-secondary);font-size:11px}.help-nav-groups{padding-top:6px}.help-nav-group+.help-nav-group{margin-top:6px}.help-nav-group-label{color:#bfbfbf;padding:4px 8px 3px;font-size:10px;font-weight:600;line-height:16px;display:block}.help-nav-list{flex-direction:column;gap:2px;display:flex}.help-nav-item{border-radius:var(--help-radius-sm);min-width:0;color:var(--help-text);grid-template-columns:30px minmax(0,1fr) 10px;align-items:center;gap:8px;padding:8px;transition:background-color .16s,color .16s;display:grid;position:relative}.help-nav-item:hover{background:var(--help-surface-hover);color:var(--help-primary)}.help-nav-item.is-active{color:var(--help-primary);background:#e6f4ff}.help-nav-item.is-active:before{background:var(--help-primary);content:"";border-radius:0 2px 2px 0;width:2px;position:absolute;top:8px;bottom:8px;left:0}.help-nav-icon{border-radius:var(--help-radius-sm);background:var(--help-surface-subtle);color:#595959;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;display:inline-flex}.help-nav-item.is-active .help-nav-icon{background:var(--help-surface);color:var(--help-primary)}.help-nav-copy{flex-direction:column;gap:1px;min-width:0;display:flex}.help-nav-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;line-height:18px;overflow:hidden}.help-nav-copy small{color:var(--help-text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:15px;overflow:hidden}.help-nav-arrow{color:#bfbfbf;font-size:9px}.help-document{min-width:0}.help-document-card>.ant-card-body{padding:24px}.help-section-header{border-bottom:1px solid var(--help-border);align-items:flex-start;gap:12px;padding-bottom:17px;display:flex}.help-section-icon{border-radius:var(--help-radius-md);width:40px;height:40px;color:var(--help-primary);background:#e6f4ff;flex:0 0 40px;justify-content:center;align-items:center;font-size:18px;display:inline-flex}.help-section-heading{min-width:0}.help-section-kicker{color:var(--help-primary);margin-bottom:1px;font-size:10px;font-weight:600;line-height:15px;display:block}.help-section-header h2{color:var(--help-text);margin:0;font-size:20px;font-weight:700;line-height:28px}.help-section-header p{color:var(--help-text-secondary);margin:2px 0 0;font-size:12px;line-height:19px}.help-content-block{margin-top:28px}.help-content-block+.help-content-block{border-top:1px solid var(--help-border);padding-top:28px}.help-content-block-first{margin-top:22px}.help-block-title{margin-bottom:14px}.help-block-title h3{color:var(--help-text);margin:0;font-size:16px;font-weight:600;line-height:24px}.help-block-title p{max-width:720px;color:var(--help-text-secondary);margin:4px 0 0;font-size:12px;line-height:19px}.help-journey-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none;display:grid}.help-journey-list li{border:1px solid var(--help-border);border-radius:var(--help-radius-md);background:var(--help-surface-subtle);grid-template-columns:30px minmax(0,1fr);align-items:center;gap:10px;min-width:0;padding:11px 12px;display:grid;position:relative}.help-journey-icon{border-radius:var(--help-radius-sm);background:var(--help-surface);width:30px;height:30px;color:var(--help-primary);justify-content:center;align-items:center;font-size:14px;display:inline-flex}.help-journey-number{color:#d9d9d9;font-size:11px;font-weight:700;position:absolute;top:6px;right:8px}.help-journey-list li>div{flex-direction:column;gap:1px;min-width:0;display:flex}.help-journey-list strong{color:var(--help-text);font-size:13px;line-height:19px}.help-journey-list small{color:var(--help-text-secondary);font-size:11px;line-height:17px}.help-topic-list,.help-feature-list,.help-account-list,.help-factor-steps{border:1px solid var(--help-border);border-radius:var(--help-radius-md);background:var(--help-surface);margin:0;padding:0;overflow:hidden}.help-topic-row{min-width:0;color:var(--help-text);grid-template-columns:32px minmax(0,1fr) auto 12px;align-items:center;gap:10px;padding:11px 12px;transition:background-color .16s;display:grid}.help-topic-row+.help-topic-row{border-top:1px solid var(--help-border)}.help-topic-row:hover{background:var(--help-surface-subtle);color:var(--help-primary)}.help-topic-icon{border-radius:var(--help-radius-sm);width:32px;height:32px;color:var(--help-primary);background:#e6f4ff;justify-content:center;align-items:center;font-size:14px;display:inline-flex}.help-topic-copy{flex-direction:column;gap:1px;min-width:0;display:flex}.help-topic-copy strong{color:var(--help-text);font-size:13px;line-height:19px}.help-topic-copy small{color:var(--help-text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:17px;overflow:hidden}.help-topic-row .ant-tag{margin:0;font-size:10px}.help-topic-arrow{color:#bfbfbf;font-size:10px}.help-action-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.help-action-links a{border:1px solid var(--help-border);border-radius:var(--help-radius-sm);background:var(--help-surface-subtle);color:#595959;justify-content:space-between;align-items:center;gap:8px;padding:9px 11px;font-size:12px;transition:border-color .16s,color .16s;display:flex}.help-action-links a:hover{color:var(--help-primary);border-color:#91caff}.help-feature-row{grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:11px;min-width:0;padding:12px;display:grid}.help-feature-row+.help-feature-row{border-top:1px solid var(--help-border)}.help-feature-row:target,.help-account-row:target,.help-content-block:target{background:#f0f7ff}.help-feature-icon{border-radius:var(--help-radius-sm);background:var(--help-surface-subtle);color:#595959;justify-content:center;align-items:center;width:34px;height:34px;font-size:15px;display:inline-flex}.help-feature-copy{min-width:0}.help-feature-heading{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.help-feature-heading h4{color:var(--help-text);margin:0;font-size:13px;font-weight:600;line-height:20px}.help-feature-tag.ant-tag{color:var(--help-text-secondary);margin:0;font-size:10px;line-height:17px}.help-feature-copy p{color:var(--help-text-secondary);margin:2px 0 0;font-size:11px;line-height:18px}.help-row-link{color:var(--help-primary);white-space:nowrap;align-items:center;gap:5px;font-size:11px;display:inline-flex}.help-row-link .anticon{font-size:9px}.help-row-link:hover{color:#0958d9}.help-tool-flow{border:1px solid var(--help-border);border-radius:var(--help-radius-md);background:var(--help-surface-subtle);grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:12px;display:grid}.help-tool-step{grid-template-columns:24px minmax(0,1fr) 10px;align-items:center;gap:7px;min-width:0;padding:7px;display:grid;position:relative}.help-tool-step>span{width:24px;height:24px;color:var(--help-primary);background:#e6f4ff;border-radius:50%;justify-content:center;align-items:center;font-size:11px;font-weight:600;display:inline-flex}.help-tool-step div{flex-direction:column;gap:1px;min-width:0;display:flex}.help-tool-step strong{color:var(--help-text);font-size:12px}.help-tool-step small{color:var(--help-text-secondary);white-space:nowrap;font-size:10px;line-height:15px}.help-tool-step>.anticon{color:#bfbfbf;font-size:9px}.help-factor-intro{border-radius:var(--help-radius-md);margin-top:20px}.help-factor-steps{list-style:none}.help-factor-steps li{grid-template-columns:26px minmax(0,1fr);align-items:start;gap:10px;padding:11px 12px;display:grid}.help-factor-steps li+li{border-top:1px solid var(--help-border)}.help-factor-steps li>span{width:24px;height:24px;color:var(--help-primary);background:#e6f4ff;border-radius:50%;justify-content:center;align-items:center;font-size:11px;font-weight:600;display:inline-flex}.help-factor-steps strong{color:var(--help-text);font-size:12px;line-height:19px}.help-factor-steps p{color:var(--help-text-secondary);margin:2px 0 0;font-size:11px;line-height:18px}.help-syntax-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.help-syntax-item{border:1px solid var(--help-border);border-radius:var(--help-radius-md);background:var(--help-surface-subtle);min-width:0;padding:11px 12px}.help-syntax-item strong{color:var(--help-text);font-size:12px;line-height:18px;display:block}.help-syntax-item code{border:1px solid var(--help-border);background:var(--help-surface);color:#0958d9;white-space:nowrap;border-radius:4px;margin-top:6px;padding:5px 7px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;line-height:17px;display:block;overflow-x:auto}.help-syntax-item p{color:var(--help-text-secondary);margin:6px 0 0;font-size:10px;line-height:16px}.help-security-note{border-radius:var(--help-radius-md);background:#fffbe6;border:1px solid #ffe58f;align-items:flex-start;gap:9px;margin-top:10px;padding:10px 12px;display:flex}.help-security-note>.anticon{color:#d48806;margin-top:2px;font-size:15px}.help-security-note strong{color:#614700;font-size:11px}.help-security-note p{color:#876800;margin:2px 0 0;font-size:10px;line-height:17px}.help-code-stack{flex-direction:column;gap:10px;display:flex}.help-code-card{border:1px solid var(--help-border-strong);border-radius:var(--help-radius-md);background:#1f1f1f;overflow:hidden}.help-code-header{color:#bfbfbf;background:#262626;border-bottom:1px solid #303030;justify-content:space-between;align-items:center;gap:12px;min-height:36px;padding:4px 7px 4px 12px;font-size:11px;display:flex}.help-code-copy.ant-btn{color:#bfbfbf;font-size:11px}.help-code-copy.ant-btn:hover{color:#fff;background:#434343}.help-code-card pre{color:#d9d9d9;tab-size:2;margin:0;padding:13px 14px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;line-height:1.7;overflow-x:auto}.help-factor-alert{border-radius:var(--help-radius-md);margin-top:10px}.help-inline-code{color:#1d39c4;background:#f0f5ff;border:1px solid #d6e4ff;border-radius:3px;padding:1px 4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.92em}.help-doc-link{width:fit-content;color:var(--help-primary);align-items:center;gap:7px;margin-top:12px;font-size:12px;display:inline-flex}.help-doc-link:hover{color:#0958d9}.help-account-row{grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:11px;min-width:0;padding:13px 12px;display:grid}.help-account-row+.help-account-row{border-top:1px solid var(--help-border)}.help-account-icon{border-radius:var(--help-radius-sm);width:34px;height:34px;color:var(--help-primary);background:#e6f4ff;justify-content:center;align-items:center;font-size:15px;display:inline-flex}.help-account-icon-gold{color:#d48806;background:#fffbe6}.help-account-icon-purple{color:#722ed1;background:#f9f0ff}.help-account-icon-green{color:#389e0d;background:#f6ffed}.help-account-row h4{color:var(--help-text);margin:0;font-size:13px;font-weight:600;line-height:20px}.help-account-row p{color:var(--help-text-secondary);margin:2px 0 0;font-size:11px;line-height:18px}.help-account-row>.ant-btn,.help-account-actions .ant-btn{height:auto;padding:2px 4px;font-size:11px}.help-account-actions{white-space:nowrap;align-items:center;gap:2px;display:flex}.help-support-banner{border:1px solid var(--help-border);border-radius:var(--help-radius-md);background:var(--help-surface);grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;margin-top:12px;padding:13px 14px;display:grid}.help-support-icon{border-radius:var(--help-radius-sm);background:var(--help-surface-subtle);width:34px;height:34px;color:var(--help-primary);justify-content:center;align-items:center;font-size:15px;display:inline-flex}.help-support-copy{flex-direction:column;gap:1px;min-width:0;display:flex}.help-support-copy strong{color:var(--help-text);font-size:12px;line-height:18px}.help-support-copy span{color:var(--help-text-secondary);font-size:10px;line-height:16px}.help-support-link{border-radius:var(--help-radius-sm);background:var(--help-primary);color:#fff;white-space:nowrap;align-items:center;gap:6px;padding:5px 9px;font-size:11px;transition:background-color .16s;display:inline-flex}.help-support-link:hover{color:#fff;background:#0958d9}.help-page a:focus-visible,.help-page button:focus-visible{outline-offset:2px;outline:2px solid #69b1ff}.help-subscription-current{border:1px solid var(--help-border);border-radius:var(--help-radius-sm);background:var(--help-surface-subtle);grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;display:grid}.help-subscription-current strong{color:var(--help-text);font-size:14px}.help-subscription-current p{color:var(--help-text-secondary);margin:4px 0 0;font-size:12px;line-height:1.7}.help-subscription-state{text-align:center;border:1px dashed var(--help-border-strong);border-radius:var(--help-radius-sm);color:var(--help-text-secondary);padding:28px;font-size:12px}.help-subscription-table-wrap{border:1px solid var(--help-border);border-radius:var(--help-radius-sm);max-width:100%;overflow-x:auto}.help-subscription-table{border-collapse:separate;border-spacing:0;width:100%;min-width:720px;color:var(--help-text);font-size:12px}.help-subscription-table th,.help-subscription-table td{text-align:center;border-right:1px solid var(--help-border);border-bottom:1px solid var(--help-border);white-space:nowrap;padding:10px}.help-subscription-table tr:last-child>*{border-bottom:none}.help-subscription-table tr>:last-child{border-right:none}.help-subscription-table thead th{background:var(--help-surface-subtle);font-weight:650}.help-subscription-table thead th>span{display:block}.help-subscription-table thead .ant-tag{margin:4px 0 0;font-size:10px}.help-subscription-table th:first-child{z-index:2;text-align:left;background:var(--help-surface);min-width:108px;position:sticky;left:0}.help-subscription-table thead th:first-child{z-index:3;background:var(--help-surface-subtle)}.help-subscription-table .is-current{background:#e6f4ff}.help-subscription-table td.is-enabled{color:#389e0d;font-weight:550}.help-subscription-table td.is-disabled{color:var(--help-text-secondary)}.help-subscription-rules{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.help-subscription-rules article{border:1px solid var(--help-border);border-radius:var(--help-radius-sm);background:var(--help-surface-subtle);min-width:0;padding:14px}.help-subscription-rules strong{color:var(--help-text)}.help-subscription-rules p{color:var(--help-text-secondary);margin:5px 0 0;font-size:12px;line-height:1.7}.help-subscription-errors{border-radius:var(--help-radius-sm);margin-top:12px}.help-subscription-actions{align-items:center;gap:12px;margin-top:12px;font-size:12px;display:flex}.help-subscription-actions .ant-btn{padding:0}.help-mcp-intro{border-radius:var(--help-radius-sm);margin-top:22px}.help-mcp-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}.help-mcp-steps li{border:1px solid var(--help-border);border-radius:var(--help-radius-sm);background:var(--help-surface-subtle);grid-template-columns:28px minmax(0,1fr);gap:10px;min-width:0;padding:14px;display:grid}.help-mcp-steps li>span{background:var(--help-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:inline-flex}.help-mcp-steps strong,.help-mcp-prompts strong,.help-mcp-example strong{color:var(--help-text)}.help-mcp-steps p,.help-mcp-prompts p{color:var(--help-text-secondary);margin:5px 0 0;font-size:12px;line-height:1.7}.help-mcp-actions{color:var(--help-text-secondary);align-items:center;gap:12px;margin:12px 0;font-size:12px;display:flex}.help-mcp-prompts{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.help-mcp-prompts article{border:1px solid var(--help-border);border-radius:var(--help-radius-sm);background:var(--help-surface-subtle);min-width:0;padding:14px}.help-mcp-warning{border-radius:var(--help-radius-sm);margin-top:12px}.help-mcp-category-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.help-mcp-category{border:1px solid var(--help-border);border-radius:var(--help-radius-md);background:var(--help-surface);min-width:0;padding:16px;scroll-margin-top:20px}.help-mcp-category-heading{align-items:center;gap:10px;display:flex}.help-mcp-category-heading>span{border-radius:var(--help-radius-sm);background:var(--help-surface-subtle);width:34px;height:34px;color:var(--help-primary);flex:0 0 34px;justify-content:center;align-items:center;display:inline-flex}.help-mcp-category-heading>div{flex-wrap:wrap;align-items:center;gap:7px;min-width:0;display:flex}.help-mcp-category h4{color:var(--help-text);margin:0;font-size:14px}.help-mcp-category p{color:var(--help-text-secondary);margin:11px 0;font-size:12px;line-height:1.7}.help-mcp-example{color:var(--help-text-secondary);align-items:flex-start;gap:7px;font-size:12px;line-height:1.6;display:flex}.help-mcp-example strong{flex:none}.help-mcp-method-list{gap:6px;margin-top:12px;display:grid}.help-mcp-method{border:1px solid var(--help-border);border-radius:var(--help-radius-sm);background:var(--help-surface-subtle);min-width:0;scroll-margin-top:76px}.help-mcp-method[open]{background:var(--help-surface)}.help-mcp-method summary{cursor:pointer;grid-template-columns:minmax(120px,auto) minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;padding:9px 10px;list-style-position:inside;display:grid}.help-mcp-method summary::marker{color:var(--help-primary)}.help-mcp-method-name{overflow-wrap:anywhere;min-width:0;color:var(--help-primary);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;font-weight:650}.help-mcp-method-summary{min-width:0;color:var(--help-text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.help-mcp-method summary .ant-tag{margin:0;font-size:10px}.help-mcp-method-body{border-top:1px solid var(--help-border);padding:0 10px 11px}.help-mcp-category .help-mcp-method-body>p{margin:9px 0}.help-mcp-method-field{color:var(--help-text-secondary);gap:4px;margin-top:8px;font-size:11px;line-height:1.65;display:grid}.help-mcp-method-field strong{color:var(--help-text);font-size:11px}.help-mcp-method-field code{border:1px solid var(--help-border);background:var(--help-surface-subtle);max-width:100%;color:var(--help-primary);white-space:nowrap;border-radius:4px;padding:7px 8px;font-size:10px;overflow-x:auto}.help-mcp-category .help-mcp-method-caution,.help-mcp-category .help-mcp-method-note{border-radius:4px;margin:9px 0 0;padding:7px 8px}.help-mcp-category .help-mcp-method-caution{color:#cf1322;background:#fff1f0}.help-mcp-category .help-mcp-method-note{color:#0958d9;background:#e6f4ff}.help-mcp-permission-note{color:var(--help-text-secondary);margin:12px 0 0;font-size:12px;line-height:1.7}@media (width<=991px){.help-page [id]{scroll-margin-top:62px}.help-layout{display:block}.help-sidebar{margin-bottom:12px;display:block}.help-nav-panel>.ant-card-body{padding:6px;position:static;top:auto}.help-nav-heading,.help-nav-group-label{display:none}.help-nav-groups{gap:4px;padding:0;display:flex;overflow-x:auto}.help-nav-group,.help-nav-group+.help-nav-group{flex:none;margin:0}.help-nav-list{flex-direction:row}.help-nav-item{grid-template-columns:26px auto;gap:6px;padding:6px 9px}.help-nav-item.is-active:before,.help-nav-copy small,.help-nav-arrow{display:none}.help-nav-icon{width:26px;height:26px;font-size:12px}.help-nav-copy strong{font-size:11px}}@media (width<=767px){.help-header-layout{flex-direction:column;align-items:stretch;gap:14px}.help-header-copy{flex:none;min-width:0}.help-search-area{flex:none;width:100%;min-width:0}.help-document-card>.ant-card-body{padding:20px}.help-feature-row,.help-account-row{grid-template-columns:34px minmax(0,1fr)}.help-feature-row>.help-row-link,.help-account-row>.help-row-link,.help-account-row>.ant-btn,.help-account-actions{grid-column:2;width:fit-content}.help-tool-flow{grid-template-columns:repeat(2,minmax(0,1fr))}.help-mcp-steps,.help-mcp-prompts,.help-subscription-rules{grid-template-columns:1fr}.help-subscription-current{grid-template-columns:38px minmax(0,1fr)}.help-subscription-current>.help-row-link{grid-column:2;width:fit-content}.help-tool-step:nth-child(2)>.anticon{display:none}}@media (width<=575px){.help-header-card>.ant-card-body{padding:13px}.help-header-title>span{flex-basis:32px;width:32px;height:32px;font-size:15px}.help-header-title h1{font-size:18px}.help-header-copy>p{margin-left:42px;font-size:12px}.help-popular-searches>span{width:100%}.help-document-card>.ant-card-body{padding:16px}.help-section-header{gap:10px;padding-bottom:14px}.help-section-icon{flex-basis:36px;width:36px;height:36px;font-size:16px}.help-section-header h2{font-size:18px;line-height:25px}.help-content-block,.help-content-block-first{margin-top:22px}.help-content-block+.help-content-block{padding-top:22px}.help-block-title{margin-bottom:11px}.help-block-title h3{font-size:15px}.help-journey-list,.help-action-links,.help-syntax-grid,.help-tool-flow,.help-mcp-category-list{grid-template-columns:1fr}.help-mcp-actions{flex-direction:column;align-items:flex-start}.help-mcp-method summary{grid-template-columns:minmax(0,1fr) auto}.help-mcp-method-summary{display:none}.help-topic-row{grid-template-columns:30px minmax(0,1fr) auto 10px;gap:8px;padding:10px}.help-topic-icon{width:30px;height:30px}.help-tool-step>.anticon{display:none}.help-feature-row,.help-account-row{padding:11px 10px}.help-code-card pre{padding:12px;font-size:10px}.help-support-banner{grid-template-columns:32px minmax(0,1fr);padding:12px}.help-support-icon{width:32px;height:32px}.help-support-link{grid-column:2;width:fit-content}}@media (prefers-reduced-motion:reduce){.help-page *,.help-page :before,.help-page :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.stock-quick-preview{color:#262626;flex-direction:column;gap:10px;min-width:0;display:flex}.stock-quick-preview-summary{background:linear-gradient(118deg,#fff 0%,#fbfcff 70%,#f5f8ff 100%);border:1px solid #e8eaed;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;min-width:0;padding:10px 12px;display:flex}.stock-quick-preview-quote{flex:auto;min-width:0}.stock-quick-preview-identity,.stock-quick-preview-price-row{flex-wrap:wrap;align-items:center;min-width:0;display:flex}.stock-quick-preview-identity{gap:8px}.stock-quick-preview-name{color:#1f1f1f;text-overflow:ellipsis;white-space:nowrap;font-size:17px;font-weight:700;line-height:24px;overflow:hidden}.stock-quick-preview-code.ant-tag{font-variant-numeric:tabular-nums;margin:0}.stock-quick-preview-price-row{align-items:baseline;gap:9px;margin-top:3px}.stock-quick-preview-price{font-variant-numeric:tabular-nums;font-size:27px;font-weight:800;line-height:31px}.stock-quick-preview-prev-close{color:#8c8c8c;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:11px}.stock-quick-preview-actions{flex-wrap:wrap;flex:none;justify-content:flex-end;align-items:center;gap:6px;display:flex}.stock-quick-preview-actions .ant-btn{height:28px;padding-inline:9px;font-size:12px}.stock-quick-preview-alert-panel{background:#f7faff;border:1px solid #dbe7f6;border-radius:8px;grid-template-columns:auto 100px 116px minmax(150px,180px) auto;align-items:center;gap:8px;min-width:0;padding:8px 10px;display:grid}.stock-quick-preview-alert-heading{color:#595959;white-space:nowrap;align-items:center;gap:5px;font-size:12px;font-weight:600;display:flex}.stock-quick-preview-alert-field,.stock-quick-preview-alert-field.ant-input-number{width:100%;min-width:0}.stock-quick-preview-chart{background:#fff;border:1px solid #e8eaed;border-radius:8px;min-width:0;padding:6px 6px 2px;overflow:hidden}@media (width<=991px){.stock-quick-preview{gap:8px}.stock-quick-preview-summary{flex-direction:column;align-items:stretch;gap:9px;padding:9px 10px}.stock-quick-preview-name{font-size:16px}.stock-quick-preview-price{font-size:25px;line-height:29px}.stock-quick-preview-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;width:100%;display:grid}.stock-quick-preview-actions .ant-btn{width:100%;height:32px}.stock-quick-preview-alert-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.stock-quick-preview-alert-heading{grid-column:1/-1}.stock-quick-preview-alert-panel>.ant-btn{width:100%}.stock-quick-preview-chart{padding:4px 3px 1px}}@media (width<=380px){.stock-quick-preview-summary{padding-inline:8px}.stock-quick-preview-actions .ant-btn{padding-inline:5px;font-size:11px}}.market-quotes-page{color:#262626;min-width:0}.market-quotes-page .is-up{color:#ef232a}.market-quotes-page .is-down{color:#14b143}.market-quotes-page .is-flat{color:#8c8c8c}.market-quotes-page-header{margin-bottom:10px}.market-quotes-blocking-error{align-items:center;min-height:104px}.market-quotes-overview{background:linear-gradient(118deg,#fff 0%,#fbfcff 60%,#f4f8ff 100%);border:1px solid #e8eaed;border-radius:10px;margin-bottom:10px;overflow:hidden;box-shadow:0 1px 2px #0e1e3508}.market-quotes-status-row{color:#8c8c8c;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:12px;min-height:35px;padding:6px 12px;font-size:11px;line-height:20px;display:flex}.market-quotes-status-main{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.market-quotes-status-main .ant-tag{margin-inline-end:0;font-size:11px}.market-quotes-degraded{color:#ad6800;font-weight:600}.market-quotes-updated{font-variant-numeric:tabular-nums;white-space:nowrap;flex:none}.market-quotes-summary{grid-template-columns:minmax(132px,1.2fr) repeat(3,minmax(76px,.72fr)) minmax(150px,1fr);align-items:center;column-gap:8px;min-height:70px;padding:10px 14px 12px;display:grid;position:relative}.market-quotes-summary-primary,.market-quotes-summary-item,.market-quotes-summary-amount{border-left:1px solid #f0f0f0;align-items:baseline;gap:7px;min-width:0;height:40px;padding:0 14px;display:flex}.market-quotes-summary-primary{border-left:0;padding-left:2px}.market-quotes-summary span{color:#8c8c8c;white-space:nowrap;font-size:12px}.market-quotes-summary strong{color:#1f1f1f;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:20px;font-weight:700;line-height:40px}.market-quotes-summary small{color:#8c8c8c;font-size:11px}.market-quotes-summary-item.is-up strong{color:#ef232a}.market-quotes-summary-item.is-down strong{color:#14b143}.market-quotes-summary-item.is-flat strong{color:#8c8c8c}.market-quotes-summary-amount{justify-content:flex-end}.market-quotes-summary-amount strong{font-size:17px}.market-quotes-breadth{background:#f0f0f0;border-radius:999px;height:4px;display:flex;position:absolute;bottom:8px;left:14px;right:14px;overflow:hidden}.market-quotes-breadth span{min-width:0;height:100%;transition:width .2s}.market-quotes-breadth .is-up{background:#ef232a}.market-quotes-breadth .is-flat{background:#bfbfbf}.market-quotes-breadth .is-down{background:#14b143}.market-quotes-realtime-warning{margin-bottom:10px;padding-block:5px;font-size:12px}.market-quotes-toolbar{border-color:#e8eaed;border-radius:10px;margin-bottom:10px;box-shadow:0 1px 2px #0e1e3508}.market-quotes-toolbar-top,.market-quotes-filter-row{align-items:center;gap:10px;min-width:0;display:flex}.market-quotes-toolbar-top>.market-quotes-stock-search{flex:320px;width:100%;max-width:400px}.market-quotes-rank-wrap{align-items:center;gap:8px;min-width:0;margin-left:auto;display:flex}.market-quotes-rank-wrap .ant-radio-button-wrapper{height:30px;padding-inline:12px;line-height:28px}.market-quotes-control-label{color:#8c8c8c;flex:none;font-size:11px}.market-quotes-filter-row{border-top:1px solid #f2f2f2;margin-top:10px;padding-top:10px}.market-quotes-market-scroll{overscroll-behavior-inline:contain;min-width:0;overflow-x:auto}.market-quotes-market-filter{min-width:max-content}.market-quotes-industry-filter{flex:0 0 138px;width:138px}.market-quotes-trend-filter{flex:0 0 108px;width:108px}.market-quotes-reset{flex:none;margin-left:auto}.market-quotes-table-card{border-color:#e8eaed;border-radius:10px;min-width:0;overflow:hidden;box-shadow:0 1px 2px #0e1e3508}.market-quotes-list-head{color:#8c8c8c;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:12px;min-height:42px;padding:8px 12px;font-size:11px;display:flex}.market-quotes-list-head>div{align-items:baseline;gap:9px;min-width:0;display:flex}.market-quotes-list-head strong{color:#262626;font-size:14px}.market-quotes-list-head span{white-space:nowrap}.market-quotes-table .ant-table{font-size:12px}.market-quotes-table .ant-table-thead>tr>th{color:#595959;white-space:nowrap;background:#fafbfc;padding-block:8px;font-size:11px;font-weight:600}.market-quotes-table .ant-table-tbody>tr>td{font-variant-numeric:tabular-nums;padding-block:7px}.market-quotes-table .ant-table-tbody>tr:hover>td{background:#f3f8ff!important}.market-quotes-table .ant-table-cell-fix-left,.market-quotes-table .ant-table-cell-fix-right{background:#fff}.market-quotes-table .ant-table-thead .ant-table-cell-fix-left,.market-quotes-table .ant-table-thead .ant-table-cell-fix-right{background:#fafbfc}.market-quotes-table .ant-pagination{margin:12px}.market-quotes-mobile-list{background:#fff;border:1px solid #e8eaed;border-radius:10px;min-width:0;overflow:hidden}.market-quotes-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:10px;display:grid}.market-quote-card{background:#fff;border:1px solid #e8eaed;border-radius:9px;min-width:0;transition:border-color .16s,box-shadow .16s,transform .16s;overflow:hidden;box-shadow:0 1px 2px #0e1e3506}.market-quote-card:focus-within,.market-quote-card:hover{border-color:#91caff;transform:translateY(-1px);box-shadow:0 5px 16px #1677ff17}.market-quote-card-body{cursor:pointer;outline:none;padding:12px 12px 10px}.market-quote-card-body:focus-visible{box-shadow:inset 0 0 0 2px #1677ff}.market-quote-card-head{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.market-quote-identity{flex-direction:column;gap:7px;min-width:0;display:flex}.market-quote-identity>div{align-items:baseline;gap:7px;min-width:0;display:flex}.market-quote-identity strong{color:#1f1f1f;text-overflow:ellipsis;white-space:nowrap;font-size:15px;line-height:21px;overflow:hidden}.market-quote-identity span{color:#8c8c8c;font-variant-numeric:tabular-nums;font-size:11px}.market-quote-identity small{color:#737373;text-overflow:ellipsis;white-space:nowrap;background:#f5f5f5;border-radius:999px;width:fit-content;max-width:100%;padding:1px 6px;font-size:10px;line-height:17px;overflow:hidden}.market-quote-price{font-variant-numeric:tabular-nums;flex-direction:column;flex:none;align-items:flex-end;display:flex}.market-quote-price strong{color:inherit;font-size:20px;line-height:23px}.market-quote-price span{color:inherit;font-size:12px;font-weight:600;line-height:19px}.market-quote-card-metrics{border-top:1px solid #f2f2f2;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:13px 0 0;padding-top:10px;display:grid}.market-quote-card-metrics div{min-width:0}.market-quote-card-metrics dt{color:#a0a0a0;text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:17px;overflow:hidden}.market-quote-card-metrics dd{color:#454545;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;margin:1px 0 0;font-size:12px;font-weight:600;line-height:18px;overflow:hidden}.market-quote-card-metrics dd.is-up{color:#ef232a}.market-quote-card-metrics dd.is-down{color:#14b143}.market-quote-card-footer{color:#a0a0a0;background:#fafbfc;border-top:1px solid #f2f2f2;justify-content:space-between;align-items:center;gap:8px;min-height:35px;padding:2px 6px 2px 12px;font-size:10px;display:flex}.market-quote-card-footer .ant-btn{height:28px;padding-inline:6px;font-size:11px}.market-quotes-mobile-loading{margin:10px}.market-quotes-empty{margin:48px 0}.market-quotes-mobile-pagination{border-top:1px solid #f0f0f0;justify-content:flex-end;margin:2px 10px 12px;padding-top:10px;display:flex}@media (width<=991px){.market-quotes-summary{grid-template-columns:minmax(120px,1.15fr) repeat(3,minmax(68px,.72fr)) minmax(130px,1fr)}.market-quotes-toolbar-top{flex-direction:column;align-items:stretch}.market-quotes-toolbar-top>.market-quotes-stock-search{flex:none;width:100%;max-width:none}.market-quotes-rank-wrap{width:100%;margin-left:0}.market-quotes-filter-row{flex-wrap:wrap}.market-quotes-market-scroll{flex:100%;width:100%}.market-quotes-reset{margin-left:0}}@media (width<=699px){.market-quotes-status-row{flex-direction:column;align-items:flex-start;gap:1px}.market-quotes-updated{padding-left:1px}.market-quotes-summary{grid-template-columns:repeat(6,minmax(0,1fr));row-gap:5px}.market-quotes-summary-primary,.market-quotes-summary-item,.market-quotes-summary-amount{height:34px;padding:0 7px}.market-quotes-summary-primary{grid-column:span 3;padding-left:0}.market-quotes-summary-amount{grid-area:1/4/auto/span 3;justify-content:flex-start}.market-quotes-summary-item{grid-column:span 2}.market-quotes-summary strong{font-size:17px;line-height:34px}.market-quotes-summary-amount strong{font-size:15px}.market-quotes-summary-item:nth-of-type(2){border-left:0}.market-quotes-rank-wrap{flex-direction:column;align-items:flex-start;gap:5px}.market-quotes-rank-wrap .ant-radio-group{grid-template-columns:repeat(4,minmax(0,1fr));width:100%;display:grid}.market-quotes-rank-wrap .ant-radio-button-wrapper{text-align:center;padding-inline:4px}.market-quotes-industry-filter,.market-quotes-trend-filter{flex:calc(50% - 38px);width:auto}.market-quotes-reset{flex:0 0 58px;width:58px}.market-quotes-list-head{align-items:flex-start}.market-quotes-list-head>div{flex-direction:column;align-items:flex-start;gap:1px}.market-quotes-card-grid{grid-template-columns:minmax(0,1fr)}.market-quotes-mobile-pagination{justify-content:center}}@media (width<=380px){.market-quotes-summary{padding-inline:10px}.market-quotes-card-grid{padding:8px}.market-quote-card-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}.heatmap-page{min-width:0}.heatmap-page .is-up{color:#ff1c1c}.heatmap-page .is-down{color:#00c345}.heatmap-page .is-flat{color:#bfbfbf}.heatmap-page-header,.heatmap-error{margin-bottom:12px}.heatmap-workbench-shell{background:#262931;border-radius:10px;min-width:0;position:relative;overflow:hidden}.heatmap-workbench-shell:fullscreen{background:#262931;border-radius:0;width:100%;height:100%}.heatmap-workbench{border-radius:inherit;background:#262931;border-color:#3f414b;overflow:hidden}.heatmap-workbench>.ant-card-body{background:#262931;min-width:0;overflow:hidden}.heatmap-workbench>.ant-card-body>.ant-skeleton{background:#30333c;min-height:620px;padding:20px}.heatmap-workbench>.ant-card-body>.ant-skeleton .ant-skeleton-title,.heatmap-workbench>.ant-card-body>.ant-skeleton .ant-skeleton-paragraph>li{background:linear-gradient(90deg,#3b3e47 25%,#4a4d57 37%,#3b3e47 63%) 0 0/400% 100%}.heatmap-workbench-shell.is-fullscreen,.heatmap-workbench-shell.is-fullscreen .heatmap-workbench,.heatmap-workbench-shell.is-fullscreen .heatmap-workbench>.ant-card-body,.heatmap-workbench-shell.is-fullscreen .heatmap-terminal{border:0;border-radius:0;height:100vh}.heatmap-terminal{background:#262931;grid-template-columns:164px minmax(0,1fr);min-width:0;display:grid}.heatmap-control-rail{color:#fff;scrollbar-color:#686b75 transparent;scrollbar-width:thin;background:#30333c;flex-direction:column;min-width:0;max-height:calc(100vh - 76px);padding:9px 10px 10px;display:flex;overflow:hidden auto}.heatmap-workbench-shell.is-fullscreen .heatmap-control-rail{max-height:100vh}.heatmap-rail-meta{color:#bfbfbf;font-variant-numeric:tabular-nums;white-space:nowrap;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:6px;min-height:25px;padding-bottom:7px;font-size:10px;display:flex}.heatmap-rail-meta .ant-tag{border-color:#fff3;margin-inline-end:0;font-size:10px}.heatmap-rail-section{min-width:0;margin-top:9px;display:block}.heatmap-rail-label{color:#bfbfbf;margin-bottom:4px;font-size:11px;line-height:16px;display:block}.heatmap-market-scroll{overscroll-behavior-inline:contain;width:100%;overflow-x:auto}.heatmap-market-filter{color:#ffffffd1;background:#3f414b;width:100%;min-width:max-content}.heatmap-market-filter.ant-segmented-vertical{min-width:0}.heatmap-market-filter .ant-segmented-group{width:100%}.heatmap-market-filter .ant-segmented-item{min-width:0}.heatmap-market-filter.ant-segmented-vertical .ant-segmented-item-label{text-align:left;min-height:27px;padding:3px 8px;line-height:21px}.heatmap-market-filter .ant-segmented-item-selected,.heatmap-market-filter .ant-segmented-thumb{color:#fff;box-shadow:none;background:#585a64;font-weight:700}.heatmap-rail-options{min-width:0}.heatmap-control-rail .ant-select{color:#fff;--ant-color-bg-container:#3f414b;--ant-color-border:#737680;--ant-color-text:#fff;--ant-color-text-placeholder:#bfbfbf;--ant-select-selector-bg:#3f414b;background:#3f414b;border-color:#737680;width:100%}.heatmap-control-rail .ant-select-selector{box-shadow:none!important;color:#fff!important;background:#3f414b!important;border-color:#737680!important}.heatmap-control-rail .ant-select-selection-item,.heatmap-control-rail .ant-select-selection-placeholder,.heatmap-control-rail .ant-select-selection-search-input,.heatmap-control-rail .ant-select-content,.heatmap-control-rail .ant-select-input{font-size:11px;color:#fff!important}.heatmap-control-rail .ant-select-arrow,.heatmap-control-rail .ant-select-suffix{color:#bfbfbf}.heatmap-reset-button{color:#d9d9d9;width:100%;margin-top:8px}.heatmap-reset-button:hover{color:#fff!important;background:#454852!important}.heatmap-rail-summary{border-top:1px solid #ffffff1a;min-width:0;margin-top:auto;padding-top:10px}.heatmap-rail-counts{text-align:center;font-variant-numeric:tabular-nums;grid-template-columns:repeat(3,minmax(0,1fr));gap:3px;font-size:9px;display:grid}.heatmap-rail-counts span,.heatmap-rail-counts strong{min-width:0;display:block}.heatmap-rail-counts strong{color:currentColor;text-overflow:ellipsis;margin-top:2px;font-size:12px;line-height:17px;overflow:hidden}.heatmap-breadth-track{background:#424453;border-radius:999px;width:100%;height:7px;margin-top:6px;display:flex;overflow:hidden}.heatmap-breadth-track>span{min-width:0;transition:width .2s;display:block}.heatmap-breadth-track>.is-up{background:#ff1c1c}.heatmap-breadth-track>.is-flat{background:#6b6e78}.heatmap-breadth-track>.is-down{background:#00c345}.heatmap-rail-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;margin-top:8px;display:grid}.heatmap-rail-metrics>div{font-variant-numeric:tabular-nums;background:#383b44;border:1px solid #ffffff14;border-radius:4px;min-width:0;padding:5px 6px}.heatmap-rail-metrics span,.heatmap-rail-metrics strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.heatmap-rail-metrics span{color:#aeb0b7;font-size:9px;line-height:14px}.heatmap-rail-metrics strong{color:#fff;font-size:11px;line-height:17px}.heatmap-map-panel{background:#262931;min-width:0;overflow:hidden}.heatmap-workbench-head{color:#fff;background:#383b44;justify-content:space-between;align-items:center;gap:12px;min-width:0;min-height:48px;padding:8px 10px 8px 13px;display:flex}.heatmap-workbench-title{align-items:baseline;gap:8px;min-width:0;display:flex}.heatmap-workbench-title strong{color:#fff;flex:none;font-size:14px;font-weight:700;line-height:22px}.heatmap-workbench-title span{color:#b8bac1;text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:18px;overflow:hidden}.heatmap-workbench-title.is-detail{align-items:center}.heatmap-workbench-title.is-detail strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:160px;overflow:hidden}.heatmap-industry-back.ant-btn{color:#d9d9d9;flex:none;width:24px;height:24px;margin-left:-4px;padding:0}.heatmap-industry-back.ant-btn:hover{color:#fff!important;background:#4a4d57!important}.heatmap-workbench-actions{flex:none;align-items:center;gap:2px;display:flex}.heatmap-workbench-actions .ant-btn{color:#d9d9d9;width:30px;height:30px;padding:0}.heatmap-workbench-actions .ant-btn:hover{color:#fff!important;background:#4a4d57!important}.heatmap-workbench-actions .heatmap-filter-trigger{color:#d9d9d9;width:auto;padding-inline:7px;font-size:11px}.heatmap-workbench-actions .heatmap-filter-trigger.is-active{color:#91caff;background:#1677ff2e}.heatmap-color-hint{color:#b8bac1;white-space:nowrap;margin-right:5px;font-size:10px}.heatmap-color-hint i{border-radius:2px;width:7px;height:7px;margin:0 3px 0 6px;display:inline-block}.heatmap-color-hint i:first-child{margin-left:0}.heatmap-color-hint i.is-down{background:#00c345}.heatmap-color-hint i.is-up{background:#ff1c1c}.heatmap-chart-stage{background:#262931;min-width:0;position:relative;overflow:hidden}.heatmap-chart{background:#262931;height:100%}.heatmap-delete-layer{z-index:3;pointer-events:none;position:absolute;inset:0;overflow:hidden}.heatmap-delete-button{color:#ffffffeb;cursor:pointer;opacity:.78;pointer-events:auto;touch-action:manipulation;background:#080f1bc2;border:1px solid #ffffffb8;border-radius:50%;outline:0;place-items:center;padding:0;font-family:inherit;font-size:14px;font-weight:500;line-height:1;transition:opacity .15s,background-color .15s,border-color .15s;display:grid;position:absolute;box-shadow:0 1px 4px #0000005c}.heatmap-delete-button:hover,.heatmap-delete-button:focus-visible{color:#fff;opacity:1;background:#cf1322f0;border-color:#fff}.heatmap-delete-button:focus-visible{box-shadow:0 0 0 2px #ffffffd1}.heatmap-empty{color:#bfbfbf;background:#262931;flex-direction:column;justify-content:center;align-items:center;min-height:560px;margin:0;display:flex}.heatmap-empty .ant-empty-description{color:#bfbfbf}.heatmap-empty .ant-btn{color:#fff;background:#3f414b;border-color:#737680}.heatmap-scale-footer{color:#bfc1c7;background:#30333c;justify-content:space-between;align-items:center;gap:12px;min-width:0;min-height:32px;padding:5px 8px 5px 12px;display:flex}.heatmap-scale-footer>span{white-space:nowrap;flex:none;font-size:10px}.heatmap-scale-list{justify-content:flex-end;gap:2px;min-width:0;margin:0;padding:0;list-style:none;display:flex;overflow-x:auto}.heatmap-scale-list li{color:#fff;font-variant-numeric:tabular-nums;text-align:center;text-shadow:0 1px 2px #000000b3;flex:0 0 38px;width:38px;height:22px;font-size:10px;line-height:22px}@media (width<=1199px){.heatmap-terminal{display:block}.heatmap-control-rail{max-height:none;padding:8px 10px 9px;display:block;overflow:visible}.heatmap-rail-meta{padding-bottom:6px}.heatmap-market-section{margin-top:7px}.heatmap-market-filter{min-width:450px}.heatmap-market-filter .ant-segmented-item-label{padding-inline:9px;font-size:11px}.heatmap-rail-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:8px;display:grid}.heatmap-rail-options .heatmap-rail-section{margin-top:0}.heatmap-reset-button{width:auto;margin:5px 0 0 auto;display:flex}.heatmap-rail-summary{grid-template-rows:auto auto;grid-template-columns:minmax(250px,.85fr) minmax(360px,1.4fr);align-items:center;gap:5px 16px;margin-top:7px;padding-top:8px;display:grid}.heatmap-rail-counts{grid-area:1/1}.heatmap-breadth-track{grid-area:2/1;margin-top:0}.heatmap-rail-metrics{grid-area:1/2/span 2;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:0}.heatmap-empty{min-height:540px}}@media (width<=767px){.heatmap-page-header,.heatmap-error{margin-bottom:10px}.heatmap-workbench-shell{border-radius:9px}.heatmap-control-rail.is-phone-compact{padding:8px}.heatmap-rail-options{grid-template-columns:repeat(2,minmax(0,1fr))}.heatmap-rail-summary{grid-template-rows:auto auto auto;grid-template-columns:minmax(0,1fr)}.heatmap-rail-counts{grid-area:1/1}.heatmap-breadth-track{grid-area:2/1}.heatmap-rail-metrics{grid-area:3/1;grid-template-columns:repeat(4,minmax(0,1fr))}.heatmap-workbench-head{padding-inline:10px 7px}.heatmap-workbench-title{gap:6px}.heatmap-workbench-title span{max-width:64px;font-size:9px}.heatmap-workbench-title.is-detail strong{max-width:84px}.heatmap-color-hint{display:none}.heatmap-scale-footer{padding-inline:8px}.heatmap-scale-footer>span{display:none}.heatmap-scale-list{justify-content:flex-start;width:100%}.heatmap-scale-list li{flex-basis:36px;width:36px}.heatmap-workbench-shell.is-fullscreen .heatmap-control-rail.is-phone-compact{display:none}.heatmap-workbench-shell.is-fullscreen .heatmap-terminal,.heatmap-workbench-shell.is-fullscreen .heatmap-map-panel{height:100dvh}.heatmap-workbench-shell.is-fullscreen .heatmap-map-panel{grid-template-rows:auto minmax(0,1fr) auto;display:grid}.heatmap-workbench-shell.is-fullscreen .heatmap-chart-stage,.heatmap-workbench-shell.is-fullscreen .heatmap-chart,.heatmap-workbench-shell.is-fullscreen .heatmap-empty{min-height:0;height:100%!important}.heatmap-delete-button{opacity:.88;font-size:15px}}@media (width<=575px){.heatmap-control-rail{padding-inline:8px}.heatmap-rail-label{font-size:10px}.heatmap-rail-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.heatmap-rail-metrics>div{padding:4px 6px}.heatmap-workbench-head{min-height:44px}.heatmap-workbench-title strong{font-size:13px}.heatmap-empty{min-height:540px}}@media (width<=374px){.heatmap-rail-options{grid-template-columns:minmax(0,1fr)}.heatmap-scale-list li{flex-basis:34px;width:34px}}.heatmap-filter-drawer .ant-drawer-mask{background:#050a129e}.heatmap-filter-drawer.ant-drawer-inline{position:fixed;inset:0}.heatmap-filter-drawer .ant-drawer-section,.heatmap-filter-drawer .ant-drawer-header,.heatmap-filter-drawer .ant-drawer-body,.heatmap-filter-drawer .ant-drawer-footer{color:#fff!important;background:#30333c!important;border-color:#ffffff1a!important}.heatmap-filter-drawer .ant-drawer-title,.heatmap-filter-drawer .ant-drawer-close{color:#fff}.heatmap-filter-drawer .ant-drawer-body{padding:12px;overflow-y:auto}.heatmap-drawer-section{min-width:0;margin-bottom:13px;display:block}.heatmap-drawer-label{color:#bfc1c7;margin-bottom:5px;font-size:11px;line-height:17px;display:block}.heatmap-drawer-market-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.heatmap-drawer-market-grid .ant-btn{color:#e8e8e8;text-overflow:ellipsis;background:#3f414b;border-color:#646771;min-width:0;font-size:11px;overflow:hidden}.heatmap-drawer-market-grid .ant-btn.is-selected{color:#fff;background:#585a64;border-color:#737680;font-weight:700}.heatmap-drawer-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.heatmap-drawer-options .heatmap-drawer-section{margin-bottom:0}.heatmap-filter-drawer .ant-select{color:#fff;--ant-color-bg-container:#3f414b;--ant-color-border:#737680;--ant-color-text:#fff;--ant-color-text-placeholder:#bfbfbf;--ant-select-selector-bg:#3f414b;background:#3f414b;border-color:#737680;width:100%}.heatmap-filter-drawer .ant-select-selector{box-shadow:none!important;color:#fff!important;background:#3f414b!important;border-color:#737680!important}.heatmap-filter-drawer .ant-select-selection-item,.heatmap-filter-drawer .ant-select-selection-placeholder,.heatmap-filter-drawer .ant-select-selection-search-input,.heatmap-filter-drawer .ant-select-content,.heatmap-filter-drawer .ant-select-input{font-size:11px;color:#fff!important}.heatmap-filter-drawer .ant-select-arrow,.heatmap-filter-drawer .ant-select-suffix{color:#bfbfbf}.heatmap-drawer-note{color:#8f939d;margin:13px 0 0;font-size:10px;line-height:17px}.heatmap-filter-drawer-footer{justify-content:space-between;gap:8px;display:flex}.watchlist-page{color:#262626;min-width:0}.watchlist-page .is-up{color:#ef232a}.watchlist-page .is-down{color:#14b143}.watchlist-page .is-flat,.watchlist-page .is-muted{color:#8c8c8c}.watchlist-page-header{margin-bottom:10px}.watchlist-add-hint{color:#8c8c8c;margin:0 0 12px;font-size:12px;line-height:20px}.watchlist-index-strip{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-bottom:10px;display:grid}.watchlist-index-card{cursor:pointer;min-width:0;font:inherit;text-align:left;background:linear-gradient(145deg,#fff 0%,#fbfcfe 100%);border:1px solid #e8eaed;border-radius:9px;padding:9px 12px;transition:border-color .16s,box-shadow .16s,transform .16s;box-shadow:0 1px 2px #0e1e3508}.watchlist-index-card:hover:not(:disabled),.watchlist-index-card:focus-visible{border-color:#91caff;outline:none;transform:translateY(-1px);box-shadow:0 5px 16px #1677ff14}.watchlist-index-card:disabled{cursor:default}.watchlist-index-name{color:#595959;text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;font-size:11px;line-height:17px;display:block;overflow:hidden}.watchlist-index-card>strong{font-variant-numeric:tabular-nums;white-space:nowrap;font-size:19px;font-weight:750;line-height:24px;display:block}.watchlist-index-change{font-variant-numeric:tabular-nums;white-space:nowrap;align-items:center;gap:7px;margin-top:3px;font-size:11px;font-weight:600;line-height:18px;display:flex}.watchlist-overview{background:linear-gradient(118deg,#fff 0%,#fbfcff 60%,#f4f8ff 100%);border:1px solid #e8eaed;border-radius:10px;margin-bottom:10px;overflow:hidden;box-shadow:0 1px 2px #0e1e3508}.watchlist-status-row{color:#8c8c8c;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:12px;min-height:35px;padding:6px 12px;font-size:11px;line-height:20px;display:flex}.watchlist-status-main{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.watchlist-status-main .ant-tag{margin-inline-end:0;font-size:11px}.watchlist-degraded{color:#ad6800;font-weight:600}.watchlist-updated{font-variant-numeric:tabular-nums;white-space:nowrap;flex:none}.watchlist-summary{grid-template-columns:minmax(145px,1.3fr) repeat(4,minmax(78px,.72fr));align-items:center;column-gap:8px;min-height:69px;padding:10px 14px 12px;display:grid;position:relative}.watchlist-summary-primary,.watchlist-summary-item{border-left:1px solid #f0f0f0;align-items:baseline;gap:7px;min-width:0;height:40px;padding:0 14px;display:flex}.watchlist-summary-primary{border-left:0;padding-left:2px}.watchlist-summary span{color:#8c8c8c;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.watchlist-summary strong{color:#1f1f1f;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:20px;font-weight:700;line-height:40px}.watchlist-summary small{color:#8c8c8c;font-size:11px}.watchlist-summary-item.is-up strong{color:#ef232a}.watchlist-summary-item.is-down strong{color:#14b143}.watchlist-summary-item.is-flat strong{color:#8c8c8c}.watchlist-summary-item.is-alert strong{color:#1677ff}.watchlist-breadth{background:#f0f0f0;border-radius:999px;height:4px;display:flex;position:absolute;bottom:8px;left:14px;right:14px;overflow:hidden}.watchlist-breadth span{min-width:0;height:100%;transition:width .2s}.watchlist-breadth .is-up{background:#ef232a}.watchlist-breadth .is-flat{background:#bfbfbf}.watchlist-breadth .is-down{background:#14b143}.watchlist-blocking-error{align-items:center;min-height:108px}.watchlist-data-warning{margin-bottom:10px;padding-block:5px;font-size:12px}.watchlist-workbench{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:12px;min-width:0;display:grid}.watchlist-main{min-width:0}.watchlist-toolbar{border-color:#e8eaed;border-radius:10px;margin-bottom:10px;box-shadow:0 1px 2px #0e1e3508}.watchlist-group-row,.watchlist-filter-row{align-items:center;gap:10px;min-width:0;display:flex}.watchlist-group-scroll{overscroll-behavior-inline:contain;flex:auto;align-items:center;gap:7px;min-width:0;display:flex;overflow-x:auto}.watchlist-group-chip{background:#f5f5f5;border:1px solid #0000;border-radius:999px;flex:none;align-items:center;height:28px;transition:background-color .16s,border-color .16s;display:inline-flex;overflow:hidden}.watchlist-group-chip:hover{background:#e6f4ff;border-color:#bae0ff}.watchlist-group-chip.is-active{background:#1677ff;border-color:#1677ff}.watchlist-group-chip>button{color:#595959;cursor:pointer;height:100%;font:inherit;white-space:nowrap;background:0 0;border:0;padding:0 12px;font-size:12px;line-height:26px}.watchlist-group-chip>button span{color:#8c8c8c;font-variant-numeric:tabular-nums;margin-left:2px}.watchlist-group-chip.is-active>button,.watchlist-group-chip.is-active>button span{color:#fff}.watchlist-group-chip.is-managing>button:first-child{cursor:default}.watchlist-group-chip>.watchlist-group-delete{color:#8c8c8c;width:26px;padding:0 8px 0 3px;font-size:9px}.watchlist-group-chip.is-active>.watchlist-group-delete{color:#fffc}.watchlist-group-chip>.watchlist-group-delete:hover{color:#ff4d4f}.watchlist-group-add,.watchlist-group-manage{flex:none;font-size:12px}.watchlist-group-create{gap:6px;display:flex}.watchlist-group-create .ant-input{width:140px}.watchlist-filter-row{border-top:1px solid #f2f2f2;margin-top:10px;padding-top:10px}.watchlist-filter-row>.ant-input-affix-wrapper{flex:360px;width:min(100%,510px)}.watchlist-filter-row>.ant-select{flex:0 0 170px;width:170px}.watchlist-filter-row>.ant-btn{flex:none;font-size:12px}.watchlist-table-card,.watchlist-mobile-list{background:#fff;border:1px solid #e8eaed;border-radius:10px;min-width:0;overflow:hidden;box-shadow:0 1px 2px #0e1e3508}.watchlist-list-head{color:#8c8c8c;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:12px;min-height:42px;padding:8px 12px;font-size:11px;display:flex}.watchlist-list-head>div{align-items:baseline;gap:9px;min-width:0;display:flex}.watchlist-list-head strong{color:#262626;font-size:14px}.watchlist-list-head span{white-space:nowrap}.watchlist-table .ant-table{font-size:12px}.watchlist-table .ant-table-thead>tr>th{color:#595959;white-space:nowrap;background:#fafbfc;padding-block:8px;font-size:11px;font-weight:600}.watchlist-table .ant-table-tbody>tr>td{font-variant-numeric:tabular-nums;padding-block:7px}.watchlist-table .ant-table-tbody>tr:hover>td{background:#f3f8ff!important}.watchlist-table .ant-table-cell-fix-left,.watchlist-table .ant-table-cell-fix-right{background:#fff}.watchlist-table .ant-table-thead .ant-table-cell-fix-left,.watchlist-table .ant-table-thead .ant-table-cell-fix-right{background:#fafbfc}.watchlist-table .ant-pagination{margin:12px}.watchlist-table-group{text-overflow:ellipsis;white-space:nowrap;max-width:72px;margin:0;overflow:hidden}.watchlist-table-attention{flex-direction:column;gap:2px;min-width:0;display:flex}.watchlist-table-attention>div{color:#595959;align-items:center;gap:7px;min-width:0;font-size:11px;line-height:18px;display:flex}.watchlist-table-attention .ant-tag{margin:0;font-size:10px;line-height:17px}.watchlist-table-attention .anticon-star{color:#faad14}.watchlist-table-attention small{color:#595959;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:17px;overflow:hidden}.watchlist-list-loading{margin:10px}.watchlist-list-empty{margin:50px 0}.watchlist-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:10px;display:grid}.watchlist-stock-card{background:#fff;border:1px solid #e8eaed;border-radius:9px;min-width:0;transition:border-color .16s,box-shadow .16s,transform .16s;overflow:hidden;box-shadow:0 1px 2px #0e1e3506}.watchlist-stock-card:hover,.watchlist-stock-card:focus-within{border-color:#91caff;transform:translateY(-1px);box-shadow:0 5px 16px #1677ff17}.watchlist-stock-card-body{cursor:pointer;outline:none;padding:12px 12px 11px}.watchlist-stock-card-body:focus-visible{box-shadow:inset 0 0 0 2px #1677ff}.watchlist-stock-card-head{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.watchlist-stock-identity{flex-direction:column;gap:6px;min-width:0;display:flex}.watchlist-stock-identity>div{align-items:baseline;gap:7px;min-width:0;display:flex}.watchlist-stock-identity strong{color:#1f1f1f;text-overflow:ellipsis;white-space:nowrap;font-size:15px;line-height:21px;overflow:hidden}.watchlist-stock-identity span{color:#8c8c8c;font-variant-numeric:tabular-nums;font-size:11px}.watchlist-stock-identity small{color:#737373;text-overflow:ellipsis;white-space:nowrap;background:#f5f5f5;border-radius:999px;width:fit-content;max-width:100%;padding:1px 6px;font-size:10px;line-height:17px;overflow:hidden}.watchlist-stock-price{font-variant-numeric:tabular-nums;flex-direction:column;flex:none;align-items:flex-end;display:flex}.watchlist-stock-price strong{color:inherit;font-size:20px;line-height:23px}.watchlist-stock-price span{color:inherit;font-size:12px;font-weight:600;line-height:19px}.watchlist-stock-metrics{border-top:1px solid #f2f2f2;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:12px 0 0;padding-top:9px;display:grid}.watchlist-stock-metrics div{min-width:0}.watchlist-stock-metrics dt{color:#a0a0a0;text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:17px;overflow:hidden}.watchlist-stock-metrics dd{color:#454545;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;margin:1px 0 0;font-size:12px;font-weight:600;line-height:18px;overflow:hidden}.watchlist-stock-meta{color:#595959;flex-wrap:wrap;align-items:center;gap:6px;min-width:0;margin-top:10px;font-size:10px;line-height:18px;display:flex}.watchlist-stock-meta .ant-tag{margin:0;font-size:10px;line-height:17px}.watchlist-stock-meta .anticon-star{color:#faad14}.watchlist-stock-card-body>p{color:#595959;text-overflow:ellipsis;white-space:nowrap;margin:8px 0 0;font-size:11px;line-height:18px;overflow:hidden}.watchlist-stock-card-body>p.is-empty{color:#bfbfbf}.watchlist-stock-card-footer{background:#fafbfc;border-top:1px solid #f2f2f2;justify-content:space-between;align-items:center;gap:8px;min-height:35px;padding:2px 6px 2px 8px;display:flex}.watchlist-stock-card-footer .ant-btn{height:28px;padding-inline:6px;font-size:11px}.watchlist-mobile-pagination{border-top:1px solid #f0f0f0;justify-content:flex-end;margin:2px 10px 12px;padding-top:10px;display:flex}.watchlist-diagnosis-rail{min-width:0;position:sticky;top:12px}.watchlist-diagnosis-rail>.ant-card{border-color:#e8eaed;border-radius:10px;box-shadow:0 1px 2px #0e1e3508}.watchlist-diagnosis-panel{min-width:0}.watchlist-diagnosis-head{justify-content:space-between;align-items:flex-start;gap:8px;min-width:0;display:flex}.watchlist-diagnosis-head>div{flex-direction:column;gap:2px;min-width:0;display:flex}.watchlist-diagnosis-title{color:#262626;align-items:center;gap:7px;font-size:14px;font-weight:650;line-height:22px;display:flex}.watchlist-diagnosis-head small{color:#8c8c8c;font-size:10px;line-height:17px}.watchlist-diagnosis-head .ant-tag{margin:1px 0 0;font-size:10px}.watchlist-diagnosis-controls{grid-template-columns:minmax(0,1fr) auto;gap:7px;margin:11px 0 9px;display:grid}.watchlist-diagnosis-controls .ant-select{min-width:0}.watchlist-diagnosis-panel>.ant-alert{margin-bottom:9px;padding:5px 8px;font-size:11px}.watchlist-diagnosis-feed{flex-direction:column;gap:7px;min-height:140px;max-height:calc(100vh - 270px);display:flex;overflow-y:auto}.watchlist-diagnosis-item{cursor:pointer;width:100%;font:inherit;text-align:left;background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:8px 9px;transition:background-color .16s,border-color .16s}.watchlist-diagnosis-item:hover,.watchlist-diagnosis-item:focus-visible{background:#f6faff;border-color:#91caff;outline:none}.watchlist-diagnosis-item-head{justify-content:space-between;align-items:center;gap:7px;min-width:0;display:flex}.watchlist-diagnosis-item-head strong{color:#404040;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:18px;overflow:hidden}.watchlist-diagnosis-item-head time{color:#a0a0a0;font-variant-numeric:tabular-nums;flex:none;font-size:9px}.watchlist-diagnosis-preview{color:#737373;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:3px;font-size:10px;line-height:17px;display:-webkit-box;overflow:hidden}.watchlist-diagnosis-loading,.watchlist-report-loading{color:#8c8c8c;justify-content:center;align-items:center;gap:8px;min-height:120px;font-size:12px;display:flex}.watchlist-diagnosis-feed .ant-empty{margin-block:28px}.watchlist-detail-title{flex-direction:column;gap:1px;min-width:0;display:flex}.watchlist-detail-title strong{text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.watchlist-detail-title span{color:#8c8c8c;font-variant-numeric:tabular-nums;font-size:11px}.watchlist-detail-section{border-bottom:1px solid #f0f0f0;padding:16px 20px}.watchlist-detail-section:last-child{border-bottom:0}.watchlist-detail-section h3{color:#595959;margin:0 0 10px;font-size:12px;font-weight:650;line-height:20px}.watchlist-detail-price-row{align-items:center;gap:9px;display:flex}.watchlist-detail-price-row>strong{font-variant-numeric:tabular-nums;font-size:26px;line-height:32px}.watchlist-detail-price-row .ant-tag{margin:0}.watchlist-detail-metrics{border-top:1px solid #f2f2f2;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:13px 0 0;padding-top:10px;display:grid}.watchlist-detail-metrics div{min-width:0}.watchlist-detail-metrics dt{color:#a0a0a0;font-size:10px;line-height:17px}.watchlist-detail-metrics dd{color:#454545;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;margin:1px 0 0;font-size:11px;font-weight:600;line-height:18px;overflow:hidden}.watchlist-detail-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.watchlist-detail-form{flex-direction:column;gap:13px;display:flex}.watchlist-detail-form label{flex-direction:column;gap:5px;display:flex}.watchlist-detail-form label>span{color:#8c8c8c;font-size:11px;line-height:18px}.watchlist-detail-section-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.watchlist-detail-section-head h3{margin-bottom:8px}.watchlist-detail-section-head .ant-btn{height:24px;padding:0;font-size:11px}.watchlist-alert-tags{flex-wrap:wrap;gap:5px;margin-bottom:8px;display:flex}.watchlist-alert-tags .ant-tag{margin:0;font-size:10px}.watchlist-alert-builder{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.watchlist-alert-builder>.ant-input-number,.watchlist-alert-builder>.ant-btn{grid-column:1/-1;width:100%}.watchlist-detail-danger{background:snow}.watchlist-detail-danger p{color:#8c8c8c;margin:-3px 0 10px;font-size:11px;line-height:18px}@media (width<=1199px){.watchlist-workbench{grid-template-columns:minmax(0,1fr) 290px}.watchlist-summary{grid-template-columns:minmax(125px,1.15fr) repeat(4,minmax(68px,.72fr))}}@media (width<=991px){.watchlist-index-strip{grid-template-columns:none;grid-auto-columns:minmax(132px,25vw);grid-auto-flow:column;padding-bottom:2px;overflow-x:auto}.watchlist-workbench{display:block}.watchlist-filter-row>.ant-input-affix-wrapper{width:auto}.watchlist-diagnosis-drawer .watchlist-diagnosis-feed{max-height:calc(78vh - 180px)}}@media (width<=699px){.watchlist-header-diagnosis>span:last-child,.watchlist-header-add-label{display:none}.watchlist-header-diagnosis,.watchlist-page-header .page-header-extra>.ant-btn-primary{width:32px;padding-inline:0}.watchlist-index-strip{grid-auto-columns:minmax(130px,38vw)}.watchlist-index-card{padding:8px 10px}.watchlist-index-card>strong{font-size:17px;line-height:22px}.watchlist-status-row{flex-direction:column;align-items:flex-start;gap:1px}.watchlist-updated{padding-left:1px}.watchlist-summary{grid-template-columns:repeat(6,minmax(0,1fr));row-gap:5px}.watchlist-summary-primary,.watchlist-summary-item{height:34px;padding:0 7px}.watchlist-summary-primary{grid-column:span 3;padding-left:0}.watchlist-summary-item.is-alert{grid-area:1/4/auto/span 3}.watchlist-summary-item:not(.is-alert){grid-column:span 2}.watchlist-summary-item:nth-of-type(2){border-left:0}.watchlist-summary strong{font-size:17px;line-height:34px}.watchlist-group-row{align-items:flex-start}.watchlist-filter-row{flex-wrap:wrap}.watchlist-filter-row>.ant-input-affix-wrapper{flex:100%;width:100%}.watchlist-filter-row>.ant-select{flex:180px;width:auto}.watchlist-list-head{align-items:flex-start}.watchlist-list-head>div{flex-direction:column;align-items:flex-start;gap:1px}.watchlist-card-grid{grid-template-columns:minmax(0,1fr)}.watchlist-mobile-pagination{justify-content:center}.watchlist-detail-section{padding:14px 16px}}@media (width<=380px){.watchlist-summary{padding-inline:10px}.watchlist-card-grid{padding:8px}.watchlist-stock-metrics,.watchlist-detail-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}.strategy-workbench-header-actions,.strategy-workbench-header-buttons{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.strategy-workbench-header-actions{justify-content:flex-end}.strategy-workbench-quota.ant-tag{margin-inline-end:0}@media (width<=575px){.strategy-workbench-header{gap:10px;margin-bottom:16px}.strategy-workbench-header .page-header-extra,.strategy-workbench-header-actions{width:100%}.strategy-workbench-header-actions{grid-template-columns:minmax(0,1fr);gap:10px;display:grid}.strategy-workbench-quota.ant-tag{width:fit-content}.strategy-workbench-header-buttons{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.strategy-workbench-header-buttons .ant-btn{width:100%;min-width:0}}.leaderboard-page,.leaderboard-tabs,.leaderboard-tabs>.ant-tabs-content-holder,.leaderboard-tabs>.ant-tabs-content-holder>.ant-tabs-content,.leaderboard-tabs>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane{width:100%;min-width:0;max-width:100%}.leaderboard-page-header{margin-bottom:0}.leaderboard-tabs>.ant-tabs-nav{margin-bottom:8px}.leaderboard-tabs>.ant-tabs-nav .ant-tabs-tab{padding-block:8px}.community-page{width:min(100%,1080px);margin:0 auto}.community-scroll-header{display:contents}.community-feed-toolbar{z-index:8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f0f2f5f5;margin-bottom:12px;padding-top:2px;position:sticky;top:0}.community-feed-toolbar .ant-tabs-nav{margin:0 0 8px}.community-feed-toolbar .ant-tabs-tab{min-height:42px;padding:8px 4px;font-size:16px}.community-kind-filter{scrollbar-width:none;gap:6px;padding-bottom:10px;display:flex;overflow-x:auto}.community-kind-filter::-webkit-scrollbar{display:none}.community-kind-filter button,.community-composer-types button,.community-topic-cloud button,.community-post-reference-row button,.community-mobile-discovery button{color:#595959;cursor:pointer;font:inherit;background:#fff;border:1px solid #e8e8e8;border-radius:999px;transition:border-color .16s,background-color .16s,color .16s}.community-kind-filter button{flex:none;min-height:32px;padding:4px 13px;font-size:15px}.community-kind-filter button:hover,.community-kind-filter button.is-active,.community-composer-types button:hover,.community-composer-types button.is-active,.community-topic-cloud button:hover,.community-topic-cloud button.is-active{color:#1677ff;background:#e6f4ff;border-color:#91caff}.community-feed-toolbar>.ant-tag{margin:0 0 10px}.community-refreshing{float:right;color:#8c8c8c;margin-top:-34px;font-size:12px}.community-shell{grid-template-columns:minmax(0,800px) 264px;align-items:start;gap:16px;display:grid}.community-main{min-width:0}.community-rail{flex-direction:column;gap:12px;display:flex;position:sticky;top:112px}.community-detail{--community-detail-media-max-height:min(55vh, 520px);width:100%;min-width:0}.community-reply-user-link,.community-reply-target-link{color:inherit;text-decoration:none}.community-reply-user-link,.community-detail-author-name{font-size:15px;font-weight:500}.community-reply-target-link{color:#1677ff}.community-reply-user-link:hover,.community-reply-target-link:hover{color:#1677ff;text-decoration:underline}@supports (height:100dvh){.community-detail{--community-detail-media-max-height:min(55dvh, 520px)}}.community-rail .ant-card-head-title>span{align-items:center;gap:6px;display:flex}.community-rail .ant-card-head-title small{color:#8c8c8c;margin-left:auto;font-size:11px;font-weight:400}.community-hot-posts{flex-direction:column;display:flex}.community-hot-posts button{cursor:pointer;min-height:52px;font:inherit;text-align:left;background:0 0;border:0;border-radius:6px;align-items:flex-start;gap:8px;padding:7px 0;display:flex}.community-hot-posts button:hover{background:#f5f5f5}.community-hot-posts>button>b{color:#8c8c8c;text-align:center;flex:0 0 20px;width:20px;margin-top:2px;font-size:12px}.community-hot-posts>button>b.is-top{color:#f5222d}.community-hot-post-copy{flex:1;min-width:0}.community-hot-post-copy strong{color:#434343;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:500;line-height:18px;display:-webkit-box;overflow:hidden}.community-hot-post-copy small{color:#8c8c8c;align-items:center;gap:10px;margin-top:3px;font-size:11px;display:flex}.community-hot-post-copy small span{align-items:center;gap:3px;display:inline-flex}.community-rail-state p{color:#8c8c8c;margin:0 0 12px;font-size:12px;line-height:1.6}.community-rail-state .ant-empty{margin-block:8px}.community-topic-cloud{flex-wrap:wrap;gap:7px;display:flex}.community-topic-cloud button{padding:4px 9px;font-size:12px}.community-topic-cloud button small{color:#8c8c8c;margin-left:4px}.community-stock-ranking{flex-direction:column;display:flex}.community-stock-ranking button{cursor:pointer;min-height:36px;font:inherit;text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;padding:6px 0;display:flex}.community-stock-ranking button:hover{background:#f5f5f5}.community-stock-ranking b{color:#8c8c8c;text-align:center;width:20px;font-size:12px}.community-stock-ranking b.is-top{color:#f5222d}.community-stock-ranking span{text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:13px;overflow:hidden}.community-stock-ranking small{color:#8c8c8c;font-size:11px}.community-mobile-discovery{margin-bottom:12px;display:none}.community-mobile-discovery-row{gap:8px;display:flex;overflow-x:auto}.community-mobile-discovery button{color:#595959;flex:none;min-height:34px;padding:5px 12px;font-size:12px}.community-post-list,.community-skeleton-list{flex-direction:column;gap:10px;display:flex}.community-post-card .ant-card-body{padding:14px 16px 10px}.community-post-card{cursor:pointer}.community-post-author-row{align-items:center;gap:10px;margin-bottom:8px;display:flex}.community-avatar-button,.community-post-author-meta button{cursor:pointer;font:inherit;background:0 0;border:0;padding:0}.community-avatar-button{border-radius:50%;display:inline-flex}.community-post-author-meta{color:#8c8c8c;align-items:center;gap:7px;min-width:0;font-size:12px;display:flex}.community-post-author-meta button{color:#262626;text-overflow:ellipsis;white-space:nowrap;max-width:180px;font-size:15px;font-weight:600;overflow:hidden}.community-post-author-meta>span{background:#f5f5f5;border-radius:4px;padding:1px 6px}.community-post-content-link{color:inherit;text-decoration:none}.community-article-cover{object-fit:cover;border-radius:8px;width:100%;max-height:260px;margin-top:10px;display:block}.community-detail-article-cover{object-fit:cover;border-radius:8px;width:100%;max-height:420px;margin:12px 0 18px;display:block}.community-article-content{font-size:15px}.community-detail-post-content{white-space:pre-wrap;font-size:14px;line-height:1.8}.community-post-content-link h2{color:#1f1f1f;margin:0 0 5px;font-size:16px;font-weight:650;line-height:24px}.community-post-excerpt{color:#595959;white-space:pre-wrap;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:14px;line-height:22px;display:-webkit-box;overflow:hidden}.community-post-media{gap:6px;width:min(100%,480px);margin-top:10px;display:grid}.community-post-media.media-count-1{aspect-ratio:16/9;grid-template-columns:1fr;width:min(100%,360px)}.community-post-media.media-count-1.is-portrait{aspect-ratio:3/4;width:min(100%,280px)}.community-post-media.media-count-1.is-square{aspect-ratio:1;width:min(100%,320px)}.community-post-media.is-waterfall{align-items:flex-start;gap:6px;display:flex}.community-post-media-column{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.community-post-media.is-waterfall.has-measured-columns .community-post-media-column{flex:none;align-items:flex-start}.community-post-image-wrap{aspect-ratio:1;background:#f5f5f5;border-radius:8px;min-width:0;display:block;position:relative;overflow:hidden}.community-post-media.is-waterfall .community-post-image-wrap.has-natural-ratio img{height:auto}.media-count-1 .community-post-image-wrap{aspect-ratio:inherit}.community-post-image-wrap img{object-fit:contain;width:100%;height:100%;display:block}.community-post-image-wrap b{color:#fff;background:#0000006b;justify-content:center;align-items:center;font-size:22px;display:flex;position:absolute;inset:0}.community-video-preview{aspect-ratio:16/9;color:#ffffffeb;background:linear-gradient(135deg,#182b49,#0b1423 62%,#20385c);border-radius:8px;width:min(100%,360px);margin-top:10px;text-decoration:none;display:block;position:relative;overflow:hidden}.community-video-preview.is-portrait{aspect-ratio:3/4;width:min(100%,280px)}.community-video-preview.is-square{aspect-ratio:1;width:min(100%,320px)}.community-video-preview video{object-fit:contain;opacity:0;pointer-events:none;background:#0b1423;width:100%;height:100%;display:block}.community-video-preview.has-frame video{opacity:1}.community-video-preview-overlay{color:#fff;text-shadow:0 1px 4px #000000b3;background:linear-gradient(135deg,#182b4933,#0b142314);flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex;position:absolute;inset:0}.community-video-preview.has-error .community-video-preview-overlay{background:linear-gradient(135deg,#182b49,#0b1423 62%,#20385c)}.community-video-preview-overlay .anticon{font-size:36px}.community-video-preview-overlay small{font-size:12px}.community-detail-images{max-width:100%;margin-top:12px}.community-detail-images .ant-image{max-width:100%}.community-detail-image-grid{justify-content:flex-start;align-items:flex-start;gap:4px;display:flex}.community-detail-image-grid+.community-detail-image-grid,.community-detail-image-grid+.community-detail-image-wide,.community-detail-image-wide+.community-detail-image-grid,.community-detail-image-wide+.community-detail-image-wide{margin-top:4px}.community-detail-image-item,.community-detail-image-wide{justify-content:flex-start;align-items:flex-start;min-width:0;display:flex}.community-detail-image-grid>.community-detail-image-item{flex:none}.community-detail-image-wide>.community-detail-image-item{width:100%}.community-detail-image{width:auto;max-width:100%;height:auto;max-height:var(--community-detail-media-max-height);object-fit:contain;display:block}.community-detail-video-wrap{max-width:100%;margin-top:12px}.community-detail-video{width:auto;max-width:100%;height:auto;max-height:var(--community-detail-media-max-height);background:#000;border-radius:6px;display:block}.community-article-content .md-report img{width:auto;max-width:100%;height:auto;max-height:var(--community-detail-media-max-height);object-fit:contain;display:block}.community-post-reference-row{flex-wrap:wrap;gap:6px;margin-top:9px;display:flex}.community-post-reference-row button{color:#1677ff;background:#e6f4ff;border-color:#bae0ff;padding:3px 8px;font-size:11px}.community-post-actions{border-top:1px solid #f0f0f0;align-items:center;gap:16px;margin-top:9px;padding-top:7px;display:flex}.community-post-actions .ant-btn{color:#737373;min-width:44px}.community-post-actions .ant-btn.is-active{color:#1677ff}.community-post-views{color:#8c8c8c;align-items:center;gap:4px;font-size:12px;display:inline-flex}.community-post-views .anticon{font-size:16px}.community-empty-card .ant-card-body{padding:42px 16px}.community-pagination{text-align:center;margin-top:18px}.community-composer{flex-direction:column;gap:13px;display:flex}.community-composer-types{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.community-composer-types button{border-radius:8px;min-height:36px;padding:5px 8px;font-size:13px}.community-composer-reference-fields{grid-template-columns:1fr 1fr 1fr;gap:8px;display:grid}.community-composer-editor{border:1px solid #d9d9d9;border-radius:8px;padding:5px}.community-composer-editor:focus-within{border-color:#1677ff;box-shadow:0 0 0 2px #1677ff1a}.community-composer-media-list{grid-template-columns:repeat(5,64px);gap:8px;padding:8px;display:grid}.community-composer-media-list>div{width:64px;height:64px;position:relative}.community-composer-media-list img{object-fit:cover;border-radius:6px;width:100%;height:100%}.community-composer-media-list .ant-btn{color:#fff;background:#000000a6;border-radius:50%;width:22px;min-width:22px;height:22px;padding:0;position:absolute;top:-7px;right:-7px}.community-composer-tools{align-items:center;gap:3px;display:flex}.community-composer-tools>span{color:#8c8c8c;margin-left:auto;font-size:11px}.community-kind-filter button:focus-visible,.community-hot-posts button:focus-visible,.community-topic-cloud button:focus-visible,.community-stock-ranking button:focus-visible,.community-avatar-button:focus-visible,.community-post-author-meta button:focus-visible,.community-composer-types button:focus-visible,.community-mobile-discovery button:focus-visible{outline-offset:2px;outline:2px solid #1677ff}@media (width<=1279px){.community-page{width:min(100%,800px)}.community-shell{grid-template-columns:minmax(0,800px)}.community-rail{display:none}.community-mobile-discovery{display:block}}@media (width<=991px){.community-feed-toolbar{top:48px}}@media (width<=767px){.community-scroll-header{z-index:8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);will-change:transform;background:#f0f2f5fa;transition:transform .18s;display:block;position:sticky;top:48px;transform:translateY(0)}.community-scroll-header.is-hidden{pointer-events:none;transform:translateY(calc(-100% - 2px))}.community-scroll-header .community-page-header{background:inherit}.community-scroll-header .community-feed-toolbar{z-index:auto;position:static;top:auto}}@media (width<=767px) and (prefers-reduced-motion:reduce){.community-scroll-header{transition:none}}@media (width<=575px){.community-detail{--community-detail-media-max-height:min(42vh, 360px)}@supports (height:100dvh){.community-detail{--community-detail-media-max-height:min(42dvh, 360px)}}.community-feed-toolbar{margin-bottom:6px}.community-feed-toolbar .ant-tabs-nav{margin-bottom:4px}.community-feed-toolbar .ant-tabs-nav-list{width:auto;padding-inline:10px}.community-feed-toolbar .ant-tabs-tab{flex:none;justify-content:center;min-width:0;min-height:38px;margin:0;padding:4px 8px}.community-feed-toolbar .ant-tabs-tab+.ant-tabs-tab{margin-left:20px}.community-kind-filter{padding-bottom:6px}.community-kind-filter button{min-height:28px;padding:2px 11px}.community-post-card .ant-card-body{padding:12px 12px 8px}.community-post-content-link h2{font-size:15px;line-height:22px}.community-post-excerpt{font-size:16px;line-height:26px}.community-detail-post-content,.community-article-content{font-size:16px}.community-post-media,.community-video-preview{width:100%}.community-video-preview.is-portrait{width:min(100%,280px)}.community-composer-reference-fields{grid-template-columns:1fr}.community-composer-media-list{grid-template-columns:repeat(4,56px)}.community-composer-media-list>div{width:56px;height:56px}}.community-compose-page{background:#f5f5f5;min-height:100vh;padding:24px}.community-compose-shell{background:#fff;width:min(760px,100%);min-height:calc(100vh - 48px);margin:0 auto;box-shadow:0 8px 32px #0000000f}.community-compose-header{border-bottom:1px solid #f0f0f0;grid-template-columns:80px 1fr 80px;align-items:center;height:58px;padding:0 18px;display:grid}.community-compose-header>.ant-btn:first-child{justify-self:start;font-size:20px}.community-compose-header>.ant-btn:last-child{justify-self:end}.community-compose-header h1{text-align:center;margin:0;font-size:19px;font-weight:600}.community-compose-main{flex-direction:column;min-height:calc(100vh - 106px);padding:0 22px 20px;display:flex}.community-compose-editor-scroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:1;min-height:0;overflow-y:auto}.community-compose-editor-scroll>.ant-input{resize:none;width:100%;padding:14px 0;font-size:16px;line-height:1.75;display:block;min-height:320px!important}.community-compose-editor-scroll>.ant-input::placeholder{color:#b8bbc2}.community-compose-media{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.community-compose-media>div{aspect-ratio:1;position:relative}.community-compose-media img,.community-compose-media video{object-fit:cover;background:#000;border-radius:8px;width:100%;height:100%}.community-compose-media .is-video{aspect-ratio:16/9;grid-column:span 2}.community-compose-media .ant-btn{color:#fff;background:#000000ad;border-radius:50%;width:24px;min-width:24px;height:24px;padding:0;position:absolute;top:-8px;right:-8px}.community-compose-bottom{background:#fff;flex:none}.community-visibility-button{color:#7a7f89;background:#f5f6f8;border-radius:14px;margin-bottom:8px;padding-inline:6px}.community-compose-tools{border-top:1px solid #f0f0f0;grid-template-columns:repeat(5,1fr);align-items:center;min-height:56px;display:grid}.community-compose-tools .ant-btn{color:#20242b;width:100%;height:48px;font-size:23px}.community-compose-tools .community-topic-tool{font-size:29px;font-weight:300}.community-compose-emojis{grid-template-columns:repeat(9,1fr);gap:2px;width:288px;display:grid}.community-compose-emojis .ant-btn{padding:2px;font-size:20px}@media (width<=767px){.community-compose-page{z-index:1000;top:var(--compose-viewport-offset-top,0px);width:100%;height:var(--compose-viewport-height,100dvh);background:#fff;min-height:0;padding:0;position:fixed;bottom:auto;left:0;right:0;overflow:hidden}.community-compose-shell{height:100%;min-height:0;box-shadow:none;flex-direction:column;display:flex;overflow:hidden}.community-compose-header{z-index:2;background:#fff;flex:none;height:56px;padding:0 14px;position:relative}.community-compose-main{min-height:0;padding:0 18px max(10px, env(safe-area-inset-bottom));flex:1;overflow:hidden}.community-compose-editor-scroll>.ant-input{min-height:42vh!important}.community-compose-editor-scroll.has-media{flex-direction:column;display:flex}.community-compose-editor-scroll.has-media>.ant-input{flex:none;min-height:140px!important}.community-compose-editor-scroll.has-media>.community-compose-media{flex:none;margin-top:auto}.community-compose-bottom{z-index:2;position:relative}.community-compose-page[data-keyboard-open=true] .community-compose-main{padding-bottom:0}.community-compose-media{grid-template-columns:repeat(3,minmax(0,1fr))}}.article-editor-page{max-width:1180px;margin:0 auto;padding-bottom:32px}.article-editor-loading{text-align:center;color:#8c8c8c;padding:80px 0}.article-save-status{color:#8c8c8c;font-size:12px}.article-save-status.is-error{color:#ff4d4f}.article-save-status.is-saved{color:#52c41a}.article-editor-meta{margin-bottom:12px}.article-editor-meta .ant-card-body{gap:12px;display:grid}.article-editor-fields{grid-template-columns:130px minmax(200px,1fr) minmax(200px,1fr);gap:10px;display:grid}.article-cover-row{align-items:center;gap:10px;display:flex}.article-cover-row img{object-fit:cover;border-radius:6px;width:96px;height:54px}.article-editor-workspace{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:12px;display:grid}.article-preview-card{min-height:560px}.article-preview-empty{text-align:center;color:#bfbfbf;padding:80px 0}.article-editor-danger{text-align:right;margin-top:16px}@media (width<=991px){.article-editor-page{padding-bottom:20px}.article-editor-fields,.article-editor-workspace{grid-template-columns:1fr}.article-preview-card{min-height:240px}}*{box-sizing:border-box}body{background:#f0f2f5;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.ant-layout-sider,.ant-layout-sider *,.ant-drawer-body,.ant-drawer-body *{scrollbar-width:none}.ant-layout-sider::-webkit-scrollbar{display:none}.ant-layout-sider ::-webkit-scrollbar{display:none}.ant-drawer-body::-webkit-scrollbar{display:none}.ant-drawer-body ::-webkit-scrollbar{display:none}.scroll-hide{-ms-overflow-style:none;scrollbar-width:none}.scroll-hide::-webkit-scrollbar{display:none}.settings-shell{background:#fff;width:100%;min-width:0;height:100%;min-height:0;display:flex}.settings-sidebar{background:#fff;border-right:1px solid #e8e8e8;flex-direction:column;flex:0 0 208px;width:208px;min-height:0;display:flex}.settings-sidebar-header{flex:0 0 58px;align-items:center;height:58px;padding:11px 14px;display:flex}.settings-close-button{color:#262626;cursor:pointer;width:36px;height:36px;font:inherit;background:0 0;border:0;border-radius:9px;justify-content:center;align-items:center;padding:0;font-size:16px;transition:background-color .16s;display:inline-flex}.settings-close-button:hover{background:#f2f2f2}.settings-sidebar-nav{overscroll-behavior:contain;scrollbar-gutter:stable;flex:1;min-width:0;min-height:0;padding:8px 10px 14px;overflow-y:auto}.settings-nav-item{width:100%;min-height:40px;color:inherit;cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;padding:0 12px;transition:background-color .16s;display:flex}.settings-nav-item:hover{background:#f5f5f5}.settings-nav-item-active,.settings-nav-item-active:hover{background:#f0f0f0}.settings-close-button:focus-visible,.settings-nav-item:focus-visible,.settings-avatar-button:focus-visible{z-index:1;outline-offset:1px;outline:2px solid #1677ff;position:relative}.settings-nav-icon{color:#262626;flex:0 0 18px;justify-content:center;align-items:center;width:18px;font-size:16px;display:inline-flex}.settings-nav-label{color:#1f1f1f;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;line-height:20px;overflow:hidden}.settings-main{overscroll-behavior:contain;scrollbar-gutter:stable;background:#fff;flex:1;min-width:0;min-height:0;overflow-y:auto}.settings-main-header{z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;border-bottom:1px solid #e8e8e8;align-items:center;height:59px;margin:0 24px;display:flex;position:sticky;top:0}.settings-main-header h2{color:#171717;margin:0;font-size:18px;font-weight:600;line-height:26px}.settings-main-content{padding:0 24px 28px}.settings-content{width:100%;min-width:0}.settings-content-intro{color:#737373;border-bottom:1px solid #f0f0f0;margin:0;padding:18px 0;font-size:13px;line-height:20px}.settings-flat-group{width:100%;min-width:0}.settings-content>.settings-flat-group+.settings-flat-group{border-top:1px solid #e8e8e8;margin-top:24px}.settings-group-heading{border-bottom:1px solid #f0f0f0;padding:18px 0 12px}.settings-group-heading h3{color:#1f1f1f;margin:0;font-size:15px;font-weight:600;line-height:22px}.settings-group-heading p{color:#737373;margin:3px 0 0;font-size:12px;line-height:18px}.settings-flat-row{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:28px;width:100%;min-height:64px;padding:14px 0;display:flex}.settings-flat-row-start{align-items:flex-start}.settings-row-copy{flex-direction:column;flex:auto;gap:2px;min-width:150px;display:flex}.settings-row-label{color:#1f1f1f;font-size:14px;font-weight:500;line-height:20px}.settings-row-description,.settings-secondary-text{color:#737373;font-size:12px;line-height:18px}.settings-row-control{flex:0 380px;justify-content:flex-end;align-items:center;width:min(380px,100%);min-width:0;max-width:380px;margin:0;display:flex}.settings-flat-form .ant-form-item.settings-row-control{margin-bottom:0}.settings-flat-form .settings-row-control .ant-form-item-row,.settings-flat-form .settings-row-control .ant-form-item-control,.settings-flat-form .settings-row-control .ant-form-item-control-input,.settings-flat-form .settings-row-control .ant-form-item-control-input-content{width:100%}.settings-flat-actions{border-bottom:1px solid #f0f0f0;justify-content:flex-end;padding:16px 0;display:flex}.settings-row-value{color:#262626;text-align:right;word-break:break-word;flex-wrap:wrap;flex:0 430px;justify-content:flex-end;align-items:center;gap:8px;min-width:0;font-size:14px;line-height:22px;display:flex}.settings-monospace-value{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px}.settings-muted-value{color:#737373;font-size:13px}.settings-expired-text{color:#ff4d4f;font-size:13px}.settings-avatar-control{justify-content:flex-end;align-items:center;display:flex}.settings-avatar-button{cursor:pointer;background:0 0;border:0;border-radius:50%;padding:0;line-height:0;position:relative}.settings-avatar-camera{color:#fff;background:#1677ff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;line-height:1;display:inline-flex;position:absolute;bottom:1px;right:-1px}.settings-danger-group .settings-row-label{color:#cf1322}.settings-flat-field{border-bottom:1px solid #f0f0f0;flex-direction:column;gap:12px;padding:18px 0;display:flex}.settings-flat-field-control{flex-direction:column;gap:10px;width:100%;display:flex}.settings-monospace-input,.settings-token-placeholder input{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}.settings-token-placeholder{width:min(230px,100%)}.settings-token-control{gap:8px}.settings-sidebar-nav,.settings-main{scrollbar-width:thin;scrollbar-color:#bfbfbf transparent}.settings-sidebar-nav::-webkit-scrollbar{width:10px}.settings-main::-webkit-scrollbar{width:10px}.settings-sidebar-nav::-webkit-scrollbar-thumb{background:#bfbfbf padding-box padding-box;border:2px solid #0000;border-radius:999px}.settings-main::-webkit-scrollbar-thumb{background:#bfbfbf padding-box padding-box;border:2px solid #0000;border-radius:999px}.notification-settings-flat>.ant-space-item{width:100%}.notification-settings-flat .ant-card{box-shadow:none;background:0 0;border:0;border-bottom:1px solid #f0f0f0;border-radius:0}.notification-settings-flat .ant-card-head{min-height:56px;padding:0}.notification-settings-flat .ant-card-head-title{padding:15px 0;font-size:14px;font-weight:600}.notification-settings-flat .ant-card-extra{padding:10px 0}.notification-settings-flat .ant-card-body{padding:16px 0 20px}.notification-settings-flat>.ant-space-item>.ant-row{row-gap:0!important;margin-inline:0!important}.notification-settings-flat>.ant-space-item>.ant-row>.ant-col{padding-inline:0!important}.notification-settings-flat .notification-preference-card .ant-row{row-gap:0!important;margin-inline:0!important}.notification-settings-flat .notification-preference-card .ant-col{border-bottom:1px solid #f5f5f5;grid-template-columns:minmax(120px,1fr) minmax(0,380px);align-items:center;gap:24px;display:grid;padding:12px 0!important}.notification-settings-flat .notification-preference-card .ant-col:last-child{border-bottom:0}.notification-settings-flat .notification-preference-card .ant-col>div{margin-bottom:0!important}.notification-settings-flat .notification-channel-card .ant-card-head{border-bottom:0}.notification-settings-flat .notification-channel-card .ant-card-body{padding-top:0}@media (width<=767px){.settings-flat-row{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:10px;padding:14px 0}.settings-row-copy{flex:none;min-width:0}.settings-row-control,.settings-row-value{text-align:left;flex:none;justify-content:flex-start;width:100%;max-width:none}.settings-flat-actions{justify-content:stretch}.settings-flat-actions .ant-btn{width:100%}.settings-avatar-control{justify-content:flex-start}.settings-token-control{flex-direction:column;align-items:stretch}.settings-token-placeholder,.settings-token-control .ant-btn{width:100%}.notification-settings-flat .notification-preference-card .ant-col{display:block}.notification-settings-flat .notification-preference-card .ant-col .ant-select{margin-top:8px}}@media (width<=575px){.settings-sidebar{flex-basis:108px;width:108px}.settings-sidebar-header{flex-basis:54px;height:54px;padding:9px 5px}.settings-sidebar-nav{padding:6px 5px 12px}.settings-nav-item{border-radius:9px;gap:7px;min-height:38px;padding:0 7px}.settings-nav-icon{flex-basis:16px;width:16px;font-size:14px}.settings-nav-label{font-size:13px}.settings-main-header{height:54px;margin:0 14px}.settings-main-header h2{font-size:17px}.settings-main-content{padding:0 14px 20px}}.md-report{font-size:14px;line-height:1.75}.md-report h2{border-bottom:1px solid #f0f0f0;margin-top:20px;padding-bottom:6px;font-size:18px}.md-report h3{margin-top:16px;font-size:15px}.md-report table{border-collapse:separate;border-spacing:0;width:100%;margin:8px 0}.md-report th,.md-report td{text-align:left;border:1px solid #e8e8e8;padding:6px 10px;font-size:13px}@media (width<=991px){.md-report th,.md-report td{padding:4px 6px;font-size:12px}.md-report th:nth-child(3),.md-report td:nth-child(3){display:none}}.md-report th{z-index:1;background:#fafafa;position:sticky;top:0}.md-report blockquote{color:#555;background:#f6f8fa;border-left:3px solid #1677ff;margin:8px 0;padding:4px 12px}.score-reports-table .ant-table-thead>tr>th{line-height:18px;padding-top:4px!important;padding-bottom:4px!important}.score-reports-table .ant-table-thead .ant-table-column-title,.score-reports-table .ant-table-thead .ant-table-column-sorter{line-height:18px}@media (width<=767px){.score-reports-table-mobile .score-report-name-sticky{z-index:3;background:#fff;left:0;box-shadow:6px 0 8px -8px #0000004d;position:sticky!important}.score-reports-table-mobile .ant-table-thead .score-report-name-sticky{z-index:4;background:#fafafa}}
