.style-module-scss-module__rnkpba__editor{border:1px solid var(--font-color-nav-divider);background-color:var(--panel-bg);border-radius:6px;flex-direction:column;display:flex;overflow:hidden}.style-module-scss-module__rnkpba__toolbar{background-color:var(--nav-bg);border-bottom:1px solid var(--font-color-nav-divider);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem;display:flex}.style-module-scss-module__rnkpba__formatButtons{flex-wrap:wrap;align-items:center;gap:.25rem;display:flex}.style-module-scss-module__rnkpba__toolbarDivider{background-color:var(--font-color-nav-divider);opacity:.5;width:1px;height:24px;margin:0 .5rem}.style-module-scss-module__rnkpba__formatButton{color:var(--font-color-nav);cursor:pointer;background-color:#0000;border:1px solid #0000;border-radius:4px;padding:.4rem .6rem;font-size:.9rem;transition:all .2s}.style-module-scss-module__rnkpba__formatButton:hover{background-color:var(--nav-bg-lightened);border-color:rgba(var(--blert-button-base),.3);color:var(--blert-text-color)}.style-module-scss-module__rnkpba__formatButton:active{transform:scale(.95)}.style-module-scss-module__rnkpba__formatButton.style-module-scss-module__rnkpba__active{background-color:rgba(var(--blert-button-base),.1);color:var(--blert-button);border-color:rgba(var(--blert-button-base),.3)}.style-module-scss-module__rnkpba__formatButton:disabled{opacity:.4;cursor:not-allowed;color:var(--font-color-nav);background-color:#0000;border-color:#0000}.style-module-scss-module__rnkpba__formatButton:disabled:hover{color:var(--font-color-nav);background-color:#0000;border-color:#0000}.style-module-scss-module__rnkpba__formatButton:disabled:active{transform:none}.style-module-scss-module__rnkpba__formatButton i{pointer-events:none}.style-module-scss-module__rnkpba__tableButtonWrapper{position:relative}.style-module-scss-module__rnkpba__tablePicker{background-color:var(--panel-bg);border:1px solid var(--font-color-nav-divider);z-index:100;border-radius:6px;min-width:200px;padding:.75rem;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 4px 12px #0000004d}.style-module-scss-module__rnkpba__tableGrid{grid-template-columns:repeat(8,1fr);gap:3px;margin-bottom:.5rem;display:grid}.style-module-scss-module__rnkpba__tableCell{border:1px solid var(--font-color-nav-divider);cursor:pointer;background-color:var(--nav-bg);border-radius:2px;width:20px;height:20px;transition:all .1s;position:relative}.style-module-scss-module__rnkpba__tableCell:before{content:"";z-index:1;position:absolute;inset:-2px}.style-module-scss-module__rnkpba__tableCell.style-module-scss-module__rnkpba__headerRow{background-color:rgba(var(--blert-button-base),.08);border-bottom-width:2px;font-weight:600}.style-module-scss-module__rnkpba__tableCell:hover,.style-module-scss-module__rnkpba__tableCell.style-module-scss-module__rnkpba__selected{background-color:rgba(var(--blert-button-base),.4);border-color:var(--blert-button);z-index:2}.style-module-scss-module__rnkpba__tableLabel{text-align:center;color:var(--font-color-nav);min-height:1.5rem;padding:.25rem;font-size:.8rem}.style-module-scss-module__rnkpba__toolbarActions{align-items:center;gap:.5rem;display:flex}.style-module-scss-module__rnkpba__toolbarButton{border:1px solid var(--font-color-nav-divider);color:var(--font-color-nav);cursor:pointer;white-space:nowrap;background-color:#0000;border-radius:4px;justify-content:center;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.85rem;transition:all .2s;display:flex}.style-module-scss-module__rnkpba__toolbarButton.style-module-scss-module__rnkpba__previewButton{min-width:104px}.style-module-scss-module__rnkpba__toolbarButton:hover{background-color:var(--nav-bg-lightened);color:var(--blert-text-color);border-color:rgba(var(--blert-button-base),.3)}.style-module-scss-module__rnkpba__toolbarButton.style-module-scss-module__rnkpba__active{background-color:rgba(var(--blert-button-base),.1);color:var(--blert-button);border-color:var(--blert-button)}.style-module-scss-module__rnkpba__toolbarButton i{font-size:.9rem}.style-module-scss-module__rnkpba__helpPanel{background-color:rgba(var(--nav-bg-base),.5);border-bottom:1px solid var(--font-color-nav-divider);padding:1rem}.style-module-scss-module__rnkpba__helpContent h4{color:var(--blert-text-color);margin:0 0 .75rem;font-size:.95rem}.style-module-scss-module__rnkpba__helpGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;margin-bottom:.75rem;display:grid}.style-module-scss-module__rnkpba__helpItem{flex-direction:column;gap:.25rem;font-size:.85rem;display:flex}.style-module-scss-module__rnkpba__helpItem code{background-color:rgba(var(--nav-bg-base),.8);font-family:var(--font-roboto-mono),monospace;color:var(--blert-text-color);border-radius:3px;padding:.2rem .4rem;font-size:.8rem}.style-module-scss-module__rnkpba__helpItem span{color:var(--font-color-nav);font-size:.8rem}.style-module-scss-module__rnkpba__helpNote{background-color:rgba(var(--blert-button-base),.1);border-left:3px solid var(--blert-button);color:var(--font-color-nav);border-radius:4px;align-items:flex-start;gap:.5rem;margin:0;padding:.5rem;font-size:.8rem;display:flex}.style-module-scss-module__rnkpba__helpNote i{color:var(--blert-button);margin-top:.1rem}.style-module-scss-module__rnkpba__editorContent{flex:1;min-height:200px;max-height:600px;display:flex}.style-module-scss-module__rnkpba__textarea{background-color:var(--panel-bg);width:100%;height:100%;min-height:200px;color:var(--blert-text-color);font-family:var(--font-roboto-mono),monospace;resize:none;field-sizing:content;border:none;outline:none;padding:1rem;font-size:.9rem;line-height:1.6;overflow-y:auto}.style-module-scss-module__rnkpba__textarea::-webkit-scrollbar{width:6px;height:6px}.style-module-scss-module__rnkpba__textarea::-webkit-scrollbar-track{background:#23242f;border-radius:2px}.style-module-scss-module__rnkpba__textarea::-webkit-scrollbar-thumb{background:var(--font-color-nav);border-radius:4px}.style-module-scss-module__rnkpba__textarea::placeholder{color:var(--font-color-nav);opacity:.6}.style-module-scss-module__rnkpba__preview{flex:1;min-height:200px;padding:1rem;overflow-y:auto}.style-module-scss-module__rnkpba__preview::-webkit-scrollbar{width:6px;height:6px}.style-module-scss-module__rnkpba__preview::-webkit-scrollbar-track{background:#23242f;border-radius:2px}.style-module-scss-module__rnkpba__preview::-webkit-scrollbar-thumb{background:var(--font-color-nav);border-radius:4px}.style-module-scss-module__rnkpba__emptyPreview{color:var(--font-color-nav);text-align:center;padding:3rem 1rem;font-style:italic}.style-module-scss-module__rnkpba__footer{background-color:var(--nav-bg);border-top:1px solid var(--font-color-nav-divider);justify-content:flex-end;padding:.5rem 1rem;display:flex}.style-module-scss-module__rnkpba__characterCount{color:var(--font-color-nav);font-size:.8rem;font-family:var(--font-roboto-mono),monospace}.style-module-scss-module__rnkpba__characterCount.style-module-scss-module__rnkpba__warning{color:var(--blert-yellow)}.style-module-scss-module__rnkpba__characterCount.style-module-scss-module__rnkpba__error{color:var(--blert-red);font-weight:600}@media (max-width:940px){.style-module-scss-module__rnkpba__toolbar{flex-direction:column;align-items:stretch}.style-module-scss-module__rnkpba__formatButtons{justify-content:center}.style-module-scss-module__rnkpba__toolbarActions{justify-content:space-between}.style-module-scss-module__rnkpba__helpGrid{grid-template-columns:1fr}}
.debug-overlay-module-scss-module__I4b0yW__overlay{background:rgba(var(--nav-bg-base),.95);border:1px solid rgba(var(--blert-button-base),.3);font-size:12px;font-family:var(--font-roboto-mono),monospace;color:var(--blert-text-color);z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:8px;min-width:200px;padding:12px;position:fixed;top:80px;right:20px;box-shadow:0 4px 16px #0006,inset 0 1px #ffffff0d}.debug-overlay-module-scss-module__I4b0yW__header{border-bottom:1px solid rgba(var(--blert-button-base),.2);color:var(--blert-button);margin-bottom:10px;padding-bottom:8px;font-size:13px;font-weight:600}.debug-overlay-module-scss-module__I4b0yW__section{margin-bottom:10px}.debug-overlay-module-scss-module__I4b0yW__section:last-child{margin-bottom:0}.debug-overlay-module-scss-module__I4b0yW__label{color:var(--font-color-nav);text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px;font-size:10px}.debug-overlay-module-scss-module__I4b0yW__value{color:var(--blert-text-color);margin-bottom:2px;font-weight:500}.debug-overlay-module-scss-module__I4b0yW__subValue{color:var(--font-color-nav-active);margin-left:8px;font-size:10px}
.style-module-scss-module__okDXFG__panel{background-color:var(--panel-bg);border-radius:5px;padding:10px;display:flex;box-shadow:0 0 5px #00000080}.style-module-scss-module__okDXFG__players{-webkit-user-select:none;user-select:none;align-items:center;gap:8px;display:flex;position:relative}.style-module-scss-module__okDXFG__players .style-module-scss-module__okDXFG__arrow{width:40px;color:var(--blert-text-color);cursor:pointer;z-index:1;font-size:28px;transition:all .2s}.style-module-scss-module__okDXFG__players .style-module-scss-module__okDXFG__arrow:not(:disabled):hover{color:var(--blert-button)}.style-module-scss-module__okDXFG__players .style-module-scss-module__okDXFG__arrow:disabled{opacity:.5;cursor:not-allowed}.style-module-scss-module__okDXFG__players .style-module-scss-module__okDXFG__wrapper{border-radius:4px;position:relative;overflow:hidden}.style-module-scss-module__okDXFG__players .style-module-scss-module__okDXFG__list{touch-action:pan-y pinch-zoom;justify-content:center;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.style-module-scss-module__okDXFG__players .style-module-scss-module__okDXFG__list.style-module-scss-module__okDXFG__dragging{transition:none}.style-module-scss-module__okDXFG__players .style-module-scss-module__okDXFG__addPlayer{border:1px dashed var(--font-color-nav);border-radius:5px;justify-content:center;width:60px;min-height:300px;display:inline-flex}.style-module-scss-module__okDXFG__players .style-module-scss-module__okDXFG__addPlayer>button{flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:16px;transition:all .2s;display:flex}.style-module-scss-module__okDXFG__players .style-module-scss-module__okDXFG__addPlayer>button i{width:16px;font-size:18px}.style-module-scss-module__okDXFG__players .style-module-scss-module__okDXFG__addPlayer>button:disabled{opacity:.5}.style-module-scss-module__okDXFG__players .style-module-scss-module__okDXFG__addPlayer>button:not(:disabled):hover{color:var(--blert-button);cursor:pointer}.style-module-scss-module__okDXFG__players .style-module-scss-module__okDXFG__footer{margin-top:8px}.style-module-scss-module__okDXFG__players .style-module-scss-module__okDXFG__footer .style-module-scss-module__okDXFG__dots{z-index:1;justify-content:center;gap:8px;display:flex}.style-module-scss-module__okDXFG__players .style-module-scss-module__okDXFG__footer .style-module-scss-module__okDXFG__dots .style-module-scss-module__okDXFG__dot{background:var(--blert-text-color);opacity:.5;border-radius:50%;width:10px;height:10px;padding:1px;transition:all .2s}.style-module-scss-module__okDXFG__players .style-module-scss-module__okDXFG__footer .style-module-scss-module__okDXFG__dots .style-module-scss-module__okDXFG__dot.style-module-scss-module__okDXFG__active{opacity:1;background:var(--blert-button)}.style-module-scss-module__okDXFG__players .style-module-scss-module__okDXFG__footer .style-module-scss-module__okDXFG__addPlayer{width:100%;min-height:40px;margin-top:8px}.style-module-scss-module__okDXFG__players .style-module-scss-module__okDXFG__footer .style-module-scss-module__okDXFG__addPlayer button{flex-direction:row}.style-module-scss-module__okDXFG__player{flex-direction:column;align-items:center;width:200px;display:flex}.style-module-scss-module__okDXFG__player .style-module-scss-module__okDXFG__header{align-items:center;gap:8px;margin-bottom:.5em;display:flex}.style-module-scss-module__okDXFG__player .style-module-scss-module__okDXFG__name{text-align:center;justify-content:center;margin:0;font-size:18px;font-weight:500;position:relative}.style-module-scss-module__okDXFG__player .style-module-scss-module__okDXFG__name .style-module-scss-module__okDXFG__playerActions{opacity:0;transition:all .2s;position:absolute;top:-2px;right:-50px}.style-module-scss-module__okDXFG__player .style-module-scss-module__okDXFG__name .style-module-scss-module__okDXFG__playerActions button{color:var(--blert-text-color);padding:4px;font-size:14px}.style-module-scss-module__okDXFG__player .style-module-scss-module__okDXFG__name .style-module-scss-module__okDXFG__playerActions button:hover{color:var(--blert-button);cursor:pointer}.style-module-scss-module__okDXFG__player:hover .style-module-scss-module__okDXFG__playerActions{opacity:1}.style-module-scss-module__okDXFG__player .style-module-scss-module__okDXFG__slotContainer{margin:.5em 0;display:grid}.style-module-scss-module__okDXFG__player .style-module-scss-module__okDXFG__inventory{width:calc(4*var(--slot-size));height:calc(7*var(--slot-size));grid-template-columns:repeat(4,var(--slot-size));grid-template-rows:repeat(7,var(--slot-size))}.style-module-scss-module__okDXFG__player .style-module-scss-module__okDXFG__equipment{width:calc(3*var(--slot-size));height:calc(5*var(--slot-size));grid-template-columns:repeat(3,var(--slot-size));grid-template-rows:repeat(5,var(--slot-size))}.style-module-scss-module__okDXFG__player .style-module-scss-module__okDXFG__pouch{width:calc(4*var(--slot-size));height:calc(1*var(--slot-size));grid-template-columns:repeat(4,var(--slot-size));grid-template-rows:repeat(1,var(--slot-size))}.style-module-scss-module__okDXFG__player .style-module-scss-module__okDXFG__spellbook{width:calc(1*var(--slot-size));height:calc(1*var(--slot-size))}.style-module-scss-module__okDXFG__player .style-module-scss-module__okDXFG__editActions{flex-direction:column;align-items:center;gap:4px;display:flex}.style-module-scss-module__okDXFG__player .style-module-scss-module__okDXFG__editActions button{padding:4px 12px;font-size:14px;transition:all .2s}.style-module-scss-module__okDXFG__player .style-module-scss-module__okDXFG__editActions button i{margin-right:8px}.style-module-scss-module__okDXFG__player .style-module-scss-module__okDXFG__editActions button:hover{cursor:pointer;filter:brightness(1.4)}.style-module-scss-module__okDXFG__player .style-module-scss-module__okDXFG__editActions button:hover i{transform:scale(1.1)}.style-module-scss-module__okDXFG__player .style-module-scss-module__okDXFG__editActions .style-module-scss-module__okDXFG__import{color:var(--blert-button)}.style-module-scss-module__okDXFG__player .style-module-scss-module__okDXFG__editActions .style-module-scss-module__okDXFG__remove{color:var(--blert-red)}.style-module-scss-module__okDXFG__player.style-module-scss-module__okDXFG__highlighted{outline:2px solid var(--blert-button);outline-offset:2px;border-radius:5px;transition:outline-color .2s}.style-module-scss-module__okDXFG__slot{width:calc(var(--slot-size) - 2px);height:calc(var(--slot-size) - 2px);background:var(--nav-bg);justify-content:center;align-items:center;margin:1px;display:flex;position:relative}.style-module-scss-module__okDXFG__slot:hover{background:var(--nav-bg-lightened)}.style-module-scss-module__okDXFG__slot.style-module-scss-module__okDXFG__highlighted{background:var(--nav-bg-lightened);outline:1px solid var(--blert-text-color)}.style-module-scss-module__okDXFG__slot:not(.style-module-scss-module__okDXFG__empty).style-module-scss-module__okDXFG__invalid:hover{border:1px solid rgba(var(--blert-red-base),.5);background:rgba(var(--blert-red-base),.1)}.style-module-scss-module__okDXFG__slot:not(.style-module-scss-module__okDXFG__empty).style-module-scss-module__okDXFG__valid:hover{border:1px solid rgba(var(--blert-green-base),.5);background:rgba(var(--blert-green-base),.1);cursor:pointer}.style-module-scss-module__okDXFG__slot.style-module-scss-module__okDXFG__empty,.style-module-scss-module__okDXFG__slot.style-module-scss-module__okDXFG__empty:hover{background:0 0}.style-module-scss-module__okDXFG__slot.style-module-scss-module__okDXFG__search{border:1px solid var(--blert-button)}.style-module-scss-module__okDXFG__slot.style-module-scss-module__okDXFG__deletable{border:1px solid rgba(var(--blert-red-base),.6);background:rgba(var(--blert-red-base),.15);cursor:pointer}.style-module-scss-module__okDXFG__slot.style-module-scss-module__okDXFG__deletable:hover{background:rgba(var(--blert-red-base),.2)}.style-module-scss-module__okDXFG__slot.style-module-scss-module__okDXFG__eyedropperHint{outline:1px solid rgba(var(--blert-button-base),.3);outline-offset:-1px}.style-module-scss-module__okDXFG__slot.style-module-scss-module__okDXFG__eyedropperHover{border:1px solid var(--blert-button);background:rgba(var(--blert-button-base),.2);cursor:copy}.style-module-scss-module__okDXFG__slot.style-module-scss-module__okDXFG__eyedropperHover:hover{background:rgba(var(--blert-button-base),.25)}.style-module-scss-module__okDXFG__slot .style-module-scss-module__okDXFG__itemWrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.style-module-scss-module__okDXFG__slot .style-module-scss-module__okDXFG__commentBadge{color:var(--blert-button);pointer-events:none;filter:drop-shadow(0 1px 2px #00000080);font-size:10px;transition:transform .2s;position:absolute;bottom:2px;right:2px}.style-module-scss-module__okDXFG__slot:hover .style-module-scss-module__okDXFG__commentBadge{transform:scale(1.15)}.style-module-scss-module__okDXFG__slotTooltipContent{min-width:200px;max-width:300px}.style-module-scss-module__okDXFG__tooltipHeader{color:var(--blert-text-color);border-bottom:1px solid rgba(var(--nav-bg-lightened-base),.6);align-items:center;gap:.5rem;margin-bottom:.5rem;padding-bottom:.25rem;font-size:.9rem;font-weight:600;display:flex}.style-module-scss-module__okDXFG__commentSection{color:var(--font-color-nav);gap:.5rem;font-size:.85rem;display:flex}.style-module-scss-module__okDXFG__commentSection i{flex-shrink:0;margin-top:2px}.style-module-scss-module__okDXFG__commentSection .style-module-scss-module__okDXFG__commentText{white-space:pre-wrap;word-break:break-word;line-height:1.4}.style-module-scss-module__okDXFG__slotSearch{top:var(--slot-size);z-index:100;background:var(--panel-bg);border:1px solid var(--border-color);border-radius:4px;width:200px;padding:4px;position:fixed;left:0;box-shadow:0 2px 8px #0003}.style-module-scss-module__okDXFG__spellbookSlot:not(.style-module-scss-module__okDXFG__readonly){cursor:pointer}.style-module-scss-module__okDXFG__itemCounts{flex-direction:column;width:100%}.style-module-scss-module__okDXFG__itemCounts h3{margin:0 0 12px;font-size:18px;font-weight:500}.style-module-scss-module__okDXFG__itemCounts h3 i{color:var(--blert-button);margin-right:4px}.style-module-scss-module__okDXFG__itemCounts .style-module-scss-module__okDXFG__items{flex-flow:wrap;gap:12px;display:flex}.style-module-scss-module__okDXFG__itemCounts .style-module-scss-module__okDXFG__itemCount{background:var(--nav-bg);border-radius:4px;justify-content:center;align-items:center;gap:6px;width:75px;padding:4px 8px;transition:all .2s;display:flex}.style-module-scss-module__okDXFG__itemCounts .style-module-scss-module__okDXFG__itemCount:hover{color:#fff;transform:scale(1.1)}.style-module-scss-module__okDXFG__itemCounts .style-module-scss-module__okDXFG__itemCount.style-module-scss-module__okDXFG__highlighted{background:var(--nav-bg-lightened);outline:1px solid var(--blert-text-color)}.style-module-scss-module__okDXFG__itemCounts .style-module-scss-module__okDXFG__itemCount .style-module-scss-module__okDXFG__quantity{font-size:14px}.style-module-scss-module__okDXFG__itemCounts .style-module-scss-module__okDXFG__noItems{font-size:14px;font-style:italic}
.style-module-scss-module__YjMepW__itemSearch{position:relative}.style-module-scss-module__YjMepW__itemSearch.style-module-scss-module__YjMepW__openBelow input{border-bottom:none;border-radius:5px 5px 0 0;padding-bottom:9px}.style-module-scss-module__YjMepW__itemSearch.style-module-scss-module__YjMepW__openAbove input{border-top:none;border-radius:0 0 5px 5px;padding-top:9px}.style-module-scss-module__YjMepW__itemSearch input{border:1px solid rgba(var(--blert-text-color-base),.3);background:var(--nav-bg);color:var(--blert-text-color);border-radius:5px;padding:8px 12px;font-size:14px;transition:border-color .2s}.style-module-scss-module__YjMepW__itemSearch input:focus{border-color:rgba(var(--blert-button-base),.6);outline:none}.style-module-scss-module__YjMepW__itemSearch input::placeholder{color:rgba(var(--blert-text-color-base),.5)}.style-module-scss-module__YjMepW__itemSearch input:disabled{opacity:.5;cursor:not-allowed}.style-module-scss-module__YjMepW__itemSearch input:focus+.style-module-scss-module__YjMepW__key{opacity:0}.style-module-scss-module__YjMepW__itemSearch .style-module-scss-module__YjMepW__key{color:rgba(var(--blert-text-color-base),.5);border:1px solid rgba(var(--blert-text-color-base),.3);background:linear-gradient(145deg,rgba(var(--panel-bg-base),.6),rgba(var(--nav-bg-darkened-base),.4));border-radius:4px;padding:3px 8px;font-family:monospace;font-size:12px;transition:opacity .2s;position:absolute;top:50%;right:8px;transform:translateY(-50%);box-shadow:0 1px 2px #0003}.style-module-scss-module__YjMepW__menu{border-color:rgba(var(--blert-button-base),.6);background:linear-gradient(145deg,rgba(var(--panel-bg-base),1),rgba(var(--nav-bg-base),1));flex-direction:column;min-width:200px;max-height:440px;display:flex}.style-module-scss-module__YjMepW__item{border-radius:4px;align-items:center;gap:8px;width:100%;height:36px;padding:6px 8px;transition:background-color .2s;display:flex}.style-module-scss-module__YjMepW__item .style-module-scss-module__YjMepW__name{white-space:nowrap;text-overflow:ellipsis;color:var(--blert-text-color);font-size:14px;overflow:hidden}.style-module-scss-module__YjMepW__item .style-module-scss-module__YjMepW__id{color:var(--font-color-nav);padding-top:5px;font-family:monospace;font-size:12px}
.placement-preview-module-scss-module__LVM1DG__preview{pointer-events:none;z-index:20;display:grid;position:absolute}.placement-preview-module-scss-module__LVM1DG__previewMode{letter-spacing:.5px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap;border:1px solid;border-radius:4px;justify-content:center;align-items:center;gap:4px;padding:2px 10px;font-size:9px;font-weight:600;display:flex;position:absolute;bottom:-26px;left:50%;transform:translate(-50%);box-shadow:0 2px 8px #0000004d}.placement-preview-module-scss-module__LVM1DG__previewMode.placement-preview-module-scss-module__LVM1DG__swap{background:rgba(var(--nav-bg-base),.95);border-color:rgba(var(--blert-text-color-base),.3);color:var(--blert-text-color)}.placement-preview-module-scss-module__LVM1DG__previewMode.placement-preview-module-scss-module__LVM1DG__merge{background:rgba(var(--blert-yellow-base),.15);border-color:rgba(var(--blert-yellow-base),.5);color:var(--blert-yellow)}.placement-preview-module-scss-module__LVM1DG__previewMode.placement-preview-module-scss-module__LVM1DG__replace{background:rgba(var(--blert-blue-base),.15);border-color:rgba(var(--blert-blue-base),.5);color:var(--blert-blue)}.placement-preview-module-scss-module__LVM1DG__previewMode .placement-preview-module-scss-module__LVM1DG__key{background:linear-gradient(145deg,var(--panel-bg),var(--nav-bg-darkened));border:1px solid rgba(var(--blert-text-color-base),.3);font-family:var(--font-roboto-mono),monospace;color:var(--blert-text-color);text-align:center;border-radius:3px;padding:1px 3px 1px 4px;font-size:9px;box-shadow:0 2px #0000004d,inset 0 1px #ffffff0d}.placement-preview-module-scss-module__LVM1DG__previewSlot{pointer-events:none;border-radius:3px;justify-content:center;align-items:center;transition:all .1s;display:flex}.placement-preview-module-scss-module__LVM1DG__previewSlot.placement-preview-module-scss-module__LVM1DG__valid{background:rgba(var(--blert-green-base),.2);border:2px solid rgba(var(--blert-green-base),.6);box-shadow:0 0 8px rgba(var(--blert-green-base),.4)}.placement-preview-module-scss-module__LVM1DG__previewSlot.placement-preview-module-scss-module__LVM1DG__invalid{background:rgba(var(--blert-red-base),.2);border:2px solid rgba(var(--blert-red-base),.6);box-shadow:0 0 8px rgba(var(--blert-red-base),.4)}.placement-preview-module-scss-module__LVM1DG__previewSlot .placement-preview-module-scss-module__LVM1DG__previewItem{opacity:.85;filter:brightness(1.1)}
.selection-overlay-module-scss-module__Hd_0qW__overlay{pointer-events:none;z-index:10;width:100%;height:100%;display:grid;position:absolute;top:0;left:0}.selection-overlay-module-scss-module__Hd_0qW__selectedSlot{background:rgba(var(--blert-button-base),.08);pointer-events:none}.selection-overlay-module-scss-module__Hd_0qW__selectedSlot.selection-overlay-module-scss-module__Hd_0qW__cut{background:rgba(var(--blert-yellow-base),.1);border:1px dashed rgba(var(--blert-yellow-base),.5);opacity:.7}.selection-overlay-module-scss-module__Hd_0qW__selectedSlot.selection-overlay-module-scss-module__Hd_0qW__copy{background:rgba(var(--blert-blue-base),.1);border:1px solid rgba(var(--blert-blue-base),.4)}
.selectable-container-module-scss-module__6C4L2W__selectableContainer{-webkit-user-select:none;user-select:none;position:relative}.selectable-container-module-scss-module__6C4L2W__marquee{background:rgba(var(--blert-button-base),.1);border:2px dashed var(--blert-button);pointer-events:none;z-index:15;box-sizing:border-box;animation:1s ease-in-out infinite selectable-container-module-scss-module__6C4L2W__marquee-pulse;position:absolute}@keyframes selectable-container-module-scss-module__6C4L2W__marquee-pulse{0%,to{opacity:.7}50%{opacity:1}}
