.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}.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}