*{box-sizing:border-box}:root{--sky-bg-color:#abdcff;--moon-color:#ffd631;--star-color:#fff0b4;--star-fall-color:rgba(255,241,197,.686);--mountain-left-color:linear-gradient(180deg,#4b96ff 0%,#91bfff 100%);--mountain-left-2-color:linear-gradient(180deg,#69a7ff 0%,#d6e7ff 100%);--mountain-right-color:var(--mountain-left-color);--mountain-right-2-color:linear-gradient(180deg,#60a2ff 0%,#d6e7ff 100%);--mountain-left-back-color:#4584eb;--mountain-left-back-2-color:#3377e3;--mountain-right-middle-color:#286fe1;--mountain-left-front-color:#0d5dde;--tree-green-color:#027987;--tree-green-color-2:#006772;--tree-green-color-3:#005a66;--tree-blue-color:#0371c4;--tree-blue-color-2:#005fa8;--tree-blue-color-3:#00529c;--tree-purple-color:#1063e7;--tree-purple-color-2:#014abe;--tree-purple-color-3:#0040b2;--water-color:#659dc6;--hill-highlight-color:#5fea78;--hill-shadow-color:#062a38;--trunk-middle-color:#0e244e;--dark-branch-color:#03173d;--light-branch-color:#2d4989;--cat-color:black;--plant-color:#27489a;--plant-light-color:#496cc5;--petal-color:#5e84e5;--flower-color:#c8c898;--mist-color:rgba(255,255,255,.06)}html,body{background-color:#1d1b1d;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow-x:hidden}.container{width:100vw;height:100vh}.sky{background:var(--sky-bg-color);z-index:0;border-radius:0;width:100%;height:100%;margin:0;position:relative;overflow:hidden}.sun{background:var(--sun-color,#ffd54f);z-index:2;border-radius:50%;width:120px;height:120px;position:absolute;top:30px;left:260px;box-shadow:0 0 40px 15px rgba(255,213,79,.6)}.sun:before{content:"";z-index:-1;background:repeating-conic-gradient(rgba(255,213,79,.6) 0deg,rgba(255,213,79,.6) 10deg,transparent 10deg,transparent 20deg);border-radius:50%;width:200px;height:200px;animation:60s linear infinite spin-rays;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes spin-rays{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.mountains-distant{z-index:3;position:relative}.mountain-left{background:var(--mountain-left-color);border-radius:40%;width:300px;height:500px;position:absolute;top:-10px;left:-90px;transform:rotate(-20deg)}.mountain-left:before{content:"";background:var(--mountain-left-2-color);border-radius:50%;width:250px;height:700px;position:absolute;top:250px;left:100px;transform:rotate(20deg)}.mountain-right{background:var(--mountain-right-color);border-radius:40%;width:400px;height:600px;position:absolute;top:-10px;right:-90px;transform:rotate(20deg)}.mountain-right:before{content:"";background:var(--mountain-right-2-color);border-radius:50%;width:350px;height:300px;position:absolute;top:300px;right:150px;transform:rotate(-20deg)}.mountains-near{z-index:5;position:relative}.mountain-left-back{background:var(--mountain-left-back-color);border-radius:0 300px 0 0;width:300px;height:150px;position:absolute;top:270px;left:-70px}.mountain-left-back:before{content:"";background:var(--mountain-left-back-2-color);border-radius:200px 200px 0 0;width:250px;height:60px;position:absolute;top:110px;left:220px}.mountain-right-middle{background:var(--mountain-right-middle-color);border-radius:300px 300px 0 0;width:200px;height:170px;position:absolute;top:330px;right:200px}.mountain-right-middle:before{content:"";background:var(--mountain-right-middle-color);border-radius:100px 100px 0 0;width:120px;height:80px;position:absolute;top:90px;right:145px}.mountain-left-front{background:var(--mountain-left-front-color);border-radius:100px 100px 0 0;width:150px;height:75px;position:absolute;top:490px;left:130px}.tree{width:0;height:0}.trees-green-1 .tree{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:40px solid var(--tree-green-color);position:absolute}.trees-green-1 .tree:first-child{top:30px;left:150px}.trees-green-1 .tree:nth-child(2){top:100px;left:250px}.trees-green-1 .tree:nth-child(3){top:70px;left:350px}.trees-green-1 .tree:nth-child(4){top:-10px;left:200px}.trees-green-1 .tree:nth-child(5){top:-30px;left:160px}.trees-green-1 .tree:nth-child(6){top:100px;left:445px}.trees-blue-1 .tree{border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:60px solid var(--tree-blue-color);position:absolute}.trees-blue-1 .tree:first-child{top:-40px;left:145px}.trees-blue-1 .tree:nth-child(2){top:0;left:240px}.trees-blue-1 .tree:nth-child(3){top:40px;left:170px}.trees-blue-1 .tree:nth-child(4){top:100px;left:300px}.trees-blue-1 .tree:nth-child(5){top:70px;left:370px}.trees-blue-1 .tree:nth-child(6){top:50px;left:320px}.trees-purple-1 .tree{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:50px solid var(--tree-purple-color);position:absolute}.trees-purple-1 .tree:first-child{top:50px;left:220px}.trees-purple-1 .tree:nth-child(2){top:70px;left:270px}.trees-purple-1 .tree:nth-child(3){top:85px;left:335px}.trees-purple-1 .tree:nth-child(4){top:-20px;left:180px}.trees-purple-1 .tree:nth-child(5){top:20px;left:255px}.trees-purple-1 .tree:nth-child(6){top:80px;left:420px}.trees-green-2 .tree{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:40px solid var(--tree-green-color-2);position:absolute}.trees-green-2 .tree:first-child{top:80px;left:-50px}.trees-green-2 .tree:nth-child(2){top:10px;left:20px}.trees-green-2 .tree:nth-child(3){top:20px;left:50px}.trees-green-2 .tree:nth-child(4){top:-35px;left:80px}.trees-purple-2 .tree{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:50px solid var(--tree-purple-color-2);position:absolute}.trees-purple-2 .tree:first-child{top:90px;left:35px}.trees-purple-2 .tree:nth-child(2){top:50px;left:-30px}.trees-purple-2 .tree:nth-child(3){top:110px;left:-35px}.trees-purple-2 .tree:nth-child(4){top:-15px;left:65px}.trees-blue-2 .tree{border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:60px solid var(--tree-blue-color-2);position:absolute}.trees-blue-2 .tree:first-child{top:50px;left:-10px}.trees-blue-2 .tree:nth-child(2){top:60px;left:10px}.trees-blue-2 .tree:nth-child(3){top:-50px;left:100px}.trees-blue-2 .tree:nth-child(4){top:15px;left:85px}.trees-green-3 .tree{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:40px solid var(--tree-green-color-3);position:absolute}.trees-green-3 .tree:first-child{top:-25px;left:100px}.trees-green-3 .tree:nth-child(2){top:10px;left:130px}.trees-purple-3 .tree{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:50px solid var(--tree-purple-color-3);position:absolute}.trees-purple-3 .tree:first-child{top:-20px;left:20px}.trees-purple-3 .tree:nth-child(2){top:15px;left:80px}.trees-blue-3 .tree{border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:60px solid var(--tree-blue-color-3);position:absolute}.trees-blue-3 .tree:first-child{top:-55px;left:70px}.trees-blue-3 .tree:nth-child(2){top:-20px;left:50px}.mist-2{background:var(--mist-color);filter:blur(20px);opacity:.3;border-radius:50%;width:270px;height:180px;position:absolute;top:360px;left:420px}.mist-3{background:var(--mist-color);filter:blur(20px);opacity:.3;border-radius:50%;width:160px;height:70px;position:absolute;top:510px;left:150px}.water{background:var(--water-color);z-index:4;border:1px solid #fff;width:100%;height:100%;position:absolute;top:350px;left:0;overflow:hidden}.water .wave{opacity:.2;background-color:#fff;border-radius:100%;height:3px;animation:25s linear infinite wave;position:absolute}.hills{z-index:6;position:relative}.hill-left{background:linear-gradient(160deg,var(--hill-highlight-color)-5%,var(--hill-shadow-color)35%);border-radius:80%;width:900px;height:450px;position:absolute;top:500px;left:-250px;transform:rotate(60deg)}.hill-right{background:linear-gradient(10deg,var(--hill-highlight-color)-15%,var(--hill-shadow-color)35%);border-radius:100%;width:1300px;height:700px;position:absolute;top:400px;right:-600px;transform:rotate(110deg)}.hill-middle{background:linear-gradient(180deg,var(--hill-highlight-color)-15%,var(--hill-shadow-color)25%);border-radius:80%;width:600px;height:420px;position:absolute;top:800px;left:650px;transform:rotate(0)}.trunk-middle{background:var(--trunk-middle-color);z-index:7;border-radius:0 0 12px 12px;width:60px;height:60%;position:absolute;top:0;right:160px}.branch-1,.branch-2,.branch-3,.branch-4,.branch-5,.branch-6,.branch-7,.branch-other-side-1,.branch-other-side-2,.branch-other-side-3{background:conic-gradient(var(--light-branch-color),var(--dark-branch-color));border-radius:0 100%;position:absolute}.branch-1{width:270px;height:30px;top:-10px;right:2px;transform:rotate(150deg)}.branch-2{width:340px;height:35px;top:70px;right:10px;transform:rotate(137deg)}.branch-3{width:280px;height:50px;top:110px;right:-13px;transform:rotate(118deg)}.branch-4{width:250px;height:30px;top:75px;right:0;transform:rotate(130deg)}.branch-5{width:200px;height:30px;top:80px;right:-20px;transform:rotate(110deg)}.branch-6{width:250px;height:20px;top:-7px;right:3px;transform:rotate(140deg)}.branch-7{width:350px;height:15px;top:85px;right:-10px;transform:rotate(136deg)}.branch-other-side-1{border-radius:100% 0;width:270px;height:30px;top:30px;left:2px;transform:rotate(30deg)}.branch-other-side-2{border-radius:100% 0;width:340px;height:15px;top:105px;left:10px;transform:rotate(40deg)}.branch-other-side-3{border-radius:100% 0;width:280px;height:30px;top:100px;left:-13px;transform:rotate(50deg)}.stump-1{background:var(--trunk-middle-color);clip-path:polygon(100% 0,100% 34%,6% 69%,0 63%);border-radius:15%;width:130px;height:60px;position:absolute;top:170px;right:0;transform:rotate(-10deg)}.stump-2{background:var(--trunk-middle-color);clip-path:polygon(94% 43%,94% 52%,0 47%,0 0);border-radius:15%;width:90px;height:60px;position:absolute;top:80px;left:0;transform:rotate(10deg)}.trunk-right{z-index:8;background:linear-gradient(95deg,#5c7fbb -15%,#001940 45%);width:110px;height:100%;position:absolute;top:0;right:0}.trunk-left{z-index:8;background:linear-gradient(266deg,#5c7fbb -10%,#001940 45%);border-radius:0 0 15px 15px;width:70px;height:100%;position:absolute;top:0;left:0}@keyframes plant-sway{0%{transform:rotate(0)}50%{transform:rotate(2deg)}to{transform:rotate(0)}}.plant{z-index:10;position:absolute;bottom:35px;right:0}.stem{border:solid 10px var(--plant-color);border-color:var(--plant-color)transparent transparent transparent;border-radius:60%/70px 110px 0 0;width:300px;height:100px;animation:5s ease-in-out infinite sway-stem1;position:absolute;bottom:155px;right:-50px;transform:rotate(30deg)}@keyframes sway-stem1{0%{transform:rotate(30deg)}50%{transform:rotate(33deg)}to{transform:rotate(30deg)}}.leaf{border-radius:0 100%;position:absolute}.leaves .leaf{background-color:var(--plant-color);width:50px;height:60px}.leaves .leaf:first-child{bottom:220px;right:160px;transform:rotate(270deg)}.leaves .leaf:nth-child(2){bottom:280px;right:150px;transform:rotate(190deg)}.leaves .leaf:nth-child(3){bottom:270px;right:100px;transform:rotate(210deg)}.leaves .leaf:nth-child(4){bottom:200px;right:110px;transform:rotate(270deg)}.leaves .leaf:nth-child(5){bottom:250px;right:50px;transform:rotate(218deg)}.leaves .leaf:nth-child(6){bottom:170px;right:60px;transform:rotate(250deg)}.leaves .leaf:nth-child(7){bottom:220px;right:5px;transform:rotate(230deg)}.leaves .leaf:nth-child(8){bottom:140px;right:20px;transform:rotate(250deg)}.leaves .leaf:nth-child(9){bottom:190px;right:-30px;transform:rotate(250deg)}.leaves .leaf:nth-child(10){bottom:100px;right:-15px;transform:rotate(230deg)}.plant-3{z-index:12;position:absolute;bottom:0;right:30px}.stem-3{border:solid 5px var(--plant-light-color);border-color:var(--plant-light-color)transparent transparent transparent;border-radius:100%/200px 200px 0 0;width:450px;height:100px;animation:7s ease-in-out infinite sway-stem3;position:absolute;bottom:0;right:-150px;transform:rotate(60deg)}@keyframes sway-stem3{0%{transform:rotate(61deg)}50%{transform:rotate(64deg)}to{transform:rotate(61deg)}}.leaves-3 .leaf{background-color:var(--plant-light-color);width:50px;height:60px;position:absolute}.leaves-3 .leaf:first-child{background:var(--petal-color);bottom:200px;right:200px;transform:rotate(145deg)}.leaves-3 .leaf:nth-child(2){bottom:205px;right:130px;transform:rotate(200deg)}.leaves-3 .leaf:nth-child(3){bottom:170px;right:70px;transform:rotate(230deg)}.leaves-3 .leaf:nth-child(4){background:var(--petal-color);bottom:206px;right:110px;transform:rotate(230deg)}.leaves-3 .leaf:nth-child(5){bottom:100px;right:86px;transform:rotate(125deg)}.leaves-3 .leaf:nth-child(6){bottom:50px;right:45px;transform:rotate(140deg)}.leaves-3 .leaf:nth-child(7){bottom:40px;right:-30px;transform:rotate(245deg)}.leaves-3 .leaf:nth-child(8){bottom:162px;right:155px;transform:rotate(120deg)}.leaves-3 .leaf:nth-child(9){background:var(--petal-color);bottom:105px;right:8px;transform:rotate(245deg)}.leaves-3 .leaf:nth-child(10){bottom:-25px;right:13px;transform:rotate(140deg)}.plant-4{z-index:12;position:absolute;bottom:0;left:30px}.stem-4{border:solid 5px var(--plant-color);border-color:var(--plant-color)transparent transparent transparent;border-radius:50%/100px 100px 0 0;width:500px;height:200px;animation:5s ease-in-out infinite sway-stem4;position:absolute;bottom:0;left:-155px;transform:rotate(300deg)}@keyframes sway-stem4{0%{transform:rotate(290deg)}50%{transform:rotate(295deg)}to{transform:rotate(290deg)}}.leaves-4 .leaf{background-color:var(--plant-color);width:50px;height:60px;position:absolute}.leaves-4 .leaf:first-child{bottom:190px;right:-100px;transform:rotate(110deg)}.leaves-4 .leaf:nth-child(2){bottom:279px;right:-130px;transform:rotate(250deg)}.leaves-4 .leaf:nth-child(3){bottom:170px;right:-40px;transform:rotate(230deg)}.leaves-4 .leaf:nth-child(4){background:var(--plant-light-color);bottom:160px;right:-20px;transform:rotate(200deg)}.leaves-4 .leaf:nth-child(5){bottom:100px;right:-60px;transform:rotate(125deg)}.leaves-4 .leaf:nth-child(6){bottom:225px;right:-135px;transform:rotate(320deg)}.leaves-4 .leaf:nth-child(7){bottom:40px;right:-30px;transform:rotate(100deg)}.leaves-4 .leaf:nth-child(8){background:var(--plant-light-color);bottom:142px;right:-78px;transform:rotate(120deg)}.leaves-4 .leaf:nth-child(9){bottom:250px;right:-80px;transform:rotate(220deg)}.leaves-4 .leaf:nth-child(10){bottom:105px;right:10px;transform:rotate(180deg)}.leaves,.leaves-3,.leaves-4{transform-origin:bottom;animation:5s ease-in-out infinite plant-sway}@keyframes wave{0%,to{transform:translate(0)}50%{transform:translate(500px)}}
@font-face{font-family:Mobalys Regular;src:url(/fonts/JustinFont-Regular.ttf)format("truetype");font-weight:400;font-style:normal}.pop-text{white-space:nowrap;color:#ecf39e;z-index:2;font-size:4rem;font-weight:400;display:inline-block;position:absolute;left:50%;transform:translate(-50%);font-family:Mobalys Regular,sans-serif!important}.line1{top:10%}.line2{top:20%}.pop-letter{opacity:0;text-shadow:-.5px -.5px #000,.5px -.5px #000,-.5px .5px #000,.5px .5px #000;animation:.8s ease-out forwards floatBounce;display:inline-block;transform:translateY(20px)scale(.8)}@keyframes floatBounce{0%{opacity:0;transform:translateY(20px)scale(.8)}50%{opacity:1;transform:translateY(-10px)scale(1.05)}to{opacity:1;transform:translateY(0)scale(1)}}.plant-container{z-index:0;width:100%;height:100%;position:relative;overflow:hidden}.plant-canvas,.ui-canvas{width:100%;height:100%;position:absolute;top:0;left:0}.plant-canvas{pointer-events:none;z-index:0}.ui-canvas{pointer-events:auto}.apple,.apple:visited,.apple:hover,.apple:active{text-decoration:none}.apple{pointer-events:auto;z-index:9999;position:absolute;transform:translate(-50%,-50%)}.apple-grow{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.35);cursor:pointer;transform-origin:50% 0;background:radial-gradient(circle at 35% 30%,#ff9a9a,#c62828 72%);border-radius:55% 55% 48% 48%/60% 60% 42% 42%;justify-content:center;align-items:center;width:8.5vw;min-width:70px;max-width:95px;height:8.5vw;min-height:70px;max-height:95px;font-weight:700;text-decoration:none;transition:transform .35s cubic-bezier(.22,1.05,.36,1),box-shadow .35s,filter .35s;animation:.85s cubic-bezier(.22,1.3,.3,1) forwards appleGrow,5.5s ease-in-out .9s infinite appleSway;display:flex;box-shadow:inset -8px -12px 20px rgba(0,0,0,.25),0 14px 28px rgba(0,0,0,.28)}.apple:hover:before{opacity:.45;transition:all .35s;transform:scale(1.1)}.apple:hover{filter:drop-shadow(0 0 10px rgba(255,120,120,.6));transform:translate(-50%,-55%)scale(1.12)rotate(-2deg)}.apple-grow .leaf{transform-origin:0 100%;background:linear-gradient(#66bb6a,#2e7d32);border-radius:100% 0;width:26px;height:16px;transition:transform .35s;position:absolute;top:-14px;left:54%;transform:rotate(-30deg)}.apple-grow:hover .leaf{transform:rotate(-45deg)translateY(-2px)}@keyframes appleGrow{0%{opacity:0;transform:scaleY(0)scaleX(.45)}40%{opacity:1;transform:scaleY(1.15)scaleX(.95)}60%{transform:scaleY(.9)scaleX(1.05)}78%{transform:scaleY(1.04)scaleX(.98)}92%{transform:scaleY(.98)scaleX(1.01)}to{transform:scale(1)}}
.home-page{width:100vw;height:100vh;position:relative;overflow:hidden}.content{z-index:20;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex;position:relative}.title{color:#fff;text-shadow:0 0 10px #fff,0 0 20px #9cf;margin-bottom:1.5rem;font-family:Poppins,sans-serif;font-size:2rem}.plant-container{z-index:10;pointer-events:none;background:0 0;position:fixed;top:0;bottom:0;left:0;right:0}.plant-canvas{border:1px solid red;width:100%;height:100%;display:block;background:0 0!important}
