.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 3px;background:rgba(0,0,0,0)}.orderbook-table th{color:#9ca3af;font-size:12px;font-weight:600;padding:6px 8px;background:rgba(34,197,94,.08);border:none;text-align:left}html:not(.dark) .orderbook-table th{color:#000;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:.1rem .2rem;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:6px 8px;font-size:12px;font-weight:600;color:#9ca3af}html:not(.dark) .orderbook-spread-row td{color:#000}.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}