/* Top-down vehicle layout: travel is horizontal, rows run across vehicle width. */
.seat-row{top:7px;right:auto;width:42px;height:68px;padding:2px 0;flex-direction:column;justify-content:space-around;align-items:center;border-radius:5px}.seat-row.front{left:28px;top:7px}.seat-row.back{left:94px;top:7px}.seat-row .rider{flex:0 0 17px;width:15px;height:17px;margin:0;border-radius:3px}.seat-row .rider:before{width:10px;height:10px;left:-9px;top:3px}.seat-row .rider:after{left:12px;right:auto;bottom:2px;width:6px;height:12px;border-radius:0 3px 3px 0}.seat-row .empty-seat{flex:0 0 20px;width:15px;height:20px;margin:0}.row-restraint{left:0;top:2px;width:8px;height:62px;border-radius:5px;transform:translateX(-13px);transform-origin:center;transition:transform .85s cubic-bezier(.2,.72,.25,1)!important}.seat-row.locked .row-restraint{transform:translateX(19px)}.row-restraint:before,.row-restraint:after{content:none}.seat-row:before,.seat-row:after{content:"";position:absolute;left:17px;width:11px;height:7px;border:2px solid #68777b;border-radius:50%;background:#dbe2e2;z-index:6}.seat-row:before{top:-4px}.seat-row:after{bottom:-4px}.car-lock-light{position:absolute;z-index:8;width:9px;height:9px;border-radius:50%;border:2px solid #14191a}.car-lock-light.light-row-one{left:111px;bottom:4px}.car-lock-light.light-row-two{left:45px;bottom:4px}.car-lock-light.green{background:#55dd7c;box-shadow:0 0 7px #55dd7c}.car-lock-light.red{background:#ef414a;box-shadow:0 0 7px #ef414a}

/* Fence openings align exactly with each vehicle and the load air-gates. */
.load-fence.left-fence{left:0;width:28%}.load-fence.right-fence{left:auto;right:0;width:42%}.unload-fence.left-fence{left:0;width:20%}.unload-fence.right-fence{right:0;width:50%}.load-slot,.air-gates{left:14%}.unload-slot{left:65%}.hold-slot{left:42%}

/* Attendants wait inside a protected bay, with the gate between them and track. */
.staff-post{top:45px;width:94px;height:52px}.load-post{left:3.5%}.unload-post{right:3.5%}.staff-console{left:4px;top:3px}.staff-gate{left:0;top:37px;width:92px;height:20px;border:3px solid #69787b;background:repeating-linear-gradient(90deg,transparent 0 12px,#98a6a8 13px 17px),linear-gradient(#eef2f2,#9aa7a9);transform-origin:left center;transition:transform .65s ease}.staff-gate:after{content:"";left:0;right:0;top:7px;width:auto;height:4px;background:#78878b}.staff-gate.open{transform:rotateZ(-72deg)}.staff{top:49px;transition:left 1.1s ease,top .65s ease,transform .3s}.load-staff{left:6%}.unload-staff{left:91%}.load-staff.inspecting{left:20%;top:104px}.unload-staff.inspecting{left:70%;top:104px}

@media(max-width:650px){.hold-slot{left:40%}.seat-row.front{left:19px}.seat-row.back{left:78px}.car-lock-light.light-row-one{left:95px}.car-lock-light.light-row-two{left:35px}}
