#position-editor-modal{width:900px;height:948px}#position-editor-modal #central-panel{align-content:center;display:flex}#position-editor-modal #board-inner{width:824px;margin-right:48px}#position-editor-modal #tools-inner{width:220px}#position-editor-modal #board-inner #editor-board-container{width:608px}#position-editor-modal #tools-inner .tools-piece-holder{float:left;padding:6px;position:relative}#position-editor-modal #tools-inner .tools-sub-panel{width:100%}#position-editor-modal #tools-inner #position-editor-to-play-panel{clear:both;padding:8px 4px}#position-editor-modal #tools-inner #tools-editor-icons-panel{text-align:left;height:188px}#position-editor-modal #tools-inner #tools-editor-icons-panel .icon-wrapper{float:left;margin-bottom:4px;margin-right:4px;display:block}#position-editor-modal #tools-inner .tools-editor-icons{width:64px;height:64px;padding:8px}#position-editor-modal #tools-inner .tools-piece-holder .piece-image{width:68px;height:68px}#position-editor-modal #tools-inner .tools-piece-holder.tools-piece-holder-selected{background-color:#ffc80059;border-radius:4px;outline:2px solid #d28c00e6}#position-editor-modal #board-inner .piece-holder .piece-image-ghost{opacity:.4;pointer-events:none}#position-editor-modal #board-inner .piece-holder:has(.piece-image-ghost) .piece-image:not(.piece-image-ghost){opacity:.35}#position-editor-modal #tools-inner #position-editor-undo-button img{width:50px;height:50px;margin:7px}#position-editor-modal #tools-inner .position-editor-tool-selected{background-color:#ffc80059;border-radius:4px;outline:2px solid #d28c00e6}#position-editor-modal #board-inner .piece-holder.piece-holder-eraser-hover{position:relative}#position-editor-modal #board-inner .piece-holder.piece-holder-eraser-hover .piece-image{opacity:.5;filter:drop-shadow(0 0 3px #dc0000e6)}#position-editor-modal #board-inner .piece-holder.piece-holder-eraser-hover:after{content:"";pointer-events:none;background-image:linear-gradient(45deg,#0000 45%,#dc0000d9 45% 55%,#0000 55%),linear-gradient(-45deg,#0000 45%,#dc0000d9 45% 55%,#0000 55%);width:60%;height:60%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width<=1000px){#position-editor-modal{width:94%;height:1180px}}