:root{font-family:JetBrains Mono,SF Mono,ui-monospace,monospace;line-height:1.45;--app-bg: #0f1117;--app-text: #e8e8ec;--app-link: #7eb6ff;--app-border: #2a2f3d;--app-header-bg: rgba(15, 17, 23, .92);--app-drawer-bg: #141821;--app-drawer-shadow: 8px 0 32px rgba(0, 0, 0, .35);--app-overlay: rgba(0, 0, 0, .45);--app-menu-active-bg: #1e2a3d;--app-menu-active-border: #5a8fd4;--app-menu-active-text: #e8eef8;--app-table-head-bg: #1a1f2e;--app-table-wrap-border: #2a2f3d;--app-input-border: #3d4556;--app-input-bg: #181c27;--app-input-text: #e8e8ec;--app-btn-border: #4a5368;--app-btn-bg: #1e2433;--app-btn-text: #c8cad4;--app-burger-line: #c8cad4;--app-quote-dot-bg: rgba(10, 12, 18, .55);--app-quote-ring: rgba(255, 255, 255, .1);--app-dropdown-bg: #141821;--app-dropdown-border: #3d4556;--app-dropdown-shadow: 0 8px 24px rgba(0, 0, 0, .45);--app-settings-divider: rgba(232, 232, 236, .28);--app-cell-hover: rgba(255, 255, 255, .04);--app-focus-ring: rgba(126, 182, 255, .45);--app-price-sub: rgba(232, 232, 236, .52);--app-price-mark: rgba(232, 232, 236, .22);--app-price-mark-hover: rgba(232, 232, 236, .55);--app-symbol-mark: rgba(232, 232, 236, .82);color:var(--app-text);background:var(--app-bg)}[data-theme=light]{--app-bg: #ebe6df;--app-text: #2c2824;--app-link: #2b6cb0;--app-border: #c9c2b8;--app-header-bg: rgba(235, 230, 222, .92);--app-drawer-bg: #e8e0d6;--app-drawer-shadow: 8px 0 28px rgba(42, 38, 34, .1);--app-overlay: rgba(42, 38, 34, .32);--app-menu-active-bg: #d4e4f0;--app-menu-active-border: #4a7ab8;--app-menu-active-text: #1a2a3a;--app-table-head-bg: #dfd8ce;--app-table-wrap-border: #c9c2b8;--app-input-border: #b8b0a6;--app-input-bg: #faf8f5;--app-input-text: #2c2824;--app-btn-border: #b0a89c;--app-btn-bg: #e8e2da;--app-btn-text: #3d3830;--app-burger-line: #4a4540;--app-quote-dot-bg: rgba(255, 255, 255, .72);--app-quote-ring: rgba(42, 38, 34, .12);--app-dropdown-bg: #faf8f5;--app-dropdown-border: #b8b0a6;--app-dropdown-shadow: 0 8px 24px rgba(42, 38, 34, .1);--app-settings-divider: rgba(44, 40, 36, .2);--app-cell-hover: rgba(0, 0, 0, .045);--app-focus-ring: rgba(43, 108, 176, .45);--app-price-sub: rgba(44, 40, 36, .52);--app-price-mark: rgba(44, 40, 36, .22);--app-price-mark-hover: rgba(44, 40, 36, .55);--app-symbol-mark: rgba(44, 40, 36, .78)}*{box-sizing:border-box}body{margin:0;min-height:100vh;color:var(--app-text);background:var(--app-bg)}a{color:var(--app-link)}.priceCell{width:100%;min-width:5.5rem}.priceCell--spot.priceCellLink,.priceCell--spot.priceCellPlain{display:block}.priceCellRowSpot{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;width:100%;gap:.5rem;white-space:nowrap;line-height:1.25}.priceCellLeftGroup{display:inline-flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.35rem;min-width:0;flex:1 1 auto;justify-content:flex-start;white-space:nowrap}.priceCellRightGroup{flex:0 0 auto;text-align:right;font-size:.78em;opacity:.62;font-variant-numeric:tabular-nums;-webkit-user-select:none;user-select:none;white-space:nowrap}.fundingCellRow{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;width:100%;gap:.5rem;white-space:nowrap;line-height:1.25}.fundingCellLeft{flex:1 1 auto;min-width:0;text-align:left}.fundingCellRight{flex:0 0 auto;text-align:right;font-size:.88em;opacity:.78;font-variant-numeric:tabular-nums;white-space:nowrap}.priceCellRowPerp{display:inline-flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;width:100%;gap:.35rem;white-space:nowrap;line-height:1.25}.priceCellPlain{display:block}.priceCellLink{color:inherit;text-decoration:none;cursor:pointer;margin:-.4rem -.65rem;padding:.4rem .65rem;border-radius:4px;outline:none;box-sizing:border-box}.priceCellLink:hover{background:var(--app-cell-hover)}.priceCellLink:focus-visible{box-shadow:0 0 0 2px var(--app-focus-ring)}.priceCellValue{min-width:0;text-align:left;white-space:nowrap}.crossLegCell{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.4rem;width:100%;min-width:0}.crossLegCellPrice{flex:1 1 auto;min-width:0}td.tdPriceCell{white-space:nowrap;overflow-x:auto}.priceCellSub{font-size:.68rem;line-height:1.2;color:var(--app-price-sub);font-variant-numeric:tabular-nums;width:100%}.priceCellMark{flex-shrink:0;font-size:.62rem;line-height:1;-webkit-user-select:none;user-select:none;padding:.1rem .05rem;color:var(--app-price-mark);opacity:0;transition:opacity .12s ease,color .12s ease}.priceCellLink:hover .priceCellMark{opacity:1;color:var(--app-price-mark-hover)}.symbolCell{display:flex;align-items:center;justify-content:space-between;gap:.35rem;min-width:0;width:100%}.symbolCellLabel{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.symbolCellLink{flex-shrink:0;display:inline-flex;align-items:center;text-decoration:none;color:inherit;line-height:1}.symbolCellMark{font-size:.62rem;line-height:1;-webkit-user-select:none;user-select:none;padding:.1rem .15rem;color:var(--app-symbol-mark);transition:color .12s ease,opacity .12s ease}.symbolCellLink:hover .symbolCellMark,.symbolCellLink:focus-visible .symbolCellMark{color:var(--app-symbol-mark)}.symbolCellLink:focus-visible{outline:1px solid var(--app-focus-ring);outline-offset:2px;border-radius:3px}
