*{margin:0;padding:0;box-sizing:border-box}#info-panel{background:rgba(10,10,30,.92);color:#e0e0e0;padding:18px 22px;border-radius:12px;border:1px solid hsla(0,0%,100%,.12);font-size:13px;line-height:1.7;pointer-events:none;z-index:10;backdrop-filter:blur(8px);-ms-flex-negative:0;flex-shrink:0}#info-panel .stat{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;gap:24px}#info-panel .stat span:last-child{color:#ffcc80;font-weight:700}#cargo-list-panel{width:280px;-ms-flex:1;flex:1;min-height:0;background:rgba(10,10,30,.94);color:#e0e0e0;border-radius:12px;border:1px solid hsla(0,0%,100%,.12);font-size:12px;z-index:10;backdrop-filter:blur(8px);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}#cargo-list-panel h3{font-size:13px;color:#ffcc80;padding:14px 16px 6px}#cargo-list-panel h3,#search-box{-ms-flex-negative:0;flex-shrink:0}#search-box{margin:0 16px 6px;background:hsla(0,0%,100%,.06);color:#e0e0e0;border:1px solid hsla(0,0%,100%,.12);border-radius:6px;padding:5px 10px;font-size:11px;outline:none}#search-box:focus{border-color:rgba(255,200,128,.4)}#search-box:-ms-input-placeholder{color:hsla(0,0%,100%,.3)}#search-box::placeholder{color:hsla(0,0%,100%,.3)}#sort-bar{display:-ms-flexbox;display:flex;gap:5px;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:2px 16px 10px;border-bottom:1px solid hsla(0,0%,100%,.08);-ms-flex-negative:0;flex-shrink:0}.sort-btn{background:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.55);border:1px solid hsla(0,0%,100%,.1);border-radius:4px;padding:3px 8px;font-size:10px;cursor:pointer;transition:all .15s;white-space:nowrap}.sort-btn:hover{background:hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.8)}.sort-btn.active{background:rgba(255,180,100,.18);color:#ffcc80;border-color:rgba(255,180,100,.4)}#cargo-list-scroll{-ms-flex:1;flex:1;overflow-y:auto;overflow-x:hidden;padding:6px 10px 10px}#cargo-list-scroll::-webkit-scrollbar{width:5px}#cargo-list-scroll::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.15);border-radius:3px}.cargo-group-label{color:hsla(0,0%,100%,.5);font-size:10px;padding:8px 6px 4px;letter-spacing:1px}.cargo-item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:8px;padding:6px 8px;margin:2px 0;border-radius:6px;cursor:default;transition:background .15s;border:1px solid transparent}.cargo-item:hover{background:hsla(0,0%,100%,.06)}.cargo-item.loaded{cursor:pointer}.cargo-item.loaded:hover{background:rgba(100,255,100,.1);border-color:rgba(100,255,100,.25)}.cargo-item.loaded.active{background:rgba(255,255,100,.18);border-color:rgba(255,255,0,.5)}.cargo-item.loaded.step-active{background:rgba(100,180,255,.18);border-color:rgba(100,180,255,.4)}.cargo-item .unloaded-thumb{width:40px;height:40px;border-radius:6px;border:1px solid hsla(0,0%,100%,.15);background:#1a1a2e;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;cursor:pointer;transition:transform .15s,border-color .15s}.cargo-item .unloaded-thumb>img{width:100%;height:100%;object-fit:cover;display:block}.cargo-item .unloaded-thumb:hover{transform:scale(1.05);border-color:rgba(255,200,128,.5)}.cargo-item .unloaded-thumb-empty{color:hsla(0,0%,100%,.35);background:hsla(0,0%,100%,.04);border-style:dashed;cursor:default}.cargo-item .unloaded-thumb-empty:hover{transform:none;border-color:hsla(0,0%,100%,.2)}.cargo-item .info{-ms-flex:1;flex:1;min-width:0}.cargo-item .info .row1{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:baseline;align-items:baseline}.cargo-item .info .row1 .id-name{font-weight:700;color:#ddd}.cargo-item .info .row1 .status{font-size:11px;font-weight:700}.cargo-item.loaded .status{color:#8f8}.cargo-item .info .row2{font-size:10px;color:hsla(0,0%,100%,.45);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.cargo-item .label-toggle{margin-left:2px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:3px;-ms-flex-negative:0;flex-shrink:0;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.cargo-item .label-toggle input{width:13px;height:13px;margin:0;cursor:pointer;accent-color:#8f8}.cargo-item .label-toggle .tgl-txt{font-size:10px;color:hsla(0,0%,100%,.55)}#label-bulk-bar{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:6px;padding:4px 12px 8px;-ms-flex-negative:0;flex-shrink:0;border-bottom:1px solid hsla(0,0%,100%,.08)}#label-bulk-bar .lb-label{font-size:10px;color:hsla(0,0%,100%,.5);margin-right:2px;white-space:nowrap}#label-bulk-bar button{background:hsla(0,0%,100%,.08);color:#e0e0e0;border:1px solid hsla(0,0%,100%,.18);border-radius:5px;padding:3px 10px;cursor:pointer;font-size:11px;white-space:nowrap}#label-bulk-bar button:hover{background:hsla(0,0%,100%,.18)}#step-controls{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);background:rgba(10,10,30,.94);color:#e0e0e0;padding:10px 22px;border-radius:12px;border:1px solid hsla(0,0%,100%,.15);z-index:10;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:14px;backdrop-filter:blur(8px)}#step-controls button{background:hsla(0,0%,100%,.1);color:#e0e0e0;border:1px solid hsla(0,0%,100%,.2);border-radius:6px;padding:6px 16px;cursor:pointer;font-size:12px;white-space:nowrap}#step-controls button:hover:not(:disabled){background:hsla(0,0%,100%,.22)}#step-controls button:disabled{opacity:.3;cursor:default}#step-slider{width:180px;cursor:pointer;accent-color:#ffcc80;height:4px}#step-display{font-size:13px;color:#ffcc80;min-width:70px;text-align:center;font-weight:700}#legend{position:absolute;bottom:24px;left:16px;background:rgba(10,10,30,.92);color:#e0e0e0;padding:14px 18px;border-radius:10px;border:1px solid hsla(0,0%,100%,.12);font-size:12px;z-index:10;backdrop-filter:blur(8px)}#legend .panel-header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;margin-bottom:4px}#legend .panel-toggle{background:none;border:none;color:hsla(0,0%,100%,.4);cursor:pointer;font-size:14px;padding:0 4px}#legend .panel-toggle:hover{color:#ffcc80}#legend.collapsed .panel-body{display:none}#legend .item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin:4px 0}#legend .swatch{width:16px;height:16px;border-radius:3px;margin-right:8px}#legend .swatch.p1{background:#ff6b35}#legend .swatch.p2{background:#4ecdc4}#left-panel{position:absolute;top:60px;left:16px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:8px;z-index:10;max-height:calc(100vh - 132px);pointer-events:none}#left-panel>*{pointer-events:auto}#right-panel{position:absolute;top:60px;right:16px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:8px;z-index:10}#shortcut-panel{background:rgba(10,10,30,.92);color:#e0e0e0;padding:16px 18px;border-radius:12px;border:1px solid hsla(0,0%,100%,.12);font-size:11px;z-index:10;width:250px;backdrop-filter:blur(8px)}#shortcut-panel .panel-header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;margin-bottom:10px}#shortcut-panel .panel-header h3{font-size:13px;color:#ffcc80;margin:0}#shortcut-panel .panel-toggle{background:none;border:none;color:hsla(0,0%,100%,.4);cursor:pointer;font-size:14px;padding:0 4px}#shortcut-panel .panel-toggle:hover{color:#ffcc80}#shortcut-panel.collapsed .panel-body{display:none}#shortcut-panel .step-cargo-block{margin-top:10px;padding-top:10px;border-top:1px solid hsla(0,0%,100%,.1)}#shortcut-panel .step-cargo-title{font-size:12px;color:#ffcc80;font-weight:700;margin-bottom:6px}#shortcut-panel .step-cargo-item{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;padding:8px;margin-bottom:6px;font-size:11px;line-height:1.5}#shortcut-panel .step-cargo-item .sc-name{color:#fff;font-weight:700;word-break:break-all}#shortcut-panel .step-cargo-item .sc-dim{color:hsla(0,0%,100%,.6);margin-top:2px}#shortcut-panel .step-cargo-imgs{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4px;margin-top:6px}#shortcut-panel .step-cargo-imgs img{width:64px;height:48px;object-fit:cover;border-radius:4px;border:1px solid hsla(0,0%,100%,.2);background:#1a1a2e;display:block;cursor:pointer}#shortcut-panel .step-cargo-imgs .img-ph{width:64px;height:48px;border-radius:4px;border:1px dashed hsla(0,0%,100%,.25);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:hsla(0,0%,100%,.4);font-size:10px;text-align:center;background:#14142a;padding:2px;box-sizing:border-box}#shortcut-panel .step-cargo-empty{color:hsla(0,0%,100%,.4);font-size:11px;padding:4px 0}#cargo-lightbox{position:fixed;inset:0;z-index:9999;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.cargo-lightbox-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.85)}.cargo-lightbox-img{position:relative;z-index:1;max-width:88vw;max-height:84vh;object-fit:contain;border-radius:6px;box-shadow:0 8px 40px rgba(0,0,0,.6)}.cargo-lightbox-close{position:absolute;top:18px;right:24px;z-index:3;width:44px;height:44px;border-radius:50%;border:none;background:hsla(0,0%,100%,.12);color:#fff;font-size:28px;line-height:1;cursor:pointer}.cargo-lightbox-close:hover{background:hsla(0,0%,100%,.25)}.cargo-lightbox-next,.cargo-lightbox-prev{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:48px;height:64px;border:none;background:hsla(0,0%,100%,.1);color:#fff;font-size:34px;line-height:1;cursor:pointer;border-radius:6px}.cargo-lightbox-next:hover,.cargo-lightbox-prev:hover{background:hsla(0,0%,100%,.25)}.cargo-lightbox-prev{left:16px}.cargo-lightbox-next{right:16px}.cargo-lightbox-counter{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);z-index:3;color:#fff;font-size:13px;background:rgba(0,0,0,.5);padding:4px 14px;border-radius:12px}#scheme-bar{position:absolute;top:16px;left:16px;background:rgba(10,10,30,.92);color:#ffcc80;padding:8px 16px;border-radius:8px;border:1px solid hsla(0,0%,100%,.12);font-size:13px;z-index:10;backdrop-filter:blur(8px);display:none;-ms-flex-align:center;align-items:center;gap:12px}#scheme-bar.visible,#toolbar{display:-ms-flexbox;display:flex}#toolbar{position:absolute;top:16px;right:16px;gap:8px;z-index:20;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:end;justify-content:flex-end}#toolbar button{background:hsla(0,0%,100%,.08);color:#e0e0e0;border:1px solid hsla(0,0%,100%,.2);border-radius:6px;padding:8px 14px;cursor:pointer;font-size:12px;transition:all .2s;white-space:nowrap;backdrop-filter:blur(8px)}#toolbar button:hover:not(:disabled){background:hsla(0,0%,100%,.18)}#toolbar button:disabled{opacity:.35;cursor:default}#btn-top-view{border-color:rgba(100,200,255,.4);color:#8cf}#btn-top-view.active{background:rgba(100,200,255,.2)}#btn-export-load-order{border-color:rgba(100,180,255,.4);color:#8cf}#shortcut-panel table{width:100%;border-collapse:collapse}#shortcut-panel td{padding:3px 6px;font-size:12px}#shortcut-panel td:first-child{color:#acf;font-family:Consolas,monospace;font-size:11px;white-space:nowrap;text-align:right;width:50%}#shortcut-panel td:last-child{color:hsla(0,0%,100%,.65);padding-left:10px}#toast-container{position:fixed;top:20px;left:50%;transform:translateX(-50%);z-index:9999;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:8px;-ms-flex-align:center;align-items:center;pointer-events:none}.toast{background:rgba(10,10,30,.95);color:#e0e0e0;padding:12px 24px;border-radius:8px;font-size:13px;border:1px solid hsla(0,0%,100%,.15);box-shadow:0 4px 20px rgba(0,0,0,.4);opacity:0;transform:translateY(-20px);transition:opacity .3s,transform .3s;max-width:400px;text-align:center}.toast.show{opacity:1;transform:translateY(0)}.toast-success{border-color:rgba(100,255,100,.4);color:#8f8}.toast-warning{border-color:rgba(255,200,100,.4);color:#fc8}.toast-error{border-color:rgba(255,100,100,.4);color:#f88}.vlp-designer-root{position:relative;width:100%;height:100%;overflow:hidden;background:#1a1a2e}.vlp-three-container{position:absolute;inset:0;z-index:1}.vlp-three-container canvas{display:block;width:100%!important;height:100%!important}.vlp-loading-mask{position:absolute;inset:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;gap:12px;background:rgba(10,10,30,.7);z-index:100;color:#ffcc80;font-size:14px;backdrop-filter:blur(4px);pointer-events:none}.vlp-spinner{width:36px;height:36px;border:3px solid transparent;border-top-color:#ffcc80;border-right-color:#ffcc80;border-radius:50%;animation:vlp-rotate .9s linear infinite}@keyframes vlp-rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}