.home-landing{width:100%;min-height:100vh;perspective:2000px;perspective-origin:50%}.home-header{position:fixed;top:0;left:0;width:100%;height:64px;justify-content:flex-start;padding:16px;background:rgba(255,255,255,.01);backdrop-filter:blur(30px);border-radius:0;z-index:1000}.home-header,.home-header-logo{display:flex;align-items:center}.home-header-logo{gap:8px;height:32px}.home-header-logo img{height:32px;width:auto}.home-header-logo-text{font-family:Montserrat,sans-serif;font-size:24px;line-height:32px;font-weight:700;color:#000000}.home-header-beta{width:42px;height:20px;border-radius:9999px;display:flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid rgba(0,0,0,.1);color:rgba(0,0,0,.4);font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500}.hero{padding:0 24px;height:clamp(800px,100vh,1080px);min-height:800px;max-height:1080px;background:linear-gradient(180deg,#ffffff,#fbf1ec);perspective:2000px;perspective-origin:50%;overflow:hidden}.hero,.hero-title-container{display:flex;flex-direction:column;width:100%}.hero-title-container{justify-content:center;padding:clamp(60px,calc((100vh - 800px) / 280 * 140 + 60px),200px) 0 80px;gap:48px;flex:1;z-index:1}.hero-title-container,.hero-title-group{position:static;height:auto;opacity:1;align-items:center;align-self:stretch}.hero-title-group{width:100%;display:flex;flex-direction:column;padding:0;gap:20px;z-index:0}.hero-description{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;line-height:28px;color:rgba(0,0,0,.5);animation:heroFadeInUp .8s ease .2s forwards}.hero-description,.hero-title{width:100%;text-align:center;margin:0;justify-content:center;opacity:0;transform:translateY(60px)}.hero-title{font-family:Montserrat,sans-serif;font-size:60px;line-height:70px;font-weight:600;color:#000000;animation:heroFadeInUp .8s ease .5s forwards}@keyframes heroFadeInUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}.hero-buttons{width:100%;height:auto;opacity:0;transform:translateY(60px);justify-content:center;padding:0;gap:16px;flex-wrap:wrap;align-content:center;align-self:stretch;z-index:1;animation:heroFadeInUp .8s ease 1.2s forwards}.hero-buttons,.hero-download-btn{position:static;display:flex;flex-direction:row;align-items:center}.hero-download-btn{height:48px;border-radius:1000px;opacity:1;padding:11px 24px;gap:8px;background:#000000;z-index:0;border:none;cursor:pointer;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:26px;font-weight:500;color:#ffffff;transition:opacity .2s,transform .2s}.hero-download-btn:hover{opacity:.9;transform:scale(1.05)}.hero-download-btn:active{transform:scale(1)}.hero-download-btn svg{flex-shrink:0}.hero-download-btn span{white-space:nowrap}.download-btn-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px}.download-hint-popover{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%);padding:6px 8px;background:#454545;border-radius:7px;z-index:50;white-space:nowrap}.download-hint-text{font-size:12px;font-weight:500;color:#ffffff}.download-hint-label,.download-hint-text{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:18px}.download-hint-label{font-size:11px;color:#8c8c8c;text-align:center;display:none;width:100%;max-width:90%}.hero-preview-container{width:100%;height:auto;opacity:0;display:flex;flex-direction:column;align-items:center;padding:0;align-self:stretch;z-index:1;position:relative;transform-style:preserve-3d;transform-origin:center bottom;animation:heroFadeInUpOpacity .8s ease .8s forwards;will-change:transform}@keyframes heroFadeInUpOpacity{0%{opacity:0}to{opacity:1}}.hero-gradient{position:absolute;left:50%;top:0;width:100%;max-width:1200px;min-width:360px;height:420px;opacity:.3;filter:blur(200px);z-index:0;transform:translateX(-50%);background:linear-gradient(270deg,#ff4c10,#ffe017,#1bd1b3,#7c3bff,#ff0000,#ff4c10);background-size:400% 400%;animation:gradient-flow 8s ease-in-out infinite}@keyframes gradient-flow{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.hero-preview-image{max-width:1200px;width:100%;height:auto;position:relative;z-index:9999;box-shadow:0 45px 60px 0 rgba(0,0,0,.05)}@media (max-width:768px){.hero-description{font-size:18px}.hero-title{font-size:52px}}@media (max-width:480px){.home-landing{height:100dvh;overflow:hidden}.home-header{height:52px;padding:10px 16px}.home-header-logo-text{font-size:20px}.hero{height:100dvh;min-height:unset;max-height:unset;padding:0 20px}.hero-title-container{padding-top:25vh;padding-bottom:15vh;flex:0 0 auto}.hero-title-group{gap:10px}.hero-description{font-size:14px;line-height:20px}.hero-title{font-size:40px;line-height:48px}.hero-buttons{gap:10px}.hero-download-btn{height:44px;font-size:14px;padding:10px 20px}}