.style-module-scss-module___--pgG__editor{border:1px solid var(--blert-divider-color);background-color:var(--blert-panel-background-color);border-radius:6px;flex-direction:column;display:flex;overflow:hidden}.style-module-scss-module___--pgG__toolbar{background-color:var(--blert-surface-dark);border-bottom:1px solid var(--blert-divider-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem;display:flex}.style-module-scss-module___--pgG__formatButtons{flex-wrap:wrap;align-items:center;gap:.25rem;display:flex}.style-module-scss-module___--pgG__toolbarDivider{background-color:var(--blert-divider-color);opacity:.5;width:1px;height:24px;margin:0 .5rem}.style-module-scss-module___--pgG__formatButton{color:var(--blert-font-color-secondary);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___--pgG__formatButton:hover{background-color:var(--blert-surface-light);border-color:rgba(var(--blert-purple-base),.3);color:var(--blert-font-color-primary)}.style-module-scss-module___--pgG__formatButton:active{transform:scale(.95)}.style-module-scss-module___--pgG__formatButton.style-module-scss-module___--pgG__active{background-color:rgba(var(--blert-purple-base),.1);color:var(--blert-purple);border-color:rgba(var(--blert-purple-base),.3)}.style-module-scss-module___--pgG__formatButton:disabled{opacity:.4;cursor:not-allowed;color:var(--blert-font-color-secondary);background-color:#0000;border-color:#0000}.style-module-scss-module___--pgG__formatButton:disabled:hover{color:var(--blert-font-color-secondary);background-color:#0000;border-color:#0000}.style-module-scss-module___--pgG__formatButton:disabled:active{transform:none}.style-module-scss-module___--pgG__formatButton i{pointer-events:none}.style-module-scss-module___--pgG__tableButtonWrapper{position:relative}.style-module-scss-module___--pgG__tablePicker{background-color:var(--blert-panel-background-color);border:1px solid var(--blert-divider-color);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___--pgG__tableGrid{grid-template-columns:repeat(8,1fr);gap:3px;margin-bottom:.5rem;display:grid}.style-module-scss-module___--pgG__tableCell{border:1px solid var(--blert-divider-color);cursor:pointer;background-color:var(--blert-surface-dark);border-radius:2px;width:20px;height:20px;transition:all .1s;position:relative}.style-module-scss-module___--pgG__tableCell:before{content:"";z-index:1;position:absolute;inset:-2px}.style-module-scss-module___--pgG__tableCell.style-module-scss-module___--pgG__headerRow{background-color:rgba(var(--blert-purple-base),.08);border-bottom-width:2px;font-weight:600}.style-module-scss-module___--pgG__tableCell:hover,.style-module-scss-module___--pgG__tableCell.style-module-scss-module___--pgG__selected{background-color:rgba(var(--blert-purple-base),.4);border-color:var(--blert-purple);z-index:2}.style-module-scss-module___--pgG__tableLabel{text-align:center;color:var(--blert-font-color-secondary);min-height:1.5rem;padding:.25rem;font-size:.8rem}.style-module-scss-module___--pgG__toolbarActions{align-items:center;gap:.5rem;display:flex}.style-module-scss-module___--pgG__toolbarButton{border:1px solid var(--blert-divider-color);color:var(--blert-font-color-secondary);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___--pgG__toolbarButton.style-module-scss-module___--pgG__previewButton{min-width:104px}.style-module-scss-module___--pgG__toolbarButton:hover{background-color:var(--blert-surface-light);color:var(--blert-font-color-primary);border-color:rgba(var(--blert-purple-base),.3)}.style-module-scss-module___--pgG__toolbarButton.style-module-scss-module___--pgG__active{background-color:rgba(var(--blert-purple-base),.1);color:var(--blert-purple);border-color:var(--blert-purple)}.style-module-scss-module___--pgG__toolbarButton i{font-size:.9rem}.style-module-scss-module___--pgG__helpPanel{background-color:rgba(var(--blert-surface-dark-base),.5);border-bottom:1px solid var(--blert-divider-color);padding:1rem}.style-module-scss-module___--pgG__helpContent h4{color:var(--blert-font-color-primary);margin:0 0 .75rem;font-size:.95rem}.style-module-scss-module___--pgG__helpGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;margin-bottom:.75rem;display:grid}.style-module-scss-module___--pgG__helpItem{flex-direction:column;gap:.25rem;font-size:.85rem;display:flex}.style-module-scss-module___--pgG__helpItem code{background-color:rgba(var(--blert-surface-dark-base),.8);font-family:var(--font-roboto-mono),monospace;color:var(--blert-font-color-primary);border-radius:3px;padding:.2rem .4rem;font-size:.8rem}.style-module-scss-module___--pgG__helpItem span{color:var(--blert-font-color-secondary);font-size:.8rem}.style-module-scss-module___--pgG__helpNote{background-color:rgba(var(--blert-purple-base),.1);border-left:3px solid var(--blert-purple);color:var(--blert-font-color-secondary);border-radius:4px;align-items:flex-start;gap:.5rem;margin:0;padding:.5rem;font-size:.8rem;display:flex}.style-module-scss-module___--pgG__helpNote i{color:var(--blert-purple);margin-top:.1rem}.style-module-scss-module___--pgG__editorContent{flex:1;min-height:200px;max-height:600px;display:flex}.style-module-scss-module___--pgG__textarea{background-color:var(--blert-panel-background-color);width:100%;height:100%;min-height:200px;color:var(--blert-font-color-primary);font-family:var(--font-roboto-mono),monospace;resize:none;border:none;outline:none;padding:1rem;font-size:.9rem;line-height:1.6;overflow-y:auto}.style-module-scss-module___--pgG__textarea::-webkit-scrollbar{width:6px;height:6px}.style-module-scss-module___--pgG__textarea::-webkit-scrollbar-track{background:#23242f;border-radius:2px}.style-module-scss-module___--pgG__textarea::-webkit-scrollbar-thumb{background:var(--blert-font-color-secondary);border-radius:4px}.style-module-scss-module___--pgG__textarea{field-sizing:content}.style-module-scss-module___--pgG__textarea::placeholder{color:var(--blert-font-color-secondary);opacity:.6}.style-module-scss-module___--pgG__preview{flex:1;min-height:200px;padding:1rem;overflow-y:auto}.style-module-scss-module___--pgG__preview::-webkit-scrollbar{width:6px;height:6px}.style-module-scss-module___--pgG__preview::-webkit-scrollbar-track{background:#23242f;border-radius:2px}.style-module-scss-module___--pgG__preview::-webkit-scrollbar-thumb{background:var(--blert-font-color-secondary);border-radius:4px}.style-module-scss-module___--pgG__emptyPreview{color:var(--blert-font-color-secondary);text-align:center;padding:3rem 1rem;font-style:italic}.style-module-scss-module___--pgG__footer{background-color:var(--blert-surface-dark);border-top:1px solid var(--blert-divider-color);justify-content:flex-end;padding:.5rem 1rem;display:flex}.style-module-scss-module___--pgG__characterCount{color:var(--blert-font-color-secondary);font-size:.8rem;font-family:var(--font-roboto-mono),monospace}.style-module-scss-module___--pgG__characterCount.style-module-scss-module___--pgG__warning{color:var(--blert-yellow)}.style-module-scss-module___--pgG__characterCount.style-module-scss-module___--pgG__error{color:var(--blert-red);font-weight:600}@media (max-width:940px){.style-module-scss-module___--pgG__toolbar{flex-direction:column;align-items:stretch}.style-module-scss-module___--pgG__formatButtons{justify-content:center}.style-module-scss-module___--pgG__toolbarActions{justify-content:space-between}.style-module-scss-module___--pgG__helpGrid{grid-template-columns:1fr}}
.style-module-scss-module__W0fkHa__setupsPage{width:100%}.style-module-scss-module__W0fkHa__creator{--actions-height:60px;--anonymous-banner-height:40px;width:100%;margin-top:calc(var(--top-offset) + 1em);gap:1em;display:flex}@media (max-width:940px){.style-module-scss-module__W0fkHa__creator{flex-direction:column;margin:1em 0 60px}}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__actions{height:var(--actions-height);background:var(--blert-panel-background-color);z-index:100;justify-content:space-between;align-items:center;width:calc(100% - 240px);margin-bottom:1em;padding:0 1em;display:flex;position:fixed;top:0;left:240px;box-shadow:0 2px 6px #0003}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__actions:after{content:"";background:linear-gradient(90deg,transparent 0%,rgba(var(--blert-purple-base),.2)25%,rgba(var(--blert-purple-base),.3)50%,rgba(var(--blert-purple-base),.2)75%,transparent 100%);height:2px;position:absolute;bottom:0;left:0;right:0}@media (max-width:940px){.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__actions{z-index:1;border-radius:5px;width:100%;margin-bottom:0;position:relative;top:0;left:0}}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__actions .style-module-scss-module__W0fkHa__editing{gap:4px;display:flex}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__actions .style-module-scss-module__W0fkHa__editing button{color:var(--blert-font-color-secondary);cursor:pointer;background-color:#0000;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;gap:6px;padding:8px 12px;font-size:16px;transition:all .2s;display:flex}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__actions .style-module-scss-module__W0fkHa__editing button:disabled{opacity:.4;cursor:not-allowed}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__actions .style-module-scss-module__W0fkHa__editing button:disabled:hover{color:var(--blert-font-color-secondary);background-color:#0000;border-color:#0000}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__actions .style-module-scss-module__W0fkHa__editing button:disabled:active{transform:none}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__actions .style-module-scss-module__W0fkHa__editing button:not(:disabled):hover{background-color:var(--blert-surface-light);border-color:rgba(var(--blert-purple-base),.3);color:var(--blert-font-color-primary)}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__actions .style-module-scss-module__W0fkHa__editing button:not(:disabled):hover i{color:var(--blert-purple)}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__actions .style-module-scss-module__W0fkHa__editing button:not(:disabled):active{transform:scale(.95)}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__actions .style-module-scss-module__W0fkHa__editing button i{transition:color .2s}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__actions .style-module-scss-module__W0fkHa__editing button.style-module-scss-module__W0fkHa__saveWithTime{padding:8px 10px 8px 12px;position:relative}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__actions .style-module-scss-module__W0fkHa__editing .style-module-scss-module__W0fkHa__saveTime{color:var(--blert-font-color-secondary);white-space:nowrap;width:24px;font-size:11px;font-weight:500;transition:color .2s}button:hover .style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__actions .style-module-scss-module__W0fkHa__editing .style-module-scss-module__W0fkHa__saveTime{color:var(--blert-font-color-primary)}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__actions .style-module-scss-module__W0fkHa__editing .style-module-scss-module__W0fkHa__unsavedDot{background:var(--blert-purple);width:8px;height:8px;box-shadow:0 0 6px rgba(var(--blert-purple-base),.6);border-radius:50%;animation:2s ease-in-out infinite style-module-scss-module__W0fkHa__pulse;position:absolute;top:4px;right:4px}@keyframes style-module-scss-module__W0fkHa__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.95)}}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__actions .style-module-scss-module__W0fkHa__publishing{gap:12px;display:flex}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__actions .style-module-scss-module__W0fkHa__publishing .style-module-scss-module__W0fkHa__button{width:110px;transition:all .2s}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__actions .style-module-scss-module__W0fkHa__publishing .style-module-scss-module__W0fkHa__button.style-module-scss-module__W0fkHa__delete{background-color:var(--blert-red);border-color:var(--blert-red)}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__actions .style-module-scss-module__W0fkHa__publishing .style-module-scss-module__W0fkHa__button.style-module-scss-module__W0fkHa__delete:hover:not(:disabled){background-color:rgba(var(--blert-red-base),.85);border-color:rgba(var(--blert-red-base),.85)}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__actions .style-module-scss-module__W0fkHa__publishing .style-module-scss-module__W0fkHa__button.style-module-scss-module__W0fkHa__delete:active:not(:disabled){transform:scale(.98)}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__actions .style-module-scss-module__W0fkHa__publishing .style-module-scss-module__W0fkHa__button:hover:not(:disabled){filter:brightness(1.1)}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__actions .style-module-scss-module__W0fkHa__publishing .style-module-scss-module__W0fkHa__button:active:not(:disabled){transform:scale(.98)}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__actions .style-module-scss-module__W0fkHa__publishing .style-module-scss-module__W0fkHa__button i{margin-right:.5em}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__anonymousBanner{top:var(--actions-height);height:var(--anonymous-banner-height);background:var(--blert-panel-background-color);z-index:100;width:calc(100% - 240px);position:fixed;left:240px}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__anonymousBanner .style-module-scss-module__W0fkHa__anonymousBannerContent{background:rgba(var(--blert-red-base),.05);border:1px solid rgba(var(--blert-red-base),.3);width:100%;height:100%;color:var(--blert-red);text-align:center;border-radius:0 0 5px 5px;justify-content:center;align-items:center;gap:6px;font-size:14px;font-weight:500;display:flex}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__anonymousBanner .style-module-scss-module__W0fkHa__anonymousBannerContent i{position:relative;top:1px}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__anonymousBanner .style-module-scss-module__W0fkHa__anonymousBannerContent a{color:var(--blert-purple)}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__anonymousBanner .style-module-scss-module__W0fkHa__anonymousBannerContent a:hover{text-decoration:underline}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__players{justify-content:center;width:100%;display:flex}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__players:hover{transform:none!important}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__main{flex-direction:column;align-items:center;gap:1em;max-width:1140px;display:flex}@media (max-width:1800px){.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__main{max-width:900px}}@media (max-width:1550px){.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__main{max-width:700px}}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__overview{flex-direction:column;width:100%}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__selector{top:calc(var(--top-offset) + 1em);flex:1;align-self:flex-start;min-width:360px;position:sticky}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__itemCountsSidebar{flex:1;max-width:360px}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__title{margin:.6em 0 .2em;font-size:1.5rem;font-weight:500}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__group{flex-flow:wrap;justify-content:space-between;padding:1.2em 0;display:flex}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__label{margin-bottom:.5em;font-size:1.1rem;font-weight:500;display:block}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__challengeType{flex-direction:column;width:600px;display:flex}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__descriptionWrapper{flex-direction:column;gap:.5em;width:100%;display:flex}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__panelBackground{z-index:99;background:#00000080;width:100vw;height:100vh;position:fixed;top:0;left:0}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__itemPanel{background-color:var(--blert-panel-background-color);z-index:100;border-radius:5px;flex-direction:column;width:100vw;height:90vh;transition:bottom .3s;display:flex;position:fixed;bottom:calc(40px - 90vh);left:0;box-shadow:0 0 5px #00000080}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__itemPanel .style-module-scss-module__W0fkHa__toggle{background:var(--blert-surface-dark);color:#fff;border:none;justify-content:center;align-items:center;width:100%;height:40px;font-size:16px;display:flex}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__itemPanel .style-module-scss-module__W0fkHa__toggle i{margin-right:.5em}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__itemPanel.style-module-scss-module__W0fkHa__open{bottom:0}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__selectedItemOverlay{z-index:98;background:var(--blert-surface-dark);border:1px solid var(--blert-purple);border-radius:0 5px 5px 0;align-items:center;gap:8px;padding:10px;display:flex;position:fixed;bottom:50px;left:0}.style-module-scss-module__W0fkHa__creator .style-module-scss-module__W0fkHa__selectedItemOverlay i{position:relative;top:1px}.style-module-scss-module__W0fkHa__itemSelector{max-height:calc(100vh - (var(--top-offset) + 2em));flex-direction:column;gap:16px;overflow:visible hidden}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__search{background:linear-gradient(145deg,rgba(var(--blert-surface-dark-base),.6),rgba(var(--blert-surface-darker-base),.4));border:1px solid rgba(var(--blert-purple-base),.1);border-radius:6px;padding:12px}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__selectedItem{background:linear-gradient(145deg,rgba(var(--blert-surface-dark-base),.6),rgba(var(--blert-surface-darker-base),.4));border:1px solid rgba(var(--blert-purple-base),.15);border-radius:6px;justify-content:space-between;align-items:center;gap:8px;min-height:48px;padding:8px 14px;transition:all .2s;display:flex}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__selectedItem .style-module-scss-module__W0fkHa__item{align-items:center;gap:8px;display:flex}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__selectedItem .style-module-scss-module__W0fkHa__item .style-module-scss-module__W0fkHa__name{color:var(--blert-font-color-primary);font-size:14px;font-weight:500}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__selectedItem .style-module-scss-module__W0fkHa__clear{color:var(--blert-font-color-secondary);border-radius:4px;padding:6px;font-size:14px;transition:all .2s}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__selectedItem .style-module-scss-module__W0fkHa__clear:hover{color:var(--blert-red);background:rgba(var(--blert-red-base),.1);cursor:pointer}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__selectedItem .style-module-scss-module__W0fkHa__placeholder{color:rgba(var(--blert-font-color-primary-base),.6);align-items:center;gap:8px;font-size:14px;font-style:italic;display:flex}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__selectedItem .style-module-scss-module__W0fkHa__placeholder .style-module-scss-module__W0fkHa__placeholderIcon{background:linear-gradient(135deg,rgba(var(--blert-red-base),.08),rgba(var(--blert-red-base),.12));border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__selectedItem:has(.style-module-scss-module__W0fkHa__item){background:linear-gradient(145deg,rgba(var(--blert-purple-base),.12),rgba(var(--blert-purple-base),.08));border-color:rgba(var(--blert-purple-base),.3);box-shadow:0 0 0 1px rgba(var(--blert-purple-base),.05)}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__categories{flex-direction:column;gap:16px;max-height:calc(90vh - 180px);padding-right:8px;display:flex;overflow:visible auto}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__categories::-webkit-scrollbar{width:6px;height:6px}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__categories::-webkit-scrollbar-track{background:#23242f;border-radius:2px}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__categories::-webkit-scrollbar-thumb{background:var(--blert-font-color-secondary);border-radius:4px}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__heading{margin:0;padding:0 4px;font-size:1.25rem;font-weight:600}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__categoryHeader{border-bottom:1px solid rgba(var(--blert-purple-base),.15);justify-content:space-between;align-items:center;margin-bottom:12px;padding:0 4px 8px;display:flex}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__sectionHeading{color:var(--blert-font-color-primary);margin:0;font-size:1rem;font-weight:600}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__categoryActions{gap:8px;display:flex}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__editHint{background:linear-gradient(135deg,rgba(var(--blert-purple-base),.08),rgba(var(--blert-purple-base),.04));border:1px solid rgba(var(--blert-purple-base),.2);color:var(--blert-font-color-secondary);border-radius:5px;align-items:center;gap:8px;margin-bottom:8px;padding:8px 12px;font-size:.85rem;display:flex}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__editHint i{color:var(--blert-purple);font-size:.9rem}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__editHint span{line-height:1.4}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__edit{background:linear-gradient(145deg,rgba(var(--blert-surface-dark-base),.6),rgba(var(--blert-surface-darker-base),.4));border:1px solid rgba(var(--blert-purple-base),.2);color:var(--blert-font-color-secondary);cursor:pointer;border-radius:5px;justify-content:center;align-items:center;gap:6px;width:80px;padding:6px 12px;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__edit i{font-size:.8rem;transition:color .2s}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__edit span{transition:color .2s}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__edit:disabled{opacity:.5;cursor:not-allowed}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__edit:hover:not(:disabled){background:linear-gradient(145deg,rgba(var(--blert-purple-base),.15),rgba(var(--blert-purple-base),.1));border-color:rgba(var(--blert-purple-base),.4);color:var(--blert-font-color-primary)}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__edit:hover:not(:disabled) i{color:var(--blert-purple)}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__edit:active{transform:scale(.98)}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section{background:linear-gradient(145deg,rgba(var(--blert-surface-dark-base),.6),rgba(var(--blert-surface-darker-base),.4));border:1px solid rgba(var(--blert-purple-base),.1);border-radius:6px;flex-flow:wrap;gap:6px;width:100%;padding:10px;transition:all .2s;display:flex}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section.style-module-scss-module__W0fkHa__editMode{background:rgba(var(--blert-purple-base),.03);border-color:rgba(var(--blert-yellow-base),.25);box-shadow:inset 0 0 0 1px rgba(var(--blert-yellow-base),.1)}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section .style-module-scss-module__W0fkHa__itemContainer{position:relative}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section .style-module-scss-module__W0fkHa__itemContainer .style-module-scss-module__W0fkHa__remove,.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section .style-module-scss-module__W0fkHa__itemContainer .style-module-scss-module__W0fkHa__restore{border:2px solid var(--blert-panel-background-color);color:#fff;opacity:0;pointer-events:none;z-index:10;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;transition:opacity .15s,background .15s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 8px #0006}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section .style-module-scss-module__W0fkHa__itemContainer .style-module-scss-module__W0fkHa__remove:active,.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section .style-module-scss-module__W0fkHa__itemContainer .style-module-scss-module__W0fkHa__restore:active{transform:translate(-50%,-50%)scale(.95)}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section .style-module-scss-module__W0fkHa__itemContainer .style-module-scss-module__W0fkHa__remove i,.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section .style-module-scss-module__W0fkHa__itemContainer .style-module-scss-module__W0fkHa__restore i{pointer-events:none;position:relative}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section .style-module-scss-module__W0fkHa__itemContainer .style-module-scss-module__W0fkHa__remove{background:rgba(var(--blert-red-base),.6)}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section .style-module-scss-module__W0fkHa__itemContainer .style-module-scss-module__W0fkHa__remove:hover{background:rgba(var(--blert-red-base),.75)}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section .style-module-scss-module__W0fkHa__itemContainer .style-module-scss-module__W0fkHa__remove i{top:1px}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section .style-module-scss-module__W0fkHa__itemContainer .style-module-scss-module__W0fkHa__restore{background:rgba(var(--blert-green-base),.6)}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section .style-module-scss-module__W0fkHa__itemContainer .style-module-scss-module__W0fkHa__restore:hover{background:rgba(var(--blert-green-base),.75)}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section .style-module-scss-module__W0fkHa__itemContainer:hover .style-module-scss-module__W0fkHa__remove,.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section .style-module-scss-module__W0fkHa__itemContainer:hover .style-module-scss-module__W0fkHa__restore{opacity:1;pointer-events:auto}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section .style-module-scss-module__W0fkHa__item{border:1px solid #0000;border-radius:4px;padding:3px;transition:all .2s}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section .style-module-scss-module__W0fkHa__item.style-module-scss-module__W0fkHa__selected{border-color:var(--blert-purple);background:rgba(var(--blert-purple-base),.15);box-shadow:0 0 8px rgba(var(--blert-purple-base),.3)}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section .style-module-scss-module__W0fkHa__item.style-module-scss-module__W0fkHa__hidden{opacity:.3;filter:grayscale()}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section .style-module-scss-module__W0fkHa__item.style-module-scss-module__W0fkHa__editing{cursor:default}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section .style-module-scss-module__W0fkHa__item.style-module-scss-module__W0fkHa__editing:hover,.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section .style-module-scss-module__W0fkHa__item.style-module-scss-module__W0fkHa__editing:active{transform:none}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section .style-module-scss-module__W0fkHa__item:not(.style-module-scss-module__W0fkHa__editing):hover{cursor:pointer;transform:scale(1.08)}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section .style-module-scss-module__W0fkHa__item:not(.style-module-scss-module__W0fkHa__editing):hover:not(.style-module-scss-module__W0fkHa__selected){background:rgba(var(--blert-surface-light-base),.6);border-color:rgba(var(--blert-purple-base),.2)}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section .style-module-scss-module__W0fkHa__item:not(.style-module-scss-module__W0fkHa__editing):active{transform:scale(1.02)}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section .style-module-scss-module__W0fkHa__item:not(.style-module-scss-module__W0fkHa__editing).style-module-scss-module__W0fkHa__selected:hover{transform:scale(1.04)}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section .style-module-scss-module__W0fkHa__item:has(.style-module-scss-module__W0fkHa__add){border-color:rgba(var(--blert-purple-base),.15)}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section .style-module-scss-module__W0fkHa__item:has(.style-module-scss-module__W0fkHa__add):hover{transform:none}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section .style-module-scss-module__W0fkHa__item:has(.style-module-scss-module__W0fkHa__add):hover i{color:var(--blert-purple)}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section .style-module-scss-module__W0fkHa__item.style-module-scss-module__W0fkHa__hasSearch{border-color:rgba(var(--blert-purple-base),.8)!important}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__section .style-module-scss-module__W0fkHa__item.style-module-scss-module__W0fkHa__hasSearch i{color:var(--blert-purple)}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__add{justify-content:center;align-items:center;display:flex;position:relative}.style-module-scss-module__W0fkHa__itemSelector .style-module-scss-module__W0fkHa__add i{color:var(--blert-font-color-secondary);font-size:1.1rem;transition:color .2s}.style-module-scss-module__W0fkHa__addSearch{z-index:20;position:fixed;box-shadow:0 4px 12px #0006}.style-module-scss-module__W0fkHa__publishModal{width:90vw;max-width:800px}@media (max-width:940px){.style-module-scss-module__W0fkHa__publishModal{border-radius:0;width:100%;max-width:100%;height:100vh}}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__publishDialog{flex-direction:column;gap:1.5rem;max-height:calc(90vh - 80px);padding:1.5rem;display:flex;overflow-y:auto}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__publishDialog::-webkit-scrollbar{width:6px;height:6px}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__publishDialog::-webkit-scrollbar-track{background:#23242f;border-radius:2px}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__publishDialog::-webkit-scrollbar-thumb{background:var(--blert-font-color-secondary);border-radius:4px}@media (max-width:940px){.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__publishDialog{gap:1rem;padding:1rem}}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__localNotice{background:linear-gradient(135deg,rgba(var(--blert-purple-base),.1)0%,rgba(var(--blert-purple-base),.05)100%);border:2px solid rgba(var(--blert-purple-base),.3);border-radius:12px;gap:1rem;padding:1.25rem;display:flex}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__localNotice .style-module-scss-module__W0fkHa__noticeIcon{background:rgba(var(--blert-purple-base),.2);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__localNotice .style-module-scss-module__W0fkHa__noticeIcon i{color:var(--blert-purple);font-size:1.5rem}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__localNotice .style-module-scss-module__W0fkHa__noticeContent{flex:1}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__localNotice .style-module-scss-module__W0fkHa__noticeContent h3{color:var(--blert-font-color-primary);margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__localNotice .style-module-scss-module__W0fkHa__noticeContent p{color:var(--blert-font-color-secondary);margin:0;font-size:.9rem;line-height:1.5}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__benefits{background:var(--blert-surface-dark);border:1px solid var(--blert-divider-color);border-radius:10px;padding:1.25rem}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__benefits h4{color:var(--blert-font-color-primary);margin:0 0 1rem;font-size:1rem;font-weight:600}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__benefits ul{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__benefits ul li{align-items:flex-start;gap:.75rem;display:flex}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__benefits ul li>i{color:var(--blert-green);flex-shrink:0;width:30px;margin-top:.125rem;font-size:1.25rem}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__benefits ul li>div{flex-direction:column;gap:.125rem;display:flex}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__benefits ul li>div strong{color:var(--blert-font-color-primary);font-size:.95rem;font-weight:600}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__benefits ul li>div span{color:var(--blert-font-color-secondary);font-size:.85rem;line-height:1.4}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__setupPreview{flex-direction:column;gap:.75rem;display:flex}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__setupPreview .style-module-scss-module__W0fkHa__previewLabel{color:var(--blert-font-color-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:500}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__setupPreview .style-module-scss-module__W0fkHa__previewCard{background:var(--blert-panel-background-color);border:1px solid var(--blert-divider-color);border-radius:8px;align-items:center;gap:1rem;padding:1rem;display:flex}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__setupPreview .style-module-scss-module__W0fkHa__previewCard .style-module-scss-module__W0fkHa__previewIcon{background:rgba(var(--blert-purple-base),.1);border:1px solid rgba(var(--blert-purple-base),.3);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__setupPreview .style-module-scss-module__W0fkHa__previewCard .style-module-scss-module__W0fkHa__previewIcon i{color:var(--blert-purple);font-size:1.5rem}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__setupPreview .style-module-scss-module__W0fkHa__previewCard .style-module-scss-module__W0fkHa__previewInfo{flex:1;min-width:0}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__setupPreview .style-module-scss-module__W0fkHa__previewCard .style-module-scss-module__W0fkHa__previewInfo .style-module-scss-module__W0fkHa__previewName{color:var(--blert-font-color-primary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:1rem;font-weight:600;display:block;overflow:hidden}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__setupPreview .style-module-scss-module__W0fkHa__previewCard .style-module-scss-module__W0fkHa__previewInfo .style-module-scss-module__W0fkHa__previewMeta{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__setupPreview .style-module-scss-module__W0fkHa__previewCard .style-module-scss-module__W0fkHa__previewInfo .style-module-scss-module__W0fkHa__previewMeta span{color:var(--blert-font-color-secondary);align-items:center;gap:.4rem;font-size:.85rem;display:flex}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__setupPreview .style-module-scss-module__W0fkHa__previewCard .style-module-scss-module__W0fkHa__previewInfo .style-module-scss-module__W0fkHa__previewMeta span i{font-size:.8rem}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__publishInfo{background:linear-gradient(135deg,rgba(var(--blert-purple-base),.08)0%,rgba(var(--blert-purple-base),.02)100%);border:1px solid rgba(var(--blert-purple-base),.3);border-radius:12px;gap:1rem;padding:1.25rem;display:flex}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__publishInfo .style-module-scss-module__W0fkHa__infoIcon{background:rgba(var(--blert-green-base),.15);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__publishInfo .style-module-scss-module__W0fkHa__infoIcon i{color:var(--blert-green);font-size:1.5rem}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__publishInfo .style-module-scss-module__W0fkHa__infoContent{flex:1}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__publishInfo .style-module-scss-module__W0fkHa__infoContent h3{color:var(--blert-font-color-primary);margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__publishInfo .style-module-scss-module__W0fkHa__infoContent p{color:var(--blert-font-color-secondary);margin:0;font-size:.9rem;line-height:1.5}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__publishInfo .style-module-scss-module__W0fkHa__infoContent p strong{color:var(--blert-green);font-weight:600}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__issues{background:rgba(var(--blert-red-base),.05);border:1px solid rgba(var(--blert-red-base),.3);border-radius:10px;padding:1rem}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__issues .style-module-scss-module__W0fkHa__issuesHeader{color:var(--blert-red);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.95rem;font-weight:600;display:flex}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__issues .style-module-scss-module__W0fkHa__issuesHeader i{font-size:1.1rem}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__issues ul{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__issues .style-module-scss-module__W0fkHa__issue{align-items:flex-start;gap:.5rem;font-size:.9rem;line-height:1.4;display:flex}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__issues .style-module-scss-module__W0fkHa__issue i{flex-shrink:0;margin-top:.125rem}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__issues .style-module-scss-module__W0fkHa__issue.style-module-scss-module__W0fkHa__warning,.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__issues .style-module-scss-module__W0fkHa__issue.style-module-scss-module__W0fkHa__warning i{color:var(--blert-yellow)}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__issues .style-module-scss-module__W0fkHa__issue.style-module-scss-module__W0fkHa__error,.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__issues .style-module-scss-module__W0fkHa__issue.style-module-scss-module__W0fkHa__error i{color:var(--blert-red)}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__field{flex-direction:column;gap:.5rem;display:flex}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__field label{color:var(--blert-font-color-primary);align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__field label i{color:var(--blert-purple);font-size:.9rem}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__field label .style-module-scss-module__W0fkHa__optional{color:var(--blert-font-color-secondary);font-size:.85rem;font-weight:400}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__field textarea{color:var(--blert-font-color-primary);background:var(--blert-panel-background-color);border:1px solid var(--blert-divider-color);resize:vertical;border-radius:6px;padding:.75rem;font-family:inherit;font-size:.9rem;line-height:1.5;transition:all .2s}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__field textarea:focus{border-color:var(--blert-purple);background:var(--blert-surface-dark);outline:none}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__field textarea::placeholder{color:var(--blert-font-color-secondary)}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__field .style-module-scss-module__W0fkHa__characterCount{text-align:right;color:var(--blert-font-color-secondary);font-size:.8rem}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__actions{border-top:1px solid var(--blert-divider-color);justify-content:flex-end;gap:.75rem;padding-top:1rem;display:flex}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__actions button{border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;transition:all .2s;display:flex}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__actions button i{font-size:.9rem}@media (max-width:940px){.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__actions{flex-direction:column-reverse}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__actions button{justify-content:center;width:100%}}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__signupButton{background:var(--blert-purple);color:#fff;position:relative;overflow:hidden}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__signupButton:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .4s,height .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__signupButton:hover:before{width:300px;height:300px}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__signupButton:hover{background:rgba(var(--blert-purple-base),.9);box-shadow:0 4px 12px rgba(var(--blert-purple-base),.4)}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__signupButton:active{transform:translateY(0)}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__publishButton{color:#fff}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__publishButton:disabled{opacity:.5;cursor:not-allowed}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__signInPrompt{text-align:center;color:var(--blert-font-color-secondary);padding-top:.5rem;font-size:.9rem}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__signInPrompt a{color:var(--blert-purple);font-weight:500;text-decoration:none}.style-module-scss-module__W0fkHa__publishModal .style-module-scss-module__W0fkHa__signInPrompt a:hover{text-decoration:underline}.style-module-scss-module__W0fkHa__shortcutsModal{max-width:900px}.style-module-scss-module__W0fkHa__shortcutsModal .style-module-scss-module__W0fkHa__modalHeader{border-bottom:1px solid rgba(var(--blert-purple-base),.15);background:linear-gradient(135deg,var(--blert-panel-background-color)0%,rgba(var(--blert-surface-dark-base),.8)100%);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.style-module-scss-module__W0fkHa__shortcutsModal .style-module-scss-module__W0fkHa__modalHeader h2{color:var(--blert-font-color-primary);margin:0;font-size:1.25rem;font-weight:600}.style-module-scss-module__W0fkHa__shortcutsModal .style-module-scss-module__W0fkHa__modalHeader button{cursor:pointer;color:var(--blert-font-color-secondary);background:0 0;border:none;padding:8px;font-size:16px;transition:all .2s}.style-module-scss-module__W0fkHa__shortcutsModal .style-module-scss-module__W0fkHa__modalHeader button:hover{color:var(--blert-font-color-primary)}.style-module-scss-module__W0fkHa__shortcutsModal .style-module-scss-module__W0fkHa__shortcutsContent{background:linear-gradient(135deg,rgba(var(--blert-surface-dark-base),.3)0%,rgba(var(--blert-panel-background-color-base),.2)100%);grid-template-columns:repeat(2,1fr);gap:24px;padding:24px;display:grid}@media (max-width:768px){.style-module-scss-module__W0fkHa__shortcutsModal .style-module-scss-module__W0fkHa__shortcutsContent{grid-template-columns:1fr;gap:20px}}.style-module-scss-module__W0fkHa__shortcutsModal .style-module-scss-module__W0fkHa__shortcutCategory{flex-direction:column;display:flex}.style-module-scss-module__W0fkHa__shortcutsModal .style-module-scss-module__W0fkHa__shortcutCategory h3{border-bottom:1px solid rgba(var(--blert-purple-base),.2);color:var(--blert-font-color-primary);align-items:center;margin:0 0 12px;padding-bottom:8px;font-size:1rem;font-weight:600;display:flex}.style-module-scss-module__W0fkHa__shortcutsModal .style-module-scss-module__W0fkHa__shortcutList{flex-direction:column;gap:6px;display:flex}.style-module-scss-module__W0fkHa__shortcutsModal .style-module-scss-module__W0fkHa__shortcutItem{background:linear-gradient(135deg,rgba(var(--blert-surface-dark-base),.6)0%,rgba(var(--blert-surface-darker-base),.4)100%);border:1px solid rgba(var(--blert-purple-base),.1);border-radius:6px;justify-content:space-between;align-items:center;gap:16px;padding:10px 14px;transition:all .2s;display:flex}.style-module-scss-module__W0fkHa__shortcutsModal .style-module-scss-module__W0fkHa__shortcutItem:hover{background:linear-gradient(135deg,rgba(var(--blert-surface-dark-base),.8)0%,rgba(var(--blert-surface-darker-base),.6)100%);border-color:rgba(var(--blert-purple-base),.25);transform:translate(2px)}.style-module-scss-module__W0fkHa__shortcutsModal .style-module-scss-module__W0fkHa__shortcutItem .style-module-scss-module__W0fkHa__keys{flex-shrink:0;gap:6px;min-width:fit-content;display:flex}.style-module-scss-module__W0fkHa__shortcutsModal .style-module-scss-module__W0fkHa__shortcutItem .style-module-scss-module__W0fkHa__key{background:linear-gradient(145deg,var(--blert-panel-background-color),var(--blert-surface-darker));border:1px solid rgba(var(--blert-font-color-primary-base),.3);color:var(--blert-font-color-primary);text-align:center;border-radius:4px;min-width:28px;padding:4px 10px;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:500;box-shadow:0 2px #0000004d,inset 0 1px #ffffff0d}.style-module-scss-module__W0fkHa__shortcutsModal .style-module-scss-module__W0fkHa__shortcutItem .style-module-scss-module__W0fkHa__description{color:var(--blert-font-color-primary);text-align:right;flex:1;font-size:14px;line-height:1.4}.style-module-scss-module__W0fkHa__commentModal{max-width:500px}.style-module-scss-module__W0fkHa__commentModal .style-module-scss-module__W0fkHa__modalHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.style-module-scss-module__W0fkHa__commentModal .style-module-scss-module__W0fkHa__modalHeader h2{color:var(--blert-font-color-primary);align-items:center;gap:8px;margin:0;font-size:18px;font-weight:600;display:flex}.style-module-scss-module__W0fkHa__commentModal .style-module-scss-module__W0fkHa__modalHeader h2 i{color:var(--blert-purple)}.style-module-scss-module__W0fkHa__commentModal .style-module-scss-module__W0fkHa__modalHeader button{cursor:pointer;color:var(--blert-font-color-secondary);background:0 0;border:none;padding:8px;font-size:16px;transition:color .2s}.style-module-scss-module__W0fkHa__commentModal .style-module-scss-module__W0fkHa__modalHeader button:hover{color:var(--blert-font-color-primary)}.style-module-scss-module__W0fkHa__commentModal .style-module-scss-module__W0fkHa__commentDialog{flex-direction:column;gap:8px;padding:16px 24px;display:flex}.style-module-scss-module__W0fkHa__commentModal .style-module-scss-module__W0fkHa__commentDialog textarea{min-width:300px;color:var(--blert-font-color-primary);background:var(--blert-surface-dark);border:1px solid rgba(var(--blert-purple-base),.3);resize:vertical;border-radius:5px;padding:12px;font-family:inherit;font-size:14px;line-height:1.5;transition:border-color .2s}.style-module-scss-module__W0fkHa__commentModal .style-module-scss-module__W0fkHa__commentDialog textarea:focus{border-color:var(--blert-purple);outline:none}.style-module-scss-module__W0fkHa__commentModal .style-module-scss-module__W0fkHa__commentDialog textarea::placeholder{color:var(--blert-font-color-secondary)}.style-module-scss-module__W0fkHa__commentModal .style-module-scss-module__W0fkHa__commentDialog .style-module-scss-module__W0fkHa__characterCount{color:var(--blert-font-color-secondary);text-align:right;margin-top:-4px;font-size:12px}.style-module-scss-module__W0fkHa__commentModal .style-module-scss-module__W0fkHa__commentDialog .style-module-scss-module__W0fkHa__actions{justify-content:flex-end;gap:8px;margin-top:8px;display:flex}
.style-module-scss-module__YhSgRG__panel{background-color:var(--blert-panel-background-color);border-radius:5px;padding:10px;display:flex;box-shadow:0 0 5px #00000080}.style-module-scss-module__YhSgRG__players{-webkit-user-select:none;user-select:none;align-items:center;gap:8px;display:flex;position:relative}.style-module-scss-module__YhSgRG__players .style-module-scss-module__YhSgRG__arrow{width:40px;color:var(--blert-font-color-primary);cursor:pointer;z-index:1;font-size:28px;transition:all .2s}.style-module-scss-module__YhSgRG__players .style-module-scss-module__YhSgRG__arrow:not(:disabled):hover{color:var(--blert-purple)}.style-module-scss-module__YhSgRG__players .style-module-scss-module__YhSgRG__arrow:disabled{opacity:.5;cursor:not-allowed}.style-module-scss-module__YhSgRG__players .style-module-scss-module__YhSgRG__wrapper{border-radius:4px;position:relative;overflow:hidden}.style-module-scss-module__YhSgRG__players .style-module-scss-module__YhSgRG__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__YhSgRG__players .style-module-scss-module__YhSgRG__list.style-module-scss-module__YhSgRG__dragging{transition:none}.style-module-scss-module__YhSgRG__players .style-module-scss-module__YhSgRG__addPlayer{border:1px dashed var(--blert-font-color-secondary);border-radius:5px;justify-content:center;width:60px;min-height:300px;display:inline-flex}.style-module-scss-module__YhSgRG__players .style-module-scss-module__YhSgRG__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__YhSgRG__players .style-module-scss-module__YhSgRG__addPlayer>button i{width:16px;font-size:18px}.style-module-scss-module__YhSgRG__players .style-module-scss-module__YhSgRG__addPlayer>button:disabled{opacity:.5}.style-module-scss-module__YhSgRG__players .style-module-scss-module__YhSgRG__addPlayer>button:not(:disabled):hover{color:var(--blert-purple);cursor:pointer}.style-module-scss-module__YhSgRG__players .style-module-scss-module__YhSgRG__footer{margin-top:8px}.style-module-scss-module__YhSgRG__players .style-module-scss-module__YhSgRG__footer .style-module-scss-module__YhSgRG__dots{z-index:1;justify-content:center;gap:8px;display:flex}.style-module-scss-module__YhSgRG__players .style-module-scss-module__YhSgRG__footer .style-module-scss-module__YhSgRG__dots .style-module-scss-module__YhSgRG__dot{background:var(--blert-font-color-primary);opacity:.5;border-radius:50%;width:10px;height:10px;padding:1px;transition:all .2s}.style-module-scss-module__YhSgRG__players .style-module-scss-module__YhSgRG__footer .style-module-scss-module__YhSgRG__dots .style-module-scss-module__YhSgRG__dot.style-module-scss-module__YhSgRG__active{opacity:1;background:var(--blert-purple)}.style-module-scss-module__YhSgRG__players .style-module-scss-module__YhSgRG__footer .style-module-scss-module__YhSgRG__addPlayer{width:100%;min-height:40px;margin-top:8px}.style-module-scss-module__YhSgRG__players .style-module-scss-module__YhSgRG__footer .style-module-scss-module__YhSgRG__addPlayer button{flex-direction:row}.style-module-scss-module__YhSgRG__player{flex-direction:column;align-items:center;width:200px;display:flex}.style-module-scss-module__YhSgRG__player .style-module-scss-module__YhSgRG__header{align-items:center;gap:8px;margin-bottom:.5em;display:flex}.style-module-scss-module__YhSgRG__player .style-module-scss-module__YhSgRG__name{text-align:center;justify-content:center;margin:0;font-size:18px;font-weight:500;position:relative}.style-module-scss-module__YhSgRG__player .style-module-scss-module__YhSgRG__name .style-module-scss-module__YhSgRG__playerActions{opacity:0;transition:all .2s;position:absolute;top:-2px;right:-50px}.style-module-scss-module__YhSgRG__player .style-module-scss-module__YhSgRG__name .style-module-scss-module__YhSgRG__playerActions button{color:var(--blert-font-color-primary);padding:4px;font-size:14px}.style-module-scss-module__YhSgRG__player .style-module-scss-module__YhSgRG__name .style-module-scss-module__YhSgRG__playerActions button:hover{color:var(--blert-purple);cursor:pointer}.style-module-scss-module__YhSgRG__player:hover .style-module-scss-module__YhSgRG__playerActions{opacity:1}.style-module-scss-module__YhSgRG__player .style-module-scss-module__YhSgRG__slotContainer{margin:.5em 0;display:grid}.style-module-scss-module__YhSgRG__player .style-module-scss-module__YhSgRG__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__YhSgRG__player .style-module-scss-module__YhSgRG__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__YhSgRG__player .style-module-scss-module__YhSgRG__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__YhSgRG__player .style-module-scss-module__YhSgRG__spellbook{width:calc(1*var(--slot-size));height:calc(1*var(--slot-size))}.style-module-scss-module__YhSgRG__player .style-module-scss-module__YhSgRG__editActions{flex-direction:column;align-items:center;gap:4px;display:flex}.style-module-scss-module__YhSgRG__player .style-module-scss-module__YhSgRG__editActions button{padding:4px 12px;font-size:14px;transition:all .2s}.style-module-scss-module__YhSgRG__player .style-module-scss-module__YhSgRG__editActions button i{margin-right:8px}.style-module-scss-module__YhSgRG__player .style-module-scss-module__YhSgRG__editActions button:hover{cursor:pointer;filter:brightness(1.4)}.style-module-scss-module__YhSgRG__player .style-module-scss-module__YhSgRG__editActions button:hover i{transform:scale(1.1)}.style-module-scss-module__YhSgRG__player .style-module-scss-module__YhSgRG__editActions .style-module-scss-module__YhSgRG__import{color:var(--blert-purple)}.style-module-scss-module__YhSgRG__player .style-module-scss-module__YhSgRG__editActions .style-module-scss-module__YhSgRG__remove{color:var(--blert-red)}.style-module-scss-module__YhSgRG__player.style-module-scss-module__YhSgRG__highlighted{outline:2px solid var(--blert-purple);outline-offset:2px;border-radius:5px;transition:outline-color .2s}.style-module-scss-module__YhSgRG__slot{width:calc(var(--slot-size) - 2px);height:calc(var(--slot-size) - 2px);background:var(--blert-surface-dark);justify-content:center;align-items:center;margin:1px;display:flex;position:relative}.style-module-scss-module__YhSgRG__slot:hover{background:var(--blert-surface-light)}.style-module-scss-module__YhSgRG__slot.style-module-scss-module__YhSgRG__highlighted{background:var(--blert-surface-light);outline:1px solid var(--blert-font-color-primary)}.style-module-scss-module__YhSgRG__slot:not(.style-module-scss-module__YhSgRG__empty).style-module-scss-module__YhSgRG__invalid:hover{border:1px solid rgba(var(--blert-red-base),.5);background:rgba(var(--blert-red-base),.1)}.style-module-scss-module__YhSgRG__slot:not(.style-module-scss-module__YhSgRG__empty).style-module-scss-module__YhSgRG__valid:hover{border:1px solid rgba(var(--blert-green-base),.5);background:rgba(var(--blert-green-base),.1);cursor:pointer}.style-module-scss-module__YhSgRG__slot.style-module-scss-module__YhSgRG__empty,.style-module-scss-module__YhSgRG__slot.style-module-scss-module__YhSgRG__empty:hover{background:0 0}.style-module-scss-module__YhSgRG__slot.style-module-scss-module__YhSgRG__search{border:1px solid var(--blert-purple)}.style-module-scss-module__YhSgRG__slot.style-module-scss-module__YhSgRG__deletable{border:1px solid rgba(var(--blert-red-base),.6);background:rgba(var(--blert-red-base),.15);cursor:pointer}.style-module-scss-module__YhSgRG__slot.style-module-scss-module__YhSgRG__deletable:hover{background:rgba(var(--blert-red-base),.2)}.style-module-scss-module__YhSgRG__slot.style-module-scss-module__YhSgRG__eyedropperHint{outline:1px solid rgba(var(--blert-purple-base),.3);outline-offset:-1px}.style-module-scss-module__YhSgRG__slot.style-module-scss-module__YhSgRG__eyedropperHover{border:1px solid var(--blert-purple);background:rgba(var(--blert-purple-base),.2);cursor:copy}.style-module-scss-module__YhSgRG__slot.style-module-scss-module__YhSgRG__eyedropperHover:hover{background:rgba(var(--blert-purple-base),.25)}.style-module-scss-module__YhSgRG__slot .style-module-scss-module__YhSgRG__itemWrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.style-module-scss-module__YhSgRG__slot .style-module-scss-module__YhSgRG__commentBadge{color:var(--blert-purple);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__YhSgRG__slot:hover .style-module-scss-module__YhSgRG__commentBadge{transform:scale(1.15)}.style-module-scss-module__YhSgRG__slotTooltipContent{min-width:200px;max-width:300px}.style-module-scss-module__YhSgRG__tooltipHeader{color:var(--blert-font-color-primary);border-bottom:1px solid rgba(var(--blert-surface-light-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__YhSgRG__commentSection{color:var(--blert-font-color-secondary);gap:.5rem;font-size:.85rem;display:flex}.style-module-scss-module__YhSgRG__commentSection i{flex-shrink:0;margin-top:2px}.style-module-scss-module__YhSgRG__commentSection .style-module-scss-module__YhSgRG__commentText{white-space:pre-wrap;word-break:break-word;line-height:1.4}.style-module-scss-module__YhSgRG__slotSearch{top:var(--slot-size);z-index:100;background:var(--blert-panel-background-color);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__YhSgRG__spellbookSlot:not(.style-module-scss-module__YhSgRG__readonly){cursor:pointer}.style-module-scss-module__YhSgRG__itemCounts{flex-direction:column;width:100%}.style-module-scss-module__YhSgRG__itemCounts h3{margin:0 0 12px;font-size:18px;font-weight:500}.style-module-scss-module__YhSgRG__itemCounts h3 i{color:var(--blert-purple);margin-right:4px}.style-module-scss-module__YhSgRG__itemCounts .style-module-scss-module__YhSgRG__items{flex-flow:wrap;gap:12px;display:flex}.style-module-scss-module__YhSgRG__itemCounts .style-module-scss-module__YhSgRG__itemCount{background:var(--blert-surface-dark);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__YhSgRG__itemCounts .style-module-scss-module__YhSgRG__itemCount:hover{color:#fff;transform:scale(1.1)}.style-module-scss-module__YhSgRG__itemCounts .style-module-scss-module__YhSgRG__itemCount.style-module-scss-module__YhSgRG__highlighted{background:var(--blert-surface-light);outline:1px solid var(--blert-font-color-primary)}.style-module-scss-module__YhSgRG__itemCounts .style-module-scss-module__YhSgRG__itemCount .style-module-scss-module__YhSgRG__quantity{font-size:14px}.style-module-scss-module__YhSgRG__itemCounts .style-module-scss-module__YhSgRG__noItems{font-size:14px;font-style:italic}
.style-module-scss-module__naFIya__itemSearch{position:relative}.style-module-scss-module__naFIya__itemSearch.style-module-scss-module__naFIya__openBelow input{border-bottom:none;border-radius:5px 5px 0 0;padding-bottom:9px}.style-module-scss-module__naFIya__itemSearch.style-module-scss-module__naFIya__openAbove input{border-top:none;border-radius:0 0 5px 5px;padding-top:9px}.style-module-scss-module__naFIya__itemSearch input{border:1px solid rgba(var(--blert-font-color-primary-base),.3);background:var(--blert-surface-dark);color:var(--blert-font-color-primary);border-radius:5px;padding:8px 12px;font-size:14px;transition:border-color .2s}.style-module-scss-module__naFIya__itemSearch input:focus{border-color:rgba(var(--blert-purple-base),.6);outline:none}.style-module-scss-module__naFIya__itemSearch input::placeholder{color:rgba(var(--blert-font-color-primary-base),.5)}.style-module-scss-module__naFIya__itemSearch input:disabled{opacity:.5;cursor:not-allowed}.style-module-scss-module__naFIya__itemSearch input:focus+.style-module-scss-module__naFIya__key{opacity:0}.style-module-scss-module__naFIya__itemSearch .style-module-scss-module__naFIya__key{color:rgba(var(--blert-font-color-primary-base),.5);border:1px solid rgba(var(--blert-font-color-primary-base),.3);background:linear-gradient(145deg,rgba(var(--blert-panel-background-color-base),.6),rgba(var(--blert-surface-darker-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__naFIya__menu{border-color:rgba(var(--blert-purple-base),.6);background:linear-gradient(145deg,rgba(var(--blert-panel-background-color-base),1),rgba(var(--blert-surface-dark-base),1));flex-direction:column;min-width:200px;max-height:440px;display:flex}.style-module-scss-module__naFIya__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__naFIya__item .style-module-scss-module__naFIya__name{white-space:nowrap;text-overflow:ellipsis;color:var(--blert-font-color-primary);font-size:14px;overflow:hidden}.style-module-scss-module__naFIya__item .style-module-scss-module__naFIya__id{color:var(--blert-font-color-secondary);padding-top:5px;font-family:monospace;font-size:12px}
.style-module-scss-module__KRvC6q__voteBar{align-items:center;gap:8px;height:32px;display:flex}.style-module-scss-module__KRvC6q__voteBar .style-module-scss-module__KRvC6q__voteButton{border-radius:4px;align-items:center;gap:6px;padding:4px 8px;font-size:14px;font-weight:500;transition:all .2s;display:flex;position:relative;overflow:hidden}.style-module-scss-module__KRvC6q__voteBar .style-module-scss-module__KRvC6q__voteButton:after{content:"";opacity:0;background:#ffffff1a;border-radius:50%;width:100%;height:100%;transition:transform .4s,opacity .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.style-module-scss-module__KRvC6q__voteBar .style-module-scss-module__KRvC6q__voteButton:not(:disabled):hover{color:#fff;cursor:pointer}.style-module-scss-module__KRvC6q__voteBar .style-module-scss-module__KRvC6q__voteButton:not(:disabled):active:after{opacity:1;transition:transform .2s,opacity .2s;transform:translate(-50%,-50%)scale(2)}.style-module-scss-module__KRvC6q__voteBar .style-module-scss-module__KRvC6q__voteButton.style-module-scss-module__KRvC6q__active{color:#fff}.style-module-scss-module__KRvC6q__voteBar .style-module-scss-module__KRvC6q__voteButton.style-module-scss-module__KRvC6q__like.style-module-scss-module__KRvC6q__active,.style-module-scss-module__KRvC6q__voteBar .style-module-scss-module__KRvC6q__voteButton.style-module-scss-module__KRvC6q__like:not(:disabled):hover{color:var(--blert-green)}.style-module-scss-module__KRvC6q__voteBar .style-module-scss-module__KRvC6q__voteButton.style-module-scss-module__KRvC6q__dislike.style-module-scss-module__KRvC6q__active,.style-module-scss-module__KRvC6q__voteBar .style-module-scss-module__KRvC6q__voteButton.style-module-scss-module__KRvC6q__dislike:not(:disabled):hover{color:var(--blert-red)}.style-module-scss-module__KRvC6q__voteBar .style-module-scss-module__KRvC6q__voteButton:disabled{opacity:.8;cursor:not-allowed}.style-module-scss-module__KRvC6q__voteBar .style-module-scss-module__KRvC6q__voteButton span{text-align:center;min-width:1em}.style-module-scss-module__KRvC6q__voteBar .style-module-scss-module__KRvC6q__voteButton i{transition:transform .2s}.style-module-scss-module__KRvC6q__voteBar .style-module-scss-module__KRvC6q__voteButton:not(:disabled):hover i{transform:scale(1.2)}.style-module-scss-module__KRvC6q__voteBar .style-module-scss-module__KRvC6q__barContainer{background:var(--blert-red);cursor:pointer;border-radius:2px;flex:1;height:4px;position:relative;overflow:hidden}.style-module-scss-module__KRvC6q__voteBar .style-module-scss-module__KRvC6q__barContainer:hover .style-module-scss-module__KRvC6q__bar{filter:brightness(1.2)}.style-module-scss-module__KRvC6q__voteBar .style-module-scss-module__KRvC6q__barContainer:after{content:"";background:linear-gradient(90deg,rgba(var(--blert-green-base),.2),rgba(var(--blert-red-base),.2));opacity:0;width:100%;height:100%;transition:opacity .2s;position:absolute;top:0;left:0}.style-module-scss-module__KRvC6q__voteBar .style-module-scss-module__KRvC6q__barContainer:hover:after{opacity:1}.style-module-scss-module__KRvC6q__voteBar .style-module-scss-module__KRvC6q__bar{background:var(--blert-green);height:100%;transition:width .3s cubic-bezier(.4,0,.2,1)}
.placement-preview-module-scss-module__-Nts-G__preview{pointer-events:none;z-index:20;display:grid;position:absolute}.placement-preview-module-scss-module__-Nts-G__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__-Nts-G__previewMode.placement-preview-module-scss-module__-Nts-G__swap{background:rgba(var(--blert-surface-dark-base),.95);border-color:rgba(var(--blert-font-color-primary-base),.3);color:var(--blert-font-color-primary)}.placement-preview-module-scss-module__-Nts-G__previewMode.placement-preview-module-scss-module__-Nts-G__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__-Nts-G__previewMode.placement-preview-module-scss-module__-Nts-G__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__-Nts-G__previewMode .placement-preview-module-scss-module__-Nts-G__key{background:linear-gradient(145deg,var(--blert-panel-background-color),var(--blert-surface-darker));border:1px solid rgba(var(--blert-font-color-primary-base),.3);font-family:var(--font-roboto-mono),monospace;color:var(--blert-font-color-primary);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__-Nts-G__previewSlot{pointer-events:none;border-radius:3px;justify-content:center;align-items:center;transition:all .1s;display:flex}.placement-preview-module-scss-module__-Nts-G__previewSlot.placement-preview-module-scss-module__-Nts-G__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__-Nts-G__previewSlot.placement-preview-module-scss-module__-Nts-G__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__-Nts-G__previewSlot .placement-preview-module-scss-module__-Nts-G__previewItem{opacity:.85;filter:brightness(1.1)}
.selection-overlay-module-scss-module__bv98vW__overlay{pointer-events:none;z-index:10;width:100%;height:100%;display:grid;position:absolute;top:0;left:0}.selection-overlay-module-scss-module__bv98vW__selectedSlot{background:rgba(var(--blert-purple-base),.08);pointer-events:none}.selection-overlay-module-scss-module__bv98vW__selectedSlot.selection-overlay-module-scss-module__bv98vW__cut{background:rgba(var(--blert-yellow-base),.1);border:1px dashed rgba(var(--blert-yellow-base),.5);opacity:.7}.selection-overlay-module-scss-module__bv98vW__selectedSlot.selection-overlay-module-scss-module__bv98vW__copy{background:rgba(var(--blert-blue-base),.1);border:1px solid rgba(var(--blert-blue-base),.4)}
.selectable-container-module-scss-module__oW3bOW__selectableContainer{-webkit-user-select:none;user-select:none;position:relative}.selectable-container-module-scss-module__oW3bOW__marquee{background:rgba(var(--blert-purple-base),.1);border:2px dashed var(--blert-purple);pointer-events:none;z-index:15;box-sizing:border-box;animation:1s ease-in-out infinite selectable-container-module-scss-module__oW3bOW__marquee-pulse;position:absolute}@keyframes selectable-container-module-scss-module__oW3bOW__marquee-pulse{0%,to{opacity:.7}50%{opacity:1}}
