.welcome-overlay{z-index:10000;cursor:pointer;animation:welcomeFadeIn .6s var(--ease-out,cubic-bezier(.22,1,.36,1))forwards;-webkit-backdrop-filter:blur();backdrop-filter:blur();background:radial-gradient(at 50% 45%,#2a6941 0%,#1e4d30 35%,#0a1610 100%);justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.welcome-exit{animation:welcomeFadeOut .8s var(--ease-in-out,cubic-bezier(.65,0,.35,1))forwards}@keyframes welcomeFadeIn{0%{opacity:0}to{opacity:1}}@keyframes welcomeFadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;filter:blur(8px);transform:scale(1.05)}}.welcome-particles{pointer-events:none;position:absolute;inset:0;overflow:hidden}.particle{background:#a8d5a814;border-radius:50%;animation:8s ease-in-out infinite particleFloat;position:absolute}.particle-1{width:300px;height:300px;animation-delay:0s;top:-80px;left:-60px}.particle-2{width:200px;height:200px;animation-delay:-2s;bottom:-40px;right:-40px}.particle-3{width:150px;height:150px;animation-delay:-4s;top:50%;left:60%}.particle-4{background:#c9a96e0f;width:100px;height:100px;animation-delay:-6s;top:30%;left:20%}.particle-5{background:#5a9d6a0d;width:250px;height:250px;animation-delay:-1s;bottom:20%;left:10%}.particle-6{background:#c9a96e0a;width:180px;height:180px;animation-delay:-3s;top:10%;right:20%}@keyframes particleFloat{0%,to{opacity:.5;transform:translateY(0)scale(1)}50%{opacity:1;transform:translateY(-30px)scale(1.1)}}.welcome-content{text-align:center;z-index:1;flex-direction:column;align-items:center;gap:1rem;display:flex}.welcome-logo-wrapper{justify-content:center;align-items:center;margin-bottom:.5rem;display:flex;position:relative}.welcome-logo-glow{mix-blend-mode:screen;background:radial-gradient(circle,#a8d5a873 0%,#5a9d6a33 50%,#0000 80%);border-radius:50%;width:250px;height:250px;animation:2s ease-in-out infinite glowPulse;position:absolute}.welcome-logo-ring{border:2.5px solid #a8d5a866;border-radius:50%;width:190px;height:190px;animation:3s ease-in-out infinite ringExpand;position:absolute}.welcome-logo-ring-2{border:1px solid #a8d5a826;border-radius:50%;width:240px;height:240px;animation:3s ease-in-out .5s infinite ringExpand;position:absolute}.welcome-logo{z-index:1;animation:logoReveal 1.2s .3s var(--ease-out,cubic-bezier(.22,1,.36,1))both;filter:drop-shadow(0 0 25px #fff6)drop-shadow(0 0 50px #5a9d6acc);transition:transform .5s var(--ease-out),filter .5s var(--ease-out);position:relative}.welcome-logo:hover{filter:drop-shadow(0 0 35px #fff9)drop-shadow(0 0 60px #5a9d6a);transform:scale(1.05)rotate(2deg)}@keyframes logoReveal{0%{opacity:0;transform:scale(.6)rotate(-12deg)}65%{filter:drop-shadow(0 0 40px #fff9)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes glowPulse{0%,to{opacity:.45;filter:blur(15px);transform:scale(1)}50%{opacity:.9;filter:blur(30px);transform:scale(1.35)}}@keyframes ringExpand{0%{opacity:0;transform:scale(.65)}15%{opacity:.6}85%{opacity:.2}to{opacity:0;transform:scale(1.4)}}.welcome-divider{width:60px;height:1px;animation:textSlideUp .8s 1.1s var(--ease-out,cubic-bezier(.22,1,.36,1))both;background:linear-gradient(90deg,#0000,#c9a96e99,#0000);margin:.5rem 0}.welcome-title{color:#fff;letter-spacing:.06em;animation:textSlideUp .8s .6s var(--ease-out,cubic-bezier(.22,1,.36,1))both;text-shadow:0 2px 20px #0000004d;margin:0;font-size:clamp(2.2rem,5vw,3.8rem);font-weight:600}.welcome-tagline{color:#a8d5a8d9;letter-spacing:.2em;text-transform:uppercase;animation:textSlideUp .8s .9s var(--ease-out,cubic-bezier(.22,1,.36,1))both;margin:0;font-size:clamp(.9rem,2vw,1.15rem);font-weight:300}.welcome-location{color:#c9a96eb3;letter-spacing:.15em;animation:textSlideUp .8s 1.3s var(--ease-out,cubic-bezier(.22,1,.36,1))both;margin:0;font-size:.85rem;font-weight:300}.welcome-hint{color:#ffffff40;animation:textSlideUp .8s 1.6s var(--ease-out,cubic-bezier(.22,1,.36,1))both;align-items:center;gap:.5rem;margin-top:2.5rem;font-size:.78rem;transition:color .3s;display:flex}.welcome-hint-arrow{animation:2s ease-in-out infinite hintBounce;display:inline-block}.welcome-overlay:hover .welcome-hint{color:#ffffff80}@keyframes textSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes hintBounce{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}@media (max-width:768px){.welcome-logo{width:110px!important;height:110px!important}.welcome-logo-glow,.welcome-logo-ring{width:160px;height:160px}.welcome-logo-ring-2{width:200px;height:200px}}
