:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.core-ui-anchored-dialog{--core-ui-anchored-dialog-anchor-gap: 8px;--core-ui-anchored-dialog-cross-shift: 0px;--core-ui-anchored-dialog-transform-origin-x: 50%;position:absolute;z-index:var(--core-ui-anchored-dialog-z-index, 20);width:var(--core-ui-anchored-dialog-width, 184px);pointer-events:none;visibility:hidden;transform:translate3d(0,var(--core-ui-anchored-dialog-enter-y),0) scale(.98);transform-origin:var(--core-ui-anchored-dialog-transform-origin-x) var(--core-ui-anchored-dialog-transform-origin-y);transition:visibility 0s linear .16s,transform .16s cubic-bezier(.23,1,.32,1)}.core-ui-anchored-dialog[data-open=true]{pointer-events:auto;visibility:visible;transform:translateZ(0) scale(1);transition-delay:0s}.core-ui-anchored-dialog[data-show-arrow=true]{--core-ui-anchored-dialog-anchor-gap: 14px}.core-ui-anchored-dialog[data-placement=top-start],.core-ui-anchored-dialog[data-placement=top-end]{--core-ui-anchored-dialog-enter-y: 4px;bottom:calc(100% + var(--core-ui-anchored-dialog-anchor-gap))}.core-ui-anchored-dialog[data-placement=bottom-start],.core-ui-anchored-dialog[data-placement=bottom-end]{--core-ui-anchored-dialog-enter-y: -4px;top:calc(100% + var(--core-ui-anchored-dialog-anchor-gap))}.core-ui-anchored-dialog[data-placement=top-start],.core-ui-anchored-dialog[data-placement=bottom-start]{left:var(--core-ui-anchored-dialog-cross-shift)}.core-ui-anchored-dialog[data-placement=top-end],.core-ui-anchored-dialog[data-placement=bottom-end]{right:calc(0px - var(--core-ui-anchored-dialog-cross-shift))}.core-ui-anchored-dialog[data-placement^=top]{--core-ui-anchored-dialog-transform-origin-y: 100%}.core-ui-anchored-dialog[data-placement^=bottom]{--core-ui-anchored-dialog-transform-origin-y: 0%}.core-ui-anchored-dialog__material{position:relative;width:100%;box-sizing:border-box;background:var(--core-ui-anchored-dialog-material, rgb(248 248 248 / 72%));-webkit-clip-path:inset(0 round 14px);clip-path:inset(0 round 14px);filter:drop-shadow(0 0 .5px var(--core-ui-anchored-dialog-outline, rgb(17 17 17 / 10%))) drop-shadow(0 2px 4px var(--core-ui-anchored-dialog-shadow-near, rgb(17 17 17 / 8%))) drop-shadow(0 10px 20px var(--core-ui-anchored-dialog-shadow-far, rgb(17 17 17 / 12%)));opacity:.001;-webkit-backdrop-filter:var(--core-ui-anchored-dialog-backdrop-filter, blur(24px) saturate(160%));backdrop-filter:var(--core-ui-anchored-dialog-backdrop-filter, blur(24px) saturate(160%));transition:opacity .12s cubic-bezier(.23,1,.32,1);will-change:opacity,backdrop-filter,clip-path}.core-ui-anchored-dialog[data-show-arrow=true][data-placement^=top] .core-ui-anchored-dialog__material{padding-bottom:10px}.core-ui-anchored-dialog[data-show-arrow=true][data-placement^=bottom] .core-ui-anchored-dialog__material{padding-top:10px}.core-ui-anchored-dialog__surface{position:relative;z-index:1;width:100%;box-sizing:border-box;max-height:var(--core-ui-anchored-dialog-max-height, 274px);padding:var(--core-ui-anchored-dialog-padding, 6px);overflow:auto;color:var(--core-ui-anchored-dialog-text, #111111)}.core-ui-anchored-dialog__contour{position:absolute;z-index:2;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none}.core-ui-anchored-dialog__contour path{fill:none;stroke:var(--core-ui-anchored-dialog-outline, rgb(17 17 17 / 10%));stroke-width:1.5px;stroke-linejoin:round;vector-effect:non-scaling-stroke}.core-ui-anchored-dialog[data-open=true] .core-ui-anchored-dialog__material{opacity:1}.core-ui-anchored-dialog__item{width:100%;min-height:34px;padding:0 8px 0 10px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:0;border-radius:8px;background:transparent;color:var(--core-ui-anchored-dialog-muted, #6f6f6f);cursor:pointer;font:inherit;font-size:12px;line-height:1.35;font-weight:500;text-align:left;transition:background-color .12s ease,color .12s ease}.core-ui-anchored-dialog__item.is-selected{color:var(--core-ui-anchored-dialog-text, #111111)}.core-ui-anchored-dialog__item:focus{outline:none}.core-ui-anchored-dialog__item:focus-visible{background:var(--core-ui-anchored-dialog-focus-background, rgb(17 17 17 / 9%));color:var(--core-ui-anchored-dialog-text, #111111)}.core-ui-anchored-dialog__item:active{background:var(--core-ui-anchored-dialog-active-background, rgb(17 17 17 / 12%))}.core-ui-anchored-dialog__item-icon{width:14px;height:14px;display:inline-flex;flex:0 0 auto}.core-ui-anchored-dialog__item-icon svg{width:100%;height:100%;display:block;fill:currentColor}@media(hover:hover)and (pointer:fine){.core-ui-anchored-dialog__item:hover{background:var(--core-ui-anchored-dialog-hover-background, rgb(17 17 17 / 6%));color:var(--core-ui-anchored-dialog-text, #111111)}}@media(prefers-reduced-motion:reduce){.core-ui-anchored-dialog{transform:none;transition:none}.core-ui-anchored-dialog__material,.core-ui-anchored-dialog__item{transition:none}}@media(prefers-reduced-transparency:reduce){.core-ui-anchored-dialog__material{background:var( --core-ui-anchored-dialog-reduced-transparency-material, rgb(248 248 248 / 98%) );-webkit-backdrop-filter:none;backdrop-filter:none}}:where([data-press-size]){--press-motion-scale: .98;--press-motion-press-duration: .24s;--press-motion-release-duration: .3s;--press-motion-press-easing: cubic-bezier(.4, 0, .2, 1);--press-motion-release-easing: cubic-bezier(.25, .1, .25, 1);--press-motion-duration: var(--press-motion-release-duration);--press-motion-easing: var(--press-motion-release-easing);transform-origin:center}:where([data-press-size=compact]){--press-motion-scale: .97;--press-motion-press-duration: .16s;--press-motion-release-duration: .2s}:where([data-press-size=large]){--press-motion-scale: .98;--press-motion-press-duration: .4s;--press-motion-release-duration: .46s;will-change:transform}[data-press-size]:not(:disabled):active{--press-motion-duration: var(--press-motion-press-duration);--press-motion-easing: var(--press-motion-press-easing);transform:scale(var(--press-motion-scale))}@media(prefers-reduced-motion:reduce){:where([data-press-size]){--press-motion-duration: 0ms;--press-motion-easing: linear;will-change:auto}[data-press-size]:not(:disabled):active{transform:none}}._container_1noya_1{box-sizing:border-box;position:relative;isolation:isolate;display:inline-flex;min-width:0;margin:0;padding:0;align-items:center;justify-content:center;border:0;border-radius:var(--core-ui-custom-container-radius, 0);appearance:none;background-color:var(--core-ui-custom-container-background, transparent);color:inherit;font:inherit;text-align:inherit;vertical-align:top;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;transform:scale(1);transform-origin:center;transition-property:transform;transition-duration:var(--press-motion-duration, 0ms);transition-timing-function:var(--press-motion-easing, linear)}._container_1noya_1:before,._container_1noya_1:after{position:absolute;inset:0;border-radius:inherit;content:"";opacity:0;pointer-events:none}._container_1noya_1:before{z-index:2;background:var(--core-ui-custom-container-overlay, currentColor);transition-property:opacity;transition-duration:var(--press-motion-duration, 0ms);transition-timing-function:var(--press-motion-easing, linear)}._container_1noya_1:after{z-index:3;background:var( --core-ui-custom-container-focus-overlay, currentColor )}._content_1noya_55{position:relative;z-index:1;min-width:0}._clipContent_1noya_61{overflow:hidden}button._container_1noya_1[data-pressed=true]{background-color:var( --core-ui-custom-container-pressed-background, var(--core-ui-custom-container-background, transparent) )}button._container_1noya_1[data-press-size][data-pressed=true]{transform:scale(var(--press-motion-scale))}button._container_1noya_1[data-press-size][data-pressed=false]:active{transform:scale(1)}button._container_1noya_1[data-pressed=true]:before{opacity:var(--core-ui-custom-container-overlay-opacity, .12)}._container_1noya_1:focus{outline:none}._container_1noya_1:focus-visible:after{opacity:var(--core-ui-custom-container-focus-opacity, .08)}button._container_1noya_1[data-pressed=true]:focus-visible:after{opacity:0}._container_1noya_1:disabled{background-color:var( --core-ui-custom-container-disabled-background, var(--core-ui-custom-container-background, transparent) );color:var(--core-ui-custom-container-disabled-foreground, currentColor);cursor:not-allowed;opacity:var(--core-ui-custom-container-disabled-opacity, .48)}._container_1noya_1:disabled:before,._container_1noya_1:disabled:after{opacity:0}@media(prefers-reduced-motion:reduce){._container_1noya_1{transition:none}button._container_1noya_1[data-press-size][data-pressed=true],button._container_1noya_1[data-press-size][data-pressed=false]:active{transform:none}._container_1noya_1:before{transition-duration:.1s}}.core-ui-faq-disclosure__content{--core-ui-faq-disclosure-duration: .22s;--core-ui-faq-disclosure-easing: cubic-bezier(.32, .72, 0, 1);display:grid;grid-template-rows:0fr;opacity:0;visibility:hidden;transition:grid-template-rows var(--core-ui-faq-disclosure-duration) var(--core-ui-faq-disclosure-easing),opacity .16s cubic-bezier(.23,1,.32,1),visibility 0s linear var(--core-ui-faq-disclosure-duration)}.core-ui-faq-disclosure__content[data-open=true]{grid-template-rows:1fr;opacity:1;visibility:visible;transition-delay:0s}.core-ui-faq-disclosure__inner{min-height:0;overflow:hidden}@media(prefers-reduced-motion:reduce){.core-ui-faq-disclosure__content{transition:grid-template-rows 0s linear .16s,opacity .16s cubic-bezier(.23,1,.32,1),visibility 0s linear .16s}.core-ui-faq-disclosure__content[data-open=true]{transition-delay:0s}}.core-ui-faq-disclosure__content[data-skip-motion=true]{transition:none}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#fff;overflow-x:hidden}.app{position:relative;width:100vw;height:100vh;overflow-x:hidden}.global-starry-bg{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0;pointer-events:none}.header{position:fixed;top:0;left:0;right:0;width:100vw;height:50px;background:#ffffff4d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:.5px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;gap:100px;z-index:1000}.header-logo{height:30px}.nav{display:flex;gap:100px}.nav-item{background:none;border:none;font-size:16px;color:#878787;cursor:pointer;transition:color .2s ease}.nav-item.active,.nav-item:hover{color:#333}.content{position:relative;height:100vh;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;width:100vw;z-index:1}.hero-section{position:relative;width:100vw;height:1080px;background:transparent;display:flex;align-items:center;justify-content:center;z-index:1}.bg-image{width:100%;height:100%;object-fit:cover}.hero-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:100px}.logo-container{margin-bottom:30px}.big-logo{width:160px;height:160px;border-radius:30px;box-shadow:0 0 30px #ffffff4d}.header-logo{height:30px;border-radius:6px}.app-title{font-size:50px;color:#fff;font-weight:700;margin-bottom:100px;text-shadow:2px 2px 3px rgba(128,128,128,.5)}.app-slogan{font-size:40px;color:#fffffff2;font-weight:500;margin-bottom:120px;letter-spacing:2px;text-shadow:0 2px 8px rgba(0,0,0,.3);font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif}.app-subtitle{font-size:36px;color:#fff;line-height:1.5;margin-bottom:100px}.download-btn{background:none;border:none;cursor:pointer;padding:0}.download-btn img{height:60px}.section-gap{position:relative;height:20px;background-color:transparent;width:100vw;z-index:1}.feature-section{position:relative;background-color:transparent;min-height:800px;padding:100px 20px 0;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100vw;z-index:1}.section-title{font-size:50px;color:#fff;font-weight:700;margin-bottom:60px;text-shadow:0 2px 8px rgba(0,0,0,.5)}.section-description{font-size:30px;color:#ffffffe6;line-height:1.5;margin-bottom:60px;text-shadow:0 2px 8px rgba(0,0,0,.5)}.feature-image{display:flex;justify-content:center;align-items:flex-end;flex:1}.feature-image img{width:408px;max-width:100%;height:auto;display:block}.widget-image{display:flex;justify-content:center;align-items:flex-end;flex:1}.widget-image img{width:1200px;max-width:100%;height:auto;display:block}.feature-placeholder{display:flex;justify-content:center;align-items:center;min-height:400px;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:20px;margin:40px}.placeholder-text{display:inline-flex;align-items:center;gap:10px;font-size:32px;color:#667eea;font-weight:600;text-shadow:0 0 10px rgba(102,126,234,.3)}.placeholder-icon{width:32px;height:32px;flex:0 0 auto}.fun-frame{background-color:#fff;padding:20px;width:100vw}.fun-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;width:100%;margin:0}.fun-card{background-color:#f5f5f7;height:509px;display:flex;flex-direction:column;align-items:center;padding:60px 20px;text-align:center}.fun-icon{width:80px;height:80px;margin-bottom:60px}.fun-description{font-size:30px;color:#878787;line-height:1.5;flex:1;display:flex;align-items:center}.fun-title{font-size:36px;color:#000;font-weight:700;margin-bottom:60px}.review-section{background-color:transparent;height:660px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 0;position:relative;overflow:hidden;width:100vw;z-index:1}.marquee-container{width:100vw;height:100%;display:flex;flex-direction:column;justify-content:center;gap:20px;overflow:hidden;padding:20px 0}.marquee-row{height:280px;width:100%}.marquee-card{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:40px;width:600px;height:240px;margin-right:20px;flex-shrink:0;display:flex;flex-direction:column;justify-content:space-between;border-radius:15px}.review-quote{font-size:24px;color:#fffffff2;line-height:1.6;margin-bottom:30px;font-style:normal;white-space:pre-line;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.review-author{display:flex;align-items:center;gap:16px}.author-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover}.author-info{display:flex;flex-direction:column}.author-name{font-size:20px;color:#fffffff2;font-weight:700;margin-bottom:4px}.author-title{font-size:16px;color:#ffffffb3}.bottom-section{position:relative;background-color:transparent;width:100vw;margin:0;padding:0;z-index:1}.bottom-spacing{height:10px}.bottom-spacing-left,.bottom-spacing-right{flex:1;min-height:1px}.bottom-content{display:flex;width:100vw}.bottom-text-container{flex:1;display:flex;flex-direction:column;align-items:center;padding:20px}.disclaimer{font-size:16px;color:#666;text-align:center;margin-bottom:20px}.divider{width:80%;height:1px;background-color:#fff3;margin:20px 0}.footer{display:flex;flex-direction:column;align-items:center;gap:10px;font-size:14px;color:#ffffffb3}.bottom-spacer{height:10px}@media(max-width:768px){.header{gap:30px;padding:0 20px}.nav{gap:30px}.nav-item{font-size:14px}.hero-content{padding-top:120px}.big-logo{width:120px;height:120px}.app-title{font-size:36px;margin-bottom:60px}.app-subtitle{font-size:24px;margin-bottom:60px;padding:0 20px}.feature-section{min-height:600px;padding:60px 20px 0}.section-title{font-size:36px;margin-bottom:40px}.section-description{font-size:20px;margin-bottom:40px;padding:0 20px}.feature-image img{width:300px}.widget-image img{width:100%;max-width:600px}.fun-grid{grid-template-columns:1fr;gap:10px}.fun-card{height:auto;min-height:300px;padding:40px 20px}.fun-icon{width:60px;height:60px;margin-bottom:30px}.fun-description{font-size:18px;margin-bottom:20px}.fun-title{font-size:24px;margin-bottom:30px}.marquee-container{padding:20px 0;overflow:hidden;gap:20px}.marquee-card{width:auto;min-width:280px;max-width:320px;height:200px;padding:20px;margin-right:20px}.review-quote{font-size:18px;font-style:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.author-avatar{width:50px;height:50px}.author-name{font-size:16px}.author-title{font-size:14px}.bottom-spacing-left,.bottom-spacing-right{flex:1}.bottom-text-container{padding:20px 10px}.disclaimer{font-size:14px}.footer{font-size:12px}}
