.page-container{width:100vw;height:100vh;margin:0;padding:0;display:flex;overflow:hidden}.simulation-container{flex:1 1 200px;min-width:200px;height:100%;background:#000;position:relative}.sidebar-scroll{flex:0 1 955px;min-width:0;height:100%;overflow-x:auto;overflow-y:hidden;box-shadow:-3px 0 10px rgba(0,0,0,.12);background:#fff}.back-button{position:absolute;top:10px;left:10px;z-index:5}.controls-grid{width:955px;height:100%;padding:9px 10px;box-sizing:border-box;display:flex;flex-direction:column;overflow-y:auto}.controls-grid>.control-col{flex:0 0 auto}.controls-grid>:last-child{flex:1 1 auto;min-height:0}.control-col{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(0,auto);grid-gap:14px 18px;gap:14px 18px}.slider-pair{display:flex;flex-direction:column}.start-stop{align-self:start}.controls-grid label{font-size:18px;font-weight:400}.controls-grid .current-value{font-weight:600;font-size:.9em}.controls-grid input[type=range]{-webkit-appearance:none;width:100%;height:28px;margin:4px 0 14px;cursor:pointer}.controls-grid input[type=range]::-moz-range-track,.controls-grid input[type=range]::-webkit-slider-runnable-track{height:8px;border-radius:4px;background:#dcdcdc}.controls-grid input[type=range]::-moz-range-thumb,.controls-grid input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:26px;height:26px;border-radius:50%;border:2px solid #fff}.controls-grid button{width:140px;padding:10px 0;border:none;border-radius:6px;font-size:20px;font-weight:600;cursor:pointer}.start-stop{background:#ccc}.start-stop:hover{background:#bbb}.controls-grid .divider{flex:0 0 auto;height:1px;margin:12px 0;background-color:#ddd;border:none;width:100%}