.move-list-component{--bgColor: var(--color-neutrals-white);--borderColor: var(--color-gray-200);background-color:var(--bgColor);border:.1rem solid var(--borderColor);display:flex;flex-direction:column;height:12rem;position:relative}.dark-mode .move-list-component{--bgColor: transparent;--borderColor: var(--color-transparent-white-10)}.move-list-list{height:100%;min-width:auto}[dir=ltr] .move-list-list{text-align:left}[dir=rtl] .move-list-list{text-align:right}.move-list-puzzle-state{color:var(--color-neutrals-white);font-size:1.3rem;font-weight:600;line-height:1.7}.move-list-white-to-move{background-color:var(--color-gray-400)}.dark-mode .move-list-white-to-move{background-color:var(--color-transparent-white-72);color:var(--color-gray-900)}.move-list-black-to-move{background-color:var(--color-gray-700)}.dark-mode .move-list-black-to-move{background-color:var(--color-transparent-black-30);color:var(--color-neutrals-white)}.move-list-solved{background-color:var(--color-green-400)}.move-list-failure{background-color:var(--color-bg-danger)}@container (min-width: 600px){.move-list-component{height:36rem;width:calc(100% - 36rem)}}.tiptap-editor-resizable{min-height:25rem;overflow:auto;resize:vertical}.tiptap-editor-root:not(.tiptap-editor-fullscreen){border:.1rem solid var(--color-border-default);border-radius:var(--radius-5)}.tiptap-editor-root.tiptap-editor-fullscreen .tiptap-editor-editor-wrapper{background-color:var(--color-bg-opaque-lighter);max-height:calc(100vh - var(--space-8))}.tiptap-editor-root.tiptap-editor-fullscreen .tiptap-editor-tiptap{flex:1;max-width:100vw}.tiptap-editor-root.tiptap-editor-fullscreen .tiptap-editor-toolbar{background-color:var(--color-bg-opaque);border-radius:0}.tiptap-editor-toolbar{background-color:var(--color-bg-secondary);border-top-left-radius:var(--radius-5);border-top-right-radius:var(--radius-5);transition:background-color .1s linear}.tiptap-editor-editor-wrapper{display:flex;flex-direction:row;height:100%;max-height:calc(100vh - var(--space-80))}.tiptap-editor-editor-content{width:100%}.tiptap-editor-tiptap{height:100%;max-width:calc(100vw - var(--space-24) * 2);overflow:auto;padding:var(--space-4) var(--space-4) var(--space-8) var(--space-4);transition:background-color .1s linear;width:100%}.tiptap-editor-tiptap>[contenteditable]{min-width:100%;padding:var(--space-4) var(--space-4) var(--space-8) var(--space-4);width:-moz-fit-content;width:fit-content}.floating-modal-component{background:var(--color-bg-opaque);border-radius:var(--radius-5);box-shadow:0 .5rem 1.5rem #00000080;display:flex;flex-direction:column;overflow:hidden;position:fixed;z-index:10099}.floating-modal-header{background:var(--color-bg-tertiary);cursor:grab;display:flex;flex-shrink:none;height:4rem;min-height:4rem;overflow:hidden;padding:1.2rem;position:relative}.floating-modal-resize-left,.floating-modal-resize-right{bottom:0;height:3rem;position:absolute;width:3rem}[dir=ltr] .floating-modal-resize-left{cursor:sw-resize;left:0}[dir=rtl] .floating-modal-resize-left,[dir=ltr] .floating-modal-resize-right{cursor:se-resize;right:0}[dir=rtl] .floating-modal-resize-right{cursor:sw-resize;left:0}.floating-modal-dragging{cursor:grabbing}.floating-modal-title{color:var(--color-text-default);font-size:1.4rem;font-weight:600;line-height:1;margin-top:.2rem;overflow:hidden;pointer-events:none;text-overflow:ellipsis;white-space:nowrap}[dir=ltr] .floating-modal-title{padding-right:1rem}[dir=rtl] .floating-modal-title{padding-left:1rem}.floating-modal-title.floating-modal-uppercase{text-transform:uppercase}.floating-modal-close{color:var(--color-icon-default);cursor:pointer;font-size:2rem;position:absolute;top:1rem}[dir=ltr] .floating-modal-close{right:1rem}[dir=rtl] .floating-modal-close{left:1rem}.floating-modal-close:hover{opacity:.6}.move-san-component.move-san-highlighted .move-san-highlight{position:relative;z-index:1}.move-san-component.move-san-highlighted .move-san-highlight:after{background-color:#fff35f;border-radius:var(--radius-2);content:"";display:block;height:calc(100% + .4rem);position:absolute;top:-.2rem;width:calc(100% + .4rem);z-index:-1}[dir=ltr] .move-san-component.move-san-highlighted .move-san-highlight:after{left:-.2rem}[dir=rtl] .move-san-component.move-san-highlighted .move-san-highlight:after{right:-.2rem}.move-san-component.move-san-highlighted .move-san-highlight:before{background-color:#f8e500;bottom:-.2rem;content:"";display:block;height:.3rem;position:absolute;width:calc(100% + .4rem)}[dir=ltr] .move-san-component.move-san-highlighted .move-san-highlight:before{left:-.2rem}[dir=rtl] .move-san-component.move-san-highlighted .move-san-highlight:before{right:-.2rem}.dark-mode .move-san-component.move-san-highlighted .move-san-highlight:after{background-color:var(--highlighted-node-dark-mode-bg, var(--color-transparent-white-10));box-shadow:0 0 #fffc}.dark-mode .move-san-component.move-san-highlighted .move-san-highlight:before{background:none}.dark-mode .move-san-component.move-san-highlighted .move-san-highlight:before{background:var(--highlighted-node-dark-mode-bottom-bg, var(--color-transparent-white-10))}[dir=ltr] .move-san-premove{margin-right:.1rem}[dir=rtl] .move-san-premove{margin-left:.1rem}[dir=ltr] .move-san-postmove{margin-left:calc(var(--moveSanPostmovePinch, 0) * -1)}[dir=rtl] .move-san-postmove{margin-right:calc(var(--moveSanPostmovePinch, 0) * -1)}.move-san-figurine{--moveSanFigurineFontSize: 2rem;font-size:var(--moveSanFigurineFontSize);margin-top:calc(var(--moveSanFigurineFontSize) / -10)}[dir=ltr] .move-san-figurine{margin-right:.15rem}[dir=rtl] .move-san-figurine{margin-left:.15rem}[dir=ltr] .move-san-figurine+.move-san-san{margin-left:calc(var(--moveSanFigurinePinch, 0) * -1)}[dir=rtl] .move-san-figurine+.move-san-san{margin-right:calc(var(--moveSanFigurinePinch, 0) * -1)}.move-san-san{position:relative}
