@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background:#0a0a0a;color:#fff;overflow-x:hidden}.dialog-overlay[data-v-02d171ec]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000}.dialog-container[data-v-02d171ec]{position:relative;background:linear-gradient(135deg,#0a0a0af2,#141428f2,#0a0a0af2);border:1px solid rgba(0,255,255,.3);border-radius:12px;box-shadow:0 0 50px #00ffff4d,inset 0 1px #ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);overflow:hidden;cursor:move;-webkit-user-select:none;user-select:none}.dialog-container[data-v-02d171ec]:hover{border-color:#0ff9;box-shadow:0 0 60px #0ff6,inset 0 1px #fff3}.dialog-border-decoration[data-v-02d171ec]{position:absolute;inset:0;pointer-events:none;z-index:1}.corner-decoration[data-v-02d171ec]{position:absolute;width:20px;height:20px;border:2px solid #00ffff}.corner-decoration.top-left[data-v-02d171ec]{top:8px;left:8px;border-right:none;border-bottom:none;border-top-left-radius:4px}.corner-decoration.top-right[data-v-02d171ec]{top:8px;right:8px;border-left:none;border-bottom:none;border-top-right-radius:4px}.corner-decoration.bottom-left[data-v-02d171ec]{bottom:8px;left:8px;border-right:none;border-top:none;border-bottom-left-radius:4px}.corner-decoration.bottom-right[data-v-02d171ec]{bottom:8px;right:8px;border-left:none;border-top:none;border-bottom-right-radius:4px}.dialog-header[data-v-02d171ec]{position:relative;display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#001428e6;border-bottom:1px solid rgba(0,255,255,.3);cursor:move}.dialog-header[data-v-02d171ec]:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(0,255,255,.1) 50%,transparent 100%);animation:headerScan-02d171ec 3s infinite}.header-content[data-v-02d171ec]{flex:1;z-index:2}.dialog-title[data-v-02d171ec]{margin:0;font-size:18px;font-weight:600;color:#0ff;text-shadow:0 0 10px rgba(0,255,255,.5);letter-spacing:.5px}.close-button[data-v-02d171ec]{width:32px;height:32px;border:none;background:#ffffff1a;border:1px solid rgba(0,255,255,.3);border-radius:6px;color:#e0e0e0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:2}.close-button svg[data-v-02d171ec]{width:16px;height:16px}.close-button[data-v-02d171ec]:hover{background:#f003;border-color:#f44;color:#f44;transform:scale(1.1)}.dialog-body[data-v-02d171ec]{padding:24px;color:#e0e0e0;position:relative;z-index:2;min-height:100px}.dialog-footer[data-v-02d171ec]{padding:16px 24px;border-top:1px solid rgba(0,255,255,.3);background:#0003;display:flex;justify-content:flex-end;gap:12px;position:relative;z-index:2}.drag-indicator[data-v-02d171ec]{position:absolute;bottom:8px;right:8px;z-index:3;cursor:nw-resize}.drag-dots[data-v-02d171ec]{display:flex;gap:2px}.drag-dots span[data-v-02d171ec]{width:4px;height:4px;background:#0ff;border-radius:50%;opacity:.6;transition:all .3s ease}.drag-dots span[data-v-02d171ec]:nth-child(2){animation-delay:.1s}.drag-dots span[data-v-02d171ec]:nth-child(3){animation-delay:.2s}.drag-dots:hover span[data-v-02d171ec]{opacity:1;animation:pulse-02d171ec 1s infinite}@keyframes headerScan-02d171ec{0%,to{transform:translate(-100%)}50%{transform:translate(100%)}}@keyframes pulse-02d171ec{0%,to{transform:scale(1)}50%{transform:scale(1.5)}}.dialog-overlay-enter-active[data-v-02d171ec],.dialog-overlay-leave-active[data-v-02d171ec]{transition:all .3s cubic-bezier(.4,0,.2,1)}.dialog-overlay-enter-from[data-v-02d171ec],.dialog-overlay-leave-to[data-v-02d171ec]{opacity:0}.dialog-content-enter-active[data-v-02d171ec],.dialog-content-leave-active[data-v-02d171ec]{transition:all .4s cubic-bezier(.4,0,.2,1)}.dialog-content-enter-from[data-v-02d171ec],.dialog-content-leave-to[data-v-02d171ec]{opacity:0;transform:translateY(-50px) scale(.8)}@media (max-width: 768px){.dialog-container[data-v-02d171ec]{width:90vw!important;max-width:90vw;margin:20px}.dialog-header[data-v-02d171ec]{padding:12px 16px}.dialog-body[data-v-02d171ec]{padding:16px}.dialog-footer[data-v-02d171ec]{padding:12px 16px}}[data-v-02d171ec] ::-webkit-scrollbar{width:6px}[data-v-02d171ec] ::-webkit-scrollbar-track{background:#0003}[data-v-02d171ec] ::-webkit-scrollbar-thumb{background:#0ff;border-radius:3px}[data-v-02d171ec] ::-webkit-scrollbar-thumb:hover{background:#09f}.custom-button[data-v-c0fab16d]{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:2px solid transparent;text-decoration:none;font-weight:500;cursor:pointer;transition:all .3s ease;outline:none;-webkit-user-select:none;user-select:none;vertical-align:middle}.custom-button[data-v-c0fab16d]:focus{outline:none}.custom-button--small[data-v-c0fab16d]{padding:.5rem 1rem;font-size:.875rem;border-radius:6px}.custom-button--medium[data-v-c0fab16d]{padding:1rem 2rem;font-size:1rem;border-radius:10px}.custom-button--large[data-v-c0fab16d]{padding:1.25rem 2.5rem;font-size:1.125rem;border-radius:12px}.custom-button--primary[data-v-c0fab16d]{color:#00d4ff;background:#ffffff1a;border-color:#00d4ff}.custom-button--primary[data-v-c0fab16d]:hover:not(.custom-button--disabled):not(.custom-button--loading){background:#00d4ff;color:#000;transform:translateY(-3px);box-shadow:0 8px 20px #00d4ff66}.custom-button--primary.custom-button--ghost[data-v-c0fab16d]{background:transparent}.custom-button--primary.custom-button--ghost[data-v-c0fab16d]:hover:not(.custom-button--disabled):not(.custom-button--loading){background:#00d4ff;color:#000}.custom-button--secondary[data-v-c0fab16d]{color:#6c757d;background:#6c757d1a;border-color:#6c757d}.custom-button--secondary[data-v-c0fab16d]:hover:not(.custom-button--disabled):not(.custom-button--loading){background:#6c757d;color:#fff;transform:translateY(-3px);box-shadow:0 8px 20px #6c757d66}.custom-button--secondary.custom-button--ghost[data-v-c0fab16d]{background:transparent}.custom-button--secondary.custom-button--ghost[data-v-c0fab16d]:hover:not(.custom-button--disabled):not(.custom-button--loading){background:#6c757d;color:#fff}.custom-button--success[data-v-c0fab16d]{color:#28a745;background:#28a7451a;border-color:#28a745}.custom-button--success[data-v-c0fab16d]:hover:not(.custom-button--disabled):not(.custom-button--loading){background:#28a745;color:#fff;transform:translateY(-3px);box-shadow:0 8px 20px #28a74566}.custom-button--success.custom-button--ghost[data-v-c0fab16d]{background:transparent}.custom-button--success.custom-button--ghost[data-v-c0fab16d]:hover:not(.custom-button--disabled):not(.custom-button--loading){background:#28a745;color:#fff}.custom-button--warning[data-v-c0fab16d]{color:#ffc107;background:#ffc1071a;border-color:#ffc107}.custom-button--warning[data-v-c0fab16d]:hover:not(.custom-button--disabled):not(.custom-button--loading){background:#ffc107;color:#000;transform:translateY(-3px);box-shadow:0 8px 20px #ffc10766}.custom-button--warning.custom-button--ghost[data-v-c0fab16d]{background:transparent}.custom-button--warning.custom-button--ghost[data-v-c0fab16d]:hover:not(.custom-button--disabled):not(.custom-button--loading){background:#ffc107;color:#000}.custom-button--danger[data-v-c0fab16d]{color:#dc3545;background:#dc35451a;border-color:#dc3545}.custom-button--danger[data-v-c0fab16d]:hover:not(.custom-button--disabled):not(.custom-button--loading){background:#dc3545;color:#fff;transform:translateY(-3px);box-shadow:0 8px 20px #dc354566}.custom-button--danger.custom-button--ghost[data-v-c0fab16d]{background:transparent}.custom-button--danger.custom-button--ghost[data-v-c0fab16d]:hover:not(.custom-button--disabled):not(.custom-button--loading){background:#dc3545;color:#fff}.custom-button--info[data-v-c0fab16d]{color:#17a2b8;background:#17a2b81a;border-color:#17a2b8}.custom-button--info[data-v-c0fab16d]:hover:not(.custom-button--disabled):not(.custom-button--loading){background:#17a2b8;color:#fff;transform:translateY(-3px);box-shadow:0 8px 20px #17a2b866}.custom-button--info.custom-button--ghost[data-v-c0fab16d]{background:transparent}.custom-button--info.custom-button--ghost[data-v-c0fab16d]:hover:not(.custom-button--disabled):not(.custom-button--loading){background:#17a2b8;color:#fff}.custom-button--disabled[data-v-c0fab16d]{opacity:.6;cursor:not-allowed;transform:none!important;box-shadow:none!important}.custom-button--loading[data-v-c0fab16d]{cursor:wait;position:relative}.custom-button--loading .button-text[data-v-c0fab16d]{opacity:.7}.custom-button--loading[data-v-c0fab16d]:after{content:"";position:absolute;width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin-c0fab16d 1s linear infinite;margin-left:8px}.custom-button--block[data-v-c0fab16d]{width:100%;display:flex}.custom-button--round[data-v-c0fab16d]{border-radius:50px!important}.custom-button--has-icon-left .button-text[data-v-c0fab16d]{margin-left:.25rem}.custom-button--has-icon-right .button-text[data-v-c0fab16d]{margin-right:.25rem}.custom-button[data-v-c0fab16d]:not(:has(.button-text)){gap:0}.custom-button:not(:has(.button-text)).custom-button--small[data-v-c0fab16d]{padding:.5rem;width:2rem;height:2rem}.custom-button:not(:has(.button-text)).custom-button--medium[data-v-c0fab16d]{padding:1rem;width:3rem;height:3rem}.custom-button:not(:has(.button-text)).custom-button--large[data-v-c0fab16d]{padding:1.25rem;width:3.5rem;height:3.5rem}@keyframes spin-c0fab16d{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.custom-button--large[data-v-c0fab16d]{padding:1rem 2rem;font-size:1rem}}.navbar[data-v-8f7e34b7]{position:fixed;top:0;width:100%;background:#0a0a0ae6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;z-index:1000;transition:all .3s ease}.navbar.scrolled[data-v-8f7e34b7]{background:#0a0a0af2;box-shadow:0 2px 20px #00d4ff4d}.nav-container[data-v-8f7e34b7]{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.logo[data-v-8f7e34b7]{font-size:2rem;font-weight:700;background:linear-gradient(45deg,#00d4ff,#ff0080);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 30px rgba(0,212,255,.5);height:46px}.logo img[data-v-8f7e34b7]{height:46px}.nav-links[data-v-8f7e34b7]{display:flex;gap:2rem;list-style:none}.nav-links a[data-v-8f7e34b7]{text-decoration:none;color:#fff;transition:all .3s ease;position:relative}.nav-links a[data-v-8f7e34b7]:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(45deg,#00d4ff,#ff0080);transition:width .3s ease}.nav-links a[data-v-8f7e34b7]:hover:after{width:100%}.hero[data-v-8f7e34b7]{height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden}.hero-content[data-v-8f7e34b7]{z-index:2;max-width:800px;padding:2rem}.hero-content h1[data-v-8f7e34b7]{display:flex;flex-direction:column;align-items:center}.hero-content h1 img[data-v-8f7e34b7]{margin-top:9px;height:6rem;width:6rem}.hero h1[data-v-8f7e34b7]{font-size:4rem;margin-bottom:1rem;background:linear-gradient(45deg,#00d4ff,#ff0080,#0f8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:glow-8f7e34b7 2s ease-in-out infinite alternate}@keyframes glow-8f7e34b7{0%{text-shadow:0 0 20px rgba(0,212,255,.5)}to{text-shadow:0 0 40px rgba(255,0,128,.8)}}.hero p[data-v-8f7e34b7]{font-size:1.5rem;margin-bottom:2rem;opacity:.9;animation:fadeInUp-8f7e34b7 1s ease-out .5s both}@keyframes fadeInUp-8f7e34b7{0%{opacity:0;transform:translateY(30px)}to{opacity:.9;transform:translateY(0)}}.cta-button[data-v-8f7e34b7]{display:inline-block;padding:1rem 2rem;background:linear-gradient(45deg,#00d4ff,#ff0080);color:#fff;text-decoration:none;border-radius:50px;font-size:1.2rem;font-weight:700;transition:all .3s ease;position:relative;overflow:hidden;animation:pulse-8f7e34b7 2s infinite}@keyframes pulse-8f7e34b7{0%{box-shadow:0 0 #00d4ffb3}70%{box-shadow:0 0 0 10px #00d4ff00}to{box-shadow:0 0 #00d4ff00}}.cta-button[data-v-8f7e34b7]:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00d4ff80}.cta-button[data-v-8f7e34b7]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:all .5s}.cta-button[data-v-8f7e34b7]:hover:before{left:100%}.features[data-v-8f7e34b7]{padding:5rem 2rem;max-width:1200px;margin:0 auto}.features h2[data-v-8f7e34b7]{text-align:center;font-size:3rem;margin-bottom:3rem;background:linear-gradient(45deg,#00d4ff,#ff0080);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.features-grid[data-v-8f7e34b7]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card[data-v-8f7e34b7]{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,212,255,.3);border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.feature-card[data-v-8f7e34b7]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#00d4ff1a,#ff00801a);opacity:0;transition:opacity .3s ease}.feature-card[data-v-8f7e34b7]:hover:before{opacity:1}.feature-card[data-v-8f7e34b7]:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00d4ff4d}.feature-icon[data-v-8f7e34b7]{font-size:3rem;margin-bottom:1rem;background:linear-gradient(45deg,#00d4ff,#ff0080);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.feature-card h3[data-v-8f7e34b7]{font-size:1.5rem;margin-bottom:1rem;color:#00d4ff}.games-showcase[data-v-8f7e34b7]{padding:5rem 2rem;background:#0000004d}.games-container[data-v-8f7e34b7]{max-width:1200px;margin:0 auto}.games-grid[data-v-8f7e34b7]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.game-card[data-v-8f7e34b7]{background:#ffffff1a;border-radius:15px;overflow:hidden;transition:all .3s ease;position:relative;cursor:pointer}.game-card[data-v-8f7e34b7]:hover{transform:scale(1.05);box-shadow:0 15px 30px #00d4ff66}.game-image[data-v-8f7e34b7]{width:100%;height:200px;background:linear-gradient(45deg,#1a1a2e,#16213e);display:flex;align-items:center;justify-content:center;font-size:2rem;color:#00d4ff}.game-info[data-v-8f7e34b7]{padding:1rem}.game-info h4[data-v-8f7e34b7]{margin-bottom:.5rem;color:#00d4ff}.download-section[data-v-8f7e34b7]{padding:5rem 2rem;text-align:center;background:#00d4ff0d}.download-container[data-v-8f7e34b7]{max-width:800px;margin:0 auto}.download-buttons[data-v-8f7e34b7]{display:flex;justify-content:center;gap:2rem;margin-top:2rem;flex-wrap:wrap}.download-btn[data-v-8f7e34b7]{padding:1rem 2rem;background:#ffffff1a;border:2px solid #00d4ff;color:#00d4ff;text-decoration:none;border-radius:10px;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.download-btn[data-v-8f7e34b7]:hover{background:#00d4ff;color:#000;transform:translateY(-5px);box-shadow:0 10px 25px #00d4ff80}@media (max-width: 768px){.hero h1[data-v-8f7e34b7]{font-size:2.5rem}.hero p[data-v-8f7e34b7]{font-size:1.2rem}.nav-links[data-v-8f7e34b7]{display:none}.download-buttons[data-v-8f7e34b7]{flex-direction:column;align-items:center}}.fade-in[data-v-8f7e34b7]{opacity:0;transform:translateY(30px);transition:all .6s ease}.fade-in.visible[data-v-8f7e34b7]{opacity:1;transform:translateY(0)}.water-background[data-v-8f7e34b7]{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#4545a1,#221429,#b1438d,#2b6582,#5e5eba);background-size:400% 400%;animation:smoothGradientFlow-8f7e34b7 10s ease-in-out infinite;overflow:hidden}.wave[data-v-8f7e34b7]:before{content:"";position:absolute;width:100%;height:100%;background:radial-gradient(ellipse at 30% 20%,hsla(240,60%,25%,.15) 0%,transparent 50%),radial-gradient(ellipse at 70% 70%,hsla(280,50%,20%,.12) 0%,transparent 60%),radial-gradient(ellipse at 20% 80%,hsla(320,70%,22%,.14) 0%,transparent 55%),radial-gradient(ellipse at 80% 30%,hsla(200,65%,18%,.13) 0%,transparent 65%),radial-gradient(ellipse at 50% 50%,hsla(260,55%,24%,.1) 0%,transparent 70%);animation:gentleWaveFlow-8f7e34b7 35s ease-in-out infinite}.wave[data-v-8f7e34b7]:nth-child(2){animation-duration:40s;animation-direction:reverse;opacity:.3;background:radial-gradient(ellipse at 60% 40%,hsla(0,0%,100%,.04) 0%,hsla(260,35%,22%,.1) 25%,hsla(300,45%,18%,.08) 50%,hsla(180,50%,20%,.12) 75%,transparent 100%)}.wave[data-v-8f7e34b7]:nth-child(2):before{background:radial-gradient(ellipse at 60% 40%,hsla(0,0%,100%,.06) 0%,transparent 40%),radial-gradient(ellipse at 10% 60%,hsla(220,40%,22%,.11) 0%,transparent 50%),radial-gradient(ellipse at 90% 20%,hsla(300,60%,18%,.1) 0%,transparent 55%),radial-gradient(ellipse at 40% 90%,hsla(180,45%,20%,.13) 0%,transparent 50%),radial-gradient(ellipse at 80% 80%,hsla(240,55%,24%,.08) 0%,transparent 60%);animation:gentleWaveFlow-8f7e34b7 42s ease-in-out infinite;animation-delay:-12s}.wave[data-v-8f7e34b7]:nth-child(3){animation-duration:50s;opacity:.2;background:radial-gradient(ellipse at 25% 75%,hsla(0,0%,100%,.03) 0%,hsla(280,30%,26%,.06) 30%,hsla(200,40%,22%,.08) 60%,transparent 100%)}.wave[data-v-8f7e34b7]:nth-child(3):before{background:radial-gradient(ellipse at 25% 75%,hsla(0,0%,100%,.04) 0%,transparent 35%),radial-gradient(ellipse at 75% 25%,hsla(250,35%,24%,.08) 0%,transparent 45%),radial-gradient(ellipse at 50% 10%,hsla(190,50%,20%,.1) 0%,transparent 40%),radial-gradient(ellipse at 20% 50%,hsla(310,45%,22%,.06) 0%,transparent 50%),radial-gradient(ellipse at 90% 60%,hsla(220,40%,26%,.07) 0%,transparent 45%);animation:gentleWaveFlow-8f7e34b7 48s ease-in-out infinite;animation-delay:-20s}.ripple[data-v-8f7e34b7]{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,rgba(255,255,255,.04) 30%,transparent 70%);animation:ripple-8f7e34b7 4s linear infinite}.ripple[data-v-8f7e34b7]:nth-child(4){width:300px;height:300px;top:20%;left:10%;animation-delay:0s}.ripple[data-v-8f7e34b7]:nth-child(5){width:200px;height:200px;top:60%;right:20%;animation-delay:-1s}.ripple[data-v-8f7e34b7]:nth-child(6){width:400px;height:400px;bottom:10%;left:30%;animation-delay:-2s}.ripple[data-v-8f7e34b7]:nth-child(7){width:150px;height:150px;top:40%;right:10%;animation-delay:-3s}.content[data-v-8f7e34b7]{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;color:#fff;text-align:center;font-family:Arial,sans-serif}.content h1[data-v-8f7e34b7]{font-size:3rem;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.3);animation:float-8f7e34b7 3s ease-in-out infinite}.content p[data-v-8f7e34b7]{font-size:1.2rem;opacity:.9;text-shadow:0 1px 5px rgba(0,0,0,.3);animation:float-8f7e34b7 3s ease-in-out infinite;animation-delay:.5s}.floating-particles[data-v-8f7e34b7]{position:absolute;width:100%;height:100%;pointer-events:none}.particle[data-v-8f7e34b7]{position:absolute;width:4px;height:4px;background:#ffffff4d;border-radius:50%;animation:float-particle-8f7e34b7 8s linear infinite}.particle[data-v-8f7e34b7]:nth-child(1){left:10%;animation-delay:0s}.particle[data-v-8f7e34b7]:nth-child(2){left:20%;animation-delay:-1s}.particle[data-v-8f7e34b7]:nth-child(3){left:30%;animation-delay:-2s}.particle[data-v-8f7e34b7]:nth-child(4){left:40%;animation-delay:-3s}.particle[data-v-8f7e34b7]:nth-child(5){left:50%;animation-delay:-4s}.particle[data-v-8f7e34b7]:nth-child(6){left:60%;animation-delay:-5s}.particle[data-v-8f7e34b7]:nth-child(7){left:70%;animation-delay:-6s}.particle[data-v-8f7e34b7]:nth-child(8){left:80%;animation-delay:-7s}.particle[data-v-8f7e34b7]:nth-child(9){left:90%;animation-delay:-8s}@keyframes smoothGradientFlow-8f7e34b7{0%{background-position:0% 50%;filter:hue-rotate(0deg) saturate(.8) brightness(.7)}25%{background-position:100% 50%;filter:hue-rotate(30deg) saturate(.9) brightness(.6)}50%{background-position:100% 100%;filter:hue-rotate(60deg) saturate(.7) brightness(.8)}75%{background-position:0% 100%;filter:hue-rotate(90deg) saturate(1) brightness(.5)}to{background-position:0% 50%;filter:hue-rotate(120deg) saturate(.8) brightness(.7)}}@keyframes rotate-8f7e34b7{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes gentleWaveFlow-8f7e34b7{0%,to{transform:scale(1) translate(0);opacity:1;filter:hue-rotate(0deg) brightness(.8)}25%{transform:scale(1.1) translate(-3%,3%);opacity:.8;filter:hue-rotate(15deg) brightness(.7)}50%{transform:scale(.9) translate(3%,-3%);opacity:1.1;filter:hue-rotate(30deg) brightness(.9)}75%{transform:scale(1.05) translate(-2%,2%);opacity:.9;filter:hue-rotate(45deg) brightness(.6)}}@keyframes ripple-8f7e34b7{0%{transform:scale(.8);opacity:.7}50%{transform:scale(1.2);opacity:.3}to{transform:scale(1.6);opacity:0}}@keyframes float-8f7e34b7{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes float-particle-8f7e34b7{0%{transform:translateY(100vh) translate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-10px) translate(50px);opacity:0}}@media (max-width: 768px){.content h1[data-v-8f7e34b7]{font-size:2rem}.content p[data-v-8f7e34b7]{font-size:1rem;padding:0 20px}.ripple[data-v-8f7e34b7]{transform:scale(.7)}}.water-background:hover .wave[data-v-8f7e34b7]{animation-duration:20s}.water-background:hover .ripple[data-v-8f7e34b7]{animation-duration:3s}.water-background[data-v-8f7e34b7]:hover{animation-duration:20s}.app[data-v-8f7e34b7]{position:relative;overflow:hidden;width:100vw}body[data-v-8f7e34b7]{font-family:Arial,sans-serif;background:#0a0a0a;color:#fff;overflow-x:hidden}
