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 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{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;--primary-color: #1890ff;--bg-base: #ffffff;--bg-light: #f8f9fa;--bg-dark: #141414;--border-color: #e8e8e8;--text-primary: #262626;--text-secondary: #595959;--shadow-sm: none;--shadow-md: none}html,body,#root{margin:0;min-height:100vh;background:var(--bg-light);color:var(--text-primary)}.dashboard-layout{min-height:100vh;background:var(--bg-light)}.dashboard-header{height:48px;padding:0 12px;background:var(--bg-base);position:sticky;top:0;z-index:99;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;border-bottom:1px solid var(--border-color)}.header-controls{display:flex;align-items:center;justify-content:center;gap:10px;min-width:0}.coin-search{width:130px;flex-shrink:0}.asset-class-filter{flex-shrink:0}.header-right{display:flex;align-items:center;gap:6px}.dashboard-content{margin:0;padding:4px 12px 12px;background:var(--bg-base);min-height:calc(100vh - 48px)}.direction-filter-bar{position:sticky;top:48px;z-index:80;display:flex;align-items:center;gap:6px;flex-wrap:nowrap;padding:2px 0;background:var(--bg-base);overflow-x:auto}.direction-select{width:110px;flex-shrink:0}.direction-arrow{color:var(--text-secondary);flex-shrink:0;font-weight:500}.direction-shortcuts{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.direction-shortcut{position:relative;display:inline-flex;align-items:center;flex-shrink:0;height:24px;padding:0 20px 0 8px;border:1px solid var(--primary-color);color:var(--primary-color);font-size:12px;line-height:22px;cursor:pointer}.direction-shortcut:hover{opacity:.8}.direction-shortcut-remove{position:absolute;top:2px;right:4px;display:none;width:12px;height:12px;align-items:center;justify-content:center;color:var(--text-secondary);font-size:12px;line-height:12px}.direction-shortcut:hover .direction-shortcut-remove,.direction-shortcut:focus-within .direction-shortcut-remove{display:inline-flex}.direction-shortcut-remove:hover{color:#ff4d4f}.status-line{display:flex;align-items:center;gap:12px;margin-left:auto;color:var(--text-secondary);font-size:12px;white-space:nowrap;flex-shrink:0}.data-table{background:var(--bg-base)}.content-layout{display:flex;gap:12px;min-height:calc(100vh - 60px)}.content-main{flex:1;min-width:0}.content-sidebar{width:252px;flex-shrink:0;position:sticky;top:54px;align-self:flex-start}.content-sidebar .direction-filter-bar{position:static;flex-direction:column;align-items:stretch;gap:6px;padding:8px 10px;background:var(--bg-base);border:1px solid var(--border-color);overflow-x:visible}.content-sidebar .coin-search,.content-sidebar .direction-select{width:100%}.content-sidebar .direction-arrow{text-align:center;display:block;padding:2px 0}.content-sidebar .direction-shortcuts{flex-direction:column;gap:3px}.content-sidebar .direction-shortcut{width:100%;flex-shrink:0}.content-sidebar .status-line{margin-left:0;flex-wrap:wrap}@media(max-width:768px){.content-layout{flex-direction:column}.content-sidebar{width:100%;position:static}.content-sidebar .direction-filter-bar{flex-direction:row;flex-wrap:wrap;border:none;padding:4px 0;align-items:center}.content-sidebar .coin-search{width:130px}.content-sidebar .direction-select{width:110px}}.data-table .ant-table-row{height:44px}.data-table .ant-table-cell{padding:3px 8px!important;font-size:13px;vertical-align:middle}.data-table .ant-table-thead .ant-table-cell{padding:4px 8px!important;font-size:12px;font-weight:600}.refresh-pause-ring{position:relative;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;background:transparent;cursor:pointer;vertical-align:middle}.refresh-pause-ring:focus-visible{outline:2px solid var(--primary-color);outline-offset:1px}.refresh-pause-ring-svg{display:block}.refresh-pause-ring-track{stroke:var(--border-color)}.refresh-pause-ring-progress{stroke:var(--primary-color)}.refresh-pause-ring-icon{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:13px;color:var(--primary-color);pointer-events:none}.sort-title{display:inline-flex;align-items:center;min-height:22px;color:inherit;font-weight:600}.sortable-header-cell{cursor:pointer;-webkit-user-select:none;user-select:none}.sortable-header-cell:focus-visible{outline:2px solid var(--primary-color);outline-offset:-2px}.sortable-header-cell:hover .sort-title{color:var(--primary-color)}.spread-cell{font-variant-numeric:tabular-nums}.symbol-cell{display:inline-flex;align-items:center;gap:2px}.copy-symbol{cursor:context-menu}.pin-icon{color:#43a047;font-size:11px;margin-right:2px}.exchange-spot{color:green;font-weight:500}.exchange-future{color:#fa8c16;font-weight:500}.funding-cell{display:flex;flex-direction:column;justify-content:center;min-height:40px;white-space:nowrap;font-variant-numeric:tabular-nums}.pinned-row td.ant-table-cell{background:#e6ffed!important}.settings-modal .ant-modal-content{overflow:hidden}.settings-section{margin-bottom:14px}.settings-section h2{color:var(--text-primary);font-size:14px;font-weight:600;margin:0 0 4px}.settings-section p{color:var(--text-secondary);margin:0 0 6px;font-size:12px}.volume-display{margin-top:4px;text-align:center;padding:4px 8px;background:var(--bg-light);color:var(--text-primary);font-weight:500;font-size:13px;border:1px solid var(--border-color)}.exchange-list{display:flex;flex-direction:column;border:1px solid var(--border-color);overflow:hidden}.exchange-row{display:flex;align-items:center;gap:16px;padding:10px 14px;border-bottom:1px solid var(--border-color);background:var(--bg-base)}.exchange-row:last-child{border-bottom:none}.exchange-row-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.exchange-row-name{width:80px;font-weight:600;font-size:13px;flex-shrink:0}.exchange-row-checks{display:flex;gap:24px}.rule-list{margin-top:8px;border:1px solid var(--border-color);padding:4px 8px;max-height:400px;overflow:auto}.rule-list.compact{max-height:120px}.rule-item{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:4px 6px;font-size:13px;border-bottom:1px solid var(--border-color)}.rule-item:last-child{border-bottom:0}.field-note{color:#999;font-size:12px;margin-top:4px}.alert-extra{margin-top:18px}.alert-extra-title{font-weight:500;margin:16px 0 8px}.alert-link{display:block;margin-bottom:4px}.compare-panel{max-height:72vh;overflow-y:auto;padding-right:4px}.compare-note{color:var(--text-secondary);margin:0 0 14px;line-height:1.6}.compare-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.compare-metric{border:1px solid var(--border-color);padding:12px;background:var(--bg-light)}.compare-metric span,.compare-metric small{display:block;color:var(--text-secondary);font-size:12px}.compare-metric strong{display:block;margin:4px 0;color:var(--text-primary);font-size:22px;line-height:1.2}.compare-section{margin-top:18px}.compare-section h3{margin:0 0 8px;color:var(--text-primary);font-size:14px;font-weight:600}.compare-section.two-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.source-panel{min-height:180px}.source-list{display:grid;gap:12px}.source-card{border:1px solid var(--border-color);padding:14px;background:var(--bg-base)}.source-card.active{border-color:var(--primary-color);background:var(--bg-light)}.source-card-main{display:flex;align-items:center;justify-content:space-between;gap:12px}.source-id{color:var(--text-secondary);font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.source-card p{color:var(--text-secondary);margin:8px 0 10px}.source-stats{display:flex;flex-wrap:wrap;gap:12px;color:var(--text-secondary);font-size:12px}.source-error{margin-top:8px;color:red;font-size:12px}.source-empty{padding:28px;text-align:center;color:var(--text-secondary)}.quality-panel{max-height:72vh;overflow-y:auto;padding-right:4px}.quality-summary-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.quality-summary-card{border:1px solid var(--border-color);padding:12px;background:var(--bg-base)}.quality-summary-card.active{border-color:var(--primary-color);background:var(--bg-light)}.quality-summary-title{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px}.quality-summary-title span{color:var(--text-secondary);font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.quality-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;color:var(--text-secondary);font-size:12px}.opportunity-cards{display:flex;flex-direction:column;gap:8px;padding:8px 0}.opportunity-card{border:1px solid var(--border-color);padding:12px;background:var(--bg-base);cursor:pointer}.opportunity-card.pinned-card{background:#e6ffed}.opportunity-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.opportunity-card .card-symbol{font-weight:600;font-size:16px;display:inline-flex;align-items:center;gap:4px}.opportunity-card .card-spread{font-weight:600;font-size:14px;font-variant-numeric:tabular-nums}.opportunity-card .card-exchanges{color:var(--text-secondary);font-size:13px;margin-bottom:4px}.opportunity-card .card-funding{display:flex;flex-direction:column;font-size:12px;margin-bottom:8px;gap:2px}.opportunity-card .card-actions{border-top:1px solid var(--border-color);padding-top:8px}@media(max-width:768px){.dashboard-header{padding:0 8px;grid-template-columns:56px 1fr auto}.header-controls{gap:8px;justify-content:flex-start}.coin-search{width:110px;flex-shrink:0}.dashboard-content{padding:0}.direction-filter-bar{padding:8px;overflow-x:auto}.direction-select{width:100px;flex-shrink:0}.status-line{justify-content:flex-start;overflow-x:auto;padding:6px 8px}.exchange-row-name{width:70px}.compare-summary,.compare-section.two-columns,.quality-summary-list{grid-template-columns:1fr}.quality-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.drawer-footer{display:flex;justify-content:flex-end;padding-top:12px;border-top:1px solid var(--border-color);margin-top:12px}.ant-drawer-content,.ant-table,.ant-dropdown-menu,.ant-select-dropdown{border-radius:0!important}.dashboard-content{padding:8px 12px 12px;background:var(--bg-base)}.content-layout{align-items:flex-start;gap:10px}.content-sidebar{width:286px;top:56px}.control-panel{display:grid;gap:8px}.control-section{border:1px solid var(--border-color);background:var(--bg-base);padding:10px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:24px;margin-bottom:8px;color:var(--text-primary);font-size:13px;font-weight:600}.section-heading strong{color:var(--primary-color);font-size:13px;font-variant-numeric:tabular-nums}.summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.summary-item{min-width:0;border:1px solid var(--border-color);background:var(--bg-light);padding:6px 7px}.summary-item.wide{grid-column:1 / -1}.summary-item span,.field-label{display:block;color:var(--text-secondary);font-size:11px;line-height:1.4}.summary-item strong{display:block;overflow:hidden;margin-top:2px;color:var(--text-primary);font-size:12px;font-weight:600;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.filter-count-flow{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0;color:var(--text-secondary);font-size:12px}.filter-count-flow span{border:1px solid var(--border-color);padding:2px 6px;background:var(--bg-base);font-variant-numeric:tabular-nums}.field-label{margin:8px 0 4px}.control-section .ant-select,.control-section .ant-input-affix-wrapper{width:100%}.asset-class-group{display:flex;flex-wrap:wrap;gap:4px}.asset-class-group .ant-radio-button-wrapper{flex:1 0 auto;min-width:44px;padding-inline:7px;text-align:center}.control-actions{display:grid;grid-template-columns:1fr auto;gap:6px;margin-top:10px}.direction-shortcuts{display:grid;gap:5px}.direction-shortcut{min-width:0;width:100%;height:auto;min-height:26px;padding:4px 22px 4px 8px;border-color:var(--border-color);color:var(--text-primary);line-height:1.4}.data-health-card .ant-btn-link{height:22px;padding:0}.health-main{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:8px}.health-main strong{min-width:0;overflow:hidden;color:var(--text-primary);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.health-main span{flex-shrink:0;color:var(--text-secondary);font-size:11px}.health-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-bottom:8px}.health-grid span{border:1px solid var(--border-color);background:var(--bg-light);padding:5px 6px;color:var(--text-secondary);font-size:12px}.health-grid strong{color:var(--text-primary);font-variant-numeric:tabular-nums}.status-line{margin-left:0;justify-content:space-between;gap:8px;padding:0}.empty-opportunities{padding:34px 12px}.empty-hints{display:grid;gap:6px;max-width:520px;margin:10px auto 0;text-align:left}.empty-hints span{border:1px solid var(--border-color);background:var(--bg-light);padding:6px 8px;color:var(--text-secondary);font-size:12px}.opportunity-card{border-radius:4px}.opportunity-card .card-exchanges{display:flex;align-items:center;gap:6px;margin-bottom:6px}.card-direction-arrow{color:var(--text-secondary)}.card-meta{display:grid;gap:3px;margin-bottom:8px;color:var(--text-secondary);font-size:12px;font-variant-numeric:tabular-nums}.positive{color:green}.negative{color:red}.exchange-spot{color:green}.exchange-future{color:#fa8c16}.pinned-row td.ant-table-cell,.opportunity-card.pinned-card{background:#f0fbf3!important}@media(max-width:768px){.dashboard-header{grid-template-columns:minmax(0,1fr) auto;height:48px;padding:0 8px}.header-controls{min-width:0;justify-content:flex-start}.dashboard-content{padding:6px 8px 10px}.content-layout{flex-direction:column;gap:8px}.content-sidebar{order:-1;width:100%;position:static}.content-main{width:100%}.control-panel{gap:6px}.control-section{padding:8px}.summary-grid,.health-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.asset-class-group .ant-radio-button-wrapper{flex:1 1 54px}.opportunity-cards{padding:0}.opportunity-card{padding:10px}.opportunity-card .card-header{align-items:flex-start;gap:8px}.opportunity-card .card-spread{text-align:right}}.dashboard-content{padding:6px 12px 44px}.content-main{width:100%;min-width:0}.market-toolbar{position:sticky;top:48px;z-index:82;display:grid;gap:4px;padding:6px 0 7px;border-bottom:1px solid var(--border-color);background:var(--bg-base)}.filter-row{display:flex;align-items:center;gap:6px;min-width:0;overflow-x:auto;scrollbar-width:thin}.toolbar-search{width:142px;flex:0 0 142px}.toolbar-asset-group{flex:0 0 auto;white-space:nowrap}.toolbar-asset-group .ant-radio-button-wrapper{padding-inline:8px}.toolbar-exchange-select{width:124px;flex:0 0 124px}.toolbar-arrow{flex:0 0 auto;color:var(--text-secondary);font-weight:600}.summary-row{display:flex;align-items:center;gap:6px;min-height:24px;overflow-x:auto;color:var(--text-secondary);font-size:12px;scrollbar-width:thin;white-space:nowrap}.summary-row span{flex:0 0 auto;border:1px solid var(--border-color);background:var(--bg-light);padding:2px 6px;font-variant-numeric:tabular-nums}.summary-row .summary-strong{border-color:#b7d7ff;background:#f0f7ff;color:var(--primary-color);font-weight:600}.shortcut-row{display:flex;align-items:center;gap:5px;min-height:24px;overflow-x:auto;scrollbar-width:thin}.shortcut-row .direction-shortcut{width:auto;min-height:24px;padding:2px 22px 2px 7px;background:var(--bg-base);white-space:nowrap}.bottom-status-bar{position:fixed;right:0;bottom:0;left:0;z-index:120;display:flex;align-items:center;gap:10px;height:30px;padding:0 12px;border-top:1px solid var(--border-color);background:#fffffff7;color:var(--text-secondary);font-size:12px;font-variant-numeric:tabular-nums;overflow-x:auto;white-space:nowrap}.bottom-status-bar span{flex:0 0 auto}.bottom-status-bar .ant-btn-link{height:24px;padding:0;font-size:12px}.data-table .ant-table-container{border-top:0}@media(max-width:768px){.dashboard-content{padding:4px 8px 46px}.market-toolbar{top:48px;padding:6px 0}.filter-row{flex-wrap:wrap;overflow-x:visible}.toolbar-search{width:calc(50% - 3px);flex-basis:calc(50% - 3px)}.toolbar-asset-group{display:flex;width:100%;flex-wrap:wrap}.toolbar-asset-group .ant-radio-button-wrapper{flex:1 1 54px;text-align:center}.toolbar-exchange-select{width:calc(50% - 18px);flex-basis:calc(50% - 18px)}.summary-row,.shortcut-row{margin-right:-8px;padding-right:8px}.bottom-status-bar{height:34px;padding:0 8px;gap:8px}}.market-toolbar{gap:0;padding-bottom:6px}.bottom-status-bar .status-strong{color:var(--primary-color);font-weight:600}.bottom-status-bar .status-divider{width:1px;height:16px;padding:0;background:var(--border-color)}@media(max-width:768px){.market-toolbar{padding-bottom:6px}}.toolbar-icon-button{width:28px;flex:0 0 28px;padding:0}.toolbar-shortcut-group{display:inline-flex;align-items:center;gap:5px;min-width:0;flex:1 1 auto;overflow-x:auto;scrollbar-width:thin}.toolbar-shortcut-group:before{content:"";width:1px;height:18px;margin:0 2px;background:var(--border-color);flex:0 0 auto}.toolbar-shortcut-group .direction-shortcut{width:auto;min-height:24px;padding:2px 22px 2px 7px;border-color:#c9ddf5;background:#f7fbff;color:var(--text-primary);white-space:nowrap}.spread-cell-strong{display:inline-flex;align-items:center;gap:5px;font-weight:700;font-size:13px}.spread-divider,.exchange-pair-arrow{color:var(--text-secondary);font-weight:500}.exchange-pair-cell{display:inline-flex;align-items:center;gap:6px;min-width:0;white-space:nowrap}.muted-number-cell{color:var(--text-secondary);font-variant-numeric:tabular-nums}.copy-symbol{font-weight:650;color:var(--text-primary)}.data-table .ant-table-row:hover .muted-number-cell{color:var(--text-primary)}.pinned-row td.ant-table-cell,.opportunity-card.pinned-card{background:#f6fcf7!important}.focused-alert-row td.ant-table-cell,.opportunity-card.focused-alert-card{background:#fff7e6!important;box-shadow:inset 3px 0 #fa8c16}.focused-alert-row td.ant-table-cell:first-child{border-left:3px solid #fa8c16}@media(max-width:768px){.toolbar-shortcut-group{flex-basis:100%}.toolbar-shortcut-group:before{display:none}}.spread-history-panel{display:flex;flex-direction:column;gap:12px}.spread-history-tabs{display:flex;gap:18px;border-bottom:1px solid var(--border-color)}.spread-history-tabs button{height:34px;padding:0;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--text-primary);font-size:14px;cursor:pointer}.spread-history-tabs button.active{border-bottom-color:#1677ff;color:#1677ff;font-weight:600}.funding-compare-panel{display:flex;flex-direction:column;gap:8px}.funding-compare-meta{display:flex;flex-wrap:wrap;gap:8px 16px;color:var(--text-secondary);font-size:12px}.funding-compare-table-wrap{max-height:380px;overflow:auto;border:1px solid var(--border-color);border-radius:4px}.funding-compare-table{width:100%;border-collapse:collapse;font-size:13px;font-variant-numeric:tabular-nums}.funding-compare-table th,.funding-compare-table td{height:38px;padding:0 10px;border-bottom:1px solid var(--border-color);text-align:left;white-space:nowrap}.funding-compare-table th{position:sticky;top:0;z-index:1;background:var(--bg-light);color:var(--text-primary);font-weight:600}.funding-compare-table tbody tr:nth-child(2n){background:#00000005}.funding-compare-value.positive{color:#1db100;font-weight:600}.funding-compare-value.negative{color:#ff2d3d;font-weight:600}.funding-compare-value.neutral{color:var(--text-primary);font-weight:600}.funding-compare-value.muted{color:var(--text-secondary)}.spread-history-stats{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.spread-history-stats span{border:1px solid var(--border-color);background:var(--bg-light);padding:8px 10px;color:var(--text-secondary);font-size:12px}.spread-history-stats strong{display:block;margin-top:3px;color:var(--text-primary);font-size:15px;font-variant-numeric:tabular-nums}.spread-history-note{color:var(--text-secondary);font-size:12px;line-height:1.5}.spread-history-chart{width:100%;height:auto;display:block}.spread-history-chart .chart-bg{fill:var(--bg-light)}.spread-history-chart .chart-grid{stroke:var(--border-color);stroke-width:1}.spread-history-chart .chart-zero{stroke:#8c8c8c;stroke-width:1;stroke-dasharray:4 4}.spread-history-chart .chart-line{fill:none;stroke:#1677ff;stroke-width:2}.spread-history-chart .chart-label{fill:var(--text-secondary);font-size:12px}.spread-history-chart .chart-hit-area{fill:transparent;pointer-events:all}.spread-history-chart .chart-hover{pointer-events:none}.spread-history-chart .chart-hover-line{stroke:#8c8c8c;stroke-width:1;stroke-dasharray:3 3}.spread-history-chart .chart-hover-dot,.spread-history-chart .chart-tooltip-marker{fill:#1677ff;stroke:#fff;stroke-width:2}.spread-history-chart .chart-tooltip-bg{fill:#fff;stroke:var(--border-color);filter:drop-shadow(0 4px 10px rgba(0,0,0,.18))}.spread-history-chart .chart-tooltip-title{fill:var(--text-primary);font-size:13px}.spread-history-chart .chart-tooltip-text{fill:var(--text-primary);font-size:12px}.spread-history-empty{min-height:180px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);background:var(--bg-light);border:1px solid var(--border-color)}.spread-cell-with-history{display:inline-flex;align-items:center;gap:6px}.spread-history-inline-button{width:24px;height:24px}.spread-history-range-tabs{display:flex;justify-content:flex-end;gap:6px}.spread-history-range-tabs button{height:24px;padding:0 10px;border:1px solid var(--border-color);border-radius:4px;background:var(--bg-base);color:var(--text-secondary);font-size:12px;cursor:default}.spread-history-range-tabs button.active{border-color:#1677ff;background:#1677ff;color:#fff}@media(max-width:768px){.spread-history-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.card-spread-group{display:inline-flex;align-items:center;gap:4px;flex-shrink:0}.card-spread-group .ant-btn{width:24px;height:24px}
