@charset "UTF-8";.comment-follow-component{align-items:center}.comment-form-guest-component{align-items:center;display:flex;justify-content:center}.comment-form-guest-component>*{margin:0 .8rem}.comment-form-guest-btn{min-width:10rem}.comment-form-post-component>*+*{margin-top:2rem}.comment-form-post-editor{border:.1rem solid #ccc;height:18rem}.comment-form-post-actions{align-items:center;display:flex}[dir=ltr] .comment-form-post-button+.comment-form-post-button{margin-left:1.5rem}[dir=rtl] .comment-form-post-button+.comment-form-post-button{margin-right:1.5rem}.confirm-popover-modal{max-width:100%;padding:var(--space-16);text-align:center;width:var(--container-360)}.confirm-popover-body{padding:var(--space-16);text-align:center}.confirm-popover-title{color:var(--color-text-boldest);margin:0 0 var(--space-16)}.confirm-popover-messageLabel{color:var(--color-text-bolder);margin:0 0 var(--space-16)}.confirm-popover-buttons{display:flex;justify-content:space-evenly}.comment-post-delete-button{background-color:transparent;border:none;margin:0;padding:var(--space-2);color:var(--color-icon-default);display:flex}.comment-post-delete-button:hover{color:var(--color-icon-default-hovered)}.reactions-popup-component{position:relative}.reactions-popup-button{background-color:transparent;border:none;margin:0;padding:var(--space-2);color:var(--color-icon-default);display:flex}.reactions-popup-button:hover{color:var(--color-icon-default-hovered)}.reactions-popup-locked{cursor:not-allowed}.cc-modal-header-component{background-color:var(--color-bg-tertiary);border-top-left-radius:var(--radius-10);border-top-right-radius:var(--radius-10);display:grid;grid-template-columns:1fr max-content;min-height:4.8rem}.cc-modal-header-title{align-self:center;color:var(--color-text-bolder);padding:var(--space-8) var(--space-16)}[dir=ltr] .cc-modal-header-close{border-top-right-radius:var(--radius-10);margin-left:auto}[dir=rtl] .cc-modal-header-close{border-top-left-radius:var(--radius-10);margin-right:auto}.report-container-component{display:flex;position:relative}.report-container-button{background-color:transparent;border:none;margin:0;padding:var(--space-2);--iconColor: var(--color-red-200);--iconHover: var(--color-red-300);color:var(--iconColor)}.dark-mode .report-container-button{--iconColor: var(--color-red-300);--iconHover: var(--color-red-200)}.report-container-button:hover{color:var(--iconHover)}.vote-semi-transparent:not(:hover) .comment-post-body-component,.vote-semi-transparent:not(:hover) .notes-body-text{opacity:.3}.vote-hidden{align-items:center;color:var(--color-text-bolder);display:flex;font-size:1.4rem;font-weight:600;justify-content:center;padding:1rem 0;width:100%}.boxing-glove-cursor{height:var(--boxing-glove-size, 48px);opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .12s ease;width:var(--boxing-glove-size, 48px);z-index:50}[dir=ltr] .boxing-glove-cursor{left:0}[dir=rtl] .boxing-glove-cursor{right:0}.boxing-glove-cursor img{display:block;height:100%;width:100%}.boxing-glove-cursor--active{opacity:1}.boxing-glove-cursor--punch img{animation:boxing-glove-punch .2s cubic-bezier(.22,1,.36,1) forwards}.boxing-glove-stars{pointer-events:none;position:absolute;top:0;z-index:51}[dir=ltr] .boxing-glove-stars{left:0;transform:translate(-50%,-50%)}[dir=rtl] .boxing-glove-stars{right:0;transform:translate(50%,-50%)}.boxing-glove-star{--dx: 0;--dy: 0;animation:boxing-glove-star .52s ease-out forwards;background:#ffd54f;box-shadow:0 0 2px #00000040;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);height:48px;position:absolute;width:48px}@keyframes boxing-glove-punch{0%{transform:scale(1)}40%{transform:scale(.5)}to{transform:scale(1)}}@keyframes boxing-glove-star{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(var(--dx),var(--dy)) scale(.25)}}.board-images{position:absolute;-ms-overflow-style:none}.board-images ::-webkit-scrollbar{display:none}.board-images:not(.board-images--palette){z-index:10}.board-images:not(.board-images--palette) .board-images__window{border-radius:1.25rem}.board-images__title{white-space:nowrap;position:absolute;opacity:.8;font-size:small;pointer-events:none;left:0;right:0;width:100%;top:0;padding:.5rem 0;text-align:center;background-color:#fff;border-radius:1.25rem;color:#312e2b}.board-images__window{width:100%;height:100%;padding:3%;background-color:#fff;box-shadow:0 7px 9.5px .5px #0003;overflow:scroll;scrollbar-width:none}.board-images__window-body>div:not(:last-child){border-bottom:1px solid lightgray}.board-images__hover-container{position:relative}.board-images__effects-container{width:100%}.board-images__effect{border:2px solid transparent;border-radius:3px;cursor:pointer;padding:3%;display:inline-flex}.board-images__effect.selected{border:2px solid #85a94e}.board-images__break{display:inline-flex}.board-images__image{width:100%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.board-images__hover{border:2px solid #85a94e;border-radius:3px;position:absolute;pointer-events:none}.board-images__close-button{position:absolute;width:15%;height:0;padding-bottom:15%;top:0;pointer-events:none}.board-images__close-button>div{pointer-events:auto;cursor:pointer;position:absolute;height:100%;width:100%;top:-50%}[dir=ltr] .board-images.horizontal-overflow .board-images__close-button{right:0}[dir=rtl] .board-images.horizontal-overflow .board-images__close-button{left:0}[dir=ltr] .board-images.horizontal-overflow .board-images__close-button>div{right:-50%}[dir=rtl] .board-images.horizontal-overflow .board-images__close-button>div{left:-50%}[dir=ltr] .board-images:not(.horizontal-overflow) .board-images__close-button{left:0}[dir=rtl] .board-images:not(.horizontal-overflow) .board-images__close-button{right:0}[dir=ltr] .board-images:not(.horizontal-overflow) .board-images__close-button>div{left:-50%}[dir=rtl] .board-images:not(.horizontal-overflow) .board-images__close-button>div{right:-50%}.board-images--hidden{display:none}.board .custom-item__frame{opacity:1;overflow:hidden}.board .custom-item__frame div{width:115%;height:115%;margin:-7.5%;filter:drop-shadow(0 .5rem 0 rgba(0,0,0,.3));opacity:1}.board .custom-item__frame--animated div{width:100%;height:100%;margin:0}.board .custom-item__frame--disappear{transition:opacity .5s;opacity:0}.board-disabled *:not(canvas){pointer-events:none}.sibling-board{background-size:100%;display:block;height:0;padding-bottom:100%;position:relative;width:100%}.sibling-board.board{height:auto;padding-bottom:90%;width:90%}[dir=ltr] .sibling-board.board{margin-left:10%}[dir=rtl] .sibling-board.board{margin-right:10%}.sibling-board.board.board-webgl-3d{padding-bottom:69.369%;width:92.5%}[dir=ltr] .sibling-board.board.board-webgl-3d{margin-left:7.5%}[dir=rtl] .sibling-board.board.board-webgl-3d{margin-right:7.5%}.sibling-board.board.board-webgl-3d canvas,.sibling-board.board.board-webgl-2d canvas{position:absolute}.variation-content{display:flex;height:-moz-max-content;height:max-content;line-height:16px;margin-bottom:4px;margin-top:4px}.variation-content .inline-variation-paren{color:var(--nodeColor)}[dir=ltr] .variation-content .move-number{margin-left:4px}[dir=rtl] .variation-content .move-number{margin-right:4px}[dir=ltr] .variation-content .move-number.start{margin-left:0}[dir=rtl] .variation-content .move-number.start{margin-right:0}.variation-content .inline-move{display:inline-block}.variation-row-indent{display:flex}.variation-row-indent .vertical-line{display:inline-block;margin:0;width:16px}[dir=ltr] .variation-row-indent .vertical-line{border-left:1.5px solid var(--color-gray-500)}[dir=rtl] .variation-row-indent .vertical-line{border-right:1.5px solid var(--color-gray-500)}.variation-row-indent .vertical-line.trim-top{margin-top:4px}.variation-row-indent .vertical-line.trim-bottom{margin-bottom:4px}[dir=ltr].dark-mode .variation-row-indent .vertical-line, [dir=ltr] .dark-mode .variation-row-indent .vertical-line{border-left-color:var(--color-transparent-white-40)}[dir=rtl].dark-mode .variation-row-indent .vertical-line, [dir=rtl] .dark-mode .variation-row-indent .vertical-line{border-right-color:var(--color-transparent-white-40)}.variation-row-indent .vertical-line:first-of-type{width:48px}.variation-row{box-sizing:border-box;display:flex;flex-grow:0;font-weight:600;line-height:30px;overflow:hidden;position:relative;width:100%}[dir=ltr] .variation-row{padding-left:17px;padding-right:15px}[dir=rtl] .variation-row{padding-right:17px;padding-left:15px}.chessboard-pkg-move-list-component{--timeBarMaxWidth: 45px;--timeMaxValue: 0;--whiteNodeSpace: 4rem;--blackNodeSpace: 14rem;color:var(--color-text-subtle);font-size:13px;overflow-x:hidden;overflow-y:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dark-mode .chessboard-pkg-move-list-component .dark-row{background-color:#ffffff05}.dark-mode .chessboard-pkg-move-list-component .time-white:after{background-color:var(--color-transparent-white-85)}.dark-mode .chessboard-pkg-move-list-component .time-black:after{background-color:var(--color-transparent-white-25)}.chessboard-pkg-move-list-component .icon-font-chess{display:inline-block;font-size:2.3rem;margin-top:-.3rem}[dir=ltr] .chessboard-pkg-move-list-component .icon-font-chess{margin-right:.1rem}[dir=rtl] .chessboard-pkg-move-list-component .icon-font-chess{margin-left:.1rem}.chessboard-pkg-move-list-component .dark-row{background-color:var(--color-gray-75)}.chessboard-pkg-move-list-component .main-line-row{box-sizing:border-box;font-weight:600;height:30px;line-height:30px;overflow:hidden;padding:0 15px;position:relative;width:100%}.chessboard-pkg-move-list-component .main-line-row .node{font-weight:700}.chessboard-pkg-move-list-component .main-line-row .move-info-icon{--tooltip-top: 1px;cursor:pointer;display:inline-block;margin-top:0;vertical-align:top}[dir=ltr] .chessboard-pkg-move-list-component .main-line-row .move-info-icon{margin-left:5px}[dir=rtl] .chessboard-pkg-move-list-component .main-line-row .move-info-icon{margin-right:5px}.chessboard-pkg-move-list-component .main-line-row .move-info-icon:before{display:contents}.chessboard-pkg-move-list-component .main-line-row .move-info-icon[data-tooltip]:after{margin-top:24px;position:fixed;top:var(--tooltip-top);transition:opacity .16s;white-space:initial;z-index:1000}[dir=ltr] .chessboard-pkg-move-list-component .main-line-row .move-info-icon[data-tooltip]:after{transform:translate(-50%)}[dir=rtl] .chessboard-pkg-move-list-component .main-line-row .move-info-icon[data-tooltip]:after{transform:translate(50%)}.chessboard-pkg-move-list-component .main-line-row .move-info-icon[data-tooltip][data-tooltip-position=top]:after{bottom:initial;left:initial;margin-top:0;right:initial;top:var(--tooltip-top)}[dir=ltr] .chessboard-pkg-move-list-component .main-line-row .move-info-icon[data-tooltip][data-tooltip-position=top]:after{transform:translate3d(-50%,-100%,0)}[dir=rtl] .chessboard-pkg-move-list-component .main-line-row .move-info-icon[data-tooltip][data-tooltip-position=top]:after{transform:translate3d(50%,-100%,0)}.chessboard-pkg-move-list-component .main-line-row .move-info-icon .circle-info:before{content:")"}.chessboard-pkg-move-list-component .main-line-row .move-info-icon .redo:before{content:"ἢ"}.chessboard-pkg-move-list-component [data-node]:not(.selected){cursor:pointer}.chessboard-pkg-move-list-component .node{display:inline-block}.chessboard-pkg-move-list-component .node .node-annotation-icon{position:relative;top:4px;width:20px}[dir=ltr] .chessboard-pkg-move-list-component .node .node-annotation-icon{float:left}[dir=rtl] .chessboard-pkg-move-list-component .node .node-annotation-icon{float:right}.chessboard-pkg-move-list-component .node .node-highlight-content{color:var(--nodeColor);display:inline-block;height:24px;line-height:24px;padding:0 4px}[dir=ltr] .chessboard-pkg-move-list-component .node .node-highlight-content.offset-for-annotation-icon{margin-left:20px}[dir=rtl] .chessboard-pkg-move-list-component .node .node-highlight-content.offset-for-annotation-icon{margin-right:20px}.chessboard-pkg-move-list-component .node .node-highlight-content.limit-begin{background-color:#2a442a;border:2px solid #4ca64c;border-radius:2px;color:var(--nodeLimit);font-weight:900}.chessboard-pkg-move-list-component .node .node-highlight-content.limit-end{background-color:#442a2a;border:2px solid #a64c4c;border-radius:2px;color:var(--nodeLimit);font-weight:900}.chessboard-pkg-move-list-component .node .node-highlight-content.limit-focus{background-color:#2a2a44;border:2px solid #4c4ca6;border-radius:2px;color:var(--nodeLimit)}.chessboard-pkg-move-list-component .node .node-highlight-content.limit-focus.limit-begin{background-color:#2a442a}.chessboard-pkg-move-list-component .node .node-highlight-content.limit-focus.limit-end{background-color:#442a2a}.chessboard-pkg-move-list-component .node .node-highlight-content.selected{background-color:var(--nodeBackground);border-bottom-style:solid;border-bottom-width:3px;border-color:var(--nodeBorder);border-radius:2px;color:var(--nodeColorSelected);cursor:default}.dark-mode .chessboard-pkg-move-list-component .node .node-highlight-content.selected{background-color:var(--color-transparent-white-14);border-color:var(--color-transparent-white-10)}.chessboard-pkg-move-list-component .node .node-highlight-content.selected.limit-begin{border:2px solid #4ca64c}.chessboard-pkg-move-list-component .node .node-highlight-content.selected.limit-end{border:2px solid #a64c4c}.chessboard-pkg-move-list-component .node .node-highlight-content.selected.limit-focus{border:2px solid #4c4ca6}.chessboard-pkg-move-list-component.movelist-colored .node{color:var(--nodeCustomColor, --nodeColor)}.dark-mode .chessboard-pkg-move-list-component.movelist-colored .node{color:var(--nodeCustomColor, var(--color-transparent-white-72))}.chessboard-pkg-move-list-component .main-line-ply{position:absolute;white-space:nowrap}[dir=ltr] .chessboard-pkg-move-list-component .main-line-ply.white-move{left:var(--whiteNodeSpace)}[dir=rtl] .chessboard-pkg-move-list-component .main-line-ply.white-move{right:var(--whiteNodeSpace)}[dir=ltr] .chessboard-pkg-move-list-component .main-line-ply.black-move{left:var(--blackNodeSpace)}[dir=rtl] .chessboard-pkg-move-list-component .main-line-ply.black-move{right:var(--blackNodeSpace)}.chessboard-pkg-move-list-component .main-line-ply.empty{color:var(--nodeColor)}[dir=ltr] .chessboard-pkg-move-list-component .main-line-ply.empty{margin-left:26px}[dir=rtl] .chessboard-pkg-move-list-component .main-line-ply.empty{margin-right:26px}[dir=ltr] .chessboard-pkg-move-list-component .game-result{left:var(--whiteNodeSpace)}[dir=rtl] .chessboard-pkg-move-list-component .game-result{right:var(--whiteNodeSpace)}.chessboard-pkg-move-list-component .time-white,.chessboard-pkg-move-list-component .time-black{font-size:10px;height:10px;line-height:10px;position:absolute;white-space:nowrap;width:var(--timestampWidth)}[dir=ltr] .chessboard-pkg-move-list-component .time-white,[dir=ltr] .chessboard-pkg-move-list-component .time-black{right:5px}[dir=rtl] .chessboard-pkg-move-list-component .time-white,[dir=rtl] .chessboard-pkg-move-list-component .time-black{left:5px}.chessboard-pkg-move-list-component .time-white:after,.chessboard-pkg-move-list-component .time-black:after{background-clip:content-box;border-radius:2px;box-sizing:border-box;content:"";height:10px;max-width:var(--timeBarLimit);min-width:2px;position:absolute;width:calc(var(--timeValue) / var(--timeMaxValue) * var(--timeBarMaxWidth))}[dir=ltr] .chessboard-pkg-move-list-component .time-white:after,[dir=ltr] .chessboard-pkg-move-list-component .time-black:after{left:-3px;transform:translate(-100%)}[dir=rtl] .chessboard-pkg-move-list-component .time-white:after,[dir=rtl] .chessboard-pkg-move-list-component .time-black:after{right:-3px;transform:translate(100%)}.chessboard-pkg-move-list-component .timestamps-with-base-time .time-white:after,.chessboard-pkg-move-list-component .timestamps-with-base-time .time-black:after{width:var(--timeBarWidth)}.chessboard-pkg-move-list-component .time-white{top:4px}.chessboard-pkg-move-list-component .time-white:after{background-color:var(--color-transparent-black-20);top:0}.chessboard-pkg-move-list-component .time-black{bottom:3px}.chessboard-pkg-move-list-component .time-black:after{background-color:#000c;bottom:-1px}[dir=ltr] .chessboard-pkg-move-list-component .trailing-san-figurine{margin-left:4px}[dir=rtl] .chessboard-pkg-move-list-component .trailing-san-figurine{margin-right:4px}.toggle-timestamps>.main-line-row .time-white,.toggle-timestamps>.main-line-row .time-black{color:transparent;width:0}.toggle-timestamps>.main-line-row:hover .time-white,.toggle-timestamps>.main-line-row:hover .time-black{color:var(--color-gray-500);width:auto}.dark-mode .toggle-timestamps>.main-line-row:hover .time-white,.dark-mode .toggle-timestamps>.main-line-row:hover .time-black{color:var(--color-transparent-white-50)}.toggle-timestamps>.main-line-row:hover .time-white:after,.toggle-timestamps>.main-line-row:hover .time-black:after{visibility:hidden}[data-tooltip]{position:relative}[data-tooltip]:after{opacity:0;pointer-events:none;position:absolute;transition:all .16s ease-out .08s;z-index:1;background-color:var(--color-transparent-black-77);border-radius:2px;color:var(--color-neutrals-white);content:attr(data-tooltip);font-size:1.4rem;font-weight:600;max-width:200px;padding:5px 8px;text-align:center;white-space:nowrap}[data-tooltip]:before{opacity:0;pointer-events:none;position:absolute;transition:all .16s ease-out .08s;z-index:1;border:5px solid transparent;content:"";height:0;width:0}[data-tooltip]:hover:before,[data-tooltip]:hover:after{opacity:1}[data-tooltip][data-tooltip-position=bottom]:after,[data-tooltip][data-tooltip-position=bottom]:before{top:100%}[dir=ltr] [data-tooltip][data-tooltip-position=bottom]:after,[dir=ltr] [data-tooltip][data-tooltip-position=bottom]:before{left:50%;transform:translate3d(-50%,-4px,0)}[dir=rtl] [data-tooltip][data-tooltip-position=bottom]:after,[dir=rtl] [data-tooltip][data-tooltip-position=bottom]:before{right:50%;transform:translate3d(50%,-4px,0)}[data-tooltip][data-tooltip-position=bottom]:after{margin-top:10px}[data-tooltip][data-tooltip-position=bottom]:before{border-bottom-color:var(--color-transparent-black-77)}[dir=ltr] [data-tooltip][data-tooltip-position=bottom]:hover:after,[dir=ltr] [data-tooltip][data-tooltip-position=bottom]:hover:before{transform:translate3d(-50%,0,0)}[dir=rtl] [data-tooltip][data-tooltip-position=bottom]:hover:after,[dir=rtl] [data-tooltip][data-tooltip-position=bottom]:hover:before{transform:translate3d(50%,0,0)}[data-tooltip][data-tooltip-position=left]:after,[data-tooltip][data-tooltip-position=left]:before{top:50%}[dir=ltr] [data-tooltip][data-tooltip-position=left]:after,[dir=ltr] [data-tooltip][data-tooltip-position=left]:before{right:100%;transform:translate3d(4px,-50%,0)}[dir=rtl] [data-tooltip][data-tooltip-position=left]:after,[dir=rtl] [data-tooltip][data-tooltip-position=left]:before{left:100%;transform:translate3d(-4px,-50%,0)}[dir=ltr] [data-tooltip][data-tooltip-position=left]:after{margin-right:10px}[dir=rtl] [data-tooltip][data-tooltip-position=left]:after{margin-left:10px}[dir=ltr] [data-tooltip][data-tooltip-position=left]:before{border-left-color:var(--color-transparent-black-77)}[dir=rtl] [data-tooltip][data-tooltip-position=left]:before{border-right-color:var(--color-transparent-black-77)}[data-tooltip][data-tooltip-position=left]:hover:after,[data-tooltip][data-tooltip-position=left]:hover:before{transform:translate3d(0,-50%,0)}[data-tooltip][data-tooltip-position=right]:after,[data-tooltip][data-tooltip-position=right]:before{top:50%}[dir=ltr] [data-tooltip][data-tooltip-position=right]:after,[dir=ltr] [data-tooltip][data-tooltip-position=right]:before{left:100%;transform:translate3d(-4px,-50%,0)}[dir=rtl] [data-tooltip][data-tooltip-position=right]:after,[dir=rtl] [data-tooltip][data-tooltip-position=right]:before{right:100%;transform:translate3d(4px,-50%,0)}[dir=ltr] [data-tooltip][data-tooltip-position=right]:after{margin-left:10px}[dir=rtl] [data-tooltip][data-tooltip-position=right]:after{margin-right:10px}[dir=ltr] [data-tooltip][data-tooltip-position=right]:before{border-right-color:var(--color-transparent-black-77)}[dir=rtl] [data-tooltip][data-tooltip-position=right]:before{border-left-color:var(--color-transparent-black-77)}[data-tooltip][data-tooltip-position=right]:hover:after,[data-tooltip][data-tooltip-position=right]:hover:before{transform:translate3d(0,-50%,0)}[data-tooltip][data-tooltip-position=top]:after,[data-tooltip][data-tooltip-position=top]:before{bottom:100%}[dir=ltr] [data-tooltip][data-tooltip-position=top]:after,[dir=ltr] [data-tooltip][data-tooltip-position=top]:before{left:50%;transform:translate3d(-50%,4px,0)}[dir=rtl] [data-tooltip][data-tooltip-position=top]:after,[dir=rtl] [data-tooltip][data-tooltip-position=top]:before{right:50%;transform:translate3d(50%,4px,0)}[data-tooltip][data-tooltip-position=top]:after{margin-bottom:10px}[data-tooltip][data-tooltip-position=top]:before{border-top-color:var(--color-transparent-black-77)}[dir=ltr] [data-tooltip][data-tooltip-position=top]:hover:after,[dir=ltr] [data-tooltip][data-tooltip-position=top]:hover:before{transform:translate3d(-50%,0,0)}[dir=rtl] [data-tooltip][data-tooltip-position=top]:hover:after,[dir=rtl] [data-tooltip][data-tooltip-position=top]:hover:before{transform:translate3d(50%,0,0)}:root{--nodeBackground: #fff35f;--nodeBorder: rgba(0, 0, 0, .05);--nodeColor: var(--color-gray-900);--nodeColorSelected: var(--color-gray-900);--nodeNumber: var(--color-gray-700);--nodeLimit: var(--color-transparent-white-95)}:global(.dark-mode){--nodeBackground: rgba(255, 255, 0, .2);--nodeBorder: rgba(255, 255, 0, .4);--nodeColor: var(--color-transparent-white-72);--nodeColorSelected: var(--color-neutrals-white);--nodeNumber: var(--color-transparent-white-50);--nodeLimit: var(--color-transparent-white-72)}.vertical-move-list{--timeBarMaxWidth: 65px;--timeMaxValue: 0;--whiteNodeSpace: 4rem;--blackNodeSpace: 12rem;overflow-x:hidden;overflow-y:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dark-mode .vertical-move-list .move{color:var(--color-transparent-white-50)}.dark-mode .vertical-move-list .move:nth-child(2n){background-color:var(--color-transparent-white-2)}.dark-mode .vertical-move-list .time-white:after{background-color:var(--color-transparent-white-85)}.dark-mode .vertical-move-list .time-black:after{background-color:var(--color-transparent-white-25)}.vertical-move-list .move{box-sizing:border-box;color:var(--color-gray-900);font-size:13px;font-weight:600;height:30px;line-height:30px;overflow:hidden;position:relative;width:100%}[dir=ltr] .vertical-move-list .move{padding:0 5px 0 15px}[dir=rtl] .vertical-move-list .move{padding:0 15px 0 5px}.vertical-move-list .move:nth-child(2n){background-color:var(--color-gray-75)}.vertical-move-list .move .node{font-weight:700}.vertical-move-list .move .node .icon-font-chess{display:inline-block;font-size:2.3rem;margin-top:-1.3rem}[dir=ltr] .vertical-move-list .move .node .icon-font-chess{margin-right:.2rem}[dir=rtl] .vertical-move-list .move .node .icon-font-chess{margin-left:.2rem}.vertical-move-list .move .node .move-info-icon{--tooltip-top: 1px;cursor:pointer;display:inline-block;margin-top:0;vertical-align:top}[dir=ltr] .vertical-move-list .move .node .move-info-icon{margin-left:5px}[dir=rtl] .vertical-move-list .move .node .move-info-icon{margin-right:5px}.vertical-move-list .move .node .move-info-icon:before{display:contents}.vertical-move-list .move .node .move-info-icon[data-tooltip]:after{margin-top:24px;position:fixed;top:var(--tooltip-top);transition:opacity .16s;white-space:initial;z-index:9999}[dir=ltr] .vertical-move-list .move .node .move-info-icon[data-tooltip]:after{transform:translate(-50%)}[dir=rtl] .vertical-move-list .move .node .move-info-icon[data-tooltip]:after{transform:translate(50%)}.vertical-move-list .move .node .move-info-icon[data-tooltip][data-tooltip-position=top]:after{bottom:initial;left:initial;margin-top:0;right:initial;top:initial}[dir=ltr] .vertical-move-list .move .node .move-info-icon[data-tooltip][data-tooltip-position=top]:after{transform:translate3d(-50%,-100%,0)}[dir=rtl] .vertical-move-list .move .node .move-info-icon[data-tooltip][data-tooltip-position=top]:after{transform:translate3d(50%,-100%,0)}.vertical-move-list .move .node .move-info-icon .circle-info:before{content:")"}.vertical-move-list .move .node .move-info-icon .redo:before{content:"ἢ"}.vertical-move-list [data-ply]:not(.selected){cursor:pointer}.vertical-move-list .white,.vertical-move-list .black{height:24px;line-height:24px;min-width:40px;padding:0 4px;position:absolute;top:3px}.dark-mode .vertical-move-list .white,.dark-mode .vertical-move-list .black{color:var(--color-transparent-white-72)}.vertical-move-list .white.selected,.vertical-move-list .black.selected{background-color:var(--nodeBackground);border-bottom-style:solid;border-bottom-width:3px;border-color:var(--nodeBorder);border-radius:2px;color:var(--nodeColorSelected);cursor:default}.dark-mode .vertical-move-list .white.selected,.dark-mode .vertical-move-list .black.selected{background-color:var(--color-transparent-white-14);border-color:var(--color-transparent-white-10)}.vertical-move-list.movelist-colored .node{color:var(--nodeCustomColor, --nodeColor)}.dark-mode .vertical-move-list.movelist-colored .node{color:var(--nodeCustomColor, var(--color-transparent-white-72))}[dir=ltr] .vertical-move-list .white{left:var(--whiteNodeSpace)}[dir=rtl] .vertical-move-list .white{right:var(--whiteNodeSpace)}[dir=ltr] .vertical-move-list .black{left:var(--blackNodeSpace)}[dir=rtl] .vertical-move-list .black{right:var(--blackNodeSpace)}.vertical-move-list .time-white,.vertical-move-list .time-black{font-size:10px;height:10px;line-height:10px;position:absolute;width:var(--timestampWidth)}[dir=ltr] .vertical-move-list .time-white,[dir=ltr] .vertical-move-list .time-black{right:5px}[dir=rtl] .vertical-move-list .time-white,[dir=rtl] .vertical-move-list .time-black{left:5px}.vertical-move-list .time-white:after,.vertical-move-list .time-black:after{background-clip:content-box;border-radius:2px;box-sizing:border-box;content:"";height:10px;max-width:var(--timeBarLimit);min-width:2px;position:absolute;width:calc(var(--timeValue) / var(--timeMaxValue) * var(--timeBarMaxWidth))}[dir=ltr] .vertical-move-list .time-white:after,[dir=ltr] .vertical-move-list .time-black:after{left:-3px;transform:translate(-100%)}[dir=rtl] .vertical-move-list .time-white:after,[dir=rtl] .vertical-move-list .time-black:after{right:-3px;transform:translate(100%)}.vertical-move-list.timestamps-with-base-time .time-white:after,.vertical-move-list.timestamps-with-base-time .time-black:after{width:var(--timeBarWidth)}.vertical-move-list .time-white{top:4px}.vertical-move-list .time-white:after{background-color:var(--color-transparent-black-20);top:0}.vertical-move-list .time-black{bottom:3px}.vertical-move-list .time-black:after{background-color:#000c;bottom:-1px}.toggle-timestamps>.move .time-white,.toggle-timestamps>.move .time-black{color:transparent;width:0}.toggle-timestamps>.move:hover .time-white,.toggle-timestamps>.move:hover .time-black{color:var(--color-gray-500);width:auto}.dark-mode .toggle-timestamps>.move:hover .time-white,.dark-mode .toggle-timestamps>.move:hover .time-black{color:var(--color-transparent-white-50)}.toggle-timestamps>.move:hover .time-white:after,.toggle-timestamps>.move:hover .time-black:after{visibility:hidden}.custom-item{background-clip:content-box;box-sizing:border-box;height:12.5%;opacity:.8;pointer-events:none;position:absolute;width:12.5%}.basic-item-animation-captured svg{animation:capture-star .4s var(--motion-ease-out-1, cubic-bezier(0, 0, .2, 1)) forwards}.basic-item-animation-grow-in svg{animation:grow-in .2s var(--motion-ease-out-2, cubic-bezier(0, 0, .4, 1)) .1s both,shrink-to-size .2s var(--motion-ease-out-2, cubic-bezier(0, 0, .4, 1)) 325ms forwards}@keyframes capture-star{0%{opacity:1}to{opacity:0;transform:scale(2.16)}}@keyframes grow-in{0%{transform:scale(0)}to{transform:scale(1.35)}}@keyframes shrink-to-size{0%{transform:scale(1.35)}to{transform:scale(1)}}.effect{--icon-bg-scale: 1;background-clip:content-box;border-radius:50%;box-sizing:border-box;height:12.5%;left:5.5%;padding:3.75%;pointer-events:none;position:absolute;top:-5.5%;width:12.5%;z-index:1}[dir=ltr] .effect.tuck-right{margin-left:-2%}[dir=rtl] .effect.tuck-right{margin-right:-2%}.effect.tuck-top{margin-top:2%}.effect.fade-in{animation-duration:.15s;animation-fill-mode:forwards;animation-name:fade-in-animation;animation-timing-function:cubic-bezier(0,0,.4,1)}.effect.fade-out{animation-duration:.3s;animation-fill-mode:forwards;animation-name:fade-out-animation;animation-timing-function:cubic-bezier(0,0,.4,1)}.effect .icon-background{transform:scale(var(--icon-bg-scale));transform-origin:center}.effect .scale-animation{--icon-bg-scale: 2;transition:transform .3s cubic-bezier(0,0,.4,1)}.effect svg{overflow:visible}.effects{pointer-events:none;position:absolute}.flipped .effects{transform:scale(-1)}@keyframes fade-in-animation{0%{opacity:0}to{opacity:1}}.animated-effect{--first-step-duration: .3s;--second-step-duration: .3s;--delay: .7s;--square-alpha: .8;--icon-bg-scale: 1;--y-position: calc( 0% + var(--inset-y-factor) );--x-position: calc( 100% + var(--inset-x-factor) );--text-x-position: var(--x-position);--text-y-position: var(--y-position);--text-line-height: calc( var(--line-height-ratio) * var(--square-size) );--icon-starting-y: 62.5%;--text-translate-x: -50%;--text-translate-y: -50%;--icon-bg-translate-x: -50%;--icon-bg-translate-y: -50%;--icon-translate-x: -50%;--icon-translate-y: -50%;--text-transform-origin: center center;--inset-x-factor: -5%;--inset-y-factor: 5%;--z-stacking: 2;--font-size-ratio: calc( 18 / 82.5 );--line-height-ratio: calc( 30 / 82.5 );--padding-ratio: calc( 14 / 82.5 );background-clip:content-box;bottom:100%;box-sizing:border-box;color:#000;height:12.5%;left:0;pointer-events:none;position:absolute;top:0;width:12.5%}.animated-effect.tuck-top{--y-position: calc( 0% + var(--target-icon-size) );--inset-y-factor: 0%;--half-text-line-height: calc( var(--text-line-height) / 2 );--text-y-position: calc( calc( var(--y-position) - var(--target-icon-size)) + var(--half-text-line-height) ) }.animated-effect.tuck-right{--x-position: calc( 100% - var(--target-icon-size) );--inset-x-factor: 0%;--text-translate-x: -100%;--text-transform-origin: 100% center;--text-x-position: calc( var(--x-position) + var(--target-icon-size))}.pseudo3d .animated-effect:not(.below-piece),.animated-effect:not(.below-piece){z-index:var(--z-stacking)}.animated-effect.brilliant{color:var(--color-classification-brilliant)}.animated-effect.greatfind{color:var(--color-classification-great)}.animated-effect.inaccuracy{color:var(--color-classification-inaccuracy)}.animated-effect.mistake{color:var(--color-classification-mistake)}.animated-effect.blunder{color:var(--color-classification-blunder)}.animated-effect.stalemate,.animated-effect.drawwhite,.animated-effect.drawblack{color:#555351}.animated-effect.resignwhite,.animated-effect.resignblack,.animated-effect.mate,.animated-effect.checkmateblack,.animated-effect.checkmatewhite,.animated-effect.timeoutblack,.animated-effect.timeoutwhite,.animated-effect.bughouseblack,.animated-effect.bughousewhite,.animated-effect.abandon{color:#e02828}.animated-effect.winner{color:#83b84f}.animated-effect.bestmove{color:var(--color-classification-best)}.animated-effect.miss{color:var(--color-classification-miss)}.animated-effect.skills{color:var(--color-gold-300)}.animated-effect .text{animation-delay:0s,calc(var(--first-step-duration) + var(--delay));animation-duration:var(--first-step-duration),var(--second-step-duration);animation-fill-mode:forwards;animation-name:slidein,textshrink;background-color:#fff;border-radius:500px;box-shadow:0 1px #00000059;font-size:calc(var(--font-size-ratio) * var(--square-size));font-weight:700;left:var(--text-x-position);line-height:var(--text-line-height);padding:0 calc(var(--padding-ratio) * var(--square-size));pointer-events:none;position:absolute;transform:translate(var(--text-translate-x),var(--text-translate-y));transform-origin:var(--text-transform-origin);transition-timing-function:cubic-bezier(0,0,.2,1),cubic-bezier(.42,0,.58,1);white-space:nowrap;z-index:1}.animated-effect .icon{animation-delay:0s,calc(var(--first-step-duration) + var(--delay));animation-duration:var(--first-step-duration),var(--second-step-duration);animation-fill-mode:forwards;animation-name:fadeingrow,slidecorner;filter:drop-shadow(0 1px 0 rgba(0,0,0,.35));left:50%;position:absolute;top:var(--icon-starting-y);transform:translate(-50%,-50%);transition-timing-function:cubic-bezier(0,0,.2,1),cubic-bezier(.42,0,.58,1);z-index:2}.animated-effect .icon-background{animation-delay:calc(var(--first-step-duration) + var(--delay));animation-duration:var(--second-step-duration);animation-fill-mode:forwards;animation-name:iconbackground;background-color:#000;border-radius:50%;box-shadow:0 1px #00000059;font-weight:700;left:var(--x-position);opacity:0;pointer-events:none;position:absolute;top:var(--y-position);transform:translate(var(--icon-bg-translate-x),var(--icon-bg-translate-y)) scale(var(--icon-bg-scale));transition-timing-function:cubic-bezier(0,0,.2,1),cubic-bezier(.42,0,.58,1);z-index:1}.animated-effect .square{animation-delay:0s,calc(var(--first-step-duration) + var(--delay));animation-duration:var(--first-step-duration),var(--second-step-duration);animation-fill-mode:forwards;animation-name:squarefadein,squarefadeout;background-color:#000;height:100%;position:absolute;width:100%}.animated-effect .square.brilliant{background-color:rgba(27,172,166,var(--square-alpha))}.animated-effect .square.greatfind{background-color:rgba(92,139,176,var(--square-alpha))}.animated-effect .square.inaccuracy{background-color:rgba(247,192,69,var(--square-alpha))}.animated-effect .square.mistake{background-color:rgba(229,143,42,var(--square-alpha))}.animated-effect .square.blunder{background-color:rgba(202,52,49,var(--square-alpha))}.animated-effect .square.stalemate,.animated-effect .square.drawwhite,.animated-effect .square.drawblack{background-color:rgba(85,83,81,var(--square-alpha))}.animated-effect .square.resignblack,.animated-effect .square.resignwhite,.animated-effect .square.mate,.animated-effect .square.checkmateblack,.animated-effect .square.checkmatewhite,.animated-effect .square.timeoutblack,.animated-effect .square.timeoutwhite,.animated-effect .square.bughouseblack,.animated-effect .square.bughousewhite,.animated-effect .square.abandon{background-color:rgba(224,40,40,var(--square-alpha))}.animated-effect .square.winner{background-color:rgba(131,184,79,var(--square-alpha))}.animated-effect .square.bestmove{background-color:rgba(151,189,77,var(--square-alpha))}.animated-effect .square.miss{background-color:rgba(255,119,105,var(--square-alpha))}.animated-effect .square.skills{background-color:rgba(227,170,36,var(--square-alpha))}.animated-effect.fade-out{animation-duration:.3s;animation-fill-mode:forwards;animation-name:fade-out-animation;animation-timing-function:cubic-bezier(0,0,.4,1)}.animated-effect .scale-animation{--icon-bg-scale: 2;transition:transform .3s cubic-bezier(0,0,.4,1)}.flying-points{--icon-translate-x: -50%;--icon-translate-y: -50%;--inset-x-factor: -.05;--inset-y-factor: .05;--flying-starting-x: calc(var(--absolute-x) + calc(var(--inset-x-factor) * var(--square-size)));--flying-starting-y: calc(var(--absolute-y) + calc(var(--inset-y-factor) * var(--square-size)));align-items:center;animation-delay:50ms;animation-duration:.5s;animation-fill-mode:forwards;animation-name:flyingpointsout;animation-timing-function:cubic-bezier(.5,0,.8,0);background-color:#000;border-radius:50%;box-shadow:0 1px #00000059;color:#fff;display:flex;font-weight:700;height:calc(var(--target-icon-size) * 2 / 8);justify-content:center;left:var(--flying-starting-x);position:absolute;top:var(--flying-starting-y);transform:translate(var(--icon-translate-x),var(--icon-translate-y)) rotate(0);width:calc(var(--target-icon-size) * 2 / 8);z-index:2}.pseudo3d .flying-points{z-index:9}.flying-points.tuck-top{--icon-translate-y: 0%;--inset-y-factor: 0}.flying-points.tuck-right{--icon-translate-x: -100%;--inset-x-factor: 0}.flying-points .icon{filter:drop-shadow(0 1px 0 rgba(0,0,0,.35));transform:translate(.625%,2%)}@keyframes slidein{0%{opacity:0;top:calc(var(--text-y-position) + 20%)}to{opacity:1;top:var(--text-y-position)}}@keyframes fadeingrow{0%{opacity:0;transform:translate(-50%,-50%) scale(.4)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes slidecorner{0%{left:50%;top:var(--icon-starting-y);transform:translate(-50%,-50%)}to{left:var(--x-position);top:calc(var(--y-position) + 1%);transform:translate(var(--icon-translate-x),var(--icon-translate-y)) scale(.55)}}@keyframes textshrink{0%{opacity:1;transform:translate(var(--text-translate-x),var(--text-translate-y))}to{opacity:0;transform:translate(var(--text-translate-x),var(--text-translate-y)) scaleX(0)}}@keyframes iconbackground{0%{opacity:0;padding:var(--target-icon-size) 40%}to{opacity:1;padding:var(--target-icon-size)}}@keyframes squarefadein{0%{opacity:0}to{opacity:var(--target-opacity)}}@keyframes squarefadeout{0%{opacity:var(--target-opacity)}to{opacity:0}}@keyframes flyingpointsout{0%{left:var(--flying-starting-x);opacity:1;top:var(--flying-starting-y);transform:translate(var(--icon-translate-x),var(--icon-translate-y)) rotate(0)}to{left:var(--target-x);opacity:.2;top:var(--target-y);transform:translate(var(--icon-translate-x),var(--icon-translate-y)) rotate(90deg)}}@keyframes fade-out-animation{0%{opacity:1}to{opacity:0}}.brilliant.icon-background,.brilliant.flying-points{background-color:var(--color-classification-brilliant)}.greatfind.icon-background,.greatfind.flying-points{background-color:var(--color-classification-great)}.inaccuracy.icon-background,.inaccuracy.flying-points{background-color:var(--color-classification-inaccuracy)}.mistake.icon-background,.mistake.flying-points{background-color:var(--color-classification-mistake)}.blunder.icon-background,.blunder.flying-points{background-color:var(--color-classification-blunder)}.stalemate.icon-background,.stalemate.flying-points,.drawwhite.icon-background,.drawwhite.flying-points,.drawblack.icon-background,.drawblack.flying-points{background-color:#555351}.resignblack.icon-background,.resignblack.flying-points,.resignwhite.icon-background,.resignwhite.flying-points,.mate.icon-background,.mate.flying-points,.checkmateblack.icon-background,.checkmateblack.flying-points,.checkmatewhite.icon-background,.checkmatewhite.flying-points,.timeoutblack.icon-background,.timeoutblack.flying-points,.timeoutwhite.icon-background,.timeoutwhite.flying-points,.abandon.icon-background,.abandon.flying-points,.bughousewhite.icon-background,.bughousewhite.flying-points,.bughouseblack.icon-background,.bughouseblack.flying-points{background-color:#e02828}.winner.icon-background,.winner.flying-points{background-color:#83b84f}.bestmove.icon-background,.bestmove.flying-points{background-color:var(--color-classification-best)}.miss.icon-background,.miss.flying-points{background-color:var(--color-classification-miss)}.skills.icon-background,.skills.flying-points{background-color:var(--color-gold-300)}.hide-pieces .piece{display:none}@keyframes boardIn{0%{height:0}to{height:calc(var(--gameBoardAnimationHeight) / 2)}}@keyframes boardOut{0%{height:calc(var(--gameBoardAnimationHeight) / 2)}to{height:0}}@keyframes strokeIn{0%{top:0}to{top:calc(var(--gameBoardAnimationHeight) / 2)}}@keyframes strokeOut{0%{top:calc(var(--gameBoardAnimationHeight) / 2)}to{top:0}}@keyframes strokeInUp{0%{bottom:0}to{bottom:calc(var(--gameBoardAnimationHeight) / 2)}}@keyframes strokeOutUp{0%{bottom:calc(var(--gameBoardAnimationHeight) / 2)}to{bottom:0}}.board-pieces-wrapper{left:0%;overflow:hidden;position:absolute;right:0%;top:0%;animation:boardIn var(--half-swipe-duration) cubic-bezier(0,0,.2,1) 0ms 1 forwards}.board-pieces-wrapper .takeover-board{background-image:var(--takeoverBoardBackground);background-size:cover;border-radius:3px;height:100%;left:0%;position:absolute;right:0%;top:0%}.board-pieces-wrapper .pieces-wrapper{height:var(--gameBoardAnimationHeight);left:0%;position:absolute;right:0%;top:0%}.board-pieces-wrapper.swipe-out{animation:boardOut var(--half-swipe-duration) cubic-bezier(.8,0,1,1) 0ms 1 forwards}.board-pieces-wrapper.down.full{animation:takeoverBoardDownIn var(--full-swipe-duration) ease-in 0ms 1 forwards}@keyframes takeoverBoardDownIn{0%{height:0}to{height:var(--gameBoardAnimationHeight)}}.board-pieces-wrapper.down.full.swipe-out{animation:takeoverBoardDownOut var(--full-swipe-duration) ease-in 0ms 1 forwards}@keyframes takeoverBoardDownOut{0%{height:var(--gameBoardAnimationHeight)}to{height:0}}.board-pieces-wrapper.up,.board-pieces-wrapper.up .pieces-wrapper,.board-pieces-wrapper.up .coordinates{bottom:0%;top:auto}.board-pieces-wrapper.up .takeover-board{background-position-y:bottom}.board-pieces-wrapper.up.full{animation:takeoverBoardUp var(--full-swipe-duration) ease-in 0ms 1 forwards}@keyframes takeoverBoardUp{0%{height:0}to{height:var(--gameBoardAnimationHeight)}}.board-pieces-wrapper.up.full.swipe-out{animation:takeoverBoardUpOut var(--full-swipe-duration) ease-in 0ms 1 forwards}@keyframes takeoverBoardUpOut{0%{height:var(--gameBoardAnimationHeight)}to{height:0}}.takeover-overlay{background-color:#333;content:"";display:block;inset:0;opacity:.3;position:absolute}.fade-out{animation:fadeOut var(--fade-out-duration) forwards}.vfx.vfx-piece-capture .element{animation:capture-fade .4s ease-in-out forwards;background-size:100%;cursor:default;height:100%;overflow:unset;transform-origin:center 90%;width:100%}@keyframes capture-fade{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2)}}.vfx.vfx-piece-jump .element{background-size:100%;cursor:default;height:100%;overflow:unset;position:relative;width:100%}.vfx .piece-jump-and-wiggle{animation:waiting var(--initial-delay) forwards,piece-jump .4s cubic-bezier(.25,1,.5,1) var(--initial-delay) forwards,piece-wiggle-1 .2s cubic-bezier(.37,0,.63,1) var(--initial-delay) forwards,piece-wiggle-2 .2s cubic-bezier(.37,0,.63,1) calc(var(--initial-delay) + .2s) forwards}.vfx .piece-jump-and-fall-over{animation:waiting var(--initial-delay) forwards,piece-jump .4s cubic-bezier(.25,1,.5,1) var(--initial-delay) forwards,piece-fall-over .4s cubic-bezier(.34,1.56,.64,1) var(--initial-delay) forwards}.vfx .fallen-piece-jump{animation:waiting var(--initial-delay) forwards,piece-jump .4s cubic-bezier(.25,1,.5,1) var(--initial-delay) forwards}.vfx .piece-fall-and-rest{animation:piece-reset-y .2s cubic-bezier(.34,1.56,.64,1) forwards,piece-set-rest-rotation .2s cubic-bezier(.65,0,.35,1) forwards}@keyframes waiting{0%{transform:rotate(var(--initial-rotation))}to{transform:rotate(var(--initial-rotation))}}@keyframes piece-jump{0%{left:0;top:0}to{left:var(--jump-x);top:var(--jump-y)}}@keyframes piece-wiggle-1{0%{transform:rotate(var(--initial-rotation))}to{transform:rotate(calc(var(--wiggle-deg) * -1))}}@keyframes piece-wiggle-2{0%{transform:rotate(calc(var(--wiggle-deg) * -1))}to{transform:rotate(var(--wiggle-deg))}}@keyframes piece-fall-over{0%{transform:rotate(0)}to{transform:rotate(var(--fall-deg))}}@keyframes piece-reset-y{0%{left:var(--jump-x);top:var(--jump-y)}to{left:0;top:0}}@keyframes piece-set-rest-rotation{0%{transform:rotate(var(--fall-deg, var(--wiggle-deg)))}to{transform:rotate(var(--fall-deg, 0deg))}}.vfx.vfx-piece-throw .element{background-size:100%;cursor:default;height:100%;overflow:unset;position:absolute;width:100%}.vfx .piece-throw-and-spin{--throw-duration: 1s;animation:piece-throw-x var(--throw-duration) linear var(--initial-delay, 0ms) forwards,piece-throw-y var(--throw-duration) cubic-bezier(.33,1,.68,1) var(--initial-delay, 0ms) forwards,piece-spin var(--throw-duration) linear var(--initial-delay, 0ms) forwards}@keyframes piece-throw-x{0%{left:0}to{left:var(--throw-x)}}@keyframes piece-throw-y{0%{top:0}to{top:var(--throw-y)}}@keyframes piece-spin{0%{transform:rotate(0) scale(1)}to{transform:rotate(var(--spin-deg)) scale(var(--scale))}}.vfx.vfx-hand-throw .hand-throw-image{display:block;height:100%;-o-object-fit:contain;object-fit:contain;opacity:1;pointer-events:none;position:absolute;top:50%;width:100%}[dir=ltr] .vfx.vfx-hand-throw .hand-throw-image{left:50%;transform:translate(-50%,-50%) scale(.75)}[dir=rtl] .vfx.vfx-hand-throw .hand-throw-image{right:50%;transform:translate(50%,-50%) scale(.75)}.vfx .hand-throw-animate{animation:hand-throw-appear var(--hand-throw-appear-duration, .15s) cubic-bezier(.33,1,.68,1) forwards,hand-throw-throw var(--hand-throw-throw-duration, .2s) cubic-bezier(.33,1,.68,1) var(--hand-throw-appear-duration, .15s) forwards,hand-throw-fade var(--hand-throw-fade-duration, .8s) ease-out calc(var(--hand-throw-appear-duration, .15s) + var(--hand-throw-throw-duration, .2s)) forwards}@keyframes hand-throw-appear{0%{opacity:.6;transform:translate(-50%,-50%) rotate(var(--hand-throw-appear-rotation)) scale(.6)}to{opacity:1;transform:translate(-50%,-50%) rotate(0) scale(1)}}@keyframes hand-throw-throw{0%{transform:translate(-50%,-50%) rotate(0) scale(1)}to{transform:translate(-50%,calc(-50% + var(--hand-throw-throw-dy, -8%))) rotate(0) scale(var(--hand-throw-throw-scale-x, 1.5),var(--hand-throw-throw-scale-y, 1.5))}}@keyframes hand-throw-fade{0%{opacity:1;transform:translate(-50%,calc(-50% + var(--hand-throw-throw-dy, -8%))) rotate(0) scale(var(--hand-throw-throw-scale-x, 1.5),var(--hand-throw-throw-scale-y, 1.5))}to{opacity:0;transform:translate(-50%,-50%) rotate(0) scale(1)}}.vfx.vfx-king-check-square .square{--grow-duration: 50ms;--shrink-duration: .25s;--overlay-start-delay: .1s;--overlay-total-delay: calc(var(--grow-duration) + var(--shrink-duration) + var(--overlay-start-delay));animation:king-check-square-grow var(--grow-duration) linear,king-check-square-shrink var(--shrink-duration) cubic-bezier(.16,1,.3,1) var(--grow-duration);background-image:var(--bg-image);background-position:var(--file) var(--rank);background-size:800%;height:100%;width:100%}[dir=ltr] .flipped .vfx.vfx-king-check-square .square{background-position:calc(100% - var(--file)) calc(100% - var(--rank))}[dir=rtl] .flipped .vfx.vfx-king-check-square .square{background-position:calc(100% - (100% - var(--file))) calc(100% - var(--rank))}.vfx.vfx-king-check-square .color-overlay{animation:king-check-square-pulse 2s cubic-bezier(.33,1,.68,1) var(--overlay-total-delay) infinite;background-color:#e63946;height:100%;opacity:.55;width:100%}@keyframes king-check-square-grow{0%{transform:scale(1)}to{transform:scale(1.15)}}@keyframes king-check-square-shrink{0%{transform:scale(1.15)}to{transform:scale(1)}}@keyframes king-check-square-pulse{0%{opacity:.55}50%{opacity:.25}to{opacity:.55}}.vfx.vfx-king-check .element{animation:king-check-grow 50ms linear forwards,king-check-wiggle .2s linear 50ms 5 forwards,king-check-shrink .25s cubic-bezier(.16,1,.3,1) 1.05s forwards;background-size:100%;cursor:default;height:100%;overflow:unset;position:relative;width:100%}@keyframes king-check-grow{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes king-check-wiggle{0%{transform:scale(1.1) rotate(0)}25%{transform:scale(1.1) rotate(-4deg)}50%{transform:scale(1.1) rotate(0)}75%{transform:scale(1.1) rotate(4deg)}to{transform:scale(1.1) rotate(0)}}@keyframes king-check-shrink{0%{transform:scale(1.1)}to{transform:scale(1)}}.vfx-piece-trail .trail-segment{--piece-move-duration: .22s;--trail-width: 0%;--trail-scale-duration: var(--piece-move-duration);--trail-fadeout-duration: .3s;animation:trail-scale var(--trail-scale-duration) ease-in-out forwards,trail-fadeout var(--trail-fadeout-duration) ease-out var(--trail-scale-duration) forwards;border-radius:999px;height:40px;opacity:1;position:absolute;top:50%;width:var(--trail-width)}[dir=ltr] .vfx-piece-trail .trail-segment{left:50%;transform-origin:0 50%}[dir=rtl] .vfx-piece-trail .trail-segment{right:50%;transform-origin:100% 50%}@keyframes trail-scale{0%{transform:translateY(-50%) rotate(var(--rotation)) scaleX(0)}to{transform:translateY(-50%) rotate(var(--rotation)) scaleX(1)}}@keyframes trail-fadeout{0%{opacity:1}to{opacity:0}}.vfx.vfx-illegal-move-tap{overflow:hidden;pointer-events:none}.vfx.vfx-illegal-move-tap .illegal-move-tap-overlay{animation:illegal-move-tap-overlay-fade .7s cubic-bezier(.33,1,.68,1) forwards;background-color:#e63946;height:100%;opacity:.55;position:absolute;top:0;width:100%;z-index:1}[dir=ltr] .vfx.vfx-illegal-move-tap .illegal-move-tap-overlay{left:0}[dir=rtl] .vfx.vfx-illegal-move-tap .illegal-move-tap-overlay{right:0}.vfx.vfx-illegal-move-tap .illegal-move-tap-circle{animation:illegal-move-tap-circle-opacity .3s ease-in-out forwards,illegal-move-tap-circle-expand .4s cubic-bezier(.33,1,.68,1) forwards;background-color:#000;border-radius:100%;height:100%;position:absolute;top:50%;width:100%;z-index:2}[dir=ltr] .vfx.vfx-illegal-move-tap .illegal-move-tap-circle{left:50%}[dir=rtl] .vfx.vfx-illegal-move-tap .illegal-move-tap-circle{right:50%}@keyframes illegal-move-tap-overlay-fade{0%{opacity:.7}to{opacity:0}}@keyframes illegal-move-tap-circle-opacity{0%{opacity:.07}to{opacity:0}}@keyframes illegal-move-tap-circle-expand{0%{transform:translate(-50%,-50%) scale(.6)}to{opacity:0;transform:translate(-50%,-50%) scale(1.5)}}.vfx.vfx-growing-circle{overflow:hidden;pointer-events:none}.vfx.vfx-growing-circle .growing-circle{animation:growing-circle-opacity .3s ease-in-out forwards,growing-circle-expand .4s cubic-bezier(.33,1,.68,1) forwards;background-color:var(--growing-circle-color, #000000);border-radius:100%;height:100%;position:absolute;top:50%;width:100%;z-index:2}[dir=ltr] .vfx.vfx-growing-circle .growing-circle{left:50%}[dir=rtl] .vfx.vfx-growing-circle .growing-circle{right:50%}@keyframes growing-circle-opacity{0%{opacity:var(--growing-circle-initial-opacity, .07)}to{opacity:0}}@keyframes growing-circle-expand{0%{transform:translate(-50%,-50%) scale(.6)}to{opacity:0;transform:translate(-50%,-50%) scale(1.5)}}.vfx.vfx-piece-flip .element{background-size:100%;cursor:default;height:100%;overflow:unset;transform-origin:50% 25%;width:100%}.vfx.vfx-piece-flip.flip-cw .element{animation:piece-flip-rotate-cw .45s cubic-bezier(.6,-.28,.735,.045) forwards,piece-flip-scale 1s forwards,piece-flip-translate 1s forwards}.vfx.vfx-piece-flip.flip-ccw .element{animation:piece-flip-rotate-ccw .45s cubic-bezier(.6,-.28,.735,.045) forwards,piece-flip-scale 1s forwards,piece-flip-translate 1s forwards}@keyframes piece-flip-rotate-cw{0%{rotate:0deg}to{rotate:360deg}}@keyframes piece-flip-rotate-ccw{0%{rotate:0deg}to{rotate:-360deg}}@keyframes piece-flip-scale{0%{animation-timing-function:linear;scale:1 1}10%{animation-timing-function:cubic-bezier(.33,1,.68,1);scale:1 1}40%{animation-timing-function:linear;scale:1 .9}50%{animation-timing-function:linear;scale:1 .9}60%{scale:1 1.08}70%{scale:1 .97}80%{scale:1 1.02}90%{scale:1 .99}to{scale:1 1}}@keyframes piece-flip-translate{0%{animation-timing-function:linear;translate:0 0}10%{animation-timing-function:cubic-bezier(.33,1,.68,1);translate:0 0}40%{animation-timing-function:linear;translate:0 -50%}50%{translate:0 8%}58%{translate:0 -3%}66%{translate:0 1%}76%{translate:0 0}90%,to{translate:0 0}}.vfx.vfx-charge-jump .element{animation:charge-jump-compress 1.5s cubic-bezier(.33,1,.68,1) forwards,charge-jump-shake .12s ease-in-out infinite;background-size:100%;cursor:default;height:100%;overflow:unset;transform-origin:center 90%;width:100%}.vfx.vfx-charge-jump .element.jumping{animation:charge-jump-scale .8s forwards,charge-jump-translate .8s forwards}@keyframes charge-jump-compress{0%{scale:1 1}to{scale:1 .6}}@keyframes charge-jump-shake{0%{translate:0 0}25%{translate:1.5%}50%{translate:0 0}75%{translate:-1.5%}to{translate:0 0}}@keyframes charge-jump-scale{0%{animation-timing-function:cubic-bezier(.33,1,.68,1);scale:1 var(--start-compression, 1)}30%{animation-timing-function:cubic-bezier(.33,1,.68,1);scale:1 1.05}55%{animation-timing-function:ease-out;scale:1 .9}70%{animation-timing-function:ease-out;scale:1 1.05}85%{animation-timing-function:ease-out;scale:1 .98}to{scale:1 1}}@keyframes charge-jump-translate{0%{animation-timing-function:cubic-bezier(.33,1,.68,1);translate:0 0}30%{animation-timing-function:cubic-bezier(.32,0,.67,0);translate:0 var(--jump-height, -50%)}55%{translate:0 8%}70%{translate:0 -3%}85%{translate:0 1%}to{translate:0 0}}.vfx{height:12.5%;position:absolute;top:0;touch-action:none;width:12.5%;will-change:transform}[dir=ltr] .vfx{left:0}[dir=rtl] .vfx{right:0}.board{background-repeat:no-repeat;background-size:100%;border-radius:var(--chessboard-border-radius);contain:layout;height:100%;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.board.pseudo3d .vfx .element,.board.pseudo3d .piece,.board.pseudo3d .promotion-piece{overflow:visible}.board.pseudo3d .vfx .element:after,.board.pseudo3d .piece:after,.board.pseudo3d .promotion-piece:after{background-position-y:bottom;background-repeat:no-repeat;background-size:contain;bottom:0;content:" ";height:132%;position:absolute;width:100%}[dir=ltr] .board.pseudo3d .vfx .element:after,[dir=ltr] .board.pseudo3d .piece:after,[dir=ltr] .board.pseudo3d .promotion-piece:after{left:0}[dir=rtl] .board.pseudo3d .vfx .element:after,[dir=rtl] .board.pseudo3d .piece:after,[dir=rtl] .board.pseudo3d .promotion-piece:after{right:0}.board.pseudo3d .promotion-piece.wn:after,.board.pseudo3d .promotion-piece.bn:after{height:113%}.board.pseudo3d .promotion-piece.wr:after,.board.pseudo3d .promotion-piece.br:after{height:121%}.board.pseudo3d .promotion-piece.wb:after,.board.pseudo3d .promotion-piece.bb:after{height:119%}.board.pseudo3d .promotion-piece.wq:after,.board.pseudo3d .promotion-piece.bq:after{height:129%}.board .a11y-overlay{border-collapse:collapse;box-sizing:border-box;position:absolute;z-index:1}.board .a11y-announcement{height:0;overflow:hidden;width:0}.piece{background-size:100%;cursor:pointer;cursor:grab;cursor:-webkit-grab;height:12.5%;left:0;overflow:hidden;position:absolute;top:0;touch-action:none;width:12.5%;will-change:transform}.piece.dragging{cursor:grabbing;cursor:-webkit-grabbing;z-index:2}.pseudo3d .piece.dragging,.pseudo3d.flipped .piece.dragging{z-index:10}.piece.moving{animation-duration:var(--move-animation-duration, .18s);animation-fill-mode:forwards;animation-name:chessboard-piece-move;animation-timing-function:ease-in-out;z-index:2}.piece.fade-out{animation-delay:var(--fade-out-animation-delay, 0ms);animation-duration:var(--fade-out-animation-duration, 0ms);animation-fill-mode:forwards;animation-name:chessboard-piece-fade-out;animation-timing-function:ease-in-out}.highlight,.hover-square{height:12.5%;left:0;pointer-events:none;position:absolute;top:0;width:12.5%}.hover-square{background:none}.highlight,.hint,.capture-hint{height:12.5%;left:0;position:absolute;top:0;width:12.5%}.highlight.growing-circle{background-color:transparent;overflow:hidden}.highlight.growing-circle:after{animation:grow .2s ease-out forwards;background-color:var(--background-color, "#ffff33");border-radius:50%;content:"";height:100%;opacity:var(--opacity, .5);position:absolute;top:50%;width:100%}[dir=ltr] .highlight.growing-circle:after{left:50%;transform:translate(-50%,-50%) scale(.4)}[dir=rtl] .highlight.growing-circle:after{right:50%;transform:translate(50%,-50%) scale(.4)}@keyframes grow{to{transform:translate(-50%,-50%) scale(1.4142)}}.disabled .piece{cursor:default}.hint,.capture-hint{background-clip:content-box;border-radius:50%;box-sizing:border-box;pointer-events:none}.hint{background-color:var(--color-transparent-black-14);padding:4.2%}.capture-hint{border:5px solid var(--color-transparent-black-14)}.dynamic.capture-hint{--hole-percent: 90%;background:radial-gradient(circle closest-side at center,transparent 0 var(--hole-percent),var(--color-transparent-black-14) var(--hole-percent) 100%);background-clip:unset;border:0;border-radius:0}.dynamic.hint{background:none}.dynamic.hint .circle{--distance: 0;animation:grow-hint .15s ease-out forwards;animation-delay:calc(var(--distance) * .03s);animation-fill-mode:forwards;background-color:var(--color-transparent-black-14);border-radius:50%;height:100%;transform:scale(0)}.promotion-window{background-color:#fff;border-radius:3px;bottom:0;display:flex;flex-direction:column-reverse;height:56.25%;left:0;position:absolute;top:auto;width:12.5%;z-index:2}[dir=ltr] .promotion-window{box-shadow:3px 3px 10px var(--color-transparent-black-65)}[dir=rtl] .promotion-window{box-shadow:-3px 3px 10px var(--color-transparent-black-65)}.pseudo3d .promotion-window,.pseudo3d.flipped .promotion-window{z-index:10}.promotion-window.top{bottom:auto;top:0}.promotion-window.top .close-button{border-radius:0 0 3px 3px;order:0}.promotion-window.top .promotion-pieces{border-radius:0 0 3px 3px}.promotion-window.top .promotion-piece.wq,.promotion-window.top .promotion-piece.bq{order:4}.promotion-window.top .promotion-piece.wn,.promotion-window.top .promotion-piece.bn{order:3}.promotion-window.top .promotion-piece.wr,.promotion-window.top .promotion-piece.br{order:2}.promotion-window.top .promotion-piece.wb,.promotion-window.top .promotion-piece.bb{order:1}.pseudo3d .promotion-window.top .promotion-piece.wq,.pseudo3d .promotion-window.top .promotion-piece.bq{z-index:11}.pseudo3d .promotion-window.top .promotion-piece.wn,.pseudo3d .promotion-window.top .promotion-piece.bn{z-index:12}.pseudo3d .promotion-window.top .promotion-piece.wr,.pseudo3d .promotion-window.top .promotion-piece.br{z-index:13}.pseudo3d .promotion-window.top .promotion-piece.wb,.pseudo3d .promotion-window.top .promotion-piece.bb{z-index:14}.promotion-window .promotion-pieces{background:#fff;border-radius:3px 3px 0 0}.promotion-window .promotion-piece{background-position-y:bottom;background-repeat:no-repeat;background-size:100%;cursor:pointer;padding-top:100%;position:relative}.promotion-window .promotion-piece.wq,.promotion-window .promotion-piece.bq{order:0}.promotion-window .promotion-piece.wn,.promotion-window .promotion-piece.bn{order:1}.promotion-window .promotion-piece.wr,.promotion-window .promotion-piece.br{order:2}.promotion-window .promotion-piece.wb,.promotion-window .promotion-piece.bb{order:3}.pseudo3d .promotion-window .promotion-piece.wq,.pseudo3d .promotion-window .promotion-piece.bq{z-index:14}.pseudo3d .promotion-window .promotion-piece.wn,.pseudo3d .promotion-window .promotion-piece.bn{z-index:13}.pseudo3d .promotion-window .promotion-piece.wr,.pseudo3d .promotion-window .promotion-piece.br{z-index:12}.pseudo3d .promotion-window .promotion-piece.wb,.pseudo3d .promotion-window .promotion-piece.bb{z-index:11}.promotion-window .close-button{align-items:center;background:var(--color-gray-100);border-radius:4px 4px 0 0;color:var(--color-gray-500);cursor:pointer;display:flex;flex-grow:1;font-size:150%;font-style:normal;justify-content:center;max-height:12.5%;order:4;text-align:center}.promotion-window.dynamic{--promotion-window-clip-top: 100%;--promotion-window-clip-bottom: 0%;background-color:transparent;isolation:isolate;justify-content:flex-start;overflow:visible;transition:box-shadow 333ms ease-out}[dir=ltr] .promotion-window.dynamic{box-shadow:3px 3px 10px transparent}[dir=rtl] .promotion-window.dynamic{box-shadow:-3px 3px 10px transparent}.promotion-window.dynamic:before{background-color:#fff;border-radius:inherit;clip-path:inset(var(--promotion-window-clip-top, 100%) 0 var(--promotion-window-clip-bottom, 0%) 0);content:"";inset:0;pointer-events:none;position:absolute;transition:clip-path 333ms cubic-bezier(.34,1.56,.64,1);will-change:clip-path;z-index:-1}[dir=ltr] .promotion-window.dynamic:before{box-shadow:3px 3px 10px var(--color-transparent-black-65)}[dir=rtl] .promotion-window.dynamic:before{box-shadow:-3px 3px 10px var(--color-transparent-black-65)}.promotion-window.dynamic.top{--promotion-window-clip-top: 0%;--promotion-window-clip-bottom: 100%;justify-content:flex-end}.promotion-window.dynamic.top .close-button{bottom:0;top:auto;transform:translateY(calc(var(--promotion-window-clip-bottom) * -8))}.promotion-window.dynamic.top .promotion-pieces{top:12.5%}.promotion-window.dynamic.promotion-window--visible{--promotion-window-clip-top: 0%;--promotion-window-clip-bottom: 0%;transition-delay:.16s}[dir=ltr] .promotion-window.dynamic.promotion-window--visible{box-shadow:3px 3px 10px var(--color-transparent-black-65)}[dir=rtl] .promotion-window.dynamic.promotion-window--visible{box-shadow:-3px 3px 10px var(--color-transparent-black-65)}.promotion-window.dynamic.promotion-window--visible .promotion-piece{opacity:1}.promotion-window.dynamic .promotion-pieces{background:transparent;position:relative;top:-12.5%}.promotion-window.dynamic .promotion-piece{opacity:0;transition:opacity 333ms}.promotion-window.dynamic .close-button{height:11.1111111111%;max-height:11.1111111111%;position:absolute;top:0;transform:translateY(calc(var(--promotion-window-clip-top) * 8));transition:transform 333ms cubic-bezier(.34,1.56,.64,1);width:100%;z-index:20}[dir=ltr] .promotion-window.dynamic .close-button{left:0}[dir=rtl] .promotion-window.dynamic .close-button{right:0}.promotion-window .arrow-container{left:0;position:absolute;top:0}.square-11{transform:translateY(700%)}.pseudo3d .square-11{z-index:8}.flipped .square-11{transform:translate(700%)}.pseudo3d.flipped .square-11{z-index:1}.hide-piece-11 .piece.square-11{display:none}.square-21{transform:translate(100%,700%)}.pseudo3d .square-21{z-index:8}.flipped .square-21{transform:translate(600%)}.pseudo3d.flipped .square-21{z-index:1}.hide-piece-21 .piece.square-21{display:none}.square-31{transform:translate(200%,700%)}.pseudo3d .square-31{z-index:8}.flipped .square-31{transform:translate(500%)}.pseudo3d.flipped .square-31{z-index:1}.hide-piece-31 .piece.square-31{display:none}.square-41{transform:translate(300%,700%)}.pseudo3d .square-41{z-index:8}.flipped .square-41{transform:translate(400%)}.pseudo3d.flipped .square-41{z-index:1}.hide-piece-41 .piece.square-41{display:none}.square-51{transform:translate(400%,700%)}.pseudo3d .square-51{z-index:8}.flipped .square-51{transform:translate(300%)}.pseudo3d.flipped .square-51{z-index:1}.hide-piece-51 .piece.square-51{display:none}.square-61{transform:translate(500%,700%)}.pseudo3d .square-61{z-index:8}.flipped .square-61{transform:translate(200%)}.pseudo3d.flipped .square-61{z-index:1}.hide-piece-61 .piece.square-61{display:none}.square-71{transform:translate(600%,700%)}.pseudo3d .square-71{z-index:8}.flipped .square-71{transform:translate(100%)}.pseudo3d.flipped .square-71{z-index:1}.hide-piece-71 .piece.square-71{display:none}.square-81{transform:translate(700%,700%)}.pseudo3d .square-81{z-index:8}.flipped .square-81{transform:translate(0)}.pseudo3d.flipped .square-81{z-index:1}.hide-piece-81 .piece.square-81{display:none}.square-12{transform:translateY(600%)}.pseudo3d .square-12{z-index:7}.flipped .square-12{transform:translate(700%,100%)}.pseudo3d.flipped .square-12{z-index:2}.hide-piece-12 .piece.square-12{display:none}.square-22{transform:translate(100%,600%)}.pseudo3d .square-22{z-index:7}.flipped .square-22{transform:translate(600%,100%)}.pseudo3d.flipped .square-22{z-index:2}.hide-piece-22 .piece.square-22{display:none}.square-32{transform:translate(200%,600%)}.pseudo3d .square-32{z-index:7}.flipped .square-32{transform:translate(500%,100%)}.pseudo3d.flipped .square-32{z-index:2}.hide-piece-32 .piece.square-32{display:none}.square-42{transform:translate(300%,600%)}.pseudo3d .square-42{z-index:7}.flipped .square-42{transform:translate(400%,100%)}.pseudo3d.flipped .square-42{z-index:2}.hide-piece-42 .piece.square-42{display:none}.square-52{transform:translate(400%,600%)}.pseudo3d .square-52{z-index:7}.flipped .square-52{transform:translate(300%,100%)}.pseudo3d.flipped .square-52{z-index:2}.hide-piece-52 .piece.square-52{display:none}.square-62{transform:translate(500%,600%)}.pseudo3d .square-62{z-index:7}.flipped .square-62{transform:translate(200%,100%)}.pseudo3d.flipped .square-62{z-index:2}.hide-piece-62 .piece.square-62{display:none}.square-72{transform:translate(600%,600%)}.pseudo3d .square-72{z-index:7}.flipped .square-72{transform:translate(100%,100%)}.pseudo3d.flipped .square-72{z-index:2}.hide-piece-72 .piece.square-72{display:none}.square-82{transform:translate(700%,600%)}.pseudo3d .square-82{z-index:7}.flipped .square-82{transform:translateY(100%)}.pseudo3d.flipped .square-82{z-index:2}.hide-piece-82 .piece.square-82{display:none}.square-13{transform:translateY(500%)}.pseudo3d .square-13{z-index:6}.flipped .square-13{transform:translate(700%,200%)}.pseudo3d.flipped .square-13{z-index:3}.hide-piece-13 .piece.square-13{display:none}.square-23{transform:translate(100%,500%)}.pseudo3d .square-23{z-index:6}.flipped .square-23{transform:translate(600%,200%)}.pseudo3d.flipped .square-23{z-index:3}.hide-piece-23 .piece.square-23{display:none}.square-33{transform:translate(200%,500%)}.pseudo3d .square-33{z-index:6}.flipped .square-33{transform:translate(500%,200%)}.pseudo3d.flipped .square-33{z-index:3}.hide-piece-33 .piece.square-33{display:none}.square-43{transform:translate(300%,500%)}.pseudo3d .square-43{z-index:6}.flipped .square-43{transform:translate(400%,200%)}.pseudo3d.flipped .square-43{z-index:3}.hide-piece-43 .piece.square-43{display:none}.square-53{transform:translate(400%,500%)}.pseudo3d .square-53{z-index:6}.flipped .square-53{transform:translate(300%,200%)}.pseudo3d.flipped .square-53{z-index:3}.hide-piece-53 .piece.square-53{display:none}.square-63{transform:translate(500%,500%)}.pseudo3d .square-63{z-index:6}.flipped .square-63{transform:translate(200%,200%)}.pseudo3d.flipped .square-63{z-index:3}.hide-piece-63 .piece.square-63{display:none}.square-73{transform:translate(600%,500%)}.pseudo3d .square-73{z-index:6}.flipped .square-73{transform:translate(100%,200%)}.pseudo3d.flipped .square-73{z-index:3}.hide-piece-73 .piece.square-73{display:none}.square-83{transform:translate(700%,500%)}.pseudo3d .square-83{z-index:6}.flipped .square-83{transform:translateY(200%)}.pseudo3d.flipped .square-83{z-index:3}.hide-piece-83 .piece.square-83{display:none}.square-14{transform:translateY(400%)}.pseudo3d .square-14{z-index:5}.flipped .square-14{transform:translate(700%,300%)}.pseudo3d.flipped .square-14{z-index:4}.hide-piece-14 .piece.square-14{display:none}.square-24{transform:translate(100%,400%)}.pseudo3d .square-24{z-index:5}.flipped .square-24{transform:translate(600%,300%)}.pseudo3d.flipped .square-24{z-index:4}.hide-piece-24 .piece.square-24{display:none}.square-34{transform:translate(200%,400%)}.pseudo3d .square-34{z-index:5}.flipped .square-34{transform:translate(500%,300%)}.pseudo3d.flipped .square-34{z-index:4}.hide-piece-34 .piece.square-34{display:none}.square-44{transform:translate(300%,400%)}.pseudo3d .square-44{z-index:5}.flipped .square-44{transform:translate(400%,300%)}.pseudo3d.flipped .square-44{z-index:4}.hide-piece-44 .piece.square-44{display:none}.square-54{transform:translate(400%,400%)}.pseudo3d .square-54{z-index:5}.flipped .square-54{transform:translate(300%,300%)}.pseudo3d.flipped .square-54{z-index:4}.hide-piece-54 .piece.square-54{display:none}.square-64{transform:translate(500%,400%)}.pseudo3d .square-64{z-index:5}.flipped .square-64{transform:translate(200%,300%)}.pseudo3d.flipped .square-64{z-index:4}.hide-piece-64 .piece.square-64{display:none}.square-74{transform:translate(600%,400%)}.pseudo3d .square-74{z-index:5}.flipped .square-74{transform:translate(100%,300%)}.pseudo3d.flipped .square-74{z-index:4}.hide-piece-74 .piece.square-74{display:none}.square-84{transform:translate(700%,400%)}.pseudo3d .square-84{z-index:5}.flipped .square-84{transform:translateY(300%)}.pseudo3d.flipped .square-84{z-index:4}.hide-piece-84 .piece.square-84{display:none}.square-15{transform:translateY(300%)}.pseudo3d .square-15{z-index:4}.flipped .square-15{transform:translate(700%,400%)}.pseudo3d.flipped .square-15{z-index:5}.hide-piece-15 .piece.square-15{display:none}.square-25{transform:translate(100%,300%)}.pseudo3d .square-25{z-index:4}.flipped .square-25{transform:translate(600%,400%)}.pseudo3d.flipped .square-25{z-index:5}.hide-piece-25 .piece.square-25{display:none}.square-35{transform:translate(200%,300%)}.pseudo3d .square-35{z-index:4}.flipped .square-35{transform:translate(500%,400%)}.pseudo3d.flipped .square-35{z-index:5}.hide-piece-35 .piece.square-35{display:none}.square-45{transform:translate(300%,300%)}.pseudo3d .square-45{z-index:4}.flipped .square-45{transform:translate(400%,400%)}.pseudo3d.flipped .square-45{z-index:5}.hide-piece-45 .piece.square-45{display:none}.square-55{transform:translate(400%,300%)}.pseudo3d .square-55{z-index:4}.flipped .square-55{transform:translate(300%,400%)}.pseudo3d.flipped .square-55{z-index:5}.hide-piece-55 .piece.square-55{display:none}.square-65{transform:translate(500%,300%)}.pseudo3d .square-65{z-index:4}.flipped .square-65{transform:translate(200%,400%)}.pseudo3d.flipped .square-65{z-index:5}.hide-piece-65 .piece.square-65{display:none}.square-75{transform:translate(600%,300%)}.pseudo3d .square-75{z-index:4}.flipped .square-75{transform:translate(100%,400%)}.pseudo3d.flipped .square-75{z-index:5}.hide-piece-75 .piece.square-75{display:none}.square-85{transform:translate(700%,300%)}.pseudo3d .square-85{z-index:4}.flipped .square-85{transform:translateY(400%)}.pseudo3d.flipped .square-85{z-index:5}.hide-piece-85 .piece.square-85{display:none}.square-16{transform:translateY(200%)}.pseudo3d .square-16{z-index:3}.flipped .square-16{transform:translate(700%,500%)}.pseudo3d.flipped .square-16{z-index:6}.hide-piece-16 .piece.square-16{display:none}.square-26{transform:translate(100%,200%)}.pseudo3d .square-26{z-index:3}.flipped .square-26{transform:translate(600%,500%)}.pseudo3d.flipped .square-26{z-index:6}.hide-piece-26 .piece.square-26{display:none}.square-36{transform:translate(200%,200%)}.pseudo3d .square-36{z-index:3}.flipped .square-36{transform:translate(500%,500%)}.pseudo3d.flipped .square-36{z-index:6}.hide-piece-36 .piece.square-36{display:none}.square-46{transform:translate(300%,200%)}.pseudo3d .square-46{z-index:3}.flipped .square-46{transform:translate(400%,500%)}.pseudo3d.flipped .square-46{z-index:6}.hide-piece-46 .piece.square-46{display:none}.square-56{transform:translate(400%,200%)}.pseudo3d .square-56{z-index:3}.flipped .square-56{transform:translate(300%,500%)}.pseudo3d.flipped .square-56{z-index:6}.hide-piece-56 .piece.square-56{display:none}.square-66{transform:translate(500%,200%)}.pseudo3d .square-66{z-index:3}.flipped .square-66{transform:translate(200%,500%)}.pseudo3d.flipped .square-66{z-index:6}.hide-piece-66 .piece.square-66{display:none}.square-76{transform:translate(600%,200%)}.pseudo3d .square-76{z-index:3}.flipped .square-76{transform:translate(100%,500%)}.pseudo3d.flipped .square-76{z-index:6}.hide-piece-76 .piece.square-76{display:none}.square-86{transform:translate(700%,200%)}.pseudo3d .square-86{z-index:3}.flipped .square-86{transform:translateY(500%)}.pseudo3d.flipped .square-86{z-index:6}.hide-piece-86 .piece.square-86{display:none}.square-17{transform:translateY(100%)}.pseudo3d .square-17{z-index:2}.flipped .square-17{transform:translate(700%,600%)}.pseudo3d.flipped .square-17{z-index:7}.hide-piece-17 .piece.square-17{display:none}.square-27{transform:translate(100%,100%)}.pseudo3d .square-27{z-index:2}.flipped .square-27{transform:translate(600%,600%)}.pseudo3d.flipped .square-27{z-index:7}.hide-piece-27 .piece.square-27{display:none}.square-37{transform:translate(200%,100%)}.pseudo3d .square-37{z-index:2}.flipped .square-37{transform:translate(500%,600%)}.pseudo3d.flipped .square-37{z-index:7}.hide-piece-37 .piece.square-37{display:none}.square-47{transform:translate(300%,100%)}.pseudo3d .square-47{z-index:2}.flipped .square-47{transform:translate(400%,600%)}.pseudo3d.flipped .square-47{z-index:7}.hide-piece-47 .piece.square-47{display:none}.square-57{transform:translate(400%,100%)}.pseudo3d .square-57{z-index:2}.flipped .square-57{transform:translate(300%,600%)}.pseudo3d.flipped .square-57{z-index:7}.hide-piece-57 .piece.square-57{display:none}.square-67{transform:translate(500%,100%)}.pseudo3d .square-67{z-index:2}.flipped .square-67{transform:translate(200%,600%)}.pseudo3d.flipped .square-67{z-index:7}.hide-piece-67 .piece.square-67{display:none}.square-77{transform:translate(600%,100%)}.pseudo3d .square-77{z-index:2}.flipped .square-77{transform:translate(100%,600%)}.pseudo3d.flipped .square-77{z-index:7}.hide-piece-77 .piece.square-77{display:none}.square-87{transform:translate(700%,100%)}.pseudo3d .square-87{z-index:2}.flipped .square-87{transform:translateY(600%)}.pseudo3d.flipped .square-87{z-index:7}.hide-piece-87 .piece.square-87{display:none}.square-18{transform:translate(0)}.pseudo3d .square-18{z-index:1}.flipped .square-18{transform:translate(700%,700%)}.pseudo3d.flipped .square-18{z-index:8}.hide-piece-18 .piece.square-18{display:none}.square-28{transform:translate(100%)}.pseudo3d .square-28{z-index:1}.flipped .square-28{transform:translate(600%,700%)}.pseudo3d.flipped .square-28{z-index:8}.hide-piece-28 .piece.square-28{display:none}.square-38{transform:translate(200%)}.pseudo3d .square-38{z-index:1}.flipped .square-38{transform:translate(500%,700%)}.pseudo3d.flipped .square-38{z-index:8}.hide-piece-38 .piece.square-38{display:none}.square-48{transform:translate(300%)}.pseudo3d .square-48{z-index:1}.flipped .square-48{transform:translate(400%,700%)}.pseudo3d.flipped .square-48{z-index:8}.hide-piece-48 .piece.square-48{display:none}.square-58{transform:translate(400%)}.pseudo3d .square-58{z-index:1}.flipped .square-58{transform:translate(300%,700%)}.pseudo3d.flipped .square-58{z-index:8}.hide-piece-58 .piece.square-58{display:none}.square-68{transform:translate(500%)}.pseudo3d .square-68{z-index:1}.flipped .square-68{transform:translate(200%,700%)}.pseudo3d.flipped .square-68{z-index:8}.hide-piece-68 .piece.square-68{display:none}.square-78{transform:translate(600%)}.pseudo3d .square-78{z-index:1}.flipped .square-78{transform:translate(100%,700%)}.pseudo3d.flipped .square-78{z-index:8}.hide-piece-78 .piece.square-78{display:none}.square-88{transform:translate(700%)}.pseudo3d .square-88{z-index:1}.flipped .square-88{transform:translateY(700%)}.pseudo3d.flipped .square-88{z-index:8}.hide-piece-88 .piece.square-88{display:none}@keyframes chessboard-piece-move{0%{transform:translate(var(--from-x),var(--from-y))}to{transform:translate(var(--to-x),var(--to-y))}}@keyframes chessboard-piece-fade-out{0%{opacity:1}to{opacity:0}}@keyframes grow-hint{0%{transform:scale(0)}70%{transform:scale(1.2)}to{transform:scale(1)}}.board-webgl-2d canvas{border-radius:var(--chessboard-border-radius)}.board-webgl-2d.piece-hover{cursor:grab}.board-webgl-2d.piece-dragging{cursor:grabbing}.board-webgl-2d .a11y-overlay{border-collapse:collapse;box-sizing:border-box;position:absolute;z-index:1}.board-webgl-2d .a11y-announcement{height:0;overflow:hidden;width:0}.board-webgl-3d{position:relative}.board-webgl-3d.piece-hover{cursor:grab}.board-webgl-3d.piece-dragging{cursor:grabbing}.board-webgl-3d .promotion-window-3d{background:var(--color-neutrals-white);border:1px solid var(--color-gray-600);border-radius:3px;cursor:default;display:none;height:210px;margin-top:-117px;position:absolute;text-align:center;top:50%;width:180px}[dir=ltr] .board-webgl-3d .promotion-window-3d{box-shadow:1px 1px 10px var(--color-gray-800);left:50%;margin-left:-90px}[dir=rtl] .board-webgl-3d .promotion-window-3d{box-shadow:-1px 1px 10px var(--color-gray-800);right:50%;margin-right:-90px}.board-webgl-3d .promotion-window-3d .close-button{background:var(--color-gray-100);color:var(--color-gray-500);height:20px;position:absolute;top:0;width:20px}[dir=ltr] .board-webgl-3d .promotion-window-3d .close-button{right:0}[dir=rtl] .board-webgl-3d .promotion-window-3d .close-button{left:0}.board-webgl-3d .board-help{position:absolute;top:0}[dir=ltr] .board-webgl-3d .board-help{right:0}[dir=rtl] .board-webgl-3d .board-help{left:0}.board-webgl-3d .board-help .trigger{color:var(--color-transparent-white-50);font-family:Chess V3;font-size:22px;line-height:20px;margin:0 2px 2px}.board-webgl-3d .board-help .content{background:var(--color-transparent-black-77);border:2px solid var(--color-transparent-white-72);border-radius:2px;display:none;padding:0}[dir=ltr] .board-webgl-3d .board-help .content{padding-left:1em}[dir=rtl] .board-webgl-3d .board-help .content{padding-right:1em}.board-webgl-3d .board-help .content ul{font-size:13px;list-style-position:outside;margin:1em}.board-webgl-3d .board-help .content ul li{color:var(--color-neutrals-white);line-height:1em;margin-bottom:1em}.board-webgl-3d .board-help:hover .trigger{display:none}.board-webgl-3d .board-help:hover .content{display:block}.board-webgl-3d .statistics-panel{background:#0000004d;border:1px solid rgba(255,255,255,.3);color:#ccc;font-size:13px;position:absolute;z-index:1}.board-webgl-3d .statistics-panel .group{padding:.5em 1em}.board-webgl-3d .statistics-panel .group .item span{color:#eee;font-weight:700}.board-webgl-3d .statistics-panel .separator{border-bottom:1px solid rgba(255,255,255,.3)}.hand-piece.svelte-vk4wu6.svelte-vk4wu6{background-size:cover;cursor:grab;position:absolute}.hand-piece.dragging.svelte-vk4wu6.svelte-vk4wu6{cursor:grabbing;position:fixed;will-change:left,top;z-index:11!important}.hand-piece.hidden.svelte-vk4wu6.svelte-vk4wu6{display:none}body.hand-pieces-dragging-body{-webkit-user-select:none;-moz-user-select:none;user-select:none}.hand-pieces.svelte-vk4wu6.svelte-vk4wu6{height:100%;position:relative;width:100%}.hand-pieces.horizontal.svelte-vk4wu6.svelte-vk4wu6{height:auto;padding-top:40%}.hand-pieces.horizontal.with-king.svelte-vk4wu6.svelte-vk4wu6{height:auto;padding-top:calc(200% / (12 / 2))}.board .hand-pieces.svelte-vk4wu6.svelte-vk4wu6{position:absolute;width:10%}[dir=ltr] .board .hand-pieces.svelte-vk4wu6.svelte-vk4wu6{left:-10%}[dir=rtl] .board .hand-pieces.svelte-vk4wu6.svelte-vk4wu6{right:-10%}.board-webgl-3d .hand-pieces.svelte-vk4wu6.svelte-vk4wu6{width:calc(100% / 10 * 3 / 4)}[dir=ltr] .board-webgl-3d .hand-pieces.svelte-vk4wu6.svelte-vk4wu6{left:calc(-1 * calc(100% / 10 * 3 / 4))}[dir=rtl] .board-webgl-3d .hand-pieces.svelte-vk4wu6.svelte-vk4wu6{right:calc(-1 * calc(100% / 10 * 3 / 4))}.board-webgl-3d .hand-pieces.with-king.svelte-vk4wu6.svelte-vk4wu6{width:6.25%}[dir=ltr] .board-webgl-3d .hand-pieces.with-king.svelte-vk4wu6.svelte-vk4wu6{left:-6.25%}[dir=rtl] .board-webgl-3d .hand-pieces.with-king.svelte-vk4wu6.svelte-vk4wu6{right:-6.25%}.hand-pieces.svelte-vk4wu6 .hand-piece-count.svelte-vk4wu6{align-items:center;background:var(--color-neutrals-white);border-radius:50%;bottom:0;color:var(--color-gray-900);display:flex;font-size:150%;font-weight:900;height:40%;justify-content:center;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:40%}[dir=ltr] .hand-pieces.svelte-vk4wu6 .hand-piece-count.svelte-vk4wu6{right:0}[dir=rtl] .hand-pieces.svelte-vk4wu6 .hand-piece-count.svelte-vk4wu6{left:0}.hand-pieces.svelte-vk4wu6 .hand-piece-count.small.svelte-vk4wu6{font-size:90%;font-weight:700;height:50%;width:50%}.hand-pieces.svelte-vk4wu6 .hand-piece.svelte-vk4wu6{height:10%;width:100%}.hand-pieces.svelte-vk4wu6 .hand-piece.bp.svelte-vk4wu6{top:0%}.hand-pieces.svelte-vk4wu6 .hand-piece.bb.svelte-vk4wu6{top:10%}.hand-pieces.svelte-vk4wu6 .hand-piece.bn.svelte-vk4wu6{top:20%}.hand-pieces.svelte-vk4wu6 .hand-piece.br.svelte-vk4wu6{top:calc(100% / 10 * (4 - 1))}.hand-pieces.svelte-vk4wu6 .hand-piece.bq.svelte-vk4wu6{top:40%}.hand-pieces.svelte-vk4wu6 .hand-piece.wq.svelte-vk4wu6{top:50%}.hand-pieces.svelte-vk4wu6 .hand-piece.wr.svelte-vk4wu6{top:calc(100% / 10 * (7 - 1))}.hand-pieces.svelte-vk4wu6 .hand-piece.wn.svelte-vk4wu6{top:70%}.hand-pieces.svelte-vk4wu6 .hand-piece.wb.svelte-vk4wu6{top:80%}.hand-pieces.svelte-vk4wu6 .hand-piece.wp.svelte-vk4wu6{top:90%}.hand-pieces.flipped.svelte-vk4wu6 .hand-piece.wp.svelte-vk4wu6{top:0%}.hand-pieces.flipped.svelte-vk4wu6 .hand-piece.wb.svelte-vk4wu6{top:10%}.hand-pieces.flipped.svelte-vk4wu6 .hand-piece.wn.svelte-vk4wu6{top:20%}.hand-pieces.flipped.svelte-vk4wu6 .hand-piece.wr.svelte-vk4wu6{top:calc(100% / 10 * (4 - 1))}.hand-pieces.flipped.svelte-vk4wu6 .hand-piece.wq.svelte-vk4wu6{top:40%}.hand-pieces.flipped.svelte-vk4wu6 .hand-piece.bq.svelte-vk4wu6{top:50%}.hand-pieces.flipped.svelte-vk4wu6 .hand-piece.br.svelte-vk4wu6{top:calc(100% / 10 * (7 - 1))}.hand-pieces.flipped.svelte-vk4wu6 .hand-piece.bn.svelte-vk4wu6{top:70%}.hand-pieces.flipped.svelte-vk4wu6 .hand-piece.bb.svelte-vk4wu6{top:80%}.hand-pieces.flipped.svelte-vk4wu6 .hand-piece.bp.svelte-vk4wu6{top:90%}.hand-pieces.with-king.svelte-vk4wu6 .hand-piece.svelte-vk4wu6{height:calc(100% / 12)}.hand-pieces.with-king.svelte-vk4wu6 .hand-piece.bp.svelte-vk4wu6{top:0%}.hand-pieces.with-king.svelte-vk4wu6 .hand-piece.bb.svelte-vk4wu6{top:calc(100% / 12 * (2 - 1))}.hand-pieces.with-king.svelte-vk4wu6 .hand-piece.bn.svelte-vk4wu6{top:calc(100% / 12 * (3 - 1))}.hand-pieces.with-king.svelte-vk4wu6 .hand-piece.br.svelte-vk4wu6{top:25%}.hand-pieces.with-king.svelte-vk4wu6 .hand-piece.bq.svelte-vk4wu6{top:calc(100% / 12 * (5 - 1))}.hand-pieces.with-king.svelte-vk4wu6 .hand-piece.bk.svelte-vk4wu6{top:calc(100% / 12 * (6 - 1))}.hand-pieces.with-king.svelte-vk4wu6 .hand-piece.wk.svelte-vk4wu6{top:50%}.hand-pieces.with-king.svelte-vk4wu6 .hand-piece.wq.svelte-vk4wu6{top:calc(100% / 12 * (8 - 1))}.hand-pieces.with-king.svelte-vk4wu6 .hand-piece.wr.svelte-vk4wu6{top:calc(100% / 12 * (9 - 1))}.hand-pieces.with-king.svelte-vk4wu6 .hand-piece.wn.svelte-vk4wu6{top:75%}.hand-pieces.with-king.svelte-vk4wu6 .hand-piece.wb.svelte-vk4wu6{top:calc(100% / 12 * (11 - 1))}.hand-pieces.with-king.svelte-vk4wu6 .hand-piece.wp.svelte-vk4wu6{top:calc(100% / 12 * (12 - 1))}.hand-pieces.with-king.flipped.svelte-vk4wu6 .hand-piece.wp.svelte-vk4wu6{top:0%}.hand-pieces.with-king.flipped.svelte-vk4wu6 .hand-piece.wb.svelte-vk4wu6{top:calc(100% / 12 * (2 - 1))}.hand-pieces.with-king.flipped.svelte-vk4wu6 .hand-piece.wn.svelte-vk4wu6{top:calc(100% / 12 * (3 - 1))}.hand-pieces.with-king.flipped.svelte-vk4wu6 .hand-piece.wr.svelte-vk4wu6{top:25%}.hand-pieces.with-king.flipped.svelte-vk4wu6 .hand-piece.wq.svelte-vk4wu6{top:calc(100% / 12 * (5 - 1))}.hand-pieces.with-king.flipped.svelte-vk4wu6 .hand-piece.wk.svelte-vk4wu6{top:calc(100% / 12 * (6 - 1))}.hand-pieces.with-king.flipped.svelte-vk4wu6 .hand-piece.bk.svelte-vk4wu6{top:50%}.hand-pieces.with-king.flipped.svelte-vk4wu6 .hand-piece.bq.svelte-vk4wu6{top:calc(100% / 12 * (8 - 1))}.hand-pieces.with-king.flipped.svelte-vk4wu6 .hand-piece.br.svelte-vk4wu6{top:calc(100% / 12 * (9 - 1))}.hand-pieces.with-king.flipped.svelte-vk4wu6 .hand-piece.bn.svelte-vk4wu6{top:75%}.hand-pieces.with-king.flipped.svelte-vk4wu6 .hand-piece.bb.svelte-vk4wu6{top:calc(100% / 12 * (11 - 1))}.hand-pieces.with-king.flipped.svelte-vk4wu6 .hand-piece.bp.svelte-vk4wu6{top:calc(100% / 12 * (12 - 1))}.hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.svelte-vk4wu6{height:50%;width:20%}.hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.bp.svelte-vk4wu6{top:0}[dir=ltr] .hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.bp.svelte-vk4wu6{left:0%}[dir=rtl] .hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.bp.svelte-vk4wu6{right:0%}.hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.bb.svelte-vk4wu6{top:0}[dir=ltr] .hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.bb.svelte-vk4wu6{left:20%}[dir=rtl] .hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.bb.svelte-vk4wu6{right:20%}.hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.bn.svelte-vk4wu6{top:0}[dir=ltr] .hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.bn.svelte-vk4wu6{left:40%}[dir=rtl] .hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.bn.svelte-vk4wu6{right:40%}.hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.br.svelte-vk4wu6{top:0}[dir=ltr] .hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.br.svelte-vk4wu6{left:calc(100% / 5 * (4 - 1))}[dir=rtl] .hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.br.svelte-vk4wu6{right:calc(100% / 5 * (4 - 1))}.hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.bq.svelte-vk4wu6{top:0}[dir=ltr] .hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.bq.svelte-vk4wu6{left:80%}[dir=rtl] .hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.bq.svelte-vk4wu6{right:80%}.hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.wp.svelte-vk4wu6{top:50%}[dir=ltr] .hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.wp.svelte-vk4wu6{left:0%}[dir=rtl] .hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.wp.svelte-vk4wu6{right:0%}.hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.wb.svelte-vk4wu6{top:50%}[dir=ltr] .hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.wb.svelte-vk4wu6{left:20%}[dir=rtl] .hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.wb.svelte-vk4wu6{right:20%}.hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.wn.svelte-vk4wu6{top:50%}[dir=ltr] .hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.wn.svelte-vk4wu6{left:40%}[dir=rtl] .hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.wn.svelte-vk4wu6{right:40%}.hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.wr.svelte-vk4wu6{top:50%}[dir=ltr] .hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.wr.svelte-vk4wu6{left:calc(100% / 5 * (4 - 1))}[dir=rtl] .hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.wr.svelte-vk4wu6{right:calc(100% / 5 * (4 - 1))}.hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.wq.svelte-vk4wu6{top:50%}[dir=ltr] .hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.wq.svelte-vk4wu6{left:80%}[dir=rtl] .hand-pieces.horizontal.svelte-vk4wu6 .hand-piece.wq.svelte-vk4wu6{right:80%}.hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.wp.svelte-vk4wu6{top:0}[dir=ltr] .hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.wp.svelte-vk4wu6{left:0%}[dir=rtl] .hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.wp.svelte-vk4wu6{right:0%}.hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.wb.svelte-vk4wu6{top:0}[dir=ltr] .hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.wb.svelte-vk4wu6{left:20%}[dir=rtl] .hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.wb.svelte-vk4wu6{right:20%}.hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.wn.svelte-vk4wu6{top:0}[dir=ltr] .hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.wn.svelte-vk4wu6{left:40%}[dir=rtl] .hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.wn.svelte-vk4wu6{right:40%}.hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.wr.svelte-vk4wu6{top:0}[dir=ltr] .hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.wr.svelte-vk4wu6{left:calc(100% / 5 * (4 - 1))}[dir=rtl] .hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.wr.svelte-vk4wu6{right:calc(100% / 5 * (4 - 1))}.hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.wq.svelte-vk4wu6{top:0}[dir=ltr] .hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.wq.svelte-vk4wu6{left:80%}[dir=rtl] .hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.wq.svelte-vk4wu6{right:80%}.hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.bp.svelte-vk4wu6{top:50%}[dir=ltr] .hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.bp.svelte-vk4wu6{left:0%}[dir=rtl] .hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.bp.svelte-vk4wu6{right:0%}.hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.bb.svelte-vk4wu6{top:50%}[dir=ltr] .hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.bb.svelte-vk4wu6{left:20%}[dir=rtl] .hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.bb.svelte-vk4wu6{right:20%}.hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.bn.svelte-vk4wu6{top:50%}[dir=ltr] .hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.bn.svelte-vk4wu6{left:40%}[dir=rtl] .hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.bn.svelte-vk4wu6{right:40%}.hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.br.svelte-vk4wu6{top:50%}[dir=ltr] .hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.br.svelte-vk4wu6{left:calc(100% / 5 * (4 - 1))}[dir=rtl] .hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.br.svelte-vk4wu6{right:calc(100% / 5 * (4 - 1))}.hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.bq.svelte-vk4wu6{top:50%}[dir=ltr] .hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.bq.svelte-vk4wu6{left:80%}[dir=rtl] .hand-pieces.horizontal.flipped.svelte-vk4wu6 .hand-piece.bq.svelte-vk4wu6{right:80%}.hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.svelte-vk4wu6{width:calc(100% / (12 / 2))}.hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.bp.svelte-vk4wu6{top:0}[dir=ltr] .hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.bp.svelte-vk4wu6{left:0%}[dir=rtl] .hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.bp.svelte-vk4wu6{right:0%}.hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.bb.svelte-vk4wu6{top:0}[dir=ltr] .hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.bb.svelte-vk4wu6{left:calc(100% / 6 * (2 - 1))}[dir=rtl] .hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.bb.svelte-vk4wu6{right:calc(100% / 6 * (2 - 1))}.hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.bn.svelte-vk4wu6{top:0}[dir=ltr] .hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.bn.svelte-vk4wu6{left:calc(100% / 6 * (3 - 1))}[dir=rtl] .hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.bn.svelte-vk4wu6{right:calc(100% / 6 * (3 - 1))}.hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.br.svelte-vk4wu6{top:0}[dir=ltr] .hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.br.svelte-vk4wu6{left:50%}[dir=rtl] .hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.br.svelte-vk4wu6{right:50%}.hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.bq.svelte-vk4wu6{top:0}[dir=ltr] .hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.bq.svelte-vk4wu6{left:calc(100% / 6 * (5 - 1))}[dir=rtl] .hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.bq.svelte-vk4wu6{right:calc(100% / 6 * (5 - 1))}.hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.bk.svelte-vk4wu6{top:0}[dir=ltr] .hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.bk.svelte-vk4wu6{left:calc(100% / 6 * (6 - 1))}[dir=rtl] .hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.bk.svelte-vk4wu6{right:calc(100% / 6 * (6 - 1))}.hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.wp.svelte-vk4wu6{top:50%}[dir=ltr] .hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.wp.svelte-vk4wu6{left:0%}[dir=rtl] .hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.wp.svelte-vk4wu6{right:0%}.hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.wb.svelte-vk4wu6{top:50%}[dir=ltr] .hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.wb.svelte-vk4wu6{left:calc(100% / 6 * (2 - 1))}[dir=rtl] .hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.wb.svelte-vk4wu6{right:calc(100% / 6 * (2 - 1))}.hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.wn.svelte-vk4wu6{top:50%}[dir=ltr] .hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.wn.svelte-vk4wu6{left:calc(100% / 6 * (3 - 1))}[dir=rtl] .hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.wn.svelte-vk4wu6{right:calc(100% / 6 * (3 - 1))}.hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.wr.svelte-vk4wu6{top:50%}[dir=ltr] .hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.wr.svelte-vk4wu6{left:50%}[dir=rtl] .hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.wr.svelte-vk4wu6{right:50%}.hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.wq.svelte-vk4wu6{top:50%}[dir=ltr] .hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.wq.svelte-vk4wu6{left:calc(100% / 6 * (5 - 1))}[dir=rtl] .hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.wq.svelte-vk4wu6{right:calc(100% / 6 * (5 - 1))}.hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.wk.svelte-vk4wu6{top:50%}[dir=ltr] .hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.wk.svelte-vk4wu6{left:calc(100% / 6 * (6 - 1))}[dir=rtl] .hand-pieces.horizontal.with-king.svelte-vk4wu6 .hand-piece.wk.svelte-vk4wu6{right:calc(100% / 6 * (6 - 1))}.hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.wp.svelte-vk4wu6{top:0}[dir=ltr] .hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.wp.svelte-vk4wu6{left:0%}[dir=rtl] .hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.wp.svelte-vk4wu6{right:0%}.hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.wb.svelte-vk4wu6{top:0}[dir=ltr] .hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.wb.svelte-vk4wu6{left:calc(100% / 6 * (2 - 1))}[dir=rtl] .hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.wb.svelte-vk4wu6{right:calc(100% / 6 * (2 - 1))}.hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.wn.svelte-vk4wu6{top:0}[dir=ltr] .hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.wn.svelte-vk4wu6{left:calc(100% / 6 * (3 - 1))}[dir=rtl] .hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.wn.svelte-vk4wu6{right:calc(100% / 6 * (3 - 1))}.hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.wr.svelte-vk4wu6{top:0}[dir=ltr] .hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.wr.svelte-vk4wu6{left:50%}[dir=rtl] .hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.wr.svelte-vk4wu6{right:50%}.hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.wq.svelte-vk4wu6{top:0}[dir=ltr] .hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.wq.svelte-vk4wu6{left:calc(100% / 6 * (5 - 1))}[dir=rtl] .hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.wq.svelte-vk4wu6{right:calc(100% / 6 * (5 - 1))}.hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.wk.svelte-vk4wu6{top:0}[dir=ltr] .hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.wk.svelte-vk4wu6{left:calc(100% / 6 * (6 - 1))}[dir=rtl] .hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.wk.svelte-vk4wu6{right:calc(100% / 6 * (6 - 1))}.hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.bp.svelte-vk4wu6{top:50%}[dir=ltr] .hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.bp.svelte-vk4wu6{left:0%}[dir=rtl] .hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.bp.svelte-vk4wu6{right:0%}.hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.bb.svelte-vk4wu6{top:50%}[dir=ltr] .hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.bb.svelte-vk4wu6{left:calc(100% / 6 * (2 - 1))}[dir=rtl] .hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.bb.svelte-vk4wu6{right:calc(100% / 6 * (2 - 1))}.hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.bn.svelte-vk4wu6{top:50%}[dir=ltr] .hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.bn.svelte-vk4wu6{left:calc(100% / 6 * (3 - 1))}[dir=rtl] .hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.bn.svelte-vk4wu6{right:calc(100% / 6 * (3 - 1))}.hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.br.svelte-vk4wu6{top:50%}[dir=ltr] .hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.br.svelte-vk4wu6{left:50%}[dir=rtl] .hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.br.svelte-vk4wu6{right:50%}.hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.bq.svelte-vk4wu6{top:50%}[dir=ltr] .hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.bq.svelte-vk4wu6{left:calc(100% / 6 * (5 - 1))}[dir=rtl] .hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.bq.svelte-vk4wu6{right:calc(100% / 6 * (5 - 1))}.hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.bk.svelte-vk4wu6{top:50%}[dir=ltr] .hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.bk.svelte-vk4wu6{left:calc(100% / 6 * (6 - 1))}[dir=rtl] .hand-pieces.horizontal.flipped.with-king.svelte-vk4wu6 .hand-piece.bk.svelte-vk4wu6{right:calc(100% / 6 * (6 - 1))}.hand-pieces.pseudo3d.svelte-vk4wu6 .hand-piece.svelte-vk4wu6{overflow:visible}.hand-pieces.pseudo3d.svelte-vk4wu6 .hand-piece.svelte-vk4wu6:after{background-position-y:bottom;background-repeat:no-repeat;background-size:contain;bottom:0;content:" ";height:132%;position:absolute;width:100%}[dir=ltr] .hand-pieces.pseudo3d.svelte-vk4wu6 .hand-piece.svelte-vk4wu6:after{left:0}[dir=rtl] .hand-pieces.pseudo3d.svelte-vk4wu6 .hand-piece.svelte-vk4wu6:after{right:0}.hand-pieces.pseudo3d.svelte-vk4wu6 .hand-piece.bp.svelte-vk4wu6{z-index:1}.hand-pieces.pseudo3d.svelte-vk4wu6 .hand-piece.bb.svelte-vk4wu6{z-index:2}.hand-pieces.pseudo3d.svelte-vk4wu6 .hand-piece.bn.svelte-vk4wu6{z-index:3}.hand-pieces.pseudo3d.svelte-vk4wu6 .hand-piece.br.svelte-vk4wu6{z-index:4}.hand-pieces.pseudo3d.svelte-vk4wu6 .hand-piece.bq.svelte-vk4wu6{z-index:5}.hand-pieces.pseudo3d.svelte-vk4wu6 .hand-piece.wq.svelte-vk4wu6{z-index:6}.hand-pieces.pseudo3d.svelte-vk4wu6 .hand-piece.wr.svelte-vk4wu6{z-index:7}.hand-pieces.pseudo3d.svelte-vk4wu6 .hand-piece.wn.svelte-vk4wu6{z-index:8}.hand-pieces.pseudo3d.svelte-vk4wu6 .hand-piece.wb.svelte-vk4wu6{z-index:9}.hand-pieces.pseudo3d.svelte-vk4wu6 .hand-piece.wp.svelte-vk4wu6{z-index:10}.hand-pieces.pseudo3d.flipped.svelte-vk4wu6 .hand-piece.wp.svelte-vk4wu6{z-index:1}.hand-pieces.pseudo3d.flipped.svelte-vk4wu6 .hand-piece.wb.svelte-vk4wu6{z-index:2}.hand-pieces.pseudo3d.flipped.svelte-vk4wu6 .hand-piece.wn.svelte-vk4wu6{z-index:3}.hand-pieces.pseudo3d.flipped.svelte-vk4wu6 .hand-piece.wr.svelte-vk4wu6{z-index:4}.hand-pieces.pseudo3d.flipped.svelte-vk4wu6 .hand-piece.wq.svelte-vk4wu6{z-index:5}.hand-pieces.pseudo3d.flipped.svelte-vk4wu6 .hand-piece.bq.svelte-vk4wu6{z-index:6}.hand-pieces.pseudo3d.flipped.svelte-vk4wu6 .hand-piece.br.svelte-vk4wu6{z-index:7}.hand-pieces.pseudo3d.flipped.svelte-vk4wu6 .hand-piece.bn.svelte-vk4wu6{z-index:8}.hand-pieces.pseudo3d.flipped.svelte-vk4wu6 .hand-piece.bb.svelte-vk4wu6{z-index:9}.hand-pieces.pseudo3d.flipped.svelte-vk4wu6 .hand-piece.bp.svelte-vk4wu6{z-index:10}.hand-pieces.pseudo3d.with-king.svelte-vk4wu6 .hand-piece.bp.svelte-vk4wu6{z-index:1}.hand-pieces.pseudo3d.with-king.svelte-vk4wu6 .hand-piece.bb.svelte-vk4wu6{z-index:2}.hand-pieces.pseudo3d.with-king.svelte-vk4wu6 .hand-piece.bn.svelte-vk4wu6{z-index:3}.hand-pieces.pseudo3d.with-king.svelte-vk4wu6 .hand-piece.br.svelte-vk4wu6{z-index:4}.hand-pieces.pseudo3d.with-king.svelte-vk4wu6 .hand-piece.bq.svelte-vk4wu6{z-index:5}.hand-pieces.pseudo3d.with-king.svelte-vk4wu6 .hand-piece.bk.svelte-vk4wu6{z-index:6}.hand-pieces.pseudo3d.with-king.svelte-vk4wu6 .hand-piece.wk.svelte-vk4wu6{z-index:7}.hand-pieces.pseudo3d.with-king.svelte-vk4wu6 .hand-piece.wq.svelte-vk4wu6{z-index:8}.hand-pieces.pseudo3d.with-king.svelte-vk4wu6 .hand-piece.wr.svelte-vk4wu6{z-index:9}.hand-pieces.pseudo3d.with-king.svelte-vk4wu6 .hand-piece.wn.svelte-vk4wu6{z-index:10}.hand-pieces.pseudo3d.with-king.svelte-vk4wu6 .hand-piece.wb.svelte-vk4wu6{z-index:11}.hand-pieces.pseudo3d.with-king.svelte-vk4wu6 .hand-piece.wp.svelte-vk4wu6{z-index:12}.hand-pieces.pseudo3d.flipped.with-king.svelte-vk4wu6 .hand-piece.wp.svelte-vk4wu6{z-index:1}.hand-pieces.pseudo3d.flipped.with-king.svelte-vk4wu6 .hand-piece.wb.svelte-vk4wu6{z-index:2}.hand-pieces.pseudo3d.flipped.with-king.svelte-vk4wu6 .hand-piece.wn.svelte-vk4wu6{z-index:3}.hand-pieces.pseudo3d.flipped.with-king.svelte-vk4wu6 .hand-piece.wr.svelte-vk4wu6{z-index:4}.hand-pieces.pseudo3d.flipped.with-king.svelte-vk4wu6 .hand-piece.wq.svelte-vk4wu6{z-index:5}.hand-pieces.pseudo3d.flipped.with-king.svelte-vk4wu6 .hand-piece.wk.svelte-vk4wu6{z-index:6}.hand-pieces.pseudo3d.flipped.with-king.svelte-vk4wu6 .hand-piece.bk.svelte-vk4wu6{z-index:7}.hand-pieces.pseudo3d.flipped.with-king.svelte-vk4wu6 .hand-piece.bq.svelte-vk4wu6{z-index:8}.hand-pieces.pseudo3d.flipped.with-king.svelte-vk4wu6 .hand-piece.br.svelte-vk4wu6{z-index:9}.hand-pieces.pseudo3d.flipped.with-king.svelte-vk4wu6 .hand-piece.bn.svelte-vk4wu6{z-index:10}.hand-pieces.pseudo3d.flipped.with-king.svelte-vk4wu6 .hand-piece.bb.svelte-vk4wu6{z-index:11}.hand-pieces.pseudo3d.flipped.with-king.svelte-vk4wu6 .hand-piece.bp.svelte-vk4wu6{z-index:12}.hand-pieces.pseudo3d.horizontal .piece .bp.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal .piece .bb.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal .piece .bn.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal .piece .br.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal .piece .bq.svelte-vk4wu6.svelte-vk4wu6{z-index:1}.hand-pieces.pseudo3d.horizontal .piece .wp.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal .piece .wb.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal .piece .wn.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal .piece .wr.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal .piece .wq.svelte-vk4wu6.svelte-vk4wu6{z-index:2}.hand-pieces.pseudo3d.horizontal.flipped .piece .wp.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal.flipped .piece .wb.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal.flipped .piece .wn.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal.flipped .piece .wr.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal.flipped .piece .wq.svelte-vk4wu6.svelte-vk4wu6{z-index:1}.hand-pieces.pseudo3d.horizontal.flipped .piece .bp.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal.flipped .piece .bb.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal.flipped .piece .bn.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal.flipped .piece .br.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal.flipped .piece .bq.svelte-vk4wu6.svelte-vk4wu6{z-index:2}.hand-pieces.pseudo3d.horizontal.with-king .piece .bp.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal.with-king .piece .bb.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal.with-king .piece .bn.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal.with-king .piece .br.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal.with-king .piece .bq.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal.with-king .piece .bk.svelte-vk4wu6.svelte-vk4wu6{z-index:1}.hand-pieces.pseudo3d.horizontal.with-king .piece .wp.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal.with-king .piece .wb.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal.with-king .piece .wn.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal.with-king .piece .wr.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal.with-king .piece .wq.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal.with-king .piece .wk.svelte-vk4wu6.svelte-vk4wu6{z-index:2}.hand-pieces.pseudo3d.horizontal.with-king.flipped .piece .wp.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal.with-king.flipped .piece .wb.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal.with-king.flipped .piece .wn.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal.with-king.flipped .piece .wr.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal.with-king.flipped .piece .wq.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal.with-king.flipped .piece .wk.svelte-vk4wu6.svelte-vk4wu6{z-index:1}.hand-pieces.pseudo3d.horizontal.with-king.flipped .piece .bp.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal.with-king.flipped .piece .bb.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal.with-king.flipped .piece .bn.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal.with-king.flipped .piece .br.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal.with-king.flipped .piece .bq.svelte-vk4wu6.svelte-vk4wu6,.hand-pieces.pseudo3d.horizontal.with-king.flipped .piece .bk.svelte-vk4wu6.svelte-vk4wu6{z-index:2}.board .hand-pieces.with-king{width:calc(100% / 12)}[dir=ltr] .board .hand-pieces.with-king{left:calc(-1 * calc(100% / 12))}[dir=rtl] .board .hand-pieces.with-king{right:calc(-1 * calc(100% / 12))}.variations-popover.svelte-1hbhi2i.svelte-1hbhi2i{background-color:var(--color-bg-opaque);border-radius:var(--radius-l);border-top:.3rem solid rgba(248,229,0,.2);box-shadow:0 2px 5px #00000080;color:var(--color-gray-600);font-size:1.3rem;font-weight:400;line-height:2rem;min-height:4rem;min-width:12rem;overflow-x:auto;position:fixed;z-index:2}.variations-popover.svelte-1hbhi2i .row.svelte-1hbhi2i{align-items:center;cursor:pointer;display:flex;padding:.2rem}.variations-popover.svelte-1hbhi2i .selected.svelte-1hbhi2i{background-color:var(--color-bg-subtler);text-shadow:0 0 black}.variations-popover.svelte-1hbhi2i .icon-wrap.svelte-1hbhi2i,.variations-popover.svelte-1hbhi2i .icon-wrap .icon.svelte-1hbhi2i{width:2rem}[dir=ltr] .variations-popover.svelte-1hbhi2i .icon-wrap .icon.svelte-1hbhi2i{margin-right:.5rem}[dir=rtl] .variations-popover.svelte-1hbhi2i .icon-wrap .icon.svelte-1hbhi2i{margin-left:.5rem}.variations-popover.svelte-1hbhi2i .icon-wrap .icon-font-chess.move-arrow-right.svelte-1hbhi2i:before{content:"]";font-size:1.6rem}.dark-mode .variations-popover.svelte-1hbhi2i.svelte-1hbhi2i{border-color:var(--color-gray-500);color:var(--color-transparent-white-72)}.move-node-context-menu.svelte-immwnr.svelte-immwnr{background-color:var(--color-bg-opaque);border-radius:var(--radius-l);box-shadow:0 2px 5px #00000080;color:var(--color-text-default);font-size:1.4rem;list-style:none;min-width:16rem;padding:8px;position:fixed;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:9999}.move-node-context-menu.svelte-immwnr .actions-container.svelte-immwnr{border-bottom:1px solid var(--color-border-default);padding-bottom:4px}.move-node-context-menu.svelte-immwnr .action-name.svelte-immwnr{padding:.5rem 2rem}.move-node-context-menu.svelte-immwnr .action-name.svelte-immwnr,.move-node-context-menu.svelte-immwnr .annotation.svelte-immwnr{cursor:pointer;display:block}.move-node-context-menu.svelte-immwnr .action-name.svelte-immwnr:hover,.move-node-context-menu.svelte-immwnr .annotation.svelte-immwnr:hover{background-color:var(--color-bg-subtler);border-radius:var(--radius-m);color:var(--color-text-default-hovered)}.move-node-context-menu.svelte-immwnr .action-name.blank.svelte-immwnr,.move-node-context-menu.svelte-immwnr .annotation.blank.svelte-immwnr{cursor:default}.move-node-context-menu.svelte-immwnr .action-name.blank.svelte-immwnr:hover,.move-node-context-menu.svelte-immwnr .annotation.blank.svelte-immwnr:hover{background-color:inherit}.move-node-context-menu.svelte-immwnr .annotations-container.svelte-immwnr{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;padding-top:4px}.move-node-context-menu.svelte-immwnr .annotation.svelte-immwnr{display:inline-block;padding:3px;text-align:center}.coordinate-light,.coordinate-dark{font-weight:600}.coordinate-grey{fill:var(--color-transparent-white-50);font-weight:600}.coordinates{left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.coordinates.each-square{opacity:.4;z-index:1}.outside{position:absolute}[dir=ltr] .outside{transform:translate(-5%,4%)}[dir=rtl] .outside{transform:translate(5%,4%)}.outside text{font-size:.25rem}html[dir=rtl] .coordinates:not(.outside){left:8px;overflow:visible}html[dir=rtl] .outside{transform:translate(-3%,4%)}.board.analysis-overlay:before{background:var(--color-transparent-white-25);content:" ";height:100%;position:absolute;width:100%}.board .arrows{height:100%;pointer-events:none;position:absolute;top:0;width:100%}[dir=ltr] .board .arrows{left:0}[dir=rtl] .board .arrows{right:0}.board.pseudo3d .arrows{z-index:9}.board.flipped .arrows{transform:scale(-1)}.pointer-finger-container{--flipped-modifier: 1;--adjusted-from-x: calc(var(--from-x) - var(--offset-x) * var(--flipped-modifier));--adjusted-from-y: calc(var(--from-y) - var(--offset-y) * var(--flipped-modifier));--adjusted-to-x: calc(var(--to-x) - var(--offset-x) * var(--flipped-modifier));--adjusted-to-y: calc(var(--to-y) - var(--offset-y) * var(--flipped-modifier));opacity:0;pointer-events:none;position:absolute;transform:translate(var(--adjusted-from-x),var(--adjusted-from-y))}.board.flipped .pointer-finger-container{--flipped-modifier: -1}.board.flipped .pointer-finger{transform:scale(-1)}@keyframes finger-move{0%{transform:translate(var(--adjusted-from-x),var(--adjusted-from-y))}to{transform:translate(var(--adjusted-to-x),var(--adjusted-to-y))}}@keyframes finger-fade-in{0%{opacity:0}to{opacity:1}}@keyframes finger-fade-out{0%{opacity:1}to{opacity:0}}.fade-in-overlay{background-size:100%;display:none;height:100%;pointer-events:none;position:absolute;top:0;touch-action:none;width:100%;z-index:3}[dir=ltr] .fade-in-overlay{left:0}[dir=rtl] .fade-in-overlay{right:0}.fade-in-overlay.animate{animation-name:fadeOut;display:block}body{--chessboard-border-radius: 0;--chessboard-rounded-radius: 3px}.chessboard-pkg-move-list-component .icon-font-chess:before,.horizontal-move-list .icon-font-chess:before,.vertical-move-list .icon-font-chess:before{pointer-events:none}.chessboard-pkg-move-list-component .icon-font-chess.knight-black:before,.horizontal-move-list .icon-font-chess.knight-black:before,.vertical-move-list .icon-font-chess.knight-black:before{content:"Ç"}.chessboard-pkg-move-list-component .icon-font-chess.knight-white:before,.horizontal-move-list .icon-font-chess.knight-white:before,.vertical-move-list .icon-font-chess.knight-white:before{content:"Ė"}.chessboard-pkg-move-list-component .icon-font-chess.bishop-black:before,.horizontal-move-list .icon-font-chess.bishop-black:before,.vertical-move-list .icon-font-chess.bishop-black:before{content:"Ă"}.chessboard-pkg-move-list-component .icon-font-chess.bishop-white:before,.horizontal-move-list .icon-font-chess.bishop-white:before,.vertical-move-list .icon-font-chess.bishop-white:before{content:"Ä"}.chessboard-pkg-move-list-component .icon-font-chess.queen-black:before,.horizontal-move-list .icon-font-chess.queen-black:before,.vertical-move-list .icon-font-chess.queen-black:before{content:"Į"}.chessboard-pkg-move-list-component .icon-font-chess.queen-white:before,.horizontal-move-list .icon-font-chess.queen-white:before,.vertical-move-list .icon-font-chess.queen-white:before{content:"Ķ"}.chessboard-pkg-move-list-component .icon-font-chess.king-black:before,.horizontal-move-list .icon-font-chess.king-black:before,.vertical-move-list .icon-font-chess.king-black:before{content:"Ā"}.chessboard-pkg-move-list-component .icon-font-chess.king-white:before,.horizontal-move-list .icon-font-chess.king-white:before,.vertical-move-list .icon-font-chess.king-white:before{content:"Ą"}.chessboard-pkg-move-list-component .icon-font-chess.rook-black:before,.horizontal-move-list .icon-font-chess.rook-black:before,.vertical-move-list .icon-font-chess.rook-black:before{content:"Ľ"}.chessboard-pkg-move-list-component .icon-font-chess.rook-white:before,.horizontal-move-list .icon-font-chess.rook-white:before,.vertical-move-list .icon-font-chess.rook-white:before{content:"Ļ"}.dark-mode .chessboard-pkg-move-list-component .icon-font-chess.knight-black:before,.dark-mode .horizontal-move-list .icon-font-chess.knight-black:before,.dark-mode .vertical-move-list .icon-font-chess.knight-black:before{content:"Ė"}.dark-mode .chessboard-pkg-move-list-component .icon-font-chess.knight-white:before,.dark-mode .horizontal-move-list .icon-font-chess.knight-white:before,.dark-mode .vertical-move-list .icon-font-chess.knight-white:before{content:"Ç"}.dark-mode .chessboard-pkg-move-list-component .icon-font-chess.bishop-black:before,.dark-mode .horizontal-move-list .icon-font-chess.bishop-black:before,.dark-mode .vertical-move-list .icon-font-chess.bishop-black:before{content:"Ä"}.dark-mode .chessboard-pkg-move-list-component .icon-font-chess.bishop-white:before,.dark-mode .horizontal-move-list .icon-font-chess.bishop-white:before,.dark-mode .vertical-move-list .icon-font-chess.bishop-white:before{content:"Ă"}.dark-mode .chessboard-pkg-move-list-component .icon-font-chess.queen-black:before,.dark-mode .horizontal-move-list .icon-font-chess.queen-black:before,.dark-mode .vertical-move-list .icon-font-chess.queen-black:before{content:"Ķ"}.dark-mode .chessboard-pkg-move-list-component .icon-font-chess.queen-white:before,.dark-mode .horizontal-move-list .icon-font-chess.queen-white:before,.dark-mode .vertical-move-list .icon-font-chess.queen-white:before{content:"Į"}.dark-mode .chessboard-pkg-move-list-component .icon-font-chess.king-black:before,.dark-mode .horizontal-move-list .icon-font-chess.king-black:before,.dark-mode .vertical-move-list .icon-font-chess.king-black:before{content:"Ą"}.dark-mode .chessboard-pkg-move-list-component .icon-font-chess.king-white:before,.dark-mode .horizontal-move-list .icon-font-chess.king-white:before,.dark-mode .vertical-move-list .icon-font-chess.king-white:before{content:"Ā"}.dark-mode .chessboard-pkg-move-list-component .icon-font-chess.rook-black:before,.dark-mode .horizontal-move-list .icon-font-chess.rook-black:before,.dark-mode .vertical-move-list .icon-font-chess.rook-black:before{content:"Ļ"}.dark-mode .chessboard-pkg-move-list-component .icon-font-chess.rook-white:before,.dark-mode .horizontal-move-list .icon-font-chess.rook-white:before,.dark-mode .vertical-move-list .icon-font-chess.rook-white:before{content:"Ľ"}.horizontal-move-list{display:block;font-size:1.3rem;min-width:223px;overflow-x:hidden;overflow-y:auto;padding:10px 15px}.horizontal-move-list .comment{color:var(--color-text-info)}.horizontal-move-list .game-result-node{color:var(--nodeColor)}[dir=ltr] .horizontal-move-list .game-result-node{margin-left:5px}[dir=rtl] .horizontal-move-list .game-result-node{margin-right:5px}[dir=ltr] .horizontal-move-list .diagram-begin,[dir=ltr] .horizontal-move-list .diagram-end{padding-left:3px}[dir=rtl] .horizontal-move-list .diagram-begin,[dir=rtl] .horizontal-move-list .diagram-end{padding-right:3px}.variation.main{background-color:var(--color-gray-100);display:block;margin:7px -15px;padding:7px 15px}.dark-mode .variation.main{background-color:var(--color-transparent-black-14)}.variation.main+.move-node .move-number{display:inline-block;text-indent:-4px}[dir=ltr] .variation .variation{margin-left:4px}[dir=rtl] .variation .variation{margin-right:4px}.variation:before{color:var(--color-gray-700);content:"("}.variation:after{color:var(--color-gray-700);content:")";position:relative;z-index:2}.dark-mode .variation:before,.dark-mode .variation:after{color:var(--color-transparent-white-50)}.comment-row.svelte-jlybuf{cursor:text;display:block;padding-bottom:2px}[dir=ltr] .comment-row.svelte-jlybuf{padding-left:62px;padding-right:15px}[dir=rtl] .comment-row.svelte-jlybuf{padding-right:62px;padding-left:15px}.comment.svelte-jlybuf{color:var(--color-slate-400);word-break:break-word}.dark-mode .comment.svelte-jlybuf{color:var(--color-slate-300)}.comment.svelte-jlybuf::-moz-selection{background:var(--color-slate-75)}.comment.svelte-jlybuf::selection{background:var(--color-slate-75)}.comment[contenteditable=true].svelte-jlybuf:empty{display:inline-block}.comment[contenteditable=true].svelte-jlybuf:empty:before{color:var(--color-gray-500);content:attr(placeholder)}.element-pool{position:absolute}[dir=ltr] .element-pool{transform:translate(-10000px)}[dir=rtl] .element-pool{transform:translate(10000px)}.move-node-context-menu.svelte-s4s2i6.svelte-s4s2i6{background-color:var(--color-neutrals-white);border:1px solid var(--color-transparent-black-14);border-radius:4px;box-shadow:0 6px 12px #0000002d;color:var(--color-neutrals-black);font-size:1.4rem;list-style:none;margin:2px 0 0;min-width:16rem;padding:5px 0;position:fixed;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:9999}.move-node-context-menu.svelte-s4s2i6 .action-name.svelte-s4s2i6{padding:.5rem 2rem}.move-node-context-menu.svelte-s4s2i6 .action-name.svelte-s4s2i6,.move-node-context-menu.svelte-s4s2i6 .annotation.svelte-s4s2i6{cursor:pointer;display:block}.move-node-context-menu.svelte-s4s2i6 .action-name.svelte-s4s2i6:hover,.move-node-context-menu.svelte-s4s2i6 .annotation.svelte-s4s2i6:hover{background-color:var(--color-gray-100)}.move-node-context-menu.svelte-s4s2i6 .annotations-container.svelte-s4s2i6{display:grid;grid-template-columns:1fr 1fr 1fr 1fr}.move-node-context-menu.svelte-s4s2i6 .annotation.svelte-s4s2i6{display:inline-block;padding:3px;text-align:center}.move-node-context-menu.svelte-s4s2i6 .divider.svelte-s4s2i6{background-color:var(--color-gray-100);height:1px}.comment{cursor:pointer;font-weight:400;outline:none;white-space:normal}[dir=ltr] .comment{margin-left:5px}[dir=rtl] .comment{margin-right:5px}[dir=ltr] .comment:first-child{margin-left:0}[dir=rtl] .comment:first-child{margin-right:0}.editable-comment.svelte-asi0pa{cursor:pointer;font-weight:400;outline:none;white-space:normal;color:var(--color-text-info);display:inline-block}[dir=ltr] .editable-comment.svelte-asi0pa{margin-left:5px}[dir=rtl] .editable-comment.svelte-asi0pa{margin-right:5px}[dir=ltr] .editable-comment.svelte-asi0pa:first-child{margin-left:0}[dir=rtl] .editable-comment.svelte-asi0pa:first-child{margin-right:0}.editable-comment.svelte-asi0pa::-moz-selection{background:var(--color-slate-75)}.editable-comment.svelte-asi0pa::selection{background:var(--color-slate-75)}.editable-comment[contenteditable=true].svelte-asi0pa:empty:before{color:var(--color-gray-500);content:attr(placeholder);display:inline}:root{--nodeBackground:#fff35f;--nodeBorder:rgba(0, 0, 0, .05);--nodeColor:var(--color-gray-900);--nodeColorSelected:var(--color-gray-900);--nodeNumber:var(--color-gray-700);--nodeLimit:var(--color-transparent-white-95)}.dark-mode{--nodeBackground:rgba(255, 255, 0, .2);--nodeBorder:rgba(255, 255, 0, .4);--nodeColor:var(--color-transparent-white-72);--nodeColorSelected:var(--color-neutrals-white);--nodeNumber:var(--color-transparent-white-50);--nodeLimit:var(--color-transparent-white-72)}.move-node.svelte-5f2ji6.svelte-5f2ji6{cursor:pointer;line-height:2rem;padding:0;position:relative;z-index:1}.move-node.selected.customColor.svelte-5f2ji6 .move-text.svelte-5f2ji6{color:var(--color-neutrals-white)}.move-node.selected.svelte-5f2ji6 .move-text.svelte-5f2ji6{color:var(--nodeCustomColor, var(--nodeColorSelected));position:relative;z-index:1}.move-node.selected.svelte-5f2ji6 .move-text.svelte-5f2ji6:before{background-color:var(--nodeBackground);border-bottom-style:solid;border-bottom-width:3px;border-color:var(--nodeBorder);border-radius:2px;background-color:var(--nodeCustomColor, var(--nodeBackground));border-width:0 0 3px 0;content:"";height:100%;position:absolute;top:0;width:calc(100% + 4px);z-index:-1}[dir=ltr] .move-node.selected.svelte-5f2ji6 .move-text.svelte-5f2ji6:before{left:0;margin-left:-2px}[dir=rtl] .move-node.selected.svelte-5f2ji6 .move-text.svelte-5f2ji6:before{right:0;margin-right:-2px}.move-node.svelte-5f2ji6 .hidden.svelte-5f2ji6{display:none}.move-node.svelte-5f2ji6 .move-number.svelte-5f2ji6{color:var(--nodeNumber)}.move-node.svelte-5f2ji6 .move-text.svelte-5f2ji6{font-weight:700;color:var(--nodeCustomColor, var(--nodeColor));display:inline-block;white-space:pre}[dir=ltr] .move-node.svelte-5f2ji6:not(:first-of-type) .move-number.svelte-5f2ji6{margin-left:4px}[dir=rtl] .move-node.svelte-5f2ji6:not(:first-of-type) .move-number.svelte-5f2ji6{margin-right:4px}.move-node.svelte-5f2ji6 .move-text .icon-font-chess{display:inline-block;font-size:2.3rem;margin-top:-1.3rem}[dir=ltr] .move-node.svelte-5f2ji6 .move-text .icon-font-chess{margin-right:.2rem}[dir=rtl] .move-node.svelte-5f2ji6 .move-text .icon-font-chess{margin-left:.2rem}.move-node.svelte-5f2ji6 .comment.svelte-5f2ji6{cursor:pointer;font-weight:400;outline:none;white-space:normal}[dir=ltr] .move-node.svelte-5f2ji6 .comment.svelte-5f2ji6{margin-left:5px}[dir=rtl] .move-node.svelte-5f2ji6 .comment.svelte-5f2ji6{margin-right:5px}[dir=ltr] .move-node.svelte-5f2ji6 .comment.svelte-5f2ji6:first-child{margin-left:0}[dir=rtl] .move-node.svelte-5f2ji6 .comment.svelte-5f2ji6:first-child{margin-right:0}.board-component{height:-moz-fit-content;height:fit-content;max-height:30.4rem;max-width:30.4rem;width:100%}.board-cursor .piece{cursor:initial}@container (min-width: 360px){.board-component{height:36rem;max-height:36rem;max-width:36rem;width:36rem}}.game-list-component{background-color:var(--color-gray-100);display:flex;flex-grow:1;flex-wrap:wrap;order:5}.dark-mode .game-list-component{background-color:transparent;border:.3rem solid var(--color-transparent-white-10);border-top:none}.game-list-component .game-list-selected{background-color:var(--color-bg-subtler)}@media (hover: hover){.game-list-component .game-list-item:hover{background-color:#d0ebf4}.dark-mode .game-list-component .game-list-item:hover{background-color:var(--color-transparent-white-10)}}.game-list-list{display:flex;flex-grow:1;flex-wrap:wrap;max-height:15rem;overflow-x:hidden;overflow-y:auto}@container (min-width: 600px){.game-list-list{max-height:10.5rem}}.header-bar-component{line-height:1.5rem;padding:.8rem 1rem;width:100%}[dir=ltr] .header-bar-component{text-align:left}[dir=rtl] .header-bar-component{text-align:right}.dark-mode .header-bar-component{background-color:var(--color-transparent-white-10)}.header-bar-title{color:var(--color-gray-900);font-size:1.5rem;font-weight:700;margin-bottom:.2rem}.dark-mode .header-bar-title{color:var(--color-transparent-white-85);font-weight:600}.header-bar-versus{font-weight:400}.header-bar-info{font-size:1.3rem}.header-bar-info span{display:inline;position:relative}[dir=ltr] .header-bar-info span+span{margin-left:.5rem;padding-left:.5rem}[dir=rtl] .header-bar-info span+span{margin-right:.5rem;padding-right:.5rem}.header-bar-info span+span:before{content:"|";position:absolute}[dir=ltr] .header-bar-info span+span:before{left:-.4rem}[dir=rtl] .header-bar-info span+span:before{right:-.4rem}.header-bar-info .header-bar-separator span+span:before{content:"/"}.header-bar-versus,.header-bar-info{color:var(--color-text-default)}.diagram-viewer-component{container-type:inline-size;display:flex;margin-bottom:1.6rem;text-align:center;width:100%}.diagram-viewer-body{--chessboard-border-radius: var(--chessboard-rounded-radius);background-color:var(--color-gray-100);display:flex;flex-direction:column;margin:0 auto;width:30.4rem}.dark-mode .diagram-viewer-body{background-color:transparent}@container (min-width: 360px){.diagram-viewer-body{width:36rem}}@container (min-width: 600px){.diagram-viewer-body{flex-direction:row;flex-wrap:wrap}.diagram-viewer-full-width{width:100%}}.chessboard-view-edit-overlay{margin:0 auto}.chessboard-view-diagram-placeholder{background:var(--v760b2242);background-position:center;background-size:cover;height:calc(var(--space-80) * 3);width:calc(var(--space-80) * 3)}.node-view-details{font-weight:var(--font-weight-bold);list-style:revert;padding:var(--space-8)}.tenor-embed-embed,.tiktok-embed-embed,.twitch-embed-embed{height:100%;width:100%}.x-embed-embed{height:100%;max-width:550px;width:100%}.youtube-embed-embed{height:100%;width:100%}.mouse-resizer-component{height:-moz-fit-content;height:fit-content;min-height:var(--v564879f4);min-width:var(--v2a51114e);overflow:hidden;position:relative;width:-moz-fit-content;width:fit-content}.mouse-resizer-component.mouse-resizer-editable{border-radius:var(--radius-3);outline:var(--border-2) solid var(--color-border-default);resize:both;transition:outline-color .1s linear}.mouse-resizer-component.mouse-resizer-editable:hover{outline-color:var(--color-border-default-hovered)}.mouse-resizer-component>*{height:100%;width:100%}.emoji-view-node-view{--border-size: var(--border-2);--renderer-height: var(--space-12);display:inline-block;vertical-align:baseline}.emoji-view-renderer{border-radius:var(--border-size);height:calc(var(--renderer-height) + var(--border-size) * 2);width:calc(var(--renderer-height) + var(--border-size) * 2)}.image-renderer-root{max-height:var(--v9bdbd518);-o-object-fit:contain;object-fit:contain}.cc-user-rating-default{color:var(--color-text-subtle)}.cc-user-rating-boldest{color:var(--color-text-default)}.cc-user-rating-link{color:var(--color-text-subtle)}.cc-user-rating-white{color:var(--color-transparent-white-72)}.cc-user-title-component{background-color:var(--color-bg-chesstitle);border-radius:var(--radius-3);color:var(--color-neutrals-white);padding:var(--space-2) .3rem;text-transform:uppercase}div.cc-user-title-component{cursor:default}.cc-user-username-component{background-color:transparent;border:none;margin:0;padding:0;max-width:30rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cc-user-username-component.cc-user-username-medium{font-family:var(--font-family-heading);font-size:1.7rem;font-weight:800;line-height:2rem}.cc-user-username-component.cc-user-username-large{font-family:var(--font-family-heading);font-size:2.2rem;font-weight:800;line-height:2.4rem}.cc-user-username-component[role=button]{cursor:pointer}.cc-user-username-default{color:var(--color-text-default)}a.cc-user-username-default:hover{color:var(--color-text-default-hovered)}.cc-user-username-boldest{color:var(--color-text-boldest)}.cc-user-username-link{color:var(--color-text-link)}a.cc-user-username-link:hover{color:var(--color-text-link-hovered)}.cc-user-username-white{color:var(--color-neutrals-white)}.mention-view-mention{background-color:var(--color-bg-secondary);border-radius:var(--radius-2);color:var(--color-text-primary);display:inline-block;padding:var(--space-2) var(--space-4);-webkit-user-select:none;-moz-user-select:none;user-select:none}.mention-view-loading{align-items:center;display:flex;flex-direction:row;gap:var(--space-4)}.mention-list-menu{position:absolute;top:var(--v507f6d52);z-index:1000}[dir=ltr] .mention-list-menu{left:var(--v507f6d54)}[dir=rtl] .mention-list-menu{right:var(--v507f6d54)}.node-view-blockquote{background-color:var(--color-bg-subtler)}[dir=ltr] .node-view-blockquote{padding:var(--space-8) var(--space-8) var(--space-8) var(--space-16)}[dir=rtl] .node-view-blockquote{padding:var(--space-8) var(--space-16) var(--space-8) var(--space-8)}.node-view-icon{color:var(--color-text-secondary)}[dir=ltr] .node-view-icon{margin-right:var(--space-8)}[dir=rtl] .node-view-icon{margin-left:var(--space-8)}[dir=ltr] .node-view-header{padding-left:var(--space-8)}[dir=rtl] .node-view-header{padding-right:var(--space-8)}.node-view-author{align-items:center;display:flex;margin-bottom:var(--space-8)}[dir=ltr] .node-view-body{border-left:var(--border-2) solid var(--color-border-subtler);padding-left:var(--space-16)}[dir=rtl] .node-view-body{border-right:var(--border-2) solid var(--color-border-subtler);padding-right:var(--space-16)}.pop-over-popover{position-anchor:var(--v64dfc368);position-area:var(--v1d32d844);position-visibility:var(--v922cb4ba);transform:var(--v2cb17438)}[popover].pop-over-popover{background:none;border:none;margin:-.1rem;padding:.1rem}.pop-over-default{anchor-name:var(--v64dfc368)}button.pop-over-default{background:none;border:none;display:flex;padding:0;position:relative}.color-selector-colour-grid{border-radius:var(--radius-3);display:grid;gap:0;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(5,1fr);overflow:hidden}.color-selector-colour-grid-item{border-radius:0;height:var(--space-32);width:var(--space-32)}.color-selector-hoverable{outline:var(--space-2) solid transparent;transition:transform .1s ease-in-out,outline .1s ease-in-out,border-radius .1s ease-in-out}.color-selector-hoverable:hover{border-radius:var(--radius-3);outline:var(--space-2) solid var(--color-border-subtle);transform:scale(1.1);transition-delay:.05s}.color-input-overlay{background-color:var(--color-bg-opaque-lighter);border-radius:var(--radius-3);padding:var(--space-1)}.color-input-row{display:flex;gap:var(--space-12)}.color-input-button{background-color:var(--bfd0a14a);height:100%}.table-view-wrapper{width:100%}.table-view-component{background-color:var(--v60296426);border-collapse:collapse;border-color:var(--v8dffaca2);border-style:var(--v8c37d006);border-width:var(--v8bd1afdc);height:var(--v294a5f0f);table-layout:fixed;width:var(--v75c702de)}.table-view-content,.table-caption-view-content,.table-head-view-content,.table-body-view-content,.table-foot-view-content{display:contents}.configure-table-row-card{margin:1rem;max-width:calc(100vw - 4rem);width:48rem}.configure-table-row-actions{margin:var(--space-24) var(--space-12) var(--space-12) var(--space-12)}.configure-table-row-actions>.configure-table-row-button{flex:1}.configure-table-row-row{display:flex;gap:var(--space-12)}.configure-table-row-column{flex:1}.configure-table-row-label{margin:var(--space-8) 0}.table-data-row-view-content{display:contents}.table-data-row-view-component{background-color:var(--v2b17f2b4);border-color:var(--d1576c14);border-style:var(--cf8f8f78);border-width:var(--cf296f4e);display:table-row;height:var(--v61522330)}.table-header-row-view-content,.table-header-cell-view-content,.table-data-cell-view-content{display:contents}.table-data-cell-view-component{background-color:var(--e2446e76);border-color:var(--v4d5c5ef2);border-style:var(--v4b948256);border-width:var(--v4b2e622c);height:var(--v3a11d137);text-align:var(--ff86399e);width:var(--v02b4abb6)}.section-dropdown-component{align-items:center;display:flex;flex-shrink:0;gap:.5rem;max-width:18rem;position:relative}[dir=ltr] .section-dropdown-component{padding:.6rem .1rem .6rem .8rem}[dir=rtl] .section-dropdown-component{padding:.6rem .8rem .6rem .1rem}.section-dropdown-component:hover .section-dropdown-content{color:var(--color-text-default-hovered)}.section-dropdown-component:hover .section-dropdown-icon{color:var(--color-icon-default-hovered)}.section-dropdown-icon{font-size:1.6rem;color:var(--color-icon-default);flex-shrink:0;justify-self:end}.section-dropdown-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--color-text-default);flex-grow:1;font-size:1.4rem}.section-dropdown-select{-moz-appearance:none;-webkit-appearance:none;background-color:transparent;border:0;color:transparent;cursor:pointer;font-size:1.4rem;height:100%;line-height:1.8rem;padding:0 .8rem;position:absolute;top:0;width:100%}[dir=ltr] .section-dropdown-select{left:0}[dir=rtl] .section-dropdown-select{right:0}.section-dropdown-select>option{color:var(--color-gray-800)}.full-screen-wrapper{position:relative}.full-screen-item{height:100%}.full-screen-initial{position:fixed}.full-screen-animating{height:100%;inset:0;position:fixed;transition-duration:.3s;transition-timing-function:var(--motion-ease-in-out-dramatic);width:100%;z-index:9000}[dir=ltr] .full-screen-animating{transition-property:bottom,height,left,right,top,width}[dir=rtl] .full-screen-animating{transition-property:bottom,height,right,left,top,width}@media (prefers-reduced-motion){.full-screen-animating{transition-duration:0s}}.full-screen-complete{height:100%;inset:0;position:fixed;width:100%;z-index:9000}body.fullscreen-active{overflow:hidden}.link-bubble-item-link-group{display:flex}[dir=ltr] .link-bubble-item-link-group-left{border-bottom-right-radius:0;border-top-right-radius:0}[dir=rtl] .link-bubble-item-link-group-left{border-bottom-left-radius:0;border-top-left-radius:0}[dir=ltr] .link-bubble-item-link-group-right{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:calc(var(--space-4) * -1)}[dir=rtl] .link-bubble-item-link-group-right{border-bottom-right-radius:0;border-top-right-radius:0;margin-right:calc(var(--space-4) * -1)}.popover-colour-card{background:var(--color-bg-primary);border-radius:var(--radius-5);padding:var(--space-8)}.text-style-bubble-item-toolbar-item{flex:0 0 auto}.text-style-bubble-item-dropdown{height:var(--space-32);width:-moz-fit-content;width:fit-content}.bubble-menu-container{background-color:var(--color-bg-primary);border:var(--space-1) solid var(--color-border-default);border-radius:var(--radius-5);display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--space-4);max-width:90vw;padding:var(--space-8);width:-moz-max-content;width:max-content}.bubble-menu-divider{margin:0 var(--space-4);width:0}[dir=ltr] .bubble-menu-divider{border-left:.1rem solid var(--color-border-subtler)}[dir=rtl] .bubble-menu-divider{border-right:.1rem solid var(--color-border-subtler)}[data-tippy-root],.tippy-box[data-animation=bubble-menu]{transition-duration:.15s;transition-property:opacity,transform;transition-timing-function:cubic-bezier(.16,1,.3,1)}.tippy-box[data-animation=bubble-menu][data-state=hidden]{opacity:0;transform:translateY(var(--space-4)) scale(.98)}.history-toolbar-item,.insert-toolbar-item,.list-toolbar-item,.newline-toolbar-item,.paragraph-format-toolbar-item,.rule-toolbar-item{flex:0 0 auto}.table-size-selector-root{border-radius:var(--radius-5);display:flex;flex-direction:column;overflow:hidden}.table-size-selector-root .table-size-selector-row{display:flex;flex-direction:row}.table-size-selector-root .table-size-selector-row .table-size-selector-cell{border:var(--space-1) solid var(--color-border-default);cursor:pointer;height:var(--space-16);transition:background-color .1s;width:var(--space-16)}.table-size-selector-root .table-size-selector-row .table-size-selector-cell.table-size-selector-selected{background-color:var(--color-transparent-white-40)}.table-size-selector-root>.table-size-selector-size-feedback{color:var(--color-text-default);font-size:var(--font-size-1);margin:var(--space-8) 0;text-align:center}.table-toolbar-divider{border-top:.1rem solid var(--color-border-subtlest)}.table-menu{background-color:var(--color-bg-primary);border-radius:var(--radius-5);display:flex;flex-direction:column;outline:var(--border-1) solid var(--color-border-default)}.table-popover{top:0;width:-moz-fit-content;width:fit-content}[dir=ltr] .table-popover{left:0;transform:translate(calc(-100% - var(--space-1)))}[dir=rtl] .table-popover{right:0;transform:translate(calc(-1*(-100% - var(--space-1))))}.table-button{overflow:visible;position:relative}.table-item{white-space:nowrap}.viewing-toolbar-item{flex:0 0 auto}.ProseMirror-gapcursor:after{border-top:var(--border-1) solid var(--color-text-default)}.monaco-editor{font-family:-apple-system,BlinkMacSystemFont,Segoe WPC,Segoe UI,HelveticaNeue-Light,system-ui,Ubuntu,Droid Sans,sans-serif;--monaco-monospace-font: "SF Mono", Monaco, Menlo, Consolas, "Ubuntu Mono", "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace}.monaco-menu .monaco-action-bar.vertical .action-item .action-menu-item:focus .action-label{stroke-width:1.2px}.monaco-editor.vs-dark .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label,.monaco-editor.hc-black .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label,.monaco-editor.hc-light .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label{stroke-width:1.2px}.monaco-hover p{margin:0}.monaco-aria-container{position:absolute!important;top:0;height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%)}.monaco-editor,.monaco-diff-editor .synthetic-focus,.monaco-diff-editor [tabindex="0"]:focus,.monaco-diff-editor [tabindex="-1"]:focus,.monaco-diff-editor button:focus,.monaco-diff-editor input[type=button]:focus,.monaco-diff-editor input[type=checkbox]:focus,.monaco-diff-editor input[type=search]:focus,.monaco-diff-editor input[type=text]:focus,.monaco-diff-editor select:focus,.monaco-diff-editor textarea:focus{outline-width:1px;outline-style:solid;outline-offset:-1px;outline-color:var(--vscode-focusBorder);opacity:1}.monaco-workbench .workbench-hover{position:relative;font-size:13px;line-height:19px;z-index:40;overflow:hidden;max-width:700px;background:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border);border-radius:3px;color:var(--vscode-editorHoverWidget-foreground);box-shadow:0 2px 8px var(--vscode-widget-shadow)}.monaco-workbench .workbench-hover hr{border-bottom:none}.monaco-workbench .workbench-hover:not(.skip-fade-in){animation:fadein .1s linear}.monaco-workbench .workbench-hover.compact{font-size:12px}.monaco-workbench .workbench-hover.compact .hover-contents{padding:2px 8px}.monaco-workbench .workbench-hover-container.locked .workbench-hover{outline:1px solid var(--vscode-editorHoverWidget-border)}.monaco-workbench .workbench-hover-container.locked .workbench-hover:focus,.monaco-workbench .workbench-hover-lock:focus{outline:1px solid var(--vscode-focusBorder)}.monaco-workbench .workbench-hover-container.locked .workbench-hover-lock:hover{background:var(--vscode-toolbar-hoverBackground)}.monaco-workbench .workbench-hover-pointer{position:absolute;z-index:41;pointer-events:none}.monaco-workbench .workbench-hover-pointer:after{content:"";position:absolute;width:5px;height:5px;background-color:var(--vscode-editorHoverWidget-background);border-bottom:1px solid var(--vscode-editorHoverWidget-border)}[dir=ltr] .monaco-workbench .workbench-hover-pointer:after{border-right:1px solid var(--vscode-editorHoverWidget-border)}[dir=rtl] .monaco-workbench .workbench-hover-pointer:after{border-left:1px solid var(--vscode-editorHoverWidget-border)}.monaco-workbench .locked .workbench-hover-pointer:after{width:4px;height:4px;border-bottom-width:2px}[dir=ltr] .monaco-workbench .locked .workbench-hover-pointer:after{border-right-width:2px}[dir=rtl] .monaco-workbench .locked .workbench-hover-pointer:after{border-left-width:2px}[dir=ltr] .monaco-workbench .workbench-hover-pointer.left{left:-3px}[dir=rtl] .monaco-workbench .workbench-hover-pointer.left{right:-3px}[dir=ltr] .monaco-workbench .workbench-hover-pointer.right{right:3px}[dir=rtl] .monaco-workbench .workbench-hover-pointer.right{left:3px}.monaco-workbench .workbench-hover-pointer.top{top:-3px}.monaco-workbench .workbench-hover-pointer.bottom{bottom:3px}[dir=ltr] .monaco-workbench .workbench-hover-pointer.left:after{transform:rotate(135deg)}[dir=rtl] .monaco-workbench .workbench-hover-pointer.left:after{transform:rotate(-135deg)}[dir=ltr] .monaco-workbench .workbench-hover-pointer.right:after{transform:rotate(315deg)}[dir=rtl] .monaco-workbench .workbench-hover-pointer.right:after{transform:rotate(-315deg)}[dir=ltr] .monaco-workbench .workbench-hover-pointer.top:after{transform:rotate(225deg)}[dir=rtl] .monaco-workbench .workbench-hover-pointer.top:after{transform:rotate(-225deg)}[dir=ltr] .monaco-workbench .workbench-hover-pointer.bottom:after{transform:rotate(45deg)}[dir=rtl] .monaco-workbench .workbench-hover-pointer.bottom:after{transform:rotate(-45deg)}.monaco-workbench .workbench-hover a{color:var(--vscode-textLink-foreground)}.monaco-workbench .workbench-hover a:focus{outline:1px solid;outline-offset:-1px;text-decoration:underline;outline-color:var(--vscode-focusBorder)}.monaco-workbench .workbench-hover a:hover,.monaco-workbench .workbench-hover a:active{color:var(--vscode-textLink-activeForeground)}.monaco-workbench .workbench-hover code{background:var(--vscode-textCodeBlock-background)}.monaco-workbench .workbench-hover .hover-row .actions{background:var(--vscode-editorHoverWidget-statusBarBackground)}[dir=ltr] .monaco-workbench .workbench-hover.right-aligned{left:1px}[dir=rtl] .monaco-workbench .workbench-hover.right-aligned{right:1px}.monaco-workbench .workbench-hover.right-aligned .hover-row.status-bar .actions{flex-direction:row-reverse}[dir=ltr] .monaco-workbench .workbench-hover.right-aligned .hover-row.status-bar .actions .action-container{margin-right:0;margin-left:16px}[dir=rtl] .monaco-workbench .workbench-hover.right-aligned .hover-row.status-bar .actions .action-container{margin-left:0;margin-right:16px}.monaco-scrollable-element>.scrollbar>.scra{cursor:pointer;font-size:11px!important}.monaco-scrollable-element>.visible{opacity:1;background:#0000;transition:opacity .1s linear;z-index:11}.monaco-scrollable-element>.invisible{opacity:0;pointer-events:none}.monaco-scrollable-element>.invisible.fade{transition:opacity .8s linear}.monaco-scrollable-element>.shadow{position:absolute;display:none}.monaco-scrollable-element>.shadow.top{display:block;top:0;height:3px;width:100%;box-shadow:var(--vscode-scrollbar-shadow) 0 6px 6px -6px inset}[dir=ltr] .monaco-scrollable-element>.shadow.top{left:3px}[dir=rtl] .monaco-scrollable-element>.shadow.top{right:3px}.monaco-scrollable-element>.shadow.left{display:block;top:3px;height:100%;width:3px}[dir=ltr] .monaco-scrollable-element>.shadow.left{left:0;box-shadow:var(--vscode-scrollbar-shadow) 6px 0 6px -6px inset}[dir=rtl] .monaco-scrollable-element>.shadow.left{right:0;box-shadow:var(--vscode-scrollbar-shadow) -6px 0 6px -6px inset}.monaco-scrollable-element>.shadow.top-left-corner{display:block;top:0;height:3px;width:3px}[dir=ltr] .monaco-scrollable-element>.shadow.top-left-corner{left:0}[dir=rtl] .monaco-scrollable-element>.shadow.top-left-corner{right:0}[dir=ltr] .monaco-scrollable-element>.shadow.top.left{box-shadow:var(--vscode-scrollbar-shadow) 6px 0 6px -6px inset}[dir=rtl] .monaco-scrollable-element>.shadow.top.left{box-shadow:var(--vscode-scrollbar-shadow) -6px 0 6px -6px inset}.monaco-scrollable-element>.scrollbar>.slider{background:var(--vscode-scrollbarSlider-background)}.monaco-scrollable-element>.scrollbar>.slider:hover{background:var(--vscode-scrollbarSlider-hoverBackground)}.monaco-scrollable-element>.scrollbar>.slider.active{background:var(--vscode-scrollbarSlider-activeBackground)}.monaco-hover{cursor:default;position:absolute;overflow:hidden;-moz-user-select:text;user-select:text;-webkit-user-select:text;box-sizing:border-box;animation:fadein .1s linear;line-height:1.5em;white-space:var(--vscode-hover-whiteSpace, normal)}.monaco-hover.hidden{display:none}.monaco-hover a:hover:not(.disabled){cursor:pointer}.monaco-hover .hover-contents:not(.html-hover-contents){padding:4px 8px}.monaco-hover .markdown-hover>.hover-contents:not(.code-hover-contents){max-width:var(--vscode-hover-maxWidth, 500px);word-wrap:break-word}.monaco-hover .markdown-hover>.hover-contents:not(.code-hover-contents) hr{min-width:100%}.monaco-hover p,.monaco-hover .code,.monaco-hover ul,.monaco-hover h1,.monaco-hover h2,.monaco-hover h3,.monaco-hover h4,.monaco-hover h5,.monaco-hover h6{margin:8px 0}.monaco-hover h1,.monaco-hover h2,.monaco-hover h3,.monaco-hover h4,.monaco-hover h5,.monaco-hover h6{line-height:1.1}.monaco-hover code{font-family:var(--monaco-monospace-font)}.monaco-hover hr{box-sizing:border-box;border-left:0px;border-right:0px;margin:4px -8px -4px;height:1px}.monaco-hover p:first-child,.monaco-hover .code:first-child,.monaco-hover ul:first-child{margin-top:0}.monaco-hover p:last-child,.monaco-hover .code:last-child,.monaco-hover ul:last-child{margin-bottom:0}[dir=ltr] .monaco-hover ul{padding-left:20px}[dir=rtl] .monaco-hover ul{padding-right:20px}[dir=ltr] .monaco-hover ol{padding-left:20px}[dir=rtl] .monaco-hover ol{padding-right:20px}.monaco-hover li>p{margin-bottom:0}.monaco-hover li>ul{margin-top:0}.monaco-hover code{border-radius:3px;padding:0 .4em}.monaco-hover .monaco-tokenized-source{white-space:var(--vscode-hover-sourceWhiteSpace, pre-wrap)}.monaco-hover .hover-row.status-bar{font-size:12px;line-height:22px}.monaco-hover .hover-row.status-bar .info{font-style:italic;padding:0 8px}.monaco-hover .hover-row.status-bar .actions{display:flex;padding:0 8px;width:100%}.monaco-hover .hover-row.status-bar .actions .action-container{cursor:pointer}[dir=ltr] .monaco-hover .hover-row.status-bar .actions .action-container{margin-right:16px}[dir=rtl] .monaco-hover .hover-row.status-bar .actions .action-container{margin-left:16px}[dir=ltr] .monaco-hover .hover-row.status-bar .actions .action-container .action .icon{padding-right:4px}[dir=rtl] .monaco-hover .hover-row.status-bar .actions .action-container .action .icon{padding-left:4px}.monaco-hover .hover-row.status-bar .actions .action-container a{color:var(--vscode-textLink-foreground);-webkit-text-decoration:var(--text-link-decoration);text-decoration:var(--text-link-decoration)}.monaco-hover .markdown-hover .hover-contents .codicon{color:inherit;font-size:inherit;vertical-align:middle}.monaco-hover .hover-contents a.code-link:hover,.monaco-hover .hover-contents a.code-link{color:inherit}.monaco-hover .hover-contents a.code-link:before{content:"("}.monaco-hover .hover-contents a.code-link:after{content:")"}.monaco-hover .hover-contents a.code-link>span{text-decoration:underline;border-bottom:1px solid transparent;text-underline-position:under;color:var(--vscode-textLink-foreground)}.monaco-hover .hover-contents a.code-link>span:hover{color:var(--vscode-textLink-activeForeground)}.monaco-hover .markdown-hover .hover-contents:not(.code-hover-contents):not(.html-hover-contents) span{margin-bottom:4px;display:inline-block}.monaco-hover .markdown-hover .hover-contents:not(.code-hover-contents):not(.html-hover-contents) span.codicon{margin-bottom:2px}.monaco-hover-content .action-container a{-webkit-user-select:none;-moz-user-select:none;user-select:none}.monaco-hover-content .action-container.disabled{pointer-events:none;opacity:.4;cursor:default}.monaco-editor .rendered-markdown kbd{background-color:var(--vscode-keybindingLabel-background);color:var(--vscode-keybindingLabel-foreground);border-style:solid;border-width:1px;border-radius:3px;border-color:var(--vscode-keybindingLabel-border);border-bottom-color:var(--vscode-keybindingLabel-bottomBorder);box-shadow:inset 0 -1px 0 var(--vscode-widget-shadow);vertical-align:middle;padding:1px 3px}.rendered-markdown li:has(input[type=checkbox]){list-style-type:none}.monaco-aria-container{position:absolute}[dir=ltr] .monaco-aria-container{left:-999em}[dir=rtl] .monaco-aria-container{right:-999em}.context-view{position:absolute}.context-view.fixed{all:initial;font-family:inherit;font-size:13px;position:fixed;color:inherit}.monaco-list{position:relative;height:100%;width:100%;white-space:nowrap}.monaco-list.mouse-support{-moz-user-select:none;user-select:none;-webkit-user-select:none}.monaco-list>.monaco-scrollable-element{height:100%}.monaco-list-rows{position:relative;width:100%;height:100%}.monaco-list.horizontal-scrolling .monaco-list-rows{width:auto;min-width:100%}.monaco-list-row{position:absolute;box-sizing:border-box;overflow:hidden;width:100%}.monaco-list.mouse-support .monaco-list-row{cursor:pointer;touch-action:none}.monaco-list .monaco-scrollable-element>.scrollbar.vertical,.monaco-pane-view>.monaco-split-view2.vertical>.monaco-scrollable-element>.scrollbar.vertical{z-index:14}.monaco-list-row.scrolling{display:none!important}.monaco-list.element-focused,.monaco-list.selection-single,.monaco-list.selection-multiple{outline:0!important}.monaco-drag-image{display:inline-block;padding:1px 7px;border-radius:10px;font-size:12px;position:absolute;z-index:1000}.monaco-list-type-filter-message{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;padding:40px 1em 1em;text-align:center;white-space:normal;opacity:.7;pointer-events:none}[dir=ltr] .monaco-list-type-filter-message{left:0}[dir=rtl] .monaco-list-type-filter-message{right:0}.monaco-list-type-filter-message:empty{display:none}.monaco-select-box-dropdown-padding{--dropdown-padding-top: 1px;--dropdown-padding-bottom: 1px}.hc-black .monaco-select-box-dropdown-padding,.hc-light .monaco-select-box-dropdown-padding{--dropdown-padding-top: 3px;--dropdown-padding-bottom: 4px}.monaco-select-box-dropdown-container{display:none;box-sizing:border-box}.monaco-select-box-dropdown-container>.select-box-details-pane>.select-box-description-markdown *{margin:0}.monaco-select-box-dropdown-container>.select-box-details-pane>.select-box-description-markdown a:focus{outline:1px solid -webkit-focus-ring-color;outline-offset:-1px}.monaco-select-box-dropdown-container>.select-box-details-pane>.select-box-description-markdown code{line-height:15px;font-family:var(--monaco-monospace-font)}.monaco-select-box-dropdown-container.visible{display:flex;flex-direction:column;width:1px;overflow:hidden;border-bottom-left-radius:3px;border-bottom-right-radius:3px}[dir=ltr] .monaco-select-box-dropdown-container.visible{text-align:left}[dir=rtl] .monaco-select-box-dropdown-container.visible{text-align:right}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container{flex:0 0 auto;align-self:flex-start;padding-top:var(--dropdown-padding-top);padding-bottom:var(--dropdown-padding-bottom);padding-left:1px;padding-right:1px;width:100%;overflow:hidden;box-sizing:border-box}.monaco-select-box-dropdown-container>.select-box-details-pane{padding:5px}.hc-black .monaco-select-box-dropdown-container>.select-box-dropdown-list-container{padding-top:var(--dropdown-padding-top);padding-bottom:var(--dropdown-padding-bottom)}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row{cursor:pointer}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row>.option-text{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}[dir=ltr] .monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row>.option-text{padding-left:3.5px;float:left}[dir=rtl] .monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row>.option-text{padding-right:3.5px;float:right}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row>.option-detail{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;opacity:.7}[dir=ltr] .monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row>.option-detail{padding-left:3.5px;float:left}[dir=rtl] .monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row>.option-detail{padding-right:3.5px;float:right}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row>.option-decorator-right{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}[dir=ltr] .monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row>.option-decorator-right{padding-right:10px;float:right}[dir=rtl] .monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row>.option-decorator-right{padding-left:10px;float:left}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row>.visually-hidden{position:absolute;top:auto;width:1px;height:1px;overflow:hidden}[dir=ltr] .monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row>.visually-hidden{left:-10000px}[dir=rtl] .monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row>.visually-hidden{right:-10000px}.monaco-select-box-dropdown-container>.select-box-dropdown-container-width-control{flex:1 1 auto;align-self:flex-start;opacity:0}.monaco-select-box-dropdown-container>.select-box-dropdown-container-width-control>.width-control-div{overflow:hidden;max-height:0px}.monaco-select-box-dropdown-container>.select-box-dropdown-container-width-control>.width-control-div>.option-text-width-control{white-space:nowrap}[dir=ltr] .monaco-select-box-dropdown-container>.select-box-dropdown-container-width-control>.width-control-div>.option-text-width-control{padding-left:4px;padding-right:8px}[dir=rtl] .monaco-select-box-dropdown-container>.select-box-dropdown-container-width-control>.width-control-div>.option-text-width-control{padding-right:4px;padding-left:8px}.monaco-select-box{width:100%;cursor:pointer;border-radius:2px}.monaco-select-box-dropdown-container{font-size:13px;font-weight:400;text-transform:none}.monaco-action-bar .action-item.select-container{cursor:default}.monaco-action-bar .action-item .monaco-select-box{cursor:pointer;min-width:100px;min-height:18px}[dir=ltr] .monaco-action-bar .action-item .monaco-select-box{padding:2px 23px 2px 8px}[dir=rtl] .monaco-action-bar .action-item .monaco-select-box{padding:2px 8px 2px 23px}.mac .monaco-action-bar .action-item .monaco-select-box{font-size:11px;border-radius:5px}.monaco-action-bar{white-space:nowrap;height:100%}.monaco-action-bar .actions-container{display:flex;margin:0 auto;padding:0;height:100%;width:100%;align-items:center}.monaco-action-bar.vertical .actions-container{display:inline-block}.monaco-action-bar .action-item{display:block;align-items:center;justify-content:center;cursor:pointer;position:relative}.monaco-action-bar .action-item.disabled{cursor:default}.monaco-action-bar .action-item .icon,.monaco-action-bar .action-item .codicon{display:block}.monaco-action-bar .action-item .codicon{display:flex;align-items:center;width:16px;height:16px}.monaco-action-bar .action-label{display:flex;font-size:11px;padding:3px;border-radius:5px}.monaco-action-bar .action-item.disabled .action-label,.monaco-action-bar .action-item.disabled .action-label:before,.monaco-action-bar .action-item.disabled .action-label:hover{color:var(--vscode-disabledForeground)}[dir=ltr] .monaco-action-bar.vertical{text-align:left}[dir=rtl] .monaco-action-bar.vertical{text-align:right}.monaco-action-bar.vertical .action-item{display:block}.monaco-action-bar.vertical .action-label.separator{display:block;border-bottom:1px solid #bbb;padding-top:1px;margin-left:.8em;margin-right:.8em}.monaco-action-bar .action-item .action-label.separator{width:1px;height:16px;margin:5px 4px!important;cursor:default;min-width:1px;padding:0;background-color:#bbb}[dir=ltr] .secondary-actions .monaco-action-bar .action-label{margin-left:6px}[dir=rtl] .secondary-actions .monaco-action-bar .action-label{margin-right:6px}.monaco-action-bar .action-item.select-container{overflow:hidden;flex:1;max-width:170px;min-width:60px;display:flex;align-items:center;justify-content:center}[dir=ltr] .monaco-action-bar .action-item.select-container{margin-right:10px}[dir=rtl] .monaco-action-bar .action-item.select-container{margin-left:10px}.monaco-action-bar .action-item.action-dropdown-item{display:flex}.monaco-action-bar .action-item.action-dropdown-item>.action-dropdown-item-separator{display:flex;align-items:center;cursor:default}.monaco-action-bar .action-item.action-dropdown-item>.action-dropdown-item-separator>div{width:1px}.monaco-dropdown{height:100%;padding:0}.monaco-dropdown>.dropdown-label{cursor:pointer;height:100%;display:flex;align-items:center;justify-content:center}.monaco-dropdown>.dropdown-label>.action-label.disabled{cursor:default}.monaco-dropdown-with-primary{display:flex!important;flex-direction:row;border-radius:5px}[dir=ltr] .monaco-dropdown-with-primary>.action-container>.action-label{margin-right:0}[dir=rtl] .monaco-dropdown-with-primary>.action-container>.action-label{margin-left:0}.monaco-dropdown-with-primary>.dropdown-action-container>.monaco-dropdown>.dropdown-label .codicon[class*=codicon-]{font-size:12px;padding-left:0;padding-right:0;line-height:16px}[dir=ltr] .monaco-dropdown-with-primary>.dropdown-action-container>.monaco-dropdown>.dropdown-label .codicon[class*=codicon-]{margin-left:-3px}[dir=rtl] .monaco-dropdown-with-primary>.dropdown-action-container>.monaco-dropdown>.dropdown-label .codicon[class*=codicon-]{margin-right:-3px}.monaco-dropdown-with-primary>.dropdown-action-container>.monaco-dropdown>.dropdown-label>.action-label{display:block;background-size:16px;background-position:center center;background-repeat:no-repeat}.monaco-action-bar .action-item.menu-entry .action-label.icon{width:16px;height:16px;background-repeat:no-repeat;background-position:50%;background-size:16px}.monaco-action-bar .action-item.menu-entry.text-only .action-label{color:var(--vscode-descriptionForeground);overflow:hidden;border-radius:2px}.monaco-action-bar .action-item.menu-entry.text-only.use-comma:not(:last-of-type) .action-label:after{content:", "}.monaco-action-bar .action-item.menu-entry.text-only+.action-item:not(.text-only)>.monaco-dropdown .action-label{color:var(--vscode-descriptionForeground)}.monaco-dropdown-with-default{display:flex!important;flex-direction:row;border-radius:5px}[dir=ltr] .monaco-dropdown-with-default>.action-container>.action-label{margin-right:0}[dir=rtl] .monaco-dropdown-with-default>.action-container>.action-label{margin-left:0}.monaco-dropdown-with-default>.action-container.menu-entry>.action-label.icon{width:16px;height:16px;background-repeat:no-repeat;background-position:50%;background-size:16px}.monaco-dropdown-with-default:hover{background-color:var(--vscode-toolbar-hoverBackground)}.monaco-dropdown-with-default>.dropdown-action-container>.monaco-dropdown>.dropdown-label .codicon[class*=codicon-]{font-size:12px;padding-left:0;padding-right:0;line-height:16px}[dir=ltr] .monaco-dropdown-with-default>.dropdown-action-container>.monaco-dropdown>.dropdown-label .codicon[class*=codicon-]{margin-left:-3px}[dir=rtl] .monaco-dropdown-with-default>.dropdown-action-container>.monaco-dropdown>.dropdown-label .codicon[class*=codicon-]{margin-right:-3px}.monaco-dropdown-with-default>.dropdown-action-container>.monaco-dropdown>.dropdown-label>.action-label{display:block;background-size:16px;background-position:center center;background-repeat:no-repeat}.quick-input-widget{font-size:13px}.quick-input-widget .monaco-highlighted-label .highlight{color:#0066bf}.vs .quick-input-widget .monaco-list-row.focused .monaco-highlighted-label .highlight{color:#9dddff}.vs-dark .quick-input-widget .monaco-highlighted-label .highlight{color:#0097fb}.hc-black .quick-input-widget .monaco-highlighted-label .highlight{color:#f38518}.hc-light .quick-input-widget .monaco-highlighted-label .highlight{color:#0f4a85}.monaco-keybinding>.monaco-keybinding-key{background-color:#ddd6;border:solid 1px rgba(204,204,204,.4);border-bottom-color:#bbb6;box-shadow:inset 0 -1px #bbb6;color:#555}.hc-black .monaco-keybinding>.monaco-keybinding-key{background-color:transparent;border:solid 1px rgb(111,195,223);box-shadow:none;color:#fff}.hc-light .monaco-keybinding>.monaco-keybinding-key{background-color:transparent;border:solid 1px #0F4A85;box-shadow:none;color:#292929}.vs-dark .monaco-keybinding>.monaco-keybinding-key{background-color:#8080802b;border:solid 1px rgba(51,51,51,.6);border-bottom-color:#4449;box-shadow:inset 0 -1px #4449;color:#ccc}.monaco-custom-toggle{cursor:pointer;overflow:hidden;width:20px;height:20px;border-radius:3px;border:1px solid transparent;padding:1px;box-sizing:border-box;-moz-user-select:none;user-select:none;-webkit-user-select:none}[dir=ltr] .monaco-custom-toggle{margin-left:2px;float:left}[dir=rtl] .monaco-custom-toggle{margin-right:2px;float:right}.monaco-custom-toggle:hover{background-color:var(--vscode-inputOption-hoverBackground)}.hc-black .monaco-custom-toggle:hover,.hc-light .monaco-custom-toggle:hover{border:1px dashed var(--vscode-focusBorder)}.hc-black .monaco-custom-toggle,.hc-light .monaco-custom-toggle,.hc-black .monaco-custom-toggle:hover,.hc-light .monaco-custom-toggle:hover{background:none}.monaco-custom-toggle.monaco-checkbox{height:18px;width:18px;border:1px solid transparent;border-radius:3px;padding:0;opacity:1;background-size:16px!important}[dir=ltr] .monaco-custom-toggle.monaco-checkbox{margin-right:9px;margin-left:0}[dir=rtl] .monaco-custom-toggle.monaco-checkbox{margin-left:9px;margin-right:0}.monaco-action-bar .checkbox-action-item{display:flex;align-items:center;border-radius:2px}[dir=ltr] .monaco-action-bar .checkbox-action-item{padding-right:2px}[dir=rtl] .monaco-action-bar .checkbox-action-item{padding-left:2px}.monaco-action-bar .checkbox-action-item:hover{background-color:var(--vscode-toolbar-hoverBackground)}[dir=ltr] .monaco-action-bar .checkbox-action-item>.monaco-custom-toggle.monaco-checkbox{margin-right:4px}[dir=rtl] .monaco-action-bar .checkbox-action-item>.monaco-custom-toggle.monaco-checkbox{margin-left:4px}.monaco-action-bar .checkbox-action-item>.checkbox-label{font-size:12px}.monaco-custom-toggle.monaco-checkbox:not(.checked):before{visibility:hidden}.quick-input-widget{position:absolute;width:600px;z-index:2550;-webkit-app-region:no-drag;border-radius:6px}[dir=ltr] .quick-input-widget{left:50%;margin-left:-300px}[dir=rtl] .quick-input-widget{right:50%;margin-right:-300px}.quick-input-titlebar{display:flex;align-items:center;border-top-right-radius:5px;border-top-left-radius:5px}.quick-input-left-action-bar{display:flex;flex:1}[dir=ltr] .quick-input-left-action-bar{margin-left:4px}[dir=rtl] .quick-input-left-action-bar{margin-right:4px}[dir=ltr] .quick-input-inline-action-bar{margin:2px 0 0 5px}[dir=rtl] .quick-input-inline-action-bar{margin:2px 5px 0 0}.quick-input-title{padding:3px 0;text-align:center;text-overflow:ellipsis;overflow:hidden}.quick-input-right-action-bar{display:flex;flex:1}[dir=ltr] .quick-input-right-action-bar{margin-right:4px}[dir=rtl] .quick-input-right-action-bar{margin-left:4px}.quick-input-right-action-bar>.actions-container{justify-content:flex-end}.quick-input-titlebar .monaco-action-bar .action-label.codicon{background-position:center;background-repeat:no-repeat;padding:2px}[dir=ltr] .quick-input-description{margin:6px 6px 6px 11px}[dir=rtl] .quick-input-description{margin:6px 11px 6px 6px}.quick-input-header .quick-input-description{margin:4px 2px;flex:1}.quick-input-header{display:flex;padding:8px 6px 2px}.quick-input-widget.hidden-input .quick-input-header{padding:0;margin-bottom:0}.quick-input-and-message{display:flex;flex-direction:column;flex-grow:1;min-width:0;position:relative}.quick-input-check-all{align-self:center;margin:0}.quick-input-filter{flex-grow:1;display:flex;position:relative}.quick-input-box{flex-grow:1}[dir=ltr] .quick-input-widget.show-checkboxes .quick-input-box,[dir=ltr] .quick-input-widget.show-checkboxes .quick-input-message{margin-left:5px}[dir=rtl] .quick-input-widget.show-checkboxes .quick-input-box,[dir=rtl] .quick-input-widget.show-checkboxes .quick-input-message{margin-right:5px}.quick-input-visible-count{position:absolute}[dir=ltr] .quick-input-visible-count{left:-10000px}[dir=rtl] .quick-input-visible-count{right:-10000px}.quick-input-count{align-self:center;position:absolute;display:flex;align-items:center}[dir=ltr] .quick-input-count{right:4px}[dir=rtl] .quick-input-count{left:4px}.quick-input-count .monaco-count-badge{vertical-align:middle;padding:2px 4px;border-radius:2px;min-height:auto;line-height:normal}[dir=ltr] .quick-input-action{margin-left:6px}[dir=rtl] .quick-input-action{margin-right:6px}.quick-input-action .monaco-text-button{font-size:11px;padding:0 6px;display:flex;height:25px;align-items:center}.quick-input-message{margin-top:-1px;padding:5px;overflow-wrap:break-word}.quick-input-message>.codicon{margin:0 .2em;vertical-align:text-bottom}.quick-input-message a{color:inherit}.quick-input-progress.monaco-progress-container{position:relative}.quick-input-list{line-height:22px}.quick-input-widget.hidden-input .quick-input-list{margin-top:4px;padding-bottom:4px}.quick-input-list .monaco-list{overflow:hidden;max-height:440px;padding-bottom:5px}.quick-input-list .monaco-scrollable-element{padding:0 5px}.quick-input-list .quick-input-list-entry{box-sizing:border-box;overflow:hidden;display:flex;padding:0 6px}.quick-input-list .quick-input-list-entry.quick-input-list-separator-border{border-top-width:1px;border-top-style:solid}.quick-input-list .monaco-list-row{border-radius:3px}.quick-input-list .monaco-list-row[data-index="0"] .quick-input-list-entry.quick-input-list-separator-border{border-top-style:none}.quick-input-list .quick-input-list-label{overflow:hidden;display:flex;height:100%;flex:1}.quick-input-list .quick-input-list-checkbox{align-self:center;margin:0}.quick-input-list .quick-input-list-icon{background-size:16px;background-repeat:no-repeat;width:16px;height:22px;display:flex;align-items:center;justify-content:center}[dir=ltr] .quick-input-list .quick-input-list-icon{background-position:left center;padding-right:6px}[dir=rtl] .quick-input-list .quick-input-list-icon{background-position:right center;padding-left:6px}.quick-input-list .quick-input-list-rows{overflow:hidden;text-overflow:ellipsis;display:flex;flex-direction:column;height:100%;flex:1}[dir=ltr] .quick-input-list .quick-input-list-rows{margin-left:5px}[dir=rtl] .quick-input-list .quick-input-list-rows{margin-right:5px}[dir=ltr] .quick-input-widget.show-checkboxes .quick-input-list .quick-input-list-rows{margin-left:10px}[dir=rtl] .quick-input-widget.show-checkboxes .quick-input-list .quick-input-list-rows{margin-right:10px}.quick-input-widget .quick-input-list .quick-input-list-checkbox{display:none}.quick-input-widget.show-checkboxes .quick-input-list .quick-input-list-checkbox{display:inline}.quick-input-list .quick-input-list-rows>.quick-input-list-row{display:flex;align-items:center}.quick-input-list .quick-input-list-rows>.quick-input-list-row .monaco-icon-label,.quick-input-list .quick-input-list-rows>.quick-input-list-row .monaco-icon-label .monaco-icon-label-container>.monaco-icon-name-container{flex:1}.quick-input-list .quick-input-list-rows>.quick-input-list-row .codicon[class*=codicon-]{vertical-align:text-bottom}.quick-input-list .quick-input-list-rows .monaco-highlighted-label>span{opacity:1}[dir=ltr] .quick-input-list .quick-input-list-entry .quick-input-list-entry-keybinding{margin-right:8px}[dir=rtl] .quick-input-list .quick-input-list-entry .quick-input-list-entry-keybinding{margin-left:8px}.quick-input-list .quick-input-list-label-meta{opacity:.7;line-height:normal;text-overflow:ellipsis;overflow:hidden}.quick-input-list .monaco-list .monaco-list-row .monaco-highlighted-label .highlight{font-weight:700;background-color:unset;color:var(--vscode-list-highlightForeground)!important}.quick-input-list .monaco-list .monaco-list-row.focused .monaco-highlighted-label .highlight{color:var(--vscode-list-focusHighlightForeground)!important}[dir=ltr] .quick-input-list .quick-input-list-entry .quick-input-list-separator{margin-right:4px}[dir=rtl] .quick-input-list .quick-input-list-entry .quick-input-list-separator{margin-left:4px}.quick-input-list .quick-input-list-entry-action-bar{display:flex;flex:0;overflow:visible}.quick-input-list .quick-input-list-entry-action-bar .action-label{display:none}.quick-input-list .quick-input-list-entry-action-bar .action-label.codicon{padding:2px}[dir=ltr] .quick-input-list .quick-input-list-entry-action-bar .action-label.codicon{margin-right:4px}[dir=rtl] .quick-input-list .quick-input-list-entry-action-bar .action-label.codicon{margin-left:4px}.quick-input-list .quick-input-list-entry-action-bar{margin-top:1px}[dir=ltr] .quick-input-list .quick-input-list-entry-action-bar{margin-right:4px}[dir=rtl] .quick-input-list .quick-input-list-entry-action-bar{margin-left:4px}.quick-input-list .quick-input-list-entry .quick-input-list-entry-action-bar .action-label.always-visible,.quick-input-list .quick-input-list-entry:hover .quick-input-list-entry-action-bar .action-label,.quick-input-list .quick-input-list-entry.focus-inside .quick-input-list-entry-action-bar .action-label,.quick-input-list .monaco-list-row.focused .quick-input-list-entry-action-bar .action-label,.quick-input-list .monaco-list-row.passive-focused .quick-input-list-entry-action-bar .action-label{display:flex}.quick-input-list .monaco-list-row.focused .monaco-keybinding-key,.quick-input-list .monaco-list-row.focused .quick-input-list-entry .quick-input-list-separator{color:inherit}.quick-input-list .monaco-list-row.focused .monaco-keybinding-key{background:none}.quick-input-list .quick-input-list-separator-as-item{padding:4px 6px;font-size:12px}.quick-input-list .quick-input-list-separator-as-item .label-name{font-weight:600}.quick-input-list .quick-input-list-separator-as-item .label-description{opacity:1!important}.quick-input-list .monaco-tree-sticky-row .quick-input-list-entry.quick-input-list-separator-as-item.quick-input-list-separator-border{border-top-style:none}.quick-input-list .monaco-tree-sticky-row{padding:0 5px}.quick-input-list .monaco-tl-twistie{display:none!important}.monaco-text-button{box-sizing:border-box;display:flex;width:100%;padding:4px;border-radius:2px;text-align:center;cursor:pointer;justify-content:center;align-items:center;border:1px solid var(--vscode-button-border, transparent);line-height:18px}.monaco-text-button:focus{outline-offset:2px!important}.monaco-text-button:hover{text-decoration:none!important}.monaco-button.disabled:focus,.monaco-button.disabled{opacity:.4!important;cursor:default}.monaco-text-button .codicon{margin:0 .2em;color:inherit!important}.monaco-text-button.monaco-text-button-with-short-label{flex-direction:row;flex-wrap:wrap;padding:0 4px;overflow:hidden;height:28px}.monaco-text-button.monaco-text-button-with-short-label>.monaco-button-label{flex-basis:100%}.monaco-text-button.monaco-text-button-with-short-label>.monaco-button-label-short{flex-grow:1;width:0;overflow:hidden}.monaco-text-button.monaco-text-button-with-short-label>.monaco-button-label,.monaco-text-button.monaco-text-button-with-short-label>.monaco-button-label-short{display:flex;justify-content:center;align-items:center;font-weight:400;font-style:inherit;padding:4px 0}.monaco-button-dropdown{display:flex;cursor:pointer}.monaco-button-dropdown.disabled{cursor:default}.monaco-button-dropdown>.monaco-button:focus{outline-offset:-1px!important}.monaco-button-dropdown.disabled>.monaco-button.disabled,.monaco-button-dropdown.disabled>.monaco-button.disabled:focus,.monaco-button-dropdown.disabled>.monaco-button-dropdown-separator{opacity:.4!important}[dir=ltr] .monaco-button-dropdown>.monaco-button.monaco-text-button{border-right-width:0!important}[dir=rtl] .monaco-button-dropdown>.monaco-button.monaco-text-button{border-left-width:0!important}.monaco-button-dropdown .monaco-button-dropdown-separator{padding:4px 0;cursor:default}.monaco-button-dropdown .monaco-button-dropdown-separator>div{height:100%;width:1px}.monaco-button-dropdown>.monaco-button.monaco-dropdown-button{border:1px solid var(--vscode-button-border, transparent);display:flex;align-items:center}[dir=ltr] .monaco-button-dropdown>.monaco-button.monaco-dropdown-button{border-left-width:0!important;border-radius:0 2px 2px 0}[dir=rtl] .monaco-button-dropdown>.monaco-button.monaco-dropdown-button{border-right-width:0!important;border-radius:2px 0 0 2px}[dir=ltr] .monaco-button-dropdown>.monaco-button.monaco-text-button{border-radius:2px 0 0 2px}[dir=rtl] .monaco-button-dropdown>.monaco-button.monaco-text-button{border-radius:0 2px 2px 0}.monaco-description-button{display:flex;flex-direction:column;align-items:center;margin:4px 5px}.monaco-description-button .monaco-button-description{font-style:italic;font-size:11px;padding:4px 20px}.monaco-description-button .monaco-button-label,.monaco-description-button .monaco-button-description{display:flex;justify-content:center;align-items:center}.monaco-description-button .monaco-button-label>.codicon,.monaco-description-button .monaco-button-description>.codicon{margin:0 .2em;color:inherit!important}.monaco-button.default-colors,.monaco-button-dropdown.default-colors>.monaco-button{color:var(--vscode-button-foreground);background-color:var(--vscode-button-background)}.monaco-button.default-colors:hover,.monaco-button-dropdown.default-colors>.monaco-button:hover{background-color:var(--vscode-button-hoverBackground)}.monaco-button.default-colors.secondary,.monaco-button-dropdown.default-colors>.monaco-button.secondary{color:var(--vscode-button-secondaryForeground);background-color:var(--vscode-button-secondaryBackground)}.monaco-button.default-colors.secondary:hover,.monaco-button-dropdown.default-colors>.monaco-button.secondary:hover{background-color:var(--vscode-button-secondaryHoverBackground)}.monaco-button-dropdown.default-colors .monaco-button-dropdown-separator{background-color:var(--vscode-button-background);border-top:1px solid var(--vscode-button-border);border-bottom:1px solid var(--vscode-button-border)}.monaco-button-dropdown.default-colors .monaco-button.secondary+.monaco-button-dropdown-separator{background-color:var(--vscode-button-secondaryBackground)}.monaco-button-dropdown.default-colors .monaco-button-dropdown-separator>div{background-color:var(--vscode-button-separator)}.monaco-count-badge{padding:3px 6px;border-radius:11px;font-size:11px;min-width:18px;min-height:18px;line-height:11px;font-weight:400;text-align:center;display:inline-block;box-sizing:border-box}.monaco-count-badge.long{padding:2px 3px;border-radius:2px;min-height:auto;line-height:normal}.monaco-progress-container{width:100%;height:2px;overflow:hidden}.monaco-progress-container .progress-bit{width:2%;height:2px;position:absolute;display:none}[dir=ltr] .monaco-progress-container .progress-bit{left:0}[dir=rtl] .monaco-progress-container .progress-bit{right:0}.monaco-progress-container.active .progress-bit{display:inherit}.monaco-progress-container.discrete .progress-bit{transition:width .1s linear}[dir=ltr] .monaco-progress-container.discrete .progress-bit{left:0}[dir=rtl] .monaco-progress-container.discrete .progress-bit{right:0}.monaco-progress-container.discrete.done .progress-bit{width:100%}.monaco-progress-container.infinite .progress-bit{animation-name:progress;animation-duration:4s;animation-iteration-count:infinite;transform:translateZ(0);animation-timing-function:linear}.monaco-progress-container.infinite.infinite-long-running .progress-bit{animation-timing-function:steps(100)}@keyframes progress{0%{transform:translate(0) scaleX(1)}50%{transform:translate(2500%) scaleX(3)}to{transform:translate(4900%) scaleX(1)}}.monaco-inputbox{position:relative;display:block;padding:0;box-sizing:border-box;border-radius:2px;font-size:inherit}.monaco-inputbox>.ibwrapper>.input,.monaco-inputbox>.ibwrapper>.mirror{padding:4px 6px}.monaco-inputbox>.ibwrapper{position:relative;width:100%;height:100%}.monaco-inputbox>.ibwrapper>.input{display:inline-block;box-sizing:border-box;width:100%;height:100%;line-height:inherit;border:none;font-family:inherit;font-size:inherit;resize:none;color:inherit}.monaco-inputbox>.ibwrapper>input{text-overflow:ellipsis}.monaco-inputbox>.ibwrapper>textarea.input{display:block;scrollbar-width:none;outline:none}.monaco-inputbox>.ibwrapper>textarea.input::-webkit-scrollbar{display:none}.monaco-inputbox>.ibwrapper>textarea.input.empty{white-space:nowrap}.monaco-inputbox>.ibwrapper>.mirror{position:absolute;display:inline-block;width:100%;top:0;box-sizing:border-box;white-space:pre-wrap;visibility:hidden;word-wrap:break-word}[dir=ltr] .monaco-inputbox>.ibwrapper>.mirror{left:0}[dir=rtl] .monaco-inputbox>.ibwrapper>.mirror{right:0}[dir=ltr] .monaco-inputbox-container{text-align:right}[dir=rtl] .monaco-inputbox-container{text-align:left}.monaco-inputbox-container .monaco-inputbox-message{display:inline-block;overflow:hidden;width:100%;box-sizing:border-box;padding:.4em;font-size:12px;line-height:17px;margin-top:-1px;word-wrap:break-word}[dir=ltr] .monaco-inputbox-container .monaco-inputbox-message{text-align:left}[dir=rtl] .monaco-inputbox-container .monaco-inputbox-message{text-align:right}.monaco-inputbox .monaco-action-bar{position:absolute;top:4px}[dir=ltr] .monaco-inputbox .monaco-action-bar{right:2px}[dir=rtl] .monaco-inputbox .monaco-action-bar{left:2px}[dir=ltr] .monaco-inputbox .monaco-action-bar .action-item{margin-left:2px}[dir=rtl] .monaco-inputbox .monaco-action-bar .action-item{margin-right:2px}.monaco-inputbox .monaco-action-bar .action-item .codicon{background-repeat:no-repeat;width:16px;height:16px}.monaco-findInput{position:relative}.monaco-findInput .monaco-inputbox{font-size:13px;width:100%}.monaco-findInput>.controls{position:absolute;top:3px}[dir=ltr] .monaco-findInput>.controls{right:2px}[dir=rtl] .monaco-findInput>.controls{left:2px}.vs .monaco-findInput.disabled{background-color:#e1e1e1}.vs-dark .monaco-findInput.disabled{background-color:#333}.monaco-findInput.highlight-0 .controls,.hc-light .monaco-findInput.highlight-0 .controls{animation:monaco-findInput-highlight-0 .1s linear 0s}.monaco-findInput.highlight-1 .controls,.hc-light .monaco-findInput.highlight-1 .controls{animation:monaco-findInput-highlight-1 .1s linear 0s}.hc-black .monaco-findInput.highlight-0 .controls,.vs-dark .monaco-findInput.highlight-0 .controls{animation:monaco-findInput-highlight-dark-0 .1s linear 0s}.hc-black .monaco-findInput.highlight-1 .controls,.vs-dark .monaco-findInput.highlight-1 .controls{animation:monaco-findInput-highlight-dark-1 .1s linear 0s}@keyframes monaco-findInput-highlight-0{0%{background:#fdff00cc}to{background:transparent}}@keyframes monaco-findInput-highlight-1{0%{background:#fdff00cc}99%{background:transparent}}@keyframes monaco-findInput-highlight-dark-0{0%{background:#ffffff70}to{background:transparent}}@keyframes monaco-findInput-highlight-dark-1{0%{background:#ffffff70}99%{background:transparent}}:root{--vscode-sash-size: 4px;--vscode-sash-hover-size: 4px}.monaco-sash{position:absolute;z-index:35;touch-action:none}.monaco-sash.disabled{pointer-events:none}.monaco-sash.mac.vertical{cursor:col-resize}.monaco-sash.vertical.minimum{cursor:e-resize}.monaco-sash.vertical.maximum{cursor:w-resize}.monaco-sash.mac.horizontal{cursor:row-resize}.monaco-sash.horizontal.minimum{cursor:s-resize}.monaco-sash.horizontal.maximum{cursor:n-resize}.monaco-sash.disabled{cursor:default!important;pointer-events:none!important}.monaco-sash.vertical{cursor:ew-resize;top:0;width:var(--vscode-sash-size);height:100%}.monaco-sash.horizontal{cursor:ns-resize;width:100%;height:var(--vscode-sash-size)}[dir=ltr] .monaco-sash.horizontal{left:0}[dir=rtl] .monaco-sash.horizontal{right:0}.monaco-sash:not(.disabled)>.orthogonal-drag-handle{content:" ";height:calc(var(--vscode-sash-size) * 2);width:calc(var(--vscode-sash-size) * 2);z-index:100;display:block;cursor:all-scroll;position:absolute}[dir=ltr] .monaco-sash.horizontal.orthogonal-edge-north:not(.disabled)>.orthogonal-drag-handle.start,[dir=ltr] .monaco-sash.horizontal.orthogonal-edge-south:not(.disabled)>.orthogonal-drag-handle.end{cursor:nwse-resize}[dir=rtl] .monaco-sash.horizontal.orthogonal-edge-north:not(.disabled)>.orthogonal-drag-handle.start,[dir=rtl] .monaco-sash.horizontal.orthogonal-edge-south:not(.disabled)>.orthogonal-drag-handle.end{cursor:nesw-resize}[dir=ltr] .monaco-sash.horizontal.orthogonal-edge-north:not(.disabled)>.orthogonal-drag-handle.end,[dir=ltr] .monaco-sash.horizontal.orthogonal-edge-south:not(.disabled)>.orthogonal-drag-handle.start{cursor:nesw-resize}[dir=rtl] .monaco-sash.horizontal.orthogonal-edge-north:not(.disabled)>.orthogonal-drag-handle.end,[dir=rtl] .monaco-sash.horizontal.orthogonal-edge-south:not(.disabled)>.orthogonal-drag-handle.start{cursor:nwse-resize}.monaco-sash.vertical>.orthogonal-drag-handle.start{top:calc(var(--vscode-sash-size) * -1)}[dir=ltr] .monaco-sash.vertical>.orthogonal-drag-handle.start{left:calc(var(--vscode-sash-size) * -.5)}[dir=rtl] .monaco-sash.vertical>.orthogonal-drag-handle.start{right:calc(var(--vscode-sash-size) * -.5)}.monaco-sash.vertical>.orthogonal-drag-handle.end{bottom:calc(var(--vscode-sash-size) * -1)}[dir=ltr] .monaco-sash.vertical>.orthogonal-drag-handle.end{left:calc(var(--vscode-sash-size) * -.5)}[dir=rtl] .monaco-sash.vertical>.orthogonal-drag-handle.end{right:calc(var(--vscode-sash-size) * -.5)}.monaco-sash.horizontal>.orthogonal-drag-handle.start{top:calc(var(--vscode-sash-size) * -.5)}[dir=ltr] .monaco-sash.horizontal>.orthogonal-drag-handle.start{left:calc(var(--vscode-sash-size) * -1)}[dir=rtl] .monaco-sash.horizontal>.orthogonal-drag-handle.start{right:calc(var(--vscode-sash-size) * -1)}.monaco-sash.horizontal>.orthogonal-drag-handle.end{top:calc(var(--vscode-sash-size) * -.5)}[dir=ltr] .monaco-sash.horizontal>.orthogonal-drag-handle.end{right:calc(var(--vscode-sash-size) * -1)}[dir=rtl] .monaco-sash.horizontal>.orthogonal-drag-handle.end{left:calc(var(--vscode-sash-size) * -1)}.monaco-sash:before{content:"";pointer-events:none;position:absolute;width:100%;height:100%;background:transparent}.monaco-workbench:not(.reduce-motion) .monaco-sash:before{transition:background-color .1s ease-out}.monaco-sash.hover:before,.monaco-sash.active:before{background:var(--vscode-sash-hoverBorder)}.monaco-sash.vertical:before{width:var(--vscode-sash-hover-size)}[dir=ltr] .monaco-sash.vertical:before{left:calc(50% - (var(--vscode-sash-hover-size) / 2))}[dir=rtl] .monaco-sash.vertical:before{right:calc(50% - (var(--vscode-sash-hover-size) / 2))}.monaco-sash.horizontal:before{height:var(--vscode-sash-hover-size);top:calc(50% - (var(--vscode-sash-hover-size) / 2))}.pointer-events-disabled{pointer-events:none!important}.monaco-sash.debug{background:#0ff}.monaco-sash.debug.disabled{background:#0ff3}.monaco-sash.debug:not(.disabled)>.orthogonal-drag-handle{background:red}.monaco-split-view2{position:relative;width:100%;height:100%}.monaco-split-view2>.sash-container{position:absolute;width:100%;height:100%;pointer-events:none}.monaco-split-view2>.sash-container>.monaco-sash{pointer-events:initial}.monaco-split-view2>.monaco-scrollable-element{width:100%;height:100%}.monaco-split-view2>.monaco-scrollable-element>.split-view-container{width:100%;height:100%;white-space:nowrap;position:relative}.monaco-split-view2>.monaco-scrollable-element>.split-view-container>.split-view-view{white-space:initial;position:absolute}.monaco-split-view2>.monaco-scrollable-element>.split-view-container>.split-view-view:not(.visible){display:none}.monaco-split-view2.vertical>.monaco-scrollable-element>.split-view-container>.split-view-view{width:100%}.monaco-split-view2.horizontal>.monaco-scrollable-element>.split-view-container>.split-view-view{height:100%}.monaco-split-view2.separator-border>.monaco-scrollable-element>.split-view-container>.split-view-view:not(:first-child):before{content:" ";position:absolute;top:0;z-index:5;pointer-events:none;background-color:var(--separator-border)}[dir=ltr] .monaco-split-view2.separator-border>.monaco-scrollable-element>.split-view-container>.split-view-view:not(:first-child):before{left:0}[dir=rtl] .monaco-split-view2.separator-border>.monaco-scrollable-element>.split-view-container>.split-view-view:not(:first-child):before{right:0}.monaco-split-view2.separator-border.horizontal>.monaco-scrollable-element>.split-view-container>.split-view-view:not(:first-child):before{height:100%;width:1px}.monaco-split-view2.separator-border.vertical>.monaco-scrollable-element>.split-view-container>.split-view-view:not(:first-child):before{height:1px;width:100%}.monaco-table{display:flex;flex-direction:column;position:relative;height:100%;width:100%;white-space:nowrap;overflow:hidden}.monaco-table>.monaco-split-view2{border-bottom:1px solid transparent}.monaco-table>.monaco-list{flex:1}.monaco-table-tr{display:flex;height:100%}.monaco-table-th{width:100%;height:100%;font-weight:700;overflow:hidden;text-overflow:ellipsis}.monaco-table-th,.monaco-table-td{box-sizing:border-box;flex-shrink:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.monaco-table>.monaco-split-view2 .monaco-sash.vertical:before{content:"";position:absolute;width:0}[dir=ltr] .monaco-table>.monaco-split-view2 .monaco-sash.vertical:before{left:calc(var(--vscode-sash-size) / 2);border-left:1px solid transparent}[dir=rtl] .monaco-table>.monaco-split-view2 .monaco-sash.vertical:before{right:calc(var(--vscode-sash-size) / 2);border-right:1px solid transparent}.monaco-workbench:not(.reduce-motion) .monaco-table>.monaco-split-view2,.monaco-workbench:not(.reduce-motion) .monaco-table>.monaco-split-view2 .monaco-sash.vertical:before{transition:border-color .2s ease-out}.monaco-tl-row{display:flex;height:100%;align-items:center;position:relative}.monaco-tl-row.disabled{cursor:default}.monaco-tl-indent{height:100%;position:absolute;top:0;pointer-events:none}[dir=ltr] .monaco-tl-indent{left:16px}[dir=rtl] .monaco-tl-indent{right:16px}[dir=ltr] .hide-arrows .monaco-tl-indent{left:12px}[dir=rtl] .hide-arrows .monaco-tl-indent{right:12px}.monaco-tl-indent>.indent-guide{display:inline-block;box-sizing:border-box;height:100%}[dir=ltr] .monaco-tl-indent>.indent-guide{border-left:1px solid transparent}[dir=rtl] .monaco-tl-indent>.indent-guide{border-right:1px solid transparent}.monaco-workbench:not(.reduce-motion) .monaco-tl-indent>.indent-guide{transition:border-color .1s linear}.monaco-tl-twistie,.monaco-tl-contents{height:100%}.monaco-tl-twistie{font-size:10px;flex-shrink:0;width:16px;display:flex!important;align-items:center;justify-content:center}[dir=ltr] .monaco-tl-twistie{text-align:right;padding-right:6px;transform:translate(3px)}[dir=rtl] .monaco-tl-twistie{text-align:left;padding-left:6px;transform:translate(-3px)}.monaco-tl-contents{flex:1;overflow:hidden}.monaco-tl-twistie:before{border-radius:20px}[dir=ltr] .monaco-tl-twistie.collapsed:before{transform:rotate(-90deg)}[dir=rtl] .monaco-tl-twistie.collapsed:before{transform:rotate(90deg)}.monaco-tl-twistie.codicon-tree-item-loading:before{animation:codicon-spin 1.25s steps(30) infinite}.monaco-tree-type-filter{position:absolute;top:0;display:flex;padding:3px;max-width:200px;z-index:100;margin:0 6px;border:1px solid var(--vscode-widget-border);border-bottom-left-radius:4px;border-bottom-right-radius:4px}.monaco-workbench:not(.reduce-motion) .monaco-tree-type-filter{transition:top .3s}.monaco-tree-type-filter.disabled{top:-40px!important}.monaco-tree-type-filter-grab{display:flex!important;align-items:center;justify-content:center;cursor:grab}[dir=ltr] .monaco-tree-type-filter-grab{margin-right:2px}[dir=rtl] .monaco-tree-type-filter-grab{margin-left:2px}.monaco-tree-type-filter-grab.grabbing{cursor:grabbing}.monaco-tree-type-filter-input{flex:1}.monaco-tree-type-filter-input .monaco-inputbox{height:23px}.monaco-tree-type-filter-input .monaco-inputbox>.ibwrapper>.input,.monaco-tree-type-filter-input .monaco-inputbox>.ibwrapper>.mirror{padding:2px 4px}.monaco-tree-type-filter-input .monaco-findInput>.controls{top:2px}[dir=ltr] .monaco-tree-type-filter-actionbar{margin-left:4px}[dir=rtl] .monaco-tree-type-filter-actionbar{margin-right:4px}.monaco-tree-type-filter-actionbar .monaco-action-bar .action-label{padding:2px}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container{position:absolute;top:0;width:100%;height:0;z-index:13;background-color:var(--vscode-sideBar-background)}[dir=ltr] .monaco-list .monaco-scrollable-element .monaco-tree-sticky-container{left:0}[dir=rtl] .monaco-list .monaco-scrollable-element .monaco-tree-sticky-container{right:0}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container .monaco-tree-sticky-row.monaco-list-row{position:absolute;width:100%;opacity:1!important;overflow:hidden;background-color:var(--vscode-sideBar-background)}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container .monaco-tree-sticky-row:hover{background-color:var(--vscode-list-hoverBackground)!important;cursor:pointer}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container.empty,.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container.empty .monaco-tree-sticky-container-shadow{display:none}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container .monaco-tree-sticky-container-shadow{position:absolute;bottom:-3px;height:0px;width:100%}[dir=ltr] .monaco-list .monaco-scrollable-element .monaco-tree-sticky-container .monaco-tree-sticky-container-shadow{left:0}[dir=rtl] .monaco-list .monaco-scrollable-element .monaco-tree-sticky-container .monaco-tree-sticky-container-shadow{right:0}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container[tabindex="0"]:focus{outline:none}.monaco-icon-label{display:flex;overflow:hidden;text-overflow:ellipsis}.monaco-icon-label:before{background-size:16px;background-repeat:no-repeat;width:16px;height:22px;line-height:inherit!important;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:top;flex-shrink:0}[dir=ltr] .monaco-icon-label:before{background-position:left center;padding-right:6px}[dir=rtl] .monaco-icon-label:before{background-position:right center;padding-left:6px}.monaco-icon-label-iconpath{width:16px;height:16px;margin-top:2px;display:flex}[dir=ltr] .monaco-icon-label-iconpath{padding-left:2px}[dir=rtl] .monaco-icon-label-iconpath{padding-right:2px}.monaco-icon-label-container.disabled{color:var(--vscode-disabledForeground)}.monaco-icon-label>.monaco-icon-label-container{min-width:0;overflow:hidden;text-overflow:ellipsis;flex:1}.monaco-icon-label>.monaco-icon-label-container>.monaco-icon-name-container>.label-name{color:inherit;white-space:pre}.monaco-icon-label>.monaco-icon-label-container>.monaco-icon-name-container>.label-name>.label-separator{margin:0 2px;opacity:.5}.monaco-icon-label>.monaco-icon-label-container>.monaco-icon-suffix-container>.label-suffix{opacity:.7;white-space:pre}.monaco-icon-label>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{opacity:.7;font-size:.9em;white-space:pre}[dir=ltr] .monaco-icon-label>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{margin-left:.5em}[dir=rtl] .monaco-icon-label>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{margin-right:.5em}.monaco-icon-label.nowrap>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{white-space:nowrap}.vs .monaco-icon-label>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{opacity:.95}.monaco-icon-label.italic>.monaco-icon-label-container>.monaco-icon-name-container>.label-name,.monaco-icon-label.italic>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{font-style:italic}.monaco-icon-label.deprecated{text-decoration:line-through;opacity:.66}.monaco-icon-label.italic:after{font-style:italic}.monaco-icon-label.strikethrough>.monaco-icon-label-container>.monaco-icon-name-container>.label-name,.monaco-icon-label.strikethrough>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{text-decoration:line-through}.monaco-icon-label:after{opacity:.75;font-size:90%;font-weight:600;text-align:center}[dir=ltr] .monaco-icon-label:after{margin:auto 16px 0 5px}[dir=rtl] .monaco-icon-label:after{margin:auto 5px 0 16px}.monaco-list:focus .selected .monaco-icon-label,.monaco-list:focus .selected .monaco-icon-label:after{color:inherit!important}.monaco-list-row.focused.selected .label-description,.monaco-list-row.selected .label-description{opacity:.8}.monaco-keybinding{display:flex;align-items:center;line-height:10px}.monaco-keybinding>.monaco-keybinding-key{display:inline-block;border-style:solid;border-width:1px;border-radius:3px;vertical-align:middle;font-size:11px;padding:3px 5px;margin:0 2px}[dir=ltr] .monaco-keybinding>.monaco-keybinding-key:first-child{margin-left:0}[dir=rtl] .monaco-keybinding>.monaco-keybinding-key:first-child{margin-right:0}[dir=ltr] .monaco-keybinding>.monaco-keybinding-key:last-child{margin-right:0}[dir=rtl] .monaco-keybinding>.monaco-keybinding-key:last-child{margin-left:0}.monaco-keybinding>.monaco-keybinding-key-separator{display:inline-block}.monaco-keybinding>.monaco-keybinding-key-chord-separator{width:6px}::-ms-clear{display:none}.monaco-editor .editor-widget input{color:inherit}.monaco-editor{position:relative;overflow:visible;-webkit-text-size-adjust:100%;color:var(--vscode-editor-foreground);background-color:var(--vscode-editor-background);overflow-wrap:initial}.monaco-editor-background{background-color:var(--vscode-editor-background)}.monaco-editor .rangeHighlight{background-color:var(--vscode-editor-rangeHighlightBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-rangeHighlightBorder)}.monaco-editor.hc-black .rangeHighlight,.monaco-editor.hc-light .rangeHighlight{border-style:dotted}.monaco-editor .symbolHighlight{background-color:var(--vscode-editor-symbolHighlightBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-symbolHighlightBorder)}.monaco-editor.hc-black .symbolHighlight,.monaco-editor.hc-light .symbolHighlight{border-style:dotted}.monaco-editor .overflow-guard{position:relative;overflow:hidden}.monaco-editor .view-overlays{position:absolute;top:0}.monaco-editor .view-overlays>div,.monaco-editor .margin-view-overlays>div{position:absolute;width:100%}.monaco-editor .squiggly-error{border-bottom:4px double var(--vscode-editorError-border)}.monaco-editor .squiggly-error:before{display:block;content:"";width:100%;height:100%;background:var(--vscode-editorError-background)}.monaco-editor .squiggly-warning{border-bottom:4px double var(--vscode-editorWarning-border)}.monaco-editor .squiggly-warning:before{display:block;content:"";width:100%;height:100%;background:var(--vscode-editorWarning-background)}.monaco-editor .squiggly-info{border-bottom:4px double var(--vscode-editorInfo-border)}.monaco-editor .squiggly-info:before{display:block;content:"";width:100%;height:100%;background:var(--vscode-editorInfo-background)}.monaco-editor .squiggly-hint{border-bottom:2px dotted var(--vscode-editorHint-border)}.monaco-editor.showUnused .squiggly-unnecessary{border-bottom:2px dashed var(--vscode-editorUnnecessaryCode-border)}.monaco-editor.showDeprecated .squiggly-inline-deprecated{text-decoration:line-through;text-decoration-color:var(--vscode-editor-foreground, inherit)}.monaco-editor .inputarea{min-width:0;min-height:0;margin:0;padding:0;position:absolute;outline:none!important;resize:none;border:none;overflow:hidden;color:transparent;background-color:transparent;z-index:-10}.monaco-editor .inputarea.ime-input{z-index:10;caret-color:var(--vscode-editorCursor-foreground);color:var(--vscode-editor-foreground)}.monaco-editor .margin-view-overlays .line-numbers{bottom:0;font-variant-numeric:tabular-nums;position:absolute;display:inline-block;vertical-align:middle;box-sizing:border-box;cursor:default}[dir=ltr] .monaco-editor .margin-view-overlays .line-numbers{text-align:right}[dir=rtl] .monaco-editor .margin-view-overlays .line-numbers{text-align:left}.monaco-editor .relative-current-line-number{display:inline-block;width:100%}[dir=ltr] .monaco-editor .relative-current-line-number{text-align:left}[dir=rtl] .monaco-editor .relative-current-line-number{text-align:right}.monaco-editor .margin-view-overlays .line-numbers.lh-odd{margin-top:1px}.monaco-editor .line-numbers{color:var(--vscode-editorLineNumber-foreground)}.monaco-editor .line-numbers.active-line-number{color:var(--vscode-editorLineNumber-activeForeground)}.monaco-editor .margin{background-color:var(--vscode-editorGutter-background)}.monaco-mouse-cursor-text{cursor:text}.monaco-editor .blockDecorations-container{position:absolute;top:0;pointer-events:none}.monaco-editor .blockDecorations-block{position:absolute;box-sizing:border-box}.monaco-editor .view-overlays .current-line{display:block;position:absolute;top:0;box-sizing:border-box;height:100%}[dir=ltr] .monaco-editor .view-overlays .current-line{left:0}[dir=rtl] .monaco-editor .view-overlays .current-line{right:0}.monaco-editor .margin-view-overlays .current-line{display:block;position:absolute;top:0;box-sizing:border-box;height:100%}[dir=ltr] .monaco-editor .margin-view-overlays .current-line{left:0}[dir=rtl] .monaco-editor .margin-view-overlays .current-line{right:0}[dir=ltr] .monaco-editor .margin-view-overlays .current-line.current-line-margin.current-line-margin-both{border-right:0}[dir=rtl] .monaco-editor .margin-view-overlays .current-line.current-line-margin.current-line-margin-both{border-left:0}.monaco-editor .lines-content .cdr{position:absolute;height:100%}.monaco-editor .glyph-margin{position:absolute;top:0}.monaco-editor .glyph-margin-widgets .cgmr{position:absolute;display:flex;align-items:center;justify-content:center}.monaco-editor .glyph-margin-widgets .cgmr.codicon-modifier-spin:before{position:absolute;top:50%}[dir=ltr] .monaco-editor .glyph-margin-widgets .cgmr.codicon-modifier-spin:before{left:50%;transform:translate(-50%,-50%)}[dir=rtl] .monaco-editor .glyph-margin-widgets .cgmr.codicon-modifier-spin:before{right:50%;transform:translate(50%,-50%)}.monaco-editor .lines-content .core-guide{position:absolute;box-sizing:border-box;height:100%}.mtkcontrol{color:#fff!important;background:#960000!important}.mtkoverflow{background-color:var(--vscode-button-background, var(--vscode-editor-background));color:var(--vscode-button-foreground, var(--vscode-editor-foreground));border-width:1px;border-style:solid;border-color:var(--vscode-contrastBorder);border-radius:2px;padding:4px;cursor:pointer}.mtkoverflow:hover{background-color:var(--vscode-button-hoverBackground)}.monaco-editor.no-user-select .lines-content,.monaco-editor.no-user-select .view-line,.monaco-editor.no-user-select .view-lines{-moz-user-select:none;user-select:none;-webkit-user-select:none}.monaco-editor.mac .lines-content:hover,.monaco-editor.mac .view-line:hover,.monaco-editor.mac .view-lines:hover{-moz-user-select:text;user-select:text;-webkit-user-select:text;-ms-user-select:text}.monaco-editor.enable-user-select{-moz-user-select:initial;user-select:initial;-webkit-user-select:initial}.monaco-editor .view-lines{white-space:nowrap}.monaco-editor .view-line{position:absolute;width:100%}.monaco-editor .lines-content>.view-lines>.view-line>span{top:0;bottom:0;position:absolute}.monaco-editor .mtkw{color:var(--vscode-editorWhitespace-foreground)!important}.monaco-editor .mtkz{display:inline-block;color:var(--vscode-editorWhitespace-foreground)!important}.monaco-editor .lines-decorations{position:absolute;top:0;background:#fff}.monaco-editor .margin-view-overlays .cldr{position:absolute;height:100%}.monaco-editor .margin-view-overlays .cmdr{position:absolute;width:100%;height:100%}[dir=ltr] .monaco-editor .margin-view-overlays .cmdr{left:0}[dir=rtl] .monaco-editor .margin-view-overlays .cmdr{right:0}.monaco-editor .minimap.slider-mouseover .minimap-slider{opacity:0;transition:opacity .1s linear}.monaco-editor .minimap.slider-mouseover:hover .minimap-slider,.monaco-editor .minimap.slider-mouseover .minimap-slider.active{opacity:1}.monaco-editor .minimap-slider .minimap-slider-horizontal{background:var(--vscode-minimapSlider-background)}.monaco-editor .minimap-slider:hover .minimap-slider-horizontal{background:var(--vscode-minimapSlider-hoverBackground)}.monaco-editor .minimap-slider.active .minimap-slider-horizontal{background:var(--vscode-minimapSlider-activeBackground)}[dir=ltr] .monaco-editor .minimap-shadow-visible{box-shadow:var(--vscode-scrollbar-shadow) -6px 0 6px -6px inset}[dir=rtl] .monaco-editor .minimap-shadow-visible{box-shadow:var(--vscode-scrollbar-shadow) 6px 0 6px -6px inset}.monaco-editor .minimap-shadow-hidden{position:absolute;width:0}.monaco-editor .minimap-shadow-visible{position:absolute;width:6px}[dir=ltr] .monaco-editor .minimap-shadow-visible{left:-6px}[dir=rtl] .monaco-editor .minimap-shadow-visible{right:-6px}.monaco-editor.no-minimap-shadow .minimap-shadow-visible{position:absolute;width:1px}[dir=ltr] .monaco-editor.no-minimap-shadow .minimap-shadow-visible{left:-1px}[dir=rtl] .monaco-editor.no-minimap-shadow .minimap-shadow-visible{right:-1px}.minimap.autohide{opacity:0;transition:opacity .5s}.minimap.autohide:hover{opacity:1}.monaco-editor .minimap{z-index:5}.monaco-editor .overlayWidgets{position:absolute;top:0}[dir=ltr] .monaco-editor .overlayWidgets{left:0}[dir=rtl] .monaco-editor .overlayWidgets{right:0}.monaco-editor .view-ruler{position:absolute;top:0}[dir=ltr] .monaco-editor .view-ruler{box-shadow:1px 0 0 0 var(--vscode-editorRuler-foreground) inset}[dir=rtl] .monaco-editor .view-ruler{box-shadow:-1px 0 0 0 var(--vscode-editorRuler-foreground) inset}.monaco-editor .scroll-decoration{position:absolute;top:0;height:6px;box-shadow:var(--vscode-scrollbar-shadow) 0 6px 6px -6px inset}[dir=ltr] .monaco-editor .scroll-decoration{left:0}[dir=rtl] .monaco-editor .scroll-decoration{right:0}.monaco-editor .lines-content .cslr{position:absolute}.monaco-editor .focused .selected-text{background-color:var(--vscode-editor-selectionBackground)}.monaco-editor .selected-text{background-color:var(--vscode-editor-inactiveSelectionBackground)}[dir=ltr] .monaco-editor .top-left-radius{border-top-left-radius:3px}[dir=rtl] .monaco-editor .top-left-radius{border-top-right-radius:3px}[dir=ltr] .monaco-editor .bottom-left-radius{border-bottom-left-radius:3px}[dir=rtl] .monaco-editor .bottom-left-radius{border-bottom-right-radius:3px}[dir=ltr] .monaco-editor .top-right-radius{border-top-right-radius:3px}[dir=rtl] .monaco-editor .top-right-radius{border-top-left-radius:3px}[dir=ltr] .monaco-editor .bottom-right-radius{border-bottom-right-radius:3px}[dir=rtl] .monaco-editor .bottom-right-radius{border-bottom-left-radius:3px}[dir=ltr] .monaco-editor.hc-black .top-left-radius{border-top-left-radius:0}[dir=rtl] .monaco-editor.hc-black .top-left-radius{border-top-right-radius:0}[dir=ltr] .monaco-editor.hc-black .bottom-left-radius{border-bottom-left-radius:0}[dir=rtl] .monaco-editor.hc-black .bottom-left-radius{border-bottom-right-radius:0}[dir=ltr] .monaco-editor.hc-black .top-right-radius{border-top-right-radius:0}[dir=rtl] .monaco-editor.hc-black .top-right-radius{border-top-left-radius:0}[dir=ltr] .monaco-editor.hc-black .bottom-right-radius{border-bottom-right-radius:0}[dir=rtl] .monaco-editor.hc-black .bottom-right-radius{border-bottom-left-radius:0}[dir=ltr] .monaco-editor.hc-light .top-left-radius{border-top-left-radius:0}[dir=rtl] .monaco-editor.hc-light .top-left-radius{border-top-right-radius:0}[dir=ltr] .monaco-editor.hc-light .bottom-left-radius{border-bottom-left-radius:0}[dir=rtl] .monaco-editor.hc-light .bottom-left-radius{border-bottom-right-radius:0}[dir=ltr] .monaco-editor.hc-light .top-right-radius{border-top-right-radius:0}[dir=rtl] .monaco-editor.hc-light .top-right-radius{border-top-left-radius:0}[dir=ltr] .monaco-editor.hc-light .bottom-right-radius{border-bottom-right-radius:0}[dir=rtl] .monaco-editor.hc-light .bottom-right-radius{border-bottom-left-radius:0}.monaco-editor .cursors-layer{position:absolute;top:0}.monaco-editor .cursors-layer>.cursor{position:absolute;overflow:hidden;box-sizing:border-box}.monaco-editor .cursors-layer.cursor-smooth-caret-animation>.cursor{transition:all 80ms}.monaco-editor .cursors-layer.cursor-block-outline-style>.cursor{background:transparent!important;border-style:solid;border-width:1px}.monaco-editor .cursors-layer.cursor-underline-style>.cursor{border-bottom-width:2px;border-bottom-style:solid;background:transparent!important}.monaco-editor .cursors-layer.cursor-underline-thin-style>.cursor{border-bottom-width:1px;border-bottom-style:solid;background:transparent!important}@keyframes monaco-cursor-smooth{0%,20%{opacity:1}60%,to{opacity:0}}@keyframes monaco-cursor-phase{0%,20%{opacity:1}90%,to{opacity:0}}@keyframes monaco-cursor-expand{0%,20%{transform:scaleY(1)}80%,to{transform:scaleY(0)}}.cursor-smooth{animation:monaco-cursor-smooth .5s ease-in-out 0s 20 alternate}.cursor-phase{animation:monaco-cursor-phase .5s ease-in-out 0s 20 alternate}.cursor-expand>.cursor{animation:monaco-cursor-expand .5s ease-in-out 0s 20 alternate}.monaco-editor .mwh{position:absolute;color:var(--vscode-editorWhitespace-foreground)!important}.monaco-editor .diff-hidden-lines-widget{width:100%}.monaco-editor .diff-hidden-lines{height:0px;transform:translateY(-10px);font-size:13px;line-height:14px}.monaco-editor .diff-hidden-lines:not(.dragging) .top:hover,.monaco-editor .diff-hidden-lines:not(.dragging) .bottom:hover,.monaco-editor .diff-hidden-lines .top.dragging,.monaco-editor .diff-hidden-lines .bottom.dragging{background-color:var(--vscode-focusBorder)}.monaco-editor .diff-hidden-lines .top,.monaco-editor .diff-hidden-lines .bottom{transition:background-color .1s ease-out;height:4px;background-color:transparent;background-clip:padding-box;border-bottom:2px solid transparent;border-top:4px solid transparent}.monaco-editor.draggingUnchangedRegion.canMoveTop:not(.canMoveBottom) *,.monaco-editor .diff-hidden-lines .top.canMoveTop:not(.canMoveBottom),.monaco-editor .diff-hidden-lines .bottom.canMoveTop:not(.canMoveBottom){cursor:n-resize!important}.monaco-editor.draggingUnchangedRegion:not(.canMoveTop).canMoveBottom *,.monaco-editor .diff-hidden-lines .top:not(.canMoveTop).canMoveBottom,.monaco-editor .diff-hidden-lines .bottom:not(.canMoveTop).canMoveBottom{cursor:s-resize!important}.monaco-editor.draggingUnchangedRegion.canMoveTop.canMoveBottom *,.monaco-editor .diff-hidden-lines .top.canMoveTop.canMoveBottom,.monaco-editor .diff-hidden-lines .bottom.canMoveTop.canMoveBottom{cursor:ns-resize!important}.monaco-editor .diff-hidden-lines .top{transform:translateY(4px)}.monaco-editor .diff-hidden-lines .bottom{transform:translateY(-6px)}.monaco-editor .diff-unchanged-lines{background:var(--vscode-diffEditor-unchangedCodeBackground)}.monaco-editor .noModificationsOverlay{z-index:1;background:var(--vscode-editor-background);display:flex;justify-content:center;align-items:center}.monaco-editor .diff-hidden-lines .center{background:var(--vscode-diffEditor-unchangedRegionBackground);color:var(--vscode-diffEditor-unchangedRegionForeground);overflow:hidden;display:block;text-overflow:ellipsis;white-space:nowrap;height:24px;box-shadow:inset 0 -5px 5px -7px var(--vscode-diffEditor-unchangedRegionShadow),inset 0 5px 5px -7px var(--vscode-diffEditor-unchangedRegionShadow)}.monaco-editor .diff-hidden-lines .center span.codicon{vertical-align:middle}.monaco-editor .diff-hidden-lines .center a:hover .codicon{cursor:pointer;color:var(--vscode-editorLink-activeForeground)!important}.monaco-editor .diff-hidden-lines div.breadcrumb-item{cursor:pointer}.monaco-editor .diff-hidden-lines div.breadcrumb-item:hover{color:var(--vscode-editorLink-activeForeground)}.monaco-editor .movedOriginal,.monaco-editor .movedModified{border:2px solid var(--vscode-diffEditor-move-border)}.monaco-editor .movedOriginal.currentMove,.monaco-editor .movedModified.currentMove{border:2px solid var(--vscode-diffEditor-moveActive-border)}.monaco-diff-editor .moved-blocks-lines path.currentMove{stroke:var(--vscode-diffEditor-moveActive-border)}.monaco-diff-editor .moved-blocks-lines path{pointer-events:visiblestroke}.monaco-diff-editor .moved-blocks-lines .arrow{fill:var(--vscode-diffEditor-move-border)}.monaco-diff-editor .moved-blocks-lines .arrow.currentMove{fill:var(--vscode-diffEditor-moveActive-border)}.monaco-diff-editor .moved-blocks-lines .arrow-rectangle{fill:var(--vscode-editor-background)}.monaco-diff-editor .moved-blocks-lines{position:absolute;pointer-events:none}.monaco-diff-editor .moved-blocks-lines path{fill:none;stroke:var(--vscode-diffEditor-move-border);stroke-width:2}[dir=ltr] .monaco-editor .char-delete.diff-range-empty{margin-left:-1px;border-left:solid var(--vscode-diffEditor-removedTextBackground) 3px}[dir=rtl] .monaco-editor .char-delete.diff-range-empty{margin-right:-1px;border-right:solid var(--vscode-diffEditor-removedTextBackground) 3px}[dir=ltr] .monaco-editor .char-insert.diff-range-empty{border-left:solid var(--vscode-diffEditor-insertedTextBackground) 3px}[dir=rtl] .monaco-editor .char-insert.diff-range-empty{border-right:solid var(--vscode-diffEditor-insertedTextBackground) 3px}.monaco-editor .fold-unchanged{cursor:pointer}.monaco-diff-editor .diff-moved-code-block{display:flex;justify-content:flex-end;margin-top:-4px}.monaco-diff-editor .diff-moved-code-block .action-bar .action-label.codicon{width:12px;height:12px;font-size:12px}.monaco-diff-editor .diffOverview{z-index:9}.monaco-diff-editor .diffOverview .diffViewport{z-index:10}.monaco-diff-editor.vs .diffOverview{background:#00000008}.monaco-diff-editor.vs-dark .diffOverview{background:#ffffff03}.monaco-scrollable-element.modified-in-monaco-diff-editor.vs .scrollbar,.monaco-scrollable-element.modified-in-monaco-diff-editor.vs-dark .scrollbar{background:#0000}.monaco-scrollable-element.modified-in-monaco-diff-editor.hc-black .scrollbar,.monaco-scrollable-element.modified-in-monaco-diff-editor.hc-light .scrollbar{background:none}.monaco-scrollable-element.modified-in-monaco-diff-editor .slider{z-index:10}.modified-in-monaco-diff-editor .slider.active{background:#ababab66}.modified-in-monaco-diff-editor.hc-black .slider.active,.modified-in-monaco-diff-editor.hc-light .slider.active{background:none}.monaco-editor .insert-sign,.monaco-diff-editor .insert-sign,.monaco-editor .delete-sign,.monaco-diff-editor .delete-sign{font-size:11px!important;opacity:.7!important;display:flex!important;align-items:center}.monaco-editor.hc-black .insert-sign,.monaco-diff-editor.hc-black .insert-sign,.monaco-editor.hc-black .delete-sign,.monaco-diff-editor.hc-black .delete-sign,.monaco-editor.hc-light .insert-sign,.monaco-diff-editor.hc-light .insert-sign,.monaco-editor.hc-light .delete-sign,.monaco-diff-editor.hc-light .delete-sign{opacity:1}[dir=ltr] .monaco-editor .inline-deleted-margin-view-zone{text-align:right}[dir=rtl] .monaco-editor .inline-deleted-margin-view-zone{text-align:left}[dir=ltr] .monaco-editor .inline-added-margin-view-zone{text-align:right}[dir=rtl] .monaco-editor .inline-added-margin-view-zone{text-align:left}.monaco-editor .arrow-revert-change{z-index:10;position:absolute}.monaco-editor .arrow-revert-change:hover{cursor:pointer}.monaco-editor .view-zones .view-lines .view-line span{display:inline-block}.monaco-editor .margin-view-zones .lightbulb-glyph:hover{cursor:pointer}.monaco-editor .char-insert,.monaco-diff-editor .char-insert{background-color:var(--vscode-diffEditor-insertedTextBackground)}.monaco-editor .line-insert,.monaco-diff-editor .line-insert{background-color:var(--vscode-diffEditor-insertedLineBackground, var(--vscode-diffEditor-insertedTextBackground))}.monaco-editor .line-insert,.monaco-editor .char-insert{box-sizing:border-box;border:1px solid var(--vscode-diffEditor-insertedTextBorder)}.monaco-editor.hc-black .line-insert,.monaco-editor.hc-light .line-insert,.monaco-editor.hc-black .char-insert,.monaco-editor.hc-light .char-insert{border-style:dashed}.monaco-editor .line-delete,.monaco-editor .char-delete{box-sizing:border-box;border:1px solid var(--vscode-diffEditor-removedTextBorder)}.monaco-editor.hc-black .line-delete,.monaco-editor.hc-light .line-delete,.monaco-editor.hc-black .char-delete,.monaco-editor.hc-light .char-delete{border-style:dashed}.monaco-editor .inline-added-margin-view-zone,.monaco-editor .gutter-insert,.monaco-diff-editor .gutter-insert{background-color:var(--vscode-diffEditorGutter-insertedLineBackground, var(--vscode-diffEditor-insertedLineBackground), var(--vscode-diffEditor-insertedTextBackground))}.monaco-editor .char-delete,.monaco-diff-editor .char-delete,.monaco-editor .inline-deleted-text{background-color:var(--vscode-diffEditor-removedTextBackground)}.monaco-editor .inline-deleted-text{text-decoration:line-through}.monaco-editor .line-delete,.monaco-diff-editor .line-delete{background-color:var(--vscode-diffEditor-removedLineBackground, var(--vscode-diffEditor-removedTextBackground))}.monaco-editor .inline-deleted-margin-view-zone,.monaco-editor .gutter-delete,.monaco-diff-editor .gutter-delete{background-color:var(--vscode-diffEditorGutter-removedLineBackground, var(--vscode-diffEditor-removedLineBackground), var(--vscode-diffEditor-removedTextBackground))}[dir=ltr] .monaco-diff-editor.side-by-side .editor.modified{box-shadow:-6px 0 5px -5px var(--vscode-scrollbar-shadow);border-left:1px solid var(--vscode-diffEditor-border)}[dir=rtl] .monaco-diff-editor.side-by-side .editor.modified,[dir=ltr] .monaco-diff-editor.side-by-side .editor.original{box-shadow:6px 0 5px -5px var(--vscode-scrollbar-shadow);border-right:1px solid var(--vscode-diffEditor-border)}[dir=rtl] .monaco-diff-editor.side-by-side .editor.original{box-shadow:-6px 0 5px -5px var(--vscode-scrollbar-shadow);border-left:1px solid var(--vscode-diffEditor-border)}.monaco-diff-editor .diffViewport{background:var(--vscode-scrollbarSlider-background)}.monaco-diff-editor .diffViewport:hover{background:var(--vscode-scrollbarSlider-hoverBackground)}.monaco-diff-editor .diffViewport:active{background:var(--vscode-scrollbarSlider-activeBackground)}.monaco-editor .diagonal-fill{background-size:8px 8px}[dir=ltr] .monaco-editor .diagonal-fill{background-image:linear-gradient(-45deg,var(--vscode-diffEditor-diagonalFill) 12.5%,#0000 12.5%,#0000 50%,var(--vscode-diffEditor-diagonalFill) 50%,var(--vscode-diffEditor-diagonalFill) 62.5%,#0000 62.5%,#0000 100%)}[dir=rtl] .monaco-editor .diagonal-fill{background-image:linear-gradient(45deg,var(--vscode-diffEditor-diagonalFill) 12.5%,#0000 12.5%,#0000 50%,var(--vscode-diffEditor-diagonalFill) 50%,var(--vscode-diffEditor-diagonalFill) 62.5%,#0000 62.5%,#0000 100%)}.monaco-diff-editor .gutter{position:relative;overflow:hidden;flex-shrink:0;flex-grow:0}.monaco-diff-editor .gutter>div{position:absolute}.monaco-diff-editor .gutter .gutterItem{opacity:0;transition:opacity .7s}.monaco-diff-editor .gutter .gutterItem.showAlways{opacity:1;transition:none}.monaco-diff-editor .gutter .gutterItem.noTransition{transition:none}.monaco-diff-editor .gutter:hover .gutterItem{opacity:1;transition:opacity .1s ease-in-out}.monaco-diff-editor .gutter .gutterItem .background{position:absolute;height:100%;width:1px}.monaco-diff-editor .gutter .gutterItem .buttons{position:absolute;width:100%;display:flex;justify-content:center;align-items:center}.monaco-diff-editor .gutter .gutterItem .buttons .monaco-toolbar{height:-moz-fit-content;height:fit-content}.monaco-diff-editor .gutter .gutterItem .buttons .monaco-toolbar .monaco-action-bar{line-height:1}.monaco-diff-editor .gutter .gutterItem .buttons .monaco-toolbar .monaco-action-bar .actions-container{width:-moz-fit-content;width:fit-content;border-radius:4px;background:var(--vscode-editorGutter-commentRangeForeground)}.monaco-diff-editor .gutter .gutterItem .buttons .monaco-toolbar .monaco-action-bar .actions-container .action-item:hover{background:var(--vscode-toolbar-hoverBackground)}.monaco-diff-editor .gutter .gutterItem .buttons .monaco-toolbar .monaco-action-bar .actions-container .action-item .action-label{padding:1px 2px}[dir=ltr] .monaco-diff-editor .gutter .gutterItem .background{left:50%;border-left:2px var(--vscode-menu-border) solid}[dir=rtl] .monaco-diff-editor .gutter .gutterItem .background{right:50%;border-right:2px var(--vscode-menu-border) solid}.monaco-diff-editor .diff-hidden-lines-compact{display:flex;height:11px}.monaco-diff-editor .diff-hidden-lines-compact .line-left,.monaco-diff-editor .diff-hidden-lines-compact .line-right{height:1px;border-top:1px solid;border-color:var(--vscode-editorCodeLens-foreground);opacity:.5;margin:auto;width:100%}.monaco-diff-editor .diff-hidden-lines-compact .line-left{width:20px}.monaco-diff-editor .diff-hidden-lines-compact .text{color:var(--vscode-editorCodeLens-foreground);text-wrap:nowrap;font-size:11px;line-height:11px;margin:0 4px}.monaco-component.diff-review{-moz-user-select:none;user-select:none;-webkit-user-select:none;z-index:99}.monaco-diff-editor .diff-review{position:absolute}.monaco-component.diff-review .diff-review-line-number{display:inline-block;color:var(--vscode-editorLineNumber-foreground)}[dir=ltr] .monaco-component.diff-review .diff-review-line-number{text-align:right}[dir=rtl] .monaco-component.diff-review .diff-review-line-number{text-align:left}[dir=ltr] .monaco-component.diff-review .diff-review-summary{padding-left:10px}[dir=rtl] .monaco-component.diff-review .diff-review-summary{padding-right:10px}.monaco-component.diff-review .diff-review-shadow{position:absolute;box-shadow:var(--vscode-scrollbar-shadow) 0 -6px 6px -6px inset}.monaco-component.diff-review .diff-review-row{white-space:pre}.monaco-component.diff-review .diff-review-table{display:table;min-width:100%}.monaco-component.diff-review .diff-review-row{display:table-row;width:100%}.monaco-component.diff-review .diff-review-spacer{display:inline-block;width:10px;vertical-align:middle}.monaco-component.diff-review .diff-review-spacer>.codicon{font-size:9px!important}.monaco-component.diff-review .diff-review-actions{display:inline-block;position:absolute;top:2px;z-index:100}[dir=ltr] .monaco-component.diff-review .diff-review-actions{right:10px}[dir=rtl] .monaco-component.diff-review .diff-review-actions{left:10px}.monaco-component.diff-review .diff-review-actions .action-label{width:16px;height:16px;margin:2px 0}.monaco-component.diff-review .revertButton{cursor:pointer}.monaco-toolbar{height:100%}.monaco-toolbar .toolbar-toggle-more{display:inline-block;padding:0}.monaco-component.multiDiffEditor{background:var(--vscode-multiDiffEditor-background);position:relative;height:100%;width:100%;overflow-y:hidden}.monaco-component.multiDiffEditor>div{position:absolute;top:0;height:100%;width:100%}.monaco-component.multiDiffEditor>div.placeholder{visibility:hidden;display:grid;place-items:center;place-content:center}.monaco-component.multiDiffEditor>div.placeholder.visible{visibility:visible}.monaco-component.multiDiffEditor .active{--vscode-multiDiffEditor-border: var(--vscode-focusBorder)}.monaco-component.multiDiffEditor .multiDiffEntry{display:flex;flex-direction:column;flex:1;overflow:hidden}.monaco-component.multiDiffEditor .multiDiffEntry .collapse-button{margin:0 5px;cursor:pointer}.monaco-component.multiDiffEditor .multiDiffEntry .collapse-button a{display:block}.monaco-component.multiDiffEditor .multiDiffEntry .header{z-index:1000;background:var(--vscode-editor-background)}.monaco-component.multiDiffEditor .multiDiffEntry .header:not(.collapsed) .header-content{border-bottom:1px solid var(--vscode-sideBarSectionHeader-border)}.monaco-component.multiDiffEditor .multiDiffEntry .header .header-content{margin:8px 0 0;padding:4px 5px;border-top:1px solid var(--vscode-multiDiffEditor-border);display:flex;align-items:center;color:var(--vscode-foreground);background:var(--vscode-multiDiffEditor-headerBackground)}.monaco-component.multiDiffEditor .multiDiffEntry .header .header-content.shadow{box-shadow:var(--vscode-scrollbar-shadow) 0 6px 6px -6px}.monaco-component.multiDiffEditor .multiDiffEntry .header .header-content .file-path{display:flex;flex:1;min-width:0}.monaco-component.multiDiffEditor .multiDiffEntry .header .header-content .file-path .title{font-size:14px;line-height:22px}.monaco-component.multiDiffEditor .multiDiffEntry .header .header-content .file-path .title.original{flex:1;min-width:0;text-overflow:ellipsis}.monaco-component.multiDiffEditor .multiDiffEntry .header .header-content .file-path .status{font-weight:600;opacity:.75;margin:0 10px;line-height:22px}.monaco-component.multiDiffEditor .multiDiffEntry .header .header-content .actions{padding:0 8px}.monaco-component.multiDiffEditor .multiDiffEntry .editorParent{flex:1;display:flex;flex-direction:column;border-bottom:1px solid var(--vscode-multiDiffEditor-border);overflow:hidden}.monaco-component.multiDiffEditor .multiDiffEntry .editorContainer{flex:1}[dir=ltr] .monaco-component.multiDiffEditor>div{left:0}[dir=rtl] .monaco-component.multiDiffEditor>div{right:0}.report-success-modal-modal{border-radius:var(--radius-10);overflow:hidden}.report-success-modal-header{align-items:center;background-color:var(--color-bg-tertiary);color:var(--color-text-bolder);display:flex;font-size:1.6rem;font-weight:600;height:4.8rem;justify-content:center;padding:1.2rem}.report-success-modal-body{padding:2.4rem 3.2rem 1.6rem;text-align:center}.report-success-modal-text{color:var(--color-text-default);font-size:1.5rem;margin-bottom:2rem;white-space:normal}.monaco-editor .selection-anchor{background-color:#007acc;width:2px!important}.monaco-editor .bracket-match{box-sizing:border-box;background-color:var(--vscode-editorBracketMatch-background);border:1px solid var(--vscode-editorBracketMatch-border)}.inline-editor-progress-decoration{display:inline-block;width:1em;height:1em}.inline-progress-widget{display:flex!important;justify-content:center;align-items:center}.inline-progress-widget .icon{font-size:80%!important}.inline-progress-widget:hover .icon{font-size:90%!important;animation:none}.inline-progress-widget:hover .icon:before{content:var(--vscode-icon-x-content);font-family:var(--vscode-icon-x-font-family)}.monaco-editor .monaco-editor-overlaymessage{padding-bottom:8px;z-index:10000}.monaco-editor .monaco-editor-overlaymessage.below{padding-bottom:0;padding-top:8px;z-index:10000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.monaco-editor .monaco-editor-overlaymessage.fadeIn{animation:fadeIn .15s ease-out}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.monaco-editor .monaco-editor-overlaymessage.fadeOut{animation:fadeOut .1s ease-out}.monaco-editor .monaco-editor-overlaymessage .message{padding:2px 4px;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-inputValidation-infoBorder);border-radius:3px}.monaco-editor .monaco-editor-overlaymessage .message p{margin-block:0px}.monaco-editor .monaco-editor-overlaymessage .message a{color:var(--vscode-textLink-foreground)}.monaco-editor .monaco-editor-overlaymessage .message a:hover{color:var(--vscode-textLink-activeForeground)}.monaco-editor.hc-black .monaco-editor-overlaymessage .message,.monaco-editor.hc-light .monaco-editor-overlaymessage .message{border-width:2px}.monaco-editor .monaco-editor-overlaymessage .anchor{width:0!important;height:0!important;border-color:transparent;border-style:solid;z-index:1000;border-width:8px;position:absolute}[dir=ltr] .monaco-editor .monaco-editor-overlaymessage .anchor{left:2px}[dir=rtl] .monaco-editor .monaco-editor-overlaymessage .anchor{right:2px}.monaco-editor .monaco-editor-overlaymessage .anchor.top{border-bottom-color:var(--vscode-inputValidation-infoBorder)}.monaco-editor .monaco-editor-overlaymessage .anchor.below{border-top-color:var(--vscode-inputValidation-infoBorder)}.monaco-editor .monaco-editor-overlaymessage:not(.below) .anchor.top,.monaco-editor .monaco-editor-overlaymessage.below .anchor.below{display:none}.monaco-editor .monaco-editor-overlaymessage.below .anchor.top{display:inherit;top:-8px}.post-edit-widget{box-shadow:0 0 8px 2px var(--vscode-widget-shadow);border:1px solid var(--vscode-widget-border, transparent);border-radius:4px;background-color:var(--vscode-editorWidget-background);overflow:hidden}.post-edit-widget .monaco-button{padding:2px;border:none;border-radius:0}.post-edit-widget .monaco-button:hover{background-color:var(--vscode-button-secondaryHoverBackground)!important}.post-edit-widget .monaco-button .codicon{margin:0}@font-face{font-family:codicon;font-display:block;src:url(/bundles/app/vite/codicon.DCmgc-ay4w.ttf) format("truetype")}.codicon[class*=codicon-]{font: 16px/1 codicon;display:inline-block;text-decoration:none;text-rendering:auto;text-align:center;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-user-select:none;user-select:none;-webkit-user-select:none}.codicon-wrench-subaction{opacity:.5}@keyframes codicon-spin{to{transform:rotate(360deg)}}.codicon-sync.codicon-modifier-spin,.codicon-loading.codicon-modifier-spin,.codicon-gear.codicon-modifier-spin,.codicon-notebook-state-executing.codicon-modifier-spin{animation:codicon-spin 1.5s steps(30) infinite}.codicon-modifier-disabled{opacity:.4}.codicon-loading,.codicon-tree-item-loading:before{animation-duration:1s!important;animation-timing-function:cubic-bezier(.53,.21,.29,.67)!important}.monaco-editor .codicon.codicon-symbol-array,.monaco-workbench .codicon.codicon-symbol-array{color:var(--vscode-symbolIcon-arrayForeground)}.monaco-editor .codicon.codicon-symbol-boolean,.monaco-workbench .codicon.codicon-symbol-boolean{color:var(--vscode-symbolIcon-booleanForeground)}.monaco-editor .codicon.codicon-symbol-class,.monaco-workbench .codicon.codicon-symbol-class{color:var(--vscode-symbolIcon-classForeground)}.monaco-editor .codicon.codicon-symbol-method,.monaco-workbench .codicon.codicon-symbol-method{color:var(--vscode-symbolIcon-methodForeground)}.monaco-editor .codicon.codicon-symbol-color,.monaco-workbench .codicon.codicon-symbol-color{color:var(--vscode-symbolIcon-colorForeground)}.monaco-editor .codicon.codicon-symbol-constant,.monaco-workbench .codicon.codicon-symbol-constant{color:var(--vscode-symbolIcon-constantForeground)}.monaco-editor .codicon.codicon-symbol-constructor,.monaco-workbench .codicon.codicon-symbol-constructor{color:var(--vscode-symbolIcon-constructorForeground)}.monaco-editor .codicon.codicon-symbol-value,.monaco-workbench .codicon.codicon-symbol-value,.monaco-editor .codicon.codicon-symbol-enum,.monaco-workbench .codicon.codicon-symbol-enum{color:var(--vscode-symbolIcon-enumeratorForeground)}.monaco-editor .codicon.codicon-symbol-enum-member,.monaco-workbench .codicon.codicon-symbol-enum-member{color:var(--vscode-symbolIcon-enumeratorMemberForeground)}.monaco-editor .codicon.codicon-symbol-event,.monaco-workbench .codicon.codicon-symbol-event{color:var(--vscode-symbolIcon-eventForeground)}.monaco-editor .codicon.codicon-symbol-field,.monaco-workbench .codicon.codicon-symbol-field{color:var(--vscode-symbolIcon-fieldForeground)}.monaco-editor .codicon.codicon-symbol-file,.monaco-workbench .codicon.codicon-symbol-file{color:var(--vscode-symbolIcon-fileForeground)}.monaco-editor .codicon.codicon-symbol-folder,.monaco-workbench .codicon.codicon-symbol-folder{color:var(--vscode-symbolIcon-folderForeground)}.monaco-editor .codicon.codicon-symbol-function,.monaco-workbench .codicon.codicon-symbol-function{color:var(--vscode-symbolIcon-functionForeground)}.monaco-editor .codicon.codicon-symbol-interface,.monaco-workbench .codicon.codicon-symbol-interface{color:var(--vscode-symbolIcon-interfaceForeground)}.monaco-editor .codicon.codicon-symbol-key,.monaco-workbench .codicon.codicon-symbol-key{color:var(--vscode-symbolIcon-keyForeground)}.monaco-editor .codicon.codicon-symbol-keyword,.monaco-workbench .codicon.codicon-symbol-keyword{color:var(--vscode-symbolIcon-keywordForeground)}.monaco-editor .codicon.codicon-symbol-module,.monaco-workbench .codicon.codicon-symbol-module{color:var(--vscode-symbolIcon-moduleForeground)}.monaco-editor .codicon.codicon-symbol-namespace,.monaco-workbench .codicon.codicon-symbol-namespace{color:var(--vscode-symbolIcon-namespaceForeground)}.monaco-editor .codicon.codicon-symbol-null,.monaco-workbench .codicon.codicon-symbol-null{color:var(--vscode-symbolIcon-nullForeground)}.monaco-editor .codicon.codicon-symbol-number,.monaco-workbench .codicon.codicon-symbol-number{color:var(--vscode-symbolIcon-numberForeground)}.monaco-editor .codicon.codicon-symbol-object,.monaco-workbench .codicon.codicon-symbol-object{color:var(--vscode-symbolIcon-objectForeground)}.monaco-editor .codicon.codicon-symbol-operator,.monaco-workbench .codicon.codicon-symbol-operator{color:var(--vscode-symbolIcon-operatorForeground)}.monaco-editor .codicon.codicon-symbol-package,.monaco-workbench .codicon.codicon-symbol-package{color:var(--vscode-symbolIcon-packageForeground)}.monaco-editor .codicon.codicon-symbol-property,.monaco-workbench .codicon.codicon-symbol-property{color:var(--vscode-symbolIcon-propertyForeground)}.monaco-editor .codicon.codicon-symbol-reference,.monaco-workbench .codicon.codicon-symbol-reference{color:var(--vscode-symbolIcon-referenceForeground)}.monaco-editor .codicon.codicon-symbol-snippet,.monaco-workbench .codicon.codicon-symbol-snippet{color:var(--vscode-symbolIcon-snippetForeground)}.monaco-editor .codicon.codicon-symbol-string,.monaco-workbench .codicon.codicon-symbol-string{color:var(--vscode-symbolIcon-stringForeground)}.monaco-editor .codicon.codicon-symbol-struct,.monaco-workbench .codicon.codicon-symbol-struct{color:var(--vscode-symbolIcon-structForeground)}.monaco-editor .codicon.codicon-symbol-text,.monaco-workbench .codicon.codicon-symbol-text{color:var(--vscode-symbolIcon-textForeground)}.monaco-editor .codicon.codicon-symbol-type-parameter,.monaco-workbench .codicon.codicon-symbol-type-parameter{color:var(--vscode-symbolIcon-typeParameterForeground)}.monaco-editor .codicon.codicon-symbol-unit,.monaco-workbench .codicon.codicon-symbol-unit{color:var(--vscode-symbolIcon-unitForeground)}.monaco-editor .codicon.codicon-symbol-variable,.monaco-workbench .codicon.codicon-symbol-variable{color:var(--vscode-symbolIcon-variableForeground)}.monaco-editor .lightBulbWidget{display:flex;align-items:center;justify-content:center}.monaco-editor .lightBulbWidget:hover{cursor:pointer}.monaco-editor .lightBulbWidget.codicon-light-bulb,.monaco-editor .lightBulbWidget.codicon-lightbulb-sparkle{color:var(--vscode-editorLightBulb-foreground)}.monaco-editor .lightBulbWidget.codicon-lightbulb-autofix,.monaco-editor .lightBulbWidget.codicon-lightbulb-sparkle-autofix{color:var(--vscode-editorLightBulbAutoFix-foreground, var(--vscode-editorLightBulb-foreground))}.monaco-editor .lightBulbWidget.codicon-sparkle-filled{color:var(--vscode-editorLightBulbAi-foreground, var(--vscode-icon-foreground))}.monaco-editor .lightBulbWidget:before{position:relative;z-index:2}.monaco-editor .lightBulbWidget:after{position:absolute;top:0;content:"";display:block;width:100%;height:100%;opacity:.3;z-index:1}[dir=ltr] .monaco-editor .lightBulbWidget:after{left:0}[dir=rtl] .monaco-editor .lightBulbWidget:after{right:0}.monaco-editor .glyph-margin-widgets .cgmr[class*=codicon-gutter-lightbulb]{display:block;cursor:pointer}.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb,.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb-sparkle{color:var(--vscode-editorLightBulb-foreground)}.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb-auto-fix,.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb-aifix-auto-fix{color:var(--vscode-editorLightBulbAutoFix-foreground, var(--vscode-editorLightBulb-foreground))}.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb-sparkle-filled{color:var(--vscode-editorLightBulbAi-foreground, var(--vscode-icon-foreground))}.action-widget{font-size:13px;min-width:160px;max-width:80vw;z-index:40;display:block;width:100%;border:1px solid var(--vscode-editorWidget-border)!important;border-radius:5px;background-color:var(--vscode-editorActionList-background);color:var(--vscode-editorActionList-foreground);padding:4px;box-shadow:0 2px 8px var(--vscode-widget-shadow)}.context-view-block{position:fixed;cursor:initial;top:0;width:100%;height:100%;z-index:-1}[dir=ltr] .context-view-block{left:0}[dir=rtl] .context-view-block{right:0}.context-view-pointerBlock{position:fixed;cursor:initial;top:0;width:100%;height:100%;z-index:2}[dir=ltr] .context-view-pointerBlock{left:0}[dir=rtl] .context-view-pointerBlock{right:0}.action-widget .monaco-list{-moz-user-select:none;user-select:none;-webkit-user-select:none;border:none!important;border-width:0!important}.action-widget .monaco-list:focus:before{outline:0!important}.action-widget .monaco-list .monaco-scrollable-element{overflow:visible}.action-widget .monaco-list .monaco-list-row{padding:0 10px;white-space:nowrap;cursor:pointer;touch-action:none;width:100%;border-radius:4px}.action-widget .monaco-list .monaco-list-row.action.focused:not(.option-disabled){background-color:var(--vscode-editorActionList-focusBackground)!important;color:var(--vscode-editorActionList-focusForeground);outline:1px solid var(--vscode-menu-selectionBorder, transparent);outline-offset:-1px}.action-widget .monaco-list-row.group-header{color:var(--vscode-descriptionForeground)!important;font-weight:600;font-size:12px}.action-widget .monaco-list-row.group-header:not(:first-of-type){margin-top:2px}.action-widget .monaco-list .group-header,.action-widget .monaco-list .option-disabled,.action-widget .monaco-list .option-disabled:before,.action-widget .monaco-list .option-disabled .focused,.action-widget .monaco-list .option-disabled .focused:before{cursor:default!important;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent!important;outline:0 solid!important}.action-widget .monaco-list-row.action{display:flex;gap:8px;align-items:center}.action-widget .monaco-list-row.action.option-disabled,.action-widget .monaco-list:focus .monaco-list-row.focused.action.option-disabled,.action-widget .monaco-list-row.action.option-disabled .codicon,.action-widget .monaco-list:not(.drop-target):not(.dragging) .monaco-list-row:hover:not(.selected):not(.focused).option-disabled{color:var(--vscode-disabledForeground)}.action-widget .monaco-list-row.action:not(.option-disabled) .codicon{color:inherit}.action-widget .monaco-list-row.action .title{flex:1;overflow:hidden;text-overflow:ellipsis}.action-widget .monaco-list-row.action .monaco-keybinding>.monaco-keybinding-key{background-color:var(--vscode-keybindingLabel-background);color:var(--vscode-keybindingLabel-foreground);border-style:solid;border-width:1px;border-radius:3px;border-color:var(--vscode-keybindingLabel-border);border-bottom-color:var(--vscode-keybindingLabel-bottomBorder);box-shadow:inset 0 -1px 0 var(--vscode-widget-shadow)}.action-widget .action-widget-action-bar{background-color:var(--vscode-editorActionList-background);border-top:1px solid var(--vscode-editorHoverWidget-border);margin-top:2px}.action-widget .action-widget-action-bar:before{display:block;content:"";width:100%}.action-widget .action-widget-action-bar .actions-container{padding:3px 8px 0}.action-widget-action-bar .action-label{color:var(--vscode-textLink-activeForeground);font-size:12px;line-height:22px;padding:0;pointer-events:all}.action-widget-action-bar .action-item{pointer-events:none}[dir=ltr] .action-widget-action-bar .action-item{margin-right:16px}[dir=rtl] .action-widget-action-bar .action-item{margin-left:16px}.action-widget-action-bar .action-label:hover{background-color:transparent!important}.monaco-action-bar .actions-container.highlight-toggled .action-label.checked{background:var(--vscode-actionBar-toggledBackground)!important}.monaco-editor .codelens-decoration{overflow:hidden;display:inline-block;text-overflow:ellipsis;white-space:nowrap;color:var(--vscode-editorCodeLens-foreground);line-height:var(--vscode-editorCodeLens-lineHeight);font-size:var(--vscode-editorCodeLens-fontSize);font-feature-settings:var(--vscode-editorCodeLens-fontFeatureSettings);font-family:var(--vscode-editorCodeLens-fontFamily),var(--vscode-editorCodeLens-fontFamilyDefault)}[dir=ltr] .monaco-editor .codelens-decoration{padding-right:calc(var(--vscode-editorCodeLens-fontSize)*.5)}[dir=rtl] .monaco-editor .codelens-decoration{padding-left:calc(var(--vscode-editorCodeLens-fontSize)*.5)}.monaco-editor .codelens-decoration>span,.monaco-editor .codelens-decoration>a{-moz-user-select:none;user-select:none;-webkit-user-select:none;white-space:nowrap;vertical-align:sub}.monaco-editor .codelens-decoration>a{text-decoration:none}.monaco-editor .codelens-decoration>a:hover{cursor:pointer;color:var(--vscode-editorLink-activeForeground)!important}.monaco-editor .codelens-decoration>a:hover .codicon{color:var(--vscode-editorLink-activeForeground)!important}.monaco-editor .codelens-decoration .codicon{vertical-align:middle;color:currentColor!important;color:var(--vscode-editorCodeLens-foreground);line-height:var(--vscode-editorCodeLens-lineHeight);font-size:var(--vscode-editorCodeLens-fontSize)}.monaco-editor .codelens-decoration>a:hover .codicon:before{cursor:pointer}@keyframes fadein{0%{opacity:0;visibility:visible}to{opacity:1}}.monaco-editor .codelens-decoration.fadein{animation:fadein .1s linear}.colorpicker-widget{height:190px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.colorpicker-color-decoration,.hc-light .colorpicker-color-decoration{border:solid .1em #000;box-sizing:border-box;margin:.1em .2em 0;width:.8em;height:.8em;line-height:.8em;display:inline-block;cursor:pointer}.hc-black .colorpicker-color-decoration,.vs-dark .colorpicker-color-decoration{border:solid .1em #eee}.colorpicker-header{display:flex;height:24px;position:relative;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTZEaa/1AAAAHUlEQVQYV2PYvXu3JAi7uLiAMaYAjAGTQBPYLQkAa/0Zef3qRswAAAAASUVORK5CYII=);background-size:9px 9px;image-rendering:pixelated}.colorpicker-header .picked-color{width:240px;display:flex;align-items:center;justify-content:center;line-height:24px;cursor:pointer;color:#fff;flex:1;white-space:nowrap;overflow:hidden}.colorpicker-header .picked-color .picked-color-presentation{white-space:nowrap;margin-left:5px;margin-right:5px}.colorpicker-header .picked-color .codicon{color:inherit;font-size:14px}.colorpicker-header .picked-color.light{color:#000}.colorpicker-header .original-color{width:74px;z-index:inherit;cursor:pointer}.standalone-colorpicker{color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border)}.colorpicker-header.standalone-colorpicker{border-bottom:none}.colorpicker-header .close-button{cursor:pointer;background-color:var(--vscode-editorHoverWidget-background)}[dir=ltr] .colorpicker-header .close-button{border-left:1px solid var(--vscode-editorHoverWidget-border)}[dir=rtl] .colorpicker-header .close-button{border-right:1px solid var(--vscode-editorHoverWidget-border)}.colorpicker-header .close-button-inner-div{width:100%;height:100%;text-align:center}.colorpicker-header .close-button-inner-div:hover{background-color:var(--vscode-toolbar-hoverBackground)}.colorpicker-header .close-icon{padding:3px}.colorpicker-body{display:flex;padding:8px;position:relative}.colorpicker-body .saturation-wrap{overflow:hidden;height:150px;position:relative;min-width:220px;flex:1}.colorpicker-body .saturation-box{height:150px;position:absolute}.colorpicker-body .saturation-selection{width:9px;height:9px;border:1px solid rgb(255,255,255);border-radius:100%;box-shadow:0 0 2px #000c;position:absolute}[dir=ltr] .colorpicker-body .saturation-selection{margin:-5px 0 0 -5px}[dir=rtl] .colorpicker-body .saturation-selection{margin:-5px -5px 0 0}.colorpicker-body .strip{width:25px;height:150px}.colorpicker-body .standalone-strip{width:25px;height:122px}.colorpicker-body .hue-strip{position:relative;cursor:grab;background:linear-gradient(to bottom,red,#ff0 17%,#0f0 33%,#0ff,#00f 67%,#f0f 83%,red)}[dir=ltr] .colorpicker-body .hue-strip{margin-left:8px}[dir=rtl] .colorpicker-body .hue-strip{margin-right:8px}.colorpicker-body .opacity-strip{position:relative;cursor:grab;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTZEaa/1AAAAHUlEQVQYV2PYvXu3JAi7uLiAMaYAjAGTQBPYLQkAa/0Zef3qRswAAAAASUVORK5CYII=);background-size:9px 9px;image-rendering:pixelated}[dir=ltr] .colorpicker-body .opacity-strip{margin-left:8px}[dir=rtl] .colorpicker-body .opacity-strip{margin-right:8px}.colorpicker-body .strip.grabbing{cursor:grabbing}.colorpicker-body .slider{position:absolute;top:0;width:calc(100% + 4px);height:4px;box-sizing:border-box;border:1px solid rgba(255,255,255,.71);box-shadow:0 0 1px #000000d9}[dir=ltr] .colorpicker-body .slider{left:-2px}[dir=rtl] .colorpicker-body .slider{right:-2px}.colorpicker-body .strip .overlay{height:150px;pointer-events:none}.colorpicker-body .standalone-strip .standalone-overlay{height:122px;pointer-events:none}.standalone-colorpicker-body{display:block;border:1px solid transparent;border-bottom:1px solid var(--vscode-editorHoverWidget-border);overflow:hidden}.colorpicker-body .insert-button{position:absolute;height:20px;width:58px;padding:0;bottom:8px;background:var(--vscode-button-background);color:var(--vscode-button-foreground);border-radius:2px;border:none;cursor:pointer}[dir=ltr] .colorpicker-body .insert-button{right:8px}[dir=rtl] .colorpicker-body .insert-button{left:8px}.colorpicker-body .insert-button:hover{background:var(--vscode-button-hoverBackground)}.monaco-editor .inlineSuggestionsHints.withBorder{z-index:39;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border)}.monaco-editor .inlineSuggestionsHints a,.monaco-editor .inlineSuggestionsHints a:hover{color:var(--vscode-foreground)}.monaco-editor .inlineSuggestionsHints .keybinding{display:flex;opacity:.6}[dir=ltr] .monaco-editor .inlineSuggestionsHints .keybinding{margin-left:4px}[dir=rtl] .monaco-editor .inlineSuggestionsHints .keybinding{margin-right:4px}.monaco-editor .inlineSuggestionsHints .keybinding .monaco-keybinding-key{font-size:8px;padding:2px 3px}.monaco-editor .inlineSuggestionsHints .availableSuggestionCount a{display:flex;min-width:19px;justify-content:center}[dir=ltr] .monaco-editor .inlineSuggestionStatusBarItemLabel{margin-right:2px}[dir=rtl] .monaco-editor .inlineSuggestionStatusBarItemLabel{margin-left:2px}.monaco-editor .peekview-widget .head{box-sizing:border-box;display:flex;justify-content:space-between;flex-wrap:nowrap}.monaco-editor .peekview-widget .head .peekview-title{display:flex;align-items:baseline;font-size:13px;min-width:0;text-overflow:ellipsis;overflow:hidden}[dir=ltr] .monaco-editor .peekview-widget .head .peekview-title{margin-left:20px}[dir=rtl] .monaco-editor .peekview-widget .head .peekview-title{margin-right:20px}.monaco-editor .peekview-widget .head .peekview-title.clickable{cursor:pointer}.monaco-editor .peekview-widget .head .peekview-title .dirname:not(:empty){font-size:.9em}[dir=ltr] .monaco-editor .peekview-widget .head .peekview-title .dirname:not(:empty){margin-left:.5em}[dir=rtl] .monaco-editor .peekview-widget .head .peekview-title .dirname:not(:empty){margin-right:.5em}.monaco-editor .peekview-widget .head .peekview-title .meta{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.monaco-editor .peekview-widget .head .peekview-title .dirname,.monaco-editor .peekview-widget .head .peekview-title .filename{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.monaco-editor .peekview-widget .head .peekview-title .meta:not(:empty):before{content:"-";padding:0 .3em}.monaco-editor .peekview-widget .head .peekview-actions{flex:1}[dir=ltr] .monaco-editor .peekview-widget .head .peekview-actions{text-align:right;padding-right:2px}[dir=rtl] .monaco-editor .peekview-widget .head .peekview-actions{text-align:left;padding-left:2px}.monaco-editor .peekview-widget .head .peekview-actions>.monaco-action-bar{display:inline-block}.monaco-editor .peekview-widget .head .peekview-actions>.monaco-action-bar,.monaco-editor .peekview-widget .head .peekview-actions>.monaco-action-bar>.actions-container{height:100%}.monaco-editor .peekview-widget>.body{border-top:1px solid;position:relative}.monaco-editor .peekview-widget .head .peekview-title .codicon{align-self:center}[dir=ltr] .monaco-editor .peekview-widget .head .peekview-title .codicon{margin-right:4px}[dir=rtl] .monaco-editor .peekview-widget .head .peekview-title .codicon{margin-left:4px}.monaco-editor .peekview-widget .monaco-list .monaco-list-row.focused .codicon{color:inherit!important}.monaco-editor .zone-widget{position:absolute;z-index:10}.monaco-editor .zone-widget .zone-widget-container{border-top-style:solid;border-bottom-style:solid;border-top-width:0;border-bottom-width:0;position:relative}.monaco-editor .zone-widget .zone-widget-container.reference-zone-widget{border-top-width:1px;border-bottom-width:1px}.monaco-editor .reference-zone-widget .inline{display:inline-block;vertical-align:top}.monaco-editor .reference-zone-widget .messages{height:100%;width:100%;text-align:center;padding:3em 0}.monaco-editor .reference-zone-widget .ref-tree{line-height:23px;background-color:var(--vscode-peekViewResult-background);color:var(--vscode-peekViewResult-lineForeground)}.monaco-editor .reference-zone-widget .ref-tree .reference{text-overflow:ellipsis;overflow:hidden}.monaco-editor .reference-zone-widget .ref-tree .reference-file{display:inline-flex;width:100%;height:100%;color:var(--vscode-peekViewResult-fileForeground)}.monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .selected .reference-file{color:inherit!important}.monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .monaco-list-rows>.monaco-list-row.selected:not(.highlighted){background-color:var(--vscode-peekViewResult-selectionBackground);color:var(--vscode-peekViewResult-selectionForeground)!important}[dir=ltr] .monaco-editor .reference-zone-widget .ref-tree .reference-file .count{margin-right:12px;margin-left:auto}[dir=rtl] .monaco-editor .reference-zone-widget .ref-tree .reference-file .count{margin-left:12px;margin-right:auto}.monaco-editor .reference-zone-widget .ref-tree .referenceMatch .highlight{background-color:var(--vscode-peekViewResult-matchHighlightBackground)}.monaco-editor .reference-zone-widget .preview .reference-decoration{background-color:var(--vscode-peekViewEditor-matchHighlightBackground);border:2px solid var(--vscode-peekViewEditor-matchHighlightBorder);box-sizing:border-box}.monaco-editor .reference-zone-widget .preview .monaco-editor .monaco-editor-background,.monaco-editor .reference-zone-widget .preview .monaco-editor .inputarea.ime-input{background-color:var(--vscode-peekViewEditor-background)}.monaco-editor .reference-zone-widget .preview .monaco-editor .margin{background-color:var(--vscode-peekViewEditorGutter-background)}.monaco-editor.hc-black .reference-zone-widget .ref-tree .reference-file,.monaco-editor.hc-light .reference-zone-widget .ref-tree .reference-file{font-weight:700}.monaco-editor.hc-black .reference-zone-widget .ref-tree .referenceMatch .highlight,.monaco-editor.hc-light .reference-zone-widget .ref-tree .referenceMatch .highlight{border:1px dotted var(--vscode-contrastActiveBorder, transparent);box-sizing:border-box}.monaco-editor .hoverHighlight{background-color:var(--vscode-editor-hoverHighlightBackground)}.monaco-editor .monaco-hover-content{padding-bottom:2px;box-sizing:border-box}[dir=ltr] .monaco-editor .monaco-hover-content{padding-right:2px}[dir=rtl] .monaco-editor .monaco-hover-content{padding-left:2px}.monaco-editor .monaco-hover{color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border);border-radius:3px}.monaco-editor .monaco-hover a{color:var(--vscode-textLink-foreground)}.monaco-editor .monaco-hover a:hover{color:var(--vscode-textLink-activeForeground)}.monaco-editor .monaco-hover .hover-row{display:flex}.monaco-editor .monaco-hover .hover-row .hover-row-contents{min-width:0;display:flex;flex-direction:column}.monaco-editor .monaco-hover .hover-row .verbosity-actions{display:flex;flex-direction:column;padding-left:5px;padding-right:5px;justify-content:end}[dir=ltr] .monaco-editor .monaco-hover .hover-row .verbosity-actions{border-right:1px solid var(--vscode-editorHoverWidget-border)}[dir=rtl] .monaco-editor .monaco-hover .hover-row .verbosity-actions{border-left:1px solid var(--vscode-editorHoverWidget-border)}.monaco-editor .monaco-hover .hover-row .verbosity-actions .codicon{cursor:pointer;font-size:11px}.monaco-editor .monaco-hover .hover-row .verbosity-actions .codicon.enabled{color:var(--vscode-textLink-foreground)}.monaco-editor .monaco-hover .hover-row .verbosity-actions .codicon.disabled{opacity:.6}.monaco-editor .monaco-hover .hover-row .actions{background-color:var(--vscode-editorHoverWidget-statusBarBackground)}.monaco-editor .monaco-hover code{background-color:var(--vscode-textCodeBlock-background)}.monaco-editor.vs .dnd-target,.monaco-editor.hc-light .dnd-target{color:#fff}[dir=ltr] .monaco-editor.vs .dnd-target,[dir=ltr] .monaco-editor.hc-light .dnd-target{border-right:2px dotted black}[dir=rtl] .monaco-editor.vs .dnd-target,[dir=rtl] .monaco-editor.hc-light .dnd-target{border-left:2px dotted black}.monaco-editor.vs-dark .dnd-target{color:#51504f}[dir=ltr] .monaco-editor.vs-dark .dnd-target{border-right:2px dotted #AEAFAD}[dir=rtl] .monaco-editor.vs-dark .dnd-target{border-left:2px dotted #AEAFAD}.monaco-editor.hc-black .dnd-target{color:#000}[dir=ltr] .monaco-editor.hc-black .dnd-target{border-right:2px dotted #fff}[dir=rtl] .monaco-editor.hc-black .dnd-target{border-left:2px dotted #fff}.monaco-editor.mouse-default .view-lines,.monaco-editor.vs-dark.mac.mouse-default .view-lines,.monaco-editor.hc-black.mac.mouse-default .view-lines,.monaco-editor.hc-light.mac.mouse-default .view-lines{cursor:default}.monaco-editor.mouse-copy .view-lines,.monaco-editor.vs-dark.mac.mouse-copy .view-lines,.monaco-editor.hc-black.mac.mouse-copy .view-lines,.monaco-editor.hc-light.mac.mouse-copy .view-lines{cursor:copy}.monaco-editor .findOptionsWidget{background-color:var(--vscode-editorWidget-background);color:var(--vscode-editorWidget-foreground);box-shadow:0 0 8px 2px var(--vscode-widget-shadow);border:2px solid var(--vscode-contrastBorder)}.monaco-editor .find-widget{position:absolute;z-index:35;height:33px;overflow:hidden;line-height:19px;transition:transform .2s linear;padding:0 4px;box-sizing:border-box;transform:translateY(calc(-100% - 10px));box-shadow:0 0 8px 2px var(--vscode-widget-shadow);color:var(--vscode-editorWidget-foreground);border-left:1px solid var(--vscode-widget-border);border-right:1px solid var(--vscode-widget-border);border-bottom:1px solid var(--vscode-widget-border);border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:var(--vscode-editorWidget-background)}.monaco-workbench.reduce-motion .monaco-editor .find-widget{transition:transform 0ms linear}.monaco-editor .find-widget textarea{margin:0}.monaco-editor .find-widget.hiddenEditor{display:none}.monaco-editor .find-widget.replaceToggled>.replace-part{display:flex}.monaco-editor .find-widget.visible{transform:translateY(0)}.monaco-editor .find-widget .monaco-inputbox.synthetic-focus{outline:1px solid -webkit-focus-ring-color;outline-offset:-1px;outline-color:var(--vscode-focusBorder)}.monaco-editor .find-widget .monaco-inputbox .input{background-color:transparent;min-height:0}.monaco-editor .find-widget .monaco-findInput .input{font-size:13px}.monaco-editor .find-widget>.find-part,.monaco-editor .find-widget>.replace-part{font-size:12px;display:flex}[dir=ltr] .monaco-editor .find-widget>.find-part,[dir=ltr] .monaco-editor .find-widget>.replace-part{margin:3px 25px 0 17px}[dir=rtl] .monaco-editor .find-widget>.find-part,[dir=rtl] .monaco-editor .find-widget>.replace-part{margin:3px 17px 0 25px}.monaco-editor .find-widget>.find-part .monaco-inputbox,.monaco-editor .find-widget>.replace-part .monaco-inputbox{min-height:25px}[dir=ltr] .monaco-editor .find-widget>.replace-part .monaco-inputbox>.ibwrapper>.mirror{padding-right:22px}[dir=rtl] .monaco-editor .find-widget>.replace-part .monaco-inputbox>.ibwrapper>.mirror{padding-left:22px}.monaco-editor .find-widget>.find-part .monaco-inputbox>.ibwrapper>.input,.monaco-editor .find-widget>.find-part .monaco-inputbox>.ibwrapper>.mirror,.monaco-editor .find-widget>.replace-part .monaco-inputbox>.ibwrapper>.input,.monaco-editor .find-widget>.replace-part .monaco-inputbox>.ibwrapper>.mirror{padding-top:2px;padding-bottom:2px}.monaco-editor .find-widget>.find-part .find-actions{height:25px;display:flex;align-items:center}.monaco-editor .find-widget>.replace-part .replace-actions{height:25px;display:flex;align-items:center}.monaco-editor .find-widget .monaco-findInput{vertical-align:middle;display:flex;flex:1}.monaco-editor .find-widget .monaco-findInput .monaco-scrollable-element{width:100%}.monaco-editor .find-widget .monaco-findInput .monaco-scrollable-element .scrollbar.vertical{opacity:0}.monaco-editor .find-widget .matchesCount{display:flex;flex:initial;height:25px;vertical-align:middle;box-sizing:border-box;text-align:center;line-height:23px}[dir=ltr] .monaco-editor .find-widget .matchesCount{margin:0 0 0 3px;padding:2px 0 0 2px}[dir=rtl] .monaco-editor .find-widget .matchesCount{margin:0 3px 0 0;padding:2px 2px 0 0}.monaco-editor .find-widget .button{width:16px;height:16px;padding:3px;border-radius:5px;flex:initial;background-position:center center;background-repeat:no-repeat;cursor:pointer;display:flex;align-items:center;justify-content:center}[dir=ltr] .monaco-editor .find-widget .button{margin-left:3px}[dir=rtl] .monaco-editor .find-widget .button{margin-right:3px}.monaco-editor .find-widget .codicon-find-selection{width:22px;height:22px;padding:3px;border-radius:5px}[dir=ltr] .monaco-editor .find-widget .button.left{margin-left:0;margin-right:3px}[dir=rtl] .monaco-editor .find-widget .button.left{margin-right:0;margin-left:3px}.monaco-editor .find-widget .button.wide{width:auto;padding:1px 6px;top:-1px}.monaco-editor .find-widget .button.toggle{position:absolute;top:0;width:18px;height:100%;border-radius:0;box-sizing:border-box}[dir=ltr] .monaco-editor .find-widget .button.toggle{left:3px}[dir=rtl] .monaco-editor .find-widget .button.toggle{right:3px}.monaco-editor .find-widget .button.toggle.disabled{display:none}.monaco-editor .find-widget .disabled{color:var(--vscode-disabledForeground);cursor:default}.monaco-editor .find-widget>.replace-part{display:none}.monaco-editor .find-widget>.replace-part>.monaco-findInput{position:relative;display:flex;vertical-align:middle;flex:auto;flex-grow:0;flex-shrink:0}.monaco-editor .find-widget>.replace-part>.monaco-findInput>.controls{position:absolute;top:3px}[dir=ltr] .monaco-editor .find-widget>.replace-part>.monaco-findInput>.controls{right:2px}[dir=rtl] .monaco-editor .find-widget>.replace-part>.monaco-findInput>.controls{left:2px}.monaco-editor .find-widget.reduced-find-widget .matchesCount{display:none}.monaco-editor .find-widget.narrow-find-widget{max-width:257px!important}.monaco-editor .find-widget.collapsed-find-widget{max-width:170px!important}.monaco-editor .find-widget.collapsed-find-widget .button.previous,.monaco-editor .find-widget.collapsed-find-widget .button.next,.monaco-editor .find-widget.collapsed-find-widget .button.replace,.monaco-editor .find-widget.collapsed-find-widget .button.replace-all,.monaco-editor .find-widget.collapsed-find-widget>.find-part .monaco-findInput .controls{display:none}.monaco-editor .find-widget.no-results .matchesCount{color:var(--vscode-errorForeground)}.monaco-editor .findMatch{animation-duration:0;animation-name:inherit!important;background-color:var(--vscode-editor-findMatchHighlightBackground)}.monaco-editor .currentFindMatch{background-color:var(--vscode-editor-findMatchBackground);border:2px solid var(--vscode-editor-findMatchBorder);padding:1px;box-sizing:border-box}.monaco-editor .findScope{background-color:var(--vscode-editor-findRangeHighlightBackground)}.monaco-editor .find-widget .monaco-sash{background-color:var(--vscode-editorWidget-resizeBorder, var(--vscode-editorWidget-border))}[dir=ltr] .monaco-editor .find-widget .monaco-sash{left:0!important}[dir=rtl] .monaco-editor .find-widget .monaco-sash{right:0!important}.monaco-editor.hc-black .find-widget .button:before{position:relative;top:1px}[dir=ltr] .monaco-editor.hc-black .find-widget .button:before{left:2px}[dir=rtl] .monaco-editor.hc-black .find-widget .button:before{right:2px}.monaco-editor .find-widget .button:not(.disabled):hover,.monaco-editor .find-widget .codicon-find-selection:hover{background-color:var(--vscode-toolbar-hoverBackground)!important}.monaco-editor.findMatch{background-color:var(--vscode-editor-findMatchHighlightBackground)}.monaco-editor.currentFindMatch{background-color:var(--vscode-editor-findMatchBackground)}.monaco-editor.findScope{background-color:var(--vscode-editor-findRangeHighlightBackground)}.monaco-editor.findMatch{background-color:var(--vscode-editorWidget-background)}.monaco-editor .find-widget>.button.codicon-widget-close{position:absolute;top:5px}[dir=ltr] .monaco-editor .find-widget>.button.codicon-widget-close{right:4px}[dir=rtl] .monaco-editor .find-widget>.button.codicon-widget-close{left:4px}.monaco-editor .margin-view-overlays .codicon-folding-manual-collapsed,.monaco-editor .margin-view-overlays .codicon-folding-manual-expanded,.monaco-editor .margin-view-overlays .codicon-folding-expanded,.monaco-editor .margin-view-overlays .codicon-folding-collapsed{cursor:pointer;opacity:0;transition:opacity .5s;display:flex;align-items:center;justify-content:center;font-size:140%}[dir=ltr] .monaco-editor .margin-view-overlays .codicon-folding-manual-collapsed,[dir=ltr] .monaco-editor .margin-view-overlays .codicon-folding-manual-expanded,[dir=ltr] .monaco-editor .margin-view-overlays .codicon-folding-expanded,[dir=ltr] .monaco-editor .margin-view-overlays .codicon-folding-collapsed{margin-left:2px}[dir=rtl] .monaco-editor .margin-view-overlays .codicon-folding-manual-collapsed,[dir=rtl] .monaco-editor .margin-view-overlays .codicon-folding-manual-expanded,[dir=rtl] .monaco-editor .margin-view-overlays .codicon-folding-expanded,[dir=rtl] .monaco-editor .margin-view-overlays .codicon-folding-collapsed{margin-right:2px}.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-manual-collapsed,.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-manual-expanded,.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-expanded,.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-collapsed{transition:initial}.monaco-editor .margin-view-overlays:hover .codicon,.monaco-editor .margin-view-overlays .codicon.codicon-folding-collapsed,.monaco-editor .margin-view-overlays .codicon.codicon-folding-manual-collapsed,.monaco-editor .margin-view-overlays .codicon.alwaysShowFoldIcons{opacity:1}.monaco-editor .inline-folded:after{color:var(--vscode-editor-foldPlaceholderForeground);margin:.1em .2em 0;content:"⋯";display:inline;line-height:1em;cursor:pointer}.monaco-editor .folded-background{background-color:var(--vscode-editor-foldBackground)}.monaco-editor .cldr.codicon.codicon-folding-expanded,.monaco-editor .cldr.codicon.codicon-folding-collapsed,.monaco-editor .cldr.codicon.codicon-folding-manual-expanded,.monaco-editor .cldr.codicon.codicon-folding-manual-collapsed{color:var(--vscode-editorGutter-foldingControlForeground)!important}.monaco-editor .suggest-preview-additional-widget{white-space:nowrap}.monaco-editor .suggest-preview-additional-widget .content-spacer{color:transparent;white-space:pre}.monaco-editor .suggest-preview-additional-widget .button{display:inline-block;cursor:pointer;text-decoration:underline;text-underline-position:under}.monaco-editor .ghost-text-hidden{opacity:0;font-size:0}.monaco-editor .ghost-text-decoration,.monaco-editor .suggest-preview-text .ghost-text{font-style:italic}.monaco-editor .ghost-text-decoration,.monaco-editor .ghost-text-decoration-preview,.monaco-editor .suggest-preview-text .ghost-text{color:var(--vscode-editorGhostText-foreground)!important;background-color:var(--vscode-editorGhostText-background);border:1px solid var(--vscode-editorGhostText-border)}.monaco-editor .snippet-placeholder{min-width:2px;outline-style:solid;outline-width:1px;background-color:var(--vscode-editor-snippetTabstopHighlightBackground, transparent);outline-color:var(--vscode-editor-snippetTabstopHighlightBorder, transparent)}.monaco-editor .finish-snippet-placeholder{outline-style:solid;outline-width:1px;background-color:var(--vscode-editor-snippetFinalTabstopHighlightBackground, transparent);outline-color:var(--vscode-editor-snippetFinalTabstopHighlightBorder, transparent)}.monaco-editor .suggest-widget{width:430px;z-index:40;display:flex;flex-direction:column;border-radius:3px}.monaco-editor .suggest-widget.message{flex-direction:row;align-items:center}.monaco-editor .suggest-widget,.monaco-editor .suggest-details{flex:0 1 auto;width:100%;border-style:solid;border-width:1px;border-color:var(--vscode-editorSuggestWidget-border);background-color:var(--vscode-editorSuggestWidget-background)}.monaco-editor.hc-black .suggest-widget,.monaco-editor.hc-black .suggest-details,.monaco-editor.hc-light .suggest-widget,.monaco-editor.hc-light .suggest-details{border-width:2px}.monaco-editor .suggest-widget .suggest-status-bar{box-sizing:border-box;display:none;flex-flow:row nowrap;justify-content:space-between;width:100%;font-size:80%;padding:0 4px;border-top:1px solid var(--vscode-editorSuggestWidget-border);overflow:hidden}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar{display:flex}[dir=ltr] .monaco-editor .suggest-widget .suggest-status-bar .left{padding-right:8px}[dir=rtl] .monaco-editor .suggest-widget .suggest-status-bar .left{padding-left:8px}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-label{color:var(--vscode-editorSuggestWidgetStatus-foreground)}[dir=ltr] .monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-item:not(:last-of-type) .action-label{margin-right:0}[dir=rtl] .monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-item:not(:last-of-type) .action-label{margin-left:0}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-item:not(:last-of-type) .action-label:after{content:", "}[dir=ltr] .monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-item:not(:last-of-type) .action-label:after{margin-right:.3em}[dir=rtl] .monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-item:not(:last-of-type) .action-label:after{margin-left:.3em}.monaco-editor .suggest-widget.with-status-bar .monaco-list .monaco-list-row>.contents>.main>.right>.readMore,.monaco-editor .suggest-widget.with-status-bar .monaco-list .monaco-list-row.focused.string-label>.contents>.main>.right>.readMore{display:none}.monaco-editor .suggest-widget.with-status-bar:not(.docs-side) .monaco-list .monaco-list-row:hover>.contents>.main>.right.can-expand-details>.details-label{width:100%}[dir=ltr] .monaco-editor .suggest-widget>.message{padding-left:22px}[dir=rtl] .monaco-editor .suggest-widget>.message{padding-right:22px}.monaco-editor .suggest-widget>.tree{height:100%;width:100%}.monaco-editor .suggest-widget .monaco-list{-moz-user-select:none;user-select:none;-webkit-user-select:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row{display:flex;-mox-box-sizing:border-box;box-sizing:border-box;background-repeat:no-repeat;white-space:nowrap;cursor:pointer;touch-action:none}[dir=ltr] .monaco-editor .suggest-widget .monaco-list .monaco-list-row{padding-right:10px;background-position:2px 2px}[dir=rtl] .monaco-editor .suggest-widget .monaco-list .monaco-list-row{padding-left:10px;background-position:right 2px top 2px}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused{color:var(--vscode-editorSuggestWidget-selectedForeground)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused .codicon{color:var(--vscode-editorSuggestWidget-selectedIconForeground)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents{flex:1;height:100%;overflow:hidden}[dir=ltr] .monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents{padding-left:2px}[dir=rtl] .monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents{padding-right:2px}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main{display:flex;overflow:hidden;text-overflow:ellipsis;white-space:pre;justify-content:space-between}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left,.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right{display:flex}.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.focused)>.contents>.main .monaco-icon-label{color:var(--vscode-editorSuggestWidget-foreground)}.monaco-editor .suggest-widget:not(.frozen) .monaco-highlighted-label .highlight{font-weight:700}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main .monaco-highlighted-label .highlight{color:var(--vscode-editorSuggestWidget-highlightForeground)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused>.contents>.main .monaco-highlighted-label .highlight{color:var(--vscode-editorSuggestWidget-focusHighlightForeground)}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close,.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore:before{color:inherit;opacity:1;font-size:14px;cursor:pointer}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close{position:absolute;top:6px}[dir=ltr] .monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close{right:2px}[dir=rtl] .monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close{left:2px}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close:hover,.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore:hover{opacity:1}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label{opacity:.7}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.signature-label{overflow:hidden;text-overflow:ellipsis;opacity:.6}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.qualifier-label{opacity:.4;font-size:85%;line-height:initial;text-overflow:ellipsis;overflow:hidden;align-self:center}[dir=ltr] .monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.qualifier-label{margin-left:12px}[dir=rtl] .monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.qualifier-label{margin-right:12px}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label{font-size:85%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[dir=ltr] .monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label{margin-left:1.1em}[dir=rtl] .monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label{margin-right:1.1em}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label>.monaco-tokenized-source{display:inline}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label{display:none}.monaco-editor .suggest-widget:not(.shows-details) .monaco-list .monaco-list-row.focused>.contents>.main>.right>.details-label{display:inline}.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.string-label)>.contents>.main>.right>.details-label,.monaco-editor .suggest-widget.docs-side .monaco-list .monaco-list-row.focused:not(.string-label)>.contents>.main>.right>.details-label{display:inline}.monaco-editor .suggest-widget:not(.docs-side) .monaco-list .monaco-list-row.focused:hover>.contents>.main>.right.can-expand-details>.details-label{width:calc(100% - 26px)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left{flex-shrink:1;flex-grow:1;overflow:hidden}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.monaco-icon-label{flex-shrink:0}.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.string-label)>.contents>.main>.left>.monaco-icon-label{max-width:100%}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.string-label>.contents>.main>.left>.monaco-icon-label{flex-shrink:1}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right{overflow:hidden;flex-shrink:4;max-width:70%}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore{display:inline-block;position:absolute;width:18px;height:18px;visibility:hidden}[dir=ltr] .monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore{right:10px}[dir=rtl] .monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore{left:10px}.monaco-editor .suggest-widget.docs-side .monaco-list .monaco-list-row>.contents>.main>.right>.readMore{display:none!important}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.string-label>.contents>.main>.right>.readMore{display:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused.string-label>.contents>.main>.right>.readMore{display:inline-block}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused:hover>.contents>.main>.right>.readMore{visibility:visible}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label.deprecated{opacity:.66;text-decoration:unset}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label.deprecated>.monaco-icon-label-container>.monaco-icon-name-container{text-decoration:line-through}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label:before{height:100%}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon{display:block;height:16px;width:16px;background-repeat:no-repeat;background-size:80%;background-position:center}[dir=ltr] .monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon{margin-left:2px}[dir=rtl] .monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon{margin-right:2px}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon.hide{display:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon{display:flex;align-items:center}[dir=ltr] .monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon{margin-right:4px}[dir=rtl] .monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon{margin-left:4px}.monaco-editor .suggest-widget.no-icons .monaco-list .monaco-list-row .icon,.monaco-editor .suggest-widget.no-icons .monaco-list .monaco-list-row .suggest-icon:before{display:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon.customcolor .colorspan{border:.1em solid #000;width:.7em;height:.7em;display:inline-block}[dir=ltr] .monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon.customcolor .colorspan{margin:0 0 0 .3em}[dir=rtl] .monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon.customcolor .colorspan{margin:0 .3em 0 0}.monaco-editor .suggest-details-container{z-index:41}.monaco-editor .suggest-details{display:flex;flex-direction:column;cursor:default;color:var(--vscode-editorSuggestWidget-foreground)}.monaco-editor .suggest-details.focused{border-color:var(--vscode-focusBorder)}.monaco-editor .suggest-details a{color:var(--vscode-textLink-foreground)}.monaco-editor .suggest-details a:hover{color:var(--vscode-textLink-activeForeground)}.monaco-editor .suggest-details code{background-color:var(--vscode-textCodeBlock-background)}.monaco-editor .suggest-details.no-docs{display:none}.monaco-editor .suggest-details>.monaco-scrollable-element{flex:1}.monaco-editor .suggest-details>.monaco-scrollable-element>.body{box-sizing:border-box;height:100%;width:100%}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.type{flex:2;overflow:hidden;text-overflow:ellipsis;opacity:.7;white-space:pre}[dir=ltr] .monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.type{margin:0 24px 0 0;padding:4px 0 12px 5px}[dir=rtl] .monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.type{margin:0 0 0 24px;padding:4px 5px 12px 0}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.type.auto-wrap{white-space:normal;word-break:break-all}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs{margin:0;padding:4px 5px;white-space:pre-wrap}.monaco-editor .suggest-details.no-type>.monaco-scrollable-element>.body>.docs{overflow:hidden}[dir=ltr] .monaco-editor .suggest-details.no-type>.monaco-scrollable-element>.body>.docs{margin-right:24px}[dir=rtl] .monaco-editor .suggest-details.no-type>.monaco-scrollable-element>.body>.docs{margin-left:24px}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs{padding:0;white-space:initial;min-height:calc(1rem + 8px)}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div,.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>span:not(:empty){padding:4px 5px}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div>p:first-child{margin-top:0}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div>p:last-child{margin-bottom:0}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs .monaco-tokenized-source{white-space:pre}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs .code{white-space:pre-wrap;word-wrap:break-word}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs .codicon{vertical-align:sub}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>p:empty{display:none}.monaco-editor .suggest-details code{border-radius:3px;padding:0 .4em}[dir=ltr] .monaco-editor .suggest-details ul{padding-left:20px}[dir=rtl] .monaco-editor .suggest-details ul{padding-right:20px}[dir=ltr] .monaco-editor .suggest-details ol{padding-left:20px}[dir=rtl] .monaco-editor .suggest-details ol{padding-right:20px}.monaco-editor .suggest-details p code{font-family:var(--monaco-monospace-font)}.monaco-editor .goto-definition-link{text-decoration:underline;cursor:pointer;color:var(--vscode-editorLink-activeForeground)!important}.monaco-editor .peekview-widget .head .peekview-title .severity-icon{display:inline-block;vertical-align:text-top}[dir=ltr] .monaco-editor .peekview-widget .head .peekview-title .severity-icon{margin-right:4px}[dir=rtl] .monaco-editor .peekview-widget .head .peekview-title .severity-icon{margin-left:4px}.monaco-editor .marker-widget{text-overflow:ellipsis;white-space:nowrap}.monaco-editor .marker-widget>.stale{opacity:.6;font-style:italic}.monaco-editor .marker-widget .title{display:inline-block}[dir=ltr] .monaco-editor .marker-widget .title{padding-right:5px}[dir=rtl] .monaco-editor .marker-widget .title{padding-left:5px}.monaco-editor .marker-widget .descriptioncontainer{position:absolute;white-space:pre;-moz-user-select:text;user-select:text;-webkit-user-select:text}[dir=ltr] .monaco-editor .marker-widget .descriptioncontainer{padding:8px 12px 0 20px}[dir=rtl] .monaco-editor .marker-widget .descriptioncontainer{padding:8px 20px 0 12px}.monaco-editor .marker-widget .descriptioncontainer .message{display:flex;flex-direction:column}[dir=ltr] .monaco-editor .marker-widget .descriptioncontainer .message .details{padding-left:6px}[dir=rtl] .monaco-editor .marker-widget .descriptioncontainer .message .details{padding-right:6px}.monaco-editor .marker-widget .descriptioncontainer .message .source,.monaco-editor .marker-widget .descriptioncontainer .message span.code{opacity:.6}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link{opacity:.6;color:inherit}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link:before{content:"("}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link:after{content:")"}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link>span{text-decoration:underline;border-bottom:1px solid transparent;text-underline-position:under;color:var(--vscode-textLink-activeForeground)}.monaco-editor .marker-widget .descriptioncontainer .filename{cursor:pointer;color:var(--vscode-textLink-activeForeground)}.monaco-editor .zone-widget .codicon.codicon-error,.markers-panel .marker-icon.error,.markers-panel .marker-icon .codicon.codicon-error,.text-search-provider-messages .providerMessage .codicon.codicon-error,.extensions-viewlet>.extensions .codicon.codicon-error,.extension-editor .codicon.codicon-error,.preferences-editor .codicon.codicon-error{color:var(--vscode-problemsErrorIcon-foreground)}.monaco-editor .zone-widget .codicon.codicon-warning,.markers-panel .marker-icon.warning,.markers-panel .marker-icon .codicon.codicon-warning,.text-search-provider-messages .providerMessage .codicon.codicon-warning,.extensions-viewlet>.extensions .codicon.codicon-warning,.extension-editor .codicon.codicon-warning,.preferences-editor .codicon.codicon-warning{color:var(--vscode-problemsWarningIcon-foreground)}.monaco-editor .zone-widget .codicon.codicon-info,.markers-panel .marker-icon.info,.markers-panel .marker-icon .codicon.codicon-info,.text-search-provider-messages .providerMessage .codicon.codicon-info,.extensions-viewlet>.extensions .codicon.codicon-info,.extension-editor .codicon.codicon-info,.preferences-editor .codicon.codicon-info{color:var(--vscode-problemsInfoIcon-foreground)}.monaco-editor.vs .valueSetReplacement{outline:solid 2px var(--vscode-editorBracketMatch-border)}.monaco-editor .linked-editing-decoration{background-color:var(--vscode-editor-linkedEditingBackground);min-width:1px}.monaco-editor .detected-link,.monaco-editor .detected-link-active{text-decoration:underline;text-underline-position:under}.monaco-editor .detected-link-active{cursor:pointer;color:var(--vscode-editorLink-activeForeground)!important}.monaco-editor .focused .selectionHighlight{background-color:var(--vscode-editor-selectionHighlightBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-selectionHighlightBorder)}.monaco-editor.hc-black .focused .selectionHighlight,.monaco-editor.hc-light .focused .selectionHighlight{border-style:dotted}.monaco-editor .wordHighlight{background-color:var(--vscode-editor-wordHighlightBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-wordHighlightBorder)}.monaco-editor.hc-black .wordHighlight,.monaco-editor.hc-light .wordHighlight{border-style:dotted}.monaco-editor .wordHighlightStrong{background-color:var(--vscode-editor-wordHighlightStrongBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-wordHighlightStrongBorder)}.monaco-editor.hc-black .wordHighlightStrong,.monaco-editor.hc-light .wordHighlightStrong{border-style:dotted}.monaco-editor .wordHighlightText{background-color:var(--vscode-editor-wordHighlightTextBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-wordHighlightTextBorder)}.monaco-editor.hc-black .wordHighlightText,.monaco-editor.hc-light .wordHighlightText{border-style:dotted}.monaco-editor .inline-edit-remove{background-color:var(--vscode-editorGhostText-background);font-style:italic}.monaco-editor .inline-edit-hidden{opacity:0;font-size:0}.monaco-editor .inline-edit-decoration,.monaco-editor .suggest-preview-text .inline-edit{font-style:italic}.monaco-editor .inline-completion-text-to-replace{text-decoration:underline;text-underline-position:under}.monaco-editor .inline-edit-decoration,.monaco-editor .inline-edit-decoration-preview,.monaco-editor .suggest-preview-text .inline-edit{color:var(--vscode-editorGhostText-foreground)!important;background-color:var(--vscode-editorGhostText-background);border:1px solid var(--vscode-editorGhostText-border)}.monaco-editor .inlineEditHints.withBorder{z-index:39;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border)}.monaco-editor .inlineEditHints a,.monaco-editor .inlineEditHints a:hover{color:var(--vscode-foreground)}.monaco-editor .inlineEditHints .keybinding{display:flex;opacity:.6}[dir=ltr] .monaco-editor .inlineEditHints .keybinding{margin-left:4px}[dir=rtl] .monaco-editor .inlineEditHints .keybinding{margin-right:4px}.monaco-editor .inlineEditHints .keybinding .monaco-keybinding-key{font-size:8px;padding:2px 3px}[dir=ltr] .monaco-editor .inlineEditStatusBarItemLabel{margin-right:2px}[dir=rtl] .monaco-editor .inlineEditStatusBarItemLabel{margin-left:2px}.monaco-editor .inlineEditSideBySide{z-index:39;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border);white-space:pre}.monaco-editor div.inline-edits-widget{--widget-color: var(--vscode-notifications-background)}.monaco-editor div.inline-edits-widget .promptEditor .monaco-editor{--vscode-editor-placeholder-foreground: var(--vscode-editorGhostText-foreground)}.monaco-editor div.inline-edits-widget .toolbar,.monaco-editor div.inline-edits-widget .promptEditor{opacity:0;transition:opacity .2s ease-in-out}:is(.monaco-editor div.inline-edits-widget:hover,.monaco-editor div.inline-edits-widget.focused) .toolbar,:is(.monaco-editor div.inline-edits-widget:hover,.monaco-editor div.inline-edits-widget.focused) .promptEditor{opacity:1}.monaco-editor div.inline-edits-widget .preview .monaco-editor{--vscode-editor-background: var(--widget-color)}.monaco-editor div.inline-edits-widget .preview .monaco-editor .mtk1{color:var(--vscode-editorGhostText-foreground)}.monaco-editor div.inline-edits-widget .preview .monaco-editor .view-overlays .current-line-exact,.monaco-editor div.inline-edits-widget .preview .monaco-editor .current-line-margin{border:none}.monaco-editor div.inline-edits-widget svg .gradient-start{stop-color:var(--vscode-editor-background)}.monaco-editor div.inline-edits-widget svg .gradient-stop{stop-color:var(--widget-color)}.monaco-editor .parameter-hints-widget{z-index:39;display:flex;flex-direction:column;line-height:1.5em;cursor:default;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border)}.hc-black .monaco-editor .parameter-hints-widget,.hc-light .monaco-editor .parameter-hints-widget{border-width:2px}.monaco-editor .parameter-hints-widget>.phwrapper{max-width:440px;display:flex;flex-direction:row}.monaco-editor .parameter-hints-widget.multiple{min-height:3.3em;padding:0}.monaco-editor .parameter-hints-widget.multiple .body:before{content:"";display:block;height:100%;position:absolute;opacity:.5}[dir=ltr] .monaco-editor .parameter-hints-widget.multiple .body:before{border-left:1px solid var(--vscode-editorHoverWidget-border)}[dir=rtl] .monaco-editor .parameter-hints-widget.multiple .body:before{border-right:1px solid var(--vscode-editorHoverWidget-border)}.monaco-editor .parameter-hints-widget p,.monaco-editor .parameter-hints-widget ul{margin:8px 0}.monaco-editor .parameter-hints-widget .monaco-scrollable-element,.monaco-editor .parameter-hints-widget .body{display:flex;flex:1;flex-direction:column;min-height:100%}.monaco-editor .parameter-hints-widget .signature{padding:4px 5px;position:relative}.monaco-editor .parameter-hints-widget .signature.has-docs:after{content:"";display:block;position:absolute;width:100%;padding-top:4px;opacity:.5;border-bottom:1px solid var(--vscode-editorHoverWidget-border)}[dir=ltr] .monaco-editor .parameter-hints-widget .signature.has-docs:after{left:0}[dir=rtl] .monaco-editor .parameter-hints-widget .signature.has-docs:after{right:0}.monaco-editor .parameter-hints-widget .code{font-family:var(--vscode-parameterHintsWidget-editorFontFamily),var(--vscode-parameterHintsWidget-editorFontFamilyDefault)}.monaco-editor .parameter-hints-widget .docs{white-space:pre-wrap}[dir=ltr] .monaco-editor .parameter-hints-widget .docs{padding:0 10px 0 5px}[dir=rtl] .monaco-editor .parameter-hints-widget .docs{padding:0 5px 0 10px}.monaco-editor .parameter-hints-widget .docs.empty{display:none}.monaco-editor .parameter-hints-widget .docs a{color:var(--vscode-textLink-foreground)}.monaco-editor .parameter-hints-widget .docs a:hover{color:var(--vscode-textLink-activeForeground);cursor:pointer}.monaco-editor .parameter-hints-widget .docs .markdown-docs{white-space:initial}.monaco-editor .parameter-hints-widget .docs code{font-family:var(--monaco-monospace-font);border-radius:3px;padding:0 .4em;background-color:var(--vscode-textCodeBlock-background)}.monaco-editor .parameter-hints-widget .docs .monaco-tokenized-source,.monaco-editor .parameter-hints-widget .docs .code{white-space:pre-wrap}.monaco-editor .parameter-hints-widget .controls{display:none;flex-direction:column;align-items:center;min-width:22px;justify-content:flex-end}.monaco-editor .parameter-hints-widget.multiple .controls{display:flex;padding:0 2px}.monaco-editor .parameter-hints-widget.multiple .button{width:16px;height:16px;background-repeat:no-repeat;cursor:pointer}.monaco-editor .parameter-hints-widget .button.previous{bottom:24px}.monaco-editor .parameter-hints-widget .overloads{text-align:center;height:12px;line-height:12px;font-family:var(--monaco-monospace-font)}.monaco-editor .parameter-hints-widget .signature .parameter.active{color:var(--vscode-editorHoverWidget-highlightForeground);font-weight:700}.monaco-editor .parameter-hints-widget .documentation-parameter>.parameter{font-weight:700}[dir=ltr] .monaco-editor .parameter-hints-widget .documentation-parameter>.parameter{margin-right:.5em}[dir=rtl] .monaco-editor .parameter-hints-widget .documentation-parameter>.parameter{margin-left:.5em}.monaco-editor{--vscode-editor-placeholder-foreground: var(--vscode-editorGhostText-foreground)}.monaco-editor .editorPlaceholder{top:0;position:absolute;overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap;pointer-events:none;color:var(--vscode-editor-placeholder-foreground)}.monaco-editor .rename-box{z-index:100;color:inherit;border-radius:4px}.monaco-editor .rename-box.preview{padding:4px 4px 0}.monaco-editor .rename-box .rename-input-with-button{padding:3px;border-radius:2px;width:calc(100% - 8px)}.monaco-editor .rename-box .rename-input{width:calc(100% - 8px);padding:0}.monaco-editor .rename-box .rename-input:focus{outline:none}.monaco-editor .rename-box .rename-suggestions-button{display:flex;align-items:center;padding:3px;background-color:transparent;border:none;border-radius:5px;cursor:pointer}.monaco-editor .rename-box .rename-suggestions-button:hover{background-color:var(--vscode-toolbar-hoverBackground)}.monaco-editor .rename-box .rename-candidate-list-container .monaco-list-row{border-radius:2px}.monaco-editor .rename-box .rename-label{display:none;opacity:.8}.monaco-editor .rename-box.preview .rename-label{display:inherit}.monaco-editor .sticky-widget{overflow:hidden}.monaco-editor .sticky-widget-line-numbers{background-color:inherit}[dir=ltr] .monaco-editor .sticky-widget-line-numbers{float:left}[dir=rtl] .monaco-editor .sticky-widget-line-numbers{float:right}.monaco-editor .sticky-widget-lines-scrollable{display:inline-block;position:absolute;overflow:hidden;width:var(--vscode-editorStickyScroll-scrollableWidth);background-color:inherit}.monaco-editor .sticky-widget-lines{position:absolute;background-color:inherit}.monaco-editor .sticky-line-number,.monaco-editor .sticky-line-content{color:var(--vscode-editorLineNumber-foreground);white-space:nowrap;display:inline-block;position:absolute;background-color:inherit}.monaco-editor .sticky-line-number .codicon-folding-expanded,.monaco-editor .sticky-line-number .codicon-folding-collapsed{transition:var(--vscode-editorStickyScroll-foldingOpacityTransition)}[dir=ltr] .monaco-editor .sticky-line-number .codicon-folding-expanded,[dir=ltr] .monaco-editor .sticky-line-number .codicon-folding-collapsed{float:right}[dir=rtl] .monaco-editor .sticky-line-number .codicon-folding-expanded,[dir=rtl] .monaco-editor .sticky-line-number .codicon-folding-collapsed{float:left}.monaco-editor .sticky-line-content{width:var(--vscode-editorStickyScroll-scrollableWidth);background-color:inherit;white-space:nowrap}.monaco-editor .sticky-line-number-inner{display:inline-block}[dir=ltr] .monaco-editor .sticky-line-number-inner{text-align:right}[dir=rtl] .monaco-editor .sticky-line-number-inner{text-align:left}.monaco-editor .sticky-widget{border-bottom:1px solid var(--vscode-editorStickyScroll-border)}.monaco-editor .sticky-line-content:hover{background-color:var(--vscode-editorStickyScrollHover-background);cursor:pointer}.monaco-editor .sticky-widget{width:100%;box-shadow:var(--vscode-editorStickyScroll-shadow) 0 4px 2px -2px;z-index:4;background-color:var(--vscode-editorStickyScroll-background)}[dir=ltr] .monaco-editor .sticky-widget{right:initial!important}[dir=rtl] .monaco-editor .sticky-widget{left:initial!important}.monaco-editor .sticky-widget.peek{background-color:var(--vscode-peekViewEditorStickyScroll-background)}.monaco-editor .unicode-highlight{border:1px solid var(--vscode-editorUnicodeHighlight-border);background-color:var(--vscode-editorUnicodeHighlight-background);box-sizing:border-box}.editor-banner{box-sizing:border-box;cursor:default;width:100%;font-size:12px;display:flex;overflow:visible;height:26px;background:var(--vscode-banner-background)}.editor-banner .icon-container{display:flex;flex-shrink:0;align-items:center}[dir=ltr] .editor-banner .icon-container{padding:0 6px 0 10px}[dir=rtl] .editor-banner .icon-container{padding:0 10px 0 6px}.editor-banner .icon-container.custom-icon{background-repeat:no-repeat;background-position:center center;background-size:16px;width:16px;padding:0}[dir=ltr] .editor-banner .icon-container.custom-icon{margin:0 6px 0 10px}[dir=rtl] .editor-banner .icon-container.custom-icon{margin:0 10px 0 6px}.editor-banner .message-container{display:flex;align-items:center;line-height:26px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.editor-banner .message-container p{margin-block-start:0;margin-block-end:0}.editor-banner .message-actions-container{flex-grow:1;flex-shrink:0;line-height:26px;margin:0 4px}.editor-banner .message-actions-container a.monaco-button{width:inherit;margin:2px 8px;padding:0 12px}.editor-banner .message-actions-container a{padding:3px;text-decoration:underline}[dir=ltr] .editor-banner .message-actions-container a{margin-left:12px}[dir=rtl] .editor-banner .message-actions-container a{margin-right:12px}[dir=ltr] .editor-banner .action-container{padding:0 10px 0 6px}[dir=rtl] .editor-banner .action-container{padding:0 6px 0 10px}.editor-banner{background-color:var(--vscode-banner-background)}.editor-banner,.editor-banner .action-container .codicon,.editor-banner .message-actions-container .monaco-link{color:var(--vscode-banner-foreground)}.editor-banner .icon-container .codicon{color:var(--vscode-banner-iconForeground)}.monaco-link{color:var(--vscode-textLink-foreground)}.monaco-link:hover{color:var(--vscode-textLink-activeForeground)}.monaco-editor .iPadShowKeyboard{width:58px;min-width:0;height:36px;min-height:0;margin:0;padding:0;position:absolute;resize:none;overflow:hidden;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCA1MyAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDguMDM2NCA0LjAxMDQySDQuMDA3NzlMNC4wMDc3OSAzMi4wMjg2SDQ4LjAzNjRWNC4wMTA0MlpNNC4wMDc3OSAwLjAwNzgxMjVDMS43OTcyMSAwLjAwNzgxMjUgMC4wMDUxODc5OSAxLjc5OTg0IDAuMDA1MTg3OTkgNC4wMTA0MlYzMi4wMjg2QzAuMDA1MTg3OTkgMzQuMjM5MiAxLjc5NzIxIDM2LjAzMTIgNC4wMDc3OSAzNi4wMzEySDQ4LjAzNjRDNTAuMjQ3IDM2LjAzMTIgNTIuMDM5IDM0LjIzOTIgNTIuMDM5IDMyLjAyODZWNC4wMTA0MkM1Mi4wMzkgMS43OTk4NCA1MC4yNDcgMC4wMDc4MTI1IDQ4LjAzNjQgMC4wMDc4MTI1SDQuMDA3NzlaTTguMDEwNDIgOC4wMTMwMkgxMi4wMTNWMTIuMDE1Nkg4LjAxMDQyVjguMDEzMDJaTTIwLjAxODIgOC4wMTMwMkgxNi4wMTU2VjEyLjAxNTZIMjAuMDE4MlY4LjAxMzAyWk0yNC4wMjA4IDguMDEzMDJIMjguMDIzNFYxMi4wMTU2SDI0LjAyMDhWOC4wMTMwMlpNMzYuMDI4NiA4LjAxMzAySDMyLjAyNlYxMi4wMTU2SDM2LjAyODZWOC4wMTMwMlpNNDAuMDMxMiA4LjAxMzAySDQ0LjAzMzlWMTIuMDE1Nkg0MC4wMzEyVjguMDEzMDJaTTE2LjAxNTYgMTYuMDE4Mkg4LjAxMDQyVjIwLjAyMDhIMTYuMDE1NlYxNi4wMTgyWk0yMC4wMTgyIDE2LjAxODJIMjQuMDIwOFYyMC4wMjA4SDIwLjAxODJWMTYuMDE4MlpNMzIuMDI2IDE2LjAxODJIMjguMDIzNFYyMC4wMjA4SDMyLjAyNlYxNi4wMTgyWk00NC4wMzM5IDE2LjAxODJWMjAuMDIwOEgzNi4wMjg2VjE2LjAxODJINDQuMDMzOVpNMTIuMDEzIDI0LjAyMzRIOC4wMTA0MlYyOC4wMjZIMTIuMDEzVjI0LjAyMzRaTTE2LjAxNTYgMjQuMDIzNEgzNi4wMjg2VjI4LjAyNkgxNi4wMTU2VjI0LjAyMzRaTTQ0LjAzMzkgMjQuMDIzNEg0MC4wMzEyVjI4LjAyNkg0NC4wMzM5VjI0LjAyMzRaIiBmaWxsPSIjNDI0MjQyIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDAiPgo8cmVjdCB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) center center no-repeat;border:4px solid #F6F6F6;border-radius:4px}.monaco-editor.vs-dark .iPadShowKeyboard{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCA1MyAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDguMDM2NCA0LjAxMDQySDQuMDA3NzlMNC4wMDc3OSAzMi4wMjg2SDQ4LjAzNjRWNC4wMTA0MlpNNC4wMDc3OSAwLjAwNzgxMjVDMS43OTcyMSAwLjAwNzgxMjUgMC4wMDUxODc5OSAxLjc5OTg0IDAuMDA1MTg3OTkgNC4wMTA0MlYzMi4wMjg2QzAuMDA1MTg3OTkgMzQuMjM5MiAxLjc5NzIxIDM2LjAzMTIgNC4wMDc3OSAzNi4wMzEySDQ4LjAzNjRDNTAuMjQ3IDM2LjAzMTIgNTIuMDM5IDM0LjIzOTIgNTIuMDM5IDMyLjAyODZWNC4wMTA0MkM1Mi4wMzkgMS43OTk4NCA1MC4yNDcgMC4wMDc4MTI1IDQ4LjAzNjQgMC4wMDc4MTI1SDQuMDA3NzlaTTguMDEwNDIgOC4wMTMwMkgxMi4wMTNWMTIuMDE1Nkg4LjAxMDQyVjguMDEzMDJaTTIwLjAxODIgOC4wMTMwMkgxNi4wMTU2VjEyLjAxNTZIMjAuMDE4MlY4LjAxMzAyWk0yNC4wMjA4IDguMDEzMDJIMjguMDIzNFYxMi4wMTU2SDI0LjAyMDhWOC4wMTMwMlpNMzYuMDI4NiA4LjAxMzAySDMyLjAyNlYxMi4wMTU2SDM2LjAyODZWOC4wMTMwMlpNNDAuMDMxMiA4LjAxMzAySDQ0LjAzMzlWMTIuMDE1Nkg0MC4wMzEyVjguMDEzMDJaTTE2LjAxNTYgMTYuMDE4Mkg4LjAxMDQyVjIwLjAyMDhIMTYuMDE1NlYxNi4wMTgyWk0yMC4wMTgyIDE2LjAxODJIMjQuMDIwOFYyMC4wMjA4SDIwLjAxODJWMTYuMDE4MlpNMzIuMDI2IDE2LjAxODJIMjguMDIzNFYyMC4wMjA4SDMyLjAyNlYxNi4wMTgyWk00NC4wMzM5IDE2LjAxODJWMjAuMDIwOEgzNi4wMjg2VjE2LjAxODJINDQuMDMzOVpNMTIuMDEzIDI0LjAyMzRIOC4wMTA0MlYyOC4wMjZIMTIuMDEzVjI0LjAyMzRaTTE2LjAxNTYgMjQuMDIzNEgzNi4wMjg2VjI4LjAyNkgxNi4wMTU2VjI0LjAyMzRaTTQ0LjAzMzkgMjQuMDIzNEg0MC4wMzEyVjI4LjAyNkg0NC4wMzM5VjI0LjAyMzRaIiBmaWxsPSIjQzVDNUM1Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDAiPgo8cmVjdCB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) center center no-repeat;border:4px solid #252526}.monaco-editor .tokens-inspect-widget{z-index:50;-moz-user-select:text;user-select:text;-webkit-user-select:text;padding:10px;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border)}.monaco-editor.hc-black .tokens-inspect-widget,.monaco-editor.hc-light .tokens-inspect-widget{border-width:2px}.monaco-editor .tokens-inspect-widget .tokens-inspect-separator{height:1px;border:0;background-color:var(--vscode-editorHoverWidget-border)}.monaco-editor .tokens-inspect-widget .tm-token{font-family:var(--monaco-monospace-font)}.monaco-editor .tokens-inspect-widget .tm-token-length{font-weight:400;font-size:60%}[dir=ltr] .monaco-editor .tokens-inspect-widget .tm-token-length{float:right}[dir=rtl] .monaco-editor .tokens-inspect-widget .tm-token-length{float:left}.monaco-editor .tokens-inspect-widget .tm-metadata-table{width:100%}.monaco-editor .tokens-inspect-widget .tm-metadata-value{font-family:var(--monaco-monospace-font)}[dir=ltr] .monaco-editor .tokens-inspect-widget .tm-metadata-value{text-align:right}[dir=rtl] .monaco-editor .tokens-inspect-widget .tm-metadata-value{text-align:left}.monaco-editor .tokens-inspect-widget .tm-token-type{font-family:var(--monaco-monospace-font)}.monaco-editor-fit{height:100%;width:100%}.configure-emoji-card{margin:1rem;max-width:calc(100vw - 4rem);width:48rem}.configure-emoji-emoji-grid{display:grid;gap:0;grid-template-columns:repeat(10,1fr);grid-template-rows:repeat(10,1fr);max-height:32rem;overflow-y:auto;padding:var(--space-12)}.configure-emoji-emoji-grid-item{height:var(--space-16);width:var(--space-16)}.resizable-divider-handle{flex-shrink:0;z-index:1}.resizable-divider-handle.resizable-divider-horizontal{cursor:ns-resize;margin:-.7rem 0;padding:.7rem 0}.resizable-divider-handle.resizable-divider-vertical{cursor:ew-resize;margin:0 -.7rem;padding:0 .7rem}.resizable-divider-line{background-clip:content-box;background-color:var(--color-border-default);border:.1rem solid transparent;transition:background-color .2s,border-color .2s}.resizable-divider-horizontal>.resizable-divider-line{border-left:none;border-right:none;height:.4rem;margin:-.1rem 0}.resizable-divider-vertical>.resizable-divider-line{border-bottom:none;border-top:none;height:100%;margin:0 -.1rem;width:.4rem}:hover>.resizable-divider-line,.resizable-divider-dragging>.resizable-divider-line{background-color:var(--color-border-bold);border-color:var(--color-border-bold)}.share-menu-share-link-component{padding:var(--space-24) var(--space-24) var(--space-12) var(--space-24)}.share-menu-share-link-icon{font-size:2.4rem;color:var(--color-icon-default)}.share-menu-tab-selector-component{align-items:center;display:flex;justify-content:space-between}.share-menu-tab-selector-tab{font-weight:600}.loader-three-bounce-component{text-align:center}.loader-three-bounce-circle .loader-three-bounce-dot{border-radius:var(--radius-circular)}.loader-three-bounce-dot{background-color:var(--color-gray-500);border-radius:var(--radius-2);display:inline-block}@media (prefers-reduced-motion: no-preference){.loader-three-bounce-dot{animation:loader-three-bounce-animate 1.4s ease-in-out 0s infinite both}}.loader-three-bounce-bounce1{animation-delay:-.32s}.loader-three-bounce-bounce2{animation-delay:-.16s}@keyframes loader-three-bounce-animate{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.download-button-button{color:var(--color-neutrals-white)!important}.share-menu-tab-gif-component{align-items:center;display:flex;flex-direction:column;justify-content:space-evenly}.share-menu-tab-gif-gif,.share-menu-tab-gif-square{align-items:center;background-color:var(--subtleButtonBackground);border-radius:var(--radius-5);display:flex;height:auto;justify-content:center;margin-bottom:var(--space-12);max-width:100%;width:32rem}.share-menu-tab-gif-square:after{content:"";display:block;padding-bottom:100%}.share-menu-tab-gif-link{color:var(--color-text-default);font-size:1.5rem;line-height:1.33;margin-bottom:var(--space-24);text-align:center}.share-menu-tab-gif-link a{color:var(--color-text-link);text-decoration:underline}.share-menu-tab-gif-link a:hover{color:var(--color-text-link-hovered)}.user-popover-more-actions-component{background-color:var(--color-bg-opaque);border-radius:var(--radius-5);box-shadow:0 .2rem .5rem #00000080;min-width:20rem;outline:.1rem solid var(--color-border-default);overflow:hidden;padding:var(--space-4) 0;position:absolute;top:100%}[dir=ltr] .user-popover-more-actions-component{left:0}[dir=rtl] .user-popover-more-actions-component{right:0}.user-popover-more-actions-opens-up{bottom:100%;top:auto}.user-popover-admin-actions-component{align-items:center;border-top:.1rem solid var(--color-border-draw);display:flex;justify-content:center}.user-popover-admin-actions-button{background-color:transparent;border:none;margin:0;padding:0;align-items:center;display:flex;height:4rem;justify-content:center;margin:0 var(--space-4);width:4rem}.user-popover-admin-actions-button:hover .user-popover-admin-actions-icon{color:var(--color-red-200)}.user-popover-admin-actions-icon{color:var(--color-red-300);font-size:2.4rem}.user-popover-blocked-component{align-items:center;display:flex;justify-content:space-between;min-height:4rem}.user-popover-blocked-info{align-items:center;display:flex;gap:var(--space-8)}.user-popover-blocked-icon{color:var(--color-text-subtle);font-size:2.4rem}.user-popover-blocked-message{color:var(--color-text-default);font-size:1.3rem;font-weight:600}.user-rating-component{align-items:center;display:flex;gap:var(--space-4)}.cc-modal-close-component{position:absolute;top:0;z-index:10}[dir=ltr] .cc-modal-close-component{right:0}[dir=rtl] .cc-modal-close-component{left:0}.cc-confirmation-modal-modal{border-radius:var(--radius-10);display:flex;flex-direction:column;gap:var(--space-24);padding:var(--space-32) var(--space-32) var(--space-24)}.cc-confirmation-modal-headings{display:flex;flex-direction:column;gap:var(--space-8);text-align:center}.cc-confirmation-modal-title{color:var(--color-text-boldest)}.cc-confirmation-modal-description{color:var(--color-text-subtle)}.cc-confirmation-modal-buttons{display:grid;gap:var(--space-8);grid-template-columns:1fr 1fr}.form-error-component{color:var(--color-text-danger);font-size:1.2rem;font-weight:600}.authentication-social-signin-component{margin-bottom:2rem}.authentication-social-signin-options{align-items:center;display:flex;flex-direction:column;gap:var(--space-8);justify-content:space-between}.authentication-social-signin-separator{align-items:center;display:flex;flex-direction:row;height:4rem;justify-content:center;margin:-1.5rem 0 2rem}.authentication-social-signin-separator>*:first-child,.authentication-social-signin-separator>*:last-child{background-color:var(--color-border-default);flex-grow:1;height:.1rem}.authentication-social-signin-paragraph{color:var(--color-text-subtle);font-size:1.4rem;margin-top:-.1rem;padding:0 2.5rem}.navigation-component{align-items:center;display:flex;grid-gap:2rem;justify-content:space-between;margin:var(--space-12)}.navigation-extra{color:var(--color-text-default)}.navigation-buttons{display:flex;grid-gap:.3rem}.navigation-button{justify-content:center;padding:0;width:2.5rem}.navigation-button>*{font-size:1.2rem}.add-games-button-button{margin:0 1.2rem 1.2rem}.add-games-footer-pagination{margin:var(--space-12)}.add-games-footer-footer{display:flex;flex:0;flex-direction:column}.explorer-move-list-moves{color:var(--color-text-default);display:flex;flex-wrap:wrap;font-weight:700;padding:.5rem 1.2rem}.explorer-move-list-move{cursor:pointer}[dir=ltr] .explorer-move-list-move{margin-right:.35rem}[dir=rtl] .explorer-move-list-move{margin-left:.35rem}.caret-icon-component{font-size:1.6rem;color:var(--color-icon-bolder);display:inline-block;height:auto}[dir=ltr] .caret-icon-component{margin-left:.6rem}[dir=rtl] .caret-icon-component{margin-right:.6rem}.caret-icon-component.caret-icon-small{font-size:1.2rem}.datepicker-footer-component{display:flex;gap:1rem}.datepicker-footer-component>button{flex:1}.datepicker-header-component{display:flex;justify-content:space-between}.datepicker-header-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;font-weight:600}.days-component{display:grid;gap:.8rem .3rem;grid-template-columns:repeat(7,minmax(0,1fr));text-align:center}.days-label{color:var(--color-text-default);font-size:1rem}.days-disabled{color:var(--color-text-placeholder)!important;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.days-overflow{color:var(--color-text-placeholder)!important}.months-component{display:grid;gap:.8rem .3rem;grid-template-columns:repeat(3,minmax(0,1fr));text-align:center}.years-component{display:grid;gap:.8rem .3rem;grid-template-columns:repeat(5,minmax(0,1fr));text-align:center}.datepicker-popover{background:var(--color-bg-opaque);border-radius:var(--radius-5);box-shadow:0 .2rem .5rem #00000080;color:var(--color-text-boldest);margin:1rem 0;padding:1.5rem}.datepicker-component{display:flex;justify-content:flex-end;position:fixed;z-index:19000}.datepicker-component .btn{align-items:center;border-radius:var(--radius-5);color:var(--color-text-default);cursor:pointer;display:flex;height:3rem;justify-content:center;padding:.2rem 1rem;text-align:center}.datepicker-component .btn:empty{pointer-events:none}.datepicker-component .btn:not(.selected):hover{background:var(--subtleButtonBackground);color:var(--color-text-default-hovered)}.datepicker-component .selected{background-color:var(--color-green-300);color:var(--color-neutrals-white)}.datepicker-content{display:grid;gap:1.5rem;position:absolute;width:29.5rem}dialog.datepicker-dialog{background:transparent;border:none}dialog.datepicker-dialog::backdrop{background:transparent}.archive-filter-component{display:grid;gap:.8rem;grid-template-columns:1fr 1fr;position:relative}.archive-filter-one-column{grid-template-columns:1fr}.archive-filter-rating{display:flex}[dir=ltr] .archive-filter-rating>:first-child{margin-right:.8rem}[dir=rtl] .archive-filter-rating>:first-child{margin-left:.8rem}.toggle-filter-link-component{align-self:center;color:var(--color-text-link);cursor:pointer;font-size:1.2rem;justify-self:start}[dir=ltr] .toggle-filter-link-component{padding-left:.4rem}[dir=rtl] .toggle-filter-link-component{padding-right:.4rem}.username-search-autocomplete-field{align-items:center;border-bottom:.1rem solid var(--color-border-default);display:flex;padding:.5rem;width:100%}[dir=ltr] .username-search-autocomplete-invite-option{padding-left:.8rem}[dir=rtl] .username-search-autocomplete-invite-option{padding-right:.8rem}.username-search-autocomplete-avatar{background-color:var(--color-bg-subtler);flex-shrink:0;height:3rem;overflow:hidden;width:3rem}[dir=ltr] .username-search-autocomplete-username{margin-left:.6rem;margin-right:.8rem}[dir=rtl] .username-search-autocomplete-username{margin-right:.6rem;margin-left:.8rem}.username-search-input-input{flex:1}.username-search-input-input .form-autocomplete-dropdown{max-height:15rem}.archive-search-form-component{padding:1.2rem}.archive-search-form-username{margin-bottom:.8rem}.archive-search-form-username,.archive-search-form-username input{height:4rem}.archive-search-form-buttons{display:grid;gap:.8rem;grid-template-columns:2fr 1fr 1fr;margin-top:.8rem;position:relative}.archive-search-form-buttons .archive-search-form-button{flex:1 1 0}.load-from-archive-component{display:flex;flex:1 1 0;flex-direction:column}.library-search-form-component{display:grid;flex:0 0 0;gap:.8rem;grid-template-columns:3fr 3fr 1fr;padding:1.2rem;position:relative}.library-search-form-reset{background-color:transparent;border:none;margin:0;padding:0;align-items:center;color:var(--color-text-default);display:flex;font-size:1.2rem;font-weight:600;justify-content:center}.library-search-form-error{background-color:var(--color-neutrals-white);left:1.2rem;position:absolute;right:1.2rem}wc-chess-board{background-size:100%;display:block;height:0;padding-bottom:100%;touch-action:none;width:100%}wc-chess-board.flipped .piece{left:0}.real-3d wc-chess-board{padding-bottom:75.1879699248%}.diagram-editor-board-component{width:100%}.moves-component{display:flex;flex:1;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}.moves-move-list{flex:1;margin-bottom:1rem}.moves-center{margin:0 auto 1.6rem;padding:0 1.2rem;text-align:center;width:100%}.moves-bottom{background-color:var(--color-bg-opaque)}[dir=ltr] .moves-bottom{border-bottom-right-radius:var(--radius-10)}[dir=rtl] .moves-bottom{border-bottom-left-radius:var(--radius-10)}.import-study-button{margin-top:var(--space-24);width:100%}.sidebar-row-component{align-items:center;display:flex;flex:0 0 4.8rem;height:4.8rem}.theme-component{display:flex;flex:1;flex-direction:column;justify-content:space-between;padding:1.2rem;position:relative}.theme-controls{margin-bottom:1.6rem}.theme-label{line-height:3rem}.theme-checkbox{width:100%}
