.splash-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;z-index:99999;display:flex;background:#e1e2f2;align-items:center;justify-content:center;font-family:Lora,serif;animation:splash-lifecycle 5s forwards;opacity:1;visibility:visible}@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{pointer-events:auto;opacity:1;visibility:visible}.splash-hidden{opacity:0;visibility:hidden;pointer-events:none}.splash-background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(114deg,#fbe9eb,#e8e4fa 20.67%,#dbeafa 47.6%,#dfeef9 73.56%,#def8ea);z-index:-1}.splash-lights-container{position:absolute;width:100%;height:100%;overflow:hidden}.splash-light-1{position:absolute;top:5%;left:0;width:60vw;height:50vh;background:radial-gradient(50% 50% at 50% 50%,rgba(250,215,229,.5) 0,rgba(250,215,229,0) 85.58%);border-radius:50%;animation:splash-float 8s ease-in-out infinite}.splash-light-2{position:absolute;bottom:20%;right:10%;width:40vw;height:30vh;background:radial-gradient(50% 50% at 50% 50%,rgba(146,176,197,.3) 0,rgba(221,238,246,0) 87.02%);border-radius:60%;animation:splash-float 10s ease-in-out infinite reverse}.splash-light-3{position:absolute;bottom:5%;left:10%;width:60vw;height:50vh;background:radial-gradient(50% 50% at 50% 50%,rgba(225,214,236,.8) 0,rgba(220,215,241,0) 84.62%);border-radius:40%;animation:splash-float 12s ease-in-out infinite}@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{justify-content:center;text-align:center;z-index:1}.splash-content,.splash-logo-container{display:flex;flex-direction:column;align-items:center}.splash-logo-container{margin-bottom:48px}.splash-logo{width:120px;height:auto;margin-bottom:32px;filter:drop-shadow(0 0 20px rgba(255,255,255,.3))}.splash-title{font-family:Lora,serif;font-size:2.5rem;font-weight:600;color:var(--My-black);margin:0;text-shadow:0 2px 20px rgba(255,255,255,.5);background:var(--New-BluePurble-Gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (prefers-reduced-motion:no-preference){.splash-logo{animation:App-logo-spin 90s linear infinite}}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.splash-quote-container{margin-bottom:64px;animation:splash-fade-in 1.5s ease-out}.splash-quote{background:transparent;border:none;transition:transform .5s ease-out,opacity .5s ease-out}.splash-quote p{font-size:2.5rem;line-height:1.6;color:var(--My-black);margin:0 0 16px;font-style:italic;font-weight:500}.splash-quote footer{font-size:1.8rem;color:var(--My-gray);font-style:normal}.splash-loading{display:flex;justify-content:center;animation:splash-fade-in 2s ease-out;>p{font-family:Arial,Helvetica,sans-serif;font-weight:600;font-size:.9rem;margin-top:16px;background:linear-gradient(90deg,var(--My-gray) 0,#cbcbcb 50%,var(--My-gray) 100%);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:splash-shimmer 2s ease-in-out infinite}}@keyframes splash-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.splash-pulse{width:12px;height:12px;background:var(--New-BluePurble-Gradient);border-radius:50%;animation:splash-pulse-dot 2s ease-in-out infinite;box-shadow:var(--New-BluePurble-Glow)}@keyframes splash-pulse-dot{0%,to{opacity:1}50%{opacity:.5}}@keyframes splash-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.7}}@keyframes splash-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:743px){.splash-content{padding:24px;max-width:100%}.splash-logo{width:80px;height:80px;margin-bottom:16px}.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-fade-in,.splash-light-1,.splash-light-2,.splash-light-3,.splash-logo,.splash-pulse{animation:none}}