.splash-screen{width:100vw;height:100vh;z-index:99999;opacity:1;visibility:visible;background:#e1e2f2;justify-content:center;align-items:center;height:100dvh;font-family:Lora,serif;animation:5s forwards splash-lifecycle;display:flex;position:fixed;top:0;left:0}@keyframes splash-lifecycle{0%{opacity:1;visibility:visible;pointer-events:auto}83.33%{opacity:1;visibility:visible;pointer-events:auto}to{opacity:0;visibility:hidden;pointer-events:none}}.splash-visible{opacity:1;visibility:visible;pointer-events:auto}.splash-visible{opacity:1;visibility:visible}.splash-hidden{opacity:0;visibility:hidden;pointer-events:none}.splash-background{z-index:-1;background:linear-gradient(114deg,#fbe9eb 0%,#e8e4fa 20.67%,#dbeafa 47.6%,#dfeef9 73.56%,#def8ea 100%);width:100%;height:100%;position:absolute;top:0;left:0}.splash-lights-container{width:100%;height:100%;position:absolute;overflow:hidden}.splash-light-1{background:radial-gradient(50% 50%,#fad7e580 0%,#fad7e500 85.58%);border-radius:50%;width:60vw;height:50vh;animation:8s ease-in-out infinite splash-float;position:absolute;top:5%;left:0%}.splash-light-2{background:radial-gradient(50% 50%,#92b0c54d 0%,#ddeef600 87.02%);border-radius:60%;width:40vw;height:30vh;animation:10s ease-in-out infinite reverse splash-float;position:absolute;bottom:20%;right:10%}.splash-light-3{background:radial-gradient(50% 50%,#e1d6eccc 0%,#dcd7f100 84.62%);border-radius:40%;width:60vw;height:50vh;animation:12s ease-in-out infinite splash-float;position:absolute;bottom:5%;left:10%}@keyframes splash-float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(20px,-15px)scale(1.05)}66%{transform:translate(-15px,10px)scale(.95)}}.splash-content{text-align:center;z-index:1;flex-direction:column;justify-content:center;align-items:center;display:flex}.splash-logo-container{flex-direction:column;align-items:center;margin-bottom:48px;display:flex}.splash-logo-container{flex:0 0 120px;width:120px;height:120px;margin-bottom:32px}.splash-logo-container>.splash-logo{object-fit:contain;filter:drop-shadow(0 0 20px #ffffff4d);width:100%;height:100%;display:block}.splash-title{color:var(--My-black);text-shadow:0 2px 20px #ffffff80;background:var(--New-BluePurble-Gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-family:Lora,serif;font-size:2.5rem;font-weight:600}@media (prefers-reduced-motion:no-preference){.splash-logo{animation:90s linear infinite App-logo-spin}}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.splash-quote-container{margin-bottom:64px}.splash-quote{background:0 0;border:none;transition:transform .5s ease-out,opacity .5s ease-out}.splash-quote p{color:var(--My-black);margin:0 0 16px;font-size:2.5rem;font-style:italic;font-weight:500;line-height:1.6}.splash-quote footer{color:var(--My-gray);font-size:1.8rem;font-style:normal}.splash-loading{justify-content:center;animation:2s ease-out splash-fade-in;display:flex}.splash-loading>p{background:linear-gradient(90deg,var(--My-gray)0%,#cbcbcb 50%,var(--My-gray)100%);-webkit-text-fill-color:transparent;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;margin-top:16px;font-family:Arial,Helvetica,sans-serif;font-size:.9rem;font-weight:600;animation:2s ease-in-out infinite splash-shimmer}.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.is-visible{opacity:1;visibility:visible;animation:1.5s ease-out splash-fade-in}@keyframes splash-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.splash-pulse{background:var(--New-BluePurble-Gradient);width:12px;height:12px;box-shadow:var(--New-BluePurble-Glow);border-radius:50%;animation:2s ease-in-out infinite splash-pulse-dot}@keyframes splash-pulse-dot{0%,to{opacity:1}50%{opacity:.5}}@keyframes splash-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.5)}}@keyframes splash-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:743px){.splash-content{max-width:100%;padding:24px}.splash-logo-container{flex:0 0 80px;width:80px;height:80px;margin-bottom:16px}.splash-logo-container>.splash-logo{width:100%;height:100%}.splash-title{font-size:2rem}.splash-quote p{font-size:1.2rem}.splash-quote footer{font-size:1rem}.splash-logo-container,.splash-quote-container{margin-bottom:32px}}@media (prefers-reduced-motion:reduce){.splash-light-1,.splash-light-2,.splash-light-3,.splash-logo,.splash-pulse,.splash-fade-in{animation:none}}
