.board-loading-container{background-color:#fafafa;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.dark .board-loading-container{background-color:#0a0a0a}@keyframes logoSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.logo-rotate-slow,.cover-art-spin{animation:1.8s linear infinite logoSpin}.cover-art-container{border-radius:.375rem}.cover-art-container.playing{border-radius:9999px}.cover-art-container.playing .cover-art-image{animation:1.8s linear infinite logoSpin}@keyframes slideInFromLeft{0%{opacity:0;max-width:0;transform:translate(-30px)}to{opacity:1;max-width:200px;transform:translate(0)}}@keyframes slideOutToLeft{0%{opacity:1;max-width:200px;transform:translate(0)}to{opacity:0;max-width:0;transform:translate(-30px)}}.stack-playing-indicator-enter{animation:.45s cubic-bezier(.16,1,.3,1) slideInFromLeft}.stack-playing-indicator-exit{animation:.45s cubic-bezier(.16,1,.3,1) slideOutToLeft}@keyframes pulsatingGlow{0%,to{box-shadow:0 0 8px #e8271e80,0 0 16px #e8271e4d,0 0 24px #e8271e26}50%{box-shadow:0 0 12px #e8271eb3,0 0 24px #e8271e66,0 0 32px #e8271e33}}.logo-recording{z-index:1;border-radius:50%;transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out;animation:1.8s ease-in-out infinite pulsatingGlow;position:relative;background-color:#e8271e!important}.logo-recording img{mix-blend-mode:multiply;filter:brightness(0)saturate()invert(33%)sepia(0%)saturate(0%)hue-rotate()brightness(96%)contrast(96%)}.dark .logo-recording img{mix-blend-mode:multiply;filter:brightness(0)saturate()invert(96%)sepia(0%)saturate(0%)hue-rotate()brightness(96%)contrast(96%)}.bg-pattern{background-color:#f8f8f8;background-image:radial-gradient(#d0d0d0 1px,#0000 1px);background-position:0 0;background-size:30px 30px;transition:background-position .3s ease-out;position:relative;overflow:hidden}
.LyricEditor-module__zJTchG__ProseMirror{color:var(--text-primary);box-sizing:border-box;resize:none;height:100%;max-height:100%;font-family:inherit;line-height:1.6;font-size:inherit;word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap;outline:none;padding-top:8px;overflow-y:auto}.LyricEditor-module__zJTchG__ProseMirror p{margin:.5em 0;padding-right:3rem;position:relative}.LyricEditor-module__zJTchG__ProseMirror p:first-child{margin-top:0}.LyricEditor-module__zJTchG__ProseMirror p:last-child{margin-bottom:0}.LyricEditor-module__zJTchG__ProseMirror h1,.LyricEditor-module__zJTchG__ProseMirror h2,.LyricEditor-module__zJTchG__ProseMirror h3,.LyricEditor-module__zJTchG__ProseMirror h4,.LyricEditor-module__zJTchG__ProseMirror h5,.LyricEditor-module__zJTchG__ProseMirror h6{margin:1em 0 .5em;font-weight:600;line-height:1.3}.LyricEditor-module__zJTchG__ProseMirror h1:first-child,.LyricEditor-module__zJTchG__ProseMirror h2:first-child,.LyricEditor-module__zJTchG__ProseMirror h3:first-child,.LyricEditor-module__zJTchG__ProseMirror h4:first-child,.LyricEditor-module__zJTchG__ProseMirror h5:first-child,.LyricEditor-module__zJTchG__ProseMirror h6:first-child{margin-top:0}.LyricEditor-module__zJTchG__ProseMirror h2{font-size:1.125em}.LyricEditor-module__zJTchG__ProseMirror strong{font-weight:600}.LyricEditor-module__zJTchG__ProseMirror em{font-style:italic}.LyricEditor-module__zJTchG__ProseMirror mark{border-radius:.15em}.LyricEditor-module__zJTchG__ProseMirror ul,.LyricEditor-module__zJTchG__ProseMirror ol{margin:.5em 0;padding-left:1.5em}.LyricEditor-module__zJTchG__ProseMirror li{margin:.25em 0}.LyricEditor-module__zJTchG__ProseMirror blockquote{border-left:4px solid var(--border-default);color:var(--text-secondary);margin:1em 0;padding-left:1em;font-style:italic}.LyricEditor-module__zJTchG__ProseMirror code{background-color:var(--surface-tertiary);border-radius:.25em;padding:.125em .25em;font-family:Courier New,monospace;font-size:.875em}.LyricEditor-module__zJTchG__ProseMirror pre{background-color:var(--surface-tertiary);border-radius:.5em;margin:1em 0;padding:1em;overflow-x:auto}.LyricEditor-module__zJTchG__ProseMirror pre code{background-color:#0000;padding:0}.LyricEditor-module__zJTchG__ProseMirror>p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--text-tertiary);pointer-events:none;height:0}.LyricEditor-module__zJTchG__ProseMirror:focus{outline:none}.LyricEditor-module__zJTchG__ProseMirror-focused{height:100%!important;max-height:100%!important}.LyricEditor-module__zJTchG__ProseMirror-content{height:100%;overflow-y:auto}.LyricEditor-module__zJTchG__cursorContainer .lyrics-cursor{pointer-events:none;flex-direction:column;justify-content:flex-end;align-items:center;gap:2px;display:inline-flex;position:relative;transform:translateY(2px)}.LyricEditor-module__zJTchG__cursorContainer .lyrics-cursor__caret{background-color:var(--cursor-color,#6366f1);border-radius:9999px;width:2px;height:1.4em}.LyricEditor-module__zJTchG__cursorContainer .lyrics-cursor__label{color:#fff;background-color:var(--cursor-color,#6366f1);white-space:nowrap;border-radius:4px;padding:2px 6px;font-size:11px;font-weight:500;line-height:1;position:absolute;bottom:100%;left:4px;box-shadow:0 2px 6px #00000026}.LyricEditor-module__zJTchG__cursorContainer .lyrics-cursor__selection{pointer-events:none}.LyricEditor-module__zJTchG__cursorContainer .syllable-count{color:#0006;pointer-events:none;-webkit-user-select:none;user-select:none;font-family:Courier New,monospace;font-size:12px;line-height:1;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.dark .LyricEditor-module__zJTchG__cursorContainer .syllable-count{color:#ffffff80}.hide-syllable-count .LyricEditor-module__zJTchG__ProseMirror p{padding-right:0}.hide-syllable-count .LyricEditor-module__zJTchG__cursorContainer .syllable-count{display:none}
@font-face{font-family:Courier Prime;font-style:normal;font-weight:400;font-display:swap;src:url(../media/7f6e389592deb6d0-s.0ec6-x.88g1nw.woff2?dpl=dpl_ErYdGPmYzvtQGQ63WaBkKnYRv7Qp)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Courier Prime;font-style:normal;font-weight:400;font-display:swap;src:url(../media/87d3ffffac5dafea-s.p.0~4wuh6y-6rcb.woff2?dpl=dpl_ErYdGPmYzvtQGQ63WaBkKnYRv7Qp)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Courier Prime;font-style:normal;font-weight:700;font-display:swap;src:url(../media/69c6d7b79c8b79fe-s.0mw-vj6qa.0eh.woff2?dpl=dpl_ErYdGPmYzvtQGQ63WaBkKnYRv7Qp)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Courier Prime;font-style:normal;font-weight:700;font-display:swap;src:url(../media/5f440d3eea613716-s.p.0m098o5z92a5j.woff2?dpl=dpl_ErYdGPmYzvtQGQ63WaBkKnYRv7Qp)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Courier Prime Fallback;src:local(Arial);ascent-override:58.08%;descent-override:25.41%;line-gap-override:0.0%;size-adjust:134.5%}.courier_prime_bfa47300-module__YcnYoq__className{font-family:Courier Prime,Courier Prime Fallback;font-style:normal}
