.loading-screen{background:var(--background);z-index:9999;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .5s ease-out;display:flex;position:fixed;top:0;left:0}.loading-screen.fade-out{opacity:0;pointer-events:none}.loader{color:#944d70;max-width:fit-content;font-family:Mine;font-size:50px;font-style:italic;font-weight:600;position:relative}.loader span{transition:all 1s cubic-bezier(.175,.885,.32,1.275);animation:2s infinite cut}.loader:hover{color:#ff8cc8}.loader:after{content:"";filter:blur(10px);z-index:0;background-color:#ff69b480;border-radius:4px;width:100%;height:6px;transition:all 1s cubic-bezier(.175,.885,.32,1.275);animation:2s infinite scan;position:absolute;top:0;left:0}.loader:before{content:"";z-index:1;filter:opacity(.9);background-color:#ff69b4;border-radius:4px;width:100%;height:5px;transition:all 1s cubic-bezier(.175,.885,.32,1.275);animation:2s infinite scan;position:absolute;top:0;left:0}@keyframes scan{0%{top:0}25%{top:54px}50%{top:0}75%{top:54px}}@keyframes cut{0%{clip-path:inset(0)}25%{clip-path:inset(100% 0 0)}50%{clip-path:inset(0 0 100%)}75%{clip-path:inset(0)}}
.light-rays-container{pointer-events:none;z-index:3;width:100%;height:100%;position:relative;overflow:hidden}
.shuffle-parent{white-space:normal;word-wrap:break-word;will-change:transform;visibility:visible;opacity:1;line-height:1.2;display:inline-block}.shuffle-parent.is-ready{visibility:visible;opacity:1}.shuffle-char-wrapper{vertical-align:baseline;display:inline-block;position:relative;overflow:hidden}.shuffle-char-wrapper>span{will-change:transform;display:inline-flex}.shuffle-char{text-align:center;line-height:1;display:inline-block}
.stack-container{perspective:600px;width:100%;height:100%;position:relative}.card-rotate{cursor:grab;width:100%;height:100%;position:absolute}.card-rotate-disabled{cursor:pointer;width:100%;height:100%;position:absolute}.card{border-radius:1rem;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.card img{pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.card-image{object-fit:cover;pointer-events:none;width:100%;height:100%}
