@import "https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap";*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;font-family:sans-serif;overflow:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}img,picture,video,canvas{max-width:100%;display:block}input,button,textarea,select{font:inherit}#root,#__next{isolation:isolate;width:100%;height:100%}.altitude-meter{background:linear-gradient(#87ceeb 0%,#4169e1 100%);border:4px solid #fff;border-radius:30px;flex-direction:column;justify-content:flex-end;align-items:center;width:60px;height:300px;padding:15px;display:flex;position:fixed;top:50%;right:20px;transform:translateY(-50%);box-shadow:0 0 20px #0003}.altitude-bar{background:#fff6;border-radius:4px;width:8px;height:100%;position:relative;overflow:visible}.altitude-indicator{justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.icon{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:24px;animation:2s infinite pulse;display:flex;position:relative;box-shadow:0 0 10px #ffffff80}.rocket-icon{transform:rotate(-45deg)}.parachute-icon{transform:translateY(-2px)}.altitude-value{color:#4169e1;white-space:nowrap;background:#fff;border-radius:15px;padding:5px 10px;font-family:Comic Sans MS,cursive;font-size:14px;font-weight:700;position:absolute;left:-70px;box-shadow:0 2px 5px #0003}.height-markers{flex-direction:column;justify-content:space-between;width:10px;height:100%;margin-right:5px;display:flex;position:absolute;right:100%}.marker{background:#fffc;width:100%;height:2px}.marker:after{content:attr(data-height);color:#fff;font-family:Comic Sans MS,cursive;font-size:12px;position:absolute;right:15px}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.5)}to{transform:scale(1)}}.glider-button-container{z-index:10;position:fixed;bottom:40px;left:50%;transform:translate(-50%)}.glider-button{color:#fff;text-shadow:2px 2px #208040;letter-spacing:1px;text-transform:uppercase;background-color:#30bf5b;border:4px solid #208040;border-radius:20px;min-width:220px;padding:18px 36px;font-size:24px;font-weight:700;transition:all .2s;position:relative;top:0;transform:perspective(500px)rotateX(0);box-shadow:0 8px #208040,0 10px 16px #0006}.glider-button:hover{background-color:#3ed371;transform:perspective(500px)rotateX(2deg)scale(1.05);box-shadow:0 10px #208040,0 14px 20px #0000004d}.glider-button:active{top:5px;transform:perspective(500px)rotateX(5deg);box-shadow:0 3px #208040,0 5px 8px #0000004d}@media (width>=768px){.glider-button-container{display:none}}.keyboard-controls{color:#fff;z-index:100;background-color:#000000b3;border-radius:10px;flex-direction:row;gap:20px;padding:15px;font-family:Fredoka One;font-weight:100;display:flex;position:fixed;top:20px;left:20px}.control-item{flex-direction:column;align-items:center;gap:8px;display:flex}.key-container{justify-content:center;align-items:center;gap:5px;height:56px;display:flex}.key{background-color:#333;border:2px solid #555;border-radius:5px;justify-content:center;align-items:center;min-width:24px;padding:4px 8px;font-family:inherit;font-size:14px;display:inline-flex;box-shadow:0 2px #222}.key-space{width:64px}.key-img{filter:drop-shadow(0 2px 2px #00000080);object-fit:contain;width:auto;height:38px}.key-img-arrow{margin-top:-2px}.key-img-space{width:auto;max-width:150px;height:50px}.action{text-align:center;white-space:nowrap;letter-spacing:.5px;font-size:14px;font-weight:600}@media (width<=767px){.keyboard-controls{display:none}}.score-counter{color:#fff;z-index:1000;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;top:20px;right:20px}.star-emoji{filter:drop-shadow(0 0 8px #0006);color:gold;margin-bottom:-5px;font-size:3.5em;line-height:1}.star-count{text-shadow:0 2px 5px #00000080;font-size:2.5em;font-weight:700}.pulse{animation:.6s pulse}.touch-controls{z-index:1;pointer-events:none;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.touch-left,.touch-right{pointer-events:auto;flex:1;height:100%}@media (width>=768px){.touch-controls{display:none}}@keyframes bounceIn{0%{opacity:0;transform:translateY(-200px)rotate(-10deg)}60%{opacity:1;transform:translateY(30px)rotate(5deg)}80%{transform:translateY(-10px)rotate(-2deg)}to{transform:translateY(0)rotate(0)}}@keyframes bounceUp{0%{opacity:0;transform:translateY(200px)}60%{opacity:1;transform:translateY(-30px)}80%{opacity:1;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-scale{0%{opacity:1;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes shootUp{0%{opacity:1;transform:translateY(0)translate(0)rotate(0)}40%{opacity:1}70%{transform:translateY(-60vh)translateX(var(--x-spread))rotate(var(--rotation));opacity:.7}to{transform:translateY(-30vh)translateX(calc(var(--x-spread)*1.2))rotate(calc(var(--rotation)*1.5));opacity:0}}.main-menu-container{pointer-events:none;z-index:10;justify-content:center;align-items:center;width:100%;height:100%;font-family:Fredoka One,cursive;display:flex;position:absolute;top:0;left:0}.main-menu{pointer-events:auto;flex-direction:column;align-items:center;gap:2rem;max-width:90%;padding:2rem;display:flex}.logo{margin-bottom:2rem;animation:.7s ease-out forwards bounceIn}.logo-image{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none;width:50%;height:auto;margin:0 auto;animation:3s ease-in-out infinite float;display:block}.logo h1{text-align:center;color:#2dd36f;text-shadow:-8px -8px #025528,8px -8px #025528,-8px 8px #025528,8px 8px #025528,0 0 20px #fff9;letter-spacing:-2px;font-family:sans-serif;font-size:clamp(4rem,10vw,8rem);font-weight:700;line-height:.9}.buttons{flex-direction:column;gap:1.5rem;width:100%;max-width:400px;display:flex}.secondary-buttons{gap:1rem;width:100%;display:flex}button{color:#fff;cursor:pointer;text-align:center;border:none;border-radius:50px;width:100%;padding:1rem 2rem;font-family:Fredoka One,cursive;font-size:clamp(1.2rem,5vw,2rem);font-weight:700;transition:background-color .3s;position:relative;overflow:hidden;box-shadow:0 4px 8px #0000004d}button:hover{filter:brightness(1.2)}button:active{transform:translateY(2px);box-shadow:0 2px 4px #0000004d}.quick-play-button{opacity:0;background-color:#6236ff;padding:1.5rem 2rem;font-size:clamp(1.5rem,6vw,2.5rem);animation:.7s ease-out .5s forwards bounceUp,3s ease-in-out 1.2s infinite forwards pulse-scale}.join-button{opacity:0;background-color:#2dd36f;animation:.7s ease-out .7s forwards bounceUp,3s ease-in-out 1.4s infinite forwards pulse-scale}.create-button{opacity:0;background-color:#eb445a;animation:.7s ease-out .9s forwards bounceUp,3s ease-in-out 1.6s infinite forwards pulse-scale}@media (width<=480px){.secondary-buttons{flex-direction:column}.logo h1{font-size:clamp(3rem,12vw,5rem)}button{padding:.8rem 1.6rem}.quick-play-button{padding:1.2rem 1.8rem}}
