.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:10px;line-height:15px;transform:scale(.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:10px;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}.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{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-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}}.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}@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-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{grid-template-columns:1fr}.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}}.community-page{width:min(100%,1080px);margin:0 auto}.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}.community-tag-filter{scrollbar-width:none;gap:6px;padding-bottom:10px;display:flex;overflow-x:auto}.community-tag-filter::-webkit-scrollbar{display:none}.community-tag-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-tag-filter button{flex:none;min-height:32px;padding:4px 13px;font-size:13px}.community-tag-filter button:hover,.community-tag-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{width:min(100%,840px);margin:0 auto}.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-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-composer-launcher{margin-bottom:10px}.community-composer-launcher .ant-card-body{align-items:center;gap:10px;display:flex}.community-composer-launcher .ant-card-body>button:not(.ant-btn){color:#8c8c8c;cursor:text;min-width:0;min-height:38px;font:inherit;text-align:left;background:#fafafa;border:1px solid #e8e8e8;border-radius:999px;flex:1;padding:0 14px}.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-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:13px;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-post-content-link h2{color:#1f1f1f;margin:0 0 5px;font-size:16px;font-weight:650;line-height:24px}.community-post-excerpt{color:#595959;-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{flex-wrap:wrap;align-items:flex-start;gap:8px;max-width:100%;margin-top:12px;display:flex}.community-detail-images .ant-image{max-width:100%}.community-detail-image{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:75vh;display:block}.community-detail-video-wrap{max-width:100%;margin-top:12px}.community-detail-video{background:#000;border-radius:6px;width:auto;max-width:100%;height:auto;max-height:75vh;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:4px;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;margin-left:auto;font-size:12px}.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-tag-filter 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<=575px){.community-feed-toolbar .ant-tabs-nav-list{width:100%}.community-feed-toolbar .ant-tabs-tab{flex:1;justify-content:center;min-width:0;min-height:44px;margin:0;padding-inline:10px}.community-composer-launcher .ant-avatar,.community-composer-launcher .ant-btn{display:none}.community-composer-launcher .ant-card-body>button:not(.ant-btn){min-height:44px}.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:13px;line-height:21px}.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}}*{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}}
