:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:light;--color-primary: #1965e5;--color-primary-hover: #1253c6;--color-text-main: #232325;--color-text-strong: #222226;--color-text-subtle: #50505a;--color-text-muted: #66666a;--color-text-secondary: #99999a;--color-surface: #ffffff;--color-surface-muted: #fcfcfd;--color-border: #e5e5ea;--shadow-card: 0 6px 16px rgba(0, 20, 49, .08);--shadow-card-hover: 0 10px 24px rgba(0, 20, 49, .12);--shadow-toolbar: 0 -8px 20px rgba(0, 20, 49, .12);--radius-large: 20px;--radius-medium: 10px;--radius-small: 8px}*,*:before,*:after{box-sizing:border-box}a{font-weight:500;text-decoration:none;color:inherit}a:hover{color:var(--color-primary)}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}body{margin:0;background-image:var(--bg-image, url(/images/background.png)),var(--bg-shadow, url(/images/shadow.png));background-position:center center,0 0;background-color:#f6f6f8;background-size:cover,100% auto;background-repeat:no-repeat,no-repeat;background-attachment:scroll;color:var(--color-text-main)}.loading{transition:opacity .3s ease-out}.loading.hidden{opacity:0;pointer-events:none}#app{transition:opacity .3s ease-in}#app.loaded{opacity:1}#app{display:flex;margin:0;min-width:320px;min-height:100vh;flex-direction:column;justify-content:space-between}main{max-width:1180px;margin:0 auto;text-align:center;display:flex;flex:1 0 auto;flex-direction:column;gap:0;justify-content:flex-start;align-items:center;padding:clamp(10px,2vh,20px) clamp(24px,5vw,48px) clamp(10px,2vh,20px);box-sizing:border-box}.brand{display:flex;justify-content:center;margin-top:clamp(4px,1.2vh,14px);margin-bottom:0;padding:0;flex:0 0 auto}.brand img.desktop-only{display:block}.brand img.mobile-only{display:none}.brand img{width:clamp(75px,9vw,110px);height:auto;object-fit:contain;padding:0;margin:0}.slogan{color:var(--color-text-strong);flex:0 0 auto;margin-top:0}.slogan span.desktop-only{display:block;margin:0;font-size:clamp(13px,1.5vw,18px);letter-spacing:10px;color:var(--color-text-strong);line-height:clamp(24px,3vh,34px);font-family:AlimamaShuHeiTi}.slogan span.mobile-only{margin:0;font-size:26px;letter-spacing:11px;color:var(--color-text-strong);line-height:29px;font-family:AlimamaShuHeiTi}.slogan p.desktop-only{color:var(--color-text-subtle);margin:3px 0 0;font-size:clamp(12px,1.3vw,14px);letter-spacing:2px}.slogan p.mobile-only{color:var(--color-text-subtle);margin:5px 0 0;font-size:12px;letter-spacing:1px}.hero-image{margin-top:clamp(8px,1.2vh,16px);flex:0 0 auto;display:flex;align-items:center;justify-content:center}.hero-image img.desktop-only{width:100%;height:auto;max-width:min(100%,clamp(680px,70vw,1400px));max-height:clamp(260px,32vh,380px);object-fit:contain}.hero-image img.mobile-only{width:100%;height:auto}.platforms{margin:clamp(12px,1.5vh,20px) auto 0;width:100%;display:flex;justify-content:center;padding:0 clamp(16px,5vw,48px);box-sizing:border-box;align-items:center;flex-wrap:wrap;gap:clamp(10px,2vw,20px);flex:0 0 auto}.platform-download-card{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;width:clamp(96px,7.5vw,120px);height:clamp(96px,7.5vw,120px);border-radius:var(--radius-large);box-shadow:var(--shadow-card);cursor:pointer;background-color:#ffffffeb;transition:transform .2s ease,box-shadow .2s ease}.platform-download-card:focus-visible{outline:3px solid rgba(25,101,229,.24);outline-offset:3px}.platform-download-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card-hover)}@media(min-width:768px)and (max-width:1023px){.slogan span.desktop-only{font-size:clamp(20px,3vw,28px);line-height:clamp(36px,4.5vh,48px);letter-spacing:12px}}@media(min-width:1024px)and (max-width:1439px){.slogan span.desktop-only{font-size:clamp(22px,2.6vw,30px);line-height:clamp(40px,4.8vh,52px);letter-spacing:12px}}@media(min-width:1440px){body{background-image:var(--bg-image, url(/images/background.png)),var(--bg-shadow, url(/images/shadow.png));background-position:center center,0 0;background-size:cover,100% auto;background-repeat:no-repeat,no-repeat}main{max-width:min(88vw,1360px);gap:clamp(12px,2vh,32px);padding-top:clamp(18px,2.2vh,36px);padding-bottom:clamp(18px,2.2vh,36px)}.hero-image img.desktop-only{max-width:min(100%,clamp(800px,68vw,1500px));max-height:clamp(300px,36vh,460px)}.platforms{gap:clamp(16px,2.5vw,28px)}.brand img{width:clamp(85px,10vw,120px)}.slogan span.desktop-only{font-size:clamp(22px,2.4vw,32px);line-height:clamp(42px,5vh,54px)}}@media(min-width:1800px){main{max-width:min(82vw,1480px);padding:clamp(18px,2vh,36px) clamp(36px,6vw,72px);gap:clamp(12px,1.8vh,30px)}.hero-image img.desktop-only{max-width:min(100%,clamp(900px,64vw,1620px));max-height:clamp(320px,38vh,500px)}.platforms{gap:clamp(18px,2.8vw,32px)}.brand img{width:clamp(90px,11vw,135px)}.slogan span.desktop-only{font-size:clamp(24px,2.6vw,36px);line-height:clamp(46px,5.5vh,62px)}}@media(min-width:1920px){main{max-width:min(78vw,1600px);padding:clamp(20px,2.4vh,40px) clamp(48px,7vw,84px)}.hero-image img.desktop-only{max-width:min(100%,clamp(1000px,62vw,1760px));max-height:clamp(340px,40vh,540px)}.platforms{gap:clamp(20px,3vw,36px)}.brand img{width:clamp(100px,12vw,150px)}.slogan span.desktop-only{font-size:clamp(26px,2.6vw,36px);line-height:clamp(48px,5.5vh,64px)}}@media(min-width:2560px){main{max-width:min(72vw,1740px);padding:clamp(24px,2.8vh,48px) clamp(56px,8vw,96px)}.hero-image img.desktop-only{max-width:min(100%,clamp(1200px,56vw,2000px));max-height:clamp(360px,42vh,580px)}.platforms{gap:clamp(24px,3.5vw,44px)}.brand img{width:clamp(115px,13vw,170px)}.slogan span.desktop-only{font-size:clamp(28px,2.8vw,42px);line-height:clamp(54px,6.5vh,74px)}}.platform-download-card-top{width:40px;height:40px;position:relative;overflow:hidden}.platform-download-card-bottom{text-align:center;position:relative;width:100%;display:flex;flex-direction:column;color:var(--color-text-strong);overflow:hidden}.platform-download-card .download-hook-icon{position:absolute;top:0;width:40px;height:40px;opacity:0;transition:opacity .15s ease}.platform-download-card-bottom .download-hook-text{position:absolute;bottom:0;font-size:14px;opacity:0;transition:opacity .15s ease;width:100%}.platform-download-card .platform-logo{width:40px;height:40px;transition:opacity .15s ease}.platform-download-card .platform-name{font-size:14px;transition:opacity .15s ease}.platform-download-card:hover .download-hook-icon{opacity:1}.platform-download-card:hover .platform-logo,.platform-download-card:hover .platform-name{opacity:0}.platform-download-card:hover .download-hook-text{opacity:1}footer{margin-top:20px;width:100%;color:var(--color-text-muted);display:flex;font-size:14px;justify-content:center;flex-shrink:0}.footer-inner{display:flex;justify-content:center;align-items:center;width:100%;height:58px;font-size:14px;background-color:var(--color-surface-muted);border-top:1px solid var(--color-border)}.footer-inner p{margin:0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:clamp(18px,4vw,32px)}.footer-inner a{font-weight:400}.footer-inner a+a{margin-left:clamp(10px,2vw,20px)}.mobile-only{display:none}@media(prefers-color-scheme:light){:root{color:#213547;background-color:var(--color-surface)}button{background-color:#f9f9f9}}@media(max-width:768px){:root{background-color:#f6f6f8}main{max-width:100%;min-height:auto;display:block;gap:0;padding:0 16px}body{background-image:var(--bg-image-mobile, url(/images/background-mobile.png)),var(--bg-shadow-mobile, url(/images/shadow-mobile.png));background-size:100% auto,100% auto;background-position:0 0,0 0;background-color:#f6f6f8;background-repeat:no-repeat,no-repeat;padding-bottom:calc(18px + env(safe-area-inset-bottom))}#app{justify-content:flex-start}.brand{margin-top:32px;margin-bottom:20px}.brand img.desktop-only{display:none!important}.brand img.mobile-only{display:block!important}.slogan span.desktop-only,.desktop-only{display:none}.mobile-only{display:block}.brand img{width:76px;height:39px}.hero-image{margin-top:4px;display:flex;justify-content:center}.hero-image img.mobile-only{max-width:min(420px,88vw);margin:0 auto}footer{margin-top:0;color:var(--color-text-secondary);background-color:#fff;position:relative}.footer-inner{width:100vw;height:auto;font-size:14px;background-color:#fff;border-top:none;padding-top:20px;padding-bottom:calc(150px + env(safe-area-inset-bottom))}.footer-inner p{flex-direction:column;gap:8px;align-items:center}.footer-inner a{color:var(--color-primary);display:inline-flex;align-items:center;justify-content:center;gap:0}.footer-inner a+a{margin-left:20px;margin-top:0}.mobile-platforms{position:fixed;left:0;right:0;bottom:0;z-index:1000;display:flex;justify-content:center;align-items:center;gap:12px;background:var(--color-surface);padding:20px 16px calc(20px + env(safe-area-inset-bottom));box-sizing:border-box;box-shadow:var(--shadow-toolbar)}.mobile-platforms:before{content:"";position:absolute;left:0;right:0;bottom:100%;height:80px;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,var(--color-surface) 100%)}.mobile-platforms button,.mobile-download{display:inline-flex;align-items:center;justify-content:center;position:relative;flex:1 1 0;min-width:120px;height:52px;padding:10px 20px;font-size:15px;font-weight:500;line-height:1.5;background-color:var(--color-primary);color:var(--color-surface);border-radius:var(--radius-medium);box-shadow:var(--shadow-card-hover);transition:transform .1s ease,background-color .1s ease;white-space:nowrap}.mobile-platforms button:hover,.mobile-download:hover{transform:translateY(-2px);background-color:var(--color-primary-hover)}.mobile-platforms button:focus-visible,.mobile-download:focus-visible{outline:3px solid rgba(25,101,229,.24);outline-offset:3px}.mobile-platforms button img,.mobile-download img{position:absolute;left:20px;width:20px;height:20px;flex-shrink:0}.mobile-platforms button,.mobile-download{padding-left:48px}}@media(max-height:820px)and (min-width:1024px){main{gap:clamp(8px,1.4vh,18px);padding:clamp(12px,1.6vh,24px) clamp(32px,5vw,56px)}.hero-image{margin-top:clamp(4px,1vh,12px)}.hero-image img.desktop-only{max-height:clamp(320px,42vh,520px)}.platforms{gap:clamp(10px,1.6vw,18px)}.platform-download-card{height:clamp(88px,12vh,110px)}}@media(max-aspect-ratio:4/3)and (min-width:1024px){body{background-image:var(--bg-image, url(/images/background.png)),var(--bg-shadow, url(/images/shadow.png));background-position:center center,0 0;background-size:cover,100% auto;background-repeat:no-repeat,no-repeat;background-attachment:scroll}}@media(min-height:1000px)and (min-width:1024px)and (max-aspect-ratio:16/10){body{background-image:var(--bg-image, url(/images/background.png)),var(--bg-shadow, url(/images/shadow.png));background-position:center center,0 0;background-size:cover,100% auto;background-repeat:no-repeat,no-repeat}main{justify-content:flex-start;gap:clamp(12px,2vh,24px);padding-top:clamp(20px,3vh,40px);padding-bottom:clamp(20px,3vh,40px)}.hero-image{flex:0 0 auto;margin-top:clamp(8px,1.5vh,16px);margin-bottom:clamp(8px,1.5vh,16px)}.platforms{margin-top:clamp(12px,2vh,24px)}}@media(min-height:1200px)and (min-width:1024px)and (max-aspect-ratio:16/10){main{padding-top:clamp(24px,4vh,48px)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
