.orderbook-container{background:rgba(0,0,0,0);color:#fff;font-family:Inter,Segoe UI,Arial,sans-serif;font-size:13px;display:flex;flex-direction:column;height:100%}.orderbook-header{flex-shrink:0}.orderbook-header-wrapper{border-bottom:1px solid rgba(34,197,94,.15)}html:not(.dark) .orderbook-header-wrapper{border-bottom-color:rgba(34,197,94,.2)}.orderbook-tabs-container{display:flex;gap:0}.orderbook-tab-button{flex:1;padding:.5rem .75rem;font-size:13px;font-weight:600;color:#9ca3af;background:rgba(0,0,0,0);border:none;border-bottom:3px solid rgba(0,0,0,0);cursor:pointer;transition:color .2s ease,border-color .2s ease;text-align:center;white-space:nowrap}html:not(.dark) .orderbook-tab-button{color:#6b7280}.orderbook-tab-button:hover:not(.active){color:#d1d5db}html:not(.dark) .orderbook-tab-button:hover:not(.active){color:#2a303b}.orderbook-tab-button.active{color:#22c55e;border-color:#22c55e}html:not(.dark) .orderbook-tab-button.active{color:#16a34a;border-color:#16a34a}.algo-order-tabs .orderbook-tab-button{padding-left:.5rem;padding-right:.5rem}.algo-order-tabs .orderbook-tab-button:not(:last-child){box-shadow:inset -1px 0 0 rgba(34,197,94,.15)}html:not(.dark) .algo-order-tabs .orderbook-tab-button:not(:last-child){box-shadow:inset -1px 0 0 rgba(34,197,94,.2)}.orderbook-tabs{display:flex;width:100%;margin-bottom:10px}.orderbook-tab{padding:0 .2rem .2rem;font-size:13px;color:#bdbdbd;font-weight:500;cursor:pointer;position:relative;background:rgba(0,0,0,0);border:none;flex-basis:0;flex-grow:1;text-align:center}.orderbook-tab.active{color:#cce70c}.orderbook-tab.active:after{content:"";display:block;height:2px;width:100%;background:#cce70c;border-radius:1px;position:absolute;left:0;bottom:-2px}.orderbook-controls{display:flex;align-items:center;gap:.5rem;font-size:13px;justify-content:space-between}.orderbook-asset-control,.orderbook-step-control{display:flex;align-items:center;justify-content:center;background:rgba(35,39,43,.8);color:#bdbdbd;border-radius:6px;height:32px;min-width:80px;font-size:13px;font-weight:500;border:1px solid rgba(34,197,94,.2);transition:all .2s ease}html:not(.dark) .orderbook-asset-control,html:not(.dark) .orderbook-step-control{background:#fff;border-color:rgba(34,197,94,.3);color:#374151}.orderbook-asset-control:hover,.orderbook-step-control:hover{border-color:rgba(34,197,94,.4);background:#23272b}html:not(.dark) .orderbook-asset-control:hover,html:not(.dark) .orderbook-step-control:hover{border-color:rgba(34,197,94,.5);background:#f9fafb}.orderbook-step-dropdown{background:rgba(0,0,0,0)!important;color:inherit!important;border:none!important;font-size:13px;font-weight:500;cursor:pointer;padding:0;margin:0;outline:none}.orderbook-step-dropdown option{background:#23272b;color:#bdbdbd}html:not(.dark) .orderbook-step-dropdown option{background:#fff;color:#374151}.orderbook-chevron{font-size:10px;margin-left:4px;color:#bdbdbd}.orderbook-divider{height:1px;background:rgba(34,197,94,.15);margin:0;width:100%}html:not(.dark) .orderbook-divider{background:rgba(34,197,94,.2)}.orderbook-table{width:100%;border-collapse:separate;border-spacing:0 2px;background:rgba(0,0,0,0);flex-shrink:0}.orderbook-table th{color:#9ca3af;font-size:12px;font-weight:600;padding:5px 8px;background:rgba(34,197,94,.08);border:none;text-align:left}html:not(.dark) .orderbook-table th{color:#374151;background:#f3f4f6}.orderbook-row{position:relative;border-radius:3px;transition:all .3s cubic-bezier(.4,0,.2,1);background:linear-gradient(to right,rgba(237,112,136,.15) var(--depth-width,0),transparent var(--depth-width,0));margin-bottom:2px;color:#bdbdbd}.orderbook-row:hover{cursor:pointer}.orderbook-row td{padding:0 .2rem;height:21px;line-height:21px;border:none;font-size:12px;font-family:inherit}.orderbook-price{color:#e06c75;font-weight:400;font-size:12px;position:relative}.orderbook-price span{position:relative;z-index:1}.orderbook-price--ask{color:#4ecb71}.orderbook-row--highlight{background:linear-gradient(to right,rgba(239,68,68,.25) var(--depth-width,0),rgba(239,68,68,.15) var(--depth-width,0))!important;animation:orderbook-flash .3s cubic-bezier(.4,0,.2,1);will-change:opacity}.orderbook-row--highlight .orderbook-price{font-weight:700}@keyframes orderbook-flash{0%{opacity:.6}50%{opacity:1}to{opacity:1}}.orderbook-row--ask{background:linear-gradient(to right,rgba(78,203,113,.15) var(--depth-width,0),transparent var(--depth-width,0))}.orderbook-spread-row{background:rgba(34,197,94,.08)}html:not(.dark) .orderbook-spread-row{background:#f3f4f6}.orderbook-spread-row td{padding:5px 8px;font-size:12px;font-weight:600;color:#9ca3af}html:not(.dark) .orderbook-spread-row td{color:#374151}.orderbook-spread-label{text-align:center;font-weight:600}.orderbook-spread-percent,.orderbook-spread-value{text-align:right}.orderbook-row--ask.orderbook-row--highlight{background:linear-gradient(to right,rgba(52,211,153,.3) var(--depth-width,0),rgba(52,211,153,.18) var(--depth-width,0))!important}html:not(.dark) .orderbook-row--ask.orderbook-row--highlight{background:linear-gradient(to right,rgba(52,211,153,.25) var(--depth-width,0),rgba(52,211,153,.15) var(--depth-width,0))!important}.orderbook-mobile-layout{display:flex;flex:1;overflow:auto}.orderbook-mobile-table{flex:1;width:50%;border-collapse:separate;border-spacing:0 1px;background:rgba(0,0,0,0)}.orderbook-mobile-table th{color:#9ca3af;font-size:11px;font-weight:600;padding:3px 6px;background:rgba(34,197,94,.08);border:none}html:not(.dark) .orderbook-mobile-table th{color:#000;background:#f3f4f6}.orderbook-mobile-table td{padding:0 .15rem;height:18px;line-height:18px;border:none;font-size:11px;font-family:inherit}.orderbook-row.orderbook-row--bid-mobile{background:linear-gradient(to left,rgba(237,112,136,.15) var(--depth-width,0),transparent var(--depth-width,0))}.orderbook-row.orderbook-row--bid-mobile.orderbook-row--highlight{background:linear-gradient(to left,rgba(239,68,68,.25) var(--depth-width,0),rgba(239,68,68,.15) var(--depth-width,0))!important;animation:orderbook-flash .3s cubic-bezier(.4,0,.2,1);will-change:opacity}.orderbook-buysell-bar{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;margin-top:auto;padding-top:8px;font-family:Inter,Segoe UI,Arial,sans-serif;font-weight:600;font-size:12px;position:relative;background:rgba(0,0,0,0)}.orderbook-buysell-bar:before{content:"";position:absolute;top:8px;bottom:0;left:0;width:var(--buy-pct);background:#1a4731;clip-path:polygon(0 0,100% 0,calc(100% - 4px) 100%,0 100%)}html:not(.dark) .orderbook-buysell-bar:before{background:#2d7a50}.orderbook-buysell-bar:after{content:"";position:absolute;top:8px;bottom:0;left:var(--buy-pct);right:0;background:#4a1520;clip-path:polygon(4px 0,100% 0,100% 100%,0 100%)}html:not(.dark) .orderbook-buysell-bar:after{background:#7d2535}.orderbook-buysell-bar__group{display:inline-flex;align-items:center;gap:5px;padding:4px 6px;height:26px;position:relative;z-index:1}.orderbook-buysell-bar__badge{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:4px;font-weight:700;font-size:11px;flex-shrink:0;background:hsla(0,0%,100%,.15);color:#fff}.orderbook-buysell-bar__pct{font-weight:600;font-size:12px;color:#fff}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e,.react-grid-item>.react-resizable-handle.react-resizable-handle-w{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+");background-position:100% 100%;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-e,.react-resizable-handle-w{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}