.tasks-page{display:grid;gap:14px;width:100%;max-width:1560px;margin-inline:auto;align-content:start}.tasks-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.tasks-header h3,.tasks-page h4{margin:0}.tasks-header .tasks-header-title{display:grid;gap:2px}.task-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,390px),1fr));gap:12px;align-items:stretch}.task-card{position:relative;display:flex;flex-direction:column;height:100%;min-width:0;cursor:pointer;overflow:hidden;border:1px solid var(--ant-color-border-secondary);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.task-card:hover{border-color:var(--ant-color-primary-border, var(--ant-color-primary));box-shadow:0 12px 32px #0f5db71f;transform:translateY(-2px)}.task-card .ant-card-body{display:flex;flex-direction:column;flex:1 1 auto;height:100%;padding:12px 14px}.task-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:10px}.task-card-heading>div{min-width:0}.task-card-identity{display:grid;gap:3px}.task-card-identity h4.ant-typography{margin:0;font-size:15px}.task-card-tags{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.task-card-tags .ant-tag{margin-inline-end:0;font-size:11px;line-height:18px;padding-inline:5px}.task-card-symbol{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--ant-font-family-code);font-size:11px}.task-card-pnl{display:grid;flex:0 0 auto;gap:1px;min-width:128px;padding:7px 10px;text-align:right;font-variant-numeric:tabular-nums;border:1px solid var(--ant-color-border-secondary);border-radius:10px;background:var(--ant-color-fill-quaternary)}.task-card-pnl-label{display:flex;align-items:center;justify-content:flex-end;gap:5px;color:var(--ant-color-text-secondary);font-size:11px}.task-card-pnl-label .ant-tag{margin-inline-end:0;font-size:10px;line-height:16px;padding-inline:4px}.task-card-pnl>strong{color:var(--ant-color-text);font-size:17px;line-height:1.25}.task-card-pnl.positive>strong,.task-card .positive{color:var(--ant-color-success)}.task-card-pnl.negative>strong,.task-card .negative{color:var(--ant-color-error)}.task-card .warning{color:var(--ant-color-warning)}.task-card-pnl small{display:none}.task-card-route{display:flex;align-items:stretch;gap:6px;margin-bottom:2px;padding:7px 8px;border:1px solid var(--ant-color-border-secondary);border-radius:10px;background:var(--ant-color-fill-quaternary)}.task-card-route-fragment{display:contents}.task-card-route-link{display:grid;place-items:center;color:var(--ant-color-text-tertiary);font-size:12px}.task-card-leg-identity{display:flex;align-items:center;flex:1 1 0;gap:7px;min-width:0}.task-card-leg-identity>div{display:grid;min-width:0}.task-card-leg-identity strong,.task-card-leg-identity small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-card-leg-identity strong{font-size:12px}.task-card-leg-identity small{color:var(--ant-color-text-secondary);font-size:11px}.task-leg-key{display:grid;place-items:center;flex:0 0 22px;width:22px;height:22px;border-radius:7px;font-size:10px;font-weight:700;color:var(--ant-color-text-light-solid);background:linear-gradient(135deg,var(--ant-color-primary),var(--ant-color-primary-active, var(--ant-color-primary)))}.task-card-leg-identity.sell .task-leg-key{background:linear-gradient(135deg,var(--ant-color-error),#a8071a)}.task-card-section{margin-top:9px;padding-top:9px;border-top:1px solid var(--ant-color-border-secondary)}.task-card-section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:6px}.task-card-section-heading>strong{font-size:12px;letter-spacing:.01em}.task-card-section-heading>span{color:var(--ant-color-text-tertiary);font-size:10px;text-align:right}.task-card-spread-grid,.task-card-inline-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--ant-color-border-secondary);border-radius:10px;overflow:hidden}.task-card-metric-cell{display:grid;align-content:center;gap:2px;min-width:0;min-height:46px;padding:5px 7px;background:var(--ant-color-bg-container)}.task-card-metric-cell+.task-card-metric-cell{border-inline-start:1px solid var(--ant-color-border-secondary)}.task-card-metric-cell>span,.task-card-metric-cell>small{color:var(--ant-color-text-secondary);font-size:10px}.task-card-metric-cell>strong{overflow:hidden;color:var(--ant-color-text);font-size:12px;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.task-card-metric-cell>strong.positive{color:var(--ant-color-success)}.task-card-metric-cell>strong.negative{color:var(--ant-color-error)}.task-card-metric-cell>strong.warning{color:var(--ant-color-warning)}.task-card-spread-metric{position:relative;min-height:76px;padding-bottom:23px}.task-card-spread-metric>strong{font-size:14px}.task-card-spread-metric>.ant-tag{position:absolute;right:5px;bottom:5px;margin:0;font-size:10px;line-height:15px;padding-inline:4px}.task-card-leg-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-bottom:6px}.task-card-leg-panel{min-width:0;padding:7px 8px;border:1px solid var(--ant-color-border-secondary);border-radius:10px;background:var(--ant-color-fill-quaternary)}.task-card-leg-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-bottom:3px}.task-card-leg-panel-heading>strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.task-card-leg-panel-heading .ant-tag{flex:0 0 auto;margin-inline-end:0;font-size:10px;line-height:15px;padding-inline:4px}.task-card-metric-line{display:flex;align-items:baseline;justify-content:space-between;gap:6px;min-width:0;padding:1px 0}.task-card-metric-line>span{flex:0 0 auto;color:var(--ant-color-text-secondary);font-size:10px}.task-card-metric-line>strong{min-width:0;overflow:hidden;font-size:10px;font-variant-numeric:tabular-nums;text-align:right;text-overflow:ellipsis;white-space:nowrap}.task-card-funding-leg{min-height:138px}.task-card-funding-leg.not-applicable{display:grid;grid-template-rows:auto 1fr}.task-card-funding-na{display:grid;place-items:center;min-height:56px;color:var(--ant-color-text-tertiary);font-size:11px}.task-card-health{display:flex;align-items:center;gap:5px;flex-wrap:wrap;margin-top:8px}.task-health-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 7px;border-radius:999px;color:var(--ant-color-text-secondary);font-size:10px;background:var(--ant-color-fill-quaternary)}.task-health-badge i{width:6px;height:6px;border-radius:50%;background:var(--ant-color-text-quaternary);box-shadow:0 0 0 2px var(--ant-color-fill-secondary)}.task-health-badge.fresh i{background:var(--ant-color-success)}.task-health-badge.warning i{background:var(--ant-color-warning)}.task-health-badge.stale i{background:var(--ant-color-error)}.task-health-badge.neutral{color:var(--ant-color-text-tertiary)}.task-card-error{margin-top:8px}.task-card-operation-bar{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:auto -14px -12px;padding:8px 14px;background:var(--ant-color-fill-quaternary);border-top:1px solid var(--ant-color-border-secondary);cursor:default}.task-card-operation-bar>.ant-btn{min-width:76px}.task-form{width:100%}.task-create-modal{top:0;max-width:calc(100vw - 32px);padding-bottom:0}.task-create-modal .ant-modal-content{padding:0;overflow:hidden}.task-create-dialog{height:calc(100dvh - 32px);max-height:calc(100dvh - 32px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.task-create-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 24px 12px;border-bottom:1px solid var(--ant-color-border-secondary)}.task-create-scroll{min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;padding:16px 24px}.task-create-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 24px 20px;background:var(--ant-color-bg-elevated);border-top:1px solid var(--ant-color-border-secondary)}.task-create-summary{min-width:0}.task-modal-title{margin:0!important}.task-form .ant-divider{margin:8px 0 16px}.task-create-overview{padding:4px 0 0}.task-strategy-row{padding-top:4px;border-top:1px solid var(--ant-color-border-secondary)}.task-create-leg-grid>.ant-col{display:flex}.task-leg-panel{width:100%;padding:16px;border:1px solid var(--ant-color-border-secondary);border-radius:var(--ant-border-radius-lg);background:var(--ant-color-fill-quaternary)}.task-leg-panel .ant-form-item{margin-bottom:14px}.task-leg-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:32px;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid var(--ant-color-border-secondary)}.task-leg-panel-heading h5,.task-config-column h5{margin:0}.task-create-parameter-grid>.ant-col{display:flex}.task-config-column{width:100%}.task-create-parameter-grid>.ant-col:nth-child(2){padding-inline-start:32px!important;border-inline-start:1px solid var(--ant-color-border-secondary)}.task-create-parameter-grid>.ant-col:last-child{display:block}.task-rule-value{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom}.task-quote-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.task-leg-market-summary{margin-top:2px;padding-top:12px;border-top:1px solid var(--ant-color-border-secondary)}.task-quantity-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:-8px 0 14px}.task-batch-preset-label{margin-left:6px}.task-leg-estimate{margin-bottom:12px}.task-strategy-description{margin-bottom:0!important}.task-number-input,.task-leg-panel .ant-segmented,.task-leg-panel .ant-segmented-group{width:100%}.task-leg-panel .ant-segmented-item{flex:1 1 0;min-width:0}.task-leg-panel .ant-segmented-item-label{overflow:visible;text-overflow:clip;white-space:nowrap;padding-inline:6px}.task-form .ant-segmented{min-height:32px;display:flex;align-items:stretch}.task-form .ant-segmented-item{display:flex;align-items:center;justify-content:center}.task-leg-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:12px}.task-leg-detail-grid>.ant-card .ant-card-head{min-height:42px;padding:0 14px}.task-leg-detail-grid>.ant-card .ant-card-body{padding:12px 14px}.task-leg-result-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr));gap:12px;margin-top:18px}.task-pair-summary{margin-top:16px}.task-decimal{white-space:nowrap;font-variant-numeric:tabular-nums}.task-positive{color:#389e0d}.task-execution-details-table .ant-table-cell{overflow:hidden;text-overflow:ellipsis}.task-compact-leg-result{display:grid;gap:2px}.task-compact-leg-result .ant-typography{font-size:12px}.task-batch-details{display:grid;gap:12px;padding:4px 0}.task-batch-leg-summary{margin-bottom:12px}.task-order-details{display:grid;gap:12px;padding:4px 0}.task-centered{min-height:240px;display:grid;place-items:center}.task-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.task-detail{display:grid;gap:14px;width:100%;max-width:1560px;margin-inline:auto;align-content:start}.task-detail-topbar{position:sticky;top:10px;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:12px 16px;border:1px solid var(--ant-color-border-secondary);border-radius:14px;background:var(--ant-color-bg-container);box-shadow:0 8px 24px #0f172a0f}:root[data-theme=dark] .task-detail-topbar{box-shadow:0 8px 24px #0000004d}.task-detail-title{display:flex;align-items:center;gap:12px;min-width:0;flex:1 1 320px}.task-detail-title-meta{display:grid;gap:3px;min-width:0}.task-detail-title-meta h4{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-detail-title-tags{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.task-detail-title-tags .ant-tag{margin-inline-end:0}.task-detail-topbar-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.task-detail-alerts{display:grid;gap:10px}.task-detail-alerts .ant-alert{border-radius:12px}.task-detail-alerts:empty{display:none}.task-detail-tabs-card>.ant-card-body{padding:4px 20px 20px}.task-detail-tabs-card .ant-tabs-nav{margin-bottom:14px}.task-detail-tabs-card .ant-tabs-tab{font-weight:600}.task-result-section{padding:14px;border:1px solid var(--ant-color-border-secondary);border-radius:12px;background:var(--ant-color-fill-quaternary)}.task-result-section+.task-result-section{margin-top:14px}.task-result-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.task-result-section-heading>div{display:grid;gap:2px}.task-result-section-heading h5{margin:0;font-size:14px}.task-result-section-heading span{color:var(--ant-color-text-secondary);font-size:11px}.task-result-section-heading .ant-tag{margin-inline-end:0}.task-pnl-equation{display:grid;grid-template-columns:minmax(180px,1.35fr) repeat(4,minmax(130px,1fr));border:1px solid var(--ant-color-border-secondary);border-radius:10px;overflow:hidden;background:var(--ant-color-bg-container)}.task-pnl-equation.has-margin{grid-template-columns:minmax(180px,1.35fr) repeat(5,minmax(130px,1fr))}.task-result-metric{display:grid;align-content:center;gap:3px;min-width:0;min-height:78px;padding:10px 12px}.task-result-metric+.task-result-metric{border-inline-start:1px solid var(--ant-color-border-secondary)}.task-result-metric>span,.task-result-metric>small{overflow:hidden;color:var(--ant-color-text-secondary);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.task-result-metric>strong{overflow:hidden;font-size:16px;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.task-result-metric.primary{background:var(--ant-color-primary-bg)}.task-result-metric.primary>strong{font-size:21px}.task-result-metric>strong.positive{color:var(--ant-color-success)}.task-result-metric>strong.negative{color:var(--ant-color-error)}.task-pnl-formula{margin-top:9px;color:var(--ant-color-text-secondary);font-size:11px}.task-position-overview .task-pair-summary{margin-top:0}.task-leg-result-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,380px),1fr));gap:12px;margin-top:14px}.task-leg-result-grid>.ant-card .ant-card-head{min-height:40px;padding:0 14px}.task-leg-result-grid>.ant-card .ant-card-head .ant-card-head-title{font-size:13px}.task-leg-result-grid>.ant-card .ant-card-body{padding:12px 14px}.task-pair-summary{margin-top:14px}.task-config-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:stretch}.task-config-card>.ant-card-head{min-height:40px;padding:0 14px}.task-config-card>.ant-card-head .ant-card-head-title{font-size:13px;font-weight:650;padding:10px 0}.task-config-card>.ant-card-body{padding:12px 14px}.task-config-card-legs{grid-column:1 / -1}.task-leg-detail-card{height:100%}.task-leg-result-card .ant-card-head{min-height:42px}.task-leg-result-title{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.task-leg-result-title strong{font-size:13px}.task-leg-result-venue{color:var(--ant-color-text-secondary);font-size:12px}.task-leg-key{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:6px;font-size:10px;font-weight:700;color:var(--ant-color-text-light-solid);background:linear-gradient(135deg,var(--ant-color-primary),var(--ant-color-primary-active, var(--ant-color-primary)))}.task-leg-key.sell{background:linear-gradient(135deg,var(--ant-color-error),#a8071a)}.task-leg-config-tags{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px dashed var(--ant-color-border-secondary)}.task-leg-config-tags .ant-tag{margin-inline-end:0;font-size:11px}.task-leg-fee-cost{display:flex;align-items:baseline;gap:8px;min-width:0;max-width:100%}.task-leg-fee-total{flex:0 0 auto;white-space:nowrap}.task-leg-fee-breakdown{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-summary-config{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px;padding-top:16px;border-top:1px solid var(--ant-color-border-secondary)}.task-summary-config-section{min-width:0}.task-summary-config-section h6{margin:0 0 8px;font-size:12px;font-weight:650;color:var(--ant-color-text-secondary);letter-spacing:.02em}.task-summary-config-section dl{display:grid;gap:5px;margin:0}.task-summary-config-section dl>div{display:flex;align-items:baseline;justify-content:space-between;gap:10px;min-width:0}.task-summary-config-section dt{flex:0 0 auto;color:var(--ant-color-text-secondary);font-size:12px}.task-summary-config-section dd{margin:0;min-width:0;overflow:hidden;font-size:12px;text-align:right;text-overflow:ellipsis;white-space:nowrap}.task-config-mono{font-family:var(--ant-font-family-code);font-size:11px!important}.task-detail-notes{color:var(--ant-color-text-secondary);white-space:pre-wrap;margin-bottom:0}.task-detail-confirm-close .ant-typography{display:block;margin-bottom:6px}@media(max-width:1180px){.task-config-panel,.task-summary-config{grid-template-columns:1fr}.task-pnl-equation,.task-pnl-equation.has-margin{grid-template-columns:repeat(3,minmax(0,1fr))}.task-result-metric:nth-child(4){border-inline-start:0;border-top:1px solid var(--ant-color-border-secondary)}.task-result-metric:nth-child(n+5){border-top:1px solid var(--ant-color-border-secondary)}}@media(max-width:720px){.tasks-header{align-items:flex-start;flex-direction:column}}@media(max-width:720px){.task-create-footer{align-items:flex-start;flex-direction:column}.task-create-footer>.ant-space{width:100%;justify-content:flex-end}}@media(max-width:991px){.task-create-parameter-grid>.ant-col:nth-child(2){padding-inline-start:16px!important;border-inline-start:0}}@media(max-width:800px){.task-card-grid{grid-template-columns:minmax(0,1fr)}.task-card{width:100%;height:auto}.task-card .ant-card-body{height:auto}.task-card-heading{flex-direction:column}.task-card-pnl{width:100%;min-width:0;text-align:left}.task-card-pnl-label{justify-content:flex-start}.task-card-route{align-items:stretch;flex-direction:column}.task-card-route-fragment{display:flex;align-items:center;gap:8px}.task-card-route-link{transform:rotate(90deg)}.task-card-leg-grid,.task-card-spread-grid,.task-card-inline-metrics{grid-template-columns:1fr}.task-card-metric-cell+.task-card-metric-cell{border-inline-start:0;border-top:1px solid var(--ant-color-border-secondary)}.task-card-section-heading{align-items:flex-start;flex-direction:column;gap:2px}.task-card-section-heading>span{text-align:left}.task-card-operation-bar{margin-top:4px}}@media(max-width:720px){.task-actions{align-items:flex-start;flex-direction:column}.task-detail-topbar{position:static}.task-detail-title{flex-basis:100%}}@media(max-width:720px){.task-pnl-equation,.task-pnl-equation.has-margin{grid-template-columns:1fr}.task-result-metric+.task-result-metric{border-inline-start:0;border-top:1px solid var(--ant-color-border-secondary)}.task-result-section-heading{flex-direction:column}}@media(max-width:720px){.task-quantity-actions{align-items:flex-start;flex-direction:column}}@media(max-width:720px){.task-leg-detail-grid{grid-template-columns:1fr}}@media(max-width:720px){.task-leg-result-grid{grid-template-columns:1fr}}:root{color:#162033;background:radial-gradient(circle at 15% 10%,rgb(91 158 233 / 18%),transparent 28%),radial-gradient(circle at 86% 0%,rgb(120 205 255 / 16%),transparent 26%),linear-gradient(135deg,#f7fbff,#edf4fb 48%,#f9fbff);--fluent-blue: #256ec1;--fluent-blue-strong: #0f5db7;--fluent-card: rgb(255 255 255 / 72%);--fluent-card-strong: rgb(255 255 255 / 84%);--fluent-border: rgb(255 255 255 / 72%);--fluent-stroke: rgb(101 129 163 / 20%);--fluent-shadow: 0 18px 46px rgb(32 72 118 / 12%);--radius-shell: 18px;--radius-control: 12px;--radius-badge: 8px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:transparent;overflow-x:hidden}.janus-shell{width:100%;max-width:100vw;min-height:100vh;overflow-x:hidden;background:transparent}.janus-sider{position:fixed!important;left:0;flex:0 0 208px!important;min-width:208px!important;max-width:208px!important;top:0;height:100vh;border-right:1px solid rgb(92 120 153 / 14%);box-shadow:12px 0 32px #2048760f;z-index:2;-webkit-backdrop-filter:blur(20px) saturate(150%);backdrop-filter:blur(20px) saturate(150%)}.janus-brand{display:flex;align-items:center;gap:10px;min-height:68px;padding:16px 18px 12px}.janus-environment-switch{display:grid;gap:8px;margin:0 14px 14px;padding:10px 12px;border:1px solid var(--fluent-stroke);border-radius:10px;background:#fff6}:root[data-theme=dark] .janus-environment-switch{background:#ffffff0a}.janus-environment-switch .ant-tag{width:fit-content;margin:0;font-weight:700}.janus-brand-mark{display:grid;width:36px;height:36px;place-items:center;color:#fff;font-weight:800;background:linear-gradient(135deg,#4aa3ff,#0f5db7);border-radius:10px;box-shadow:0 8px 18px #256ec13d}.janus-brand strong,.janus-brand span{display:block;line-height:1.2}.janus-menu{border-inline-end:0!important;padding:4px 10px}.janus-menu .ant-menu-item{height:40px;line-height:40px;margin-inline:0;margin-block:4px;width:100%;border-radius:10px;transition:background .16s ease,color .16s ease}.janus-menu .ant-menu-item .ant-menu-item-icon{display:inline-flex}.janus-menu .ant-menu-item-selected{font-weight:650;box-shadow:inset 2.5px 0 0 var(--fluent-blue)}.janus-logout{width:100%}.janus-sidebar-actions{position:absolute;right:14px;bottom:14px;left:14px;display:grid;gap:8px}.janus-theme-toggle{width:100%}.auth-theme-toggle{position:fixed;top:18px;right:18px;z-index:2}.janus-main-layout{flex:1 1 auto;width:0;min-width:0;max-width:100%;margin-left:208px;overflow:hidden;background:transparent}.janus-content{width:100%;min-width:0;max-width:100%;overflow:hidden;padding:22px 24px 32px}.janus-content>*{max-width:1560px;margin-inline:auto}.janus-content>.tasks-page,.janus-content>.task-detail{max-width:none}.ant-card,.ant-modal-content,.ant-table-wrapper .ant-table,.ant-table-container,.ant-segmented,.ant-btn,.ant-input,.ant-input-affix-wrapper,.ant-input-number,.ant-input-number-group-addon,.ant-select-selector,.ant-pagination-item,.ant-tag{border-radius:var(--radius-control)}.ant-segmented{padding:3px;border:1px solid rgb(92 120 153 / 20%);background:#627a961a}.ant-segmented .ant-segmented-item{color:#4b5d72;font-weight:550;transition:color .16s ease,background .16s ease,box-shadow .16s ease}.ant-segmented .ant-segmented-item-selected,.ant-segmented .ant-segmented-thumb{color:var(--fluent-blue-strong);font-weight:680;background:linear-gradient(180deg,#f4faff,#dceeff);box-shadow:inset 0 0 0 1px #2f84d38c,0 2px 7px #256ec129}.ant-card,.ant-modal-content{border-radius:var(--radius-shell)}.ant-modal-content{overflow:hidden}.ant-card .ant-card-head{border-radius:var(--radius-shell) var(--radius-shell) 0 0}.janus-content .ant-card{box-shadow:0 1px 2px #0f172a0a,0 8px 24px #2048760f;transition:box-shadow .18s ease}.janus-content .ant-card .ant-card-head{min-height:48px;padding:0 20px;border-bottom-color:#5c78991f}.janus-content .ant-card .ant-card-head .ant-card-head-title{padding:13px 0;font-size:14px;font-weight:650}.janus-content .ant-card .ant-card-body{padding:20px}.janus-content .ant-card .ant-card-head .ant-card-head-title h4.ant-typography{margin:0}:root[data-theme=dark] .janus-content .ant-card{box-shadow:0 1px 2px #0000003d,0 8px 24px #00000038}.ant-tabs-nav:before{border-bottom-color:#5c789929}.ant-layout,.ant-layout-content,.ant-card,.ant-card-body,.ant-table-wrapper,.ant-table,.ant-table-container{min-width:0}.ant-table-wrapper{width:100%;max-width:100%;overflow:hidden}.ant-table-content,.ant-table-body{overflow-x:auto!important}.ant-table-cell{white-space:nowrap;word-break:keep-all}.ant-table-cell .ant-btn,.ant-table-cell .ant-typography,.ant-table-cell .ant-tag,.ant-table-cell .number{white-space:nowrap}.table-sort-title.ant-btn{height:auto;padding:0;color:inherit;font:inherit;font-weight:inherit;line-height:inherit}.table-sort-title.ant-btn:hover,.table-sort-title.ant-btn:focus-visible{color:inherit;background:transparent}.market-pair-tag{display:inline-flex;align-items:center;height:22px;overflow:hidden;border-radius:6px;box-shadow:inset 0 0 0 1px #0f172a17;font-size:12px;font-weight:700;line-height:22px;vertical-align:middle}.market-pair-tag span{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px}.market-type-tag.ant-tag{display:inline-flex;align-items:center;justify-content:center;width:40px;margin-inline-end:0;padding-inline:0;text-align:center}button,input,select{font:inherit}button{cursor:pointer}.accounts-page{display:grid;gap:14px;width:100%;min-width:0}.accounts-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.accounts-toolbar h3{margin:0 0 2px}.account-form{display:grid;gap:10px}.account-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 12px}.account-number{width:100%}.account-link{height:auto;padding:0;font-weight:700}.account-detail{width:100%}@media(max-width:880px){.accounts-toolbar{align-items:stretch;flex-direction:column}.account-form-grid{grid-template-columns:1fr}}.auth-shell{display:grid;min-height:100vh;place-items:center;padding:18px}.auth-panel{display:grid;width:min(100%,360px);gap:14px;padding:18px;background:var(--fluent-card);border:1px solid var(--fluent-border);border-radius:var(--radius-shell);box-shadow:var(--fluent-shadow);-webkit-backdrop-filter:blur(22px) saturate(145%);backdrop-filter:blur(22px) saturate(145%)}.auth-field{display:grid;gap:6px;color:#566579}.auth-field input{width:100%;min-height:38px;padding:0 10px;color:#172232;background:#f8fafc;border:1px solid #d5dde8;border-radius:var(--radius-control);outline:0}.auth-field input:focus{border-color:#3e8fc4;box-shadow:0 0 0 3px #3e8fc424}.auth-submit{min-height:38px;color:#fff;background:linear-gradient(180deg,#327fd3 0%,var(--fluent-blue-strong) 100%);border:1px solid rgb(15 93 183 / 70%);border-radius:var(--radius-control)}.auth-submit:disabled{cursor:default;opacity:.65}.auth-error{padding:8px 10px;color:#a83a32;background:#fff1ee;border:1px solid #f5c2ba;border-radius:var(--radius-control)}.fluent-shell{display:grid;grid-template-columns:clamp(136px,12vw,168px) minmax(0,1fr);min-height:100vh;padding:18px;gap:16px}.app-sidebar{position:sticky;top:18px;display:grid;grid-template-rows:auto 1fr auto;align-self:start;min-height:calc(100vh - 36px);padding:0;border:0;border-radius:var(--radius-shell);background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.sidebar-brand{display:flex;align-items:center;gap:10px;padding:4px 4px 16px}.brand-mark{display:grid;width:36px;height:36px;place-items:center;color:#fff;border-radius:var(--radius-control);background:linear-gradient(135deg,#4aa3ff,#145db4);box-shadow:0 10px 22px #256ec138;font-weight:750}.sidebar-brand strong,.sidebar-brand span{display:block}.sidebar-brand strong{color:#102033}.sidebar-brand span{color:#5f7188;font-size:12px}.sidebar-nav{display:grid;align-content:start;gap:6px}.sidebar-item{display:flex;align-items:center;gap:10px;width:100%;min-height:38px;border:1px solid transparent;border-radius:var(--radius-control);padding:0 10px;color:#334155;background:transparent;text-align:left;white-space:nowrap;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.sidebar-item:hover{background:#ffffffa8;border-color:var(--fluent-stroke);box-shadow:0 8px 20px #2048761a;transform:translateY(-1px)}.sidebar-item.active{color:var(--fluent-blue-strong);background:linear-gradient(180deg,#ffffffdb,#e8f4ffd6);border-color:#4592dc47;box-shadow:inset 3px 0 0 var(--fluent-blue),0 10px 24px #256ec11f}.sidebar-logout{color:#6b3340}.app-workspace{min-width:0}.app-shell{width:100%;max-width:100%;min-width:0;min-height:calc(100vh - 32px);overflow:hidden;padding:0}.sticky-header{position:sticky;top:0;display:grid;gap:12px;z-index:20;margin:0;padding:0 0 8px;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.topbar,.toolbar,.venue-row,.main-panel,.side-panel{background:var(--fluent-card);border:1px solid var(--fluent-border);border-radius:var(--radius-shell);box-shadow:0 10px 28px #20487614;-webkit-backdrop-filter:blur(22px) saturate(145%);backdrop-filter:blur(22px) saturate(145%)}.topbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px}h1,h2{margin:0;color:#101820;letter-spacing:0}h1{font-size:20px;line-height:1.2}h2{font-size:15px;line-height:1.25}.muted{color:#637083;font-size:12px}.status-strip{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.status,.icon-button,.pager-button,.seg,.venue-chip{min-height:32px;border-radius:var(--radius-control);border:1px solid rgb(92 120 153 / 22%);background:#ffffffb3;color:#263241;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.status{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;white-space:nowrap}.status-ok{color:#127353;background:#edf8f2;border-color:#bfe8d4}.status-error{max-width:420px;overflow:hidden;color:#a83a32;text-overflow:ellipsis;background:#fff1ee;border-color:#f5c2ba}.icon-button{display:inline-flex;align-items:center;gap:7px;padding:0 10px}.compact-button{min-height:28px;padding:0 8px}.icon-button:hover,.pager-button:hover:not(:disabled),.seg:hover,.venue-chip:hover{border-color:#256ec161;box-shadow:0 8px 18px #256ec11a;transform:translateY(-1px)}.pager-button:disabled{cursor:default;opacity:.45}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:12px;padding:10px}.filter-group,.search-box,.field{display:inline-flex;align-items:center;gap:6px}.filter-group{padding-right:4px;color:#566579}.seg{min-width:44px;padding:0 10px}.seg.active,.venue-chip.active{color:var(--fluent-blue-strong);background:linear-gradient(180deg,#fff,#eaf4ff);border-color:#4096e66b}.search-box,.field{min-height:32px;padding:0 8px;color:#5b6878;background:#ffffffad;border:1px solid rgb(92 120 153 / 22%);border-radius:var(--radius-control)}.search-box input,.field input,.field select{height:28px;border:0;outline:0;color:#172232;background:transparent}.search-box input{width:130px}.exclude-box input{width:168px}.field input{width:78px;text-align:right}.field select{width:72px}.volume-field input{width:110px}.venue-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px;padding:10px}.venue-chip{padding:0 10px;text-transform:capitalize}.content-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;width:100%;min-width:0;max-width:100%;margin-top:12px;align-items:start;overflow:hidden}.content-grid.source-open{grid-template-columns:minmax(0,1fr) minmax(280px,320px)}.main-panel,.side-panel{min-width:0;max-width:100%;padding:12px}.ant-card.main-panel,.ant-card.side-panel,.ant-card.dashboard-header,.ant-card.dashboard-filter-card,.ant-card.dashboard-venue-card,.ant-card.detail-topbar,.ant-card.detail-panel,.ant-card.borrow-topbar,.ant-card.borrow-panel{padding:0}.content-grid>.main-panel{display:flex;flex-direction:column;height:max(420px,calc(100vh - var(--sticky-h, 0px) - 24px));max-height:calc(100vh - var(--sticky-h, 0px) - 24px)}.dashboard-table-card .ant-card-body{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;padding:12px}.dashboard-table-card .ant-table-wrapper{flex:1 1 auto;min-height:0}.side-panel{position:sticky;top:calc(var(--sticky-h, 0px) + 12px);min-width:0;max-height:calc(100vh - var(--sticky-h, 0px) - 24px);overflow:auto}.section-title{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:10px}.dashboard-header-row{width:100%;justify-content:space-between}.dashboard-title{min-width:0}.dashboard-title .ant-typography{margin:0}.dashboard-filter-card .ant-card-body,.dashboard-venue-card .ant-card-body,.detail-topbar .ant-card-body,.borrow-topbar .ant-card-body{padding:12px}.dashboard-filter-card .kind-filter-button{min-width:44px;border-color:transparent;box-shadow:none}.dashboard-filter-card .kind-filter-button:not(.ant-btn-primary){color:#344255;background:transparent}.dashboard-filter-card .kind-filter-button:not(.ant-btn-primary):hover{color:var(--fluent-blue-strong);background:#256ec114;border-color:transparent}.dashboard-filter-card .ant-segmented{padding:0;background:transparent}.dashboard-filter-card .ant-segmented-group{gap:6px}.dashboard-filter-card .ant-segmented-item{min-width:44px;border:1px solid rgb(92 120 153 / 18%);border-radius:var(--radius-control);background:#ffffff9e;transition:border-color .18s ease,background .18s ease,color .18s ease}.dashboard-filter-card .ant-segmented-item-selected{color:var(--fluent-blue-strong);border-color:#4096e685;background:linear-gradient(180deg,#f4faff,#dceeff);box-shadow:inset 0 0 0 1px #2f84d35c,0 2px 7px #256ec124}.dashboard-filter-card .ant-segmented-thumb{display:none}.detail-panel .ant-card-body,.borrow-panel .ant-card-body,.side-panel .ant-card-body{min-width:0;padding:12px}.table-wrap{overflow:auto;border:1px solid rgb(92 120 153 / 18%);border-radius:var(--radius-control);background:#ffffff70}.pagination-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px}.pagination-actions{display:inline-flex;align-items:center;gap:6px}.pager-button{display:inline-flex;align-items:center;justify-content:center;width:34px;padding:0}.legacy-table{width:100%;border-collapse:collapse;font-size:13px}.opportunity-table{min-width:1200px;table-layout:fixed}.pair-table{min-width:980px;table-layout:fixed}.detail-lower-grid{display:grid;grid-template-columns:1fr;gap:12px;align-items:start;min-width:0}.detail-tabs-panel{order:1}.pair-list-panel{order:2;display:grid;grid-template-rows:auto minmax(0,1fr);height:max(420px,calc(100vh - 260px));max-height:calc(100vh - 24px)}.pair-list-panel .table-wrap{height:100%;max-height:none;min-height:0}.pair-table th,.pair-table td{padding-top:6px;padding-bottom:6px}.pair-table .leg-view{gap:2px}.pair-table .leg-price strong{font-size:13px}.col-rank{width:44px}.col-kind{width:56px}.col-symbol{width:106px}.col-leg{width:206px}.col-diff{width:94px}.col-edge{width:106px}.col-net{width:84px}.col-funding{width:158px}.col-index-diff{width:106px}.col-volume{width:112px}.col-action{width:92px}.legacy-table th,.legacy-table td{padding:9px 8px;border-bottom:1px solid #e8edf3;text-align:left;white-space:nowrap}.legacy-table th{position:sticky;top:0;z-index:1;color:#526173;font-weight:600;background:#f7fbffeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.legacy-table th small{display:block;margin-top:2px;color:#7a8798;font-size:10px;font-weight:600}.sort-header{display:inline-flex;align-items:center;gap:4px;max-width:100%;border:0;padding:0;color:inherit;background:transparent;font:inherit;font-weight:650}.sort-header:hover,.sort-header.active{color:#0f4e7a}.sort-header svg{flex:0 0 auto}.header-hint{display:inline-flex;align-items:center;gap:5px;min-width:0}.hint-anchor{position:relative;display:inline-flex;align-items:center;color:#8a96a8;outline:0}.hint-anchor svg{stroke-width:2.2}.hint-popover{position:fixed;z-index:1000;width:max-content;padding:10px 12px;color:#fff;white-space:normal;line-height:1.45;background:#242424;border-radius:var(--radius-control);box-shadow:0 8px 24px #10182038;pointer-events:none;overflow-wrap:anywhere}.hint-popover:after{position:absolute;left:50%;width:12px;height:12px;content:"";background:#242424}.hint-popover-top{transform:translate(-50%,-100%)}.hint-popover-top:after{top:100%;transform:translate(-50%,-6px) rotate(45deg)}.hint-popover-bottom{transform:translate(-50%)}.hint-popover-bottom:after{bottom:100%;transform:translate(-50%,6px) rotate(45deg)}.ant-table-tbody>tr.selected>td{background:#d8ecff94!important}.number{font-variant-numeric:tabular-nums;text-align:left}.opportunity-table .number{font-size:12px;font-weight:650}.positive{color:#0d7a53}.negative{color:#a83a32}.symbol-cell{color:#111827;font-weight:650;overflow:hidden;text-overflow:ellipsis}.symbol-link,.text-button{border:0;padding:0;color:#0f4e7a;background:transparent;font:inherit;font-weight:650}.symbol-link:hover,.text-button:hover{text-decoration:underline}.text-button:disabled{cursor:default;color:#8a96a8;text-decoration:none}.text-button.number{font-variant-numeric:tabular-nums}.detail-percent,.detail-table .text-button.number{color:#255f91;font-weight:650;font-variant-numeric:tabular-nums}.detail-percent.positive,.detail-table .text-button.number.positive{color:#0d7a53}.detail-percent.negative,.detail-table .text-button.number.negative{color:#a83a32}.kind{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:23px;border-radius:var(--radius-badge);color:#fff;font-size:12px;font-weight:700;border:1px solid rgb(255 255 255 / 62%);box-shadow:inset 0 1px #ffffff57,0 5px 12px #2048761a}.kind-sf{background:linear-gradient(90deg,#24a06d 0,#24a06d 50%,#256ec1 50%,#256ec1)}.kind-ff{background:linear-gradient(90deg,#256ec1 0,#256ec1 50%,#1557ad 50%,#1557ad)}.kind-ss{background:linear-gradient(90deg,#24a06d 0,#24a06d 50%,#15815a 50%,#15815a)}.leg-view{display:grid;grid-template-columns:minmax(0,100px) 84px;align-items:center;gap:6px;width:100%;min-width:0}.leg-view,.leg-view *,.pair-stack,.pair-stack *,.edge-pair,.edge-pair *,.funding-pair,.funding-pair *,.value-pair,.value-pair *{white-space:nowrap}.leg-meta{display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:5px;min-width:0}.market-badge{display:inline-flex;align-items:center;justify-content:center;height:20px;border-radius:var(--radius-badge);font-size:11px;font-weight:700}.market-badge{color:#127353;background:#e6f7ef;box-shadow:inset 0 0 0 1px #bfe8d4;text-transform:uppercase}.market-spot{color:#127353;background:#e6f7ef;box-shadow:inset 0 0 0 1px #bfe8d4}.market-future{color:#1d4f8f;background:#e7f0ff;box-shadow:inset 0 0 0 1px #bfd4fb}.venue-name{min-width:0;overflow:hidden;color:#263241;text-overflow:ellipsis;text-transform:capitalize}.leg-price{display:grid;grid-template-columns:26px minmax(0,1fr);gap:5px;align-items:baseline;min-width:0}.leg-price small{color:#748095;font-size:10px;font-weight:700;text-align:left}.leg-price strong{color:#101820;font-weight:650;font-variant-numeric:tabular-nums;text-align:left}.pair-stack{display:grid;gap:2px;justify-items:start;width:100%;font-variant-numeric:tabular-nums}.pair-stack span{min-height:18px}.funding-pair span{display:block;width:100%}.funding-pair strong,.value-pair strong{color:#172232;font-size:12px;font-weight:650;text-align:left}.funding-pair strong.positive,.value-pair strong.positive{color:#0d7a53}.funding-pair strong.negative,.value-pair strong.negative{color:#a83a32}.funding-pair strong{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis}.edge-pair{display:grid;gap:2px;justify-items:start;font-variant-numeric:tabular-nums}.edge-pair span{display:block}.edge-pair strong{color:#172232;font-size:12px;font-weight:650}.edge-pair strong.positive{color:#0d7a53}.edge-pair strong.negative{color:#a83a32}.empty-state{color:#748095;text-align:center}.bucket-list{display:grid;gap:7px}.bucket-row{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:48px;padding:8px 9px;border:1px solid #e1e7ef;border-radius:var(--radius-control);background:#fbfcfe}.bucket-row strong,.bucket-row span,.bucket-row small{display:block}.bucket-row strong{color:#172232;font-size:13px}.bucket-row span,.bucket-row small{margin-top:2px;color:#68778a;font-size:12px}.detail-shell{display:grid;gap:12px;align-content:start;align-items:start;grid-auto-rows:max-content}.detail-topbar{position:sticky;top:0;z-index:20;align-self:start;align-items:center;flex-direction:row;padding:8px 10px}.detail-title-row{display:flex;align-items:center;gap:8px;min-width:0}.detail-title-row h1{font-size:17px;line-height:1.15;white-space:nowrap}.detail-title-row .muted{margin-top:1px;line-height:1.1}.detail-topbar .status-strip{flex:1;gap:6px;flex-wrap:nowrap;min-width:0}.detail-topbar .status,.detail-topbar .icon-button,.detail-topbar .search-box{min-height:28px}.detail-topbar .icon-button{padding:0 8px}.detail-topbar .status{padding:4px 7px}.detail-search input{width:104px;height:24px;text-transform:uppercase}.detail-panel{align-self:start;padding:12px}.detail-warning{margin-bottom:10px;padding:9px 10px;color:#8a4b12;border:1px solid #f0d19b;border-radius:var(--radius-control);background:#fff8e8}.detail-table{min-width:1500px;table-layout:fixed}.detail-table th:nth-child(1){width:86px}.detail-table th:nth-child(2){width:72px}.detail-table th:nth-child(3){width:118px}.detail-table th:nth-child(4){width:86px}.detail-table th:nth-child(5){width:102px}.detail-table th:nth-child(6){width:142px}.detail-table th:nth-child(7),.detail-table th:nth-child(8),.detail-table th:nth-child(10),.detail-table th:nth-child(11){width:96px}.detail-table th:nth-child(9){width:58px}.detail-table th:nth-child(12),.detail-table th:nth-child(13),.detail-table th:nth-child(15){width:104px}.detail-table th:nth-child(14){width:66px}.detail-table th:nth-child(16){width:86px}.stacked-number{display:grid;gap:2px}.stacked-number small{color:#6b7c92;font-size:11px;font-variant-numeric:tabular-nums}.row-action-button{display:inline-flex;align-items:center;gap:4px;min-height:26px;margin:0 auto;padding:0 8px;color:#145d94;background:#eef7ff;border:1px solid #c9def2;border-radius:var(--radius-control);font-size:12px;font-weight:650}.row-action-button:hover{border-color:#8bb8df;box-shadow:0 6px 14px #256ec11a}.transfer-summary-button{display:inline-flex;align-items:center;gap:4px;max-width:100%;min-height:24px;border:1px solid rgb(92 120 153 / 22%);border-radius:var(--radius-control);padding:2px 4px;color:#263241;background:#ffffffad;font-size:12px;font-weight:650}.transfer-summary-button:hover:not(:disabled){border-color:#8ea2bc}.transfer-summary-button:disabled{cursor:default;opacity:.7}.transfer-dot{width:7px;height:7px;border-radius:999px;background:#8a96a8}.transfer-dot.good{background:#127353}.transfer-dot.warn{background:#c78118}.transfer-dot.bad{background:#a83a32}.transfer-dot.muted{background:#8a96a8}.transfer-mini{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:20px;border-radius:var(--radius-badge);padding:0 5px;font-size:11px}.transfer-mini.good{color:#0d6b48;background:#e8f7ef}.transfer-mini.warn{color:#8a5700;background:#fff5da}.transfer-mini.bad{color:#9b2f2a;background:#fff0ee}.transfer-mini.muted{color:#64748b;background:#eef3f8}.borrow-status-cell{display:inline-grid;grid-template-columns:auto auto;align-items:center;gap:2px 6px;font-size:12px;font-weight:650}.borrow-status-cell small{grid-column:2;color:#6b7c92;font-size:10px}.status-badge{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:22px;padding:0 7px;border-radius:var(--radius-badge);font-size:12px;font-weight:650}.status-good{color:#127353;background:#e7f6f1}.status-muted{color:#637083;background:#eef2f6}.status-bad{color:#a83a32;background:#fff1ee}.detail-tabs-panel{display:grid;gap:12px}.detail-tabs-row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.detail-tabs{display:inline-flex;align-items:center;justify-self:start;gap:6px;min-width:0;padding:0;border:0;background:transparent}.detail-tabs button{min-width:86px;height:30px;padding:0 12px;border:1px solid rgb(92 120 153 / 18%);border-radius:var(--radius-control);color:#526173;background:#ffffff94;font-weight:650}.detail-tabs button.active{color:#0f4e7a;background:#fff;border-color:#4096e657;box-shadow:0 6px 16px #256ec11a,inset 0 0 0 1px #4096e63d}.detail-tabs button:disabled{color:#9aa6b5;cursor:default}.detail-tabs-action{flex:0 0 auto}.detail-tab-content{display:grid;gap:12px;min-width:0}.chart-toolbar{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}.range-tabs,.metric-tabs{display:inline-flex;align-items:center;gap:5px;padding:2px;border:1px solid #d9e1eb;border-radius:var(--radius-control);background:#fff}.range-tabs button,.metric-tabs button{height:24px;min-width:42px;padding:0 8px;border:0;border-radius:var(--radius-badge);color:#526173;background:transparent;font-size:12px;font-weight:650}.range-tabs button.active,.metric-tabs button.active{color:#0f4e7a;background:#eaf4fb}.metric-tabs button:disabled{cursor:default;color:#9aa6b5}.chart-legend{display:inline-flex;align-items:center;flex-wrap:wrap;gap:12px;justify-self:start;color:#526173;font-size:12px;font-weight:650}.chart-legend span{display:inline-flex;align-items:center;gap:5px}.chart-legend-button{display:inline-flex;align-items:center;gap:5px;padding:0;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.chart-legend-button.off{opacity:.42}.chart-legend i{display:inline-block;width:18px;height:3px;border-radius:999px}.legend-base{background:#255f91}.legend-notional{background:#b45f2a}.detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 420px;gap:12px;align-items:start}.detail-grid>.main-panel{display:grid;grid-template-rows:auto 1fr;min-height:360px}.mini-chart{position:relative;display:grid;grid-template-columns:repeat(3,1fr);align-items:end;gap:10px;min-height:300px;padding:14px;overflow:hidden;border:1px solid #e0e6ee;border-radius:var(--radius-control);background:#f8fafc}.mini-chart div{height:34%;border-radius:8px 8px 2px 2px;background:#d8e2ee}.mini-chart div:nth-child(2){height:55%;background:#c8d9e8}.mini-chart div:nth-child(3){height:42%;background:#dbe7df}.mini-chart span{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#637083;font-size:22px;font-weight:700;background:#f8fafcb8}.funding-history{display:grid;gap:10px;min-height:300px;padding:10px;border:1px solid #e0e6ee;border-radius:var(--radius-control);background:#f8fafc}.funding-history .metric-tabs{justify-self:start}.funding-history svg{width:100%;height:210px;overflow:visible}.axis-line{stroke:#b9c5d3;stroke-width:1}.grid-line{stroke:#e0e7f0;stroke-width:1}.zero-line{stroke:#9caabd;stroke-dasharray:4 4}.axis-text,.axis-caption{fill:#68778a;font-size:11px;font-weight:600}.axis-caption{fill:#526173}.funding-line{fill:none;stroke:#255f91;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.pair-buy-line{stroke:#1f7ac9}.pair-sell-line{stroke:#d97a2c}.pair-spread-line{stroke:#6b46c1;stroke-width:1.6;stroke-dasharray:4 3}.pair-open-line{stroke:#2f855a}.pair-close-line{stroke:#c05621}.pair-net-line{stroke:#334e68;stroke-width:1.7}.legend-buy{background:#1f7ac9}.legend-sell{background:#d97a2c}.legend-spread{background:#6b46c1}.legend-open{background:#2f855a}.legend-close{background:#c05621}.legend-net{background:#334e68}.open-interest-base-line{stroke:#255f91}.open-interest-notional-line{stroke:#b45f2a}.open-interest-estimated-line{stroke-dasharray:6 4;stroke-width:2.4}.funding-dot{stroke:#fff;stroke-width:1.5}.chart-hit-area{fill:transparent;pointer-events:all}.hover-line{stroke:#8795a8;stroke-dasharray:3 3;stroke-width:1}.tooltip-guide{stroke:#8ea2bc;stroke-dasharray:3 3}.chart-tooltip rect{fill:#172232;opacity:.94}.chart-tooltip text{fill:#fff;font-size:11px;font-weight:650}.positive-dot{fill:#0d7a53}.negative-dot{fill:#a83a32}.open-interest-dot,.open-interest-base-dot{fill:#255f91}.open-interest-notional-dot{fill:#b45f2a}.axis-text-notional{fill:#8a4b12}.notional-axis{stroke:#cfa17f}.history-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.history-stats div,.history-state{min-width:0;padding:8px;border:1px solid #e1e7ef;border-radius:var(--radius-control);background:#fff}.history-stats span,.history-stats small{display:block;overflow:hidden;color:#68778a;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.history-stats strong{display:block;margin:3px 0 2px;font-size:13px;font-variant-numeric:tabular-nums}.history-state{display:grid;min-height:300px;place-items:center;color:#637083}.history-state div{display:grid;gap:5px;justify-items:center}.history-state strong{color:#172232;font-size:18px;font-variant-numeric:tabular-nums}.history-state span{color:#637083;font-size:12px}.history-error{color:#a83a32;text-align:center}.detail-kv{display:grid;gap:8px;align-content:start}.detail-kv-wide{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-kv div{display:flex;align-items:baseline;justify-content:space-between;gap:14px;min-height:38px;padding:8px 9px;border:1px solid #e1e7ef;border-radius:var(--radius-control);background:#fbfcfe}.detail-kv span{color:#68778a}.detail-kv strong{min-width:0;overflow:hidden;color:#172232;font-weight:650;text-align:right;text-overflow:ellipsis;font-variant-numeric:tabular-nums}.detail-kv .detail-error{align-items:flex-start;border-color:#f5c2ba;background:#fff1ee}.detail-kv .detail-error strong{color:#a83a32;white-space:normal}.index-components,.transfer-status{display:grid;gap:8px;min-width:0}.index-components h3,.transfer-status h3{margin:0;color:#172232;font-size:14px;line-height:1.2}.compact-table-wrap{border:1px solid #e0e6ee;border-radius:var(--radius-control)}.component-table{min-width:560px;table-layout:fixed}.component-table th:nth-child(1){width:180px}.component-table th:nth-child(2){width:180px}.component-table th:nth-child(3),.component-table th:nth-child(4){width:100px}.transfer-table{min-width:700px}.transfer-table th:nth-child(1){width:120px}.transfer-table th:nth-child(2){width:220px}.transfer-table th:nth-child(5){width:120px}.venue-merged-cell{vertical-align:top;color:#172232;font-weight:700;text-transform:capitalize}.component-table td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inline-empty{display:grid;align-items:center;min-height:42px;padding:10px 12px;color:#68778a;border:1px solid #e0e6ee;border-radius:var(--radius-control);background:#f8fafc;font-size:13px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;align-items:center;justify-items:center;padding:18px;background:#0f172a6b}.modal-panel{display:grid;width:min(100%,860px);max-height:min(82vh,720px);gap:12px;padding:14px;overflow:hidden;color:#172232;background:#fff;border:1px solid #d5dde8;border-radius:var(--radius-shell);box-shadow:0 18px 42px #0f172a38}.transfer-modal{align-self:start;margin-top:7vh}.venue-detail-modal{width:min(100%,1120px);max-height:min(92vh,820px);align-self:start;grid-template-rows:auto auto minmax(0,1fr);margin-top:3vh}.venue-detail-content{min-height:0;overflow:auto}.borrow-shell{display:grid;gap:12px;align-content:start}.topbar.borrow-topbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,260px);align-items:center}.borrow-panel{display:grid;grid-template-rows:auto minmax(0,1fr);min-height:min(520px,calc(100vh - 132px));padding:12px}.borrow-actions{gap:6px}.borrow-table{min-width:520px;table-layout:fixed}.borrow-table th:nth-child(1){width:76px}.borrow-table th:nth-child(2){width:72px}.borrow-table th:nth-child(3),.borrow-table th:nth-child(4),.borrow-table th:nth-child(5){width:96px}.borrow-table th:nth-child(6){width:84px}.borrow-note{overflow:hidden;color:#65758b;text-overflow:ellipsis}.auth-field input,.search-box,.field,.detail-search,.hint-popover,.bucket-row,.detail-kv>div,.inline-empty,.history-state,.compact-table-wrap,.metric-card,.pair-leg-card,.pair-summary,.transfer-summary-button,.modal-panel,.table-wrap{border-color:#5c789933;background:#ffffff94;box-shadow:inset 0 1px #ffffff94;-webkit-backdrop-filter:blur(18px) saturate(140%);backdrop-filter:blur(18px) saturate(140%)}.main-panel:hover,.side-panel:hover,.topbar:hover,.toolbar:hover,.venue-row:hover,.modal-panel{box-shadow:0 18px 42px #2048761f}input:focus,select:focus,.search-box:focus-within,.field:focus-within{border-color:#256ec18a;box-shadow:0 0 0 3px #256ec124}.legacy-table th,.component-table th{color:#496176;background:linear-gradient(180deg,#fffffff0,#eff7ffeb)}.legacy-table td,.component-table td{border-bottom-color:#5c789921}.status-badge,.kind,.status,.transfer-mini{border:1px solid rgb(255 255 255 / 52%);box-shadow:inset 0 1px #ffffff85}.status-good,.positive .status-badge{color:#0b6a49;background:linear-gradient(180deg,#f2fff8,#dff6eb)}.status-muted{color:#5d6d82;background:linear-gradient(180deg,#f8fbff,#ebf1f7)}.status-bad,.negative .status-badge{color:#9b2f2a;background:linear-gradient(180deg,#fff8f6,#ffe9e5)}.text-button,.symbol-link{color:var(--fluent-blue-strong)}.range-tabs,.metric-tabs{border-color:#5c789933;background:#ffffff8a;border-radius:var(--radius-control);box-shadow:inset 0 1px #ffffffb3}.detail-tabs,.pair-modal-tabs .detail-tabs{border-color:transparent;background:transparent;box-shadow:none}.range-tabs button,.metric-tabs button,.detail-tabs button{border-radius:var(--radius-control);transition:background .18s ease,color .18s ease,box-shadow .18s ease}.range-tabs button.active,.metric-tabs button.active,.detail-tabs button.active{color:var(--fluent-blue-strong);background:linear-gradient(180deg,#fff,#eaf4ff);box-shadow:0 6px 16px #256ec11a,inset 0 0 0 1px #4096e64d}.modal-backdrop{background:radial-gradient(circle at 20% 10%,rgb(91 158 233 / 20%),transparent 32%),#0f172a61;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-panel{border-radius:var(--radius-shell);border-color:#ffffffbd;background:#ffffffc2}.detail-warning,.auth-error{border-color:#f5c2bab3;border-radius:var(--radius-control);background:#fff8e8c7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.chart-legend,.chart-tooltip,.hint-popover{border-radius:var(--radius-control);box-shadow:0 14px 32px #20487629}.topbar,.toolbar,.venue-row,.main-panel,.side-panel,.auth-panel,.modal-panel,.app-sidebar,.borrow-panel{border-radius:var(--radius-shell)}.table-wrap,.compact-table-wrap,.search-box,.field,.icon-button,.pager-button,.seg,.venue-chip,.sidebar-item,.detail-tabs,.range-tabs,.metric-tabs,.hint-popover,.inline-empty,.history-state,.bucket-row,.transfer-summary-button,.metric-card,.pair-leg-card{border-radius:var(--radius-control)}.status,.status-badge,.kind,.transfer-mini{border-radius:var(--radius-badge)}.modal-header,.modal-actions{display:flex;align-items:center;gap:10px}.modal-header{justify-content:space-between}.modal-header h2{margin:0 0 3px}.modal-actions{justify-content:flex-end;flex-wrap:wrap}.icon-only{width:34px;padding:0;justify-content:center}.pair-modal{width:min(100%,1100px);max-height:min(92vh,820px);align-self:start;grid-template-rows:auto auto auto minmax(0,1fr);margin-top:3vh}.pair-summary{display:grid;grid-template-columns:1fr auto 1fr;gap:10px;align-items:stretch}.pair-leg-card{background:#f8fafc;border:1px solid #e0e6ee;border-radius:var(--radius-control)}.pair-leg-card .ant-card-body{display:grid;gap:6px;padding:10px 12px}.pair-leg-title{display:flex;align-items:center;gap:8px;font-size:13px}.pair-leg-price{display:flex;align-items:baseline;gap:6px}.pair-leg-price small{color:#68778a}.pair-leg-price strong{font-size:18px}.pair-leg-meta{display:flex;justify-content:space-between;font-size:12px;color:#566579}.pair-leg-meta strong{color:#172232}.pair-metrics{display:grid;gap:8px;align-content:center;padding:8px 12px;background:#eef4fb;border:1px solid #cddceb;border-radius:var(--radius-control);min-width:130px}.pair-metrics div{display:grid;gap:2px;font-size:12px;color:#566579}.pair-metrics strong{font-size:14px}.pair-charts{display:grid;gap:12px;min-height:0;overflow:auto}.pair-modal-tabs{min-width:0;border:0;background:transparent;box-shadow:none}.pair-tabs{max-width:100%;overflow-x:auto}.pair-tabs button{min-width:92px}.pair-tab-content{min-height:0;overflow:auto}.pair-chart-block{display:grid;gap:6px;padding:10px 12px;background:#fff;border:1px solid #e0e6ee;border-radius:var(--radius-control)}.pair-spread-chart svg,.pair-price-chart svg,.pair-funding-chart svg{width:100%;height:auto;border-radius:var(--radius-control);overflow:hidden}.modal-panel .transfer-status{min-height:0;overflow:auto}@media(max-width:1040px){.content-grid,.content-grid.source-open{grid-template-columns:1fr}.side-panel{order:-1}.detail-grid,.detail-lower-grid{grid-template-columns:1fr}}@media(max-width:760px){.fluent-shell{grid-template-columns:1fr;padding:10px}.app-sidebar{position:static;min-height:0;padding:0;border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.sidebar-brand{display:none}.sidebar-nav{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.sidebar-item{justify-content:center;min-height:40px;border-color:var(--fluent-border);border-radius:var(--radius-badge);background:#ffffffad;box-shadow:0 8px 18px #20487617}.sidebar-item span{display:none}.app-shell{padding:0}.topbar.borrow-topbar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:10px}.borrow-topbar h1{font-size:16px}.borrow-topbar .muted{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.borrow-topbar .detail-search{width:128px;min-width:0}.borrow-topbar .detail-search input{width:76px}.borrow-panel{min-height:calc(100vh - 118px);padding:10px}.borrow-panel .section-title{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.borrow-panel .section-title h2{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.borrow-actions{flex-wrap:nowrap}.borrow-actions .icon-button{width:34px;padding:0;justify-content:center}.borrow-actions .icon-button span{display:none}.borrow-table{min-width:460px}.borrow-table th,.borrow-table td{padding-right:7px;padding-left:7px}.detail-tabs-row{align-items:stretch;flex-direction:column}.detail-tabs{overflow-x:auto}.detail-tabs-action{justify-content:center}.modal-backdrop{align-items:stretch;padding:10px}.transfer-modal,.pair-modal{width:100%;max-height:calc(100vh - 20px);margin-top:0}.pair-summary{grid-template-columns:1fr}.sticky-header{margin:0;padding:0 0 8px}.topbar{align-items:flex-start;flex-direction:column}.detail-topbar{align-items:center;flex-direction:row;gap:8px}.detail-topbar .status-strip{justify-content:flex-end;width:auto}.detail-topbar .status{display:none}.detail-title-row h1{font-size:15px}.detail-title-row .muted{display:none}.section-title{align-items:flex-start;flex-direction:column}.chart-toolbar{align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}.status-strip{justify-content:flex-start}.search-box,.field,.toolbar .filter-group{width:100%}.search-box input,.field input,.field select{flex:1;width:auto}.detail-search{width:auto}.detail-search input{flex:0 0 auto;width:92px}}:root[data-theme=dark]{color:#dce7f5;background:radial-gradient(circle at 15% 8%,rgb(41 105 173 / 24%),transparent 30%),radial-gradient(circle at 88% 0%,rgb(32 125 161 / 18%),transparent 27%),linear-gradient(135deg,#0b111a,#101824 48%,#0c131e);--fluent-blue: #55a8ff;--fluent-blue-strong: #7abaff;--fluent-card: rgb(20 30 43 / 78%);--fluent-card-strong: rgb(24 35 50 / 90%);--fluent-border: rgb(129 169 211 / 16%);--fluent-stroke: rgb(137 174 213 / 22%);--fluent-shadow: 0 18px 46px rgb(0 0 0 / 30%)}:root[data-theme=dark] .janus-sider{border-right-color:#84a8cd29;box-shadow:12px 0 32px #0003}:root[data-theme=dark] .janus-brand-mark{background:#277dcc}:root[data-theme=dark] .ant-segmented{border-color:#84a8cd3d;background:#0810197a}:root[data-theme=dark] .ant-segmented .ant-segmented-item{color:#aebdd0}:root[data-theme=dark] .ant-segmented .ant-segmented-item-selected,:root[data-theme=dark] .ant-segmented .ant-segmented-thumb{color:#e8f4ff;background:linear-gradient(180deg,#306fabf5,#1f4f7ef5);box-shadow:inset 0 0 0 1px #6fbbff9e,0 3px 9px #00000047}:root[data-theme=dark] h1,:root[data-theme=dark] h2,:root[data-theme=dark] .sidebar-brand strong,:root[data-theme=dark] .symbol-cell,:root[data-theme=dark] .pair-leg-meta strong,:root[data-theme=dark] .modal-header h2,:root[data-theme=dark] .modal-panel{color:#e7eff9}:root[data-theme=dark] .muted,:root[data-theme=dark] .sidebar-brand span,:root[data-theme=dark] .auth-field,:root[data-theme=dark] .filter-group,:root[data-theme=dark] .legacy-table th small,:root[data-theme=dark] .hint-anchor,:root[data-theme=dark] .leg-price small,:root[data-theme=dark] .empty-state,:root[data-theme=dark] .bucket-row small,:root[data-theme=dark] .stacked-number small,:root[data-theme=dark] .borrow-status-cell small,:root[data-theme=dark] .chart-legend,:root[data-theme=dark] .mini-chart span,:root[data-theme=dark] .history-stats small,:root[data-theme=dark] .history-state,:root[data-theme=dark] .history-state span,:root[data-theme=dark] .detail-kv span,:root[data-theme=dark] .inline-empty,:root[data-theme=dark] .venue-merged-cell,:root[data-theme=dark] .pair-leg-price small,:root[data-theme=dark] .pair-leg-meta,:root[data-theme=dark] .pair-metrics div,:root[data-theme=dark] .borrow-note{color:#93a5bb}:root[data-theme=dark] .task-stat-row .ant-statistic,:root[data-theme=dark] .task-quote-card,:root[data-theme=dark] .task-alert,:root[data-theme=dark] .task-leg-price-panel,:root[data-theme=dark] .pair-leg-card,:root[data-theme=dark] .pair-metrics,:root[data-theme=dark] .pair-chart-block{color:#cbd8e8;background:#172231e0;border-color:#2b3c50}:root[data-theme=dark] .venue-name,:root[data-theme=dark] .leg-price strong,:root[data-theme=dark] .funding-pair strong,:root[data-theme=dark] .value-pair strong,:root[data-theme=dark] .edge-pair strong,:root[data-theme=dark] .bucket-row strong,:root[data-theme=dark] .history-state strong,:root[data-theme=dark] .detail-kv strong,:root[data-theme=dark] .index-components h3,:root[data-theme=dark] .transfer-status h3{color:#e0eaf6}:root[data-theme=dark] .task-alert-error,:root[data-theme=dark] .detail-warning,:root[data-theme=dark] .auth-error{color:#ff9e97;background:#6f262659;border-color:#ee70676b}:root[data-theme=dark] .auth-field input,:root[data-theme=dark] .search-box,:root[data-theme=dark] .field,:root[data-theme=dark] .detail-search,:root[data-theme=dark] .bucket-row,:root[data-theme=dark] .detail-kv>div,:root[data-theme=dark] .inline-empty,:root[data-theme=dark] .history-state,:root[data-theme=dark] .compact-table-wrap,:root[data-theme=dark] .metric-card,:root[data-theme=dark] .pair-leg-card,:root[data-theme=dark] .pair-summary,:root[data-theme=dark] .transfer-summary-button,:root[data-theme=dark] .modal-panel,:root[data-theme=dark] .table-wrap,:root[data-theme=dark] .dashboard-filter-card .ant-segmented-item,:root[data-theme=dark] .status,:root[data-theme=dark] .icon-button,:root[data-theme=dark] .pager-button,:root[data-theme=dark] .seg,:root[data-theme=dark] .venue-chip{color:#cbd8e8;background:#141e2bc2;border-color:#84a8cd38;box-shadow:inset 0 1px #ffffff0d}:root[data-theme=dark] .detail-tabs button,:root[data-theme=dark] .range-tabs,:root[data-theme=dark] .metric-tabs,:root[data-theme=dark] .mini-chart,:root[data-theme=dark] .funding-history,:root[data-theme=dark] .history-stats div,:root[data-theme=dark] .detail-kv div{color:#b8c7d9;background:#141e2bd1;border-color:#84a8cd38}:root[data-theme=dark] .mini-chart span{background:#141e2bbd}:root[data-theme=dark] .mini-chart div{background:#34485e}:root[data-theme=dark] .mini-chart div:nth-child(2){background:#3b5871}:root[data-theme=dark] .mini-chart div:nth-child(3){background:#36594e}:root[data-theme=dark] .auth-field input,:root[data-theme=dark] .search-box input,:root[data-theme=dark] .field input,:root[data-theme=dark] .field select{color:#e2ebf6}:root[data-theme=dark] .sidebar-item:hover,:root[data-theme=dark] .sidebar-item.active,:root[data-theme=dark] .seg.active,:root[data-theme=dark] .venue-chip.active,:root[data-theme=dark] .range-tabs button.active,:root[data-theme=dark] .metric-tabs button.active,:root[data-theme=dark] .detail-tabs button.active{color:#8bc4ff;background:linear-gradient(180deg,#283f58f0,#1b3046eb);border-color:#55a8ff61;box-shadow:inset 3px 0 0 var(--fluent-blue),0 8px 22px #0000002e}:root[data-theme=dark] .dashboard-filter-card .ant-segmented-item-selected{color:#e8f4ff;background:linear-gradient(180deg,#306fabf5,#1f4f7ef5);border-color:#6fbbff8c;box-shadow:inset 0 0 0 1px #6fbbff7a,0 3px 9px #00000047}:root[data-theme=dark] .legacy-table th,:root[data-theme=dark] .component-table th{color:#a9bad0;background:linear-gradient(180deg,#1d2b3cfa,#15212ff5)}:root[data-theme=dark] .legacy-table th,:root[data-theme=dark] .legacy-table td,:root[data-theme=dark] .component-table th,:root[data-theme=dark] .component-table td{border-bottom-color:#84a8cd24}:root[data-theme=dark] .ant-table-tbody>tr.selected>td{background:#2a5d8e61!important}:root[data-theme=dark] .status-good,:root[data-theme=dark] .status-ok,:root[data-theme=dark] .positive .status-badge,:root[data-theme=dark] .market-badge,:root[data-theme=dark] .market-spot{color:#75deb4;background:#1a694d59;border-color:#4abe9159;box-shadow:inset 0 0 0 1px #4abe9140}:root[data-theme=dark] .status-bad,:root[data-theme=dark] .status-error,:root[data-theme=dark] .negative .status-badge{color:#ff9f98;background:#762a2a59;border-color:#ee706759}:root[data-theme=dark] .status-muted{color:#a6b6c9;background:#4e60764d}:root[data-theme=dark] .transfer-mini.warn{color:#f4c66f;background:#744f1561}:root[data-theme=dark] .transfer-mini.bad,:root[data-theme=dark] .detail-kv .detail-error{color:#ff9f98;background:#762a2a59;border-color:#ee706759}:root[data-theme=dark] .positive,:root[data-theme=dark] .task-positive,:root[data-theme=dark] .detail-percent.positive{color:#62d8a5}:root[data-theme=dark] .negative,:root[data-theme=dark] .detail-percent.negative{color:#ff8e89}:root[data-theme=dark] .axis-line,:root[data-theme=dark] .grid-line,:root[data-theme=dark] .zero-line,:root[data-theme=dark] .hover-line,:root[data-theme=dark] .tooltip-guide{stroke:#35475c}:root[data-theme=dark] .axis-text,:root[data-theme=dark] .axis-caption{fill:#9aacc1}:root[data-theme=dark] .funding-dot{stroke:#132033}:root[data-theme=dark] .modal-backdrop{background:#03070cad}@media(max-width:760px){:root[data-theme=dark] .sidebar-item{background:#141e2bcc}}:where(.fluent-shell,.app-shell) :where(.topbar,.toolbar,.venue-row,.main-panel,.side-panel,.auth-panel,.modal-panel,.app-sidebar,.borrow-panel){border-radius:var(--radius-shell)}:where(.fluent-shell,.app-shell) :where(.table-wrap,.compact-table-wrap,.search-box,.field,.icon-button,.pager-button,.seg,.venue-chip,.sidebar-item,.detail-tabs,.range-tabs,.metric-tabs,.hint-popover,.inline-empty,.history-state,.bucket-row,.transfer-summary-button,.metric-card,.pair-leg-card,.pair-metrics,.pair-chart-block,.pair-summary,.pair-modal-tabs,.chart-toolbar,.detail-kv>div,.borrow-table-wrap){border-radius:var(--radius-control)}:where(.fluent-shell,.app-shell) :where(.status,.status-badge,.kind,.transfer-mini,.sidebar-item){border-radius:var(--radius-badge)}.modal-panel,.modal-panel :where(.table-wrap,.compact-table-wrap,.pair-summary,.pair-leg-card,.pair-metrics,.pair-chart-block,.pair-modal-tabs,.detail-tabs,.range-tabs,.metric-tabs,.history-state,.inline-empty){overflow:hidden}
