html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root{--navy-950: #07101d;--navy-900: #0b1728;--navy-800: #12233a;--blue: #1677ff;--cyan: #3cb9e8;--green: #14b87a;--orange: #f5a524;--red: #ef5b5b;--purple: #7868e6;--ink: #172033;--muted: #758097;--line: #e8edf4;--surface: #fff;--canvas: #f3f6fa;--radius: 12px;--shadow: 0 8px 28px rgba(20, 40, 80, .07)}*{box-sizing:border-box}html,body,#app{min-height:100%;margin:0}body{background:var(--canvas);color:var(--ink);font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased}.page{display:flex;flex-direction:column;gap:16px;min-width:0}.surface{background:var(--surface);border:1px solid rgba(224,230,239,.8);border-radius:var(--radius);box-shadow:var(--shadow)}.toolbar{padding:16px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.toolbar .toolbar-spacer{flex:1}.table-card{padding:0 16px 16px;overflow:hidden}.insight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px;margin-bottom:4px}.insight-card{--insight-accent: var(--blue);position:relative;display:flex;min-width:0;min-height:126px;flex-direction:column;justify-content:center;padding:20px 22px;overflow:hidden;isolation:isolate;transition:transform .2s ease,box-shadow .2s ease}.insight-card:before{position:absolute;top:0;right:0;left:0;height:3px;background:var(--insight-accent);content:""}.insight-card:after{position:absolute;z-index:-1;top:-42px;right:-34px;width:118px;height:118px;border-radius:50%;background:color-mix(in srgb,var(--insight-accent) 9%,transparent);content:""}.insight-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px #1428501c}.insight-card>span,.insight-card>strong,.insight-card>small{display:block}.insight-card>span{color:#657188;font-size:13px;font-weight:600}.insight-card>strong{margin:9px 0 6px;color:var(--insight-accent);font-size:clamp(25px,2vw,32px);font-weight:800;line-height:1.15;letter-spacing:-.6px;overflow-wrap:anywhere}.insight-card>small{min-height:18px;color:#929bad;font-size:12px;line-height:1.5}.money{font-weight:700;color:#e68a10}.chips{font-weight:700;color:#5368df}.positive{color:var(--green)}.negative{color:var(--red)}.avatar-cell{display:flex;align-items:center;gap:10px}.avatar-cell strong{display:block}.subtle{font-size:12px;color:var(--muted);margin-top:2px}.number{font-variant-numeric:tabular-nums}.clickable{color:var(--blue);cursor:pointer}.ant-table-wrapper .ant-table{font-size:13px}.ant-table-wrapper .ant-table-thead>tr>th{font-weight:600;color:#556176}.ant-tag{border:0}.ant-pagination{margin-bottom:0!important}@media(max-width:900px){.toolbar>*{min-width:calc(50% - 8px)}.toolbar .toolbar-spacer{display:none}.ant-table-content{overflow-x:auto!important}}@media(max-width:600px){.toolbar>*{width:100%;min-width:100%}.page{gap:12px}.table-card{padding:0 12px 12px}.insight-grid{grid-template-columns:1fr;gap:12px}.insight-card{min-height:112px;padding:17px 18px}}
