.toast-viewport{position:fixed;top:clamp(78px,13vh,142px);left:50%;z-index:300;display:grid;width:min(4.6rem,calc(100vw - 32px));gap:.12rem;pointer-events:none;transform:translate(-50%)}.app-toast{--toast-accent: #00e1ff;position:relative;display:grid;min-height:.62rem;grid-template-columns:.28rem 1fr .28rem;align-items:center;gap:.14rem;padding:.13rem .16rem;overflow:hidden;border:.01rem solid rgba(0,225,255,.58);border-radius:.12rem;background:linear-gradient(110deg,rgba(3,14,25,.98),rgba(5,26,38,.97));box-shadow:0 0 .2rem rgba(0,225,255,.24),inset 0 0 .18rem rgba(126,211,235,.08);color:#edfaff;font-size:.15rem;line-height:1.35;pointer-events:auto;animation:toastEnter .36s cubic-bezier(.2,.8,.2,1) both}.app-toast:before{position:absolute;top:0;left:14%;width:72%;height:.02rem;border-radius:50%;background:var(--toast-accent);box-shadow:0 0 .12rem var(--toast-accent);content:""}.app-toast-error{--toast-accent: #ff5f75;border-color:rgba(255,95,117,.62);box-shadow:0 0 .2rem rgba(255,95,117,.24),inset 0 0 .18rem rgba(235,126,144,.08)}.app-toast-icon{width:.25rem;height:.25rem;color:var(--toast-accent);filter:drop-shadow(0 0 .05rem var(--toast-accent))}.app-toast>span{min-width:0;overflow-wrap:anywhere}.app-toast button{display:grid;width:.28rem;height:.28rem;padding:0;place-items:center;border:0;background:transparent;color:#81909c;cursor:pointer}.app-toast button:hover{color:#fff}.app-toast button svg{width:.17rem;height:.17rem}@keyframes toastEnter{0%{opacity:0;transform:translateY(-.2rem) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:767px){.toast-viewport{top:76px;width:calc(100vw - 28px);gap:8px}.app-toast{min-height:54px;grid-template-columns:24px 1fr 24px;gap:10px;padding:10px 12px;border-radius:10px;font-size:14px}.app-toast-error{font-size:12px;line-height:1.4}.app-toast-icon{width:22px;height:22px}.app-toast button{width:24px;height:24px}}@media(prefers-reduced-motion:reduce){.app-toast{animation-duration:.01ms}}.value-orbit-section{isolation:isolate;display:flex;overflow:hidden;flex-direction:column;align-items:center;justify-content:flex-start;padding:1.12rem .4rem .24rem;background:radial-gradient(circle at 50% 43%,rgba(0,125,197,.16),transparent 32%),radial-gradient(circle at 50% 115%,rgba(0,209,255,.1),transparent 34%),linear-gradient(180deg,#02060d,#030912 52%,#01040a);color:#fff}.value-orbit-background,.value-orbit-grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.value-orbit-background{z-index:-1}.value-orbit-background:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,transparent 35%,rgba(0,2,8,.78) 100%)}.value-orbit-grid{opacity:.16;background-image:linear-gradient(rgba(0,209,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(0,209,255,.07) 1px,transparent 1px);background-size:.48rem .48rem;-webkit-mask-image:radial-gradient(circle at 50% 48%,#000 0%,transparent 64%);mask-image:radial-gradient(circle at 50% 48%,#000 0%,transparent 64%)}.value-orbit-glow{position:absolute;width:4.2rem;height:4.2rem;border-radius:50%;opacity:.22;background:#007ad9;filter:blur(1.1rem)}.value-orbit-glow-left{top:2.15rem;left:-2.5rem}.value-orbit-glow-right{right:-2.5rem;bottom:.55rem;background:#00d1ff}.value-orbit-particle{position:absolute;top:var(--orbit-particle-top);left:var(--orbit-particle-left);width:var(--orbit-particle-size);height:var(--orbit-particle-size);border-radius:50%;opacity:.2;background:#dffbff;box-shadow:0 0 .08rem rgba(109,231,255,.9);animation:valueOrbitTwinkle 2.8s ease-in-out var(--orbit-particle-delay) infinite;animation-play-state:paused}.value-orbit-section.is-current .value-orbit-particle{animation-play-state:running}.value-orbit-header{position:relative;z-index:3;display:flex;max-width:12rem;flex-direction:column;align-items:center;text-align:center;opacity:0;transform:translateY(-.28rem)}.value-orbit-kicker{display:inline-flex;min-height:.32rem;align-items:center;gap:.09rem;padding:.06rem .16rem;border:.01rem solid rgba(0,209,255,.22);border-radius:.24rem;background:linear-gradient(180deg,rgba(0,209,255,.12),rgba(0,87,177,.04));box-shadow:inset 0 0 .14rem rgba(0,209,255,.05);color:#78e8ff;font-family:Inter,sans-serif;font-size:.105rem;letter-spacing:.12em;line-height:1}.value-orbit-kicker i{width:.065rem;height:.065rem;flex:0 0 auto;border-radius:50%;background:#00d1ff;box-shadow:0 0 .09rem rgba(0,209,255,.9)}.value-orbit-header h1{margin:.12rem 0 0;color:#f5f8fb;font-family:Inter,sans-serif;font-size:.48rem;font-weight:400;line-height:1.18;letter-spacing:.01em}.value-orbit-header h1 span{color:#00d1ff;text-shadow:0 0 .22rem rgba(0,209,255,.22)}.value-orbit-header p{max-width:8.8rem;margin:.1rem 0 0;color:#82909f;font-family:Inter,sans-serif;font-size:.145rem;line-height:1.5}.value-orbit-section.is-active .value-orbit-header,.value-orbit-section.has-animated .value-orbit-header{animation:valueOrbitHeaderIn .75s ease-out .18s forwards}.value-orbit-stage{position:relative;z-index:2;width:5.2rem;max-width:62vh;aspect-ratio:1;flex:0 0 auto;margin-top:.28rem;border-radius:50%;opacity:0;transform:scale(.84)}.value-orbit-section.is-active .value-orbit-stage,.value-orbit-section.has-animated .value-orbit-stage{animation:valueOrbitStageIn .9s cubic-bezier(.2,.75,.2,1) .42s forwards}.value-orbit-artwork{position:absolute;z-index:1;top:-.22rem;right:-.22rem;bottom:-.22rem;left:-.22rem;width:calc(100% + .44rem);height:calc(100% + .44rem);opacity:.82;object-fit:contain;pointer-events:none;filter:saturate(.82) contrast(1.02) drop-shadow(0 0 .2rem rgba(0,166,219,.08));mix-blend-mode:screen;-webkit-mask-image:radial-gradient(circle at 50% 50%,#000 0 34%,rgba(0,0,0,.72) 37%,transparent 41%);mask-image:radial-gradient(circle at 50% 50%,#000 0 34%,rgba(0,0,0,.72) 37%,transparent 41%);-webkit-user-select:none;user-select:none}.value-orbit-spinner,.value-orbit-tag-system{position:absolute;z-index:2;border-radius:50%;animation-name:valueOrbitRotate;animation-timing-function:linear;animation-iteration-count:infinite;animation-play-state:paused}.value-orbit-spinner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;border:.012rem solid rgba(73,214,245,.34);box-shadow:0 0 .045rem rgba(0,209,255,.18),inset 0 0 .045rem rgba(0,209,255,.1)}.value-orbit-spinner-inner:before{opacity:.72;border-width:.008rem;border-color:rgba(75,174,255,.28)}.value-orbit-spinner-outer{top:0;right:0;bottom:0;left:0;animation-duration:12s}.value-orbit-spinner-inner{top:.28rem;right:.28rem;bottom:.28rem;left:.28rem;animation-duration:8s;animation-direction:reverse}.value-orbit-spinner i{position:absolute;left:50%;width:.09rem;height:.09rem;border-radius:50%;transform:translate(-50%)}.value-orbit-spinner-outer i{top:-.045rem;background:#80efff;box-shadow:0 0 .08rem #00d1ff,0 0 .2rem rgba(0,209,255,.82)}.value-orbit-spinner-inner i{bottom:-.045rem;background:#3b8cff;box-shadow:0 0 .08rem #006cff,0 0 .2rem rgba(0,108,255,.82)}.value-orbit-tag-system{z-index:4;top:0;right:0;bottom:0;left:0;animation-duration:20s}.value-orbit-tag-counter{animation:valueOrbitRotate 20s linear infinite reverse;animation-play-state:paused}.value-orbit-section.is-current .value-orbit-spinner,.value-orbit-section.is-current .value-orbit-tag-system,.value-orbit-section.is-current .value-orbit-tag-counter{animation-play-state:running}.value-orbit-tag-slot{position:absolute}.value-orbit-tag-slot-top{top:0;left:50%;transform:translate(-50%,-50%)}.value-orbit-tag-slot-right{top:50%;right:0;transform:translate(50%,-50%)}.value-orbit-tag-slot-bottom{bottom:0;left:50%;transform:translate(-50%,50%)}.value-orbit-tag-slot-left{top:50%;left:0;transform:translate(-50%,-50%)}.value-orbit-tag{display:flex;min-height:.42rem;max-width:3.15rem;align-items:center;gap:.09rem;padding:.07rem .14rem .07rem .09rem;border:.01rem solid rgba(105,218,247,.2);border-radius:.28rem;background:linear-gradient(110deg,rgba(4,12,23,.9),rgba(5,28,45,.75));box-shadow:inset 0 0 .15rem rgba(0,209,255,.05),0 .06rem .2rem rgba(0,0,0,.38);backdrop-filter:blur(.12rem);-webkit-backdrop-filter:blur(.12rem);font-family:Inter,sans-serif}.value-orbit-tag>span{display:grid;width:.28rem;height:.28rem;flex:0 0 auto;place-items:center;border:.01rem solid rgba(0,209,255,.24);border-radius:50%;background:rgba(0,209,255,.08);color:#55e4ff;box-shadow:0 0 .12rem rgba(0,209,255,.12)}.value-orbit-tag svg{width:.15rem;height:.15rem;stroke-width:1.8}.value-orbit-tag strong{overflow:hidden;color:#dfe9f2;font-size:.12rem;font-weight:500;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.value-orbit-marker{position:absolute;z-index:3;display:grid;width:.42rem;height:.42rem;place-items:center;border:.01rem solid rgba(0,209,255,.2);border-radius:50%;background:rgba(3,17,31,.88);box-shadow:0 0 .18rem rgba(0,209,255,.14),inset 0 0 .1rem rgba(0,209,255,.08);color:#66e7ff}.value-orbit-marker svg{width:.21rem;height:.21rem;stroke-width:1.7}.value-orbit-marker-first{top:18%;left:21%}.value-orbit-marker-second{right:22%;bottom:19%}.value-orbit-caption{position:relative;z-index:2;margin:.16rem 0 0;color:rgba(118,153,173,.58);font-family:Inter,sans-serif;font-size:.09rem;letter-spacing:.18em;opacity:0}.value-orbit-section.is-active .value-orbit-caption,.value-orbit-section.has-animated .value-orbit-caption{animation:valueOrbitCaptionIn .6s ease-out .95s forwards}@keyframes valueOrbitRotate{to{transform:rotate(360deg)}}@keyframes valueOrbitTwinkle{0%,to{opacity:.18;transform:scale(.75)}50%{opacity:.9;transform:scale(1.25)}}@keyframes valueOrbitHeaderIn{to{opacity:1;transform:translateY(0)}}@keyframes valueOrbitStageIn{to{opacity:1;transform:scale(1)}}@keyframes valueOrbitCaptionIn{to{opacity:1}}@media(max-width:767px){.value-orbit-section-mobile{justify-content:start;padding:.1rem .16rem .6rem}.value-orbit-section-mobile .value-orbit-header{width:100%;max-width:6.2rem;padding:10px .22rem}.value-orbit-section-mobile .value-orbit-kicker{min-height:.28rem;padding:.05rem .12rem;font-size:.085rem}.value-orbit-section-mobile .value-orbit-header h1{margin-top:.1rem;font-size:.34rem;line-height:1.2}.value-orbit-section-mobile .value-orbit-header p{max-width:5.8rem;margin-top:.08rem;font-size:.12rem;line-height:1.45}.value-orbit-section-mobile .value-orbit-stage{width:min(4.7rem,76vw);max-width:none;margin-top:.52rem}.value-orbit-section-mobile .value-orbit-spinner-inner{top:.22rem;right:.22rem;bottom:.22rem;left:.22rem}.value-orbit-section-mobile .value-orbit-tag{min-height:.36rem;max-width:1.75rem;gap:.06rem;padding:.055rem .09rem .055rem .06rem}.value-orbit-section-mobile .value-orbit-tag>span{width:.24rem;height:.24rem}.value-orbit-section-mobile .value-orbit-tag svg{width:.13rem;height:.13rem}.value-orbit-section-mobile .value-orbit-tag strong{display:-webkit-box;overflow:hidden;font-size:.09rem;line-height:1.18;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.value-orbit-section-mobile .value-orbit-marker{width:.34rem;height:.34rem}.value-orbit-section-mobile .value-orbit-marker svg{width:.17rem;height:.17rem}.value-orbit-section-mobile .value-orbit-caption{margin-top:.38rem;font-size:.075rem;letter-spacing:.12em}}@media(max-width:390px){.value-orbit-section-mobile .value-orbit-stage{width:min(4.45rem,74vw);margin-top:.46rem}.value-orbit-section-mobile .value-orbit-tag{max-width:1.58rem}}@media(prefers-reduced-motion:reduce){.value-orbit-section *,.value-orbit-section *:before,.value-orbit-section *:after{animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--swiper-theme-color: #007aff}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-slides-offset-before);margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{-webkit-margin-end:var(--swiper-slides-offset-after);margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-slides-offset-before);margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{-webkit-margin-after:var(--swiper-slides-offset-after);margin-block-end:var(--swiper-slides-offset-after)}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}.level-reward-page{--lr-cyan: #00d9ff;--lr-blue: #176dff;position:relative;min-height:100%;flex:1 1 auto;overflow-x:hidden;overflow-y:auto;background:#01040a;color:#f6fbff;isolation:isolate}.level-reward-background{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;overflow:hidden;background:radial-gradient(circle at 50% 0%,rgba(0,159,220,.2),transparent 38%),linear-gradient(180deg,#020914,#01040a 55%,#02070d);pointer-events:none}.level-reward-grid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.18;background-image:linear-gradient(rgba(0,209,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(0,209,255,.07) 1px,transparent 1px);background-size:.42rem .42rem;-webkit-mask-image:radial-gradient(circle at 50% 18%,#000,transparent 72%);mask-image:radial-gradient(circle at 50% 18%,#000,transparent 72%)}.level-reward-glow{position:absolute;width:4rem;height:4rem;border-radius:50%;opacity:.18;background:#006cff;filter:blur(1.2rem)}.level-reward-glow-left{top:4rem;left:-2.8rem}.level-reward-glow-right{right:-2.7rem;bottom:3rem;background:#00d9ff}.level-reward-content{position:relative;width:min(10.4rem,calc(100% - .64rem));margin:0 auto;padding:1.28rem 0 .9rem}.level-reward-nft-summary{display:flex;align-items:center;justify-content:center;gap:.22rem}.level-reward-current-nft{position:relative;width:1.38rem;height:1.9rem;padding:0;overflow:visible;border:.01rem solid rgba(0,217,255,.28);border-radius:.15rem;background:rgba(2,13,23,.72);box-shadow:0 0 .3rem rgba(0,217,255,.12);color:#fff;cursor:pointer}.level-reward-current-nft>img{width:100%;height:100%;border-radius:inherit;object-fit:fill}.level-reward-current-nft>span{position:absolute;bottom:-.11rem;left:50%;min-width:1.02rem;padding:.045rem .1rem;border:.01rem solid rgba(0,217,255,.34);border-radius:.18rem;background:rgba(1,9,17,.92);color:var(--lr-cyan);font-size:.095rem;white-space:nowrap;transform:translate(-50%)}.level-reward-current-nft:disabled{cursor:default}.level-reward-empty-nft{display:grid;width:100%;height:100%;place-items:center;color:#69788a;font-size:.12rem}.level-reward-nft-meta{display:grid;gap:.1rem}.level-reward-nft-meta p{display:flex;min-width:1.8rem;align-items:center;justify-content:space-between;gap:.18rem;margin:0;padding:.11rem .14rem;border:.01rem solid rgba(91,170,203,.16);border-radius:.1rem;background:rgba(4,17,29,.62)}.level-reward-nft-meta span{color:#748395;font-size:.1rem}.level-reward-nft-meta strong{color:#e9faff;font-size:.14rem;font-weight:500}.level-reward-hero{max-width:8.5rem;margin:.5rem auto 0;text-align:center}.level-reward-eyebrow{display:inline-flex;padding:.06rem .16rem;border:.01rem solid rgba(0,217,255,.2);border-radius:.18rem;background:rgba(0,217,255,.06);color:#70e8ff;font-size:.09rem;letter-spacing:.15em}.level-reward-hero h1{margin:.15rem 0 0;background:linear-gradient(180deg,#fff,#4ddfff);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:.55rem;font-weight:600;line-height:1.16}.level-reward-hero h2{margin:.1rem 0 0;color:#f3f7fa;font-size:.22rem;font-weight:500;letter-spacing:.14em}.level-reward-hero p{max-width:7.5rem;margin:.12rem auto 0;color:#7f8d9e;font-size:.14rem;line-height:1.55}.level-reward-orbit{position:relative;width:2.42rem;height:2.42rem;margin:.46rem auto}.level-reward-orbit>i{position:absolute;top:0;right:0;bottom:0;left:0;border:.01rem solid rgba(0,217,255,.22);border-radius:50%;box-shadow:0 0 .22rem rgba(0,217,255,.08);animation:levelRewardSpin 12s linear infinite}.level-reward-orbit>i:before{content:"";position:absolute;top:-.035rem;left:50%;width:.07rem;height:.07rem;border-radius:50%;background:#5decff;box-shadow:0 0 .12rem #00d9ff}.level-reward-orbit>i:nth-child(2){top:.22rem;right:.22rem;bottom:.22rem;left:.22rem;border-color:rgba(39,111,255,.24);animation-direction:reverse;animation-duration:9s}.level-reward-orbit>div{position:absolute;top:.46rem;right:.46rem;bottom:.46rem;left:.46rem;display:grid;place-items:center;border:.01rem solid rgba(109,229,255,.38);border-radius:50%;background:radial-gradient(circle,rgba(0,217,255,.18),rgba(2,13,27,.96) 68%);box-shadow:0 0 .42rem rgba(0,161,255,.22),inset 0 0 .24rem rgba(0,217,255,.1)}.level-reward-orbit img{width:.82rem;filter:drop-shadow(0 0 .12rem rgba(0,217,255,.5))}.level-reward-arrow{position:absolute;width:.26rem;color:#4fe6ff;filter:drop-shadow(0 0 .08rem rgba(0,217,255,.65));transform:rotate(-90deg);animation:levelRewardRise 1.6s ease-in-out infinite}.level-reward-arrow-one{top:.2rem;right:-.36rem}.level-reward-arrow-two{top:.92rem;left:-.42rem;animation-delay:.3s}.level-reward-arrow-three{right:-.5rem;bottom:.26rem;opacity:.55;animation-delay:.6s}.level-reward-table-panel{overflow:hidden;border:.01rem solid rgba(85,167,199,.18);border-radius:.2rem;background:rgba(2,10,19,.78);box-shadow:0 .18rem .6rem rgba(0,0,0,.3),inset 0 0 .28rem rgba(0,217,255,.04);-webkit-backdrop-filter:blur(.15rem);backdrop-filter:blur(.15rem)}.level-reward-table-heading,.level-reward-table-body article{display:grid;grid-template-columns:.8rem 1fr 1.4fr 1.25rem;align-items:center}.level-reward-table-heading{min-height:.58rem;background:linear-gradient(90deg,rgba(0,100,176,.88),rgba(0,217,255,.72));color:#eaffff;font-size:.13rem;font-weight:600;letter-spacing:.08em;text-align:center}.level-reward-table-body article{position:relative;min-height:.58rem;border-bottom:.01rem solid rgba(255,255,255,.05);text-align:center;transition:background .2s ease,opacity .2s ease}.level-reward-table-body article:last-child{border-bottom:0}.level-reward-table-body article:nth-child(odd){background:rgba(255,255,255,.02)}.level-reward-table-body article.is-claimable{background:linear-gradient(90deg,rgba(0,217,255,.04),rgba(0,108,255,.12))}.level-reward-table-body article.is-claimed{opacity:.45}.level-reward-table-body span{color:#647386;font-size:.12rem}.level-reward-table-body strong{color:#f4f8fb;font-size:.15rem;font-weight:500}.level-reward-table-body b{color:#5ee9ff;font-size:.16rem;font-weight:600}.level-reward-table-body em{display:inline-flex;justify-self:center;padding:.055rem .11rem;border:.01rem solid rgba(116,143,161,.18);border-radius:.14rem;color:#718092;font-size:.1rem;font-style:normal;white-space:nowrap}.level-reward-table-body .is-claimable em{border-color:rgba(0,217,255,.3);background:rgba(0,217,255,.08);color:#66eaff}.level-reward-claim-panel{display:flex;align-items:center;justify-content:space-between;gap:.2rem;margin-top:.22rem;padding:.2rem .24rem;border:.01rem solid rgba(0,217,255,.18);border-radius:.17rem;background:linear-gradient(130deg,rgba(4,24,38,.88),rgba(2,8,16,.92))}.level-reward-claim-panel>div{display:flex;flex-direction:column;gap:.04rem}.level-reward-claim-panel span{color:#738396;font-size:.11rem}.level-reward-claim-panel strong{color:#f4fcff;font-size:.3rem;font-weight:500}.level-reward-claim-panel small{color:#54e2ff;font-size:.13rem}.level-reward-claim-panel button{display:flex;min-width:2.2rem;height:.56rem;align-items:center;justify-content:center;gap:.08rem;padding:0 .28rem;border:.01rem solid #20d7f4;border-radius:.12rem;background:linear-gradient(110deg,#0b48b7,#00cdd8);box-shadow:0 0 .2rem rgba(0,217,255,.22);color:#fff;cursor:pointer;font-size:.17rem;font-weight:600}.level-reward-claim-panel button:disabled{cursor:not-allowed;filter:grayscale(.5);opacity:.38}.level-reward-claim-panel button svg{width:.2rem;animation:levelRewardSpin 1s linear infinite}.level-reward-rules{margin-top:.58rem;padding:.34rem .4rem;border:.01rem solid rgba(104,163,186,.12);border-radius:.25rem;background:rgba(3,12,22,.56)}.level-reward-rules header{display:flex;align-items:center;gap:.22rem}.level-reward-rules header i{height:.01rem;flex:1;background:linear-gradient(90deg,transparent,rgba(0,217,255,.26))}.level-reward-rules header i:last-child{transform:scaleX(-1)}.level-reward-rules h2{margin:0;font-size:.2rem;font-weight:500;letter-spacing:.12em;text-align:center}.level-reward-rules ol{position:relative;display:grid;gap:.23rem;margin:.32rem 0 0;padding:0 0 0 .42rem;list-style:none;counter-reset:rule}.level-reward-rules ol:before{content:"";position:absolute;top:.08rem;bottom:.08rem;left:.12rem;border-left:.01rem dashed rgba(0,217,255,.24)}.level-reward-rules li{position:relative;color:#9ba8b7;font-size:.13rem;line-height:1.62;counter-increment:rule}.level-reward-rules li:before{content:counter(rule);position:absolute;top:0;left:-.42rem;z-index:1;display:grid;width:.25rem;height:.25rem;place-items:center;border:.01rem solid #00d9ff;border-radius:50%;background:#03101b;box-shadow:0 0 .1rem rgba(0,217,255,.2);color:#65eaff;font-size:.1rem}.level-reward-footer-text{margin:.55rem 0 0;color:rgba(172,194,207,.48);font-size:.12rem;letter-spacing:.16em;text-align:center}.level-reward-modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:.3rem}.level-reward-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;background:radial-gradient(circle at 50% 42%,rgba(0,110,165,.16),transparent 42%),rgba(0,3,9,.86);cursor:pointer;-webkit-backdrop-filter:blur(.12rem);backdrop-filter:blur(.12rem)}.level-reward-modal{position:relative;display:flex;width:min(7.4rem,calc(100% - .32rem));max-height:min(6.6rem,calc(100dvh - .8rem));flex-direction:column;overflow:hidden;padding:.26rem;border:.01rem solid rgba(74,220,255,.3);border-radius:.22rem;background:linear-gradient(145deg,rgba(7,25,41,.98),rgba(2,8,17,.99));box-shadow:0 .32rem 1.1rem rgba(0,0,0,.56),0 0 .72rem rgba(0,164,224,.16),inset 0 .01rem rgba(255,255,255,.04)}.level-reward-modal:before{content:"";position:absolute;top:-.9rem;left:50%;width:5rem;height:1.5rem;border-radius:50%;background:rgba(0,217,255,.2);filter:blur(.48rem);pointer-events:none;transform:translate(-50%)}.level-reward-modal>header{position:relative;display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;padding:.02rem 0 .24rem;border-bottom:.01rem solid rgba(114,190,216,.12)}.level-reward-modal>header:after{content:"";position:absolute;bottom:-.01rem;left:0;width:1.2rem;height:.01rem;background:linear-gradient(90deg,#00d9ff,transparent);box-shadow:0 0 .12rem rgba(0,217,255,.4)}.level-reward-modal>header>div{line-height:1}.level-reward-modal header span{color:#3edfff;font-size:.09rem;line-height:1.35;letter-spacing:.18em}.level-reward-modal h2{margin:.055rem 0 0;color:#f4fcff;font-size:.26rem;font-weight:500;line-height:1.25;letter-spacing:.03em}.level-reward-modal header>button{display:grid;width:.4rem;height:.4rem;flex:0 0 auto;place-items:center;border:.01rem solid rgba(102,183,210,.25);border-radius:50%;background:rgba(8,28,43,.72);color:#d8f8ff;cursor:pointer;line-height:1;transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease}.level-reward-modal header>button:hover{border-color:rgba(0,217,255,.65);background:rgba(0,217,255,.12);color:#fff;transform:rotate(6deg)}.level-reward-modal header>button:focus-visible,.level-reward-nft-list>button:focus-visible{outline:.02rem solid #7aefff;outline-offset:.03rem}.level-reward-modal header svg{width:.18rem}.level-reward-nft-list{display:grid;min-height:0;flex:1 1 auto;grid-template-columns:repeat(3,minmax(0,1.65rem));grid-auto-rows:-webkit-max-content;grid-auto-rows:max-content;justify-content:center;gap:.12rem;margin-top:.24rem;padding:.02rem .08rem .08rem .02rem;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:rgba(62,223,255,.38) transparent;scrollbar-width:thin}.level-reward-nft-list::-webkit-scrollbar{width:.05rem}.level-reward-nft-list::-webkit-scrollbar-track{background:transparent}.level-reward-nft-list::-webkit-scrollbar-thumb{border-radius:.05rem;background:rgba(62,223,255,.32)}.level-reward-nft-list>button{position:relative;display:flex;min-width:0;flex-direction:column;gap:.09rem;padding:.08rem;overflow:hidden;border:.01rem solid rgba(114,172,195,.16);border-radius:.14rem;background:linear-gradient(155deg,rgba(14,40,59,.58),rgba(3,12,22,.86));color:#fff;cursor:pointer;text-align:left;transition:border-color .22s ease,box-shadow .22s ease}.level-reward-nft-list>button:after{content:"";position:absolute;inset:auto 12% -.22rem;height:.34rem;border-radius:50%;background:rgba(0,217,255,.12);filter:blur(.18rem);opacity:0;transition:opacity .22s ease}.level-reward-nft-list>button:hover{border-color:rgba(72,216,255,.45);box-shadow:0 .14rem .3rem rgba(0,0,0,.28)}.level-reward-nft-list>button.is-selected{border-color:rgba(0,217,255,.78);box-shadow:0 0 0 .01rem rgba(0,217,255,.1),0 .16rem .36rem rgba(0,139,204,.18)}.level-reward-nft-list>button.is-selected:after{opacity:1}.level-reward-nft-item-visual{position:relative;display:block;width:100%;flex:0 0 auto;overflow:hidden;border:.01rem solid rgba(115,205,234,.14);border-radius:.12rem;background:radial-gradient(circle at 50% 30%,rgba(0,187,235,.14),rgba(2,9,17,.72));aspect-ratio:16 / 9}.level-reward-nft-item-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:inset 0 0 .24rem rgba(0,217,255,.08);pointer-events:none}.level-reward-nft-item-visual img{width:100%;height:100%;object-fit:cover;object-position:center 36%;transition:filter .2s ease}.level-reward-nft-list>button:hover .level-reward-nft-item-visual img{filter:brightness(1.07)}.level-reward-nft-item-visual b{position:absolute;right:.08rem;bottom:.08rem;z-index:1;min-width:.42rem;padding:.045rem .08rem;border:.01rem solid rgba(83,231,255,.36);border-radius:.12rem;background:rgba(0,9,18,.78);box-shadow:0 0 .14rem rgba(0,217,255,.12);color:#7eeeff;font-size:.105rem;font-weight:600;text-align:center;-webkit-backdrop-filter:blur(.06rem);backdrop-filter:blur(.06rem)}.level-reward-nft-item-meta{position:relative;z-index:1;display:grid;min-width:0;grid-template-columns:1fr auto;align-items:end;gap:.035rem .1rem;padding:0 .02rem .02rem}.level-reward-nft-item-meta small{grid-column:1;color:#65ddf5;font-size:.09rem;letter-spacing:.08em}.level-reward-nft-item-meta strong{grid-row:2;overflow:hidden;color:#f4fbff;font-size:.145rem;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.level-reward-nft-item-meta>span{grid-row:1 / span 2;grid-column:2;align-self:center;color:#718699;font-size:.09rem;white-space:nowrap}.level-reward-nft-list button>i{position:absolute;top:clamp(8px,.16rem,16px);right:clamp(8px,.16rem,16px);z-index:2;display:grid;width:clamp(20px,.26rem,26px);height:clamp(20px,.26rem,26px);padding:0;place-items:center;border:.02rem solid rgba(1,13,22,.72);border-radius:50%;background:#4ee7ff;box-shadow:0 0 .18rem rgba(0,217,255,.6);color:#001018;line-height:0}.level-reward-nft-list button>i svg{display:block;width:55%;height:55%;stroke-width:3}@keyframes levelRewardSpin{to{transform:rotate(360deg)}}@keyframes levelRewardRise{0%,to{opacity:.35;transform:translateY(.08rem) rotate(-90deg)}50%{opacity:1;transform:translateY(-.08rem) rotate(-90deg)}}@media(max-width:767px){.level-reward-content{width:calc(100% - .32rem);padding:0 0 .7rem}.level-reward-nft-summary{gap:.14rem}.level-reward-current-nft{width:1.05rem;height:1.46rem}.level-reward-nft-meta p{min-width:1.65rem;padding:.09rem .11rem}.level-reward-nft-meta span{font-size:.09rem}.level-reward-nft-meta strong{font-size:.12rem}.level-reward-hero{margin-top:-30px}.level-reward-hero h1{font-size:.38rem}.level-reward-hero h2{font-size:.15rem;line-height:1.5;letter-spacing:.08em}.level-reward-hero p{font-size:.12rem}.level-reward-orbit{width:2rem;height:2rem;margin:.38rem auto}.level-reward-orbit>div{top:.4rem;right:.4rem;bottom:.4rem;left:.4rem}.level-reward-orbit img{width:.66rem}.level-reward-table-heading,.level-reward-table-body article{grid-template-columns:.44rem .58rem minmax(1.05rem,1fr) .82rem}.level-reward-table-heading{min-height:.5rem;font-size:.095rem;letter-spacing:.02em}.level-reward-table-body article{min-height:.53rem}.level-reward-table-body span{font-size:.1rem}.level-reward-table-body strong,.level-reward-table-body b{font-size:.12rem}.level-reward-table-body em{padding:.04rem .06rem;font-size:.08rem}.level-reward-claim-panel{padding:.16rem}.level-reward-claim-panel strong{font-size:.23rem}.level-reward-claim-panel button{min-width:1.2rem;height:.5rem;padding:0 .17rem;font-size:.14rem}.level-reward-rules{margin-top:.38rem;padding:.24rem .2rem;border-radius:.18rem}.level-reward-rules h2{font-size:.16rem;letter-spacing:.06em}.level-reward-rules ol{padding-left:.38rem}.level-reward-rules li{font-size:.115rem}.level-reward-modal-layer{padding:24px 16px}.level-reward-modal{width:min(340px,100%);max-height:min(620px,calc(100dvh - 48px));padding:16px;border-radius:18px}.level-reward-modal>header{padding-bottom:.17rem}.level-reward-modal h2{font-size:.22rem}.level-reward-modal header>button{width:.38rem;height:.38rem}.level-reward-nft-list{grid-template-columns:repeat(2,minmax(0,130px));gap:10px;margin-top:.16rem;padding-right:.04rem}.level-reward-nft-list>button{gap:7px;padding:6px;border-radius:12px}.level-reward-nft-item-visual{border-radius:.095rem;aspect-ratio:4 / 5}.level-reward-nft-item-visual b{right:.055rem;bottom:.055rem;padding:.035rem .065rem;font-size:.09rem}.level-reward-nft-item-meta small{font-size:10px!important}.level-reward-nft-item-meta strong{font-size:13px!important}.level-reward-nft-item-meta>span{color:#718699;font-size:9px}.level-reward-nft-list button>i{top:11px;right:11px}}@media(prefers-reduced-motion:reduce){.level-reward-page *,.level-reward-page *:before,.level-reward-page *:after{animation-duration:.01ms!important;animation-iteration-count:1!important}}.mint-page{--mint-cyan: #00d9ff;position:relative;flex:1 1 auto;width:100%;min-height:0;padding-top:.88rem;overflow:hidden;background:#01040a;color:#fff;isolation:isolate}.mint-page-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;width:100%;height:100%;max-width:none;object-fit:cover;animation:mintBackgroundIn .65s ease-out both;pointer-events:none}.mint-layout{position:relative;width:14rem;height:9.92rem;margin:0 auto}.mint-introduction{position:absolute;top:.6rem;left:.24rem;width:14rem;height:3.25rem;padding:.34rem .48rem;overflow:hidden;border:.01rem solid rgba(139,174,192,.2);border-radius:.23rem;background:linear-gradient(105deg,rgba(7,13,22,.98) 6%,rgba(12,23,38,.95) 58%,rgba(16,30,48,.92));box-shadow:inset 0 0 .4rem rgba(127,180,207,.06);box-sizing:border-box;opacity:0;transform:translateY(-.18rem);animation:mintIntroIn .62s cubic-bezier(.2,.8,.2,1) .08s forwards}.mint-introduction h1{margin:0;font-size:.64rem;font-weight:300;line-height:1.12;letter-spacing:.01em}.mint-introduction h1 strong{color:#09bced;font-weight:300}.mint-introduction>p{width:6.75rem;margin:.29rem 0 .22rem;color:#727c8b;font-size:.18rem;line-height:1.65;letter-spacing:.025em}.mint-introduction small{display:block;color:var(--mint-cyan);font-size:.12rem;letter-spacing:.025em}.mint-introduction small span{color:#657080}.mint-card-image{position:absolute;top:1.56rem;left:8.54rem;z-index:3;width:5.22rem;height:7.27rem;max-width:none;object-fit:fill;filter:drop-shadow(0 0 .24rem rgba(0,208,255,.2));animation:mintCardIn .66s cubic-bezier(.2,.8,.2,1) .18s both}.mint-information-panel{position:absolute;top:4.34rem;left:.24rem;width:6.88rem;height:4.49rem;padding:.25rem .48rem .24rem;border:.01rem solid rgba(132,174,193,.2);border-radius:.23rem;background:rgba(3,9,16,.965);box-shadow:inset 0 0 .32rem rgba(101,177,208,.07),0 .16rem .34rem rgba(0,0,0,.24);box-sizing:border-box;opacity:0;transform:translate(-.2rem);animation:mintInfoIn .62s ease-out .34s forwards}.mint-information-panel h2{display:flex;height:.51rem;align-items:center;gap:.11rem;margin:0;font-size:.24rem;font-weight:500}.mint-information-panel h2 i,.mint-success-details h3 i{width:.08rem;height:.08rem;flex:0 0 auto;border-radius:50%;background:var(--mint-cyan);box-shadow:0 0 .09rem var(--mint-cyan);animation:mintDotPulse 1.8s ease-in-out infinite}.mint-divider{width:100%;height:.01rem;background:rgba(161,183,201,.22)}.mint-card-meta{display:grid;grid-template-columns:1fr 1fr;gap:.24rem;margin:.24rem 0}.mint-card-meta p,.mint-success-grid p,.mint-success-level{display:flex;height:.69rem;align-items:center;justify-content:space-between;margin:0;padding:0 .24rem;border-radius:.1rem;background:rgba(3,14,25,.82);box-shadow:inset 0 0 .2rem rgba(158,195,214,.1);box-sizing:border-box;color:#b0b7c4;font-size:.16rem}.mint-card-meta strong,.mint-success-grid strong,.mint-success-level strong{color:var(--mint-cyan);font-size:.24rem;font-weight:400}.mint-invitation-field{display:block;margin-bottom:.24rem}.mint-invitation-field>span{display:block;margin-bottom:.07rem;color:#b8c1cd;font-size:.16rem}.mint-invitation-field>div{display:flex;height:.87rem;align-items:center;padding:0 .24rem 0rem .3rem;border-radius:.1rem;background:rgba(3,16,28,.84);box-shadow:inset 0 0 .22rem rgba(144,187,207,.12);box-sizing:border-box}.mint-invitation-field input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#d8e0e8;font-size:.22rem;line-height:normal}.mint-invitation-field input::-webkit-input-placeholder{color:#687383}.mint-invitation-field input::placeholder{color:#687383}.mint-invitation-field button{display:grid;width:.34rem;height:.34rem;flex:0 0 auto;padding:0;place-items:center;border:.01rem solid var(--mint-cyan);border-radius:.09rem;background:rgba(0,132,188,.16);color:var(--mint-cyan);cursor:pointer}.mint-invitation-field button svg{width:.2rem;height:.2rem}.mint-controls{display:grid;height:.69rem;grid-template-columns:1fr .75rem .75rem;gap:.16rem;margin-top:.24rem}.mint-controls button{display:grid;height:.69rem;padding:0;place-items:center;border:.01rem solid rgba(171,192,208,.48);border-radius:.12rem;background:rgba(2,8,16,.72);color:#fff;cursor:pointer}.mint-controls button:disabled{cursor:not-allowed;opacity:.2}.mint-controls button svg{width:.24rem;height:.24rem}.mint-controls .mint-submit{border-color:var(--mint-cyan);background:linear-gradient(180deg,rgba(0,77,173,.72),#00dfe8 94%);box-shadow:0 0 .18rem rgba(0,220,255,.26),inset 0 0 .18rem rgba(255,255,255,.12);font-size:.24rem}.mint-controls .mint-submit:disabled{opacity:.68}.mint-page button{transition:filter .2s ease,transform .2s ease,box-shadow .2s ease}.mint-page button:hover:not(:disabled){filter:brightness(1.14)}.mint-success-modal{height:min(6.9rem,calc(100dvh - .48rem))}.mint-success-image{position:absolute;top:2.12rem;left:1.32rem;width:3.04rem;height:4.23rem;max-width:none;object-fit:fill}.mint-success-details{position:absolute;top:2.59rem;right:.96rem;width:6.88rem;height:3.31rem;padding:.25rem .24rem .24rem;border-radius:.22rem;background:rgba(3,7,14,.97);box-shadow:inset 0 0 .3rem rgba(89,169,205,.08),0 0 .2rem rgba(0,0,0,.46);box-sizing:border-box}.mint-success-details h3{display:flex;height:.44rem;align-items:center;gap:.12rem;margin:0;font-size:.24rem;font-weight:500}.mint-success-grid{display:grid;grid-template-columns:1fr 1fr;gap:.24rem;margin:0 0 .16rem}.mint-success-level{margin-bottom:.16rem}.mint-success-actions{display:grid;height:.68rem;grid-template-columns:2.08fr 1fr;gap:.24rem}.mint-success-actions button{height:.68rem;border:.01rem solid var(--mint-cyan);border-radius:.12rem;background:rgba(1,7,14,.72);color:var(--mint-cyan);cursor:pointer;font-size:.24rem}.mint-success-actions button.is-primary{background:linear-gradient(180deg,rgba(0,77,173,.72),#00dfe8 94%);box-shadow:0 0 .18rem rgba(0,220,255,.26),inset 0 0 .18rem rgba(255,255,255,.12);color:#fff}@keyframes mintBackgroundIn{0%{opacity:.45;filter:saturate(.65)}to{opacity:1;filter:saturate(1)}}@keyframes mintIntroIn{to{opacity:1;transform:translateY(0)}}@keyframes mintInfoIn{to{opacity:1;transform:translate(0)}}@keyframes mintCardIn{0%{opacity:0;transform:translate(.28rem) scale(.97)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes mintDotPulse{0%,to{opacity:.45;transform:scale(.76);box-shadow:0 0 .05rem rgba(0,217,255,.55)}50%{opacity:1;transform:scale(1.22);box-shadow:0 0 .06rem var(--mint-cyan),0 0 .16rem rgba(0,217,255,.92)}}@media(max-width:767px){.mint-page{height:100%;max-height:100dvh;min-height:0;flex:1 1 0;padding:var(--mobile-header-height) 0 .7rem;overflow-x:hidden;overflow-y:auto}.mint-page-background{position:fixed;object-position:center}.mint-layout{display:flex;width:100%;height:auto;flex-direction:column;gap:.24rem;padding:.3rem;box-sizing:border-box}.mint-introduction,.mint-card-image,.mint-information-panel{position:relative;inset:auto;top:auto;left:auto;width:100%;height:auto}.mint-introduction{order:1;padding:.28rem .24rem;border-radius:.2rem}.mint-introduction h1{font-size:clamp(.34rem,9vw,.4rem)}.mint-introduction>p{width:100%;margin:.2rem 0;font-size:.16rem;line-height:1.55}.mint-introduction small{font-size:.12rem;line-height:1.5}.mint-card-image{order:2;aspect-ratio:960 / 1336;object-fit:fill;touch-action:pan-y;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.mint-information-panel{order:3;padding:.28rem .24rem;border-radius:.2rem}.mint-card-meta{gap:.12rem}.mint-card-meta p{padding:0 .14rem;font-size:.13rem}.mint-card-meta strong{font-size:.19rem}.mint-invitation-field>div{height:.72rem}.mint-invitation-field input{font-size:.18rem}.mint-controls{grid-template-columns:1fr .62rem .62rem;gap:.1rem}.mint-controls .mint-submit{font-size:.18rem}.mint-success-modal{height:min(11.1rem,calc(100dvh - .32rem))}.mint-success-image{position:relative;top:auto;left:50%;width:2.55rem;height:3.55rem;margin-top:.24rem;transform:translate(-50%)}.mint-success-details{position:relative;top:auto;right:auto;width:calc(100% - .32rem);height:auto;margin:.16rem;padding:.25rem .2rem}.mint-success-details h3{font-size:.2rem}.mint-success-grid{gap:.12rem}.mint-success-grid p,.mint-success-level{height:.62rem;padding:0 .14rem;font-size:.13rem}.mint-success-grid strong,.mint-success-level strong{font-size:.19rem}.mint-success-actions{gap:.12rem}.mint-success-actions button{height:.6rem;font-size:.18rem}}@media(prefers-reduced-motion:reduce){.mint-page *,.mint-page *:before,.mint-page *:after{animation-duration:.01ms!important;animation-delay:0ms!important;animation-iteration-count:1!important}}.nft-page{--nft-cyan: #00d9ff;position:relative;flex:1 1 auto;width:100%;min-height:0;padding-top:.88rem;overflow:hidden;background:#01040a;color:#fff;isolation:isolate}.nft-page-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;width:100%;height:100%;max-width:none;object-fit:cover;opacity:0;animation:nftFadeIn .85s ease-out .05s forwards,nftBackgroundBreath 7s ease-in-out 1s infinite alternate;pointer-events:none}.nft-layout{position:relative;width:14rem;height:9.92rem;margin:0 auto}.nft-gallery{position:absolute;top:.6rem;left:0;width:7.62rem;height:8.59rem}.nft-thumbnails{position:absolute;top:0;left:0;display:grid;width:2.16rem;grid-auto-rows:1.74rem;gap:.23rem}.nft-thumbnails button{position:relative;width:2.16rem;height:1.74rem;overflow:hidden;border:.02rem solid transparent;border-radius:.23rem;background:rgba(4,10,20,.72);cursor:pointer;opacity:0;transform:translate(-.22rem);animation:nftThumbnailIn .5s ease-out forwards}.nft-thumbnails button:nth-child(1){animation-delay:.4s}.nft-thumbnails button:nth-child(2){animation-delay:.54s}.nft-thumbnails button:nth-child(3){animation-delay:.68s}.nft-thumbnails button:nth-child(4){animation-delay:.82s}.nft-thumbnails button.is-active{border-color:var(--nft-accent, #f1b787);box-shadow:0 0 .18rem rgba(0,219,255,.18)}.nft-thumbnails button:focus-visible{outline:.02rem solid var(--nft-cyan);outline-offset:.03rem}.nft-thumbnails img{position:absolute;top:50%;left:50%;width:100%;height:auto;min-height:100%;max-width:none;object-fit:cover;transform:translate(-50%,-50%)}.nft-main-card{position:absolute;top:0;left:2.39rem;width:5.24rem;height:7.66rem;opacity:0;transform:translateY(.24rem) scale(.985);animation:nftPanelIn .72s cubic-bezier(.2,.8,.2,1) .42s forwards}.nft-main-card img{width:100%;height:100%;max-width:none;object-fit:fill;animation:nftCardSwap .42s ease-out both;filter:drop-shadow(0 0 .18rem rgba(0,205,255,.14))}.nft-mobile-card-controls{display:none}.nft-empty-state{display:grid;width:100%;height:100%;place-content:center;justify-items:center;gap:.24rem;border:.01rem solid rgba(0,217,255,.2);border-radius:.18rem;background:rgba(2,10,20,.8);color:#84909f;text-align:center}.nft-empty-state strong{font-size:.22rem;font-weight:500}.nft-empty-state button{height:.48rem;padding:0 .3rem;border:.01rem solid var(--nft-cyan);border-radius:.1rem;background:rgba(0,130,180,.15);color:var(--nft-cyan);cursor:pointer;font-size:15px}.nft-gallery-footer{position:absolute;top:7.9rem;left:0;display:grid;width:7.62rem;height:.69rem;grid-template-columns:2.16rem 2.2rem 1.85rem .69rem;gap:.24rem;opacity:0;transform:translateY(.16rem);animation:nftRiseIn .52s ease-out 1.05s forwards}.nft-page-controls{display:grid;grid-template-columns:.77rem 1fr .77rem;align-items:center;gap:.06rem}.nft-page-controls span{color:#71798a;font-size:.2rem;text-align:center}.nft-page-controls button,.nft-friends-button,.nft-mint-button{display:grid;width:100%;height:.69rem;place-items:center;border:.01rem solid rgba(171,192,208,.48);border-radius:.12rem;background:rgba(2,8,16,.72);color:#fff;cursor:pointer}.nft-page-controls button:disabled{cursor:not-allowed;opacity:.16}.nft-page-controls svg{width:.24rem;height:.24rem}.nft-gift-button,.nft-main-claim,.nft-action-buttons button.is-primary{border:.01rem solid var(--nft-cyan);border-radius:.12rem;background:linear-gradient(180deg,rgba(0,77,173,.72),#00dfe8 94%);box-shadow:0 0 .18rem rgba(0,220,255,.26),inset 0 0 .18rem rgba(255,255,255,.12);color:#fff;cursor:pointer}.nft-gift-button{height:.69rem;font-size:.26rem}.nft-friends-button{color:var(--nft-cyan);font-size:.24rem}.nft-mint-button{color:var(--nft-cyan)}.nft-mint-button svg{width:.28rem;height:.28rem}.nft-info-panel,.nft-reward-panel{position:absolute;left:7.86rem;width:6.14rem;border:.01rem solid rgba(128,175,194,.18);border-radius:.25rem;background:linear-gradient(135deg,rgba(3,36,49,.95),rgba(3,9,16,.97));box-shadow:inset 0 0 .28rem rgba(94,173,203,.06),0 .18rem .4rem rgba(0,0,0,.2);box-sizing:border-box;opacity:0;transform:translate(.24rem);animation:nftSlideIn .62s ease-out forwards}.nft-info-panel{top:.6rem;height:4.26rem;padding:.25rem .47rem;animation-delay:.7s}.nft-reward-panel{top:5.1rem;height:4.08rem;padding:.25rem .47rem .23rem;animation-delay:.88s}.nft-info-panel header,.nft-reward-panel header{display:flex;align-items:center;justify-content:space-between;min-height:.51rem}.nft-info-panel h1,.nft-reward-panel h2{display:flex;align-items:center;gap:.1rem;margin:0;font-size:.24rem;font-weight:500}.nft-info-panel h1 i,.nft-reward-panel h2 i,.nft-action-card h3 i{width:.08rem;height:.08rem;flex:0 0 auto;border-radius:50%;background:var(--nft-cyan);box-shadow:0 0 .09rem var(--nft-cyan)}.nft-info-panel header h1 i,.nft-reward-panel header h2 i{animation:nftTitlePulse 1.8s ease-in-out infinite;transform-origin:center}.nft-reward-panel header h2 i{animation-delay:.3s}.nft-reward-record-button{display:grid;width:.3rem;height:.3rem;flex:0 0 auto;place-items:center;padding:0;border:0;border-radius:50%;background:transparent;cursor:pointer}.nft-reward-record-button img,.nft-reward-record-button svg{width:100%;height:100%;object-fit:contain}.nft-reward-record-button:focus-visible{outline:.02rem solid var(--nft-cyan);outline-offset:.03rem}.nft-info-panel h1 small{margin-left:.02rem;padding:.01rem .04rem;border:.01rem solid rgba(0,217,255,.4);border-radius:.03rem;color:#688a94;font-size:.09rem;font-weight:400}.nft-upgrade-trigger{border:0;background:transparent;color:#667181;cursor:pointer;font-size:.12rem}.nft-upgrade-trigger strong{color:#b8c1cb;font-weight:600}.nft-panel-divider{width:100%;height:.01rem;background:rgba(163,185,203,.22)}.nft-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:.24rem;margin:.23rem 0}.nft-info-grid p,.nft-info-grid button,.nft-secondary-rewards article>div,.nft-action-grid p,.nft-upgrade-id{display:flex;align-items:center;justify-content:space-between;height:.69rem;padding:0 .24rem;border:0;border-radius:.1rem;background:rgba(3,14,25,.75);box-shadow:inset 0 0 .2rem rgba(158,195,214,.1);color:#b0b7c4;box-sizing:border-box;font-size:.16rem}.nft-info-grid button{width:100%;cursor:pointer}.nft-info-grid strong,.nft-action-grid strong,.nft-upgrade-id strong{color:var(--nft-cyan);font-size:.24rem;font-weight:400}.nft-info-grid button.is-upgrade-available strong{display:inline-block;transform-origin:center;animation:nftLevelUpgradePulse 1.05s ease-in-out infinite;will-change:transform}.nft-invitation-field{display:block;margin-top:.23rem}.nft-invitation-field>span{display:block;margin-bottom:.07rem;color:#b4bdca;font-size:.16rem}.nft-invitation-field>div{display:flex;align-items:center;height:.64rem;padding:0 .23rem;border-radius:.11rem;background:rgba(3,13,23,.78);box-shadow:inset 0 0 .21rem rgba(144,187,207,.1)}.nft-invitation-field input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#687383;font-size:.21rem;line-height:normal}.nft-invitation-field button{display:grid;width:.34rem;height:.34rem;flex:0 0 auto;place-items:center;border:.01rem solid var(--nft-cyan);border-radius:.09rem;background:rgba(0,132,188,.16);color:var(--nft-cyan);cursor:pointer}.nft-invitation-field button.is-copied{box-shadow:0 0 .15rem var(--nft-cyan)}.nft-invitation-field svg{width:.2rem;height:.2rem}.nft-reward-panel header p{margin:0;color:#647080;font-size:.12rem}.nft-reward-panel header p strong{color:#b9c0c9}.nft-unclaimed-label{margin:.24rem 0 .07rem;color:#b9c2ce;font-size:.16rem}.nft-main-reward{display:grid;height:1rem;place-items:center;border-radius:.11rem;background:rgba(3,14,25,.75);box-shadow:inset 0 0 .24rem rgba(159,198,216,.11);color:var(--nft-cyan);font-family:Orbitron,Inter,sans-serif;font-size:.48rem;font-weight:700;text-shadow:0 .03rem .02rem #006cff}.nft-main-claim{display:block;width:100%;height:.57rem;margin-top:.24rem;font-size:.16rem;line-height:1}.nft-secondary-rewards{display:grid;grid-template-columns:1fr 1fr;gap:.24rem;margin-top:.22rem}.nft-secondary-rewards article>p{margin:0 0 .08rem;color:#b9c1ce;font-size:.16rem}.nft-secondary-rewards article>div{height:1.18rem;flex-direction:column;justify-content:center;gap:.12rem;padding:.14rem}.nft-secondary-rewards article strong{font-family:Orbitron,Inter,sans-serif;font-size:.24rem;font-weight:400}.nft-secondary-rewards article button{height:.36rem;padding:0 .13rem;border:.01rem solid var(--nft-cyan);border-radius:.1rem;background:transparent;color:var(--nft-cyan);cursor:pointer}.nft-page button{transition:filter .2s ease,transform .2s ease,box-shadow .2s ease}.nft-page button:hover:not(:disabled){filter:brightness(1.14)}.nft-page button:disabled{cursor:not-allowed;opacity:.35}.nft-modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:.24rem}.nft-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;background:rgba(0,2,8,.86)}.nft-modal{position:relative;width:min(13.16rem,calc(100vw - .48rem));height:min(7.22rem,calc(100dvh - .48rem));overflow:hidden;border:.01rem solid rgba(140,184,201,.22);border-radius:.22rem;background:radial-gradient(circle at 50% 105%,rgba(0,103,220,.22),transparent 30%),rgba(3,7,15,.984);box-shadow:inset 0 0 .46rem rgba(90,176,216,.07),0 0 .4rem rgba(0,0,0,.56);opacity:0;transform:translateY(.2rem) scale(.985);animation:nftModalIn .4s cubic-bezier(.2,.8,.2,1) .05s forwards}.nft-modal-glow{position:absolute;left:50%;width:3.2rem;height:.1rem;border-radius:50%;background:#24ebff;filter:blur(.11rem);transform:translate(-50%);opacity:.88}.nft-modal-glow-top{top:-.06rem}.nft-modal-glow-bottom{bottom:-.06rem}.nft-modal-close{position:absolute;top:.48rem;right:.48rem;z-index:4;width:.5rem;height:.5rem;border:.01rem solid rgba(142,176,190,.22);border-radius:50%;background:rgba(20,34,46,.82);color:#8e9eac;cursor:pointer}.nft-modal-close svg{position:absolute;top:50%;left:50%;width:.28rem;height:.28rem;transform:translate(-50%,-50%)}.nft-modal-close:focus-visible{outline:.02rem solid var(--nft-cyan);outline-offset:.03rem}.nft-modal-title{position:absolute;top:1.2rem;left:0;display:flex;width:100%;align-items:center;justify-content:center;gap:.24rem}.nft-modal-title h2{margin:0;font-size:.36rem;font-weight:600}.nft-modal-title i{display:block;width:.48rem;height:.02rem;background:linear-gradient(90deg,transparent,var(--nft-cyan))}.nft-modal-title i:last-child{transform:rotate(180deg)}.nft-modal-card-image{position:absolute;top:2.12rem;left:1.32rem;width:3.04rem;height:4.23rem;max-width:none;object-fit:fill}.nft-action-card{position:absolute;top:2.12rem;right:.96rem;width:6.88rem;min-height:4.05rem;padding:.26rem .24rem .24rem;border-radius:.22rem;background:rgba(3,7,14,.96);box-shadow:inset 0 0 .3rem rgba(89,169,205,.08),0 0 .2rem rgba(0,0,0,.46);box-sizing:border-box}.nft-action-card h3{display:flex;align-items:center;gap:.12rem;margin:0 0 .12rem;font-size:.24rem;font-weight:500;line-height:1.2}.nft-action-grid{display:grid;grid-template-columns:1fr 1fr;gap:.24rem}.nft-action-grid p{margin:0}.nft-action-divider{width:100%;height:.01rem;background:rgba(165,187,204,.22)}.nft-action-buttons{display:grid;grid-template-columns:2.08fr 1fr;gap:.24rem;margin-top:.14rem}.nft-action-buttons button{height:.68rem;border:.01rem solid var(--nft-cyan);border-radius:.12rem;background:rgba(1,7,14,.72);color:var(--nft-cyan);cursor:pointer;font-size:.24rem}.nft-gift-address{display:block;margin-top:.16rem}.nft-gift-address span{display:block;margin-bottom:.05rem;color:#b8c1cc;font-size:.16rem;line-height:.19rem}.nft-gift-address input{display:block;width:100%;height:.88rem;padding:0 .24rem;border:0;border-radius:.1rem;outline:0;background:rgba(3,14,25,.76);box-shadow:inset 0 0 .2rem rgba(160,198,215,.1);color:#fff;font-size:.22rem;line-height:normal}.nft-gift-address input::-webkit-input-placeholder{color:#687383}.nft-gift-address input::placeholder{color:#687383}.nft-gift-card .nft-action-divider{margin-top:.16rem}.nft-gift-card small{display:block;margin-top:.14rem;color:#586273;font-size:.12rem}.nft-gift-card .nft-action-buttons{margin-top:.14rem}.nft-upgrade-card{top:2.32rem;min-height:3.85rem}.nft-upgrade-id{margin:0 0 .16rem}.nft-level-grid{margin-bottom:.16rem}.nft-upgrade-balance{display:flex;justify-content:space-between;margin:.16rem 0 0;color:#687181;font-size:.14rem}.nft-upgrade-balance strong{color:#d3d7dd;font-size:.18rem;font-weight:400}.nft-node-award-modal{width:min(7.4rem,calc(100vw - .48rem))}.nft-node-award-content{position:absolute;top:1.82rem;right:.72rem;bottom:.5rem;left:.72rem;display:flex;align-items:center;flex-direction:column}.nft-node-award-image{width:2.7rem;height:3.76rem;max-width:none;object-fit:fill;filter:drop-shadow(0 0 .2rem rgba(0,217,255,.22))}.nft-node-award-content>p{margin:.08rem 0 0;color:var(--nft-cyan);font-family:Orbitron,Inter,sans-serif;font-size:.2rem;text-align:center}.nft-node-award-actions{width:100%;grid-template-columns:1fr 1fr;margin-top:auto}.nft-friends-modal .nft-modal-title{top:1.2rem;left:3.77rem;width:5.6rem;height:.56rem;border-bottom:.01rem solid var(--nft-cyan);border-radius:.09rem;background:rgba(8,8,18,.94);box-shadow:0 0 .18rem rgba(0,220,255,.22)}.nft-friends-modal .nft-modal-title i{display:none}.nft-friends-modal .nft-modal-title h2{color:var(--nft-cyan);font-size:.22rem;letter-spacing:.05em}.nft-friends-summary{position:absolute;top:2rem;left:.48rem;display:flex;width:calc(100% - .96rem);align-items:center;justify-content:space-between}.nft-friends-summary h3{margin:0;padding-left:.08rem;border-left:.04rem solid var(--nft-cyan);font-size:.15rem;font-weight:400}.nft-friends-summary p{margin:0;color:#687181;font-size:.14rem}.nft-friends-summary strong{color:var(--nft-cyan);font-weight:500}.nft-friends-table{position:absolute;top:2.28rem;left:.48rem;width:calc(100% - .96rem);border-top:.01rem solid rgba(165,184,202,.19);border-bottom:.01rem solid rgba(165,184,202,.19)}.nft-friends-row{display:grid;height:.37rem;grid-template-columns:1fr 1fr 1.2fr;align-items:center;color:#b5b9c0;font-size:.15rem}.nft-friends-head{height:.34rem;color:#555e6c}.nft-friends-row span:nth-child(2),.nft-friends-row span:nth-child(3){text-align:center}.nft-friends-row span:last-child{text-align:right}.nft-friends-status{height:3.7rem;margin:0;display:grid;place-items:center;color:#687181;font-size:.14rem}.nft-friends-status.is-error{color:#ef7787}.nft-friends-pagination{position:absolute;bottom:.48rem;left:50%;display:flex;height:.36rem;align-items:center;gap:.1rem;color:#647080;font-size:.14rem;line-height:1;transform:translate(-50%)}.nft-friends-pagination button{min-width:.18rem;height:.36rem;padding:0;border:0;background:transparent;color:#718094;cursor:pointer;font:inherit;line-height:1}.nft-friends-pagination button:first-child,.nft-friends-pagination button:last-child{display:grid;width:.45rem;place-items:center;border:.01rem solid rgba(118,158,179,.28);border-radius:.11rem;color:#c6d0db}.nft-friends-pagination button.is-active{color:#fff}.nft-friends-pagination button:disabled{opacity:.35}.nft-friends-pagination svg{width:.22rem;height:.22rem}.nft-friends-pagination span{color:#647080}@keyframes nftFadeIn{to{opacity:1}}@keyframes nftThumbnailIn{to{opacity:1;transform:translate(0)}}@keyframes nftPanelIn{to{opacity:1;transform:translateY(0) scale(1)}}@keyframes nftSlideIn{to{opacity:1;transform:translate(0)}}@keyframes nftRiseIn{to{opacity:1;transform:translateY(0)}}@keyframes nftModalIn{to{opacity:1;transform:translateY(0) scale(1)}}@keyframes nftCardSwap{0%{opacity:.25;transform:scale(.985);filter:brightness(1.35) drop-shadow(0 0 .22rem rgba(0,220,255,.35))}to{opacity:1;transform:scale(1)}}@keyframes nftBackgroundBreath{to{filter:brightness(1.06) saturate(1.08)}}@keyframes nftTitlePulse{0%,to{opacity:.45;transform:scale(.76);box-shadow:0 0 .05rem rgba(0,217,255,.55)}50%{opacity:1;transform:scale(1.22);box-shadow:0 0 .06rem var(--nft-cyan),0 0 .16rem rgba(0,217,255,.92)}}@keyframes nftLevelUpgradePulse{0%,to{transform:scale(1);color:var(--nft-cyan);text-shadow:0 0 .03rem rgba(0,217,255,.25)}50%{transform:scale(1.2);color:#fff;text-shadow:0 0 .08rem var(--nft-cyan),0 0 .18rem rgba(0,217,255,.78)}}@media(max-width:767px){.nft-page{height:100%;max-height:100dvh;min-height:0;flex:1 1 0;padding:var(--mobile-header-height) 0 .7rem;overflow-x:hidden;overflow-y:auto}.nft-page-background{position:fixed;object-position:center;opacity:.8}.nft-layout{display:flex;width:100%;height:auto;flex-direction:column;gap:.24rem;padding:.3rem;box-sizing:border-box}.nft-gallery,.nft-info-panel,.nft-reward-panel{position:relative;inset:auto;top:auto;left:auto;width:100%;height:auto}.nft-gallery{display:flex;flex-direction:column}.nft-main-card{position:relative;top:auto;left:auto;order:1;width:200px;height:278px;aspect-ratio:auto;align-self:center}.nft-mobile-card-controls{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:block;pointer-events:none}.nft-mobile-card-controls button{position:absolute;top:50%;display:grid;width:36px;height:36px;place-items:center;border:.01rem solid rgba(117,221,246,.5);border-radius:50%;background:rgba(2,13,24,.78);box-shadow:0 0 .16rem rgba(0,217,255,.2),inset 0 0 .12rem rgba(0,217,255,.08);color:#dffaff;cursor:pointer;pointer-events:auto;transform:translateY(-50%);backdrop-filter:blur(.08rem);-webkit-backdrop-filter:blur(.08rem)}.nft-mobile-card-controls button:first-child{left:-48px}.nft-mobile-card-controls button:last-child{right:-48px}.nft-mobile-card-controls button:disabled{cursor:not-allowed;opacity:.18}.nft-mobile-card-controls svg{width:.25rem;height:.25rem}.nft-thumbnails{position:relative;top:auto;left:auto;order:2;display:grid;width:100%;grid-template-columns:repeat(4,1fr);grid-auto-rows:auto;gap:.1rem;margin-top:.16rem}.nft-thumbnails button{width:100%;height:auto;aspect-ratio:1.15;border-radius:.12rem}.nft-gallery-footer{position:relative;top:auto;left:auto;order:3;width:100%;height:.62rem;grid-template-columns:repeat(3,1fr);margin-top:.16rem}.nft-page-controls{display:none}.nft-page-controls button,.nft-friends-button,.nft-gift-button,.nft-mint-button{height:.62rem;border-radius:.1rem}.nft-page-controls span{font-size:.16rem}.nft-gift-button,.nft-friends-button{font-size:.18rem}.nft-info-panel,.nft-reward-panel{padding:.28rem .24rem;border-radius:.2rem;transform:translateY(.18rem);animation-name:nftRiseIn}.nft-info-panel{min-height:3.5rem}.nft-reward-panel{min-height:5.05rem}.nft-info-panel h1,.nft-reward-panel h2{font-size:.2rem}.nft-reward-record-button{width:.36rem;height:.36rem}.nft-upgrade-trigger{font-size:.11rem}.nft-info-grid{gap:.12rem}.nft-info-grid p,.nft-info-grid button{padding:0 .14rem}.nft-info-grid strong{font-size:.2rem}.nft-invitation-field input{font-size:.17rem}.nft-main-reward{font-size:.38rem}.nft-secondary-rewards{gap:.12rem}.nft-secondary-rewards article>p{min-height:.38rem;font-size:.13rem}.nft-modal-layer{align-items:end;padding:.16rem}.nft-modal{width:100%;height:min(11.1rem,calc(100dvh - 1rem));overflow-y:auto;border-radius:.25rem}.nft-modal-close{position:-webkit-sticky;position:sticky;top:.22rem;float:right;margin:.22rem .22rem 0 0}.nft-modal-title{position:relative;top:auto;left:auto;clear:both;gap:.12rem;padding-top:.2rem}.nft-modal-title h2{font-size:.27rem}.nft-modal-title i{width:.32rem}.nft-modal-card-image{position:relative;top:auto;left:50%;width:2.55rem;height:3.55rem;margin-top:.24rem;transform:translate(-50%)}.nft-action-card,.nft-upgrade-card{position:relative;top:auto;right:auto;width:calc(100% - .32rem);min-height:4.2rem;margin:.16rem;padding:.26rem .2rem}.nft-action-card h3{font-size:.2rem}.nft-action-grid{gap:.12rem}.nft-action-grid p,.nft-upgrade-id{height:.62rem;padding:0 .14rem;font-size:.13rem}.nft-action-grid strong,.nft-upgrade-id strong{font-size:.19rem}.nft-action-buttons{gap:.12rem}.nft-action-buttons button{height:.6rem;font-size:.18rem}.nft-gift-address input{height:.72rem;font-size:.18rem}.nft-node-award-modal{height:min(8.2rem,calc(100dvh - .32rem))}.nft-node-award-content{position:relative;inset:auto;min-height:6.5rem;padding:.3rem .24rem .24rem;box-sizing:border-box}.nft-node-award-image{width:2.55rem;height:3.55rem}.nft-node-award-content>p{font-size:.18rem}.nft-friends-modal{height:min(10.6rem,calc(100dvh - 1.32rem))}.nft-friends-modal .nft-modal-title{position:relative;top:auto;left:auto;width:calc(100% - .4rem);height:.58rem;margin:.22rem .2rem 0;padding:0}.nft-friends-summary,.nft-friends-table,.nft-friends-pagination{position:relative;inset:auto;top:auto;left:auto;bottom:auto;width:auto;transform:none}.nft-friends-summary{margin:.22rem .22rem .08rem}.nft-friends-table{margin:0 .22rem}.nft-friends-head{display:none}.nft-friends-body{display:grid;gap:.1rem;max-height:5.7rem;overflow-y:auto;padding:.1rem 0}.nft-friends-status{height:2.4rem}.nft-friends-row{display:grid;height:auto;grid-template-columns:repeat(3,minmax(0,1fr));gap:.08rem;padding:.14rem;border-radius:.1rem;background:rgba(7,17,29,.78);font-size:.15rem}.nft-friends-row span{display:flex;min-width:0;flex-direction:column;gap:.03rem;overflow-wrap:anywhere;text-align:left!important}.nft-friends-row span:nth-child(2){align-items:center;text-align:center!important}.nft-friends-row span:last-child{align-items:flex-end;text-align:right!important}.nft-friends-row span:before{content:attr(data-label);color:#5e6b7b;font-size:.1rem}.nft-friends-pagination{justify-content:center;margin:.18rem auto .24rem}}@media(prefers-reduced-motion:reduce){.nft-page *,.nft-page *:before,.nft-page *:after{animation-duration:.01ms!important;animation-delay:0ms!important;animation-iteration-count:1!important}}.nodes-page{--nft-cyan: #00d9ff;position:relative;flex:1 1 auto;width:100%;min-height:0;padding-top:.88rem;overflow:hidden;background:#01040a;color:#fff;isolation:isolate}.nodes-page-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;width:100%;height:100%;max-width:none;object-fit:cover;opacity:0;animation:nftFadeIn .85s ease-out .05s forwards,nftBackgroundBreath 7s ease-in-out 1s infinite alternate;pointer-events:none}.nodes-gallery-footer{grid-template-columns:2.16rem 1fr}.nodes-gallery-footer .nft-gift-button{grid-column:2}.node-info-panel,.node-reward-panel{position:absolute;left:7.86rem;width:6.14rem;border:.01rem solid rgba(128,175,194,.18);border-radius:.25rem;background:linear-gradient(135deg,rgba(3,36,49,.95),rgba(3,9,16,.97));box-shadow:inset 0 0 .28rem rgba(94,173,203,.06),0 .18rem .4rem rgba(0,0,0,.2);box-sizing:border-box;opacity:0;transform:translate(.24rem);animation:nftSlideIn .62s ease-out forwards}.node-info-panel{top:.6rem;height:3.33rem;padding:.25rem .47rem;animation-delay:.7s}.node-reward-panel{top:4.17rem;height:5.01rem;padding:.25rem .47rem .23rem;animation-delay:.88s}.node-info-panel header,.node-reward-panel header{display:flex;min-height:.51rem;align-items:center;justify-content:space-between}.node-info-panel h1,.node-reward-panel h2{display:flex;align-items:center;gap:.1rem;margin:0;font-size:.24rem;font-weight:500}.node-info-panel h1 i,.node-reward-panel h2 i{width:.08rem;height:.08rem;flex:0 0 auto;border-radius:50%;background:var(--nft-cyan);box-shadow:0 0 .09rem var(--nft-cyan);animation:nftTitlePulse 1.8s ease-in-out infinite}.node-reward-panel h2 i{animation-delay:.3s}.node-detail-row{display:flex;height:.69rem;align-items:center;justify-content:space-between;margin:.23rem 0 0;padding:0 .24rem;border-radius:.1rem;background:rgba(3,14,25,.75);box-shadow:inset 0 0 .2rem rgba(158,195,214,.1);color:#b0b7c4;box-sizing:border-box;font-size:.16rem}.node-detail-row strong{color:var(--nft-cyan);font-size:.24rem;font-weight:400}.node-reward-panel header p{margin:0;color:#647080;font-size:.12rem}.node-reward-panel header p strong{color:#b9c0c9}.node-unclaimed-label{margin:.24rem 0 .07rem;color:#b9c2ce;font-size:.16rem}.node-main-reward{display:grid;height:1rem;place-items:center;border-radius:.11rem;background:rgba(3,14,25,.75);box-shadow:inset 0 0 .24rem rgba(159,198,216,.11);color:var(--nft-cyan);font-family:Orbitron,Inter,sans-serif;font-size:.48rem;font-weight:700;text-shadow:0 .03rem .02rem #006cff}.node-contribution-label{margin:.24rem 0 .08rem;color:#b9c1ce;font-size:.16rem}.node-contribution-reward{display:flex;height:.76rem;align-items:center;justify-content:space-between;padding:0 .24rem;border-radius:.1rem;background:rgba(3,14,25,.75);box-shadow:inset 0 0 .2rem rgba(158,195,214,.1);box-sizing:border-box}.node-contribution-reward strong{font-family:Orbitron,Inter,sans-serif;font-size:.24rem;font-weight:400}.node-contribution-reward button{display:block;height:.36rem;padding:0 .13rem;border:.01rem solid var(--nft-cyan);border-radius:.1rem;background:transparent;color:var(--nft-cyan);cursor:pointer;font-size:.12rem;line-height:1}.nodes-page button{transition:filter .2s ease,transform .2s ease,box-shadow .2s ease}.nodes-page button:hover:not(:disabled){filter:brightness(1.14)}.nodes-page button:disabled{cursor:not-allowed;opacity:.35}@media(max-width:767px){.nodes-page{height:100%;max-height:100dvh;min-height:0;flex:1 1 0;padding:var(--mobile-header-height) 0 .7rem;overflow-x:hidden;overflow-y:auto}.nodes-page-background{position:fixed;object-position:center;opacity:.8}.nodes-layout{display:flex;width:100%;height:auto;flex-direction:column;gap:.24rem;padding:.3rem;box-sizing:border-box}.nodes-gallery,.node-info-panel,.node-reward-panel{position:relative;inset:auto;top:auto;left:auto;width:100%;height:auto}.nodes-gallery{display:flex;flex-direction:column}.nodes-gallery-footer{grid-template-columns:1.15rem 1fr}.nodes-gallery-footer .nft-gift-button{grid-column:2}.node-info-panel,.node-reward-panel{padding:.28rem .24rem;border-radius:.2rem;transform:translateY(.18rem);animation-name:nftRiseIn}.node-info-panel{min-height:3.4rem}.node-reward-panel{min-height:4.98rem}.node-info-panel h1,.node-reward-panel h2{font-size:.2rem}.node-detail-row{padding:0 .14rem}.node-detail-row strong{font-size:.2rem}.node-main-reward{font-size:.38rem}}@media(prefers-reduced-motion:reduce){.nodes-page *,.nodes-page *:before,.nodes-page *:after{animation-duration:.01ms!important;animation-delay:0ms!important;animation-iteration-count:1!important}}.pool-page{--pool-cyan: #00d9ff;position:relative;flex:1 1 auto;width:100%;min-height:0;padding-top:.88rem;overflow:hidden;background:#010208;box-sizing:border-box;color:#fff;isolation:isolate}.pool-page-background{position:absolute;top:-.88rem;left:0;z-index:-2;width:100%;height:calc(100% + .88rem);max-width:none;object-fit:cover;object-position:center;opacity:0;animation:poolFadeIn .85s ease-out .08s forwards,poolBackgroundGlow 5.5s ease-in-out 1.1s infinite alternate;pointer-events:none}.pool-page:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(circle at 50% 58%,rgba(0,218,255,.05),transparent 38%);pointer-events:none}.pool-layout{position:relative;width:14rem;height:9.92rem;margin:0 auto}.pool-title-block{position:absolute;top:.55rem;left:0}.pool-title-block h1{margin:0;font-size:.51rem;font-weight:400;line-height:1.2;letter-spacing:.006em;opacity:0;transform:translateY(.24rem);animation:poolRiseIn .64s cubic-bezier(.2,.8,.2,1) .26s forwards}.pool-title-block h1 span{color:var(--pool-cyan)}.pool-reward-panel{position:absolute;top:1.48rem;left:0;width:4.24rem}.pool-self-reward-panel{top:1.48rem;left:4.55rem}.pool-reward-panel>p,.pool-treasury-panel>p,.pool-prize-card>p{margin:0;color:#626d7e;font-size:.14rem;letter-spacing:.01em}.pool-reward-panel>p{opacity:0;animation:poolFadeIn .42s ease-out .55s forwards}.pool-reward-panel>strong{display:block;margin-top:.22rem;color:#03d5ff;font-family:Orbitron,Inter,sans-serif;font-size:.72rem;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:.02em;line-height:1;text-shadow:0 .04rem .03rem #006cff,0 0 .18rem rgba(0,215,255,.68);opacity:0;transform:translateY(.18rem);animation:poolRiseIn .62s cubic-bezier(.2,.8,.2,1) .68s forwards}.pool-panel-divider{width:100%;height:.01rem;margin-top:.27rem;background:rgba(159,178,198,.22);transform:scaleX(0);transform-origin:left;animation:poolDividerIn .7s ease-out .92s forwards}.pool-reward-actions{display:grid;grid-template-columns:repeat(2,2rem);gap:.24rem;margin-top:.24rem}.pool-button{height:.48rem;padding:0 .2rem;border:.01rem solid #00dbff;border-radius:.11rem;background:rgba(2,17,28,.74);box-shadow:inset 0 0 .18rem rgba(0,221,255,.06);color:#00d9ff;cursor:pointer;font-size:.24rem;transition:filter .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;opacity:0;transform:translateY(.16rem)}.pool-reward-actions .pool-button:nth-child(1){animation:poolRiseIn .46s ease-out 1.03s forwards}.pool-reward-actions .pool-button:nth-child(2){animation:poolRiseIn .46s ease-out 1.16s forwards}.pool-button:hover{color:#fff;background:rgba(0,119,159,.36);box-shadow:0 0 .2rem rgba(0,218,255,.28),inset 0 0 .18rem rgba(0,218,255,.12);transform:translateY(-.02rem)}.pool-button:disabled{cursor:not-allowed;filter:saturate(.3);opacity:.46;transform:translateY(0)}.pool-button:disabled:hover{color:#66717f;background:rgba(2,17,28,.74);box-shadow:none}.pool-button.is-primary{color:#fff;background:linear-gradient(180deg,rgba(0,67,154,.72),#00dce6 92%);box-shadow:0 0 .18rem rgba(0,219,255,.38)}.pool-button.is-working{opacity:1;transform:translateY(0);animation:poolButtonPulse .7s ease-in-out infinite alternate}.pool-treasury-panel{position:absolute;top:1.5rem;right:.23rem;width:2.56rem}.pool-treasury-panel>p{text-align:right;opacity:0;animation:poolFadeIn .45s ease-out .66s forwards}.pool-countdown{display:flex;align-items:center;justify-content:flex-end;margin-top:.28rem;opacity:0;transform:translateY(.16rem);animation:poolRiseIn .58s ease-out .8s forwards}.pool-countdown-unit{display:flex;align-items:center;gap:.06rem}.pool-countdown-unit b{display:grid;place-items:center;width:.62rem;height:.61rem;border:.01rem solid rgba(0,213,255,.08);border-radius:.12rem;background:rgba(7,19,30,.92);box-shadow:inset 0 0 .17rem rgba(0,213,255,.1);color:var(--pool-cyan);font-family:Orbitron,Inter,sans-serif;font-size:.36rem;font-variant-numeric:tabular-nums;text-shadow:0 0 .1rem rgba(0,213,255,.5)}.pool-countdown-unit i{color:var(--pool-cyan);font-family:Orbitron,sans-serif;font-size:.3rem;font-style:normal}.pool-treasury-panel .pool-panel-divider{margin-top:.23rem}.pool-refresh-button{display:block;width:2rem;margin:.24rem 0 0 auto;border-color:#dbe6ef;background:linear-gradient(180deg,rgba(0,67,154,.72),#00dce6 92%);box-shadow:0 0 .18rem rgba(0,219,255,.38);color:#fff;opacity:0;animation:poolRiseIn .48s ease-out 1.08s forwards}.pool-distribution-group{position:absolute;top:7.18rem;display:flex;align-items:center;gap:.22rem;width:6.74rem}.pool-parent-distribution{left:0}.pool-self-distribution{right:0}.pool-prize-card{position:relative;flex:0 0 3.14rem;width:3.14rem;height:2.27rem;padding:.26rem .24rem .22rem;overflow:hidden;border:.01rem solid rgba(129,165,187,.2);border-radius:.25rem;background:linear-gradient(135deg,rgba(17,28,41,.92),rgba(3,7,14,.94));box-shadow:inset 0 0 .24rem rgba(75,157,201,.06);box-sizing:border-box;opacity:0;transform:translateY(.28rem);animation:poolRiseIn .65s cubic-bezier(.2,.8,.2,1) 1.38s forwards}.pool-self-prize-card{animation-delay:1.52s}.pool-prize-card>strong{display:block;margin-top:.23rem;color:#fff;font-family:Orbitron,Inter,sans-serif;font-size:.46rem;font-weight:700;line-height:1;text-shadow:0 .02rem .02rem #006aff}.pool-prize-card>strong span{color:#00d5ff}.pool-prize-card .pool-panel-divider{margin-top:.25rem;animation-delay:1.56s}.pool-prize-card button{position:absolute;bottom:.22rem;left:.24rem;height:.42rem;padding:0 .12rem;border:.01rem solid #dbe6ef;border-radius:.11rem;background:rgba(1,5,10,.6);color:#fff;cursor:pointer;font-size:.14rem;transition:filter .2s ease,box-shadow .2s ease}.pool-prize-card button:hover{box-shadow:0 0 .14rem rgba(0,215,255,.28)}.pool-prize-card.is-refreshing{opacity:1;transform:translateY(0);animation:poolCardPulse .72s ease-in-out infinite alternate}.pool-allocation-list{display:flex;flex:1 1 auto;align-items:center;justify-content:space-between;gap:.14rem}.pool-allocation-ring{--pool-allocation: 0deg;--pool-ring-color: #00e8f4;--pool-ring-delay: 1.75s;--pool-ring-start: -90deg;position:relative;display:grid;place-items:center;width:1.62rem;height:1.62rem;border-radius:50%;background:conic-gradient(from var(--pool-ring-start),var(--pool-ring-color) 0 var(--pool-allocation),#1c2530 var(--pool-allocation) 360deg);opacity:0;transform:translateY(.28rem) scale(.94);animation:poolPanelIn .62s ease-out var(--pool-ring-delay) forwards}.pool-allocation-ring:after{content:"";position:absolute;top:.08rem;right:.08rem;bottom:.08rem;left:.08rem;border-radius:50%;background:rgba(1,5,11,.96);box-shadow:inset 0 0 .2rem rgba(0,218,255,.08)}.pool-allocation-ring>div{position:relative;z-index:1;display:grid;gap:.07rem;text-align:center}.pool-allocation-ring strong{color:var(--pool-ring-color);font-family:Orbitron,Inter,sans-serif;font-size:.31rem;line-height:1}.pool-allocation-ring span{color:#d3d7dc;font-size:.16rem}.record-modal-tabs.is-single-tab{grid-template-columns:5.6rem}@keyframes poolFadeIn{to{opacity:1}}@keyframes poolRiseIn{to{opacity:1;transform:translateY(0)}}@keyframes poolPanelIn{to{opacity:1;transform:translateY(0) scale(1)}}@keyframes poolDividerIn{to{transform:scaleX(1)}}@keyframes poolButtonPulse{to{filter:brightness(1.28);box-shadow:0 0 .28rem rgba(0,225,255,.82)}}@keyframes poolCardPulse{to{filter:brightness(1.18);box-shadow:0 0 .28rem rgba(0,212,255,.22)}}@keyframes poolBackgroundGlow{to{filter:brightness(1.1) saturate(1.08)}}@media(max-width:767px){.pool-page{min-height:calc(100dvh - var(--mobile-header-height));padding:0 0 .7rem;overflow:visible}.pool-page-background{position:fixed;top:var(--mobile-header-height);height:calc(100dvh - var(--mobile-header-height));object-position:50% 18%;opacity:.64}.pool-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:rgba(0,2,8,.43)}.pool-layout{display:flex;flex-direction:column;width:100%;height:auto;min-height:0;padding:.42rem .3rem .7rem;box-sizing:border-box}.pool-title-block,.pool-reward-panel,.pool-treasury-panel,.pool-distribution-group,.pool-prize-card,.pool-allocation-list{position:relative;top:auto;right:auto;left:auto}.pool-title-block h1{font-size:.43rem;text-align:center}.pool-reward-panel{width:100%;margin-top:.42rem;text-align:center}.pool-reward-panel>p{font-size:.17rem}.pool-reward-panel>strong{margin-top:.18rem;font-size:.66rem}.pool-reward-actions{grid-template-columns:1fr 1fr;gap:.16rem}.pool-button{width:100%;height:.58rem;font-size:.21rem}.pool-treasury-panel{width:100%;margin-top:.38rem;padding:.28rem .24rem;border:.01rem solid rgba(120,159,181,.16);border-radius:.22rem;background:rgba(2,8,15,.76);box-sizing:border-box}.pool-treasury-panel>p{font-size:.16rem;text-align:left}.pool-countdown{justify-content:center;margin-top:.22rem}.pool-countdown-unit b{width:.72rem;height:.66rem;font-size:.36rem}.pool-refresh-button{width:100%;margin-top:.22rem}.pool-distribution-group{flex-direction:column;width:100%;margin-top:.28rem}.pool-prize-card{width:100%;flex-basis:auto;height:auto;min-height:2.42rem;margin-top:0;padding:.3rem}.pool-prize-card>p{font-size:.16rem}.pool-prize-card>strong{font-size:.48rem}.pool-prize-card button{bottom:.3rem;left:.3rem;width:1.15rem;height:.46rem;font-size:.15rem}.pool-allocation-list{justify-content:center;gap:.2rem;width:100%;margin-top:.08rem}.pool-allocation-ring{width:calc((100% - .2rem)/2);max-width:1.72rem;height:auto;aspect-ratio:1}.pool-allocation-ring strong{font-size:.31rem}.pool-allocation-ring span{font-size:.15rem}.record-modal-tabs.is-single-tab{grid-template-columns:min(5.6rem,calc(100vw - 1rem))}}@media(max-width:420px)and (max-height:740px){.pool-layout{padding-top:.28rem}.pool-title-block h1{font-size:.38rem}.pool-reward-panel,.pool-treasury-panel{margin-top:.28rem}}@media(prefers-reduced-motion:reduce){.pool-page *,.pool-page *:before,.pool-page *:after{animation-duration:.01ms!important;animation-delay:0ms!important;animation-iteration-count:1!important}}.power-page{--power-cyan: #00d8ff;--power-muted: #687180;position:relative;flex:1 1 auto;width:100%;min-height:0;padding-top:.88rem;overflow:hidden auto;background:#010208;color:#fff;isolation:isolate}.power-page-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-3;width:100%;height:100%;min-height:10.8rem;object-fit:cover;object-position:center top;opacity:0;animation:powerFadeIn .7s ease-out .05s forwards;pointer-events:none}.power-page:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(circle at 72% 43%,rgba(0,211,255,.1),transparent 30%);pointer-events:none}.power-globe-system{position:absolute;z-index:-2;top:1.15rem;right:2.6rem;width:6rem;height:6rem;opacity:0;transform:scale(.9);animation:powerGlobeReveal .95s cubic-bezier(.2,.8,.2,1) .18s forwards;pointer-events:none}.power-globe-viewport{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;overflow:hidden;border:.01rem solid rgba(64,226,255,.42);border-radius:50%;background:#043348;box-shadow:0 0 .18rem rgba(0,221,255,.72),0 0 .5rem rgba(0,160,255,.28),inset .2rem 0 .45rem rgba(0,4,16,.58),inset -.2rem 0 .42rem rgba(75,235,255,.2)}.power-globe-viewport:after{content:"";position:absolute;top:.025rem;right:.025rem;bottom:.025rem;left:.025rem;z-index:2;border-radius:50%;box-shadow:inset .24rem 0 .52rem rgba(0,5,20,.68),inset -.16rem 0 .34rem rgba(144,241,255,.24),inset 0 0 .18rem rgba(0,224,255,.26)}.power-globe-surface{position:absolute;top:0;bottom:0;left:0;width:200%;background-color:#05728e;background-position:0 50%;background-repeat:repeat-x;background-size:50% 100%;transform:translateZ(0);animation:powerGlobeLoop 13s linear 1.05s infinite;will-change:transform}.power-globe-ripple{position:absolute;top:-.12rem;right:-.12rem;bottom:-.12rem;left:-.12rem;z-index:1;border:.012rem solid rgba(0,213,255,.32);border-radius:50%;box-shadow:0 0 .12rem rgba(0,213,255,.16);opacity:0;transform:scale(.94);animation:powerGlobeRipple 4.4s cubic-bezier(.16,.58,.3,1) infinite}.power-globe-ripple.ripple-two{animation-delay:1.1s}.power-globe-ripple.ripple-three{animation-delay:2.2s}.power-globe-ripple.ripple-four{animation-delay:3.3s}.power-globe-ripple.ripple-five{animation-delay:.55s}.power-globe-ripple.ripple-six{animation-delay:1.65s}.power-globe-ripple.ripple-seven{animation-delay:2.75s}.power-globe-ripple.ripple-eight{animation-delay:3.85s}.power-layout{position:relative;width:14rem;height:9.92rem;margin:0 auto}.power-overview{position:absolute;top:.55rem;left:0;width:7.65rem}.power-overview h1{margin:0;font-size:.51rem;font-weight:400;line-height:1.2;letter-spacing:.005em;opacity:0;transform:translateY(.22rem);animation:powerRiseIn .65s ease-out .28s forwards}.power-overview h1 span{color:var(--power-cyan)}.power-reward-label{margin:.36rem 0 .12rem;color:#737b88;font-size:.14rem;letter-spacing:.01em;opacity:0;animation:powerFadeIn .45s ease-out .58s forwards}.power-reward-line{display:flex;align-items:flex-end;height:.82rem;opacity:0;transform:translateY(.14rem);animation:powerRiseIn .62s cubic-bezier(.2,.8,.2,1) .66s forwards}.power-reward-line>strong{display:block;min-width:4.15rem;font-family:Orbitron,Inter,sans-serif;font-size:.72rem;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:.025em;line-height:.9;color:#06d8ff;text-shadow:0 .04rem .03rem #006cff,0 0 .2rem rgba(0,215,255,.7)}.power-countdown{display:flex;align-items:center;gap:.12rem;padding-bottom:.06rem;color:#545e70;font-size:.1rem;white-space:nowrap}.power-countdown>div{display:flex;align-items:center}.power-countdown-unit{display:flex;align-items:center;gap:.06rem}.power-countdown-unit b{display:grid;place-items:center;width:.55rem;height:.47rem;border:.01rem solid rgba(0,215,255,.06);border-radius:.12rem;background:rgba(10,19,31,.88);box-shadow:inset 0 0 .16rem rgba(0,215,255,.06);color:var(--power-cyan);font-family:Orbitron,Inter,sans-serif;font-size:.24rem;font-variant-numeric:tabular-nums;text-shadow:0 0 .1rem rgba(0,215,255,.52)}.power-countdown-unit i{margin-right:.06rem;color:var(--power-cyan);font-family:Orbitron,sans-serif;font-size:.22rem;font-style:normal}.power-divider{width:7.65rem;height:.01rem;margin-top:.28rem;background:rgba(158,177,197,.22);transform:scaleX(0);transform-origin:left;animation:powerDividerIn .75s ease-out .95s forwards}.power-actions{display:flex;align-items:center;justify-content:space-between;margin-top:.24rem}.power-action{display:flex;align-items:center;width:2.02rem;height:.62rem;padding:0;overflow:hidden;border:0;border-radius:.38rem;background:rgba(26,26,33,.78);color:#7c7e87;cursor:pointer;opacity:0;transform:translateY(.18rem);transition:color .25s ease,background .25s ease,box-shadow .25s ease,transform .25s ease}.power-action:nth-child(1){animation:powerRiseIn .48s ease-out 1.05s forwards}.power-action:nth-child(2){animation:powerRiseIn .48s ease-out 1.18s forwards}.power-action:nth-child(3){animation:powerRiseIn .48s ease-out 1.31s forwards}.power-action:hover{color:#fff;background:rgba(22,67,79,.86);box-shadow:0 0 .18rem rgba(0,216,255,.2);transform:translateY(-.02rem)}.power-action:disabled{color:#555b66;cursor:not-allowed;filter:saturate(.35);opacity:.48;box-shadow:none;transform:translateY(0)}.power-action:disabled:hover{background:rgba(26,26,33,.78);color:#555b66;box-shadow:none}.power-action.is-primary{background:linear-gradient(180deg,#0075bc,#00e8ee 85%);color:#fff;box-shadow:0 0 .16rem rgba(0,215,255,.5)}.power-action.is-working{opacity:1;transform:translateY(0);animation:powerActionPulse .7s ease-in-out infinite alternate}.power-action-icon{display:grid;place-items:center;width:.62rem;height:.62rem;flex:0 0 auto;border-radius:50%;background:rgba(255,255,255,.06)}.power-action-icon img{width:.6rem;height:.6rem;object-fit:contain}.power-action-icon img.is-spinning{animation:powerSpin .8s cubic-bezier(.4,0,.2,1)}.power-action strong{flex:1;padding-right:.22rem;font-size:.21rem;font-weight:400}.power-inject-card{position:absolute;top:4.18rem;left:0;width:6.88rem;overflow:hidden;border-radius:.25rem;opacity:0;transform:translateY(.34rem) scale(.98);animation:powerPanelIn .72s cubic-bezier(.2,.8,.2,1) 1.42s forwards}.power-inject-card-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:fill}.power-inject-content{position:relative;z-index:1;height:100%;padding:.49rem .48rem .3rem;box-sizing:border-box}.power-inject-content h2{display:flex;align-items:center;gap:.12rem;margin:0;font-size:.23rem;font-weight:500}.power-inject-content h2 span{width:.09rem;height:.09rem;border-radius:50%;background:var(--power-cyan);box-shadow:0 0 .08rem var(--power-cyan)}.power-inject-divider{height:.01rem;margin-top:.25rem;background:rgba(182,198,211,.16)}.power-balance{margin:.24rem 0 .12rem;color:#596476;font-size:.12rem;text-align:right}.power-balance strong{color:#8791a1}.power-amount-field{display:flex;align-items:center;width:100%;height:1.02rem;padding:0 .24rem;border-radius:.13rem;background:rgba(2,12,25,.34);box-shadow:inset 0 0 .28rem rgba(255,255,255,.035);box-sizing:border-box}.power-amount-field img{width:.7rem;height:.7rem;flex:0 0 auto;object-fit:contain}.power-amount-field input{width:100%;min-width:0;height:100%;padding:0 .36rem;border:0;outline:0;background:transparent;color:#fff;font:400 .2rem Inter,sans-serif;-webkit-appearance:textfield;appearance:textfield}.power-amount-field input::-webkit-inner-spin-button,.power-amount-field input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none}.power-amount-field input::-webkit-input-placeholder{color:#586171}.power-amount-field input::placeholder{color:#586171}.power-amount-field strong{font-size:.2rem;font-weight:500}.power-range-control{margin-top:.2rem}.power-range-control input{--power-range: 0%;display:block;width:100%;height:.06rem;margin:0;border-radius:1rem;outline:0;-webkit-appearance:none;appearance:none;background:linear-gradient(to right,#00d8ff var(--power-range),#828996 var(--power-range))}.power-range-control input::-webkit-slider-thumb{width:.14rem;height:.14rem;border:.03rem solid #00e7ff;border-radius:50%;-webkit-appearance:none;appearance:none;background:#5ef5ff;box-shadow:0 0 .1rem rgba(0,229,255,.85);cursor:pointer}.power-range-control input::-moz-range-thumb{width:.1rem;height:.1rem;border:.03rem solid #00e7ff;border-radius:50%;background:#5ef5ff;box-shadow:0 0 .1rem rgba(0,229,255,.85);cursor:pointer}.power-range-control>div{display:flex;justify-content:space-between;margin-top:.1rem;color:#697587;font-size:.13rem;line-height:1}.power-inject-button{display:block;width:100%;height:.69rem;margin-top:.42rem;border:.01rem solid #00d8ff;border-radius:.12rem;background:linear-gradient(180deg,rgba(0,77,168,.58),#00ddea 94%);box-shadow:0 0 .2rem rgba(0,213,255,.28),inset 0 0 .18rem rgba(255,255,255,.12);color:#fff;cursor:pointer;font-size:.24rem;transition:filter .2s ease,opacity .2s ease,transform .2s ease}.power-inject-button:hover:not(:disabled){filter:brightness(1.16);transform:translateY(-.02rem)}.power-inject-button:disabled{cursor:not-allowed;opacity:.56}.power-inject-help{margin-top:.22rem;color:#536072;text-align:right}.power-inject-help p{margin:0;font-size:.14rem}.power-inject-help small{display:block;margin-top:.08rem;font-size:.12rem}.power-inject-help .power-inject-limit{color:#00badc}.power-current-nft-card{position:absolute;top:5.97rem;right:0;width:6.88rem;height:1.62rem;overflow:hidden;border-radius:.24rem;opacity:0;transform:translateY(.28rem);animation:powerPanelIn .62s ease-out 1.56s forwards}.power-current-nft-card-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:fill}.power-current-nft-content{position:relative;z-index:1;height:100%;padding:.2rem .24rem .17rem;box-sizing:border-box}.power-current-nft-content header{display:flex;align-items:center;justify-content:space-between}.power-current-nft-content h2{display:flex;align-items:center;gap:.04rem;margin:0;color:#aeb7c4;font-size:.2rem;font-weight:400}.power-current-nft-content h2 strong{color:#fff;font-weight:500}.power-current-nft-content h2 span{padding:.01rem .04rem;border-radius:.02rem;background:rgba(16,146,183,.7);color:#c7f6ff;font-size:.09rem;line-height:1.15}.power-current-nft-content header button{display:grid;width:.26rem;height:.26rem;padding:0;place-items:center;border:0;border-radius:50%;background:rgba(27,42,56,.82);color:#d0d8e0;cursor:pointer;transition:color .2s ease,background .2s ease,transform .2s ease}.power-current-nft-content header button:hover{background:rgba(0,134,169,.64);color:#fff;transform:rotate(180deg)}.power-current-nft-content header button:focus-visible{outline:.02rem solid var(--power-cyan);outline-offset:.03rem}.power-current-nft-content header button svg{width:.16rem;height:.16rem}.power-current-nft-divider{height:.01rem;margin-top:.08rem;background:rgba(166,185,202,.2)}.power-current-nft-metrics{position:relative;height:.76rem}.power-current-nft-metrics p{display:flex;align-items:baseline;margin:0}.power-current-nft-metrics p:first-child{padding-top:.12rem}.power-current-nft-metrics p:last-child{position:absolute;right:0;bottom:0}.power-current-nft-metrics span{color:#aab4c1;font-size:.14rem}.power-current-nft-metrics strong{margin-left:.44rem;color:#00d5ff;font-family:Orbitron,Inter,sans-serif;font-size:.36rem;font-weight:700;line-height:1;text-shadow:0 .02rem .02rem #006aff}.power-current-nft-metrics em{margin-left:.2rem;color:#aeb6c2;font-size:.14rem;font-style:normal}.power-current-nft-metrics p:last-child span{color:#566173;font-size:.13rem}.power-current-nft-metrics p:last-child strong{margin-left:.03rem;color:#00d7af;font-family:Inter,sans-serif;font-size:.14rem;font-weight:400;text-shadow:none}.power-current-nft-metrics p:last-child em{margin-left:.03rem;color:#697586;font-size:.13rem}.power-stat-grid{position:absolute;top:7.82rem;right:0;display:grid;grid-template-columns:repeat(2,3.32rem);gap:.24rem}.power-stat-card{position:relative;width:3.32rem;height:1.63rem;overflow:hidden;border-radius:.24rem;opacity:0;transform:translateY(.28rem)}.power-stat-card:nth-child(1){animation:powerPanelIn .62s ease-out 1.62s forwards}.power-stat-card:nth-child(2){animation:powerPanelIn .62s ease-out 1.78s forwards}.power-stat-card-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:fill}.power-stat-card-content{position:relative;z-index:1;height:100%;padding:.27rem .24rem;box-sizing:border-box}.power-stat-card h2{margin:0;font-size:.16rem;font-weight:400}.power-stat-card p{margin:.07rem 0 0;color:#4c586b;font-size:.1rem}.power-stat-value{display:flex;align-items:flex-end;gap:.2rem;margin-top:.25rem}.power-stat-value strong{color:#00cfff;font-family:Orbitron,Inter,sans-serif;font-size:.36rem;font-weight:800;line-height:1;text-shadow:0 .02rem .02rem #006aff}.power-stat-value span{color:#c0c7d0;font-size:.14rem}.power-stat-card small{position:absolute;right:.24rem;bottom:.25rem;color:#465264;font-size:.13rem}.power-stat-card small b{color:#00d7af;font-weight:400}.power-nft-switch-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;display:grid;place-items:center;padding:.24rem}.power-nft-switch-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;background:rgba(0,2,8,.86);cursor:default;animation:powerFadeIn .22s ease-out both}.power-nft-switch-modal{position:relative;width:min(13.16rem,calc(100vw - .48rem));height:min(7.22rem,calc(100dvh - .48rem));overflow:hidden;border:.01rem solid rgba(140,184,201,.22);border-radius:.22rem;background:radial-gradient(circle at 50% 105%,rgba(0,103,220,.22),transparent 30%),rgba(3,7,15,.984);box-shadow:inset 0 0 .46rem rgba(90,176,216,.07),0 0 .4rem rgba(0,0,0,.56);opacity:0;transform:translateY(.2rem) scale(.985);animation:powerModalIn .4s cubic-bezier(.2,.8,.2,1) .05s forwards}.power-nft-switch-glow{position:absolute;left:50%;width:3.2rem;height:.1rem;border-radius:50%;background:#24ebff;filter:blur(.11rem);transform:translate(-50%);opacity:.88}.power-nft-switch-glow-top{top:-.06rem}.power-nft-switch-glow-bottom{bottom:-.06rem}.power-nft-switch-close{position:absolute;top:.48rem;right:.48rem;z-index:4;width:.5rem;height:.5rem;padding:0;border:.01rem solid rgba(142,176,190,.22);border-radius:50%;background:rgba(20,34,46,.82);color:#8e9eac;cursor:pointer}.power-nft-switch-close svg{position:absolute;top:50%;left:50%;width:.28rem;height:.28rem;transform:translate(-50%,-50%)}.power-nft-switch-close:focus-visible,.power-nft-switch-confirm:focus-visible,.power-nft-switch-pagination button:focus-visible,.power-nft-switch-thumbnails button:focus-visible{outline:.02rem solid var(--power-cyan);outline-offset:.03rem}.power-nft-switch-title{position:absolute;top:1.2rem;left:0;display:flex;width:100%;align-items:center;justify-content:center;gap:.24rem}.power-nft-switch-title h2{margin:0;font-size:.36rem;font-weight:600}.power-nft-switch-title i{display:block;width:.48rem;height:.02rem;background:linear-gradient(90deg,transparent,var(--power-cyan))}.power-nft-switch-title i:last-child{transform:rotate(180deg)}.power-nft-switch-gallery{position:absolute;top:2.12rem;left:1.56rem;width:3.97rem;height:4.62rem}.power-nft-switch-thumbnails{position:absolute;top:0;left:0;display:grid;gap:.14rem}.power-nft-switch-thumbnails button{width:1.06rem;height:.81rem;padding:0;overflow:hidden;border:.02rem solid transparent;border-radius:.11rem;background:rgba(4,14,28,.72);cursor:pointer;opacity:.78;transition:border-color .2s ease,opacity .2s ease,transform .2s ease}.power-nft-switch-thumbnails button:hover,.power-nft-switch-thumbnails button.is-active{border-color:var(--power-nft-accent);opacity:1;transform:translate(.03rem)}.power-nft-switch-thumbnails img{display:block;width:100%;height:100%;object-fit:cover}.power-nft-switch-main-image{position:absolute;top:0;left:1.31rem;width:2.66rem;height:3.69rem;max-width:none;object-fit:fill}.power-nft-switch-pagination{position:absolute;left:1.31rem;bottom:0;display:grid;width:2.66rem;height:.68rem;grid-template-columns:1.03rem .6rem 1.03rem;align-items:center}.power-nft-switch-pagination button{display:grid;width:1.03rem;height:.68rem;padding:0;place-items:center;border:.01rem solid rgba(133,166,190,.46);border-radius:.12rem;background:rgba(5,19,35,.52);color:#d7e0e8;cursor:pointer}.power-nft-switch-pagination button:disabled{cursor:default;opacity:.28}.power-nft-switch-pagination svg{width:.24rem;height:.24rem}.power-nft-switch-pagination span{color:#637186;font-size:.18rem;text-align:center}.power-nft-switch-info{position:absolute;top:2.53rem;right:.95rem;width:5.84rem;height:3.8rem;padding:.25rem .24rem;border-radius:.24rem;background:rgba(3,6,13,.86);box-shadow:inset 0 0 .28rem rgba(114,170,202,.08),0 0 .18rem rgba(70,142,184,.08);box-sizing:border-box}.power-nft-switch-info h3{display:flex;align-items:center;gap:.1rem;margin:0;font-size:.24rem;font-weight:500}.power-nft-switch-info h3 span{width:.08rem;height:.08rem;flex:0 0 auto;border-radius:50%;background:var(--power-cyan);box-shadow:0 0 .08rem var(--power-cyan)}.power-nft-switch-divider{height:.01rem;margin-top:.16rem;background:rgba(170,188,204,.18)}.power-nft-switch-meta,.power-nft-switch-values{display:grid;grid-template-columns:repeat(2,1fr);gap:.24rem}.power-nft-switch-meta{margin-top:.16rem}.power-nft-switch-meta p{display:flex;height:.69rem;align-items:center;justify-content:space-between;margin:0;padding:0 .24rem;border-radius:.12rem;background:rgba(8,15,27,.86);box-shadow:inset 0 0 .2rem rgba(122,174,205,.06);box-sizing:border-box}.power-nft-switch-meta span,.power-nft-switch-values>label>span{color:#aab3c1;font-size:.16rem}.power-nft-switch-meta strong{color:var(--power-cyan);font-size:.22rem;font-weight:400}.power-nft-switch-values{margin-top:.13rem}.power-nft-switch-values label{display:flex;flex-direction:column;gap:.08rem}.power-nft-switch-values strong{display:grid;height:.8rem;place-items:center;border-radius:.12rem;background:rgba(4,19,31,.86);box-shadow:inset 0 0 .18rem rgba(0,216,255,.08);color:#00d5ff;font-family:Orbitron,Inter,sans-serif;font-size:.34rem;font-weight:700;text-shadow:0 .02rem .02rem #006aff}.power-nft-switch-confirm{position:absolute;right:.24rem;bottom:.24rem;left:.24rem;height:.56rem;border:.01rem solid #00d8ff;border-radius:.11rem;background:linear-gradient(180deg,rgba(0,77,168,.58),#00ddea 94%);box-shadow:0 0 .2rem rgba(0,213,255,.28),inset 0 0 .18rem rgba(255,255,255,.12);color:#fff;cursor:pointer;font-size:.16rem}.power-nft-switch-confirm:hover{filter:brightness(1.14)}.power-nft-switch-empty{position:absolute;top:50%;left:50%;margin:0;color:#687585;font-size:.2rem;transform:translate(-50%,-50%)}.record-modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:.24rem}.record-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;background:rgba(0,2,8,.84);cursor:default;animation:powerFadeIn .22s ease-out both}.record-modal{position:relative;width:min(13.16rem,calc(100vw - .48rem));height:min(7.22rem,calc(100dvh - .48rem));padding:1.2rem .48rem .46rem;overflow:hidden;border:.01rem solid rgba(144,188,201,.22);border-radius:.22rem;background:radial-gradient(circle at 50% 105%,rgba(0,107,223,.21),transparent 27%),rgba(3,7,15,.97);box-shadow:inset 0 0 .48rem rgba(91,176,218,.08),0 0 .4rem rgba(0,0,0,.55);box-sizing:border-box;opacity:0;transform:translateY(.22rem) scale(.985);animation:powerModalIn .4s cubic-bezier(.2,.8,.2,1) .05s forwards}.record-modal-glow{position:absolute;left:50%;width:3.2rem;height:.1rem;border-radius:50%;background:#23ebff;filter:blur(.11rem);transform:translate(-50%);opacity:.88}.record-modal-glow-top{top:-.06rem}.record-modal-glow-bottom{bottom:-.06rem}.record-modal-close{position:absolute;top:.47rem;right:.48rem;width:.5rem;height:.5rem;border:.01rem solid rgba(143,174,189,.22);border-radius:50%;background:rgba(20,34,46,.8);cursor:pointer;outline:0}.record-modal-close:focus-visible{border-color:rgba(0,220,255,.72);box-shadow:0 0 .14rem rgba(0,220,255,.38)}.record-modal-close svg{position:absolute;top:50%;left:50%;width:.28rem;height:.28rem;color:#8e9eac;transform:translate(-50%,-50%)}.record-modal-tabs{position:absolute;top:1.19rem;left:50%;display:grid;grid-template-columns:repeat(2,2.8rem);transform:translate(-50%);border-radius:.08rem;overflow:hidden}.record-modal-tabs button{height:.56rem;border:0;border-bottom:.01rem solid transparent;background:rgba(20,19,32,.88);color:#8e99ab;cursor:pointer;font:400 .21rem Orbitron,Inter,sans-serif;letter-spacing:.03em;transition:color .2s ease,border-color .2s ease,box-shadow .2s ease}.record-modal-tabs button.is-active{border-bottom-color:#0df;color:#00d9ff;box-shadow:inset 0 -.11rem .22rem rgba(0,217,255,.08),0 .06rem .18rem rgba(0,217,255,.16)}.record-modal-summary{display:flex;align-items:center;justify-content:space-between;margin-top:.78rem;padding-bottom:.08rem;border-bottom:.01rem solid rgba(153,170,189,.18)}.record-modal-summary h2{margin:0;padding-left:.08rem;border-left:.04rem solid #00d8ff;font-size:.15rem;font-weight:400}.record-modal-summary p{margin:0;color:#687180;font-size:.15rem}.record-modal-summary strong{color:#00d8ff;font-weight:500}.record-table{width:100%}.record-table-header,.record-table-row{display:grid;grid-template-columns:1.15fr .9fr .85fr 1.25fr;align-items:center;min-height:.37rem;column-gap:.2rem}.record-table-header{color:#505866;font-size:.15rem}.record-table-row{color:#a5a7aa;font-size:.15rem}.record-table-header span:nth-child(n+2),.record-table-row span:nth-child(n+2){text-align:center}.record-table-header span:last-child,.record-table-row span:last-child{text-align:right}.record-table-row span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.record-table.is-two-columns .record-table-header,.record-table.is-two-columns .record-table-row{grid-template-columns:1fr 1fr}.record-table-status{display:grid;place-items:center;min-height:3.4rem;margin:0;color:#687180;font-size:.15rem;text-align:center}.record-pagination{position:absolute;left:50%;bottom:.46rem;display:flex;align-items:center;gap:.12rem;transform:translate(-50%);color:#5f6e82}.record-pagination button{display:grid;place-items:center;min-width:.18rem;height:.36rem;padding:0;border:0;background:transparent;color:#657286;cursor:pointer;font-size:.14rem}.record-pagination>span{font-size:.14rem;line-height:1}.record-pagination button:first-child,.record-pagination button:last-child{width:.45rem;border:.01rem solid rgba(116,154,179,.24);border-radius:.12rem;background:rgba(4,20,34,.7)}.record-pagination svg{width:.2rem;height:.2rem}.record-pagination button.is-active{color:#fff}.record-pagination button:disabled{opacity:.38;cursor:default}@keyframes powerFadeIn{to{opacity:1}}@keyframes powerRiseIn{to{opacity:1;transform:translateY(0)}}@keyframes powerDividerIn{to{transform:scaleX(1)}}@keyframes powerPanelIn{to{opacity:1;transform:translateY(0) scale(1)}}@keyframes powerModalIn{to{opacity:1;transform:translateY(0) scale(1)}}@keyframes powerSpin{to{transform:rotate(360deg)}}@keyframes powerActionPulse{to{filter:brightness(1.32);box-shadow:0 0 .3rem rgba(0,225,255,.9)}}@keyframes powerGlobeReveal{to{opacity:1;transform:scale(1)}}@keyframes powerGlobeLoop{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@keyframes powerGlobeRipple{0%{opacity:0;transform:scale(.94)}12%{opacity:.44}75%,to{opacity:0;transform:scale(1.28)}}@media(max-width:767px){.power-page{min-height:calc(100dvh - var(--mobile-header-height));padding:0 0 .65rem;overflow:visible}.power-page-background{position:fixed;min-height:100dvh;object-position:68% top;opacity:.7}.power-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:rgba(0,2,8,.43)}.power-page:after{background:radial-gradient(circle at 50% 20%,rgba(0,211,255,.12),transparent 30%)}.power-globe-system{top:.7rem;right:-1rem;width:5.5rem;height:5.5rem}.power-layout{display:flex;flex-direction:column;width:100%;height:auto;min-height:0;padding:.42rem .3rem .7rem;box-sizing:border-box}.power-overview,.power-inject-card,.power-current-nft-card,.power-stat-grid{position:relative;top:auto;right:auto;left:auto}.power-overview{width:100%}.power-overview h1{font-size:.46rem;text-align:center}.power-reward-label{margin-top:.34rem;font-size:.19rem}.power-reward-line{display:block;height:auto}.power-reward-line>strong{min-width:0;font-size:.69rem}.power-countdown{justify-content:space-between;margin-top:.24rem;padding:0;font-size:.16rem}.power-countdown-unit b{width:.62rem;height:.54rem;font-size:.36rem}.power-divider{width:100%;margin-top:.25rem}.power-actions{gap:.12rem}.power-action{width:100%;height:.64rem}.power-action-icon{width:.64rem;height:.64rem}.power-action-icon img{width:.62rem;height:.62rem}.power-action strong{padding-right:.1rem;font-size:.18rem}.power-inject-card{width:100%;height:auto;min-height:5.35rem;margin-top:.42rem}.power-inject-content{min-height:5.35rem;padding:.42rem .34rem .28rem}.power-inject-content h2{font-size:.25rem}.power-balance{font-size:.15rem}.power-amount-field{height:1.04rem}.power-amount-field input{padding:0 .2rem;font-size:.19rem}.power-range-control>div{font-size:.12rem}.power-inject-help p{font-size:.15rem}.power-inject-help small{font-size:.13rem}.power-current-nft-card{width:100%;height:2.08rem;margin-top:.3rem}.power-current-nft-content{padding:.25rem .24rem .18rem}.power-current-nft-content h2{font-size:.21rem}.power-current-nft-content header button{width:.4rem;height:.4rem}.power-current-nft-content header button svg{width:.22rem;height:.22rem}.power-current-nft-metrics{height:1rem}.power-current-nft-metrics p:first-child{padding-top:.16rem}.power-current-nft-metrics span{font-size:.15rem}.power-current-nft-metrics strong{margin-left:.18rem;font-size:.31rem}.power-current-nft-metrics em{margin-left:.1rem;font-size:.13rem}.power-current-nft-metrics p:last-child span,.power-current-nft-metrics p:last-child em{font-size:.12rem}.power-current-nft-metrics p:last-child strong{font-size:.13rem}.power-stat-grid{grid-template-columns:1fr 1fr;gap:.18rem;width:100%;margin-top:.3rem}.power-stat-card{width:100%;height:2.68rem}.power-stat-card-content{padding:.25rem .2rem}.power-stat-card h2{font-size:.17rem}.power-stat-card p{font-size:.11rem}.power-stat-value{gap:.1rem;margin-top:.52rem}.power-stat-value strong{font-size:.29rem}.power-stat-value span{font-size:.12rem}.power-stat-card small{right:.18rem;bottom:.22rem;font-size:.12rem}.power-nft-switch-layer{padding:.16rem}.power-nft-switch-modal{width:100%;height:min(12rem,calc(100dvh - 2.32rem));overflow-x:hidden;overflow-y:auto;border-radius:.26rem;scrollbar-width:none}.power-nft-switch-modal::-webkit-scrollbar{display:none}.power-nft-switch-close{position:-webkit-sticky;position:sticky;top:.22rem;float:right;margin:.22rem .22rem 0 0;width:.58rem;height:.58rem}.power-nft-switch-title{position:relative;top:auto;left:auto;clear:both;gap:.12rem;padding-top:.2rem}.power-nft-switch-title h2{font-size:.27rem}.power-nft-switch-title i{width:.32rem}.power-nft-switch-gallery{position:relative;top:auto;left:auto;width:calc(100% - .4rem);height:5.55rem;margin:.26rem .2rem 0}.power-nft-switch-thumbnails{position:relative;display:flex;gap:.08rem;width:100%;overflow-x:auto;scrollbar-width:none}.power-nft-switch-thumbnails::-webkit-scrollbar{display:none}.power-nft-switch-thumbnails button{width:.8rem;height:.8rem;flex:0 0 .8rem;border-radius:.1rem}.power-nft-switch-thumbnails button:hover,.power-nft-switch-thumbnails button.is-active{transform:translateY(.02rem)}.power-nft-switch-main-image{top:1rem;left:50%;width:2.65rem;height:3.69rem;transform:translate(-50%)}.power-nft-switch-pagination{right:0;bottom:0;left:0;width:100%;grid-template-columns:1fr .7rem 1fr}.power-nft-switch-pagination button{width:100%}.power-nft-switch-info{position:relative;top:auto;right:auto;width:calc(100% - .4rem);height:4.55rem;margin:.18rem .2rem .24rem;padding:.25rem .2rem}.power-nft-switch-info h3{font-size:.2rem}.power-nft-switch-meta,.power-nft-switch-values{gap:.12rem}.power-nft-switch-meta p{height:.64rem;padding:0 .13rem}.power-nft-switch-meta span,.power-nft-switch-values>label>span{font-size:.13rem}.power-nft-switch-meta strong{font-size:.18rem}.power-nft-switch-values{margin-top:.2rem}.power-nft-switch-values strong{height:.72rem;font-size:.25rem}.power-nft-switch-confirm{height:.62rem;font-size:.18rem}.record-modal-layer{align-items:end;padding:.16rem}.record-modal{width:100%;height:min(10.6rem,calc(100dvh - .32rem));padding:1.15rem .26rem .9rem;border-radius:.26rem}.record-modal-close{top:.28rem;right:.28rem;width:.58rem;height:.58rem}.record-modal-tabs{top:1.04rem;grid-template-columns:repeat(2,2.85rem)}.record-modal-tabs button{height:.62rem;font-size:.21rem}.record-modal-summary{margin-top:.72rem;align-items:flex-start;gap:.16rem}.record-modal-summary h2,.record-modal-summary p{font-size:.21rem}.record-table-header{display:none}.record-table-body{max-height:6.65rem;padding-right:.05rem;overflow:auto}.record-table-row{display:grid;grid-template-columns:1fr 1fr;gap:.1rem .2rem;padding:.16rem 0;border-bottom:.01rem solid rgba(135,156,177,.12);font-size:.21rem}.record-table-row span:before{content:attr(data-label);display:block;margin-bottom:.04rem;color:#4f5969;font-size:.21rem}.record-pagination{bottom:.3rem}}@media(max-width:420px)and (max-height:740px){.power-layout{padding-top:.28rem}.power-overview h1{font-size:.4rem}.power-reward-label{margin-top:.22rem}.power-inject-card{margin-top:.32rem}}@media(prefers-reduced-motion:reduce){.power-page *,.power-page *:before,.power-page *:after{animation-duration:.01ms!important;animation-delay:0ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}.stake-page{--stake-cyan: #00d8ff;position:relative;flex:1 1 auto;width:100%;min-height:0;padding-top:.88rem;overflow:auto;background:#010208;box-sizing:border-box;color:#fff;isolation:isolate}.stake-page-background{position:absolute;top:-.88rem;left:0;z-index:-2;width:100%;height:calc(100% + .88rem);max-width:none;object-fit:cover;object-position:center;opacity:0;animation:stakeFadeIn .8s ease-out .06s forwards,stakeBackgroundBreath 5.8s ease-in-out 1s infinite alternate;pointer-events:none}.stake-layout{position:relative;width:14rem;height:9.92rem;margin:0 auto}.stake-title-block{position:absolute;top:.55rem;left:0}.stake-title-block h1{margin:0;font-size:.51rem;font-weight:400;line-height:1.2;letter-spacing:.005em;opacity:0;transform:translateY(.22rem);animation:stakeRiseIn .64s cubic-bezier(.2,.8,.2,1) .25s forwards}.stake-title-block h1 span{color:var(--stake-cyan)}.stake-stat-grid{position:absolute;top:0;right:0;bottom:0;left:0}.stake-stat-card{position:absolute;min-width:2rem;height:1.16rem;padding:.25rem .15rem;border:.01rem solid rgba(110,155,180,.08);border-radius:.25rem;background:linear-gradient(135deg,rgba(20,38,53,.88),rgba(4,9,16,.93));box-shadow:inset 0 0 .24rem rgba(80,177,216,.09),0 0 .2rem rgba(0,0,0,.3);box-sizing:border-box;opacity:0;transform:translateY(.22rem)}.stake-stat-card:nth-child(1){top:1.74rem;left:0;animation:stakeRiseIn .55s ease-out .68s forwards}.stake-stat-card:nth-child(2){top:1.74rem;left:4.64rem;animation:stakeRiseIn .55s ease-out .82s forwards}.stake-stat-card:nth-child(3){top:8.28rem;left:0;animation:stakeRiseIn .55s ease-out 1.5s forwards}.stake-stat-card:nth-child(4){top:8.28rem;left:4.64rem;animation:stakeRiseIn .55s ease-out 1.64s forwards}.stake-stat-card p{display:flex;align-items:center;gap:.1rem;margin:0;color:#7a8492;font-size:.16rem}.stake-stat-card p i,.stake-form-content h2 i,.stake-redemption-card h3 i{width:.08rem;height:.08rem;flex:0 0 auto;border-radius:50%;background:var(--stake-cyan);box-shadow:0 0 .08rem var(--stake-cyan)}.stake-stat-card>strong{display:block;margin-top:.08rem;color:#fff;font-family:Orbitron,Inter,sans-serif;font-size:.31rem;font-weight:500;line-height:1;text-shadow:0 .02rem .02rem #006aff}.stake-stat-card>strong span{color:#00d9ff}.stake-reward-panel{position:absolute;top:.5rem;right:0;width:4rem;text-align:right}.stake-reward-panel p{margin:0;color:#667181;font-size:.14rem;opacity:0;animation:stakeFadeIn .45s ease-out .55s forwards}.stake-reward-panel strong{display:block;margin-top:.18rem;color:#05d4ff;font-family:Orbitron,Inter,sans-serif;font-size:.72rem;font-weight:800;font-variant-numeric:tabular-nums;line-height:1;text-shadow:0 .04rem .03rem #006cff,0 0 .18rem rgba(0,215,255,.68);opacity:0;transform:translateY(.18rem);animation:stakeRiseIn .62s ease-out .68s forwards}.stake-reward-panel>div{width:100%;height:.01rem;margin-top:.27rem;background:rgba(158,177,197,.23);transform:scaleX(0);transform-origin:right;animation:stakeDividerIn .72s ease-out .95s forwards}.stake-reward-panel button{width:2rem;height:.48rem;margin-top:.24rem;padding:0 .2rem;border:.01rem solid #00dfff;border-radius:.11rem;background:linear-gradient(180deg,rgba(0,66,153,.72),#00dce6 92%);box-shadow:0 0 .18rem rgba(0,219,255,.38);color:#fff;cursor:pointer;font-size:.24rem;opacity:0;transform:translateY(.15rem);transition:filter .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;animation:stakeRiseIn .48s ease-out 1.1s forwards}.stake-reward-panel button:hover:not(:disabled){color:#fff;background:rgba(0,119,159,.36);box-shadow:0 0 .2rem rgba(0,218,255,.28),inset 0 0 .18rem rgba(0,218,255,.12);transform:translateY(-.02rem)}.stake-reward-panel button.is-working{opacity:1;transform:translateY(0);animation:stakeButtonPulse .7s ease-in-out infinite alternate}.stake-reward-panel button:disabled:not(.is-working){cursor:not-allowed;filter:saturate(.3);opacity:.46;transform:translateY(0)}.stake-reward-panel button:disabled:hover:not(.is-working){color:#66717f;background:rgba(2,17,28,.74);box-shadow:none}.stake-form-card{position:absolute;top:3.42rem;right:0;width:6.88rem;overflow:hidden;border-radius:.26rem;opacity:0;transform:translateY(.32rem) scale(.985);animation:stakePanelIn .72s cubic-bezier(.2,.8,.2,1) 1.2s forwards}.stake-form-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:fill}.stake-form-aurora{position:absolute;top:-35%;left:-35%;z-index:1;width:90%;height:90%;border-radius:50%;background:radial-gradient(circle at 38% 48%,rgba(0,229,255,.58),rgba(0,118,255,.26) 28%,transparent 67%),radial-gradient(circle at 68% 62%,rgba(0,164,255,.36),transparent 52%);filter:blur(.34rem);mix-blend-mode:screen;opacity:.72;animation:stakeAuroraDrift 13s cubic-bezier(.45,.05,.55,.95) infinite alternate;pointer-events:none}.stake-form-content{position:relative;z-index:2;height:100%;padding:.47rem .48rem .34rem;box-sizing:border-box}.stake-form-content h2{display:flex;align-items:center;gap:.12rem;margin:0;font-size:.23rem;font-weight:500}.stake-form-tabs{display:grid;grid-template-columns:1fr 1fr;margin-top:.24rem;overflow:hidden;border-radius:.08rem}.stake-form-tabs button{height:.56rem;border:0;border-bottom:.01rem solid transparent;background:rgba(19,18,31,.9);color:#8993a4;cursor:pointer;font:400 .21rem Orbitron,Inter,sans-serif;letter-spacing:.03em}.stake-form-tabs button.is-active{border-bottom-color:var(--stake-cyan);color:var(--stake-cyan);box-shadow:inset 0 -.11rem .22rem rgba(0,217,255,.08),0 .06rem .18rem rgba(0,217,255,.15)}.stake-form-divider{height:.01rem;margin-top:.23rem;background:rgba(174,193,210,.18)}.stake-mode-panel{position:relative}.stake-balance{margin:.23rem 0 .11rem;color:#596476;font-size:.12rem;text-align:right}.stake-balance strong{color:#8791a1}.stake-amount-field,.stake-redemption-amount{display:flex;align-items:center;width:100%;height:.88rem;padding:0 .22rem;border-radius:.12rem;background:rgba(2,11,23,.48);box-shadow:inset 0 0 .3rem rgba(255,255,255,.043);box-sizing:border-box}.stake-amount-field img,.stake-redemption-amount img{width:.72rem;height:.72rem;flex:0 0 auto;object-fit:contain}.stake-amount-field input,.stake-redemption-amount input{width:100%;min-width:0;height:100%;padding:0 .32rem;border:0;outline:0;background:transparent;color:#fff;font:400 .2rem Inter,sans-serif;-webkit-appearance:textfield;appearance:textfield}.stake-amount-field input::-webkit-inner-spin-button,.stake-amount-field input::-webkit-outer-spin-button,.stake-redemption-amount input::-webkit-inner-spin-button,.stake-redemption-amount input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none}.stake-amount-field input::-webkit-input-placeholder,.stake-redemption-amount input::-webkit-input-placeholder{color:#596171}.stake-amount-field input::placeholder,.stake-redemption-amount input::placeholder{color:#596171}.stake-amount-field>strong,.stake-redemption-amount>strong{font-size:.2rem;font-weight:500}.stake-range-control,.stake-redemption-range{margin-top:.18rem}.stake-range-control input,.stake-redemption-range input{--stake-range: 0%;display:block;width:100%;height:.08rem;margin:0;line-height:normal;border-radius:1rem;outline:0;-webkit-appearance:none;appearance:none;background:linear-gradient(to right,#00d8ff var(--stake-range),#808897 var(--stake-range))}.stake-range-control input::-webkit-slider-thumb,.stake-redemption-range input::-webkit-slider-thumb{width:.16rem;height:.16rem;border:.03rem solid #00e7ff;border-radius:50%;-webkit-appearance:none;appearance:none;background:#5ef5ff;box-shadow:0 0 .1rem rgba(0,229,255,.85);cursor:pointer}.stake-range-control input::-moz-range-thumb,.stake-redemption-range input::-moz-range-thumb{width:.12rem;height:.12rem;border:.03rem solid #00e7ff;border-radius:50%;background:#5ef5ff;box-shadow:0 0 .1rem rgba(0,229,255,.85)}.stake-range-control>div,.stake-redemption-range>div{display:flex;justify-content:space-between;margin-top:.04rem;color:#697587;font-size:.16rem}.stake-actions-divider{margin-top:.22rem}.stake-form-actions{display:grid;grid-template-columns:1.84fr 1fr;gap:.24rem;margin-top:.24rem}.stake-form-actions button,.stake-redemption-actions button{height:.68rem;border:.01rem solid var(--stake-cyan);border-radius:.12rem;background:rgba(1,7,14,.7);color:var(--stake-cyan);cursor:pointer;font-size:.24rem;transition:filter .2s ease,opacity .2s ease,transform .2s ease,box-shadow .2s ease}.stake-form-actions .stake-primary-action,.stake-redemption-actions button.is-primary{background:linear-gradient(180deg,rgba(0,72,165,.65),#00dfe9 94%);box-shadow:0 0 .2rem rgba(0,213,255,.28),inset 0 0 .18rem rgba(255,255,255,.12);color:#fff}.stake-form-actions button:hover:not(:disabled),.stake-redemption-actions button:hover:not(:disabled){filter:brightness(1.15);transform:translateY(-.02rem)}.stake-form-actions button:disabled,.stake-redemption-actions button:disabled{cursor:not-allowed;opacity:.55}.stake-form-help{margin-top:.1rem;color:#546071;text-align:right}.stake-form-help p{margin:0;font-size:.14rem}.stake-form-help small{display:block;margin-top:.08rem;font-size:.12rem}.stake-liquidity-panel{margin-top:.34rem}.stake-liquidity-balance{display:flex;justify-content:flex-end;gap:.06rem;margin:0 0 .07rem;color:#596476;font-size:.12rem}.stake-liquidity-balance strong{color:#8791a1;font-weight:500}.stake-liquidity-panel .stake-amount-field{height:.94rem;background:linear-gradient(90deg,rgba(0,37,79,.52),rgba(3,14,27,.56))}.stake-liquidity-panel .stake-amount-field img{width:.72rem;height:.72rem}.stake-liquidity-max{flex:0 0 auto;margin-right:.12rem;padding:.055rem .1rem;border:.01rem solid rgba(0,217,255,.4);border-radius:.08rem;background:rgba(0,217,255,.1);color:#5eeaff;cursor:pointer;font-size:.11rem;line-height:1;transition:background .2s ease,border-color .2s ease,color .2s ease}.stake-liquidity-max:hover:not(:disabled){border-color:var(--stake-cyan);background:rgba(0,217,255,.18);color:#fff}.stake-liquidity-max:disabled{cursor:not-allowed;opacity:.45}.stake-liquidity-arrow{display:grid;width:.36rem;height:.36rem;margin:.2rem auto .04rem;padding:0;place-items:center;border:.01rem solid rgba(0,217,255,.2);border-radius:50%;background:rgba(91,137,166,.24);color:#8698a7;cursor:pointer;transition:border-color .2s ease,color .2s ease,transform .2s ease}.stake-liquidity-arrow:hover:not(:disabled){border-color:var(--stake-cyan);color:var(--stake-cyan);transform:rotate(180deg)}.stake-liquidity-arrow:disabled{cursor:not-allowed;opacity:.45}.stake-liquidity-arrow svg{width:.2rem;height:.2rem}.stake-liquidity-output input{color:#7e8793}.stake-liquidity-divider{margin-top:.24rem}.stake-liquidity-confirm{width:100%;height:.72rem;margin-top:.24rem;border:.01rem solid var(--stake-cyan);border-radius:.12rem;background:linear-gradient(180deg,rgba(0,72,165,.68),#00dfe9 94%);box-shadow:0 0 .2rem rgba(0,213,255,.33),inset 0 0 .18rem rgba(255,255,255,.12);color:#fff;cursor:pointer;font-size:.24rem;transition:filter .2s ease,opacity .2s ease,transform .2s ease}.stake-liquidity-confirm:hover:not(:disabled){filter:brightness(1.15);transform:translateY(-.02rem)}.stake-liquidity-confirm:disabled{cursor:not-allowed;opacity:.55}.stake-liquidity-rate{margin:.08rem 0 0;color:#566273;font-size:.14rem;text-align:right}.stake-redeem-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:.24rem}.stake-redeem-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;background:rgba(0,2,8,.84);cursor:default}.stake-redeem-modal{position:relative;width:min(13.16rem,calc(100vw - .48rem));height:min(7.22rem,calc(100dvh - .48rem));overflow:hidden;border:.01rem solid rgba(144,188,201,.22);border-radius:.22rem;background:radial-gradient(circle at 50% 105%,rgba(0,107,223,.21),transparent 27%),rgba(3,7,15,.98);box-shadow:inset 0 0 .48rem rgba(91,176,218,.08),0 0 .4rem rgba(0,0,0,.55);opacity:0;transform:translateY(.22rem) scale(.985);animation:stakeModalIn .4s cubic-bezier(.2,.8,.2,1) .05s forwards}.stake-redeem-glow{position:absolute;left:50%;width:3.2rem;height:.1rem;border-radius:50%;background:#23ebff;filter:blur(.11rem);transform:translate(-50%);opacity:.88}.stake-redeem-glow-top{top:-.06rem}.stake-redeem-glow-bottom{bottom:-.06rem}.stake-redeem-close{position:absolute;top:.48rem;right:.48rem;z-index:3;width:.5rem;height:.5rem;border:.01rem solid rgba(143,174,189,.22);border-radius:50%;background:rgba(20,34,46,.8);cursor:pointer}.stake-redeem-close svg{position:absolute;top:50%;left:50%;width:.28rem;height:.28rem;color:#8e9eac;transform:translate(-50%,-50%)}.stake-redeem-close:focus-visible{outline:.02rem solid #00d8ff;outline-offset:.03rem}.stake-redeem-close:disabled{cursor:not-allowed;opacity:.48}.stake-redeem-title{position:absolute;top:1.21rem;left:4.36rem;display:flex;align-items:center;gap:.24rem}.stake-redeem-title h2{margin:0;font-size:.36rem;font-weight:600}.stake-redeem-title i{display:block;width:.48rem;height:.02rem;background:linear-gradient(90deg,transparent,#00d8ff)}.stake-redeem-title i:last-child{transform:rotate(180deg)}.stake-redemption-visual{position:absolute;top:1.88rem;left:.76rem;width:4.34rem;height:4.43rem;object-fit:contain}.stake-redemption-card{position:absolute;top:1.95rem;right:.73rem;width:6.88rem;height:4.29rem;padding:.25rem .24rem .24rem;border-radius:.22rem;background:rgba(4,8,16,.96);box-shadow:inset 0 0 .32rem rgba(88,166,205,.08),0 0 .2rem rgba(0,0,0,.45);box-sizing:border-box}.stake-redemption-card h3{display:flex;align-items:center;gap:.12rem;margin:0;font-size:.24rem;font-weight:500}.stake-redemption-balance{margin:.17rem 0 .1rem;color:#536073;font-size:.12rem;text-align:right}.stake-redemption-balance strong{color:#8a94a2}.stake-redemption-amount{height:.88rem}.stake-redemption-range{margin-top:.18rem}.stake-redemption-divider{height:.01rem;margin-top:.18rem;background:rgba(166,185,205,.2)}.stake-redemption-meta{margin-top:.12rem}.stake-redemption-meta p{display:flex;justify-content:space-between;margin:0 0 .12rem;color:#586274;font-size:.12rem}.stake-redemption-meta strong{color:#b0b7c0;font-weight:500}.stake-redemption-actions{display:grid;grid-template-columns:2.08fr 1fr;gap:.24rem;margin-top:.14rem}.stake-redemption-actions button{height:.68rem}@keyframes stakeFadeIn{to{opacity:1}}@keyframes stakeRiseIn{to{opacity:1;transform:translateY(0)}}@keyframes stakePanelIn{to{opacity:1;transform:translateY(0) scale(1)}}@keyframes stakeModalIn{to{opacity:1;transform:translateY(0) scale(1)}}@keyframes stakeDividerIn{to{transform:scaleX(1)}}@keyframes stakeButtonPulse{to{filter:brightness(1.28);box-shadow:0 0 .28rem rgba(0,225,255,.82)}}@keyframes stakeBackgroundBreath{to{filter:brightness(1.08) saturate(1.05)}}@keyframes stakeAuroraDrift{0%{transform:translate3d(-8%,-5%,0) scale(.9)}22%{transform:translate3d(58%,14%,0) scale(1.1)}47%{transform:translate3d(42%,76%,0) scale(.88)}71%{transform:translate3d(96%,43%,0) scale(1.18)}to{transform:translate3d(18%,88%,0) scale(1)}}@media(max-width:767px){.stake-page{min-height:calc(100dvh - var(--mobile-header-height));padding:0 0 .7rem;overflow:visible}.stake-page-background{position:fixed;top:var(--mobile-header-height);height:calc(100dvh - var(--mobile-header-height));object-position:24% center;opacity:.62}.stake-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:rgba(0,2,8,.42)}.stake-layout{display:flex;flex-direction:column;width:100%;height:auto;padding:.42rem .3rem .75rem;box-sizing:border-box}.stake-title-block,.stake-stat-grid,.stake-stat-card,.stake-reward-panel,.stake-form-card{position:relative;inset:auto;top:auto;right:auto;left:auto}.stake-title-block h1{font-size:.42rem;text-align:center}.stake-reward-panel{order:2;width:100%;margin-top:.34rem;text-align:center}.stake-reward-panel p{font-size:.17rem}.stake-reward-panel strong{margin-top:.18rem;font-size:.66rem}.stake-reward-panel button{width:100%;height:.58rem;font-size:.21rem}.stake-stat-grid{order:3;display:grid;grid-template-columns:1fr 1fr;gap:.16rem;width:100%;margin-top:.34rem}.stake-stat-card{width:100%;height:1.32rem;padding:.24rem .16rem}.stake-stat-card:nth-child(1),.stake-stat-card:nth-child(2),.stake-stat-card:nth-child(3),.stake-stat-card:nth-child(4){top:auto;left:auto}.stake-stat-card p{font-size:.14rem}.stake-stat-card>strong{font-size:.26rem}.stake-form-card{order:4;width:100%;height:auto;min-height:6.18rem;margin-top:.32rem}.stake-form-card.is-liquidity{height:auto;min-height:6.48rem}.stake-form-content{min-height:6.18rem;padding:.4rem .3rem .32rem}.stake-form-content h2{font-size:.24rem}.stake-form-tabs button{font-size:.18rem}.stake-balance{font-size:.14rem}.stake-amount-field input{padding:0 .2rem;font-size:.18rem}.stake-form-actions{gap:.14rem}.stake-form-actions button{height:.64rem;font-size:.2rem}.stake-form-help p{font-size:.14rem}.stake-form-help small{font-size:.12rem}.stake-liquidity-panel{margin-top:.36rem}.stake-liquidity-balance{font-size:.13rem}.stake-liquidity-panel .stake-amount-field{height:.82rem}.stake-liquidity-max{margin-right:.08rem;padding:.05rem .08rem;font-size:.1rem}.stake-liquidity-confirm{height:.64rem;font-size:.2rem}.stake-redeem-layer{align-items:end;padding:.16rem}.stake-redeem-modal{width:100%;height:min(11.1rem,calc(100dvh - .32rem));overflow-y:auto;border-radius:.26rem}.stake-redeem-close{position:-webkit-sticky;position:sticky;top:.24rem;float:right;margin:.24rem .24rem 0 0}.stake-redeem-title{position:relative;top:auto;left:auto;clear:both;justify-content:center;padding-top:.22rem;gap:.14rem}.stake-redeem-title h2{font-size:.29rem}.stake-redeem-title i{width:.36rem}.stake-redemption-visual{position:relative;top:auto;left:50%;width:3.3rem;height:3.37rem;margin-top:.18rem;transform:translate(-50%)}.stake-redemption-card{position:relative;top:auto;right:auto;width:calc(100% - .32rem);height:auto;min-height:4.7rem;margin:.1rem .16rem .16rem;padding:.28rem .22rem}.stake-redemption-card h3{font-size:.22rem}.stake-redemption-balance{font-size:.13rem}.stake-redemption-amount input{padding:0 .18rem;font-size:.18rem}.stake-redemption-actions{gap:.14rem}.stake-redemption-actions button{font-size:.2rem}}@media(prefers-reduced-motion:reduce){.stake-page *,.stake-page *:before,.stake-page *:after{animation-duration:.01ms!important;animation-delay:0ms!important;animation-iteration-count:1!important}}.swap-page{--swap-cyan: #00d9ff;position:relative;flex:1 1 auto;width:100%;min-height:0;padding-top:.88rem;overflow:hidden;background:#010208;color:#fff;isolation:isolate}.swap-page-background{position:absolute;z-index:-2;max-width:none;pointer-events:none;-webkit-user-select:none;user-select:none}.swap-page-background-desktop{top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;animation:swapFadeIn .8s ease-out .08s forwards}.swap-page-background-mobile,.swap-mobile-header,.swap-mobile-title{display:none}.swap-layout{position:relative;width:14rem;height:9.92rem;margin:0 auto}.swap-account-panel{position:absolute;top:.55rem;left:0;width:4rem;opacity:0;transform:translateY(.18rem);animation:swapRiseIn .62s cubic-bezier(.2,.8,.2,1) .24s forwards}.swap-account-panel p{margin:0;color:#667080;font-size:.14rem;letter-spacing:.006em}.swap-account-panel>strong{display:block;margin-top:.2rem;color:#04d7ff;font-family:Orbitron,Inter,sans-serif;font-size:.72rem;font-weight:700;font-variant-numeric:tabular-nums;line-height:1;text-shadow:0 .04rem .03rem #006cff,0 0 .18rem rgba(0,215,255,.68)}.swap-account-divider{width:4rem;height:.01rem;margin-top:.27rem;background:rgba(143,158,178,.26)}.swap-account-panel>button{display:block;width:1.88rem;height:.48rem;margin-top:.24rem;border:.01rem solid var(--swap-cyan);border-radius:.12rem;background:linear-gradient(180deg,rgba(0,34,54,.88),#00d8e9);box-shadow:inset 0 0 .2rem rgba(0,209,255,.24),0 .08rem .16rem rgba(0,217,255,.27);color:#fff;cursor:pointer;font-size:.24rem;line-height:1;transition:filter .2s ease,transform .2s ease}.swap-account-panel>button:hover,.swap-confirm-button:hover{filter:brightness(1.13)}.swap-account-panel>button:active,.swap-confirm-button:active,.swap-mobile-back-button:active{transform:scale(.97)}.swap-card{position:absolute;top:3.42rem;left:0;width:6.88rem;height:6.02rem;opacity:0;transform:translateY(.22rem);animation:swapRiseIn .68s cubic-bezier(.2,.8,.2,1) .42s forwards}.swap-card-background{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;object-fit:fill;pointer-events:none;-webkit-user-select:none;user-select:none}.swap-card-content{position:relative;z-index:1;width:100%;height:100%;padding:.48rem}.swap-card-heading{display:flex;align-items:center;gap:.11rem;height:.54rem;border-bottom:.01rem solid rgba(151,172,191,.22)}.swap-card-heading svg{width:.08rem;height:.08rem;color:var(--swap-cyan);filter:drop-shadow(0 0 .05rem var(--swap-cyan))}.swap-card-heading h2{margin:0;font-size:.24rem;font-weight:400;line-height:1}.swap-token-field{position:absolute;left:.48rem;width:5.92rem;height:1.05rem;border:.01rem solid rgba(115,185,212,.06);border-radius:.11rem;background:linear-gradient(105deg,rgba(13,69,121,.86),rgba(5,26,41,.88) 70%,rgba(3,12,19,.96));box-shadow:inset 0 0 .24rem rgba(76,181,220,.12),0 .08rem .18rem rgba(0,0,0,.2);color:#fff}.swap-token-field-from{top:1.23rem;z-index:4}.swap-token-field-to{top:2.9rem}.swap-token-field.is-token-menu-open{border-color:rgba(0,217,255,.46);box-shadow:inset 0 0 .24rem rgba(76,181,220,.16),0 0 .18rem rgba(0,217,255,.15)}.swap-token-field-label,.swap-token-field-balance{position:absolute;top:.13rem;color:#718092;font-size:.12rem;line-height:1}.swap-token-field-label{left:.12rem}.swap-token-field-balance{right:.12rem}.swap-token-field-row{position:absolute;right:.13rem;bottom:.13rem;left:.12rem;display:flex;align-items:center;height:.55rem}.swap-token-field-row>img{width:.52rem;height:.52rem;flex:0 0 auto;object-fit:contain;filter:drop-shadow(0 0 .09rem rgba(0,214,255,.45))}.swap-token-field-row>img[alt^=AMU]{transform:scale(1.55)}.swap-token-field-row input{min-width:0;flex:1 1 auto;height:.48rem;margin-left:.27rem;border:0;outline:0;background:transparent;color:#dce9f2;font-family:Inter,sans-serif;font-size:.2rem;line-height:.48rem}.swap-token-field-row.has-token-selector input{margin-left:.14rem}.swap-token-field-row input::-webkit-input-placeholder{color:#697284;opacity:1}.swap-token-field-row input::placeholder{color:#697284;opacity:1}.swap-token-field-row strong{flex:0 0 auto;margin-left:.09rem;color:#c5cad2;font-size:.2rem;font-weight:400;line-height:1}.swap-max-button{flex:0 0 auto;height:.28rem;padding:0 .04rem;border:.01rem solid #00d9ff;border-radius:.03rem;background:rgba(0,135,167,.28);color:#e2edf2;cursor:pointer;font-size:.18rem;line-height:.26rem}.swap-token-selector{position:relative;z-index:12;flex:0 0 auto;margin-left:0}.swap-token-selector-trigger{display:flex;height:.46rem;width:.68rem;align-items:center;justify-content:center;gap:.015rem;padding:0 .04rem;border:.01rem solid rgba(0,217,255,.18);border-radius:.08rem;background:rgba(2,22,35,.58);color:#d8e3ea;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.swap-token-selector-trigger:hover,.swap-token-selector-trigger[aria-expanded=true]{border-color:rgba(0,217,255,.65);background:rgba(0,85,110,.35);box-shadow:0 0 .12rem rgba(0,217,255,.14)}.swap-token-selector-trigger img{width:.34rem;height:.34rem;flex:0 0 auto;object-fit:contain}.swap-token-selector-trigger svg{width:.13rem;height:.13rem;flex:0 0 auto;transition:transform .2s ease}.swap-token-selector-trigger[aria-expanded=true] svg{transform:rotate(180deg)}.swap-token-menu{position:absolute;top:calc(100% + .1rem);left:0;display:grid;width:2.9rem;max-height:2.45rem;padding:.08rem;overflow-x:hidden;overflow-y:auto;border:.01rem solid rgba(0,217,255,.45);border-radius:.12rem;background:linear-gradient(145deg,rgba(4,30,48,.99),rgba(1,8,15,.99));box-shadow:0 .16rem .36rem rgba(0,0,0,.62),inset 0 0 .2rem rgba(0,202,255,.08)}.swap-token-menu::-webkit-scrollbar{width:.04rem}.swap-token-menu::-webkit-scrollbar-thumb{border-radius:1rem;background:rgba(0,217,255,.45)}.swap-token-menu>button{display:flex;width:100%;min-height:.54rem;align-items:center;gap:.1rem;padding:.06rem .08rem;border:0;border-radius:.08rem;background:transparent;color:#d9e3e9;cursor:pointer;text-align:left;transition:background .18s ease,color .18s ease}.swap-token-menu>button:hover,.swap-token-menu>button.is-selected{background:linear-gradient(90deg,rgba(0,179,224,.25),rgba(0,217,255,.05));color:#fff}.swap-token-menu>button.is-selected{box-shadow:inset .02rem 0 #00d9ff}.swap-token-menu>button>img{width:.34rem;height:.34rem;flex:0 0 auto;object-fit:contain}.swap-token-menu>button>span{display:grid;min-width:0;gap:.035rem}.swap-token-menu>button strong{margin:0;color:inherit;font-size:.15rem;font-weight:500}.swap-token-menu>button small{color:#708393;font-family:Inter,sans-serif;font-size:.105rem;letter-spacing:.015em}.swap-direction-button{position:absolute;top:2.4rem;left:50%;z-index:2;display:grid;width:.4rem;height:.4rem;place-items:center;border:0;border-radius:50%;background:rgba(12,60,88,.88);box-shadow:inset 0 0 .1rem rgba(58,172,219,.16);color:#fff;cursor:default;transform:translate(-50%);transition:background .2s ease,transform .2s ease}.swap-direction-button svg{width:.22rem;height:.22rem;stroke-width:2}.swap-slippage-row{position:absolute;top:4.2rem;right:.48rem;left:.48rem;display:flex;justify-content:space-between;color:#718092;font-size:.12rem}.swap-slippage-row strong{color:#c2c8d0;font-weight:400}.swap-confirm-button{position:absolute;top:4.6rem;left:.48rem;width:5.92rem;height:.68rem;border:.01rem solid var(--swap-cyan);border-radius:.1rem;background:linear-gradient(180deg,rgba(0,25,48,.96),rgba(0,66,104,.96) 45%,#00dae8);box-shadow:inset 0 0 .22rem rgba(0,209,255,.22),0 0 .18rem rgba(0,217,255,.22);color:#fff;cursor:pointer;font-size:.24rem;transition:filter .2s ease,transform .2s ease}.swap-confirm-button:disabled{cursor:wait;filter:saturate(.65) brightness(.8)}.swap-rate{position:absolute;top:5.38rem;right:.48rem;margin:0;color:#697485;font-size:.14rem}@keyframes swapFadeIn{to{opacity:1}}@keyframes swapRiseIn{to{opacity:1;transform:translateY(0)}}@media(max-width:767px){.swap-page{min-height:15.6rem;padding-top:0;overflow:hidden}.swap-page-background-desktop{display:none}.swap-page-background-mobile{top:-.64rem;left:0;display:block;width:100%;height:16.24rem;object-fit:cover;object-position:top center}.swap-mobile-header{position:relative;z-index:3;display:flex;width:100%;height:calc(1.24rem + env(safe-area-inset-top));align-items:center;justify-content:center;padding-top:env(safe-area-inset-top);border-bottom:.01rem solid rgba(0,218,255,.24);background:rgba(8,12,22,.93);box-shadow:0 .06rem .16rem rgba(0,213,255,.14)}.swap-mobile-header h1{margin:0;font-size:.28rem;font-weight:400}.swap-mobile-back-button{position:absolute;left:.48rem;bottom:.26rem;display:grid;width:.48rem;height:.48rem;place-items:center;border:.01rem solid #4b5361;border-radius:.1rem;background:rgba(5,9,16,.6);color:#d5d8dd;cursor:pointer;transition:transform .2s ease}.swap-mobile-back-button svg{width:.24rem;height:.24rem;stroke-width:1.25}.swap-mobile-language{position:absolute;right:.48rem;bottom:.26rem;z-index:4;height:.48rem}.swap-mobile-language .language-switcher-menu{right:0}.swap-layout{position:static;width:100%;height:auto;margin:0}.swap-mobile-title{position:absolute;top:1.64rem;left:.48rem;z-index:2;display:block;margin:0;font-size:.48rem;font-weight:400;letter-spacing:.025rem;line-height:1.15}.swap-mobile-title span{color:#00b9f5}.swap-account-panel{top:2.54rem;left:.48rem;width:6.54rem}.swap-account-panel p{font-size:.14rem}.swap-account-panel>strong{margin-top:.23rem;font-size:.72rem}.swap-account-divider{width:100%;margin-top:.28rem}.swap-account-panel>button{display:none}.swap-card{top:8.66rem;left:0;right:0;width:100%;height:6.02rem}.swap-card-content{padding:.48rem}.swap-card-heading{height:.54rem}.swap-card-heading h2{font-size:.24rem}.swap-token-field{width:5.6rem}.swap-token-field-row input{margin-left:.13rem;font-size:.2rem}.swap-token-field-row.has-token-selector input{margin-left:.1rem}.swap-token-field-row strong{font-size:.2rem}.swap-token-menu{width:3.08rem;max-height:2.55rem}.swap-slippage-row{right:.48rem}.swap-confirm-button{width:5.6rem}}@media(max-width:420px){.swap-token-field-row input{font-size:.18rem}.swap-max-button{font-size:.16rem}}@media(prefers-reduced-motion:reduce){.swap-page-background-desktop,.swap-account-panel,.swap-card{opacity:1;transform:none;animation:none}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:none;height:100%}[hidden]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media(min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media(min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media(min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media(min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media(min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.left-0{left:0}.left-\[15px\]{left:15px}.right-0{right:0}.right-\[15px\]{right:15px}.top-\[3\.9rem\]{top:3.9rem}.top-\[4\.95rem\]{top:4.95rem}.top-\[8\.95rem\]{top:8.95rem}.m-auto{margin:auto}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mb-\[20px\]{margin-bottom:20px}.mb-\[2px\]{margin-bottom:2px}.mr-\[10px\]{margin-right:10px}.mr-\[16px\]{margin-right:16px}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-\[10px\]{margin-top:10px}.mt-\[328px\]{margin-top:328px}.mt-\[40px\]{margin-top:40px}.block{display:block}.flex{display:flex}.table{display:table}.h-\[20px\]{height:20px}.h-\[24px\]{height:24px}.h-\[300px\]{height:300px}.h-\[38px\]{height:38px}.w-\[1400px\]{width:1400px}.w-\[20px\]{width:20px}.w-\[24px\]{width:24px}.w-\[38px\]{width:38px}.w-full{width:100%}.flex-none{flex:none}.resize{resize:both}.items-center{align-items:center}.\!justify-end{justify-content:flex-end!important}.justify-center{justify-content:center}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-\[15px\]>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(15px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(15px * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.border-\[\#00D1FF\]{--tw-border-opacity: 1;border-color:rgb(0 209 255 / var(--tw-border-opacity, 1))}.bg-\[\#192a38\]{--tw-bg-opacity: 1;background-color:rgb(25 42 56 / var(--tw-bg-opacity, 1))}.\!p-0{padding:0!important}.px-\[10px\]{padding-left:10px;padding-right:10px}.px-\[15px\]{padding-left:15px;padding-right:15px}.pl-1{padding-left:.25rem}.pr-\[5px\]{padding-right:5px}.pt-\[2px\]{padding-top:2px}.text-center{text-align:center}.\!text-\[12px\]{font-size:12px!important}.text-\[10px\]{font-size:10px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[17px\]{font-size:17px}.text-\[20px\]{font-size:20px}.text-\[24px\]{font-size:24px}.text-\[41px\]{font-size:41px}.text-\[9px\]{font-size:9px}.font-black{font-weight:900}.font-semibold{font-weight:600}.leading-\[1\.5\]{line-height:1.5}.leading-relaxed{line-height:1.625}.text-\[\#00d1ff\]{--tw-text-opacity: 1;color:rgb(0 209 255 / var(--tw-text-opacity, 1))}.text-\[\#B0B7C3\]{--tw-text-opacity: 1;color:rgb(176 183 195 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.running{animation-play-state:running}.your-image-auto{max-width:100%;height:auto}.your-image{max-width:none;height:100%}.hover\:border:hover{border-width:1px}@media(min-width:640px){.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media(min-width:768px){.md\:mt-0{margin-top:0}.md\:h-\[35px\]{height:35px}.md\:w-\[35px\]{width:35px}.md\:text-\[28px\]{font-size:28px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff }:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff }.swiper-lazy-preloader-black{--swiper-preloader-color: #000 }@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.header{width:100%;height:.88rem;position:fixed;top:0;left:0;right:0;z-index:10;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);opacity:0;transform:translateY(-100%);animation:headerSlideDown .8s ease-out 3.4s forwards}.header-logo{width:1.6rem;height:.38rem}.site-header-logo-link{display:flex;flex:0 0 auto;align-items:center;color:inherit;text-decoration:none}.header-nav{width:-webkit-max-content;width:max-content;min-width:9rem;height:1.44rem;padding:0 .48rem;box-sizing:border-box;flex:0 0 auto;display:flex;align-items:center;justify-content:center;gap:.4rem;background:url(/assets/nav-bg-C76tQziX-C76tQziX.webp) no-repeat center center;background-size:100% 100%;margin:0 1.4rem}.header-nav-item{flex:0 0 auto;color:#4b5563;font-size:.16rem;cursor:pointer;position:relative;text-decoration:none;white-space:nowrap}.header-nav-item.is-active{color:#fff}.header-nav-item.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-.3rem;height:.02rem;background:#fff}.header-nav-item:hover{color:#00d1ff}.header-nav-item:hover:after{content:"";position:absolute;left:0;right:0;bottom:-.3rem;height:.02rem;background:#00d1ff}.header-cta{position:relative;cursor:pointer;padding:.01rem;border-radius:.06rem;overflow:hidden}.header-cta .header-cta-content{display:flex;align-items:center;justify-content:center;gap:.08rem;padding:.08rem .24rem;background:linear-gradient(180deg,rgba(0,102,255,.2),rgba(0,209,255,.2));border-radius:.06rem;position:relative;z-index:1;isolation:isolate}.header-cta .header-cta-content:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:.06rem;padding:.01rem;background:rgba(255,255,255,.3);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.header-cta .header-cta-content span{font-family:Inter;font-size:.18rem;font-weight:400;color:#fff;white-space:nowrap}.header-cta .header-cta-content img{width:.2rem;height:.2rem;color:#fff;flex-shrink:0}.header-cta .liuguan-border{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:conic-gradient(from 0deg,rgba(0,209,255,0),#00d1ff,rgba(0,209,255,0) 180deg,rgba(0,209,255,0) 360deg);scale:2 .8;animation:rectangleFlow 4s linear infinite;z-index:0;opacity:0}.header-cta:hover .header-cta-content{background:#000}.header-cta:hover .header-cta-content:before{background:rgba(255,255,255,.2)}.header-cta:hover .liuguan-border{opacity:1}@keyframes headerSlideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes rectangleFlowMenu{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.header-mobile{position:fixed;top:0;left:0;right:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:.3rem .48rem;background:rgba(5,6,12,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header-mobile .header-mobile-logo{width:1.6rem;height:.38rem;object-fit:contain}.header-mobile .header-mobile-right{display:flex;align-items:center;gap:.16rem}.header-mobile .header-mobile-right .header-mobile-menu-btn{width:.44rem;height:.44rem;cursor:pointer;position:relative;padding:.01rem;border-radius:.06rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.header-mobile .header-mobile-right .header-mobile-menu-btn:active{opacity:.8;transform:scale(.95)}.header-mobile .header-mobile-right .header-mobile-menu-btn .header-mobile-menu-btn-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.05rem;padding:.12rem .1rem;background:#000;border-radius:.06rem;position:relative;z-index:1;isolation:isolate}.header-mobile .header-mobile-right .header-mobile-menu-btn .header-mobile-menu-btn-content:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:.06rem;padding:.01rem;background:rgba(255,255,255,.2);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.header-mobile .header-mobile-right .header-mobile-menu-btn .header-mobile-menu-btn-content span{display:block;width:.2rem;height:.02rem;background:#fff;border-radius:.01rem;transition:all .3s ease;transform-origin:center}.header-mobile .header-mobile-right .header-mobile-menu-btn .liuguan-border-menu{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:conic-gradient(from 0deg,rgba(0,209,255,0),#00d1ff,rgba(0,209,255,0) 180deg,rgba(0,209,255,0) 360deg);scale:2 1.8;animation:rectangleFlowMenu 4s linear infinite;z-index:0;opacity:1}.header-mobile .header-mobile-right .header-mobile-menu-btn.is-open .header-mobile-menu-btn-content span:nth-child(1){transform:translateY(.07rem) rotate(45deg)}.header-mobile .header-mobile-right .header-mobile-menu-btn.is-open .header-mobile-menu-btn-content span:nth-child(2){opacity:0;transform:scaleX(0)}.header-mobile .header-mobile-right .header-mobile-menu-btn.is-open .header-mobile-menu-btn-content span:nth-child(3){transform:translateY(-.07rem) rotate(-45deg)}.header-mobile .header-mobile-right .header-mobile-cta{width:1.79rem;height:.4rem;cursor:pointer;position:relative;background:linear-gradient(180deg,#000505,#001a1c,#012f31);border:.01rem solid;border-image:linear-gradient(180deg,#333737,#334749,#345859) 1;border-radius:.06rem;box-shadow:0 .02rem .12rem rgba(0,209,255,.1)}.header-mobile .header-mobile-right .header-mobile-cta .header-mobile-cta-content{display:flex;align-items:center;justify-content:center;gap:.08rem;padding:.08rem .24rem;height:100%}.header-mobile .header-mobile-right .header-mobile-cta .header-mobile-cta-content span{font-family:Inter;font-weight:400;font-size:.18rem;line-height:1.33;color:#b0b7c3}.header-mobile .header-mobile-right .header-mobile-cta .header-mobile-cta-content img{width:.2rem;height:.2rem;object-fit:contain}.header-mobile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeIn .3s ease}.header-mobile-nav-menu{position:fixed;top:0;right:0;bottom:0;width:2.4rem;z-index:10;display:flex;flex-direction:column;gap:0;padding:1rem .32rem .32rem;background:rgba(10,11,21,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-left:.01rem solid rgba(51,71,73,.3);transform:translate(100%);transition:transform .3s ease;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.header-mobile-nav-menu::-webkit-scrollbar{display:none}.header-mobile-nav-menu.is-open{transform:translate(0)}.header-mobile-nav-menu .header-mobile-nav-item{display:flex;flex-direction:column;align-items:flex-start;gap:.12rem;cursor:pointer;padding:.24rem .32rem;margin-bottom:.08rem;border-radius:.06rem;transition:background-color .3s ease}.header-mobile-nav-menu .header-mobile-nav-item:active{background-color:rgba(255,255,255,.05)}.header-mobile-nav-menu .header-mobile-nav-item .header-mobile-nav-item-text{font-family:Inter;font-size:.2rem;font-weight:400;text-align:left;color:#4b5563;white-space:nowrap;transition:color .3s ease}.header-mobile-nav-menu .header-mobile-nav-item.is-active{background-color:rgba(0,209,255,.1)}.header-mobile-nav-menu .header-mobile-nav-item.is-active .header-mobile-nav-item-text{color:#fff}.hero-stars{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.hero-stars .star{position:absolute;width:2px;height:2px;background:#fff;border-radius:50%;animation:twinkle 3s ease-in-out infinite;box-shadow:0 0 4px rgba(255,255,255,.8)}.hero-particles-wrapper{position:absolute;top:0;left:50%;transform:translate(-50%);width:3.07rem;height:5.81rem;pointer-events:none;z-index:2;opacity:0}.screen-one.is-active .hero-particles-wrapper{animation:fadeIn .3s ease-out 5s forwards}@keyframes particleConverge{0%{opacity:0;transform:translate(var(--start-x),var(--start-y)) scale(.6)}1%{opacity:.2;transform:translate(var(--start-x),var(--start-y)) scale(.8)}45%{opacity:.3;transform:translate(-50%,-50%) scale(1.1)}50%{opacity:0;transform:translate(-50%,-50%) scale(1.1)}50.01%{opacity:0;transform:translate(var(--start-x),var(--start-y)) scale(.6)}to{opacity:0;transform:translate(var(--start-x),var(--start-y)) scale(.6)}}.hero-particle{position:absolute;background:#00d1ff;border-radius:50%;box-shadow:0 0 .08rem rgba(0,209,255,.8);animation:particleConverge 3s ease-in-out infinite;filter:blur(.01rem);top:30%;left:50%}.hero-particle:nth-child(1){width:.05rem;height:.05rem;--start-x: -1.535rem;--start-y: -3.05rem;animation-delay:5s}.hero-particle:nth-child(2){width:.05rem;height:.05rem;--start-x: -1.155rem;--start-y: -2.77rem;animation-delay:5.15s}.hero-particle:nth-child(3){width:.05rem;height:.05rem;--start-x: -1.065rem;--start-y: -1.68rem;animation-delay:5.3s}.hero-particle:nth-child(4){width:.05rem;height:.05rem;--start-x: -.845rem;--start-y: -2.16rem;animation-delay:5.1s}.hero-particle:nth-child(5){width:.05rem;height:.05rem;--start-x: -.595rem;--start-y: -.21rem;animation-delay:5.2s}.hero-particle:nth-child(6){width:.05rem;height:.05rem;--start-x: -.475rem;--start-y: .36rem;animation-delay:5.35s}.hero-particle:nth-child(7){width:.05rem;height:.05rem;--start-x: -.425rem;--start-y: -1.73rem;animation-delay:5.25s}.hero-particle:nth-child(8){width:.05rem;height:.05rem;--start-x: -.395rem;--start-y: -.71rem;animation-delay:5.3s}.hero-particle:nth-child(9){width:.05rem;height:.05rem;--start-x: .435rem;--start-y: -1.68rem;animation-delay:5.4s}.hero-particle:nth-child(10){width:.05rem;height:.05rem;--start-x: -1.035rem;--start-y: 1.45rem;animation-delay:5.5s}.hero-particle:nth-child(11){width:.05rem;height:.05rem;--start-x: -.835rem;--start-y: 1.06rem;animation-delay:5.45s}.hero-particle:nth-child(12){width:.05rem;height:.05rem;--start-x: -.645rem;--start-y: 2.24rem;animation-delay:5.6s}.hero-content{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;max-width:12rem;margin-top:1.74rem;left:50%;transform:translate(-50%);opacity:0}.hero-badge{display:flex;align-items:center;justify-content:center;gap:.1rem;height:.38rem;padding:10px;position:relative;background:linear-gradient(0deg,rgba(0,209,255,.5),rgba(0,209,255,0));border-radius:.24rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.hero-badge:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:.24rem;padding:.005rem;background:linear-gradient(180deg,#00d1ff,rgba(0,209,255,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.hero-badge span{font-family:Inter;font-size:.12rem;font-weight:400;line-height:1.5em;color:#00d1ff;letter-spacing:.0168em;white-space:nowrap}.hero-badge .badge-dot{width:.08rem;height:.08rem;background:#00d1ff;border-radius:50%;box-shadow:0 0 .08rem rgba(0,209,255,.8);animation:pulse 2s ease-in-out infinite;flex-shrink:0}.hero-title{width:12rem;text-align:center;font-family:Inter;font-size:.64rem;line-height:.96rem;margin-top:.16rem}.hero-title .title-highlight{color:#00d1ff}.hero-title .title-normal{color:#fff}.hero-subtitle{text-align:center;font-family:Inter;font-size:.28rem;font-weight:400;line-height:.3rem;color:#b0b7c3;max-width:12rem;margin-top:.1rem}.hero-cta-wrapper{position:relative;width:-webkit-max-content;width:max-content;min-width:2.85rem;max-width:calc(100vw - 1rem);height:.8rem;z-index:4;display:flex;align-items:center;justify-content:center;overflow:visible;background-image:var(--cta-bg1);background-size:100% 100%;background-position:center;background-repeat:no-repeat;border-radius:.12rem;animation:ctaBgAnimation 1.2s steps(1,end) infinite;margin-top:.48rem;cursor:pointer}.hero-cta-wrapper:hover{animation:none;background-image:var(--cta-bg-hover);box-shadow:-.04rem -.04rem .12rem rgba(0,209,255,.25),.04rem .04rem .12rem rgba(0,209,255,.25)}.hero-cta-wrapper .hero-cta-particles{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;pointer-events:none;z-index:1}.hero-cta-wrapper .hero-cta-particle{position:absolute;top:50%;left:50%;opacity:0;transform:translate(-50%,-50%) scale(0);transition:opacity .4s ease-out,transform .6s cubic-bezier(.34,1.56,.64,1),top .6s cubic-bezier(.34,1.56,.64,1),left .6s cubic-bezier(.34,1.56,.64,1);clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);-webkit-clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.hero-cta-wrapper .hero-cta-particle:before{content:"";position:absolute;top:50%;left:50%;width:.015rem;height:0;background:linear-gradient(to bottom,currentColor 0%,currentColor 30%,transparent 100%);transform-origin:top center;transform:translate(-50%,-50%) rotate(0);opacity:0;transition:height .6s cubic-bezier(.34,1.56,.64,1),opacity .4s ease-out,transform .6s cubic-bezier(.34,1.56,.64,1);pointer-events:none;filter:blur(.01rem)}.hero-cta-wrapper .hero-cta-particle:nth-child(1){width:.06rem;height:.06rem;background:#fff;box-shadow:0 0 .06rem rgba(255,255,255,.8);color:rgba(255,255,255,.3)}.hero-cta-wrapper .hero-cta-particle:nth-child(2){width:.06rem;height:.06rem;background:#fff;box-shadow:0 0 .06rem rgba(255,255,255,.8);color:rgba(255,255,255,.3)}.hero-cta-wrapper .hero-cta-particle:nth-child(3){width:.06rem;height:.06rem;background:#fff;box-shadow:0 0 .06rem rgba(255,255,255,.8);color:rgba(255,255,255,.3)}.hero-cta-wrapper .hero-cta-particle:nth-child(4){width:.06rem;height:.06rem;background:#fff;box-shadow:0 0 .06rem rgba(255,255,255,.8);color:rgba(255,255,255,.3)}.hero-cta-wrapper .hero-cta-particle:nth-child(5){width:.06rem;height:.06rem;background:#fff;box-shadow:0 0 .06rem rgba(255,255,255,.8);color:rgba(255,255,255,.3)}.hero-cta-wrapper .hero-cta-particle:nth-child(6){width:.08rem;height:.08rem;background:#00f3ff;box-shadow:0 0 .08rem rgba(0,243,255,.8);color:rgba(0,243,255,.3)}.hero-cta-wrapper .hero-cta-particle:nth-child(7){width:.1rem;height:.1rem;background:#00f3ff;box-shadow:0 0 .12rem rgba(0,243,255,.8);color:rgba(0,243,255,.3)}.hero-cta-wrapper .hero-cta-particle:nth-child(8){width:.065rem;height:.065rem;background:#00f3ff;box-shadow:0 0 .07rem rgba(0,243,255,.8);color:rgba(0,243,255,.3)}.hero-cta-wrapper .hero-cta-particle:nth-child(9){width:.065rem;height:.065rem;background:rgba(0,209,255,.5);box-shadow:0 0 .07rem rgba(0,209,255,.6);color:rgba(0,209,255,.2)}.hero-cta-wrapper .hero-cta-particle:nth-child(10){width:.065rem;height:.065rem;background:rgba(0,209,255,.5);box-shadow:0 0 .07rem rgba(0,209,255,.6);color:rgba(0,209,255,.2)}.hero-cta-wrapper .hero-cta-particle:nth-child(11){width:.065rem;height:.065rem;background:rgba(0,209,255,.5);box-shadow:0 0 .07rem rgba(0,209,255,.6);color:rgba(0,209,255,.2)}.hero-cta-wrapper .hero-cta-particle:nth-child(12){width:.065rem;height:.065rem;background:rgba(0,209,255,.5);box-shadow:0 0 .07rem rgba(0,209,255,.6);color:rgba(0,209,255,.2)}.hero-cta-wrapper:hover .hero-cta-particle{opacity:1;transform:translate(-50%,-50%) scale(1.2)}.hero-cta-wrapper:hover .hero-cta-particle:before{opacity:.6}.hero-cta-wrapper:hover .hero-cta-particle:nth-child(1){top:-.25rem;left:1.5rem;transition-delay:0s}.hero-cta-wrapper:hover .hero-cta-particle:nth-child(1):before{height:.65rem;transform:translate(-50%,-50%) rotate(-20deg)}.hero-cta-wrapper:hover .hero-cta-particle:nth-child(2){top:1.05rem;left:1.2rem;transition-delay:.05s}.hero-cta-wrapper:hover .hero-cta-particle:nth-child(2):before{height:.65rem;transform:translate(-50%,-50%) rotate(160deg)}.hero-cta-wrapper:hover .hero-cta-particle:nth-child(3){top:1.05rem;left:1.65rem;transition-delay:.1s}.hero-cta-wrapper:hover .hero-cta-particle:nth-child(3):before{height:.65rem;transform:translate(-50%,-50%) rotate(20deg)}.hero-cta-wrapper:hover .hero-cta-particle:nth-child(4){top:.4rem;left:3.1rem;transition-delay:.15s}.hero-cta-wrapper:hover .hero-cta-particle:nth-child(4):before{height:1.675rem;transform:translate(-50%,-50%) rotate(0)}.hero-cta-wrapper:hover .hero-cta-particle:nth-child(5){top:-.15rem;left:1.7rem;transition-delay:.2s}.hero-cta-wrapper:hover .hero-cta-particle:nth-child(5):before{height:.55rem;transform:translate(-50%,-50%) rotate(-10deg)}.hero-cta-wrapper:hover .hero-cta-particle:nth-child(6){top:-.3rem;left:1.1rem;transition-delay:.08s}.hero-cta-wrapper:hover .hero-cta-particle:nth-child(6):before{height:.7rem;transform:translate(-50%,-50%) rotate(-30deg)}.hero-cta-wrapper:hover .hero-cta-particle:nth-child(7){top:1.1rem;left:1.425rem;transition-delay:.12s}.hero-cta-wrapper:hover .hero-cta-particle:nth-child(7):before{height:.7rem;transform:translate(-50%,-50%) rotate(90deg)}.hero-cta-wrapper:hover .hero-cta-particle:nth-child(8){top:.4rem;left:3.05rem;transition-delay:.18s}.hero-cta-wrapper:hover .hero-cta-particle:nth-child(8):before{height:1.625rem;transform:translate(-50%,-50%) rotate(0)}.hero-cta-wrapper:hover .hero-cta-particle:nth-child(9){top:-.2rem;left:1.425rem;transition-delay:.1s}.hero-cta-wrapper:hover .hero-cta-particle:nth-child(9):before{height:.6rem;transform:translate(-50%,-50%) rotate(-90deg)}.hero-cta-wrapper:hover .hero-cta-particle:nth-child(10){top:1.05rem;left:1rem;transition-delay:.14s}.hero-cta-wrapper:hover .hero-cta-particle:nth-child(10):before{height:.65rem;transform:translate(-50%,-50%) rotate(140deg)}.hero-cta-wrapper:hover .hero-cta-particle:nth-child(11){top:.4rem;left:-.15rem;transition-delay:.16s}.hero-cta-wrapper:hover .hero-cta-particle:nth-child(11):before{height:1.575rem;transform:translate(-50%,-50%) rotate(180deg)}.hero-cta-wrapper:hover .hero-cta-particle:nth-child(12){top:.4rem;left:-.15rem;transition-delay:.22s}.hero-cta-wrapper:hover .hero-cta-particle:nth-child(12):before{height:1.575rem;transform:translate(-50%,-50%) rotate(180deg)}.hero-cta-wrapper .hero-cta{width:-webkit-max-content;width:max-content;min-width:2.85rem;max-width:calc(100vw - 1rem);height:.8rem;display:flex;align-items:center;justify-content:center;gap:.08rem;padding:0 .3rem;box-sizing:border-box;font-family:Inter;font-size:.2rem;font-weight:400;color:#fff;white-space:nowrap}.hero-cta-wrapper .hero-cta img{width:.28rem;height:.28rem}.hero-earth{position:absolute;top:528.5px;left:444px;width:1032.84px;height:758px;background:radial-gradient(circle at center,rgba(255,255,255,.75),rgba(255,255,255,.2));filter:blur(4px);opacity:.3;z-index:1;animation:earthRotate 20s linear infinite;border-radius:50%}.hero-light-beam{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100%;height:100%;z-index:1;pointer-events:none}.hero-light-beam .light-footer{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:auto;height:auto;max-width:14.8rem;opacity:0;z-index:1}.hero-light-beam .light-main{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:auto;max-width:100%;height:auto;max-height:0;object-fit:contain;object-position:bottom;opacity:0;z-index:2}.hero-light-beam .light-bold{position:absolute;top:0;left:50%;transform:translate(-50%);width:auto;height:auto;max-width:2rem;opacity:0;z-index:3}.screen-one.is-active .hero-light-beam .light-footer{animation:lightAppearFromBottom 1.5s ease-out .7s forwards}.screen-one.is-active .hero-light-beam .light-main{animation:lightGrowUp 1s ease-out .7s forwards}.screen-one.is-active .hero-light-beam .light-bold{animation:lightBoldAppear 1s ease-out 1.7s forwards}.screen-one.is-active .hero-chip{animation:chipFadeIn 1s ease-out 1.9s forwards}.screen-one.is-active .hero-map-wrapper .hero-map{animation:mapFadeIn 1s ease-out 2.4s forwards}.screen-one.is-active .hero-content{animation:contentFadeInDown 1s ease-out 3.9s forwards}.screen-one.has-animated .hero-light-beam .light-footer{opacity:1;transform:translate(-50%) translateY(0)}.screen-one.has-animated .hero-light-beam .light-main{max-height:100%;opacity:1;transform:translate(-50%) scaleY(1)}.screen-one.has-animated .hero-light-beam .light-bold{opacity:1;transform:translate(-50%) translateY(0) scale(1)}.screen-one.has-animated .hero-particles-wrapper{opacity:1}.screen-one.has-animated .hero-particle{animation-delay:0s}.screen-one.has-animated .hero-chip{opacity:1;transform:translate(-50%) translateY(0)}.screen-one.has-animated .hero-map-wrapper .hero-map{opacity:1;transform:scale(1)}.screen-one.has-animated .hero-content{opacity:1;transform:translate(-50%) translateY(0)}.hero-chip{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:5.9rem;height:4rem;z-index:2;pointer-events:none;opacity:0}.hero-chip img{width:100%;height:100%}.hero-map-wrapper{position:absolute;bottom:0;left:50%;transform:translate(-50%);display:flex;justify-content:center;align-items:flex-end}.hero-map-wrapper .hero-map{width:10.33rem;height:5.52rem;opacity:0;display:block}.hero-map-wrapper .location-tag{width:1.2rem;height:.39rem;position:absolute;border-radius:.24rem;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.01);box-shadow:0 0 .555rem rgba(166,223,248,.15) inset;-webkit-backdrop-filter:blur(.22rem);backdrop-filter:blur(.22rem);font-family:Inter;font-size:.14rem;color:#fff;display:flex;align-items:center;justify-content:center;white-space:nowrap;animation:locationFadeIn .8s ease-out forwards;opacity:0}.hero-map-wrapper .location-tag:nth-child(1){top:2.565rem;right:1.438rem;animation-delay:2.9s}.hero-map-wrapper .location-tag:nth-child(2){top:.85rem;right:1.95rem;animation-delay:3s}.hero-map-wrapper .location-tag:nth-child(3){top:1.42rem;left:3.44rem;animation-delay:3.1s}.hero-map-wrapper .location-tag:nth-child(4){bottom:.2rem;right:.728rem;animation-delay:3.2s}.hero-map-wrapper .location-tag:nth-child(5){top:1.515rem;right:1.438rem;animation-delay:3.3s}.hero-map-wrapper .location-tag:nth-child(6){bottom:.88rem;left:1.25rem;animation-delay:3.4s}.hero-map-wrapper .location-tag:nth-child(7){bottom:1.91rem;left:-.28rem;animation-delay:3.5s}.hero-stats{width:19.2rem;position:absolute;bottom:1rem;left:50%;transform:translate(-50%);z-index:3}.stat-item{display:flex;align-items:center;gap:.16rem;position:absolute}.stat-item.stat-item-left-top{bottom:2.31rem;left:2.8238rem}.stat-item.stat-item-left-bottom{bottom:0;left:.7838rem}.stat-item.stat-item-right-top{bottom:2.31rem;right:2.8238rem}.stat-item.stat-item-right-bottom{bottom:0;right:.7838rem}.stat-content{display:flex;flex-direction:column}.stat-number{font-family:Orbitron,sans-serif;font-size:.36rem;font-weight:400;color:#b0b7c3;text-align:left;white-space:nowrap}.stat-label{font-family:Inter;font-size:.16rem;font-weight:400;color:#4b5563;text-align:left;white-space:nowrap}.stat-icon-wrapper{width:.08rem;height:.08rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon-wrapper svg{width:100%;height:100%}.stat-icon-wrapper svg circle{animation:statDotTwinkle 2s ease-in-out infinite}@keyframes twinkle{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-.2rem)}}@keyframes statDotTwinkle{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@keyframes flareMove1{0%,to{transform:translate(0) scale(1);opacity:.6}50%{transform:translate(.1rem,-.05rem) scale(1.1);opacity:.8}}@keyframes flareMove2{0%,to{transform:translate(0) scale(1);opacity:.4}50%{transform:translate(-.1rem,.05rem) scale(1.1);opacity:.6}}@keyframes beamPulse{0%,to{opacity:.9;transform:translate(-50%) scaleY(1);box-shadow:0 0 .2rem rgba(0,209,255,.8),0 0 40px rgba(0,209,255,.6),0 0 60px rgba(0,209,255,.4)}50%{opacity:1;transform:translate(-50%) scaleY(1.05);box-shadow:0 0 .3rem #00d1ff,0 0 60px rgba(0,209,255,.8),0 0 90px rgba(0,209,255,.6)}}@keyframes particlesFloat{0%,to{transform:translateY(0) scale(1);opacity:.3}50%{transform:translateY(-.2rem) scale(1.05);opacity:.5}}@keyframes lightPulse{0%,to{opacity:.5;transform:scaleY(1)}50%{opacity:.8;transform:scaleY(1.1)}}@keyframes beamGlow{0%,to{opacity:.7;box-shadow:0 .04rem .08rem rgba(255,255,255,.25)}50%{opacity:1;box-shadow:0 .04rem .16rem rgba(0,209,255,.5)}}@keyframes horizontalGlow{0%,to{opacity:.4;transform:scaleX(1)}50%{opacity:.6;transform:scaleX(1.05)}}@keyframes circlePulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}@keyframes earthRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes chipGlow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}@keyframes chipGlowInner{0%,to{opacity:.7;transform:translate(-50%,-50%) scale(1)}50%{opacity:.9;transform:translate(-50%,-50%) scale(1.1)}}@keyframes chipTextGlow{0%,to{text-shadow:0 0 .2rem rgba(0,209,255,.8),0px 0px 40px rgba(0,209,255,.6),0px 0px 60px rgba(0,209,255,.4);opacity:.9}50%{text-shadow:0 0 .3rem #00d1ff,0px 0px 60px rgba(0,209,255,.8),0px 0px 90px rgba(0,209,255,.6);opacity:1}}@keyframes chipBeamPulse{0%,to{opacity:.8;transform:translate(-50%) scaleY(1)}50%{opacity:1;transform:translate(-50%) scaleY(1.05)}}@keyframes locationFadeIn{0%{opacity:0;transform:translateY(.1rem)}to{opacity:1;transform:translateY(0)}}@keyframes lightMoveAroundBorder{0%{top:0;left:.12rem;transform:translate(-50%,-50%)}12.5%{top:0;left:1.425rem;transform:translate(-50%,-50%)}25%{top:0;left:2.73rem;transform:translate(-50%,-50%)}37.5%{top:.4rem;left:2.73rem;transform:translate(-50%,-50%)}50%{top:.8rem;left:2.73rem;transform:translate(-50%,-50%)}62.5%{top:.8rem;left:1.425rem;transform:translate(-50%,-50%)}75%{top:.8rem;left:.12rem;transform:translate(-50%,-50%)}87.5%{top:.4rem;left:.12rem;transform:translate(-50%,-50%)}to{top:0;left:.12rem;transform:translate(-50%,-50%)}}@keyframes ctaBgAnimation{0%{background-image:var(--cta-bg1)}25%{background-image:var(--cta-bg2)}50%{background-image:var(--cta-bg3)}75%{background-image:var(--cta-bg4)}to{background-image:var(--cta-bg1)}}@keyframes lightAppearFromBottom{0%{opacity:0;transform:translate(-50%) translateY(.2rem)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes lightGrowUp{0%{max-height:0;opacity:0;transform:translate(-50%) scaleY(0);transform-origin:bottom center}50%{opacity:.5}to{max-height:100%;opacity:1;transform:translate(-50%) scaleY(1);transform-origin:bottom center}}@keyframes lightBoldAppear{0%{opacity:0;transform:translate(-50%) translateY(-.2rem) scale(.8)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}@keyframes chipFadeIn{0%{opacity:0;transform:translate(-50%) translateY(.2rem)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes mapFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes contentFadeInDown{0%{opacity:0;transform:translate(-50%) translateY(-.3rem)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes particleConvergeTwo{0%{opacity:0;transform:translate(var(--start-x),var(--start-y)) scale(.6)}1%{opacity:.3;transform:translate(var(--start-x),var(--start-y)) scale(.8)}45%{opacity:.5;transform:translate(-50%,-50%) scale(1.1)}50%{opacity:.5;transform:translate(-50%,-50%) scale(1.1)}50.01%{opacity:0;transform:translate(var(--start-x),var(--start-y)) scale(.6)}to{opacity:0;transform:translate(var(--start-x),var(--start-y)) scale(.6)}}@keyframes lightMove{0%{transform:translateY(-50%)}to{transform:translate(-4rem,-50%)}}.screen-two-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;padding-top:.6rem;box-sizing:border-box;opacity:0;transform:translateY(-50px)}.screen-two.has-animated .screen-two-content{animation:slideDownFadeIn 1s ease-out 3s forwards}.screen-two-badge{display:flex;align-items:center;justify-content:center;gap:.1rem;width:auto;height:.38rem;padding:.1rem .16rem;position:relative;background:linear-gradient(0deg,rgba(0,209,255,.2),rgba(0,209,255,0));border-radius:.24rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.screen-two-badge:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:.24rem;padding:.005rem;background:linear-gradient(180deg,rgba(0,209,255,.5),rgba(0,209,255,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.screen-two-badge span{font-family:Inter;font-size:.12rem;font-weight:400;line-height:1.5em;color:#00d1ff;letter-spacing:.0168em;white-space:nowrap}.screen-two-badge .badge-dot{width:.08rem;height:.08rem;background:#00d1ff;border-radius:50%;box-shadow:0 0 .08rem rgba(0,209,255,.8);animation:pulse 2s ease-in-out infinite;flex-shrink:0}.screen-two-title{width:12rem;text-align:center;font-family:Inter;font-size:.64rem;font-weight:700;margin-top:.12rem}.screen-two-title .title-highlight{color:#00d1ff}.screen-two-title .title-normal{color:#fff}.screen-two-subtitle{text-align:center;font-family:Inter;font-size:.2rem;font-weight:400;line-height:1.5em;letter-spacing:.0168em;color:#b0b7c3;max-width:12rem;margin-top:.12rem}.screen-two-animation{position:relative;width:14.45rem;height:5.48rem;z-index:1;margin-top:.22rem;background:url(/assets/grid-Can19P7V-Can19P7V.png) no-repeat center center;background-size:auto 100%;display:flex;justify-content:center;align-items:center}.screen-two-animation .ai-image{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0}.screen-two.has-animated .screen-two-animation .ai-image{animation:fadeIn .8s ease-out 1s forwards}.screen-two-animation .logo-image{height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0}.screen-two-animation .light-image{width:1.14rem;height:.14rem;position:absolute;top:50%;left:4.88rem;transform:translateY(-50%);opacity:0}.screen-two-animation .screen-two-particles-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6.19rem;height:5.48rem;pointer-events:none;opacity:0}.screen-two.has-animated .screen-two-animation .screen-two-particles-wrapper{animation:fadeIn .3s ease-out 2.8s forwards;opacity:1}.screen-two-animation .screen-two-animation-icon{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.screen-two-animation .screen-two-animation-icon .screen-two-animation-icon-item{width:.62rem;height:.62rem;padding:.01rem;border-radius:.06rem;position:absolute;overflow:hidden}.screen-two-animation .screen-two-animation-icon .screen-two-animation-icon-item .icon-image{width:.6rem;height:.6rem;position:absolute;top:.01rem;left:.01rem;z-index:1}.screen-two-animation .screen-two-animation-icon .screen-two-animation-icon-item:before{content:"";background:conic-gradient(rgba(0,209,255,0),#00d1ff,rgba(0,209,255,0) 200deg);height:3.6rem;top:0;right:0;bottom:0;left:0;position:absolute;scale:4;translate:0 -1.6rem;animation:ae-r 3s linear infinite;z-index:0}@keyframes ae-r{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.screen-two-animation .screen-two-animation-icon .screen-two-animation-icon-item.icon1{top:.54rem;left:.99rem}.screen-two-animation .screen-two-animation-icon .screen-two-animation-icon-item.icon2{top:50%;transform:translateY(-50%);left:2.11rem}.screen-two-animation .screen-two-animation-icon .screen-two-animation-icon-item.icon3{bottom:1.46rem;left:4.29rem}.screen-two-animation .screen-two-animation-icon .screen-two-animation-icon-item.icon4{top:.54rem;right:2.05rem}.screen-two-animation .screen-two-animation-icon .screen-two-animation-icon-item.icon5{top:50%;transform:translateY(-50%);right:.57rem}.screen-two-animation .screen-two-animation-icon .screen-two-animation-icon-item.icon6{bottom:.54rem;right:2.63rem}.screen-two-partners{position:relative;width:100%;display:flex;justify-content:center;box-sizing:border-box;z-index:1;opacity:0;transform:translateY(50px);overflow:hidden}.screen-two.has-animated .screen-two-partners{animation:slideUpFadeIn 1s ease-out 4s forwards}.screen-two-partners .partners-line{position:absolute;top:1.37rem;left:0;right:0;height:0;border-top:.01rem solid;border-image:linear-gradient(90deg,rgba(4,98,101,0),rgba(4,98,101,.5) 51%,rgba(4,98,101,0)) 1}.screen-two-partners .partners-list{display:flex;flex:0 0 max-content;width:-webkit-max-content;width:max-content;gap:.7rem;will-change:transform;animation:companyPartnersMarquee 32s linear infinite;animation-play-state:paused}.screen-two.has-animated .screen-two-partners .partners-list{animation-play-state:running}.screen-two-partners .partners-list.is-paused{animation-play-state:paused}.screen-two-partners .partner-item{display:flex;flex-direction:column;align-items:center;position:relative;cursor:pointer;transition:all .3s ease}.screen-two-partners .partner-item .partner-label{padding:.08rem;height:.37rem;background:rgba(0,209,255,.25);border:.02rem solid #00D1FF;border-radius:.04rem;box-shadow:0 .08rem .24rem rgba(0,209,255,.25),inset 0 .04rem .04rem rgba(0,0,0,.25);opacity:0;transform:translateY(-.1rem);transition:all .3s ease;pointer-events:none;white-space:nowrap;font-family:Inter;font-size:.14rem;color:#b0b7c3;display:flex;align-items:center;justify-content:center}.screen-two-partners .partner-item .partner-line{width:.02rem;height:.64rem;background:transparent;opacity:0;transition:all .3s ease;margin-top:.06rem}.screen-two-partners .partner-item .partner-name{height:.61rem;padding:0 .24rem;background:#05060c;border:.01rem solid #4b5563;border-radius:.04rem;box-shadow:0 .08rem .24rem rgba(0,247,255,.25);transition:all .3s ease;font-family:Orbitron,sans-serif;font-size:.24rem;color:#4b5563;display:flex;align-items:center;justify-content:center;white-space:nowrap}.screen-two-partners .partner-item.is-hovered .partner-label{opacity:1;transform:translateY(0)}.screen-two-partners .partner-item.is-hovered .partner-line{background:#00d1ff;opacity:1}.screen-two-partners .partner-item.is-hovered .partner-name{border-color:#00d1ff;border-width:.02rem;color:#fff}.screen-two.has-animated .logo-image{animation:fadeIn .8s ease-out .2s forwards}.screen-two.has-animated .light-image{animation:fadeIn .8s ease-out 1s forwards}.screen-two.has-animated .screen-two-animation-icon{animation:fadeIn .8s ease-out 2s forwards}.screen-two.has-animated .light-image{animation:fadeIn .8s ease-out 1s forwards,lightMove 1.2s linear 5s infinite alternate}.screen-two-particle{position:absolute;background:#fff;border-radius:50%;box-shadow:0 0 .08rem rgba(0,209,255,.8);filter:blur(.01rem);top:50%;left:50%;animation:particleConvergeTwo 3s ease-in infinite;animation-delay:2.8s}.screen-two-particle:nth-child(1){width:.04rem;height:.04rem;--start-x: 1.8rem;--start-y: -1.8rem }.screen-two-particle:nth-child(2){width:.04rem;height:.04rem;--start-x: 1.5rem;--start-y: -1.5rem }.screen-two-particle:nth-child(3){width:.04rem;height:.04rem;--start-x: 1.2rem;--start-y: -1.2rem }.screen-two-particle:nth-child(4){width:.04rem;height:.04rem;--start-x: 1.8rem;--start-y: -1.2rem }.screen-two-particle:nth-child(5){width:.04rem;height:.04rem;--start-x: 1.5rem;--start-y: -.9rem }.screen-two-particle:nth-child(6){width:.04rem;height:.04rem;--start-x: 1.2rem;--start-y: -.6rem }.screen-two-particle:nth-child(7){width:.04rem;height:.04rem;--start-x: 1.8rem;--start-y: -.6rem }.screen-two-particle:nth-child(8){width:.04rem;height:.04rem;--start-x: -1.8rem;--start-y: -1.8rem }.screen-two-particle:nth-child(9){width:.04rem;height:.04rem;--start-x: -1.5rem;--start-y: -1.5rem }.screen-two-particle:nth-child(10){width:.04rem;height:.04rem;--start-x: -1.2rem;--start-y: -1.2rem }.screen-two-particle:nth-child(11){width:.04rem;height:.04rem;--start-x: -1.8rem;--start-y: -1.2rem }.screen-two-particle:nth-child(12){width:.04rem;height:.04rem;--start-x: -1.5rem;--start-y: -.9rem }.screen-two-particle:nth-child(13){width:.04rem;height:.04rem;--start-x: -1.2rem;--start-y: -.6rem }.screen-two-particle:nth-child(14){width:.04rem;height:.04rem;--start-x: -1.8rem;--start-y: -.6rem }.screen-two-particle:nth-child(15){width:.04rem;height:.04rem;--start-x: 0rem;--start-y: -1.5rem }.screen-two-particle:nth-child(16){width:.04rem;height:.04rem;--start-x: -1.8rem;--start-y: 1.8rem }.screen-two-particle:nth-child(17){width:.04rem;height:.04rem;--start-x: -1.5rem;--start-y: 1.5rem }.screen-two-particle:nth-child(18){width:.04rem;height:.04rem;--start-x: -1.2rem;--start-y: 1.2rem }.screen-two-particle:nth-child(19){width:.04rem;height:.04rem;--start-x: -1.8rem;--start-y: 1.2rem }.screen-two-particle:nth-child(20){width:.04rem;height:.04rem;--start-x: -1.5rem;--start-y: .9rem }.screen-two-particle:nth-child(21){width:.04rem;height:.04rem;--start-x: -1.2rem;--start-y: .6rem }.screen-two-particle:nth-child(22){width:.04rem;height:.04rem;--start-x: -1.8rem;--start-y: .6rem }.screen-two-particle:nth-child(23){width:.04rem;height:.04rem;--start-x: 1.8rem;--start-y: 1.8rem }.screen-two-particle:nth-child(24){width:.04rem;height:.04rem;--start-x: 1.5rem;--start-y: 1.5rem }.screen-two-particle:nth-child(25){width:.04rem;height:.04rem;--start-x: 1.2rem;--start-y: 1.2rem }.screen-two-particle:nth-child(26){width:.04rem;height:.04rem;--start-x: 1.8rem;--start-y: 1.2rem }.screen-two-particle:nth-child(27){width:.04rem;height:.04rem;--start-x: 1.5rem;--start-y: .9rem }.screen-two-particle:nth-child(28){width:.04rem;height:.04rem;--start-x: 1.2rem;--start-y: .6rem }.screen-two-particle:nth-child(29){width:.04rem;height:.04rem;--start-x: 1.8rem;--start-y: .6rem }.screen-two-particle:nth-child(30){width:.04rem;height:.04rem;--start-x: 0rem;--start-y: 1.5rem }.screen-two.has-animated .screen-two-particle{animation-delay:0s}.screen-three{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:.6rem;position:relative;overflow:hidden}.screen-three .light-bg{position:absolute;top:0;left:50%;transform:translate(-50%);width:11.2rem;height:3.75rem}.screen-three-header{display:flex;flex-direction:column;align-items:center;gap:.12rem;margin-bottom:.6rem;z-index:1;opacity:0;transform:translateY(-50px)}.screen-three.has-animated .screen-three-header{animation:slideDownFadeIn 1s ease-out .5s forwards}.screen-three-badge{display:flex;align-items:center;justify-content:center;gap:.1rem;width:auto;height:.38rem;padding:.1rem .16rem;position:relative;background:linear-gradient(0deg,rgba(0,209,255,.2),rgba(0,209,255,0));border-radius:.24rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.screen-three-badge:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:.24rem;padding:.005rem;background:linear-gradient(180deg,rgba(0,209,255,.5),rgba(0,209,255,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.screen-three-badge span{font-family:Inter;font-size:.12rem;font-weight:400;line-height:1.5em;color:#00d1ff;letter-spacing:.0168em;white-space:nowrap}.screen-three-badge .badge-dot{width:.08rem;height:.08rem;background:#00d1ff;border-radius:50%;box-shadow:0 0 .08rem rgba(0,209,255,.8);animation:pulse 2s ease-in-out infinite;flex-shrink:0}.screen-three-title{font-family:Inter;font-size:.64rem;text-align:center}.screen-three-title .title-highlight{color:#00d1ff}.screen-three-title .title-normal{color:#fff}.screen-three-subtitle{font-family:Inter;font-size:.16rem;color:#b0b7c3;text-align:center;margin-top:.12rem}.screen-three-engines{width:14rem;display:flex;flex-wrap:wrap;gap:.16rem;z-index:1;box-sizing:border-box;opacity:0;transform:translateY(50px)}.screen-three.has-animated .screen-three-engines{animation:slideUpFadeIn 1s ease-out 1.5s forwards}.engine-card{height:3.42rem;position:relative;border-radius:.24rem;overflow:hidden}.engine-card .engine-card-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(255,255,255,.01);border:1px solid rgba(255,255,255,.1);border-radius:.24rem;-webkit-backdrop-filter:blur(44px);backdrop-filter:blur(44px);box-shadow:inset 0 0 55.5px rgba(166,223,248,.15)}.engine-card .engine-card-bg.none{background:none;border:none;box-shadow:none}.engine-card .engine-card-content{position:relative;width:100%;height:100%}.engine-card .engine-card-content-img{width:100%;height:100%;object-fit:cover}.engine-card .engine-card-footer{position:absolute;bottom:0;padding:.24rem;display:flex;flex-direction:column;gap:.08rem;z-index:2}.engine-card .engine-card-footer .engine-title{font-family:Inter;font-size:.2rem;font-weight:700;line-height:1.5em;color:#fff;letter-spacing:.0168em}.engine-card .engine-card-footer .engine-desc{font-family:Inter;font-size:.12rem;font-weight:400;line-height:1.5em;color:#b0b7c3;letter-spacing:.0168em}.engine-card-1{width:5.54rem}.engine-card-1 .engine-card-footer{align-items:flex-end;text-align:right;right:.32rem}.engine-card-1 .img1-light{width:.06rem;height:.06rem;position:absolute;top:.41rem;left:2.79rem;background:#00d1ff;animation:twinkleScale 1.5s ease-in-out infinite;animation-delay:0s;border-radius:50%}.engine-card-1 .img2-light{width:.06rem;height:.06rem;position:absolute;top:1.18rem;left:2.98rem;background:#00d1ff;animation:twinkleScale 1.5s ease-in-out infinite;animation-delay:.5s;border-radius:50%}.engine-card-1 .img3-light{width:.06rem;height:.06rem;position:absolute;top:1.99rem;left:2.8rem;background:#00d1ff;animation:twinkleScale 1.5s ease-in-out infinite;animation-delay:1s;border-radius:50%}.engine-card-2{width:8.3rem}.engine-card-2 .engine-card-footer{align-items:flex-end;text-align:right;right:.32rem;width:5.87rem}.engine-card-2 .kuang-light{width:.58rem;height:.58rem;position:absolute;top:.7rem;left:3.15rem;opacity:0;transform:rotateY(180deg);background-size:100% 100%;background-position:center;background-repeat:no-repeat}.engine-card-2 .kuang-img{width:.58rem;height:.58rem;position:absolute;top:.7rem;left:2.58rem}.screen-three.has-animated .engine-card-2 .kuang-light{animation:fadeIn .3s ease-out 2.5s forwards,kuangLightSwitch .5s steps(1,end) 2.8s infinite}.engine-card-3{width:8.3rem;position:relative}.engine-card-3 .engine-card-content{display:flex;align-items:center;justify-content:center}.engine-card-3 .img1{width:2.33rem;height:.56rem;object-fit:cover;position:absolute;bottom:.17rem;left:.16rem}.engine-card-3 .img2{width:2.33rem;height:.56rem;object-fit:cover;position:absolute;top:.16rem;left:2.45rem}.engine-card-3 .img3{width:2.33rem;height:.56rem;object-fit:cover;position:absolute;top:1.13rem;right:1.37rem}.engine-card-3 .engine-card-video{width:100%;height:100%;z-index:0;position:absolute;top:0;left:0}.engine-card-3 .engine-card-footer{align-items:flex-end;text-align:right;right:.32rem;width:4.52rem}.engine-card-4{width:5.54rem}.engine-card-4 .engine-card-footer{align-items:flex-start;text-align:left;width:3.9rem}.engine-card-4 .click-tab-img{width:.32rem;height:.32rem;position:absolute;top:1.55rem;left:3.26rem;opacity:0;background-size:100% 100%;background-position:center;background-repeat:no-repeat}.screen-three.has-animated .engine-card-4 .click-tab-img{animation:fadeIn .3s ease-out 2.5s forwards,clickTabSwitch 1s steps(1,end) 2.8s infinite}.engine-card{transition:transform .3s ease,box-shadow .3s ease}.engine-card:hover{transform:translateY(-.02rem)}@keyframes kuangLightSwitch{0%{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHIAAAB0CAMAAABuWpZSAAAAmVBMVEUAAAAB0f8A0f8B0f8C0v8C0f8B0f8D0v8C0P8E0f8E0/8g2P8A0f8A0f8B0f8A0f8A0v8A0f8A0f8C0f8B0f8C0v8C0f8C0v8A0f8B0f8D0f8I0P8Hz/8A0f8A0f8B0f8B0f8B0v8A0P8B0v8A0P8C0v8F0f8C0f8OzP8Jyv8A0f8A0P8B0P8C0v8A0/8D0v8A0/8Ez/8Az/9s1C+uAAAAM3RSTlMA+L6LfHRlUUIqIgjx6OHb1s3Fp56YkoRsWUkdF/3Rt7WvrqJdOTQxEQ7s5siCbl9LOztfFPt+AAAA9klEQVRo3u3Zx43DUAxF0etsS7Zylpzz5Jn+i5sSLG0e8AGeDrgieInvo/Z8otZ1qLUtap6H2mqF2v2G2vUXteUStaZBbbFAra5Ru3yjNp+jVn2hNpuhNp2i9lmiNpmgVhSo5Tlq2Rm1NEXteETtsEdtPEYtSVCLY9R2EWphiFoQoLbZoLZeozYaobbd8pL7U67fUNu8oxaEqEURarsYtY+Evhxe0fsDaqcTaukZtSxDLS/oz9nLqyzpz9krWt8KqCoGcLX7XGqGcDQb/jQM4mYC/ruidrszjJNPC89Dre1QezxQ832MMcYYY4wxxhhjjDHGGNPfP7bxCjFfNUY2AAAAAElFTkSuQmCC)}33.33%{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAA6CAYAAAAKjPErAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADSSURBVHgB7dhBCsJADAXQn2iRqrj1Zp7HI+oFxJXg3rYU2omZomdQkv+gzEzTTfltBgYgIiIiIiIiIiIiIiIi+n9nU0R3vNoOwelzxhbBabtBi+B0MOwRnDaW4HM1Q/zGMyFBkqsMSSJDkjMSJKmaIMkyM8kQauNJ0F1LhiQlQZKWYZ9EkpdM0HiESYaQo/FIYZIhqCgmBFfPeF4ITuRid99Gep8vlwkG/0978XG5V2vF599nfCy+Xn3WUmuNjzMGb9Wdrr02YjgUdI8bRpy88mNv5aw+cJOK3R8AAAAASUVORK5CYII=)}66.66%{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAA6CAYAAAAKjPErAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACJSURBVHgB7c5BCsMgFIThUULporbQa/T+d+m6J1ADXQSS1zE5QyGL/wNx3iioBAAAAAAAAAAAAAAAAAAAAAAAAJxU0h+8Ii6ft8q86K6s4lfKtKpEeHYOuXPekm55ZDnruOd+zHtOR746z+5bJLWx+9PdZ01j1r5Xbe6y+irVKatlr+Wr/nyo/gBK+ib82i462AAAAABJRU5ErkJggg==)}to{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHIAAAB0CAMAAABuWpZSAAAAmVBMVEUAAAAB0f8A0f8B0f8C0v8C0f8B0f8D0v8C0P8E0f8E0/8g2P8A0f8A0f8B0f8A0f8A0v8A0f8A0f8C0f8B0f8C0v8C0f8C0v8A0f8B0f8D0f8I0P8Hz/8A0f8A0f8B0f8B0f8B0v8A0P8B0v8A0P8C0v8F0f8C0f8OzP8Jyv8A0f8A0P8B0P8C0v8A0/8D0v8A0/8Ez/8Az/9s1C+uAAAAM3RSTlMA+L6LfHRlUUIqIgjx6OHb1s3Fp56YkoRsWUkdF/3Rt7WvrqJdOTQxEQ7s5siCbl9LOztfFPt+AAAA9klEQVRo3u3Zx43DUAxF0etsS7Zylpzz5Jn+i5sSLG0e8AGeDrgieInvo/Z8otZ1qLUtap6H2mqF2v2G2vUXteUStaZBbbFAra5Ru3yjNp+jVn2hNpuhNp2i9lmiNpmgVhSo5Tlq2Rm1NEXteETtsEdtPEYtSVCLY9R2EWphiFoQoLbZoLZeozYaobbd8pL7U67fUNu8oxaEqEURarsYtY+Evhxe0fsDaqcTaukZtSxDLS/oz9nLqyzpz9krWt8KqCoGcLX7XGqGcDQb/jQM4mYC/ruidrszjJNPC89Dre1QezxQ832MMcYYY4wxxhhjjDHGGNPfP7bxCjFfNUY2AAAAAElFTkSuQmCC)}}@keyframes clickTabSwitch{0%{background-image:url("data:image/svg+xml,%3csvg%20width='34'%20height='34'%20viewBox='0%200%2034%2034'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17.2407%2016.6987L18.1625%2031.0692L21.7958%2025.2246L28.981%2024.7638L17.2407%2016.6987Z'%20fill='%2300D1FF'%20stroke='%2300D1FF'%20stroke-linejoin='round'/%3e%3cpath%20d='M17.4522%2024.1767C21.4205%2023.9222%2024.4311%2020.4989%2024.1766%2016.5306C23.922%2012.5623%2020.4988%209.55169%2016.5304%209.80622C12.5621%2010.0608%209.55155%2013.484%209.80609%2017.4523C10.0606%2021.4206%2013.4839%2024.4312%2017.4522%2024.1767Z'%20fill='%2300D1FF'%20fill-opacity='0.12'/%3e%3cpath%20opacity='0.4'%20d='M16.2231%205.01599L16.3256%206.61271'%20stroke='%2300D1FF'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22.3137%206.23698L21.604%207.67095M26.9778%2010.3388L25.6462%2011.2259M28.9666%2016.2236L27.3698%2016.326M8.33609%2022.7576L7.00454%2023.6446M6.61249%2017.6574L5.01578%2017.7598'%20stroke='%2300D1FF'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20opacity='0.4'%20d='M7.67017%2012.3793L6.23621%2011.6696M11.2251%208.33704L10.3381%207.00549'%20stroke='%2300D1FF'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}50%{background-image:url("data:image/svg+xml,%3csvg%20width='34'%20height='34'%20viewBox='0%200%2034%2034'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.2412%2013.6987L17.163%2028.0692L20.7963%2022.2246L27.9815%2021.7638L16.2412%2013.6987Z'%20fill='%2300D1FF'%20stroke='%2300D1FF'%20stroke-linejoin='round'/%3e%3cpath%20d='M17.4522%2024.1767C21.4205%2023.9222%2024.4311%2020.4989%2024.1766%2016.5306C23.922%2012.5623%2020.4988%209.55169%2016.5304%209.80622C12.5621%2010.0608%209.55155%2013.484%209.80609%2017.4523C10.0606%2021.4206%2013.4839%2024.4312%2017.4522%2024.1767Z'%20fill='%2300D1FF'%20fill-opacity='0.12'/%3e%3cpath%20opacity='0.4'%20d='M16.2231%205.01599L16.3256%206.61271'%20stroke='%2300D1FF'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22.3137%206.23698L21.604%207.67095M26.9778%2010.3388L25.6462%2011.2259M28.9666%2016.2236L27.3698%2016.326M8.33609%2022.7576L7.00454%2023.6446M6.61249%2017.6574L5.01578%2017.7598'%20stroke='%2300D1FF'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20opacity='0.4'%20d='M7.67017%2012.3793L6.23621%2011.6696M11.2251%208.33704L10.3381%207.00549'%20stroke='%2300D1FF'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}to{background-image:url("data:image/svg+xml,%3csvg%20width='34'%20height='34'%20viewBox='0%200%2034%2034'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17.2407%2016.6987L18.1625%2031.0692L21.7958%2025.2246L28.981%2024.7638L17.2407%2016.6987Z'%20fill='%2300D1FF'%20stroke='%2300D1FF'%20stroke-linejoin='round'/%3e%3cpath%20d='M17.4522%2024.1767C21.4205%2023.9222%2024.4311%2020.4989%2024.1766%2016.5306C23.922%2012.5623%2020.4988%209.55169%2016.5304%209.80622C12.5621%2010.0608%209.55155%2013.484%209.80609%2017.4523C10.0606%2021.4206%2013.4839%2024.4312%2017.4522%2024.1767Z'%20fill='%2300D1FF'%20fill-opacity='0.12'/%3e%3cpath%20opacity='0.4'%20d='M16.2231%205.01599L16.3256%206.61271'%20stroke='%2300D1FF'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22.3137%206.23698L21.604%207.67095M26.9778%2010.3388L25.6462%2011.2259M28.9666%2016.2236L27.3698%2016.326M8.33609%2022.7576L7.00454%2023.6446M6.61249%2017.6574L5.01578%2017.7598'%20stroke='%2300D1FF'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20opacity='0.4'%20d='M7.67017%2012.3793L6.23621%2011.6696M11.2251%208.33704L10.3381%207.00549'%20stroke='%2300D1FF'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}}.screen-four{display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden}.screen-four-animation .footer-bg{position:absolute;left:50%;bottom:0;transform:translate(-50%);width:12.8rem;height:3.6rem;opacity:0;z-index:2}.screen-four.has-animated .screen-four-animation .footer-bg{animation:fadeIn .8s ease-out .2s forwards}.screen-four-animation .light-box{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:19.2rem;height:10.8rem;opacity:0;z-index:2}.screen-four-animation .light-box .light-bg{width:100%;height:100%}.screen-four-animation .light-box .dot{position:absolute;width:.1rem;height:.1rem;background:#00d1ff;border-radius:50%;box-shadow:0 0 .08rem rgba(0,209,255,.8);animation:pulse 2s ease-in-out infinite;z-index:10}.screen-four-animation .light-box .dot.dot-1{bottom:5.055rem;left:4.96rem;animation-delay:0s}.screen-four-animation .light-box .dot.dot-2{bottom:4.655rem;left:2.32rem;animation-delay:.2s}.screen-four-animation .light-box .dot.dot-3{bottom:4rem;left:3.41rem;animation-delay:.4s}.screen-four-animation .light-box .dot.dot-4{bottom:3.445rem;left:2.76rem;animation-delay:.6s}.screen-four-animation .light-box .dot.dot-5{bottom:2.905rem;left:4.17rem;animation-delay:.8s}.screen-four-animation .light-box .dot.dot-6{bottom:2.135rem;left:1.77rem;animation-delay:1s}.screen-four-animation .light-box .dot.dot-7{bottom:1.835rem;left:4.12rem;animation-delay:.3s}.screen-four-animation .light-box .dot.dot-8{bottom:5.055rem;right:4.358rem;animation-delay:0s}.screen-four-animation .light-box .dot.dot-9{bottom:4.655rem;right:1.688rem;animation-delay:.2s}.screen-four-animation .light-box .dot.dot-10{bottom:4rem;right:2.658rem;animation-delay:.4s}.screen-four-animation .light-box .dot.dot-11{bottom:3.445rem;right:2.1188rem;animation-delay:.6s}.screen-four-animation .light-box .dot.dot-12{bottom:2.905rem;right:3.607rem;animation-delay:.8s}.screen-four-animation .light-box .dot.dot-13{bottom:2.135rem;right:1.1488rem;animation-delay:1s}.screen-four-animation .light-box .dot.dot-14{bottom:1.805rem;right:2.938rem;animation-delay:.3s}.screen-four.has-animated .screen-four-animation .light-box{animation:fadeIn .8s ease-out 1s forwards}.screen-four-animation .circle-bg{position:absolute;left:50%;transform:translate(-50%);width:6.23rem;height:5.68rem;bottom:.687rem;opacity:0}.screen-four.has-animated .screen-four-animation .circle-bg{animation:fadeIn .8s ease-out 1.8s forwards}.screen-four-animation .circle-r-bg{position:absolute;width:13.27rem;height:6.85rem;bottom:0;left:50%;transform:translate(-50%);opacity:0;z-index:0;object-fit:cover}.screen-four.has-animated .screen-four-animation .circle-r-bg{animation:fadeIn .8s ease-out 1.8s forwards}.screen-four-header{display:flex;flex-direction:column;align-items:center;gap:.12rem;width:100%;max-width:12.11rem;padding:.16rem 0 0;z-index:1;opacity:0;transform:translateY(-50px)}.screen-four.has-animated .screen-four-header{animation:slideDownFadeIn 1s ease-out 2.6s forwards}.screen-four-badge{display:flex;align-items:center;justify-content:center;gap:.1rem;width:auto;height:.38rem;padding:.1rem .16rem;position:relative;background:linear-gradient(0deg,rgba(0,209,255,.2),rgba(0,209,255,0));border-radius:.24rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.screen-four-badge:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:.24rem;padding:.005rem;background:linear-gradient(180deg,rgba(0,209,255,.5),rgba(0,209,255,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.screen-four-badge span{font-family:Inter;font-size:.12rem;font-weight:400;line-height:1.5em;color:#00d1ff;letter-spacing:.0168em;white-space:nowrap}.screen-four-badge .badge-dot{width:.08rem;height:.08rem;background:#00d1ff;border-radius:50%;box-shadow:0 0 .08rem rgba(0,209,255,.8);animation:pulse 2s ease-in-out infinite;flex-shrink:0}.screen-four-subtitle{width:12rem;font-family:Inter;font-size:.36rem;color:#b0b7c3;text-align:center}.screen-four-title{width:12rem;font-family:Inter;font-size:.64rem;text-align:center}.screen-four-title .title-highlight{color:#00d1ff}.screen-four-title .title-normal{color:#fff}.screen-four-data{display:flex;flex-direction:column;align-items:center;gap:1.16rem;width:100%;max-width:19.2rem;padding:0 .6rem;box-sizing:border-box;z-index:1;position:absolute;bottom:1.4rem;opacity:0;transform:translateY(50px)}.screen-four.has-animated .screen-four-data{animation:slideUpFadeIn 1s ease-out 3.6s forwards}.data-row{display:flex;justify-content:center;align-items:center;width:100%;gap:5.5rem}.data-row.data-row-2{gap:7rem;padding:0 .6rem}.data-item{display:flex;align-items:center;gap:.16rem;position:relative}.data-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.data-item-reverse .data-content{align-items:flex-start}.data-value{font-family:Orbitron,sans-serif;font-size:.36rem;font-weight:400;line-height:1.5em;letter-spacing:.0168em;background:linear-gradient(217deg,#06f,#00d1ff 54%,#00f3ff 88%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:right;white-space:nowrap}.data-item-reverse .data-value{text-align:left}.data-label{font-family:Inter;font-size:.16rem;font-weight:400;color:#4b5563;text-align:right;white-space:nowrap}.data-icon-wrapper{width:.62rem;height:.62rem;padding:.01rem;border-radius:.06rem;position:relative;overflow:hidden}.data-icon-wrapper .data-icon{width:.6rem;height:.6rem;position:absolute;top:.01rem;left:.01rem;z-index:1}.data-icon-wrapper:before{content:"";background:conic-gradient(rgba(0,209,255,0),#00d1ff,rgba(0,209,255,0) 200deg);height:3.6rem;top:0;right:0;bottom:0;left:0;position:absolute;scale:4;translate:0 -1.6rem;animation:dataIconFlow 3s linear infinite;z-index:0}@keyframes dataIconFlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size: 44px }.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.screen-five{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.screen-five .light-bg,.screen-five .wang-bg,.screen-five .bar-bg{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.screen-five-header{display:flex;flex-direction:column;align-items:center;gap:.12rem;width:100%;max-width:12.11rem;z-index:1;opacity:0;transform:translateY(-50px)}.five-light{position:absolute;top:3.4rem;left:8.9rem;width:3.81rem;height:.92rem;opacity:0;background-size:100% 100%;background-position:center;background-repeat:no-repeat}.screen-five.has-animated .five-light{animation:fadeIn .3s ease-out 4.4s forwards,fiveLightSwitch .5s steps(1,end) 4.7s infinite}.screen-five-badge{display:flex;align-items:center;justify-content:center;gap:.1rem;width:auto;height:.38rem;padding:.1rem .16rem;position:relative;background:linear-gradient(0deg,rgba(0,209,255,.2),rgba(0,209,255,0));border-radius:.24rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.screen-five-badge:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:.24rem;padding:.005rem;background:linear-gradient(180deg,rgba(0,209,255,.5),rgba(0,209,255,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.screen-five-badge span{font-family:Inter;font-size:.12rem;font-weight:400;line-height:1.5em;color:#00d1ff;letter-spacing:.0168em;white-space:nowrap}.screen-five-badge .badge-dot{width:.08rem;height:.08rem;background:#00d1ff;border-radius:50%;box-shadow:0 0 .08rem rgba(0,209,255,.8);animation:pulse 2s ease-in-out infinite;flex-shrink:0}.screen-five-tagline{font-family:Inter;font-size:.16rem;color:#b0b7c3;text-align:center;width:100%;max-width:12rem}.screen-five-title{font-family:Inter;font-size:.64rem;text-align:center;width:100%;max-width:12rem}.screen-five-title .title-highlight{color:#00d1ff}.screen-five-title .title-normal{color:#fff}.screen-five-swiper-wrapper{position:relative;width:100%;z-index:1;opacity:0;margin-top:1.67rem;transform:translateY(50px)}.screen-five-swiper{width:100%;padding-bottom:.6rem;overflow:visible;margin:0 auto;display:flex;justify-content:center}.screen-five-swiper .swiper-wrapper{align-items:center;display:flex;justify-content:center;transform:translateZ(0)}.screen-five-swiper .swiper-slide{display:flex;justify-content:center;align-items:center;width:8.45rem!important;height:auto;flex-shrink:0}.screen-five-swiper .swiper-slide:not(.swiper-slide-active) .job-card{position:relative}.screen-five-swiper .swiper-slide:not(.swiper-slide-active) .job-card:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.15);backdrop-filter:blur(.02rem);-webkit-backdrop-filter:blur(.02rem);pointer-events:none;z-index:1;border-radius:.18rem}.screen-five-swiper .swiper-slide.swiper-slide-active{z-index:2}.screen-five-swiper .swiper-slide.swiper-slide-active .job-card{border-color:rgba(0,209,255,.4);box-shadow:inset 0 0 .3rem rgba(197,185,246,.15),0 .06rem .12rem rgba(0,209,255,.25)}.job-card-slide{height:auto}.job-card{width:8.45rem;height:3.37rem;border-radius:.18rem;overflow:hidden;position:relative;background:rgba(255,255,255,.01);border:1px solid rgba(179,241,255,.2);box-shadow:inset 0 0 .3rem rgba(197,185,246,.1);transition:all .3s ease}.job-card:hover{border-color:rgba(0,209,255,.4);box-shadow:inset 0 0 .3rem rgba(197,185,246,.15),0 .06rem .12rem rgba(0,209,255,.15)}.job-card .job-card-image{width:100%;height:100%;object-fit:cover;display:block}.screen-five-swiper-buttons{width:100%;display:flex;align-items:center;justify-content:center}.swiper-button-prev-custom,.swiper-button-next-custom{width:.44rem;height:.44rem;z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:.12rem;transition:all .3s ease;color:#fff;pointer-events:auto;user-select:none;-webkit-user-select:none;position:relative}.swiper-button-prev-custom:hover,.swiper-button-next-custom:hover{background:rgba(0,209,255,.1);border-color:rgba(0,209,255,.3);color:#00d1ff}.swiper-button-prev-custom:active,.swiper-button-next-custom:active{transform:scale(.95)}.swiper-button-prev-custom svg,.swiper-button-next-custom svg{width:.24rem;height:.24rem;pointer-events:none}.swiper-pagination-custom{display:flex;align-items:center;justify-content:center;gap:.16rem;z-index:10;width:auto!important;margin:0 .4rem}.swiper-pagination-bullet-custom{width:.04rem;height:.04rem;border-radius:50%;background:rgba(255,255,255,.3);opacity:.8;cursor:pointer;transition:all .3s ease;display:inline-block}.swiper-pagination-bullet-active-custom{width:.42rem;height:.04rem;border-radius:.02rem;background:#fff;opacity:1}.screen-five.has-animated .light-bg{animation:fadeIn .8s ease-out .2s forwards}.screen-five.has-animated .wang-bg{animation:fadeIn .8s ease-out 1s forwards}.screen-five.has-animated .screen-five-header{animation:slideDownFadeIn 1s ease-out 1.8s forwards}.screen-five.has-animated .screen-five-swiper-wrapper{animation:slideUpFadeIn 1s ease-out 2.8s forwards}.screen-five.has-animated .bar-bg{animation:fadeIn .8s ease-out 3.6s forwards}@keyframes fiveLightSwitch{0%{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZwAAACsCAMAAAB4kuoSAAAAYFBMVEUAAAAA0f8AzP8Az/8AzP8A0v8A0v8A0P8A1P8Az/8A0P8A0f8A0P8Azv8Az/8A0v8A0f8A0P8A0f8A0v8A1f8A0v8A0f8A0f8A0v8A1P8A0P8Ayv8A0f8A0P8A0f8A0f+0jupHAAAAH3RSTlMATQoPBUMemRMwSCs/RDoi3yaDjxi9b++gNXMiz2BWHz1tTwAABHRJREFUeNrs3ctym0AUhOG5wAxISEFgXeLInvd/y8TZn1NFR6G8+L8tVYa2vezqE5b2CIa3Q98Zj1LfZ+NRd44/guEYj2G7fOiT9R1T/xYM53gJhlg/hdDDshTrO7TQvw5n82VfoVtro5nOfOMlxtFKF2NvRYgxprDZGM1f848Yf1rpYjwEQ6212KGtR5+1fmihrb9AH+NgPPr5Ffra5mAmPyQruR2hO9n/KVM8he1+2BHyIV6E73ivixD6UutZeNkpTva/3SnZoXMIYw6W3AVLSsHS5eD9REFyviNL31GS8onDoHxHcB4NnRcaAAAAAAAAAAAAAADgr0schQpXmedR6K05fh2m7rW9tWtb7NDHYBjXJW0PnfzQQm/tsi5DiDHm7b21pbWHV+Haborx7aW9tam1ezA4od/t/tOqh97eW7vVGsM5nrwKl538Q6hwOY5GhUvureW5rcHghO7rOuwT2u+t9bUWp6flPirF64sphu7FvbU8BilZUkKnl4ceUgAAAAAAAAAAAAAAADB6a1aFy99b8/nTY3pvrTznKPTWhL01P3S5tpsQ+na/Zm9vza9w9d7emk3YW9N6a7fWrkJvTdtbO9qhY2uzsLc2tzY5e2tihWswIlj8vTW9tzbe2+L01sS9NSe08zJhb+3R5mKHzmqFK6WgyN2Le2tllHprJb14ZK6M0t7alNlbAwAAAAAAAAAAAAAAO/fW9Duht/szf/O9NSf08F77YFjb6u6t6b213e6EPluL33xvzemtjdUsW5XWWvb21vTe2m53Qtc2l2++t+aETovdIZ3b09tb03trO94JnfK331tzQg8lmEbuhAIAAAAAAAAAAAAAgH+ytIc3Pab11qQK1yQ0GoZlGe2KzSVsox9HTX5ZT+2ttdZG506o1ltzKlzF21vbrK/1ZheZDsFhhy7anVBvb03srV3bLEyPib21Z5uFvTVHWWvUTnfudxz1FCe5tzZmod2l9tbG7FW4BIN6r1QIrd4JzfTWAAAAAAAAAAAAAADA/9hb0ytc2TmZ+Vk/hd7aeJ/LDntrWlnPp98Jnf6ENqfH/N7a0tpj+8nModY6bO+tPVpbdthb0+6E+vQ7odev0Od4Eitcws7ZUheht3azI+h7a2pZzybeCbVDj0ZPS65w6fc5B+dlece9Nb+sZxPvhHqhAQAAAAAAAAAAAAAA/or1w91is+1zJ1TvrZ3jZbc7oeXabmJvzdtbq7VayY0tNsML7oRqvTVhb02/E+qU9cTemre39m5XyYwtNsML7oRqvTXhO/Q7oU5JTuytuXtrJUnzaGGnO6F6b63LO94JLb/bu0McAGEgCqJQAtsGRSWC+x+T9ABbMQE3z1bVT/422K25tyZJkiRJkiRJkiRJkn7aW6u9pynZHfsk4QJ7a9tIuHKsWwOfht0avxMK99bWSFvEFtFBtzbZW2sj4cqBbg3srfFujd8JhdNjV57elR4P6NbO6cnM+mk/Rz7NuzV+J5ROj9W6ZMoBejF4MpP3c+CJd2vw0y/rvTygm7XIVAAAAABJRU5ErkJggg==)}50%{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZwAAACsCAMAAAB4kuoSAAAAZlBMVEUAAAAA0f8A0P8AzP8A1f8AzP8Az/8Azv8A0v8A1/8A0P8Az/8A0P8A0f8A0v8A0P8A0P8A0f8Az/8A0P8Azv8A0f8A0f8A0f8A0f8A0P8A1f8A0v8A0f8A0v8A0f8A0f8A0v8A0f+bcyxdAAAAIXRSTlMATZkKEwUwDkMchiA5348/JisQSEQif1Zucxig779gz7B2dh34AAAFBklEQVR42uzdy3LiMBCFYbdkfMU2gWAgQBi9/0tO1WyyOqIkuaay+L9tT43dSbw7dbpaw70Svk7dTozqYejFaLe3cyXMYVaj82lRD2tPna/S7e2gRuYu2y7tI0t/2Ideer+rIkIIjdxOPtGc+1bbmXViNIYQRjFbzL7EqDH9Y9Zqs5OaOed6vbQaXbKW9mamfgOdWV1FPMMkf6928mJ0cG6vvpxP/Zfy0g/7sE+v3iO+QsZ73Nzw/5b+tEWNmp+lxT84ylGrv7m6lqNdm/WwWj/My5EWf4/eb7y0jzysrWJLAwAAAAAAAAAAAAAAvHOwRo2aefBiNE5TU2nR3JqWnlsbX5PpXNGql/7Ydun65rqM3Fo332TUZx7qysxaGSCST1yDziJqOremxXNr1xD+iNESwqMS4kvvxWjWSzfODRm5tcE5uZlzVu3tsxI6N9d68+9Ki+bWtPTcWvOQn8dxkp/p9kv7wV0ycmvfbqjle7he57Ti6a5xrKR4SE7Lya2NjRwd9Wj7pes+K7d28Pp/9BUAAAAAAAAAAAAAAID0vnrMd10rRsdnuGZEuK6P11FGbKZRvcfSff2GvrWf3Jqgln6qpWsV1nvft3YwmUW0EKZIhMvL1FQwMbqHsOrU1P439K3J3FrcFMKi3+MQz4udvN68z8iLLTovNgf5eVz1Cu3JDr+hb03m1uLueumzzD2+T3d5v3VebDnK0ahHvv0dfWs6t6bFl/ZUsQEAAAAAAAAAAAAAANG3JmyZW9N3QpPV69DoiI0l5NZ035peWufWyu+ELo9pVNVjWnluTd8JTdY5d9VBpjmWW0vvW/sQS4vcWtmd0D8hrKp6TCvPrek7ocn62VlKlEzn1nTfml5aP6z8Tug1hEbktJTy3FreycycvJjvY7m1nJH3+X1remkd1gMAAAAAAAAAAAAAAPhnDfdqU7u9nTPuhHbz6lPuhOrcmqbvhOq+tfLjqJd3hVK6by2E0FRb+jLrMu6Ers410TuhOreWTof1dN+avhMaVzvnfKXF+taeYaoy6Z6zjDuhFzfU0TuhOreWs/lnQt9a4XHUwa15x1FbcbqzxK7NuhN68AnVY6U9Z+0uYVR6HDX6ivStAQAAAAAAAAAAAACA1L618giXv7kuIcKl+tbK74Q+wxrNrem+tfSlR1kyp5eO3wk9zEP9JsJ1llHEcI9Vj+kIV53Qt1Z0J3QJ4fE2t6b71nRuTZfM6dxa+p3Qq3NWEOHKqB5b3RDrW8u7E5re+6aW1n1reun3DxvcmnEntHOuL4lwlfeclVeP+Xbr3rfe5yw9NpGls+6E1r4CAAAAAAAAAAAAAAD4x9x3bheb7lvLOJl5fbyO2+bWbs5yc2vJ/M/Sgs6t6b612MlM0cWW27cWvxP6CsEyc2v6Tmhubi17aU3n1nTfWuxkpuhiy+1bi98JncM0ZubWdH4uM7dWsrSmc2u6b633WfVo2q7Nyostx41za74vya1p+j00vTR9a3/bu4MbBmEgiKIMNjYQIrAS5RRFof8mqWAtsdrjfxXY99FfAAAAAAAAAAAAAADg7q315XVd4ntrsXdCNx2xu7U0z9XRW2tq9qc369P79/kwJ1x9GsdffG8t9E5oll6xu7Umlfu9tSRpsp5vH9n8n+fHnHD1HcYXgntr/juh9pTMv1vL0uLorb21D4bSjcwVe8LVl3N8by34TuhUo3drKbl6a3VwRuYuSR5DpF7Q/O8AAAAASUVORK5CYII=)}to{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZwAAACsCAMAAAB4kuoSAAAAYFBMVEUAAAAA0f8AzP8Az/8AzP8A0v8A0v8A0P8A1P8Az/8A0P8A0f8A0P8Azv8Az/8A0v8A0f8A0P8A0f8A0v8A1f8A0v8A0f8A0f8A0v8A1P8A0P8Ayv8A0f8A0P8A0f8A0f+0jupHAAAAH3RSTlMATQoPBUMemRMwSCs/RDoi3yaDjxi9b++gNXMiz2BWHz1tTwAABHRJREFUeNrs3ctym0AUhOG5wAxISEFgXeLInvd/y8TZn1NFR6G8+L8tVYa2vezqE5b2CIa3Q98Zj1LfZ+NRd44/guEYj2G7fOiT9R1T/xYM53gJhlg/hdDDshTrO7TQvw5n82VfoVtro5nOfOMlxtFKF2NvRYgxprDZGM1f848Yf1rpYjwEQ6212KGtR5+1fmihrb9AH+NgPPr5Ffra5mAmPyQruR2hO9n/KVM8he1+2BHyIV6E73ivixD6UutZeNkpTva/3SnZoXMIYw6W3AVLSsHS5eD9REFyviNL31GS8onDoHxHcB4NnRcaAAAAAAAAAAAAAADgr0schQpXmedR6K05fh2m7rW9tWtb7NDHYBjXJW0PnfzQQm/tsi5DiDHm7b21pbWHV+Haborx7aW9tam1ezA4od/t/tOqh97eW7vVGsM5nrwKl538Q6hwOY5GhUvureW5rcHghO7rOuwT2u+t9bUWp6flPirF64sphu7FvbU8BilZUkKnl4ceUgAAAAAAAAAAAAAAADB6a1aFy99b8/nTY3pvrTznKPTWhL01P3S5tpsQ+na/Zm9vza9w9d7emk3YW9N6a7fWrkJvTdtbO9qhY2uzsLc2tzY5e2tihWswIlj8vTW9tzbe2+L01sS9NSe08zJhb+3R5mKHzmqFK6WgyN2Le2tllHprJb14ZK6M0t7alNlbAwAAAAAAAAAAAAAAO/fW9Duht/szf/O9NSf08F77YFjb6u6t6b213e6EPluL33xvzemtjdUsW5XWWvb21vTe2m53Qtc2l2++t+aETovdIZ3b09tb03trO94JnfK331tzQg8lmEbuhAIAAAAAAAAAAAAAgH+ytIc3Pab11qQK1yQ0GoZlGe2KzSVsox9HTX5ZT+2ttdZG506o1ltzKlzF21vbrK/1ZheZDsFhhy7anVBvb03srV3bLEyPib21Z5uFvTVHWWvUTnfudxz1FCe5tzZmod2l9tbG7FW4BIN6r1QIrd4JzfTWAAAAAAAAAAAAAADA/9hb0ytc2TmZ+Vk/hd7aeJ/LDntrWlnPp98Jnf6ENqfH/N7a0tpj+8nModY6bO+tPVpbdthb0+6E+vQ7odev0Od4Eitcws7ZUheht3azI+h7a2pZzybeCbVDj0ZPS65w6fc5B+dlece9Nb+sZxPvhHqhAQAAAAAAAAAAAAAA/or1w91is+1zJ1TvrZ3jZbc7oeXabmJvzdtbq7VayY0tNsML7oRqvTVhb02/E+qU9cTemre39m5XyYwtNsML7oRqvTXhO/Q7oU5JTuytuXtrJUnzaGGnO6F6b63LO94JLb/bu0McAGEgCqJQAtsGRSWC+x+T9ABbMQE3z1bVT/422K25tyZJkiRJkiRJkiRJkn7aW6u9pynZHfsk4QJ7a9tIuHKsWwOfht0avxMK99bWSFvEFtFBtzbZW2sj4cqBbg3srfFujd8JhdNjV57elR4P6NbO6cnM+mk/Rz7NuzV+J5ROj9W6ZMoBejF4MpP3c+CJd2vw0y/rvTygm7XIVAAAAABJRU5ErkJggg==)}}.footer{width:100%;padding:0 2.6rem;box-sizing:border-box;position:absolute;bottom:0;left:0;transform:translateY(100%);opacity:0}.footer-risk-notice{max-width:14rem;margin:0 auto .08rem;color:#596576;font-family:Inter,sans-serif;text-align:center}.footer-risk-notice h2{margin:0 0 .05rem;color:#8994a3;font-size:.13rem;font-weight:500;line-height:1.4}.footer-risk-notice p{margin:.02rem 0;font-size:.1rem;line-height:1.5}.footer-top{width:100%;height:.72rem;border-bottom:1px solid #4B5563;display:flex;align-items:center;justify-content:space-between}.footer-bottom{width:100%;height:.4rem;display:flex;align-items:center;justify-content:space-between}.footer-logo{width:1.6rem;height:.38rem}.footer-nav{display:flex;gap:.24rem}.footer-nav .footer-nav-item{font-size:.16rem;color:#4b5563}.footer-links{display:flex;gap:.16rem}.footer-links .footer-link{font-size:.16rem;color:#4b5563}.footer-icons{display:flex;align-items:center;gap:.16rem}.footer-icons .footer-icon{width:.24rem;height:.24rem}.footer-copy{font-size:.16rem;text-align:right;color:#4b5563}@keyframes rippleGlow{0%,to{opacity:.2;transform:scale(.8)}50%{opacity:.6;transform:scale(1.2)}}@keyframes slideUpFromBottom{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes circleRotate{0%{transform:translate(-50%) rotate(360deg)}to{transform:translate(-50%) rotate(0)}}@keyframes rectangleFlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.screen-six{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:1.2rem;position:relative;overflow:hidden}.screen-six .animation-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.screen-six .animation-container .circle-in{width:11.2rem;height:3.86rem;position:absolute;top:0;left:50%;transform:translate(-50%);opacity:0}.screen-six .animation-container .circle-out{width:11.87rem;height:11.17rem;position:absolute;top:-5.585rem;left:50%;transform:translate(-50%);opacity:0}.screen-six .animation-container .circle-bar{width:4.4rem;height:4.4rem;position:absolute;top:-2.2rem;left:50%;transform:translate(-50%);opacity:0}.screen-six .animation-container .start-pic{width:100%;height:100%;object-fit:cover;opacity:0}.screen-six .animation-container .grid-pic{width:19.2rem;height:2.67rem;position:absolute;bottom:0;left:50%;transform:translate(-50%);opacity:0}.contact-header{display:flex;flex-direction:column;align-items:center;padding:.6rem 0 0;opacity:0;transform:translateY(-50px)}.contact-header .header-badge{display:flex;align-items:center;justify-content:center;gap:.1rem;width:auto;height:.38rem;padding:.1rem .16rem;position:relative;background:linear-gradient(0deg,rgba(0,209,255,.2),rgba(0,209,255,0));border-radius:.24rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);margin-bottom:.24rem}.contact-header .header-badge:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:.24rem;padding:.005rem;background:linear-gradient(180deg,rgba(0,209,255,.5),rgba(0,209,255,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.contact-header .header-badge span{font-family:Inter;font-size:.12rem;font-weight:400;line-height:1.5em;color:#00d1ff;letter-spacing:.0168em;white-space:nowrap}.contact-header .header-badge .badge-dot{width:.08rem;height:.08rem;background:#00d1ff;border-radius:50%;box-shadow:0 0 .08rem rgba(0,209,255,.8);animation:pulse 2s ease-in-out infinite;flex-shrink:0}.contact-header .contact-main-title{font-family:Inter;font-size:.36rem;color:#b0b7c3;text-align:center;margin-bottom:.12rem}.contact-header .contact-sub-title{font-family:Inter;font-size:.64rem;text-align:center}.contact-header .contact-sub-title .title-normal{color:#fff}.contact-header .contact-sub-title .title-highlight{color:#00d1ff}.contact-body{display:flex;gap:.16rem;margin-top:.36rem;opacity:0;transform:translateY(50px)}.contact-form-section{width:6.92rem;height:4.8rem;padding:.49rem .8rem;border-radius:.24rem;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.01);box-shadow:0 0 .555rem rgba(166,223,248,.15) inset;-webkit-backdrop-filter:blur(.22rem);backdrop-filter:blur(.22rem);box-sizing:border-box}.contact-form-section .form-title{font-family:Inter;font-size:.24rem;color:#fff;white-space:nowrap}.contact-form-section .contact-form{display:flex;flex-direction:column;align-items:center;gap:.24rem;margin-top:.48rem}.contact-form-section .contact-form input{width:4rem;height:.54rem;border-radius:.04rem;border:.01rem solid rgba(255,255,255,.2);background:rgba(255,255,255,.01);box-shadow:0 0 .08rem rgba(255,255,255,.1) inset;font-size:.2rem;padding:0 .24rem;color:#b0b7c3;font-family:Inter;transition:all .3s ease;box-sizing:border-box;backdrop-filter:blur(.02rem);-webkit-backdrop-filter:blur(.02rem)}.contact-form-section .contact-form input::-webkit-input-placeholder{color:#4b5563}.contact-form-section .contact-form input::placeholder{color:#4b5563}.contact-form-section .contact-form input:focus{outline:none;border-color:#00d1ff}.submit-button{width:1.8rem;position:relative;cursor:pointer;padding:.01rem;border-radius:.06rem;overflow:hidden;margin-top:.24rem}.submit-button .submit-button-content{display:flex;align-items:center;justify-content:center;gap:.08rem;padding:.08rem .24rem;background:linear-gradient(180deg,rgba(0,102,255,.2),rgba(0,209,255,.2));border-radius:.06rem;position:relative;z-index:1;isolation:isolate}.submit-button .submit-button-content:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:.06rem;padding:.01rem;background:rgba(255,255,255,.2);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.submit-button .submit-button-content span{font-family:Inter;font-size:.18rem;font-weight:400;color:#fff;white-space:nowrap}.submit-button .submit-button-content img{width:.2rem;height:.2rem;color:#fff;flex-shrink:0}.submit-button .liuguan-border{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:conic-gradient(from 0deg,rgba(0,209,255,0),#00d1ff,rgba(0,209,255,0) 180deg,rgba(0,209,255,0) 360deg);scale:2 .8;animation:rectangleFlow 4s linear infinite;z-index:0;opacity:0}.submit-button:hover .submit-button-content{background:#000}.submit-button:hover .submit-button-content:before{background:rgba(255,255,255,.2)}.submit-button:hover .liuguan-border{opacity:1}.social-section{width:6.92rem;display:flex;flex-direction:column;gap:.16rem;overflow:visible}.social-section .social-card{width:100%;min-height:2.32rem;border-radius:.24rem;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.01);box-shadow:0 0 .555rem rgba(166,223,248,.15) inset;-webkit-backdrop-filter:blur(.22rem);backdrop-filter:blur(.22rem);padding:.4rem .8rem;display:flex;flex-direction:column;align-items:center;gap:.16rem;transition:all .3s ease;overflow:visible}.social-section .social-card .social-icon{height:.44rem;object-fit:contain}.social-section .social-card .social-title{font-family:Inter;font-size:.24rem;color:#fff}.social-section .social-card .submit-button{margin-top:0}.screen-six.has-animated .circle-in{animation:fadeIn .8s ease-out .5s forwards}.screen-six.has-animated .circle-out{animation:fadeIn .8s ease-out 1.3s forwards}.screen-six.has-animated .circle-bar,.screen-six.has-animated .grid-pic{animation:fadeIn .8s ease-out 2.1s forwards}.screen-six.has-animated .start-pic{animation:fadeIn .8s ease-out 2.9s forwards}.screen-six.has-animated .contact-header{animation:slideDownFadeIn 1s ease-out 3.7s forwards}.screen-six.has-animated .contact-body{animation:slideUpFadeIn 1s ease-out 4.7s forwards}.cooperate-section.is-active .footer,.cooperate-section.has-animated .footer{animation:slideUpFromBottom 1s ease-out 5.7s forwards}.screen-six.has-animated .circle-out{animation:fadeIn .8s ease-out 1.3s forwards,circleRotate 11s linear 6.7s infinite}.screen-six.has-animated .circle-bar{animation:fadeIn .8s ease-out 2.1s forwards,circleRotate 8s linear 6.7s infinite}.screen-one-mobile{position:relative;background-image:none;background-size:100% auto;background-position:center bottom;background-repeat:no-repeat}.screen-one-mobile:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/assets/bg-mobile-3Bg_VB8m-3Bg_VB8m.png);background-size:100% auto;background-position:center bottom;background-repeat:no-repeat;opacity:0;z-index:0}.screen-one-mobile.is-active:before{animation:fadeIn .8s ease-out 0s forwards}.screen-one-mobile.has-animated:before{opacity:1}.hero-stars-mobile{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;opacity:0;transform:translateZ(0);will-change:opacity;-webkit-backface-visibility:hidden;backface-visibility:hidden}.hero-stars-mobile .star{position:absolute;width:2px;height:2px;background:#fff;border-radius:50%;animation:twinkle 3s ease-in-out infinite;box-shadow:0 0 4px rgba(255,255,255,.8);transform:translateZ(0);will-change:opacity,transform}.screen-one-mobile.is-active .hero-stars-mobile{animation:fadeIn .8s ease-out 4.4s forwards}.screen-one-mobile.has-animated .hero-stars-mobile{opacity:1}.hero-particles-wrapper-mobile{position:absolute;top:0;left:50%;transform:translate(-50%) translateZ(0);width:3.07rem;height:6.1rem;pointer-events:none;z-index:2;opacity:0;will-change:opacity;-webkit-backface-visibility:hidden;backface-visibility:hidden}.screen-one-mobile.is-active .hero-particles-wrapper-mobile{animation:fadeIn .3s ease-out 5s forwards}@keyframes particleConvergeMobile{0%{opacity:0;transform:translate(var(--start-x),var(--start-y)) scale(.6)}1%{opacity:.2;transform:translate(var(--start-x),var(--start-y)) scale(.8)}45%{opacity:.3;transform:translate(-50%,-50%) scale(1.1)}50%{opacity:0;transform:translate(-50%,-50%) scale(1.1)}50.01%{opacity:0;transform:translate(var(--start-x),var(--start-y)) scale(.6)}to{opacity:0;transform:translate(var(--start-x),var(--start-y)) scale(.6)}}.hero-particle-mobile{position:absolute;background:#00d1ff;border-radius:50%;box-shadow:0 0 .08rem rgba(0,209,255,.8);animation:particleConvergeMobile 3s ease-in-out infinite;filter:blur(.01rem);top:30%;left:50%;transform:translateZ(0);will-change:transform,opacity;-webkit-backface-visibility:hidden;backface-visibility:hidden}.hero-particle-mobile:nth-child(1){width:.05rem;height:.05rem;--start-x: -1.535rem;--start-y: -3.05rem;animation-delay:5s}.hero-particle-mobile:nth-child(2){width:.05rem;height:.05rem;--start-x: -1.155rem;--start-y: -2.77rem;animation-delay:5.15s}.hero-particle-mobile:nth-child(3){width:.05rem;height:.05rem;--start-x: -1.065rem;--start-y: -1.68rem;animation-delay:5.3s}.hero-particle-mobile:nth-child(4){width:.05rem;height:.05rem;--start-x: -.845rem;--start-y: -2.16rem;animation-delay:5.1s}.hero-particle-mobile:nth-child(5){width:.05rem;height:.05rem;--start-x: -.595rem;--start-y: -.21rem;animation-delay:5.2s}.hero-particle-mobile:nth-child(6){width:.05rem;height:.05rem;--start-x: -.475rem;--start-y: .36rem;animation-delay:5.35s}.hero-particle-mobile:nth-child(7){width:.05rem;height:.05rem;--start-x: -.425rem;--start-y: -1.73rem;animation-delay:5.25s}.hero-particle-mobile:nth-child(8){width:.05rem;height:.05rem;--start-x: -.395rem;--start-y: -.71rem;animation-delay:5.3s}.hero-particle-mobile:nth-child(9){width:.05rem;height:.05rem;--start-x: .435rem;--start-y: -1.68rem;animation-delay:5.4s}.hero-particle-mobile:nth-child(10){width:.05rem;height:.05rem;--start-x: -1.035rem;--start-y: 1.45rem;animation-delay:5.5s}.hero-particle-mobile:nth-child(11){width:.05rem;height:.05rem;--start-x: -.835rem;--start-y: 1.06rem;animation-delay:5.45s}.hero-particle-mobile:nth-child(12){width:.05rem;height:.05rem;--start-x: -.645rem;--start-y: 2.24rem;animation-delay:5.6s}.hero-content-mobile{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;max-width:7.5rem;padding:.32rem;gap:.24rem;left:50%;transform:translate(-50%);opacity:0}.hero-badge-mobile{display:flex;align-items:center;justify-content:center;gap:.1rem;height:.38rem;padding:10px;position:relative;background:linear-gradient(0deg,rgba(0,209,255,.5),rgba(0,209,255,0));border-radius:.24rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.hero-badge-mobile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:.24rem;padding:.005rem;background:linear-gradient(180deg,#00d1ff,rgba(0,209,255,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.hero-badge-mobile span{font-family:Inter;font-size:.12rem;font-weight:400;line-height:1.5em;color:#00d1ff;letter-spacing:.0168em;white-space:nowrap}.hero-badge-mobile .badge-dot-mobile{width:.08rem;height:.08rem;background:#00d1ff;border-radius:50%;box-shadow:0 0 .08rem rgba(0,209,255,.8);animation:pulse 2s ease-in-out infinite;flex-shrink:0}.hero-title-mobile{width:100%;text-align:center;font-family:Inter;font-size:.48rem;line-height:.72rem;padding:0 .32rem;box-sizing:border-box}.hero-title-mobile .title-highlight{color:#00d1ff}.hero-title-mobile .title-normal{color:#fff}.hero-subtitle-mobile{text-align:center;font-family:Inter;font-size:.22rem;font-weight:400;line-height:.32rem;color:#b0b7c3;max-width:6.54rem}.hero-cta-wrapper-mobile{position:relative;width:-webkit-max-content;width:max-content;min-width:2.85rem;max-width:calc(100vw - .64rem);height:.8rem;z-index:4;display:flex;align-items:center;justify-content:center;overflow:visible;background-image:var(--cta-bg1);background-size:100% 100%;background-position:center;background-repeat:no-repeat;border-radius:.12rem;animation:ctaBgAnimationMobile 1.2s steps(1,end) infinite;cursor:pointer}.hero-cta-wrapper-mobile:hover{animation:none;background-image:var(--cta-bg-hover);box-shadow:-.04rem -.04rem .12rem rgba(0,209,255,.25),.04rem .04rem .12rem rgba(0,209,255,.25)}.hero-cta-wrapper-mobile .hero-cta-particles-mobile{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;pointer-events:none;z-index:1}.hero-cta-wrapper-mobile .hero-cta-particle-mobile{position:absolute;top:50%;left:50%;opacity:0;transform:translate(-50%,-50%) scale(0);transition:opacity .4s ease-out,transform .6s cubic-bezier(.34,1.56,.64,1),top .6s cubic-bezier(.34,1.56,.64,1),left .6s cubic-bezier(.34,1.56,.64,1);clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);-webkit-clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.hero-cta-wrapper-mobile .hero-cta-particle-mobile:before{content:"";position:absolute;top:50%;left:50%;width:.015rem;height:0;background:linear-gradient(to bottom,currentColor 0%,currentColor 30%,transparent 100%);transform-origin:top center;transform:translate(-50%,-50%) rotate(0);opacity:0;transition:height .6s cubic-bezier(.34,1.56,.64,1),opacity .4s ease-out,transform .6s cubic-bezier(.34,1.56,.64,1);pointer-events:none;filter:blur(.01rem)}.hero-cta-wrapper-mobile .hero-cta-particle-mobile:nth-child(1){width:.06rem;height:.06rem;background:#fff;box-shadow:0 0 .06rem rgba(255,255,255,.8);color:rgba(255,255,255,.3)}.hero-cta-wrapper-mobile .hero-cta-particle-mobile:nth-child(2){width:.06rem;height:.06rem;background:#fff;box-shadow:0 0 .06rem rgba(255,255,255,.8);color:rgba(255,255,255,.3)}.hero-cta-wrapper-mobile .hero-cta-particle-mobile:nth-child(3){width:.06rem;height:.06rem;background:#fff;box-shadow:0 0 .06rem rgba(255,255,255,.8);color:rgba(255,255,255,.3)}.hero-cta-wrapper-mobile .hero-cta-particle-mobile:nth-child(4){width:.06rem;height:.06rem;background:#fff;box-shadow:0 0 .06rem rgba(255,255,255,.8);color:rgba(255,255,255,.3)}.hero-cta-wrapper-mobile .hero-cta-particle-mobile:nth-child(5){width:.06rem;height:.06rem;background:#fff;box-shadow:0 0 .06rem rgba(255,255,255,.8);color:rgba(255,255,255,.3)}.hero-cta-wrapper-mobile .hero-cta-particle-mobile:nth-child(6){width:.08rem;height:.08rem;background:#00f3ff;box-shadow:0 0 .08rem rgba(0,243,255,.8);color:rgba(0,243,255,.3)}.hero-cta-wrapper-mobile .hero-cta-particle-mobile:nth-child(7){width:.1rem;height:.1rem;background:#00f3ff;box-shadow:0 0 .12rem rgba(0,243,255,.8);color:rgba(0,243,255,.3)}.hero-cta-wrapper-mobile .hero-cta-particle-mobile:nth-child(8){width:.065rem;height:.065rem;background:#00f3ff;box-shadow:0 0 .07rem rgba(0,243,255,.8);color:rgba(0,243,255,.3)}.hero-cta-wrapper-mobile .hero-cta-particle-mobile:nth-child(9){width:.065rem;height:.065rem;background:rgba(0,209,255,.5);box-shadow:0 0 .07rem rgba(0,209,255,.6);color:rgba(0,209,255,.2)}.hero-cta-wrapper-mobile .hero-cta-particle-mobile:nth-child(10){width:.065rem;height:.065rem;background:rgba(0,209,255,.5);box-shadow:0 0 .07rem rgba(0,209,255,.6);color:rgba(0,209,255,.2)}.hero-cta-wrapper-mobile .hero-cta-particle-mobile:nth-child(11){width:.065rem;height:.065rem;background:rgba(0,209,255,.5);box-shadow:0 0 .07rem rgba(0,209,255,.6);color:rgba(0,209,255,.2)}.hero-cta-wrapper-mobile .hero-cta-particle-mobile:nth-child(12){width:.065rem;height:.065rem;background:rgba(0,209,255,.5);box-shadow:0 0 .07rem rgba(0,209,255,.6);color:rgba(0,209,255,.2)}.hero-cta-wrapper-mobile:hover .hero-cta-particle-mobile{opacity:1;transform:translate(-50%,-50%) scale(1.2)}.hero-cta-wrapper-mobile:hover .hero-cta-particle-mobile:before{opacity:.6}.hero-cta-wrapper-mobile:hover .hero-cta-particle-mobile:nth-child(1){top:-.25rem;left:1.5rem;transition-delay:0s}.hero-cta-wrapper-mobile:hover .hero-cta-particle-mobile:nth-child(1):before{height:.65rem;transform:translate(-50%,-50%) rotate(-20deg)}.hero-cta-wrapper-mobile:hover .hero-cta-particle-mobile:nth-child(2){top:1.05rem;left:1.2rem;transition-delay:.05s}.hero-cta-wrapper-mobile:hover .hero-cta-particle-mobile:nth-child(2):before{height:.65rem;transform:translate(-50%,-50%) rotate(160deg)}.hero-cta-wrapper-mobile:hover .hero-cta-particle-mobile:nth-child(3){top:1.05rem;left:1.65rem;transition-delay:.1s}.hero-cta-wrapper-mobile:hover .hero-cta-particle-mobile:nth-child(3):before{height:.65rem;transform:translate(-50%,-50%) rotate(20deg)}.hero-cta-wrapper-mobile:hover .hero-cta-particle-mobile:nth-child(4){top:.4rem;left:3.1rem;transition-delay:.15s}.hero-cta-wrapper-mobile:hover .hero-cta-particle-mobile:nth-child(4):before{height:1.675rem;transform:translate(-50%,-50%) rotate(0)}.hero-cta-wrapper-mobile:hover .hero-cta-particle-mobile:nth-child(5){top:-.15rem;left:1.7rem;transition-delay:.2s}.hero-cta-wrapper-mobile:hover .hero-cta-particle-mobile:nth-child(5):before{height:.55rem;transform:translate(-50%,-50%) rotate(-10deg)}.hero-cta-wrapper-mobile:hover .hero-cta-particle-mobile:nth-child(6){top:-.3rem;left:1.1rem;transition-delay:.08s}.hero-cta-wrapper-mobile:hover .hero-cta-particle-mobile:nth-child(6):before{height:.7rem;transform:translate(-50%,-50%) rotate(-30deg)}.hero-cta-wrapper-mobile:hover .hero-cta-particle-mobile:nth-child(7){top:1.1rem;left:1.425rem;transition-delay:.12s}.hero-cta-wrapper-mobile:hover .hero-cta-particle-mobile:nth-child(7):before{height:.7rem;transform:translate(-50%,-50%) rotate(90deg)}.hero-cta-wrapper-mobile:hover .hero-cta-particle-mobile:nth-child(8){top:.4rem;left:3.05rem;transition-delay:.18s}.hero-cta-wrapper-mobile:hover .hero-cta-particle-mobile:nth-child(8):before{height:1.625rem;transform:translate(-50%,-50%) rotate(0)}.hero-cta-wrapper-mobile:hover .hero-cta-particle-mobile:nth-child(9){top:-.2rem;left:1.425rem;transition-delay:.1s}.hero-cta-wrapper-mobile:hover .hero-cta-particle-mobile:nth-child(9):before{height:.6rem;transform:translate(-50%,-50%) rotate(-90deg)}.hero-cta-wrapper-mobile:hover .hero-cta-particle-mobile:nth-child(10){top:1.05rem;left:1rem;transition-delay:.14s}.hero-cta-wrapper-mobile:hover .hero-cta-particle-mobile:nth-child(10):before{height:.65rem;transform:translate(-50%,-50%) rotate(140deg)}.hero-cta-wrapper-mobile:hover .hero-cta-particle-mobile:nth-child(11){top:.4rem;left:-.15rem;transition-delay:.16s}.hero-cta-wrapper-mobile:hover .hero-cta-particle-mobile:nth-child(11):before{height:1.575rem;transform:translate(-50%,-50%) rotate(180deg)}.hero-cta-wrapper-mobile:hover .hero-cta-particle-mobile:nth-child(12){top:.4rem;left:-.15rem;transition-delay:.22s}.hero-cta-wrapper-mobile:hover .hero-cta-particle-mobile:nth-child(12):before{height:1.575rem;transform:translate(-50%,-50%) rotate(180deg)}.hero-cta-wrapper-mobile .hero-cta-mobile{width:-webkit-max-content;width:max-content;min-width:2.85rem;max-width:calc(100vw - .64rem);height:.8rem;display:flex;align-items:center;justify-content:center;gap:.08rem;padding:0 .24rem;box-sizing:border-box;font-family:Inter;font-size:.2rem;font-weight:400;color:#fff;white-space:nowrap}.hero-cta-wrapper-mobile .hero-cta-mobile img{width:.28rem;height:.28rem}.hero-light-beam-mobile{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100%;height:100%;z-index:1;pointer-events:none}.hero-light-beam-mobile .light-footer{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:auto;height:auto;max-width:7.4rem;opacity:0;z-index:1}.hero-light-beam-mobile .light-main{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:auto;height:auto;max-height:0;object-fit:contain;object-position:bottom;opacity:0;z-index:2;-webkit-clip-path:inset(100% 0% 0% 0%);clip-path:inset(100% 0% 0% 0%);will-change:opacity,max-height,clip-path}.hero-light-beam-mobile .light-bold{position:absolute;top:0;left:50%;transform:translate(-50%);width:auto;height:auto;max-width:2rem;opacity:0;z-index:3}.screen-one-mobile.is-active .hero-light-beam-mobile .light-footer{animation:lightAppearFromBottomMobile 1.5s ease-out 1.2s forwards}.screen-one-mobile.is-active .hero-light-beam-mobile .light-main{animation:lightGrowUpMobile 1s ease-out 1.2s forwards}.screen-one-mobile.is-active .hero-light-beam-mobile .light-bold{animation:lightBoldAppearMobile 1s ease-out 2.2s forwards}.screen-one-mobile.is-active .hero-chip-mobile{animation:chipFadeInMobile 1s ease-out 2.4s forwards}.screen-one-mobile.is-active .hero-map-wrapper-mobile .hero-map{animation:mapFadeInMobile 1s ease-out 2.9s forwards}.screen-one-mobile.is-active .hero-content-mobile{animation:contentFadeInDownMobile 1s ease-out 4.4s forwards}.screen-one-mobile.has-animated .hero-light-beam-mobile .light-footer{opacity:1;transform:translate(-50%) translateY(0)}.screen-one-mobile.has-animated .hero-light-beam-mobile .light-main{max-height:100%;opacity:1;transform:translate(-50%);-webkit-clip-path:inset(0% 0% 0% 0%);clip-path:inset(0% 0% 0% 0%)}.screen-one-mobile.has-animated .hero-light-beam-mobile .light-bold{opacity:1;transform:translate(-50%) translateY(0) scale(1)}.screen-one-mobile.has-animated .hero-particles-wrapper-mobile{opacity:1}.screen-one-mobile.has-animated .hero-particle-mobile{animation-delay:0s}.screen-one-mobile.has-animated .hero-chip-mobile{opacity:1;transform:translate(-50%) translateY(0)}.screen-one-mobile.has-animated .hero-map-wrapper-mobile .hero-map{opacity:1;transform:scale(1)}.screen-one-mobile.has-animated .hero-content-mobile{opacity:1;transform:translate(-50%) translateY(0)}.hero-chip-mobile{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:5.56rem;height:3.5rem;z-index:2;pointer-events:none;opacity:0}.hero-chip-mobile img{width:100%;height:100%}.hero-map-wrapper-mobile{position:absolute;bottom:1.3066rem;left:50%;transform:translate(-50%);display:flex;justify-content:center;align-items:flex-end}.hero-map-wrapper-mobile .hero-map{width:7.0952rem;height:5.3134rem;opacity:0;display:block}.hero-map-wrapper-mobile .location-tag{width:1.17rem;height:.39rem;position:absolute;border-radius:.24rem;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.01);box-shadow:0 0 .555rem rgba(166,223,248,.15) inset;-webkit-backdrop-filter:blur(.22rem);backdrop-filter:blur(.22rem);font-family:Inter;font-size:.14rem;color:#fff;display:flex;align-items:center;justify-content:center;white-space:nowrap;animation:locationFadeInMobile .8s ease-out forwards;opacity:0}.hero-map-wrapper-mobile .location-tag:nth-child(1){bottom:2.77rem;right:1.04rem;animation-delay:2.9s}.hero-map-wrapper-mobile .location-tag:nth-child(2){bottom:4.31rem;right:1rem;animation-delay:3s}.hero-map-wrapper-mobile .location-tag:nth-child(3){bottom:3.93rem;left:2.41rem;animation-delay:3.1s}.hero-map-wrapper-mobile .location-tag:nth-child(4){bottom:1.34rem;right:.06rem;animation-delay:3.2s}.hero-map-wrapper-mobile .location-tag:nth-child(5){bottom:3.6rem;right:.15rem;animation-delay:3.3s}.hero-map-wrapper-mobile .location-tag:nth-child(6){bottom:1.8rem;left:.92rem;animation-delay:3.4s}.hero-map-wrapper-mobile .location-tag:nth-child(7){bottom:2.83rem;left:.22rem;animation-delay:3.5s}.hero-stats-mobile{width:100%;position:absolute;top:5.05rem;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:.4rem;padding:0 .32rem;box-sizing:border-box}.stat-item-mobile{display:flex;flex-direction:column;align-items:center;justify-content:center;width:1.4rem;text-align:center}.stat-content-mobile{display:flex;flex-direction:column}.stat-number-mobile{font-family:Orbitron,sans-serif;font-size:.36rem;font-weight:400;color:#b0b7c3;white-space:nowrap}.stat-label-mobile{font-family:Inter;font-size:.16rem;font-weight:400;color:#4b5563;white-space:nowrap}.fade-in-up{animation:fadeInUp 1s ease-out forwards;animation-delay:0s;opacity:0}@keyframes statDotTwinkleMobile{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@keyframes ctaBgAnimationMobile{0%{background-image:var(--cta-bg1)}25%{background-image:var(--cta-bg2)}50%{background-image:var(--cta-bg3)}75%{background-image:var(--cta-bg4)}to{background-image:var(--cta-bg1)}}@keyframes lightAppearFromBottomMobile{0%{opacity:0;transform:translate(-50%) translateY(.2rem)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes lightGrowUpMobile{0%{max-height:0;opacity:0;-webkit-clip-path:inset(100% 0% 0% 0%);clip-path:inset(100% 0% 0% 0%)}50%{opacity:.5;-webkit-clip-path:inset(50% 0% 0% 0%);clip-path:inset(50% 0% 0% 0%)}to{max-height:100%;opacity:1;-webkit-clip-path:inset(0% 0% 0% 0%);clip-path:inset(0% 0% 0% 0%)}}@keyframes lightBoldAppearMobile{0%{opacity:0;transform:translate(-50%) translateY(-.2rem) scale(.8)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}@keyframes chipFadeInMobile{0%{opacity:0;transform:translate(-50%) translateY(.2rem)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes mapFadeInMobile{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes contentFadeInDownMobile{0%{opacity:0;transform:translate(-50%) translateY(-.3rem)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes locationFadeInMobile{0%{opacity:0;transform:translateY(.1rem)}to{opacity:1;transform:translateY(0)}}@keyframes particleConvergeTwoMobile{0%{opacity:0;transform:translate(var(--start-x),var(--start-y)) scale(.6)}1%{opacity:.3;transform:translate(var(--start-x),var(--start-y)) scale(.8)}45%{opacity:.5;transform:translate(-50%,-50%) scale(1.1)}50%{opacity:.5;transform:translate(-50%,-50%) scale(1.1)}50.01%{opacity:0;transform:translate(var(--start-x),var(--start-y)) scale(.6)}to{opacity:0;transform:translate(var(--start-x),var(--start-y)) scale(.6)}}@keyframes lightMoveMobile{0%{transform:translateY(-80%)}to{transform:translate(-2.2rem,-80%)}}.screen-two-mobile{display:flex;flex-direction:column;align-items:center;justify-content:center}.screen-two-content-mobile{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;gap:.24rem;padding:0 .32rem;box-sizing:border-box;opacity:0}.screen-two-mobile.has-animated .screen-two-content-mobile{animation:slideDownFadeIn 1s ease-out 3s forwards}.screen-two-badge-mobile{display:flex;align-items:center;justify-content:center;gap:.1rem;width:auto;height:.38rem;padding:.1rem .16rem;position:relative;background:linear-gradient(0deg,rgba(0,209,255,.2),rgba(0,209,255,0));border-radius:.24rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.screen-two-badge-mobile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:.24rem;padding:.005rem;background:linear-gradient(180deg,rgba(0,209,255,.5),rgba(0,209,255,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.screen-two-badge-mobile span{font-family:Inter;font-size:.12rem;font-weight:400;line-height:1.5em;color:#00d1ff;letter-spacing:.0168em;white-space:nowrap}.screen-two-badge-mobile .badge-dot-mobile{width:.08rem;height:.08rem;background:#00d1ff;border-radius:50%;box-shadow:0 0 .08rem rgba(0,209,255,.8);animation:pulse 2s ease-in-out infinite;flex-shrink:0}.screen-two-title-mobile{width:7.5rem;text-align:center;font-family:Inter;font-size:.48rem;font-weight:700;line-height:.72rem}.screen-two-title-mobile .title-highlight{color:#00d1ff}.screen-two-title-mobile .title-normal{color:#fff}.screen-two-subtitle-mobile{text-align:center;font-family:Inter;font-size:.22rem;font-weight:400;line-height:.32rem;letter-spacing:.0168em;color:#b0b7c3;max-width:6.54rem}.screen-two-animation-mobile{position:relative;width:7.5rem;height:5.48rem;z-index:1;background:url(/assets/grid-Can19P7V-Can19P7V.png) no-repeat center center;background-size:auto 100%;display:flex;justify-content:center;align-items:center;margin:1rem 0 .6rem;flex-shrink:0}.screen-two-animation-mobile .ai-image-mobile{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0}.screen-two-mobile.has-animated .screen-two-animation-mobile .ai-image-mobile{animation:fadeIn .8s ease-out 1s forwards}.screen-two-animation-mobile .logo-image-mobile{height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0}.screen-two-animation-mobile .light-image-mobile{width:.57rem;height:.07rem;position:absolute;top:50%;left:2rem;transform:translateY(-80%);opacity:0}.screen-two-animation-mobile .screen-two-particles-wrapper-mobile{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6.19rem;height:5.48rem;pointer-events:none;opacity:0}.screen-two-mobile.has-animated .screen-two-animation-mobile .screen-two-particles-wrapper-mobile{animation:fadeIn .3s ease-out 2.8s forwards}.screen-two-animation-mobile .screen-two-animation-icon-mobile{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.screen-two-animation-mobile .screen-two-animation-icon-mobile .screen-two-animation-icon-item-mobile{width:.64rem;height:.64rem;border-radius:.06rem;position:absolute;overflow:hidden}.screen-two-animation-mobile .screen-two-animation-icon-mobile .screen-two-animation-icon-item-mobile .icon-image-mobile{width:.62rem;height:.62rem;position:absolute;top:.01rem;left:.01rem;z-index:1}.screen-two-animation-mobile .screen-two-animation-icon-mobile .screen-two-animation-icon-item-mobile:before{content:"";background:conic-gradient(rgba(0,209,255,0),#00d1ff,rgba(0,209,255,0) 200deg);height:1.8rem;top:0;right:0;bottom:0;left:0;position:absolute;scale:4;translate:0 -.8rem;animation:ae-r-mobile 3s linear infinite;z-index:0}@keyframes ae-r-mobile{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.screen-two-animation-mobile .screen-two-animation-icon-mobile .screen-two-animation-icon-item-mobile.icon1-mobile{top:.68rem;left:.34rem}.screen-two-animation-mobile .screen-two-animation-icon-mobile .screen-two-animation-icon-item-mobile.icon2-mobile{top:50%;transform:translateY(-50%);left:.84rem}.screen-two-animation-mobile .screen-two-animation-icon-mobile .screen-two-animation-icon-item-mobile.icon3-mobile{bottom:1.17rem;left:.57rem}.screen-two-animation-mobile .screen-two-animation-icon-mobile .screen-two-animation-icon-item-mobile.icon4-mobile{top:.5rem;right:.36rem}.screen-two-animation-mobile .screen-two-animation-icon-mobile .screen-two-animation-icon-item-mobile.icon5-mobile{top:50%;transform:translateY(-50%);right:.8rem}.screen-two-animation-mobile .screen-two-animation-icon-mobile .screen-two-animation-icon-item-mobile.icon6-mobile{bottom:.63rem;right:.55rem}.screen-two-partners-mobile{position:relative;width:7.5rem;height:2.27rem;display:flex;justify-content:center;box-sizing:border-box;z-index:1;opacity:0;transform:translateY(.5rem);overflow:hidden}.screen-two-mobile.has-animated .screen-two-partners-mobile{animation:slideUpFadeIn 1s ease-out 4s forwards}.screen-two-partners-mobile .partners-line-mobile{position:absolute;top:1.37rem;left:0;right:0;height:0;border-top:.01rem solid;border-image:linear-gradient(90deg,rgba(4,98,101,0),rgba(4,98,101,.5) 51%,rgba(4,98,101,0)) 1}.screen-two-partners-mobile .partners-list-mobile{display:flex;flex:0 0 max-content;gap:.1rem;overflow:visible;padding-bottom:.6rem;width:-webkit-max-content;width:max-content;scrollbar-width:none;-ms-overflow-style:none;will-change:transform;animation:companyPartnersMarqueeMobile 25s linear infinite;animation-play-state:paused}.screen-two-mobile.has-animated .screen-two-partners-mobile .partners-list-mobile{animation-play-state:running}.screen-two-partners-mobile .partners-list-mobile.is-paused{animation-play-state:paused}.screen-two-partners-mobile .partners-list-mobile::-webkit-scrollbar{display:none}.screen-two-partners-mobile .partner-item-mobile{display:flex;flex-direction:column;align-items:center;position:relative;cursor:pointer;transition:all .3s ease;flex-shrink:0;width:2.25rem;gap:.06rem;-webkit-tap-highlight-color:transparent;outline:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.screen-two-partners-mobile .partner-item-mobile .partner-label-mobile{padding:.08rem;background:rgba(0,209,255,.25);border:.02rem solid #00D1FF;border-radius:.04rem;box-shadow:0 .08rem .24rem rgba(0,209,255,.25),inset 0 .04rem .04rem rgba(0,0,0,.25);opacity:0;transform:translateY(-.05rem);transition:all .3s ease;pointer-events:none;white-space:nowrap;font-family:Inter;font-size:.14rem;line-height:1.5em;letter-spacing:.0714em;color:#b0b7c3;display:flex;align-items:center;justify-content:center}.screen-two-partners-mobile .partner-item-mobile .partner-line-mobile{width:.02rem;height:.64rem;background:transparent;opacity:0;transition:all .3s ease}.screen-two-partners-mobile .partner-item-mobile .partner-name-mobile{padding:.12rem .24rem;background:#05060c;border:.01rem solid #4b5563;border-radius:.04rem;box-shadow:0 .08rem .24rem rgba(0,247,255,.25);transition:all .3s ease;font-family:Orbitron,sans-serif;font-size:.24rem;font-weight:700;line-height:1.5em;letter-spacing:.0417em;color:#4b5563;display:flex;align-items:center;justify-content:center;white-space:nowrap}.screen-two-partners-mobile .partner-item-mobile:active{background:transparent}.screen-two-partners-mobile .partner-item-mobile.is-hovered .partner-label-mobile{opacity:1;transform:translateY(0)}.screen-two-partners-mobile .partner-item-mobile.is-hovered .partner-line-mobile{background:#00d1ff;opacity:1}.screen-two-partners-mobile .partner-item-mobile.is-hovered .partner-name-mobile{border-color:#00d1ff;border-width:.02rem;color:#fff}@keyframes companyPartnersMarquee{0%{transform:translate(0)}to{transform:translate(calc(-33.333333% - .233333rem))}}@keyframes companyPartnersMarqueeMobile{0%{transform:translate(0)}to{transform:translate(calc(-33.333333% - .033333rem))}}@media(prefers-reduced-motion:reduce){.screen-two-partners .partners-list,.screen-two-partners-mobile .partners-list-mobile{animation:none!important;transform:none!important}}.screen-two-mobile.has-animated .logo-image-mobile{animation:fadeIn .8s ease-out .2s forwards}.screen-two-mobile.has-animated .light-image-mobile{animation:fadeIn .8s ease-out 1s forwards,lightMoveMobile 1.2s linear 5s infinite alternate}.screen-two-mobile.has-animated .screen-two-animation-icon-mobile{animation:fadeIn .8s ease-out 2s forwards}.screen-two-particle-mobile{position:absolute;background:#fff;border-radius:50%;box-shadow:0 0 .12rem rgba(0,209,255,.8);filter:blur(.01rem);top:50%;left:50%;animation:particleConvergeTwoMobile 3s ease-in infinite;animation-delay:2.8s}.screen-two-mobile.has-animated .screen-two-particle-mobile{animation-delay:0s}.screen-two-particle-mobile:nth-child(1){width:.06rem;height:.06rem;--start-x: 2rem;--start-y: -2rem }.screen-two-particle-mobile:nth-child(2){width:.06rem;height:.06rem;--start-x: 1.6rem;--start-y: -1.6rem }.screen-two-particle-mobile:nth-child(3){width:.06rem;height:.06rem;--start-x: 1.3rem;--start-y: -1.3rem }.screen-two-particle-mobile:nth-child(4){width:.06rem;height:.06rem;--start-x: 2rem;--start-y: -1.3rem }.screen-two-particle-mobile:nth-child(5){width:.06rem;height:.06rem;--start-x: 1.6rem;--start-y: -1rem }.screen-two-particle-mobile:nth-child(6){width:.06rem;height:.06rem;--start-x: 1.3rem;--start-y: -.8rem }.screen-two-particle-mobile:nth-child(7){width:.06rem;height:.06rem;--start-x: 2rem;--start-y: -.8rem }.screen-two-particle-mobile:nth-child(8){width:.06rem;height:.06rem;--start-x: -2rem;--start-y: -2rem }.screen-two-particle-mobile:nth-child(9){width:.06rem;height:.06rem;--start-x: -1.6rem;--start-y: -1.6rem }.screen-two-particle-mobile:nth-child(10){width:.06rem;height:.06rem;--start-x: -1.3rem;--start-y: -1.3rem }.screen-two-particle-mobile:nth-child(11){width:.06rem;height:.06rem;--start-x: -2rem;--start-y: -1.3rem }.screen-two-particle-mobile:nth-child(12){width:.06rem;height:.06rem;--start-x: -1.6rem;--start-y: -1rem }.screen-two-particle-mobile:nth-child(13){width:.06rem;height:.06rem;--start-x: -1.3rem;--start-y: -.8rem }.screen-two-particle-mobile:nth-child(14){width:.06rem;height:.06rem;--start-x: -2rem;--start-y: -.8rem }.screen-two-particle-mobile:nth-child(15){width:.06rem;height:.06rem;--start-x: 0rem;--start-y: -1.8rem }.screen-two-particle-mobile:nth-child(16){width:.06rem;height:.06rem;--start-x: -2rem;--start-y: 2rem }.screen-two-particle-mobile:nth-child(17){width:.06rem;height:.06rem;--start-x: -1.6rem;--start-y: 1.6rem }.screen-two-particle-mobile:nth-child(18){width:.06rem;height:.06rem;--start-x: -1.3rem;--start-y: 1.3rem }.screen-two-particle-mobile:nth-child(19){width:.06rem;height:.06rem;--start-x: -2rem;--start-y: 1.3rem }.screen-two-particle-mobile:nth-child(20){width:.06rem;height:.06rem;--start-x: -1.6rem;--start-y: 1rem }.screen-two-particle-mobile:nth-child(21){width:.06rem;height:.06rem;--start-x: -1.3rem;--start-y: .8rem }.screen-two-particle-mobile:nth-child(22){width:.06rem;height:.06rem;--start-x: -2rem;--start-y: .8rem }.screen-two-particle-mobile:nth-child(23){width:.06rem;height:.06rem;--start-x: 2rem;--start-y: 2rem }.screen-two-particle-mobile:nth-child(24){width:.06rem;height:.06rem;--start-x: 1.6rem;--start-y: 1.6rem }.screen-two-particle-mobile:nth-child(25){width:.06rem;height:.06rem;--start-x: 1.3rem;--start-y: 1.3rem }.screen-two-particle-mobile:nth-child(26){width:.06rem;height:.06rem;--start-x: 2rem;--start-y: 1.3rem }.screen-two-particle-mobile:nth-child(27){width:.06rem;height:.06rem;--start-x: 1.6rem;--start-y: 1rem }.screen-two-particle-mobile:nth-child(28){width:.06rem;height:.06rem;--start-x: 1.3rem;--start-y: .8rem }.screen-two-particle-mobile:nth-child(29){width:.06rem;height:.06rem;--start-x: 2rem;--start-y: .8rem }.screen-two-particle-mobile:nth-child(30){width:.06rem;height:.06rem;--start-x: 0rem;--start-y: 1.8rem }.screen-three-mobile{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;box-sizing:border-box}.light-bg-mobile{position:absolute;top:0;left:50%;width:7.5rem;height:3.75rem;z-index:0;opacity:0;transform:translate(-50%) scaleX(0);transform-origin:center center;will-change:transform,opacity}.screen-three-mobile.has-animated .light-bg-mobile{animation:lightBgSpreadMobile 1.2s ease-out 0s forwards}.screen-three-header-mobile{display:flex;flex-direction:column;align-items:center;gap:.24rem;z-index:1;opacity:0}.screen-three-mobile.has-animated .screen-three-header-mobile{animation:slideDownFadeIn 1s ease-out 1.5s forwards}.screen-three-badge-mobile{display:flex;align-items:center;justify-content:center;gap:.1rem;width:auto;height:.3rem;padding:.08rem .16rem;position:relative;background:linear-gradient(0deg,rgba(0,209,255,.2),rgba(0,209,255,0));border-radius:.24rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.screen-three-badge-mobile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:.24rem;padding:.005rem;background:linear-gradient(180deg,rgba(0,209,255,.5),rgba(0,209,255,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.screen-three-badge-mobile span{font-family:Inter;font-size:.14rem;font-weight:400;line-height:1.5em;color:#00d1ff;letter-spacing:.0168em;white-space:nowrap}.screen-three-badge-mobile .badge-dot-mobile{width:.08rem;height:.08rem;background:#00d1ff;border-radius:50%;box-shadow:0 0 .08rem rgba(0,209,255,.8);animation:pulse 2s ease-in-out infinite;flex-shrink:0}.screen-three-title-mobile{font-family:Inter;font-size:.48rem;text-align:center;line-height:.72rem}.screen-three-title-mobile .title-highlight-mobile{color:#00d1ff}.screen-three-title-mobile .title-normal-mobile{color:#fff}.screen-three-subtitle-mobile{font-family:Inter;font-size:.22rem;color:#b0b7c3;text-align:center;line-height:.32rem}.screen-three-engines-wrapper-mobile{position:relative;width:100%;margin-top:1.4rem;z-index:1;opacity:0;display:flex;flex-direction:column;padding:0 .32rem;box-sizing:border-box}.screen-three-mobile.has-animated .screen-three-engines-wrapper-mobile{animation:slideUpFadeIn 1s ease-out 2.2s forwards}.screen-three-engines-row-mobile{position:relative;width:100%;display:flex;flex-direction:column;margin-top:.32rem}.screen-three-engines-swiper-mobile{width:100%;overflow:visible;display:block}.screen-three-engines-swiper-mobile .swiper-wrapper{display:flex;align-items:stretch}.screen-three-engines-swiper-mobile .swiper-slide{display:flex;justify-content:center;align-items:stretch;flex-shrink:0;box-sizing:border-box;width:6.54rem}.engine-card-slide-mobile{height:auto;display:flex;justify-content:center;align-items:center}.engine-card-mobile{width:6.54rem;height:3.42rem;position:relative;border-radius:.24rem;flex-shrink:0}.engine-card-mobile .engine-card-bg-mobile{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(255,255,255,.01);border:.02rem solid rgba(255,255,255,.1);border-radius:.24rem;-webkit-backdrop-filter:blur(.44rem);backdrop-filter:blur(.44rem);box-shadow:inset 0 0 .55rem rgba(166,223,248,.15);overflow:hidden}.engine-card-mobile .engine-card-content-mobile{position:relative;width:100%;height:100%}.engine-card-mobile .engine-card-content-img-mobile{height:100%;object-fit:cover}.engine-card-mobile .engine-card-footer-mobile{position:absolute;bottom:0;padding:.24rem;display:flex;flex-direction:column;gap:.08rem;z-index:2}.engine-card-mobile .engine-card-footer-mobile .engine-title-mobile{font-family:Inter;font-size:.2rem;font-weight:700;line-height:1.5em;color:#fff;letter-spacing:.0168em}.engine-card-mobile .engine-card-footer-mobile .engine-desc-mobile{font-family:Inter;font-size:.12rem;font-weight:400;line-height:1.5em;color:#b0b7c3;letter-spacing:.0168em}.engine-card-1-mobile .engine-card-footer-mobile{align-items:flex-end;text-align:right;right:.32rem}.engine-card-1-mobile .img1-light-mobile{width:.06rem;height:.06rem;position:absolute;top:.41rem;left:2.79rem;background:#00d1ff;animation:twinkleScale 1.5s ease-in-out infinite;animation-delay:0s;border-radius:50%;z-index:3}.engine-card-1-mobile .img2-light-mobile{width:.06rem;height:.06rem;position:absolute;top:1.18rem;left:2.98rem;background:#00d1ff;animation:twinkleScale 1.5s ease-in-out infinite;animation-delay:.5s;border-radius:50%;z-index:3}.engine-card-1-mobile .img3-light-mobile{width:.06rem;height:.06rem;position:absolute;top:1.99rem;left:2.8rem;background:#00d1ff;animation:twinkleScale 1.5s ease-in-out infinite;animation-delay:1s;border-radius:50%;z-index:3}.engine-card-2-mobile .engine-card-footer-mobile{align-items:flex-end;text-align:right;right:.32rem;width:auto;max-width:5.87rem}.engine-card-2-mobile .kuang-light-mobile{width:.57rem;height:.57rem;position:absolute;top:.69rem;left:3.11rem;opacity:0;transform:rotateY(180deg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:3}.engine-card-2-mobile .kuang-img-mobil{width:.57rem;height:.57rem;position:absolute;top:.69rem;left:2.55rem}.screen-three-mobile.has-animated .engine-card-2-mobile .kuang-light-mobile{animation:fadeIn .3s ease-out 2.8s forwards,kuangLightSwitchMobile .5s steps(1,end) 3.1s infinite}.engine-card-3-mobile{position:relative}.engine-card-3-mobile .img1-mobile{width:2.33rem;height:.56rem;object-fit:cover;position:absolute;bottom:.17rem;left:.16rem;z-index:2}.engine-card-3-mobile .img2-mobile{width:2.33rem;height:.56rem;object-fit:cover;position:absolute;top:.16rem;left:2.45rem;z-index:2}.engine-card-3-mobile .img3-mobile{width:2.33rem;height:.56rem;object-fit:cover;position:absolute;top:1.13rem;right:1.37rem;z-index:2}.engine-card-3-mobile .engine-card-video-mobile{width:100%;height:100%;z-index:0;position:absolute;top:0;left:0;object-fit:cover}.engine-card-3-mobile .engine-card-footer-mobile{align-items:flex-end;text-align:right;right:.32rem;width:auto;max-width:4.52rem}.engine-card-4-mobile .engine-card-footer-mobile{align-items:flex-start;text-align:left;width:auto;max-width:3.9rem}.engine-card-4-mobile .click-tab-img-mobile{width:.32rem;height:.32rem;position:absolute;top:1.55rem;left:3.26rem;opacity:0;background-size:100% 100%;background-position:center;background-repeat:no-repeat;z-index:3}.screen-three-mobile.has-animated .engine-card-4-mobile .click-tab-img-mobile{animation:fadeIn .3s ease-out 2.8s forwards,clickTabSwitchMobile 1s steps(1,end) 3.1s infinite}.screen-three-engines-row-mobile .screen-three-swiper-buttons-mobile{width:100%;display:flex;align-items:center;justify-content:center;gap:.16rem;margin-top:.24rem}@keyframes lightBgSpreadMobile{0%{opacity:0;transform:translate(-50%) scaleX(0);filter:brightness(.5)}20%{opacity:.4;transform:translate(-50%) scaleX(.2);filter:brightness(.7)}50%{opacity:.8;transform:translate(-50%) scaleX(.6);filter:brightness(1.2)}80%{opacity:.95;transform:translate(-50%) scaleX(.9);filter:brightness(1.1)}to{opacity:1;transform:translate(-50%) scaleX(1);filter:brightness(1)}}@keyframes kuangLightSwitchMobile{0%{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHIAAAB0CAMAAABuWpZSAAAAmVBMVEUAAAAB0f8A0f8B0f8C0v8C0f8B0f8D0v8C0P8E0f8E0/8g2P8A0f8A0f8B0f8A0f8A0v8A0f8A0f8C0f8B0f8C0v8C0f8C0v8A0f8B0f8D0f8I0P8Hz/8A0f8A0f8B0f8B0f8B0v8A0P8B0v8A0P8C0v8F0f8C0f8OzP8Jyv8A0f8A0P8B0P8C0v8A0/8D0v8A0/8Ez/8Az/9s1C+uAAAAM3RSTlMA+L6LfHRlUUIqIgjx6OHb1s3Fp56YkoRsWUkdF/3Rt7WvrqJdOTQxEQ7s5siCbl9LOztfFPt+AAAA9klEQVRo3u3Zx43DUAxF0etsS7Zylpzz5Jn+i5sSLG0e8AGeDrgieInvo/Z8otZ1qLUtap6H2mqF2v2G2vUXteUStaZBbbFAra5Ru3yjNp+jVn2hNpuhNp2i9lmiNpmgVhSo5Tlq2Rm1NEXteETtsEdtPEYtSVCLY9R2EWphiFoQoLbZoLZeozYaobbd8pL7U67fUNu8oxaEqEURarsYtY+Evhxe0fsDaqcTaukZtSxDLS/oz9nLqyzpz9krWt8KqCoGcLX7XGqGcDQb/jQM4mYC/ruidrszjJNPC89Dre1QezxQ832MMcYYY4wxxhhjjDHGGNPfP7bxCjFfNUY2AAAAAElFTkSuQmCC)}33.33%{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAA6CAYAAAAKjPErAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADSSURBVHgB7dhBCsJADAXQn2iRqrj1Zp7HI+oFxJXg3rYU2omZomdQkv+gzEzTTfltBgYgIiIiIiIiIiIiIiIi+n9nU0R3vNoOwelzxhbBabtBi+B0MOwRnDaW4HM1Q/zGMyFBkqsMSSJDkjMSJKmaIMkyM8kQauNJ0F1LhiQlQZKWYZ9EkpdM0HiESYaQo/FIYZIhqCgmBFfPeF4ITuRid99Gep8vlwkG/0978XG5V2vF599nfCy+Xn3WUmuNjzMGb9Wdrr02YjgUdI8bRpy88mNv5aw+cJOK3R8AAAAASUVORK5CYII=)}66.66%{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAA6CAYAAAAKjPErAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACJSURBVHgB7c5BCsMgFIThUULporbQa/T+d+m6J1ADXQSS1zE5QyGL/wNx3iioBAAAAAAAAAAAAAAAAAAAAAAAAJxU0h+8Ii6ft8q86K6s4lfKtKpEeHYOuXPekm55ZDnruOd+zHtOR746z+5bJLWx+9PdZ01j1r5Xbe6y+irVKatlr+Wr/nyo/gBK+ib82i462AAAAABJRU5ErkJggg==)}to{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHIAAAB0CAMAAABuWpZSAAAAmVBMVEUAAAAB0f8A0f8B0f8C0v8C0f8B0f8D0v8C0P8E0f8E0/8g2P8A0f8A0f8B0f8A0f8A0v8A0f8A0f8C0f8B0f8C0v8C0f8C0v8A0f8B0f8D0f8I0P8Hz/8A0f8A0f8B0f8B0f8B0v8A0P8B0v8A0P8C0v8F0f8C0f8OzP8Jyv8A0f8A0P8B0P8C0v8A0/8D0v8A0/8Ez/8Az/9s1C+uAAAAM3RSTlMA+L6LfHRlUUIqIgjx6OHb1s3Fp56YkoRsWUkdF/3Rt7WvrqJdOTQxEQ7s5siCbl9LOztfFPt+AAAA9klEQVRo3u3Zx43DUAxF0etsS7Zylpzz5Jn+i5sSLG0e8AGeDrgieInvo/Z8otZ1qLUtap6H2mqF2v2G2vUXteUStaZBbbFAra5Ru3yjNp+jVn2hNpuhNp2i9lmiNpmgVhSo5Tlq2Rm1NEXteETtsEdtPEYtSVCLY9R2EWphiFoQoLbZoLZeozYaobbd8pL7U67fUNu8oxaEqEURarsYtY+Evhxe0fsDaqcTaukZtSxDLS/oz9nLqyzpz9krWt8KqCoGcLX7XGqGcDQb/jQM4mYC/ruidrszjJNPC89Dre1QezxQ832MMcYYY4wxxhhjjDHGGNPfP7bxCjFfNUY2AAAAAElFTkSuQmCC)}}@keyframes clickTabSwitchMobile{0%{background-image:url("data:image/svg+xml,%3csvg%20width='34'%20height='34'%20viewBox='0%200%2034%2034'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17.2407%2016.6987L18.1625%2031.0692L21.7958%2025.2246L28.981%2024.7638L17.2407%2016.6987Z'%20fill='%2300D1FF'%20stroke='%2300D1FF'%20stroke-linejoin='round'/%3e%3cpath%20d='M17.4522%2024.1767C21.4205%2023.9222%2024.4311%2020.4989%2024.1766%2016.5306C23.922%2012.5623%2020.4988%209.55169%2016.5304%209.80622C12.5621%2010.0608%209.55155%2013.484%209.80609%2017.4523C10.0606%2021.4206%2013.4839%2024.4312%2017.4522%2024.1767Z'%20fill='%2300D1FF'%20fill-opacity='0.12'/%3e%3cpath%20opacity='0.4'%20d='M16.2231%205.01599L16.3256%206.61271'%20stroke='%2300D1FF'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22.3137%206.23698L21.604%207.67095M26.9778%2010.3388L25.6462%2011.2259M28.9666%2016.2236L27.3698%2016.326M8.33609%2022.7576L7.00454%2023.6446M6.61249%2017.6574L5.01578%2017.7598'%20stroke='%2300D1FF'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20opacity='0.4'%20d='M7.67017%2012.3793L6.23621%2011.6696M11.2251%208.33704L10.3381%207.00549'%20stroke='%2300D1FF'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}50%{background-image:url("data:image/svg+xml,%3csvg%20width='34'%20height='34'%20viewBox='0%200%2034%2034'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.2412%2013.6987L17.163%2028.0692L20.7963%2022.2246L27.9815%2021.7638L16.2412%2013.6987Z'%20fill='%2300D1FF'%20stroke='%2300D1FF'%20stroke-linejoin='round'/%3e%3cpath%20d='M17.4522%2024.1767C21.4205%2023.9222%2024.4311%2020.4989%2024.1766%2016.5306C23.922%2012.5623%2020.4988%209.55169%2016.5304%209.80622C12.5621%2010.0608%209.55155%2013.484%209.80609%2017.4523C10.0606%2021.4206%2013.4839%2024.4312%2017.4522%2024.1767Z'%20fill='%2300D1FF'%20fill-opacity='0.12'/%3e%3cpath%20opacity='0.4'%20d='M16.2231%205.01599L16.3256%206.61271'%20stroke='%2300D1FF'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22.3137%206.23698L21.604%207.67095M26.9778%2010.3388L25.6462%2011.2259M28.9666%2016.2236L27.3698%2016.326M8.33609%2022.7576L7.00454%2023.6446M6.61249%2017.6574L5.01578%2017.7598'%20stroke='%2300D1FF'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20opacity='0.4'%20d='M7.67017%2012.3793L6.23621%2011.6696M11.2251%208.33704L10.3381%207.00549'%20stroke='%2300D1FF'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}to{background-image:url("data:image/svg+xml,%3csvg%20width='34'%20height='34'%20viewBox='0%200%2034%2034'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17.2407%2016.6987L18.1625%2031.0692L21.7958%2025.2246L28.981%2024.7638L17.2407%2016.6987Z'%20fill='%2300D1FF'%20stroke='%2300D1FF'%20stroke-linejoin='round'/%3e%3cpath%20d='M17.4522%2024.1767C21.4205%2023.9222%2024.4311%2020.4989%2024.1766%2016.5306C23.922%2012.5623%2020.4988%209.55169%2016.5304%209.80622C12.5621%2010.0608%209.55155%2013.484%209.80609%2017.4523C10.0606%2021.4206%2013.4839%2024.4312%2017.4522%2024.1767Z'%20fill='%2300D1FF'%20fill-opacity='0.12'/%3e%3cpath%20opacity='0.4'%20d='M16.2231%205.01599L16.3256%206.61271'%20stroke='%2300D1FF'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22.3137%206.23698L21.604%207.67095M26.9778%2010.3388L25.6462%2011.2259M28.9666%2016.2236L27.3698%2016.326M8.33609%2022.7576L7.00454%2023.6446M6.61249%2017.6574L5.01578%2017.7598'%20stroke='%2300D1FF'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20opacity='0.4'%20d='M7.67017%2012.3793L6.23621%2011.6696M11.2251%208.33704L10.3381%207.00549'%20stroke='%2300D1FF'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}}.screen-four-mobile{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:5.14rem;position:relative;overflow:hidden;box-sizing:border-box}.screen-four-header-mobile{display:flex;flex-direction:column;align-items:center;gap:.24rem;width:100%;padding:0 .32rem;box-sizing:border-box;z-index:1;opacity:0}.screen-four-mobile.has-animated .screen-four-header-mobile{animation:slideDownFadeIn 1s ease-out 2.6s forwards}.screen-four-badge-mobile{display:flex;align-items:center;justify-content:center;gap:.1rem;width:auto;height:.3rem;padding:.08rem .16rem;position:relative;background:linear-gradient(0deg,rgba(0,209,255,.2),rgba(0,209,255,0));border-radius:.24rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.screen-four-badge-mobile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:.24rem;padding:.005rem;background:linear-gradient(180deg,rgba(0,209,255,.5),rgba(0,209,255,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.screen-four-badge-mobile span{font-family:Inter;font-size:.12rem;font-weight:400;line-height:1.5em;color:#00d1ff;letter-spacing:.0168em;white-space:nowrap}.screen-four-badge-mobile .badge-dot-mobile{width:.08rem;height:.08rem;background:#00d1ff;border-radius:50%;box-shadow:0 0 .08rem rgba(0,209,255,.8);animation:pulse 2s ease-in-out infinite;flex-shrink:0}.screen-four-subtitle-mobile{width:100%;font-family:Inter;font-size:.22rem;color:#b0b7c3;text-align:center;line-height:.32rem}.screen-four-title-mobile{width:100%;font-family:Inter;font-size:.48rem;text-align:center;line-height:.72rem}.screen-four-title-mobile .title-highlight-mobile{color:#00d1ff}.screen-four-title-mobile .title-normal-mobile{color:#fff}.screen-four-data-mobile{display:flex;flex-direction:column;align-items:center;gap:.24rem;width:100%;padding:0 .32rem;box-sizing:border-box;z-index:1;position:relative;opacity:0;margin-top:.32rem}.screen-four-mobile.has-animated .screen-four-data-mobile{animation:slideUpFadeIn 1s ease-out 3.6s forwards}.data-row-mobile{display:flex;justify-content:space-between;align-items:center;width:100%;gap:.48rem}.data-item-mobile{display:flex;align-items:center;gap:.16rem;position:relative;width:3.08rem;padding:.16rem .24rem;background:rgba(255,255,255,.05);border:.005rem solid rgba(0,209,255,.05);border-radius:.06rem;box-shadow:0 .02rem .24rem rgba(0,243,255,.15),inset 0 0 .25rem rgba(0,209,255,.05),inset 0 0 .08rem rgba(255,255,255,.1);-webkit-backdrop-filter:blur(34px);backdrop-filter:blur(34px)}.data-content-mobile{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;flex:1}.data-value-mobile{font-family:Orbitron,sans-serif;font-size:.28rem;font-weight:400;line-height:1.5em;letter-spacing:.0168em;background:linear-gradient(217deg,#06f,#00d1ff 54%,#00f3ff 88%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:right;white-space:nowrap}.data-label-mobile{font-family:Inter;font-size:.14rem;font-weight:400;color:#4b5563;text-align:right;white-space:nowrap;line-height:1.5em;letter-spacing:.0168em}.data-icon-wrapper-mobile{width:.62rem;height:.62rem;padding:.01rem;border-radius:.06rem;position:relative;overflow:hidden;flex-shrink:0}.data-icon-wrapper-mobile .data-icon-mobile{width:.6rem;height:.6rem;position:absolute;top:.01rem;left:.01rem;z-index:1}.data-icon-wrapper-mobile:before{content:"";background:conic-gradient(rgba(0,209,255,0),#00d1ff,rgba(0,209,255,0) 200deg);height:3.6rem;top:0;right:0;bottom:0;left:0;position:absolute;scale:4;translate:0 -1.6rem;animation:dataIconFlowMobile 3s linear infinite;z-index:0}@keyframes dataIconFlowMobile{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.screen-four-animation-mobile{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100%;height:auto;z-index:0}.screen-four-animation-mobile .footer-bg-mobile{position:absolute;left:50%;bottom:0;transform:translate(-50%);width:7.5rem;height:3.75rem;opacity:0;z-index:2}.screen-four-mobile.has-animated .screen-four-animation-mobile .footer-bg-mobile{animation:fadeIn .8s ease-out .2s forwards}.screen-four-animation-mobile .light-box-mobile{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:7.5rem;height:6rem;opacity:0;z-index:2}.screen-four-animation-mobile .light-box-mobile .light-bg-mobile{width:100%;height:2.75rem;position:relative;top:50%;transform:translateY(-50%)}.screen-four-animation-mobile .light-box-mobile .dot-mobile{position:absolute;width:.08rem;height:.08rem;background:#00d1ff;border-radius:50%;box-shadow:0 0 .08rem rgba(0,209,255,.8);animation:pulse 2s ease-in-out infinite;z-index:10}.screen-four-animation-mobile .light-box-mobile .dot-mobile.dot-1-mobile{bottom:3.81rem;left:1.19rem;animation-delay:0s}.screen-four-animation-mobile .light-box-mobile .dot-mobile.dot-2-mobile{bottom:3.58rem;left:.22rem;animation-delay:.2s}.screen-four-animation-mobile .light-box-mobile .dot-mobile.dot-3-mobile{bottom:3.22rem;left:.623rem;animation-delay:.4s}.screen-four-animation-mobile .light-box-mobile .dot-mobile.dot-4-mobile{bottom:2.91rem;left:.38rem;animation-delay:.6s}.screen-four-animation-mobile .light-box-mobile .dot-mobile.dot-5-mobile{bottom:2.61rem;left:.9043rem;animation-delay:.8s}.screen-four-animation-mobile .light-box-mobile .dot-mobile.dot-6-mobile{bottom:2.19rem;left:.16rem;animation-delay:1s}.screen-four-animation-mobile .light-box-mobile .dot-mobile.dot-7-mobile{bottom:2.02rem;left:.8858rem;animation-delay:.3s}.screen-four-animation-mobile .light-box-mobile .dot-mobile.dot-8-mobile{bottom:3.81rem;right:1.3375rem;animation-delay:0s}.screen-four-animation-mobile .light-box-mobile .dot-mobile.dot-9-mobile{bottom:3.58rem;right:.3503rem;animation-delay:.2s}.screen-four-animation-mobile .light-box-mobile .dot-mobile.dot-10-mobile{bottom:3.22rem;right:.7089rem;animation-delay:.4s}.screen-four-animation-mobile .light-box-mobile .dot-mobile.dot-11-mobile{bottom:2.91rem;right:.5093rem;animation-delay:.6s}.screen-four-animation-mobile .light-box-mobile .dot-mobile.dot-12-mobile{bottom:2.61rem;right:1.0596rem;animation-delay:.8s}.screen-four-animation-mobile .light-box-mobile .dot-mobile.dot-13-mobile{bottom:2.19rem;right:.1506rem;animation-delay:1s}.screen-four-animation-mobile .light-box-mobile .dot-mobile.dot-14-mobile{bottom:2rem;right:.8125rem;animation-delay:.3s}.screen-four-mobile.has-animated .screen-four-animation-mobile .light-box-mobile{animation:fadeIn .8s ease-out 1s forwards}.screen-four-animation-mobile .circle-r-bg-mobile{position:absolute;width:7.5rem;height:6rem;bottom:-30px;left:50%;transform:translate(-50%);opacity:0;z-index:0;object-fit:cover}.screen-four-mobile.has-animated .screen-four-animation-mobile .circle-r-bg-mobile{animation:fadeIn .8s ease-out 1.8s forwards}.screen-five-mobile{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.screen-five-mobile .light-bg-mobile{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:0}.screen-five-mobile .wang-bg-mobile{position:absolute;top:0;left:0;height:100%;opacity:0;z-index:0}.screen-five-mobile .bar-bg-mobile{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:0}.five-light-mobile{position:absolute;top:3.2rem;left:60%;transform:translate(-50%);width:4.21rem;height:.88rem;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZwAAACsCAMAAAB4kuoSAAAAYFBMVEUAAAAA0f8AzP8Az/8AzP8A0v8A0v8A0P8A1P8Az/8A0P8A0f8A0P8Azv8Az/8A0v8A0f8A0P8A0f8A0v8A1f8A0v8A0f8A0f8A0v8A1P8A0P8Ayv8A0f8A0P8A0f8A0f+0jupHAAAAH3RSTlMATQoPBUMemRMwSCs/RDoi3yaDjxi9b++gNXMiz2BWHz1tTwAABHRJREFUeNrs3ctym0AUhOG5wAxISEFgXeLInvd/y8TZn1NFR6G8+L8tVYa2vezqE5b2CIa3Q98Zj1LfZ+NRd44/guEYj2G7fOiT9R1T/xYM53gJhlg/hdDDshTrO7TQvw5n82VfoVtro5nOfOMlxtFKF2NvRYgxprDZGM1f848Yf1rpYjwEQ6212KGtR5+1fmihrb9AH+NgPPr5Ffra5mAmPyQruR2hO9n/KVM8he1+2BHyIV6E73ivixD6UutZeNkpTva/3SnZoXMIYw6W3AVLSsHS5eD9REFyviNL31GS8onDoHxHcB4NnRcaAAAAAAAAAAAAAADgr0schQpXmedR6K05fh2m7rW9tWtb7NDHYBjXJW0PnfzQQm/tsi5DiDHm7b21pbWHV+Haborx7aW9tam1ezA4od/t/tOqh97eW7vVGsM5nrwKl538Q6hwOY5GhUvureW5rcHghO7rOuwT2u+t9bUWp6flPirF64sphu7FvbU8BilZUkKnl4ceUgAAAAAAAAAAAAAAADB6a1aFy99b8/nTY3pvrTznKPTWhL01P3S5tpsQ+na/Zm9vza9w9d7emk3YW9N6a7fWrkJvTdtbO9qhY2uzsLc2tzY5e2tihWswIlj8vTW9tzbe2+L01sS9NSe08zJhb+3R5mKHzmqFK6WgyN2Le2tllHprJb14ZK6M0t7alNlbAwAAAAAAAAAAAAAAO/fW9Duht/szf/O9NSf08F77YFjb6u6t6b213e6EPluL33xvzemtjdUsW5XWWvb21vTe2m53Qtc2l2++t+aETovdIZ3b09tb03trO94JnfK331tzQg8lmEbuhAIAAAAAAAAAAAAAgH+ytIc3Pab11qQK1yQ0GoZlGe2KzSVsox9HTX5ZT+2ttdZG506o1ltzKlzF21vbrK/1ZheZDsFhhy7anVBvb03srV3bLEyPib21Z5uFvTVHWWvUTnfudxz1FCe5tzZmod2l9tbG7FW4BIN6r1QIrd4JzfTWAAAAAAAAAAAAAADA/9hb0ytc2TmZ+Vk/hd7aeJ/LDntrWlnPp98Jnf6ENqfH/N7a0tpj+8nModY6bO+tPVpbdthb0+6E+vQ7odev0Od4Eitcws7ZUheht3azI+h7a2pZzybeCbVDj0ZPS65w6fc5B+dlece9Nb+sZxPvhHqhAQAAAAAAAAAAAAAA/or1w91is+1zJ1TvrZ3jZbc7oeXabmJvzdtbq7VayY0tNsML7oRqvTVhb02/E+qU9cTemre39m5XyYwtNsML7oRqvTXhO/Q7oU5JTuytuXtrJUnzaGGnO6F6b63LO94JLb/bu0McAGEgCqJQAtsGRSWC+x+T9ABbMQE3z1bVT/422K25tyZJkiRJkiRJkiRJkn7aW6u9pynZHfsk4QJ7a9tIuHKsWwOfht0avxMK99bWSFvEFtFBtzbZW2sj4cqBbg3srfFujd8JhdNjV57elR4P6NbO6cnM+mk/Rz7NuzV+J5ROj9W6ZMoBejF4MpP3c+CJd2vw0y/rvTygm7XIVAAAAABJRU5ErkJggg==);background-size:100% 100%;background-position:center;background-repeat:no-repeat;z-index:1;opacity:0}.screen-five-mobile.has-animated .five-light-mobile{animation:fadeIn .3s ease-out 4.4s forwards,fiveLightSwitchMobile .5s steps(1,end) 4.7s infinite}.screen-five-header-mobile{display:flex;flex-direction:column;align-items:center;gap:.24rem;width:100%;padding:0 .32rem;box-sizing:border-box;z-index:1;opacity:0}.screen-five-mobile.has-animated .screen-five-header-mobile{animation:slideDownFadeIn 1s ease-out 1.8s forwards}.screen-five-badge-mobile{display:flex;align-items:center;justify-content:center;gap:.1rem;width:auto;height:.3rem;padding:.08rem .16rem;position:relative;background:linear-gradient(0deg,rgba(0,209,255,.2),rgba(0,209,255,0));border-radius:.24rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.screen-five-badge-mobile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:.24rem;padding:.005rem;background:linear-gradient(180deg,rgba(0,209,255,.5),rgba(0,209,255,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.screen-five-badge-mobile span{font-family:Inter;font-size:.14rem;font-weight:400;line-height:1.5em;color:#00d1ff;letter-spacing:.0168em;white-space:nowrap}.screen-five-badge-mobile .badge-dot-mobile{width:.08rem;height:.08rem;background:#00d1ff;border-radius:50%;box-shadow:0 0 .08rem rgba(0,209,255,.8);animation:pulse 2s ease-in-out infinite;flex-shrink:0}.screen-five-tagline-mobile{font-family:Inter;font-size:.22rem;color:#b0b7c3;text-align:center;width:100%;line-height:.32rem}.screen-five-title-mobile{font-family:Inter;font-size:.48rem;text-align:center;width:100%;line-height:.72rem;letter-spacing:.02625em}.screen-five-title-mobile .title-highlight-mobile{color:#00d1ff}.screen-five-title-mobile .title-normal-mobile{color:#fff}.screen-five-swiper-wrapper-mobile{position:relative;width:100%;margin-top:1.6rem;box-sizing:border-box;z-index:1;opacity:0}.screen-five-mobile.has-animated .screen-five-swiper-wrapper-mobile{animation:slideUpFadeIn 1s ease-out 2.8s forwards}.screen-five-swiper-mobile{width:100%;padding-bottom:.32rem;overflow:hidden;margin:0 auto;display:block}.screen-five-swiper-mobile .swiper-wrapper{display:flex;align-items:stretch}.screen-five-swiper-mobile .swiper-slide{display:flex;justify-content:center;align-items:stretch;width:100%!important;height:auto;flex-shrink:0;box-sizing:border-box}.job-card-slide-mobile{height:auto;display:flex;justify-content:center;align-items:center}.job-card-mobile{width:100%;max-width:6.54rem;height:auto;min-height:4.4rem;border-radius:.18rem;overflow:visible;position:relative;background:rgba(0,209,255,.01);border:.01rem solid rgba(0,209,255,.2);box-shadow:0 .06rem .12rem rgba(0,209,255,.15),inset 0 0 .3rem rgba(197,185,246,.1);-webkit-backdrop-filter:blur(34px);backdrop-filter:blur(34px);display:flex;flex-direction:row;gap:.2rem;padding:.16rem;transition:all .3s ease}.job-card-mobile:hover{border-color:rgba(0,209,255,.4);box-shadow:inset 0 0 .3rem rgba(197,185,246,.15),0 .06rem .12rem rgba(0,209,255,.15)}.job-card-mobile .job-card-left-mobile{width:3.93rem;height:4.4rem;padding:.4rem;display:flex;flex-direction:column;justify-content:space-between;gap:.48rem;background:rgba(0,209,255,.05);border:.01rem solid #00D1FF;border-radius:.18rem;box-shadow:inset 0 0 .555rem rgba(197,185,246,.15),inset 0 0 .14rem rgba(255,255,255,.2);-webkit-backdrop-filter:blur(34px);backdrop-filter:blur(34px);position:relative;overflow:hidden}.job-card-mobile .job-card-header-mobile{display:flex;flex-direction:row;align-items:center;gap:.12rem}.job-card-mobile .job-icon-wrapper-mobile{width:.48rem;height:.48rem;flex-shrink:0}.job-card-mobile .job-icon-mobile{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:Inter;font-size:.24rem;font-weight:700;color:#00d1ff;background:rgba(0,209,255,.1);border-radius:.08rem}.job-card-mobile .job-title-group-mobile{display:flex;flex-direction:column;gap:.04rem}.job-card-mobile .job-title-mobile{font-family:Inter;font-size:.22rem;font-weight:700;line-height:1.21em;letter-spacing:-.02em;color:#00d1ff;opacity:.8}.job-card-mobile .job-direction-mobile{font-family:Plus Jakarta Sans,sans-serif;font-size:.14rem;font-weight:400;line-height:1.26em;letter-spacing:-.02em;color:#fff;opacity:.5}.job-card-mobile .job-requirements-mobile{display:flex;flex-direction:column;gap:.12rem;flex:1}.job-card-mobile .requirement-item-mobile{font-family:Inter;font-size:.14rem;font-weight:500;line-height:1.5em;letter-spacing:-.02em;color:#fff;white-space:pre-line}.job-card-mobile .job-light-mobile{position:absolute;top:1.07rem;left:.4rem;width:.2765rem;height:.28rem;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZwAAACsCAMAAAB4kuoSAAAAYFBMVEUAAAAA0f8AzP8Az/8AzP8A0v8A0v8A0P8A1P8Az/8A0P8A0f8A0P8Azv8Az/8A0v8A0f8A0P8A0f8A0v8A1f8A0v8A0f8A0f8A0v8A1P8A0P8Ayv8A0f8A0P8A0f8A0f+0jupHAAAAH3RSTlMATQoPBUMemRMwSCs/RDoi3yaDjxi9b++gNXMiz2BWHz1tTwAABHRJREFUeNrs3ctym0AUhOG5wAxISEFgXeLInvd/y8TZn1NFR6G8+L8tVYa2vezqE5b2CIa3Q98Zj1LfZ+NRd44/guEYj2G7fOiT9R1T/xYM53gJhlg/hdDDshTrO7TQvw5n82VfoVtro5nOfOMlxtFKF2NvRYgxprDZGM1f848Yf1rpYjwEQ6212KGtR5+1fmihrb9AH+NgPPr5Ffra5mAmPyQruR2hO9n/KVM8he1+2BHyIV6E73ivixD6UutZeNkpTva/3SnZoXMIYw6W3AVLSsHS5eD9REFyviNL31GS8onDoHxHcB4NnRcaAAAAAAAAAAAAAADgr0schQpXmedR6K05fh2m7rW9tWtb7NDHYBjXJW0PnfzQQm/tsi5DiDHm7b21pbWHV+Haborx7aW9tam1ezA4od/t/tOqh97eW7vVGsM5nrwKl538Q6hwOY5GhUvureW5rcHghO7rOuwT2u+t9bUWp6flPirF64sphu7FvbU8BilZUkKnl4ceUgAAAAAAAAAAAAAAADB6a1aFy99b8/nTY3pvrTznKPTWhL01P3S5tpsQ+na/Zm9vza9w9d7emk3YW9N6a7fWrkJvTdtbO9qhY2uzsLc2tzY5e2tihWswIlj8vTW9tzbe2+L01sS9NSe08zJhb+3R5mKHzmqFK6WgyN2Le2tllHprJb14ZK6M0t7alNlbAwAAAAAAAAAAAAAAO/fW9Duht/szf/O9NSf08F77YFjb6u6t6b213e6EPluL33xvzemtjdUsW5XWWvb21vTe2m53Qtc2l2++t+aETovdIZ3b09tb03trO94JnfK331tzQg8lmEbuhAIAAAAAAAAAAAAAgH+ytIc3Pab11qQK1yQ0GoZlGe2KzSVsox9HTX5ZT+2ttdZG506o1ltzKlzF21vbrK/1ZheZDsFhhy7anVBvb03srV3bLEyPib21Z5uFvTVHWWvUTnfudxz1FCe5tzZmod2l9tbG7FW4BIN6r1QIrd4JzfTWAAAAAAAAAAAAAADA/9hb0ytc2TmZ+Vk/hd7aeJ/LDntrWlnPp98Jnf6ENqfH/N7a0tpj+8nModY6bO+tPVpbdthb0+6E+vQ7odev0Od4Eitcws7ZUheht3azI+h7a2pZzybeCbVDj0ZPS65w6fc5B+dlece9Nb+sZxPvhHqhAQAAAAAAAAAAAAAA/or1w91is+1zJ1TvrZ3jZbc7oeXabmJvzdtbq7VayY0tNsML7oRqvTVhb02/E+qU9cTemre39m5XyYwtNsML7oRqvTXhO/Q7oU5JTuytuXtrJUnzaGGnO6F6b63LO94JLb/bu0McAGEgCqJQAtsGRSWC+x+T9ABbMQE3z1bVT/422K25tyZJkiRJkiRJkiRJkn7aW6u9pynZHfsk4QJ7a9tIuHKsWwOfht0avxMK99bWSFvEFtFBtzbZW2sj4cqBbg3srfFujd8JhdNjV57elR4P6NbO6cnM+mk/Rz7NuzV+J5ROj9W6ZMoBejF4MpP3c+CJd2vw0y/rvTygm7XIVAAAAABJRU5ErkJggg==);background-size:contain;background-position:center;background-repeat:no-repeat;animation:fiveLightSwitchMobile .5s steps(1,end) infinite;z-index:2}.job-card-mobile .job-card-right-mobile{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;gap:.48rem;padding:.12rem .12rem .12rem 0;flex:1;align-self:stretch}.job-card-mobile .skills-title-mobile{font-family:Inter;font-size:.18rem;font-weight:400;line-height:1.21em;letter-spacing:-.02em;background:linear-gradient(180deg,rgba(0,102,255,0),#00f3ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;align-self:stretch}.job-card-mobile .skills-list-mobile{display:flex;flex-direction:column;gap:.04rem;align-self:stretch}.job-card-mobile .skill-tag-mobile{padding:.02rem .12rem;border-radius:.99rem;font-family:Inter;font-size:.12rem;font-weight:400;line-height:1.5em;letter-spacing:-.02em;color:#fff;opacity:.6;white-space:nowrap;display:inline-flex;justify-content:center;align-items:center;width:-webkit-fit-content;width:fit-content;position:relative;border:.005rem solid transparent}.job-card-mobile .skill-tag-mobile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:.99rem;padding:.005rem;background:linear-gradient(180deg,currentColor 0%,transparent 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.job-card-mobile .skill-tag-mobile.skill-tag-blue-mobile{background:rgba(0,209,255,.1);color:rgba(0,209,255,.5)}.job-card-mobile .skill-tag-mobile.skill-tag-purple-mobile{background:rgba(138,43,226,.1);color:rgba(138,43,226,.5)}.job-card-mobile .skill-tag-mobile.skill-tag-pink-mobile{background:rgba(255,0,229,.1);color:rgba(255,0,229,.5)}.job-card-mobile .skill-tag-mobile.skill-tag-cyan-mobile{background:rgba(0,243,255,.1);color:rgba(0,243,255,.5)}.job-card-mobile .apply-button-mobile{width:1.69rem;height:.4rem;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;gap:.08rem;background:linear-gradient(180deg,#000505,#001a1c,#012f31);border:.01rem solid #333737;border-radius:.06rem;box-shadow:0 .02rem .12rem rgba(0,209,255,.1)}.job-card-mobile .apply-button-mobile span{font-family:Inter;font-size:.18rem;font-weight:400;line-height:1.33em;color:#b0b7c3;white-space:nowrap}.job-card-mobile .apply-button-mobile img{width:.2rem;height:.2rem}.screen-five-swiper-buttons-mobile{width:100%;display:flex;align-items:center;justify-content:center;gap:.16rem}.swiper-button-prev-custom-mobile,.swiper-button-next-custom-mobile{width:.44rem;height:.44rem;z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.1);border:.01rem solid rgba(255,255,255,.15);border-radius:.12rem;transition:all .3s ease;color:#fff;pointer-events:auto;user-select:none;-webkit-user-select:none;position:relative}.swiper-button-prev-custom-mobile:hover,.swiper-button-next-custom-mobile:hover{background:rgba(0,209,255,.1);border-color:rgba(0,209,255,.3);color:#00d1ff}.swiper-button-prev-custom-mobile:active,.swiper-button-next-custom-mobile:active{transform:scale(.95)}.swiper-button-prev-custom-mobile svg,.swiper-button-next-custom-mobile svg{width:.24rem;height:.24rem;pointer-events:none}.swiper-pagination-custom-mobile{display:flex;align-items:center;justify-content:center;gap:.16rem;z-index:10;width:auto!important;margin:0 .4rem}.swiper-pagination-bullet-custom-mobile{width:.04rem;height:.04rem;border-radius:50%;background:rgba(255,255,255,.3);opacity:.8;cursor:pointer;transition:all .3s ease;display:inline-block}.swiper-pagination-bullet-active-custom-mobile{width:.42rem;height:.04rem;border-radius:.02rem;background:#fff;opacity:1}.screen-five-mobile.has-animated .light-bg-mobile{animation:fadeIn .8s ease-out .2s forwards}.screen-five-mobile.has-animated .wang-bg-mobile{animation:fadeIn .8s ease-out 1s forwards}.screen-five-mobile.has-animated .bar-bg-mobile{animation:fadeIn .8s ease-out 3.6s forwards}@keyframes fiveLightSwitchMobile{0%{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZwAAACsCAMAAAB4kuoSAAAAYFBMVEUAAAAA0f8AzP8Az/8AzP8A0v8A0v8A0P8A1P8Az/8A0P8A0f8A0P8Azv8Az/8A0v8A0f8A0P8A0f8A0v8A1f8A0v8A0f8A0f8A0v8A1P8A0P8Ayv8A0f8A0P8A0f8A0f+0jupHAAAAH3RSTlMATQoPBUMemRMwSCs/RDoi3yaDjxi9b++gNXMiz2BWHz1tTwAABHRJREFUeNrs3ctym0AUhOG5wAxISEFgXeLInvd/y8TZn1NFR6G8+L8tVYa2vezqE5b2CIa3Q98Zj1LfZ+NRd44/guEYj2G7fOiT9R1T/xYM53gJhlg/hdDDshTrO7TQvw5n82VfoVtro5nOfOMlxtFKF2NvRYgxprDZGM1f848Yf1rpYjwEQ6212KGtR5+1fmihrb9AH+NgPPr5Ffra5mAmPyQruR2hO9n/KVM8he1+2BHyIV6E73ivixD6UutZeNkpTva/3SnZoXMIYw6W3AVLSsHS5eD9REFyviNL31GS8onDoHxHcB4NnRcaAAAAAAAAAAAAAADgr0schQpXmedR6K05fh2m7rW9tWtb7NDHYBjXJW0PnfzQQm/tsi5DiDHm7b21pbWHV+Haborx7aW9tam1ezA4od/t/tOqh97eW7vVGsM5nrwKl538Q6hwOY5GhUvureW5rcHghO7rOuwT2u+t9bUWp6flPirF64sphu7FvbU8BilZUkKnl4ceUgAAAAAAAAAAAAAAADB6a1aFy99b8/nTY3pvrTznKPTWhL01P3S5tpsQ+na/Zm9vza9w9d7emk3YW9N6a7fWrkJvTdtbO9qhY2uzsLc2tzY5e2tihWswIlj8vTW9tzbe2+L01sS9NSe08zJhb+3R5mKHzmqFK6WgyN2Le2tllHprJb14ZK6M0t7alNlbAwAAAAAAAAAAAAAAO/fW9Duht/szf/O9NSf08F77YFjb6u6t6b213e6EPluL33xvzemtjdUsW5XWWvb21vTe2m53Qtc2l2++t+aETovdIZ3b09tb03trO94JnfK331tzQg8lmEbuhAIAAAAAAAAAAAAAgH+ytIc3Pab11qQK1yQ0GoZlGe2KzSVsox9HTX5ZT+2ttdZG506o1ltzKlzF21vbrK/1ZheZDsFhhy7anVBvb03srV3bLEyPib21Z5uFvTVHWWvUTnfudxz1FCe5tzZmod2l9tbG7FW4BIN6r1QIrd4JzfTWAAAAAAAAAAAAAADA/9hb0ytc2TmZ+Vk/hd7aeJ/LDntrWlnPp98Jnf6ENqfH/N7a0tpj+8nModY6bO+tPVpbdthb0+6E+vQ7odev0Od4Eitcws7ZUheht3azI+h7a2pZzybeCbVDj0ZPS65w6fc5B+dlece9Nb+sZxPvhHqhAQAAAAAAAAAAAAAA/or1w91is+1zJ1TvrZ3jZbc7oeXabmJvzdtbq7VayY0tNsML7oRqvTVhb02/E+qU9cTemre39m5XyYwtNsML7oRqvTXhO/Q7oU5JTuytuXtrJUnzaGGnO6F6b63LO94JLb/bu0McAGEgCqJQAtsGRSWC+x+T9ABbMQE3z1bVT/422K25tyZJkiRJkiRJkiRJkn7aW6u9pynZHfsk4QJ7a9tIuHKsWwOfht0avxMK99bWSFvEFtFBtzbZW2sj4cqBbg3srfFujd8JhdNjV57elR4P6NbO6cnM+mk/Rz7NuzV+J5ROj9W6ZMoBejF4MpP3c+CJd2vw0y/rvTygm7XIVAAAAABJRU5ErkJggg==)}50%{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZwAAACsCAMAAAB4kuoSAAAAZlBMVEUAAAAA0f8A0P8AzP8A1f8AzP8Az/8Azv8A0v8A1/8A0P8Az/8A0P8A0f8A0v8A0P8A0P8A0f8Az/8A0P8Azv8A0f8A0f8A0f8A0f8A0P8A1f8A0v8A0f8A0v8A0f8A0f8A0v8A0f+bcyxdAAAAIXRSTlMATZkKEwUwDkMchiA5348/JisQSEQif1Zucxig779gz7B2dh34AAAFBklEQVR42uzdy3LiMBCFYbdkfMU2gWAgQBi9/0tO1WyyOqIkuaay+L9tT43dSbw7dbpaw70Svk7dTozqYejFaLe3cyXMYVaj82lRD2tPna/S7e2gRuYu2y7tI0t/2Ideer+rIkIIjdxOPtGc+1bbmXViNIYQRjFbzL7EqDH9Y9Zqs5OaOed6vbQaXbKW9mamfgOdWV1FPMMkf6928mJ0cG6vvpxP/Zfy0g/7sE+v3iO+QsZ73Nzw/5b+tEWNmp+lxT84ylGrv7m6lqNdm/WwWj/My5EWf4/eb7y0jzysrWJLAwAAAAAAAAAAAAAAvHOwRo2aefBiNE5TU2nR3JqWnlsbX5PpXNGql/7Ydun65rqM3Fo332TUZx7qysxaGSCST1yDziJqOremxXNr1xD+iNESwqMS4kvvxWjWSzfODRm5tcE5uZlzVu3tsxI6N9d68+9Ki+bWtPTcWvOQn8dxkp/p9kv7wV0ycmvfbqjle7he57Ti6a5xrKR4SE7Lya2NjRwd9Wj7pes+K7d28Pp/9BUAAAAAAAAAAAAAAID0vnrMd10rRsdnuGZEuK6P11FGbKZRvcfSff2GvrWf3Jqgln6qpWsV1nvft3YwmUW0EKZIhMvL1FQwMbqHsOrU1P439K3J3FrcFMKi3+MQz4udvN68z8iLLTovNgf5eVz1Cu3JDr+hb03m1uLueumzzD2+T3d5v3VebDnK0ahHvv0dfWs6t6bFl/ZUsQEAAAAAAAAAAAAAANG3JmyZW9N3QpPV69DoiI0l5NZ035peWufWyu+ELo9pVNVjWnluTd8JTdY5d9VBpjmWW0vvW/sQS4vcWtmd0D8hrKp6TCvPrek7ocn62VlKlEzn1nTfml5aP6z8Tug1hEbktJTy3FreycycvJjvY7m1nJH3+X1remkd1gMAAAAAAAAAAAAAAPhnDfdqU7u9nTPuhHbz6lPuhOrcmqbvhOq+tfLjqJd3hVK6by2E0FRb+jLrMu6Ers410TuhOreWTof1dN+avhMaVzvnfKXF+taeYaoy6Z6zjDuhFzfU0TuhOreWs/lnQt9a4XHUwa15x1FbcbqzxK7NuhN68AnVY6U9Z+0uYVR6HDX6ivStAQAAAAAAAAAAAACA1L618giXv7kuIcKl+tbK74Q+wxrNrem+tfSlR1kyp5eO3wk9zEP9JsJ1llHEcI9Vj+kIV53Qt1Z0J3QJ4fE2t6b71nRuTZfM6dxa+p3Qq3NWEOHKqB5b3RDrW8u7E5re+6aW1n1reun3DxvcmnEntHOuL4lwlfeclVeP+Xbr3rfe5yw9NpGls+6E1r4CAAAAAAAAAAAAAAD4x9x3bheb7lvLOJl5fbyO2+bWbs5yc2vJ/M/Sgs6t6b612MlM0cWW27cWvxP6CsEyc2v6Tmhubi17aU3n1nTfWuxkpuhiy+1bi98JncM0ZubWdH4uM7dWsrSmc2u6b633WfVo2q7Nyostx41za74vya1p+j00vTR9a3/bu4MbBmEgiKIMNjYQIrAS5RRFof8mqWAtsdrjfxXY99FfAAAAAAAAAAAAAADg7q315XVd4ntrsXdCNx2xu7U0z9XRW2tq9qc369P79/kwJ1x9GsdffG8t9E5oll6xu7Umlfu9tSRpsp5vH9n8n+fHnHD1HcYXgntr/juh9pTMv1vL0uLorb21D4bSjcwVe8LVl3N8by34TuhUo3drKbl6a3VwRuYuSR5DpF7Q/O8AAAAASUVORK5CYII=)}to{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZwAAACsCAMAAAB4kuoSAAAAYFBMVEUAAAAA0f8AzP8Az/8AzP8A0v8A0v8A0P8A1P8Az/8A0P8A0f8A0P8Azv8Az/8A0v8A0f8A0P8A0f8A0v8A1f8A0v8A0f8A0f8A0v8A1P8A0P8Ayv8A0f8A0P8A0f8A0f+0jupHAAAAH3RSTlMATQoPBUMemRMwSCs/RDoi3yaDjxi9b++gNXMiz2BWHz1tTwAABHRJREFUeNrs3ctym0AUhOG5wAxISEFgXeLInvd/y8TZn1NFR6G8+L8tVYa2vezqE5b2CIa3Q98Zj1LfZ+NRd44/guEYj2G7fOiT9R1T/xYM53gJhlg/hdDDshTrO7TQvw5n82VfoVtro5nOfOMlxtFKF2NvRYgxprDZGM1f848Yf1rpYjwEQ6212KGtR5+1fmihrb9AH+NgPPr5Ffra5mAmPyQruR2hO9n/KVM8he1+2BHyIV6E73ivixD6UutZeNkpTva/3SnZoXMIYw6W3AVLSsHS5eD9REFyviNL31GS8onDoHxHcB4NnRcaAAAAAAAAAAAAAADgr0schQpXmedR6K05fh2m7rW9tWtb7NDHYBjXJW0PnfzQQm/tsi5DiDHm7b21pbWHV+Haborx7aW9tam1ezA4od/t/tOqh97eW7vVGsM5nrwKl538Q6hwOY5GhUvureW5rcHghO7rOuwT2u+t9bUWp6flPirF64sphu7FvbU8BilZUkKnl4ceUgAAAAAAAAAAAAAAADB6a1aFy99b8/nTY3pvrTznKPTWhL01P3S5tpsQ+na/Zm9vza9w9d7emk3YW9N6a7fWrkJvTdtbO9qhY2uzsLc2tzY5e2tihWswIlj8vTW9tzbe2+L01sS9NSe08zJhb+3R5mKHzmqFK6WgyN2Le2tllHprJb14ZK6M0t7alNlbAwAAAAAAAAAAAAAAO/fW9Duht/szf/O9NSf08F77YFjb6u6t6b213e6EPluL33xvzemtjdUsW5XWWvb21vTe2m53Qtc2l2++t+aETovdIZ3b09tb03trO94JnfK331tzQg8lmEbuhAIAAAAAAAAAAAAAgH+ytIc3Pab11qQK1yQ0GoZlGe2KzSVsox9HTX5ZT+2ttdZG506o1ltzKlzF21vbrK/1ZheZDsFhhy7anVBvb03srV3bLEyPib21Z5uFvTVHWWvUTnfudxz1FCe5tzZmod2l9tbG7FW4BIN6r1QIrd4JzfTWAAAAAAAAAAAAAADA/9hb0ytc2TmZ+Vk/hd7aeJ/LDntrWlnPp98Jnf6ENqfH/N7a0tpj+8nModY6bO+tPVpbdthb0+6E+vQ7odev0Od4Eitcws7ZUheht3azI+h7a2pZzybeCbVDj0ZPS65w6fc5B+dlece9Nb+sZxPvhHqhAQAAAAAAAAAAAAAA/or1w91is+1zJ1TvrZ3jZbc7oeXabmJvzdtbq7VayY0tNsML7oRqvTVhb02/E+qU9cTemre39m5XyYwtNsML7oRqvTXhO/Q7oU5JTuytuXtrJUnzaGGnO6F6b63LO94JLb/bu0McAGEgCqJQAtsGRSWC+x+T9ABbMQE3z1bVT/422K25tyZJkiRJkiRJkiRJkn7aW6u9pynZHfsk4QJ7a9tIuHKsWwOfht0avxMK99bWSFvEFtFBtzbZW2sj4cqBbg3srfFujd8JhdNjV57elR4P6NbO6cnM+mk/Rz7NuzV+J5ROj9W6ZMoBejF4MpP3c+CJd2vw0y/rvTygm7XIVAAAAABJRU5ErkJggg==)}}.footer-mobile{width:100%;padding:0 .32rem;position:absolute;bottom:0;left:0;z-index:1;opacity:0;transform:translateY(1rem)}.footer-risk-notice-mobile{width:100%;max-width:6.5rem;margin-bottom:.02rem;padding:0 .08rem;box-sizing:border-box}.footer-risk-notice-mobile h2{margin-bottom:.03rem;font-size:.12rem}.footer-risk-notice-mobile p{margin:.01rem 0;font-size:.095rem;line-height:1.4}.cooperate-section-mobile.is-active .footer-mobile,.cooperate-section-mobile.has-animated .footer-mobile{animation:slideUpFadeIn 1s ease-out 5.7s forwards}.footer-top-mobile{width:100%;display:flex;align-items:center;justify-content:space-between}.footer-logo-mobile{width:1.6rem;height:.38rem}.footer-nav-mobile{width:100%;border-bottom:.02rem solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;margin-top:.2rem;padding-bottom:.12rem;gap:.16rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.footer-nav-mobile::-webkit-scrollbar{display:none}.footer-nav-item-mobile{flex:1;min-width:-webkit-fit-content;min-width:fit-content;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.08rem;cursor:pointer;padding:.08rem .1rem;transition:opacity .3s ease}.footer-nav-item-mobile .footer-nav-item-text-mobile{font-family:Inter;font-size:.22rem;font-weight:400;line-height:1.5em;color:#4b5563;white-space:nowrap;transition:color .3s ease}.footer-nav-item-mobile .footer-nav-item-line-mobile{width:100%;height:0;background:#fff;opacity:0;transition:opacity .3s ease,height .3s ease}.footer-icons-mobile{display:flex;align-items:center;justify-content:center;gap:.16rem}.footer-icon-mobile{width:.32rem;height:.32rem}.footer-bottom-mobile{width:100%;padding:.12rem 0;display:flex;flex-direction:column;align-items:center;gap:.16rem}.footer-links-mobile{display:flex;justify-content:center;align-items:center;gap:.16rem;flex-wrap:wrap}.footer-link-mobile{font-family:Inter;font-size:.2rem;color:#4b5563}.footer-copy-mobile{font-family:Inter;font-size:.22rem;color:#4b5563}@keyframes pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDownFadeIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUpFadeIn{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(.3rem)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-.3rem)}to{opacity:1;transform:translateY(0)}}@keyframes twinkleScale{0%,to{opacity:.4;box-shadow:0 0 .02rem rgba(0,209,255,.3)}50%{opacity:1;box-shadow:0 0 .2rem rgba(0,209,255,.8),0 0 .4rem rgba(0,209,255,.6),0 0 .6rem rgba(0,209,255,.4)}}@keyframes circleRotateMobile{0%{transform:translate(-50%) rotate(360deg) scale(1.6)}to{transform:translate(-50%) rotate(0) scale(1.6)}}@keyframes rectangleFlowMobile{0%{transform:rotate(0) scale(1.6)}to{transform:rotate(360deg) scale(1.6)}}.screen-contact-mobile{display:flex;flex-direction:column;align-items:center;padding-bottom:1rem;position:relative;box-sizing:border-box;overflow:hidden}.screen-contact-mobile .animation-container-mobile{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.screen-contact-mobile .animation-container-mobile .circle-in-mobile{width:7.5rem;height:2.58rem;position:absolute;top:0;left:50%;transform:translate(-50%) scale(1.6);opacity:0}.screen-contact-mobile .animation-container-mobile .circle-out-mobile{width:7.91rem;height:7.45rem;position:absolute;top:-4.225rem;left:50%;transform:translate(-50%) scale(1.6);opacity:0}.screen-contact-mobile .animation-container-mobile .circle-bar-mobile{width:2.93rem;height:2.93rem;position:absolute;top:-1.665rem;left:50%;transform:translate(-50%) scale(1.6);opacity:0}.screen-contact-mobile .animation-container-mobile .start-pic-mobile{width:100%;height:100%;object-fit:cover;opacity:0}.screen-contact-mobile .animation-container-mobile .grid-pic-mobile{width:7.5rem;height:1.78rem;position:absolute;bottom:0;left:50%;transform:translate(-50%);opacity:0}.contact-header-mobile{display:flex;flex-direction:column;align-items:center;gap:.24rem;width:100%;padding:.24rem .32rem;box-sizing:border-box;z-index:1;opacity:0}.screen-contact-mobile.has-animated .contact-header-mobile{animation:slideDownFadeIn 1s ease-out 3.7s forwards}.header-badge-mobile{display:flex;align-items:center;justify-content:center;gap:.1rem;width:auto;height:.3rem;padding:.08rem .16rem;position:relative;background:linear-gradient(0deg,rgba(0,209,255,.2),rgba(0,209,255,0));border-radius:.24rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.header-badge-mobile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:.24rem;padding:.005rem;background:linear-gradient(180deg,rgba(0,209,255,.5),rgba(0,209,255,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.header-badge-mobile span{font-family:Inter;font-size:.14rem;font-weight:400;line-height:1.5em;color:#00d1ff;letter-spacing:.0168em;white-space:nowrap}.header-badge-mobile .badge-dot-mobile{width:.08rem;height:.08rem;background:#00d1ff;border-radius:50%;box-shadow:0 0 .08rem rgba(0,209,255,.8);animation:pulse 2s ease-in-out infinite;flex-shrink:0}.contact-main-title-mobile{font-family:Inter;font-size:.22rem;color:#b0b7c3;text-align:center;line-height:.32rem}.contact-sub-title-mobile{font-family:Inter;font-size:.48rem;text-align:center;line-height:.72rem}.contact-sub-title-mobile .title-normal-mobile{color:#fff}.contact-sub-title-mobile .title-highlight-mobile{color:#00d1ff}.contact-body-mobile{display:flex;flex-direction:column;align-items:center;gap:.24rem;width:100%;padding:0 .32rem;margin-top:.32rem;box-sizing:border-box;z-index:1;opacity:0}.screen-contact-mobile.has-animated .contact-body-mobile{animation:slideUpFadeIn 1s ease-out 4.7s forwards}.contact-form-section-mobile{width:100%;padding:.35rem .32rem;border-radius:.24rem;border:.02rem solid rgba(255,255,255,.1);background:rgba(255,255,255,.01);box-shadow:0 0 .55rem rgba(166,223,248,.15) inset;-webkit-backdrop-filter:blur(.44rem);backdrop-filter:blur(.44rem);box-sizing:border-box}.contact-form-section-mobile .form-title-mobile{font-family:Inter;font-size:.24rem;color:#fff;line-height:1.5em;letter-spacing:.0168em;text-align:center}.contact-form-section-mobile .contact-form-mobile{display:flex;flex-direction:column;align-items:center;gap:.12rem;margin-top:.24rem;width:100%;padding:0 1rem;box-sizing:border-box}.contact-form-section-mobile .form-input-mobile{width:100%;height:.54rem;border-radius:.04rem;border:.01rem solid rgba(255,255,255,.2);background:rgba(255,255,255,.01);box-shadow:0 0 .08rem rgba(255,255,255,.1) inset;font-size:.2rem;padding:0 .24rem;color:#b0b7c3;font-family:Inter;transition:all .3s ease;box-sizing:border-box;backdrop-filter:blur(.02rem);-webkit-backdrop-filter:blur(.02rem)}.contact-form-section-mobile .form-input-mobile::-webkit-input-placeholder{color:#4b5563}.contact-form-section-mobile .form-input-mobile::placeholder{color:#4b5563}.contact-form-section-mobile .form-input-mobile:focus{outline:none;border-color:#00d1ff}.submit-button-mobile{width:1.8rem;position:relative;cursor:pointer;padding:.01rem;border-radius:.06rem;overflow:hidden;margin-top:.12rem}.submit-button-mobile.is-disabled{opacity:.5;cursor:not-allowed}.submit-button-mobile .submit-button-content-mobile{display:flex;align-items:center;justify-content:center;gap:.08rem;padding:.08rem .24rem;background:linear-gradient(180deg,rgba(0,102,255,.2),rgba(0,209,255,.2));border-radius:.06rem;position:relative;z-index:1;isolation:isolate}.submit-button-mobile .submit-button-content-mobile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:.06rem;padding:.01rem;background:rgba(255,255,255,.2);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.submit-button-mobile .submit-button-content-mobile span{font-family:Inter;font-size:.18rem;font-weight:400;color:#fff;white-space:nowrap;line-height:1.33em}.submit-button-mobile .submit-button-content-mobile img{width:.2rem;height:.2rem;color:#fff;flex-shrink:0}.submit-button-mobile .liuguan-border-mobile{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:conic-gradient(from 0deg,rgba(0,209,255,0),#00d1ff,rgba(0,209,255,0) 180deg,rgba(0,209,255,0) 360deg);scale:2 .8;animation:rectangleFlowMobile 4s linear infinite;z-index:0;opacity:0}.submit-button-mobile:hover .submit-button-content-mobile{background:#000}.submit-button-mobile:hover .submit-button-content-mobile:before{background:rgba(255,255,255,.2)}.submit-button-mobile:hover .liuguan-border-mobile{opacity:1}.social-section-mobile{width:100%;display:flex;gap:.24rem;overflow:visible}.social-section-mobile .social-card-mobile{width:100%;min-height:2.32rem;border-radius:.24rem;border:.01rem solid rgba(255,255,255,.1);background:rgba(255,255,255,.01);box-shadow:0 0 .555rem rgba(166,223,248,.15) inset;-webkit-backdrop-filter:blur(.22rem);backdrop-filter:blur(.22rem);padding:.32rem;display:flex;flex-direction:column;align-items:center;gap:.16rem;transition:all .3s ease;overflow:visible;box-sizing:border-box}.social-section-mobile .social-card-mobile .social-icon-mobile{height:.44rem;object-fit:contain}.social-section-mobile .social-card-mobile .social-title-mobile{font-family:Inter;font-size:.22rem;color:#fff;line-height:.32rem}.social-section-mobile .social-card-mobile .submit-button-mobile{margin-top:0}.screen-contact-mobile.has-animated .circle-in-mobile{animation:fadeIn .8s ease-out .5s forwards}.screen-contact-mobile.has-animated .circle-out-mobile{animation:fadeIn .8s ease-out 1.3s forwards}.screen-contact-mobile.has-animated .circle-bar-mobile,.screen-contact-mobile.has-animated .grid-pic-mobile{animation:fadeIn .8s ease-out 2.1s forwards}.screen-contact-mobile.has-animated .start-pic-mobile{animation:fadeIn .8s ease-out 2.9s forwards}.screen-contact-mobile.has-animated .circle-out-mobile{animation:fadeIn .8s ease-out 1.3s forwards,circleRotateMobile 11s linear 6.7s infinite}.screen-contact-mobile.has-animated .circle-bar-mobile{animation:fadeIn .8s ease-out 2.1s forwards,circleRotateMobile 8s linear 6.7s infinite}.screen-section{width:100%;height:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:center;scroll-snap-align:start;scroll-snap-stop:always;transform:translateZ(0);will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.app-desktop .screen-section{padding-top:0}.app-mobile .screen-section{padding-top:1rem}.screen{width:100%;height:100%;position:relative;box-sizing:border-box;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-sliding .hero-particle-mobile,.swiper-sliding .hero-particle,.swiper-sliding .hero-cta-particle-mobile{animation-play-state:paused!important}.swiper-sliding .screen-two:before{animation-play-state:paused!important}.swiper-sliding .star,.swiper-sliding .twinkle,.swiper-sliding .hero-cta-wrapper-mobile,.swiper-sliding .hero-cta-wrapper,.swiper-sliding *[class*=animation],.swiper-sliding *[class*=animate]{animation-play-state:paused!important}.screen-one{background:url(/assets/page1-x5TeCQ35-x5TeCQ35.webp) no-repeat center bottom;background-size:100% auto;position:relative;overflow:hidden}.screen-two{display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;position:relative}.screen-two:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--page2-bg-circle);background-size:auto 100%;background-position:center center;background-repeat:no-repeat;z-index:0;animation:screenTwoBgAnimation 3s ease-in-out infinite}@keyframes screenTwoBgAnimation{0%{background-size:auto 100%}50%{background-size:auto 140%}to{background-size:auto 100%}}@font-face{font-family:Inter;src:url(/assets/Inter-BkQf7dRy.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/Inter-Medium-B-v0_u3u.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/Inter-Bold-hK9z93v7.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Orbitron;src:url(/assets/Orbitron-Regular-4YWm3Y-y.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Orbitron;src:url(/assets/Orbitron-Bold-BZ7oiP5K.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,Arial,sans-serif;background:#010208;color:#fff;overflow:hidden}.app-root{width:100%;height:100%;position:relative;background:#010208;display:flex;flex-direction:column;overflow:hidden}.route-content{display:contents}.site-empty-page{width:100%;height:100%;min-height:0;flex:1 1 auto;background:#010208}.swiper-container{width:100%;transform:translateZ(0);will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch;overflow-scrolling:touch}.swiper-wrapper{height:100%;transform:translateZ(0);will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform}.tokenomics-section,.tokenomics-section-mobile{position:relative;overflow:hidden;background:#010208;isolation:isolate}.tokenomics-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover;opacity:0}.tokenomics-vignette{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:radial-gradient(ellipse at 50% 68%,transparent 18%,rgba(1,2,8,.04) 48%,rgba(1,2,8,.5) 100%),linear-gradient(180deg,rgba(1,2,8,.08),transparent 28%,transparent 74%,rgba(1,2,8,.08))}.tokenomics-stars{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.tokenomics-stars span{position:absolute;width:.016rem;height:.016rem;border-radius:50%;background:rgba(255,255,255,.72);box-shadow:0 0 .04rem rgba(255,255,255,.6);animation:tokenomicsTwinkle 3.2s ease-in-out infinite}.tokenomics-stars span.is-bright{width:.032rem;height:.032rem;box-shadow:0 0 .08rem #fff,0 0 .14rem rgba(0,209,255,.65)}.tokenomics-header{position:absolute;top:1.3rem;left:50%;z-index:4;width:14.2rem;text-align:center;opacity:0;transform:translate(-50%,-.16rem)}.tokenomics-header h1{color:#f8f8fa;font-family:Inter,sans-serif;font-size:.64rem;font-weight:400;line-height:1.18;letter-spacing:.006rem}.tokenomics-header h1 span{color:#00d1ff}.tokenomics-header p{max-width:13.45rem;margin:.23rem auto 0;color:#aeb5c1;font-family:Inter,sans-serif;font-size:.205rem;line-height:1.47;letter-spacing:.002rem}.tokenomics-metrics{position:absolute;top:3.76rem;left:20%;z-index:4;width:13.5rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.22rem;transform:translate(-50%);opacity:0}.tokenomics-metrics article>div{display:flex;align-items:center;gap:.22rem}.tokenomics-metrics i{width:.08rem;height:.08rem;flex:0 0 auto;border-radius:50%;background:#00d1ff;box-shadow:0 0 .08rem rgba(0,209,255,.9)}.tokenomics-metrics strong{color:#f3f4f6;font-family:Inter,sans-serif;font-size:.3rem;font-weight:700;line-height:1.25;white-space:nowrap}.tokenomics-metrics article>span{display:block;margin-top:.16rem;color:#626b7a;font-family:Inter,sans-serif;font-size:.14rem;line-height:1.3}.tokenomics-burn-cards{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;pointer-events:none}.tokenomics-burn-card{position:absolute;width:3.84rem;height:1.16rem;padding:.22rem .24rem;border:.01rem solid rgba(104,149,177,.11);border-radius:.12rem;background:linear-gradient(145deg,rgba(7,13,22,.94),rgba(2,6,13,.96));box-shadow:inset 0 .05rem .28rem rgba(91,156,190,.08),0 .08rem .22rem rgba(0,0,0,.32);opacity:0;transform:translateY(.14rem)}.tokenomics-burn-card h2{color:#f1f2f4;font-family:Inter,sans-serif;font-size:.2rem;font-weight:700;line-height:1.25;white-space:nowrap}.tokenomics-burn-card h2 span{margin-right:.08rem;color:#009ed0}.tokenomics-burn-card p{margin-top:.08rem;color:#687180;font-family:Inter,sans-serif;font-size:.125rem;line-height:1.4}.tokenomics-burn-card.burn-card-1{top:5.26rem;left:3.1rem}.tokenomics-burn-card.burn-card-2{top:5.26rem;right:3.1rem}.tokenomics-burn-card.burn-card-3{top:8.02rem;left:3.1rem}.tokenomics-burn-card.burn-card-4{top:8.02rem;right:3.1rem}.tokenomics-burn-label{position:absolute;bottom:.34rem;left:50%;z-index:4;color:#596572;font-family:Inter,sans-serif;font-size:.2rem;transform:translate(-50%);opacity:0}.tokenomics-breath{position:absolute;bottom:-2.05rem;z-index:3;width:8.2rem;height:5.1rem;border-radius:50%;background:radial-gradient(ellipse at 50% 100%,rgba(0,190,255,.78) 0%,rgba(0,139,211,.42) 28%,rgba(0,87,142,.18) 54%,transparent 76%);filter:blur(.48rem);opacity:.35;transform:scale(.88,.72);animation:tokenomicsBreath 5.4s ease-in-out infinite;animation-play-state:paused;pointer-events:none}.tokenomics-breath-left{left:-1.3rem}.tokenomics-breath-right{right:-1.3rem;animation-delay:-2.7s}.tokenomics-section.is-active .tokenomics-background,.tokenomics-section.has-animated .tokenomics-background,.tokenomics-section-mobile.is-active .tokenomics-background,.tokenomics-section-mobile.has-animated .tokenomics-background{animation:fadeIn .75s ease-out forwards}.tokenomics-section.is-active .tokenomics-header,.tokenomics-section.has-animated .tokenomics-header,.tokenomics-section-mobile.is-active .tokenomics-header,.tokenomics-section-mobile.has-animated .tokenomics-header{animation:tokenomicsHeaderReveal .8s ease-out .12s forwards}.tokenomics-section.is-active .tokenomics-metrics,.tokenomics-section.has-animated .tokenomics-metrics,.tokenomics-section-mobile.is-active .tokenomics-metrics,.tokenomics-section-mobile.has-animated .tokenomics-metrics{animation:tokenomicsReveal .75s ease-out .3s forwards}.tokenomics-section.is-active .tokenomics-burn-card,.tokenomics-section.has-animated .tokenomics-burn-card,.tokenomics-section-mobile.is-active .tokenomics-burn-card,.tokenomics-section-mobile.has-animated .tokenomics-burn-card{animation:tokenomicsReveal .7s ease-out forwards}.tokenomics-section.is-active .burn-card-1,.tokenomics-section.has-animated .burn-card-1,.tokenomics-section-mobile.is-active .burn-card-1,.tokenomics-section-mobile.has-animated .burn-card-1{animation-delay:.48s}.tokenomics-section.is-active .burn-card-2,.tokenomics-section.has-animated .burn-card-2,.tokenomics-section-mobile.is-active .burn-card-2,.tokenomics-section-mobile.has-animated .burn-card-2{animation-delay:.58s}.tokenomics-section.is-active .burn-card-3,.tokenomics-section.has-animated .burn-card-3,.tokenomics-section-mobile.is-active .burn-card-3,.tokenomics-section-mobile.has-animated .burn-card-3{animation-delay:.68s}.tokenomics-section.is-active .burn-card-4,.tokenomics-section.has-animated .burn-card-4,.tokenomics-section-mobile.is-active .burn-card-4,.tokenomics-section-mobile.has-animated .burn-card-4{animation-delay:.78s}.tokenomics-section.is-active .tokenomics-burn-label,.tokenomics-section.has-animated .tokenomics-burn-label,.tokenomics-section-mobile.is-active .tokenomics-burn-label,.tokenomics-section-mobile.has-animated .tokenomics-burn-label{animation:fadeIn .7s ease-out .85s forwards}.tokenomics-section.is-active .tokenomics-breath,.tokenomics-section.has-animated .tokenomics-breath,.tokenomics-section-mobile.is-active .tokenomics-breath,.tokenomics-section-mobile.has-animated .tokenomics-breath{animation-play-state:running}.tokenomics-section-mobile .tokenomics-background{top:2.35rem;left:50%;width:13.2rem;height:auto;max-width:none;object-fit:contain;transform:translate(-50%)}.tokenomics-section-mobile .tokenomics-header{top:.22rem;width:6.86rem}.tokenomics-section-mobile .tokenomics-header h1{font-size:.39rem;line-height:1.2}.tokenomics-section-mobile .tokenomics-header p{margin-top:.12rem;font-size:.145rem;line-height:1.42}.tokenomics-section-mobile .tokenomics-metrics{top:2.05rem;width:6.7rem;grid-template-columns:repeat(2,minmax(0,1fr));gap:.16rem .28rem}.tokenomics-section-mobile .tokenomics-metrics article>div{gap:.1rem}.tokenomics-section-mobile .tokenomics-metrics i{width:.06rem;height:.06rem}.tokenomics-section-mobile .tokenomics-metrics strong{font-size:.2rem}.tokenomics-section-mobile .tokenomics-metrics article>span{margin-top:.05rem;font-size:.115rem}.tokenomics-section-mobile .tokenomics-burn-card{width:2.66rem;height:1.2rem;padding:.14rem .15rem;border-radius:.09rem}.tokenomics-section-mobile .tokenomics-burn-card h2{overflow:hidden;font-size:.135rem;text-overflow:ellipsis}.tokenomics-section-mobile .tokenomics-burn-card h2 span{margin-right:.04rem}.tokenomics-section-mobile .tokenomics-burn-card p{display:-webkit-box;margin-top:.05rem;overflow:hidden;font-size:.105rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tokenomics-section-mobile .tokenomics-burn-card.burn-card-1{top:4.42rem;left:.32rem}.tokenomics-section-mobile .tokenomics-burn-card.burn-card-2{top:4.42rem;right:.32rem}.tokenomics-section-mobile .tokenomics-burn-card.burn-card-3{top:7.08rem;left:.32rem}.tokenomics-section-mobile .tokenomics-burn-card.burn-card-4{top:7.08rem;right:.32rem}.tokenomics-section-mobile .tokenomics-burn-label{bottom:.22rem;font-size:.15rem}.tokenomics-section-mobile .tokenomics-breath{bottom:-1.45rem;width:4.7rem;height:3.5rem}.tokenomics-section-mobile .tokenomics-breath-left{left:-1.65rem}.tokenomics-section-mobile .tokenomics-breath-right{right:-1.65rem}@keyframes tokenomicsHeaderReveal{0%{opacity:0;transform:translate(-50%,-.16rem)}to{opacity:1;transform:translate(-50%)}}@keyframes tokenomicsReveal{0%{opacity:0;transform:translateY(.14rem)}to{opacity:1;transform:translateY(0)}}@keyframes tokenomicsBreath{0%,to{opacity:.28;transform:scale(.86,.7)}50%{opacity:.86;transform:scale(1.08,1.04)}}@keyframes tokenomicsTwinkle{0%,to{opacity:.2;transform:scale(.75)}50%{opacity:1;transform:scale(1.15)}}@media(prefers-reduced-motion:reduce){.tokenomics-section .tokenomics-background,.tokenomics-section .tokenomics-header,.tokenomics-section .tokenomics-metrics,.tokenomics-section .tokenomics-burn-card,.tokenomics-section .tokenomics-burn-label,.tokenomics-section-mobile .tokenomics-background,.tokenomics-section-mobile .tokenomics-header,.tokenomics-section-mobile .tokenomics-metrics,.tokenomics-section-mobile .tokenomics-burn-card,.tokenomics-section-mobile .tokenomics-burn-label{animation:none!important;opacity:1}.tokenomics-breath,.tokenomics-stars span{animation:none!important}}.ecosystem-section{position:relative;align-items:center;justify-content:flex-start;background:#010208;isolation:isolate}.ecosystem-section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:radial-gradient(circle at 5% 0%,rgba(41,146,195,.24),transparent 28%),radial-gradient(circle at 88% 94%,rgba(0,145,211,.2),transparent 30%),linear-gradient(90deg,rgba(1,2,8,.1),rgba(1,2,8,.32) 48%,rgba(1,2,8,.08))}.ecosystem-section .light-bg,.ecosystem-section .wang-bg,.ecosystem-section .bar-bg{z-index:0;object-fit:cover}.ecosystem-section .five-light{z-index:2}.ecosystem-content{position:absolute;top:1.28rem;left:50%;z-index:3;width:14rem;transform:translate(-50%)}.ecosystem-header{opacity:0;transform:translateY(-.18rem)}.ecosystem-header h1{color:#f7f8fa;font-family:Inter,sans-serif;font-size:.64rem;font-weight:400;line-height:1.18;letter-spacing:.008rem}.ecosystem-header h1 span{color:#00d1ff}.ecosystem-header p{max-width:13.75rem;margin-top:.22rem;color:#aeb5c1;font-family:Inter,sans-serif;font-size:.205rem;font-weight:400;line-height:1.48;letter-spacing:.002rem}.ecosystem-card-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.16rem;margin-top:.32rem}.ecosystem-card{position:relative;grid-column:span 2;height:3.36rem;padding:.24rem .24rem .72rem;overflow:hidden;border:.01rem solid rgba(132,178,202,.24);border-radius:.12rem;background:linear-gradient(145deg,rgba(6,12,21,.96),rgba(1,4,10,.94));box-shadow:inset 0 .08rem .36rem rgba(95,161,194,.09),inset 0 -.08rem .28rem rgba(0,0,0,.42),0 .08rem .24rem rgba(0,0,0,.3);opacity:0;transform:translateY(.18rem);transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease}.ecosystem-card:nth-child(4),.ecosystem-card:nth-child(5){grid-column:span 3}.ecosystem-card:nth-child(5):after{content:"";position:absolute;right:-.9rem;bottom:-1.1rem;width:3.3rem;height:3.3rem;border-radius:50%;background:rgba(0,150,224,.17);filter:blur(.55rem);pointer-events:none}.ecosystem-card:hover{border-color:rgba(0,209,255,.48);box-shadow:inset 0 .08rem .4rem rgba(50,176,222,.13),0 0 .28rem rgba(0,209,255,.08);transform:translateY(-.03rem)}.ecosystem-card-icon{position:relative;z-index:1;width:.72rem;height:.72rem;display:block;object-fit:contain}.ecosystem-card h2{position:relative;z-index:1;margin-top:.12rem;color:#f4f5f7;font-family:Inter,sans-serif;font-size:.19rem;font-weight:700;line-height:1.28}.ecosystem-card>p{position:relative;z-index:1;margin-top:.08rem;color:#747d8d;font-family:Inter,sans-serif;font-size:.13rem;font-weight:400;line-height:1.42}.ecosystem-card-action{position:absolute;bottom:.24rem;left:.24rem;z-index:2;min-width:2.24rem;height:.4rem;display:flex;align-items:center;justify-content:center;gap:.1rem;padding:0 .22rem;border:.01rem solid rgba(72,177,207,.5);border-radius:.06rem;color:#b9c0ca;background:linear-gradient(180deg,rgba(3,17,25,.9),rgba(1,60,70,.78));box-shadow:inset 0 0 .11rem rgba(81,205,236,.1);font-family:Inter,sans-serif;font-size:.18rem;cursor:pointer;transition:color .25s ease,border-color .25s ease,filter .25s ease}.ecosystem-card-action img{width:.18rem;height:.18rem;object-fit:contain}.ecosystem-card-action:hover{color:#fff;border-color:#00d1ff;filter:brightness(1.15)}.ecosystem-section.is-active .light-bg,.ecosystem-section.is-active .wang-bg,.ecosystem-section.is-active .bar-bg,.ecosystem-section.has-animated .light-bg,.ecosystem-section.has-animated .wang-bg,.ecosystem-section.has-animated .bar-bg{animation:fadeIn .7s ease-out forwards}.ecosystem-section.is-active .ecosystem-header,.ecosystem-section.has-animated .ecosystem-header{animation:ecosystemReveal .75s ease-out .15s forwards}.ecosystem-section.is-active .ecosystem-card,.ecosystem-section.has-animated .ecosystem-card{animation:ecosystemReveal .7s ease-out forwards}.ecosystem-section.is-active .ecosystem-card:nth-child(1),.ecosystem-section.has-animated .ecosystem-card:nth-child(1){animation-delay:.28s}.ecosystem-section.is-active .ecosystem-card:nth-child(2),.ecosystem-section.has-animated .ecosystem-card:nth-child(2){animation-delay:.38s}.ecosystem-section.is-active .ecosystem-card:nth-child(3),.ecosystem-section.has-animated .ecosystem-card:nth-child(3){animation-delay:.48s}.ecosystem-section.is-active .ecosystem-card:nth-child(4),.ecosystem-section.has-animated .ecosystem-card:nth-child(4){animation-delay:.58s}.ecosystem-section.is-active .ecosystem-card:nth-child(5),.ecosystem-section.has-animated .ecosystem-card:nth-child(5){animation-delay:.68s}.ecosystem-section-mobile .ecosystem-content{top:.22rem;width:6.86rem}.ecosystem-section-mobile .ecosystem-header h1{font-size:.4rem;line-height:1.2}.ecosystem-section-mobile .ecosystem-header p{margin-top:.12rem;font-size:.16rem;line-height:1.42}.ecosystem-section-mobile .ecosystem-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.12rem;margin-top:.2rem}.ecosystem-section-mobile .ecosystem-card,.ecosystem-section-mobile .ecosystem-card:nth-child(4){grid-column:span 1;height:2.2rem;padding:.14rem .14rem .55rem;border-radius:.1rem}.ecosystem-section-mobile .ecosystem-card:nth-child(5){grid-column:1 / -1}.ecosystem-section-mobile .ecosystem-card-icon{width:.4rem;height:.4rem}.ecosystem-section-mobile .ecosystem-card h2{margin-top:.06rem;font-size:.145rem}.ecosystem-section-mobile .ecosystem-card>p{display:-webkit-box;margin-top:.05rem;overflow:hidden;font-size:.112rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:4}.ecosystem-section-mobile .ecosystem-card-action{bottom:.13rem;left:.14rem;min-width:1.5rem;height:.32rem;gap:.06rem;padding:0 .12rem;font-size:.13rem}.ecosystem-section-mobile .ecosystem-card-action img{width:.14rem;height:.14rem}@keyframes ecosystemReveal{0%{opacity:0;transform:translateY(.18rem)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.ecosystem-section .ecosystem-header,.ecosystem-section .ecosystem-card,.ecosystem-section .light-bg,.ecosystem-section .wang-bg,.ecosystem-section .bar-bg{animation:none!important;opacity:1}}.cooperate-section,.cooperate-section-mobile{position:relative;overflow:hidden;isolation:isolate;background:radial-gradient(ellipse at 50% 18%,rgba(10,116,157,.35),rgba(3,49,70,.22) 34%,rgba(1,7,16,0) 67%),linear-gradient(180deg,#020813,#01050c 47%,#010208)}.cooperate-section:after,.cooperate-section-mobile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse at center,transparent 42%,rgba(0,0,0,.44) 100%)}.cooperate-space,.cooperate-space-mobile{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.cooperate-sky-glow{position:absolute;top:-.92rem;left:50%;width:15rem;height:6rem;transform:translate(-50%);background:radial-gradient(ellipse,rgba(27,180,225,.26) 0%,rgba(7,80,115,.14) 45%,transparent 72%);filter:blur(.04rem)}.cooperate-star{position:absolute;width:.018rem;height:.018rem;border-radius:50%;background:rgba(255,255,255,.9);box-shadow:0 0 .05rem rgba(126,220,255,.9);animation:cooperateTwinkle 3s ease-in-out infinite}.cooperate-star.is-bright{width:.035rem;height:.035rem;box-shadow:0 0 .09rem #fff,0 0 .18rem rgba(50,176,255,.8)}.cooperate-flare{position:absolute;width:.5rem;height:.5rem;object-fit:contain;opacity:.86;animation:cooperateTwinkle 3.4s ease-in-out infinite}.cooperate-flare-left{top:2.46rem;left:3.35rem}.cooperate-flare-right{top:2.37rem;right:3.65rem;animation-delay:1.2s}.cooperate-orbits{position:absolute;top:.72rem;left:50%;width:8.4rem;height:2.85rem;transform:translate(-50%)}.cooperate-orbits:before{content:"";position:absolute;top:-.55rem;left:50%;width:13.8rem;height:5.4rem;border-radius:50%;background:radial-gradient(ellipse at 50% 16%,rgba(51,183,224,.13),rgba(19,103,137,.07) 34%,rgba(2,20,31,0) 72%);filter:blur(.32rem);transform:translate(-50%)}.cooperate-ripple-rings{position:absolute;z-index:0;top:-.66rem;left:50%;width:10.8rem;max-width:none;height:auto;object-fit:contain;opacity:.42;mix-blend-mode:multiply;filter:blur(.012rem) drop-shadow(0 -.06rem .15rem rgba(94,204,237,.12));transform:translate(-50%);transform-origin:50% 100%;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.78) 0%,#000 13%,#000 53%,transparent 83%);mask-image:linear-gradient(to bottom,rgba(0,0,0,.78) 0%,#000 13%,#000 53%,transparent 83%);will-change:opacity,transform}.cooperate-orbit-partner{position:absolute;z-index:1;width:.8rem;height:.8rem;display:flex;align-items:center;justify-content:center;border:.01rem solid rgba(122,221,248,.22);border-radius:50%;background:linear-gradient(180deg,rgba(18,95,126,.46),rgba(12,64,87,.36));box-shadow:inset 0 0 .35rem rgba(46,176,219,.1),0 0 .3rem rgba(0,160,212,.06);backdrop-filter:blur(.08rem);-webkit-backdrop-filter:blur(.08rem);opacity:0;transition:opacity .45s ease;will-change:transform,opacity}.cooperate-section.is-active .cooperate-orbit-partner,.cooperate-section.has-animated .cooperate-orbit-partner,.cooperate-section-mobile.is-active .cooperate-orbit-partner,.cooperate-section-mobile.has-animated .cooperate-orbit-partner{opacity:1}.cooperate-section .orbit-partner-1,.cooperate-section-mobile .orbit-partner-1{transition-delay:.35s}.cooperate-section .orbit-partner-2,.cooperate-section-mobile .orbit-partner-2{transition-delay:.48s}.cooperate-section .orbit-partner-3,.cooperate-section-mobile .orbit-partner-3{transition-delay:.61s}.cooperate-section .orbit-partner-4,.cooperate-section-mobile .orbit-partner-4{transition-delay:.74s}.cooperate-section .orbit-partner-5,.cooperate-section-mobile .orbit-partner-5{transition-delay:.87s}.cooperate-orbit-partner img{width:.38rem;height:.38rem;object-fit:contain}.cooperate-orbit-partner.orbit-partner-3 img{width:.48rem;height:.48rem}.cooperate-orbit-partner .cooperate-partner-glyph{font-size:.4rem}.orbit-partner-1{top:1.28rem;left:.72rem}.orbit-partner-2{top:.64rem;left:2.25rem}.orbit-partner-3{top:.22rem;left:3.8rem}.orbit-partner-4{top:.64rem;right:2.25rem}.orbit-partner-5{top:1.28rem;right:.72rem}.orbit-partner-1,.orbit-partner-3,.orbit-partner-5{animation:cooperatePartnerFloatOdd 4.4s ease-in-out infinite}.orbit-partner-2,.orbit-partner-4{animation:cooperatePartnerFloatEven 4.4s ease-in-out infinite}.cooperate-copy{position:absolute;top:3.15rem;left:50%;z-index:2;width:min(15rem,calc(100% - 1rem));text-align:center;transform:translate(-50%);opacity:0}.cooperate-copy h1{color:#f5f8fb;font-family:Inter,sans-serif;font-size:.58rem;font-weight:400;line-height:1.22;letter-spacing:.012rem}.cooperate-copy h1 span{color:#00d1ff}.cooperate-copy p{max-width:14.5rem;margin:.14rem auto 0;color:#aab2bf;font-family:Inter,sans-serif;font-size:.19rem;font-weight:400;line-height:1.44;letter-spacing:.003rem}.cooperate-copy .hero-cta-wrapper{width:-webkit-max-content;width:max-content;min-width:2.85rem;height:.68rem;margin-top:.16rem}.cooperate-copy .hero-cta-wrapper .hero-cta{width:-webkit-max-content;width:max-content;min-width:2.85rem;height:.68rem;padding:0 .24rem;box-sizing:border-box;font-size:.18rem}.cooperate-cta,.cooperate-cta-mobile{position:relative;display:flex;align-items:center;justify-content:center;gap:.1rem;color:#fff;font-family:Inter,sans-serif;border:.01rem solid rgba(0,209,255,.85);border-radius:.12rem;background:linear-gradient(105deg,rgba(5,73,162,.92),rgba(7,145,177,.82));box-shadow:inset 0 0 .12rem rgba(255,255,255,.08),0 0 .2rem rgba(0,209,255,.14);cursor:pointer;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,filter .25s ease}.cooperate-cta{width:2.86rem;height:.81rem;margin:.24rem auto 0;font-size:.2rem}.cooperate-cta:before,.cooperate-cta-mobile:before{content:"";position:absolute;top:-.22rem;right:.34rem;bottom:-.22rem;left:.34rem;background:linear-gradient(90deg,transparent,rgba(92,235,255,.36),transparent);filter:blur(.16rem);transform:translate(-130%);transition:transform .5s ease}.cooperate-cta span,.cooperate-cta img,.cooperate-cta-mobile span,.cooperate-cta-mobile img{position:relative;z-index:1}.cooperate-cta img,.cooperate-cta-mobile img{width:.2rem;height:.2rem;object-fit:contain}.cooperate-cta:hover,.cooperate-cta-mobile:hover{transform:translateY(-.02rem);box-shadow:inset 0 0 .15rem rgba(255,255,255,.12),0 0 .3rem rgba(0,209,255,.3);filter:brightness(1.08)}.cooperate-cta:hover:before,.cooperate-cta-mobile:hover:before{transform:translate(130%)}.cooperate-partner-grid{position:absolute;left:50%;bottom:1.3rem;z-index:2;width:18.24rem;display:flex;flex-direction:column;gap:.24rem;transform:translate(-50%);opacity:0;overflow:hidden}.cooperate-partner-row{width:100%;overflow:hidden}.cooperate-partner-track{width:-webkit-max-content;width:max-content;display:flex;gap:.24rem;will-change:transform;animation:cooperatePartnerCarouselLeft 26s linear infinite;animation-delay:3.2s;animation-play-state:paused}.cooperate-partner-row-2 .cooperate-partner-track{animation-name:cooperatePartnerCarouselRight;animation-duration:29s}.cooperate-section.is-active .cooperate-partner-track,.cooperate-section.has-animated .cooperate-partner-track{animation-play-state:running}.cooperate-partner-grid:hover .cooperate-partner-track{animation-play-state:paused}.cooperate-partner-card{min-width:0;flex:0 0 2.4rem;height:1.2rem;display:flex;align-items:center;justify-content:center;gap:.16rem;border:.01rem solid rgba(122,185,216,.1);border-radius:.22rem;background:linear-gradient(145deg,rgba(11,18,28,.92),rgba(3,7,14,.96));box-shadow:inset 0 .05rem .32rem rgba(101,168,203,.1),inset 0 -.04rem .22rem rgba(0,0,0,.45),0 0 .18rem rgba(0,0,0,.42);transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.cooperate-partner-card:hover{border-color:rgba(0,209,255,.38);box-shadow:inset 0 .05rem .34rem rgba(76,188,229,.14),0 0 .24rem rgba(0,209,255,.1);transform:translate(-.01rem)}.cooperate-partner-card img{width:.32rem;height:.32rem;flex:0 0 auto;object-fit:contain}.cooperate-partner-card strong{min-width:0;overflow:hidden;color:#e8e8ea;font-family:Inter,sans-serif;font-size:.2rem;font-weight:700;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.cooperate-partner-row .cooperate-partner-card,.cooperate-partner-grid-mobile .cooperate-partner-card{opacity:0;filter:blur(.06rem)}.cooperate-section.is-active .cooperate-partner-row .cooperate-partner-card,.cooperate-section.has-animated .cooperate-partner-row .cooperate-partner-card,.cooperate-section-mobile.is-active .cooperate-partner-grid-mobile .cooperate-partner-card,.cooperate-section-mobile.has-animated .cooperate-partner-grid-mobile .cooperate-partner-card{animation-name:cooperatePartnerCardReveal;animation-duration:.48s;animation-timing-function:ease-out;animation-fill-mode:forwards}@keyframes cooperatePartnerCardReveal{0%{opacity:0;filter:blur(.06rem)}to{opacity:1;filter:blur(0)}}.cooperate-partner-glyph{width:.32rem;height:.32rem;display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;color:#fff;font-family:Inter,sans-serif;font-size:.32rem;font-weight:700;line-height:1}@keyframes cooperatePartnerCarouselLeft{0%{transform:translate(0)}to{transform:translate(calc(-50% - .12rem))}}@keyframes cooperatePartnerCarouselRight{0%{transform:translate(calc(-50% - .12rem))}to{transform:translate(0)}}.cooperate-section.is-active .cooperate-orbits,.cooperate-section.has-animated .cooperate-orbits{animation:cooperateFadeDown .75s ease-out .1s both}.cooperate-section.is-active .cooperate-ripple-rings,.cooperate-section.has-animated .cooperate-ripple-rings,.cooperate-section-mobile.is-active .cooperate-ripple-rings,.cooperate-section-mobile.has-animated .cooperate-ripple-rings{animation:cooperateRipplePulse 7s ease-in-out 1s infinite}.cooperate-section.is-active .cooperate-copy,.cooperate-section.has-animated .cooperate-copy{animation:cooperateFadeUp .8s ease-out .95s forwards}.cooperate-section.is-active .cooperate-partner-grid,.cooperate-section.has-animated .cooperate-partner-grid{animation:cooperateFadeUp .8s ease-out 1.28s forwards}.cooperate-section-mobile .cooperate-sky-glow{top:-.45rem;width:7.4rem;height:4.3rem}.cooperate-section-mobile .cooperate-orbits{top:.18rem;width:5.5rem;height:2.1rem}.cooperate-section-mobile .cooperate-ripple-rings{top:-.36rem;width:7.15rem;opacity:.4;filter:blur(.009rem) drop-shadow(0 -.04rem .12rem rgba(94,204,237,.1))}.cooperate-section-mobile .cooperate-orbit-partner{width:.56rem;height:.56rem}.cooperate-section-mobile .cooperate-orbit-partner img{width:.29rem;height:.29rem}.cooperate-section-mobile .cooperate-orbit-partner.orbit-partner-3 img{width:.36rem;height:.36rem}.cooperate-section-mobile .cooperate-orbit-partner .cooperate-partner-glyph{font-size:.3rem}.cooperate-section-mobile .orbit-partner-1{top:.92rem;left:.08rem}.cooperate-section-mobile .orbit-partner-2{top:.42rem;left:1.18rem}.cooperate-section-mobile .orbit-partner-3{top:.08rem;left:2.47rem}.cooperate-section-mobile .orbit-partner-4{top:.42rem;right:1.18rem}.cooperate-section-mobile .orbit-partner-5{top:.92rem;right:.08rem}.cooperate-section-mobile .cooperate-flare{width:.34rem;height:.34rem}.cooperate-section-mobile .cooperate-flare-left{top:1.55rem;left:.65rem}.cooperate-section-mobile .cooperate-flare-right{top:1.72rem;right:.62rem}.cooperate-copy-mobile{position:absolute;top:2rem;left:50%;z-index:2;width:6.9rem;text-align:center;transform:translate(-50%);opacity:0}.cooperate-copy-mobile h1{color:#f5f8fb;font-family:Inter,sans-serif;font-size:.42rem;font-weight:400;line-height:1.24;letter-spacing:.006rem}.cooperate-copy-mobile h1 span{color:#00d1ff}.cooperate-copy-mobile p{width:6.65rem;margin:.14rem auto 0;color:#aab2bf;font-family:Inter,sans-serif;font-size:.18rem;line-height:1.46}.cooperate-cta-mobile{width:2.48rem;height:.58rem;margin:.16rem auto 0;border-radius:.08rem;font-size:.17rem}.cooperate-cta-mobile img{width:.17rem;height:.17rem}.cooperate-partner-grid-mobile{position:absolute;top:5.35rem;right:.32rem;left:.32rem;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.12rem;opacity:0}.cooperate-partner-grid-mobile .cooperate-partner-card{height:.72rem;gap:.08rem;border-radius:.12rem}.cooperate-partner-grid-mobile .cooperate-partner-card img,.cooperate-partner-grid-mobile .cooperate-partner-glyph{width:.26rem;height:.26rem}.cooperate-partner-grid-mobile .cooperate-partner-glyph{font-size:.26rem}.cooperate-partner-grid-mobile .cooperate-partner-card strong{font-size:.14rem}.cooperate-section-mobile.is-active .cooperate-orbits,.cooperate-section-mobile.has-animated .cooperate-orbits{animation:cooperateFadeDown .7s ease-out .1s both}.cooperate-section-mobile.is-active .cooperate-copy-mobile,.cooperate-section-mobile.has-animated .cooperate-copy-mobile{animation:cooperateFadeUp .75s ease-out .95s forwards}.cooperate-section-mobile.is-active .cooperate-partner-grid-mobile,.cooperate-section-mobile.has-animated .cooperate-partner-grid-mobile{animation:cooperateFadeUpMobile .75s ease-out 1.28s forwards}@keyframes cooperateTwinkle{0%,to{opacity:.25;transform:scale(.72)}50%{opacity:1;transform:scale(1.18)}}@keyframes cooperatePartnerFloatOdd{0%,to{transform:translateY(.09rem)}50%{transform:translateY(-.09rem)}}@keyframes cooperatePartnerFloatEven{0%,to{transform:translateY(-.09rem)}50%{transform:translateY(.09rem)}}@keyframes cooperateFadeUp{0%{opacity:0;transform:translate(-50%,.18rem)}to{opacity:1;transform:translate(-50%)}}@keyframes cooperateFadeDown{0%{opacity:0;transform:translate(-50%,-.15rem)}to{opacity:1;transform:translate(-50%)}}@keyframes cooperateFadeUpMobile{0%{opacity:0;transform:translateY(.18rem)}to{opacity:1;transform:translateY(0)}}@keyframes cooperateRipplePulse{0%,to{opacity:.36;transform:translate(-50%) scale(.985)}50%{opacity:.48;transform:translate(-50%) scale(1.025)}}@media(prefers-reduced-motion:reduce){.cooperate-star,.cooperate-flare,.cooperate-orbit-partner,.cooperate-section .cooperate-orbits,.cooperate-section .cooperate-copy,.cooperate-section .cooperate-partner-grid,.cooperate-section-mobile .cooperate-orbits,.cooperate-section-mobile .cooperate-copy-mobile,.cooperate-section-mobile .cooperate-partner-grid-mobile{animation:none!important;opacity:1}.cooperate-ripple-rings{animation:none!important}.cooperate-partner-track{animation:none!important;transform:none!important}.cooperate-orbit-partner,.cooperate-partner-row .cooperate-partner-card,.cooperate-partner-grid-mobile .cooperate-partner-card{opacity:1!important;filter:none!important;transition:none!important}}.user-profile{color:#fff;text-align:left;font-family:Inter-Medium,sans-serif;font-size:14px;letter-spacing:-.02em;font-weight:500;opacity:.7;position:relative;mix-blend-mode:plus-lighter}.language-switcher,.wallet-control{position:relative;z-index:12;flex:0 0 auto}.language-switcher button,.wallet-control button,.header-mobile-menu-btn{border:0;color:inherit;font:inherit}.language-switcher-trigger{min-width:.66rem;height:.44rem;display:inline-flex;align-items:center;justify-content:center;gap:.08rem;padding:0 .14rem;border:.01rem solid rgba(88,180,210,.32)!important;border-radius:.06rem;background:rgba(3,18,28,.82);color:#c7d0db!important;cursor:pointer;font-size:.15rem!important;transition:border-color .2s ease,background .2s ease}.language-switcher-trigger:hover,.language-switcher-trigger[aria-expanded=true]{border-color:rgba(0,209,255,.72)!important;background:rgba(0,67,84,.72)}.language-switcher-trigger i{width:.07rem;height:.07rem;border-right:.01rem solid currentColor;border-bottom:.01rem solid currentColor;transform:translateY(-.02rem) rotate(45deg);transition:transform .2s ease}.language-switcher-trigger[aria-expanded=true] i{transform:translateY(.02rem) rotate(225deg)}.language-switcher-menu,.wallet-menu{position:absolute;top:calc(100% + .1rem);right:0;z-index:30;display:none;padding:.08rem;border:.01rem solid rgba(100,190,220,.22);border-radius:.09rem;background:rgba(4,8,16,.96);box-shadow:0 .14rem .42rem rgba(0,0,0,.5),inset 0 0 .22rem rgba(0,209,255,.05);-webkit-backdrop-filter:blur(.22rem);backdrop-filter:blur(.22rem)}.language-switcher-menu.is-open,.wallet-menu.is-open{display:flex;animation:headerControlMenuIn .18s ease-out both}.language-switcher-menu{width:2.25rem;max-height:min(5.2rem,calc(100dvh - 1.2rem));flex-direction:column;gap:.04rem;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:rgba(0,209,255,.35) transparent;scrollbar-width:thin}.language-switcher-menu button{display:grid;grid-template-columns:.06rem .24rem minmax(0,1fr);align-items:center;gap:.09rem}.language-switcher-menu button,.wallet-menu button{flex:0 0 auto;min-height:.38rem;padding:.08rem .12rem;border-radius:.06rem;background:transparent;color:#9aa5b4;cursor:pointer;font-size:.14rem;text-align:left;transition:color .2s ease,background .2s ease}.language-switcher-flag{flex:0 0 auto;font-family:"Apple Color Emoji","Segoe UI Emoji",sans-serif;line-height:1;text-align:center}.language-switcher-label{min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.language-switcher-menu button:hover,.language-switcher-menu button.is-active,.wallet-menu button:hover{background:rgba(0,209,255,.1);color:#fff}.language-switcher-menu button:before{content:"";width:.06rem;height:.06rem;border-radius:50%;opacity:0}.language-switcher-menu button.is-active:before{background:#00d1ff;box-shadow:0 0 .08rem rgba(0,209,255,.8);opacity:1}.wallet-control .header-cta,.wallet-control .header-mobile-cta{display:block}.wallet-control .header-cta:disabled,.wallet-control .header-mobile-cta:disabled{cursor:wait;opacity:.72}.wallet-menu{width:2.65rem;flex-direction:column;gap:.05rem}.wallet-menu-heading{padding:.08rem .1rem;color:#dfe6ee;font-size:.14rem;font-weight:600}.wallet-menu-status{display:flex;flex-direction:column;gap:.04rem;padding:.1rem;border-bottom:.01rem solid rgba(255,255,255,.08)}.wallet-menu-status span,.wallet-menu-status small{color:#6f7b8b;font-size:.12rem}.wallet-menu-status strong{color:#fff;font-family:Orbitron,sans-serif;font-size:.14rem;font-weight:400}.wallet-menu .wallet-menu-disconnect{color:#ff8b8b}.wallet-menu p{padding:.08rem .1rem;color:#ff9f9f;font-size:.11rem;line-height:1.45}@keyframes headerControlMenuIn{0%{opacity:0;transform:translateY(-.06rem)}to{opacity:1;transform:translateY(0)}}@media(max-width:767px){.app-mobile,.app-mobile .swiper-container,.app-mobile .swiper-wrapper,.app-mobile .screen-section{height:100%;min-height:0}.app-mobile .swiper-container{height:100dvh}.app-mobile .screen-section{padding-top:0}.app-mobile .screen{padding-top:calc(.82rem + env(safe-area-inset-top));padding-right:env(safe-area-inset-right);padding-left:env(safe-area-inset-left)}.header-mobile{z-index:25;min-height:.76rem;padding:calc(.12rem + env(safe-area-inset-top)) calc(.2rem + env(safe-area-inset-right)) .12rem calc(.2rem + env(safe-area-inset-left));gap:.12rem}.header-mobile .header-mobile-logo{width:1.42rem;height:auto;flex:0 1 auto}.header-mobile .header-mobile-right{min-width:0;gap:.07rem}.language-switcher-mobile .language-switcher-trigger{min-width:.52rem;height:.48rem;gap:.05rem;padding:0 .09rem;font-size:.13rem!important}.language-switcher-mobile .language-switcher-menu{right:-.2rem;width:min(2.25rem,calc(100vw - .3rem))}.wallet-control-mobile .header-mobile-cta{width:auto;max-width:1.72rem;height:.48rem;border-radius:.06rem}.wallet-control-mobile .header-mobile-cta-content{min-width:1.02rem;gap:.05rem!important;padding:0 .11rem!important}.wallet-control-mobile .header-mobile-cta-content span{overflow:hidden;max-width:1.15rem;font-size:.13rem!important;text-overflow:ellipsis;white-space:nowrap}.wallet-control-mobile .header-mobile-cta-content img{width:.15rem!important;height:.15rem!important}.wallet-control-mobile .wallet-menu{right:-.62rem;width:3.35rem}.header-mobile .header-mobile-right .header-mobile-menu-btn{width:.48rem;height:.48rem;flex:0 0 auto;padding:0;background:transparent}.header-mobile .header-mobile-right .header-mobile-menu-btn .header-mobile-menu-btn-content{width:100%;height:100%;gap:.05rem;padding:.1rem .09rem}.header-mobile-nav-menu{z-index:24;width:min(4.8rem,82vw);padding:calc(1.05rem + env(safe-area-inset-top)) .22rem calc(.3rem + env(safe-area-inset-bottom))}.header-mobile-nav-menu .header-mobile-nav-item{padding:.16rem .22rem;margin-bottom:.04rem}.header-mobile-nav-menu .header-mobile-nav-item .header-mobile-nav-item-text{font-size:.18rem}.header-mobile-overlay{z-index:23}.hero-content-mobile{width:100%;max-width:7.1rem;padding:.18rem .28rem;gap:.14rem}.hero-title-mobile{padding:0;font-size:.4rem;line-height:1.25}.hero-subtitle-mobile{display:-webkit-box;overflow:hidden;font-size:.155rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:4}.hero-stats-mobile{top:4.55rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.12rem .24rem}.stat-item-mobile{width:auto}.stat-number-mobile{font-size:.26rem}.stat-label-mobile{overflow:hidden;max-width:2.8rem;font-size:.13rem;text-overflow:ellipsis}.screen-two-content-mobile{gap:.12rem;padding:.16rem .3rem 0}.screen-two-title-mobile{width:100%;font-size:.39rem;line-height:1.28}.screen-two-subtitle-mobile{font-size:.155rem;line-height:1.45}.screen-two-animation-mobile{width:7.1rem;height:4rem;margin:.28rem 0 .08rem}.screen-two-animation-mobile .screen-two-particles-wrapper-mobile{width:5.4rem;height:4rem}.screen-two-partners-mobile{width:100%;height:1.48rem}.screen-two-partners-mobile .partners-line-mobile{top:.92rem}.screen-two-partners-mobile .partners-list-mobile{padding-right:.28rem;padding-bottom:.18rem;padding-left:.28rem}.screen-two-partners-mobile .partner-item-mobile{width:1.72rem}.screen-two-partners-mobile .partner-item-mobile .partner-line-mobile{height:.3rem}.screen-two-partners-mobile .partner-item-mobile .partner-name-mobile{padding:.08rem .14rem;font-size:.17rem}.screen-three-header-mobile{gap:.12rem;padding:.16rem .3rem 0}.screen-three-title-mobile{font-size:.39rem;line-height:1.28}.screen-three-subtitle-mobile{display:-webkit-box;overflow:hidden;font-size:.155rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:3}.screen-three-engines-wrapper-mobile{margin-top:.18rem;padding:0 .28rem}.screen-three-engines-row-mobile{margin-top:.14rem}.screen-three-engines-swiper-mobile .swiper-slide,.engine-card-mobile{width:5.9rem}.engine-card-mobile{height:2.72rem;border-radius:.16rem}.engine-card-mobile .engine-card-bg-mobile{border-radius:.16rem}.engine-card-mobile .engine-card-footer-mobile{padding:.16rem}.engine-card-mobile .engine-card-footer-mobile .engine-title-mobile{font-size:.16rem}.engine-card-mobile .engine-card-footer-mobile .engine-desc-mobile{display:-webkit-box;overflow:hidden;font-size:.105rem;-webkit-box-orient:vertical;-webkit-line-clamp:3}.screen-four-mobile{justify-content:center;padding-bottom:3.45rem}.screen-four-header-mobile{gap:.12rem;padding:.18rem .3rem 0}.screen-four-title-mobile{font-size:.39rem;line-height:1.28}.screen-four-header-mobile>span{display:-webkit-box;overflow:hidden;font-size:.145rem!important;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:3}.screen-four-data-mobile{gap:.12rem;margin-top:.22rem;padding:0 .28rem}.data-row-mobile{gap:.12rem}.data-item-mobile{min-width:0;gap:.08rem;padding:.11rem .12rem}.data-icon-wrapper-mobile{width:.48rem;height:.48rem}.data-icon-wrapper-mobile .data-icon-mobile{width:.46rem;height:.46rem}.data-value-mobile{max-width:2rem;overflow:hidden;font-size:.24rem;text-overflow:ellipsis}.data-label-mobile{max-width:2rem;overflow:hidden;font-size:.14rem;text-overflow:ellipsis}.tokenomics-section-mobile .tokenomics-header{top:calc(.94rem + env(safe-area-inset-top));width:6.9rem}.tokenomics-section-mobile .tokenomics-header h1{font-size:.36rem}.tokenomics-section-mobile .tokenomics-header p{display:-webkit-box;overflow:hidden;font-size:.13rem;-webkit-box-orient:vertical;-webkit-line-clamp:4}.tokenomics-section-mobile .tokenomics-metrics{top:calc(2.55rem + env(safe-area-inset-top))}.tokenomics-section-mobile .tokenomics-background{top:calc(2.85rem + env(safe-area-inset-top))}.tokenomics-section-mobile .tokenomics-burn-card.burn-card-1,.tokenomics-section-mobile .tokenomics-burn-card.burn-card-2{top:calc(4.62rem + env(safe-area-inset-top))}.tokenomics-section-mobile .tokenomics-burn-card.burn-card-3,.tokenomics-section-mobile .tokenomics-burn-card.burn-card-4{top:calc(7.12rem + env(safe-area-inset-top))}.ecosystem-section-mobile .ecosystem-content{top:calc(.94rem + env(safe-area-inset-top));width:6.9rem}.ecosystem-section-mobile .ecosystem-header h1{font-size:.36rem}.ecosystem-section-mobile .ecosystem-header p{display:-webkit-box;overflow:hidden;font-size:.135rem;-webkit-box-orient:vertical;-webkit-line-clamp:3}.ecosystem-section-mobile .ecosystem-card-grid{gap:.1rem;margin-top:.14rem}.ecosystem-section-mobile .ecosystem-card,.ecosystem-section-mobile .ecosystem-card:nth-child(4){height:1.92rem}.cooperate-copy-mobile{top:calc(2rem + env(safe-area-inset-top));width:6.9rem}.cooperate-copy-mobile h1{font-size:.37rem}.cooperate-copy-mobile p{display:-webkit-box;overflow:hidden;width:6.7rem;font-size:.145rem;-webkit-box-orient:vertical;-webkit-line-clamp:4}.cooperate-partner-grid-mobile{top:calc(4.85rem + env(safe-area-inset-top));grid-template-columns:repeat(2,minmax(0,1fr));gap:.09rem}.cooperate-partner-grid-mobile .cooperate-partner-card{height:.58rem}.cooperate-partner-grid-mobile .cooperate-partner-card strong{font-size:.125rem}.screen-contact-mobile{padding-bottom:calc(.72rem + env(safe-area-inset-bottom))}.contact-header-mobile{gap:.12rem;padding:.16rem .3rem 0}.contact-sub-title-mobile{font-size:.39rem;line-height:1.28}.contact-body-mobile{gap:.12rem;margin-top:.2rem;padding:0 .28rem}.social-section-mobile{gap:.12rem}.social-section-mobile .social-card-mobile{min-width:0;min-height:1.78rem;gap:.09rem;padding:.16rem;border-radius:.14rem}.social-section-mobile .social-card-mobile .social-title-mobile{overflow:hidden;max-width:100%;font-size:.13rem;line-height:1.35;text-align:center;text-overflow:ellipsis;white-space:nowrap}.submit-button-mobile{width:1.5rem}.submit-button-mobile .submit-button-content-mobile{padding:.07rem .12rem}.submit-button-mobile .submit-button-content-mobile span{font-size:.13rem}.footer-mobile{padding-bottom:env(safe-area-inset-bottom)}}@media(max-width:420px)and (max-height:700px){.app-mobile .screen{padding-top:calc(.7rem + env(safe-area-inset-top))}.header-mobile{min-height:.66rem;padding-top:calc(.08rem + env(safe-area-inset-top));padding-bottom:.08rem}.screen-two-animation-mobile{height:3.45rem;margin-top:.16rem}.engine-card-mobile{height:2.35rem}.tokenomics-section-mobile .tokenomics-burn-card.burn-card-3,.tokenomics-section-mobile .tokenomics-burn-card.burn-card-4{top:calc(6.75rem + env(safe-area-inset-top))}.cooperate-partner-grid-mobile{top:calc(4.55rem + env(safe-area-inset-top))}}.header-brand-logo{width:1.6rem;height:.6rem;flex:0 0 auto;object-fit:contain}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:.12rem;height:.5rem;flex:0 0 auto}.header-actions>.language-switcher,.header-actions>.wallet-control{display:flex;align-items:center;align-self:center;height:100%;margin:0;top:auto;bottom:auto}.header-actions .language-switcher-trigger,.header-actions .header-cta{height:.48rem;min-height:.48rem;margin:0;line-height:1}.header-actions .header-cta{display:flex;align-items:stretch}.header-actions .header-cta-content{height:100%;padding-top:0;padding-bottom:0}@media(max-width:767px){html,body,#root{overflow:hidden}.app-mobile{--mobile-header-height: calc(.76rem + env(safe-area-inset-top)) ;display:block;height:100dvh;min-height:100dvh;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}.header-mobile{position:-webkit-sticky;position:sticky;top:0;left:auto;right:auto;z-index:25;width:100%;height:var(--mobile-header-height);min-height:var(--mobile-header-height);flex:0 0 var(--mobile-header-height);padding:calc(.12rem + env(safe-area-inset-top)) calc(.24rem + env(safe-area-inset-right)) .12rem calc(.24rem + env(safe-area-inset-left));border-bottom:.01rem solid rgba(72,177,207,.14);background:rgba(3,6,13,.9);box-shadow:0 .08rem .24rem rgba(0,0,0,.24)}.header-mobile .header-mobile-logo{width:2.48rem}.header-mobile .header-mobile-right{gap:.1rem}.wallet-control-mobile .header-mobile-cta,.header-mobile .header-mobile-right .header-mobile-menu-btn{height:.46rem}.wallet-control-mobile .header-mobile-cta{max-width:2.15rem}.wallet-control-mobile .header-mobile-cta-content{min-width:1.48rem;padding:0 .14rem!important}.wallet-control-mobile .header-mobile-cta-content span{max-width:1.5rem;font-size:.14rem!important}.wallet-control-mobile .wallet-menu{right:-.58rem;width:min(6.6rem,calc(100vw - .48rem))}.header-mobile .header-mobile-right .header-mobile-menu-btn{width:.46rem}.header-mobile-nav-menu{width:min(3.5rem,88vw);padding:calc(.28rem + env(safe-area-inset-top)) .28rem calc(.32rem + env(safe-area-inset-bottom));gap:.02rem;box-shadow:-.2rem 0 .6rem rgba(0,0,0,.38)}.header-mobile-nav-heading{display:flex;align-items:center;min-height:.68rem;margin-bottom:.16rem;padding:0 .18rem .14rem;border-bottom:.01rem solid rgba(255,255,255,.08)}.header-mobile-nav-heading img{width:1.62rem;height:auto}.header-mobile-nav-menu .header-mobile-nav-item{padding:.15rem .18rem;margin-bottom:.02rem;border:.01rem solid transparent;border-radius:.1rem}.header-mobile-nav-menu .header-mobile-nav-item.is-active{border-color:rgba(0,209,255,.18);background:linear-gradient(90deg,rgba(0,209,255,.14),rgba(0,209,255,.03))}.header-mobile-nav-menu .header-mobile-nav-item .header-mobile-nav-item-text{font-size:.17rem}.header-mobile-language-row{display:flex;flex-direction:column;gap:.1rem;margin-top:.16rem;padding:.2rem .18rem 0;border-top:.01rem solid rgba(255,255,255,.08);color:#747f8e;font-size:.13rem}.header-mobile-language-row .language-switcher-mobile,.header-mobile-language-row .language-switcher-trigger{width:100%}.header-mobile-language-row .language-switcher-trigger{height:.46rem;justify-content:space-between;padding:0 .16rem;font-size:.14rem!important}.header-mobile-language-row .language-switcher-menu{position:static;width:100%;margin-top:.08rem}.mobile-sections{position:relative;width:100%;overflow:hidden}.mobile-section{position:relative;width:100%;height:auto;min-height:calc(100svh - .76rem);scroll-margin-top:.76rem;overflow:hidden;border-top:.01rem solid rgba(81,169,201,.08)}.mobile-section>.screen,.app-mobile .screen{width:100%;height:auto;min-height:calc(100svh - .76rem);padding-top:0;padding-right:env(safe-area-inset-right);padding-left:env(safe-area-inset-left)}.app-mobile .screen-one-mobile,.app-mobile .screen-two-mobile,.app-mobile .screen-three-mobile,.app-mobile .screen-four-mobile,.app-mobile .ecosystem-section-mobile,.app-mobile .tokenomics-section-mobile,.app-mobile .cooperate-section-mobile,.app-mobile .screen-contact-mobile{justify-content:flex-start}.app-mobile .screen-one-mobile{min-height:max(calc(100svh - .76rem),12.8rem);display:flex;flex-direction:column;align-items:center;padding:.52rem 0 .6rem}.app-mobile .hero-content-mobile,.app-mobile .screen-one-mobile.has-animated .hero-content-mobile{position:relative;left:50%;width:100%;max-width:7.1rem;padding:0 .32rem;gap:.16rem;transform:translate(-50%)}.app-mobile .hero-title-mobile{padding:0;font-size:clamp(.36rem,9vw,.42rem);line-height:1.2}.app-mobile .hero-subtitle-mobile{display:block;overflow:visible;font-size:.155rem;line-height:1.55;-webkit-line-clamp:unset}.app-mobile .hero-stats-mobile{position:relative;top:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.14rem;margin-top:.38rem;padding:0 .32rem}.app-mobile .stat-item-mobile{width:auto;min-height:.9rem;padding:.12rem;border:.01rem solid rgba(83,166,194,.13);border-radius:.12rem;background:rgba(4,12,20,.48);box-shadow:inset 0 0 .22rem rgba(0,209,255,.04)}.app-mobile .stat-number-mobile{font-size:.24rem}.app-mobile .stat-label-mobile{max-width:none;overflow:visible;font-size:.12rem;line-height:1.35;text-overflow:clip;white-space:normal}.app-mobile .hero-map-wrapper-mobile{bottom:.35rem;opacity:.48;transform:translate(-50%) scale(.92)}.app-mobile .screen-two-mobile{min-height:13.8rem;padding:2rem 0 .48rem}.app-mobile .screen-two-content-mobile{gap:.14rem;padding:0 .32rem}.app-mobile .screen-two-title-mobile{width:100%;font-size:.38rem;line-height:1.25}.app-mobile .screen-two-subtitle-mobile{font-size:.155rem;line-height:1.55}.app-mobile .screen-two-animation-mobile{width:100%;height:4.9rem;margin:.28rem 0 .16rem;background-size:auto 95%}.app-mobile .screen-two-animation-mobile .screen-two-particles-wrapper-mobile{width:5.7rem;height:4.9rem}.app-mobile .screen-two-partners-mobile{width:100%;height:2rem}.app-mobile .screen-three-mobile{min-height:12.5rem;padding:.8rem 0 .7rem}.app-mobile .screen-three-header-mobile{gap:.14rem;padding:0 .32rem}.app-mobile .screen-three-title-mobile{font-size:.38rem;line-height:1.25}.app-mobile .screen-three-subtitle-mobile{display:block;overflow:visible;font-size:.155rem;line-height:1.55;-webkit-line-clamp:unset}.app-mobile .screen-three-engines-wrapper-mobile{margin-top:.22rem;padding:0 .32rem}.app-mobile .screen-three-engines-row-mobile{margin-top:.18rem}.app-mobile .screen-three-engines-swiper-mobile{overflow:hidden;padding-right:.3rem}.app-mobile .screen-three-engines-swiper-mobile .swiper-slide,.app-mobile .engine-card-mobile{width:5.75rem}.app-mobile .engine-card-mobile{height:2.9rem;border-radius:.16rem}.app-mobile .engine-card-mobile .engine-card-footer-mobile .engine-desc-mobile{display:block;overflow:visible;font-size:.105rem;-webkit-line-clamp:unset}.app-mobile .ecosystem-section-mobile{padding:.82rem .32rem .9rem}.app-mobile .ecosystem-section-mobile .ecosystem-content{position:relative;top:auto;left:auto;width:100%;transform:none}.app-mobile .ecosystem-section-mobile .ecosystem-header h1{font-size:.38rem;line-height:1.22}.app-mobile .ecosystem-section-mobile .ecosystem-header p{display:block;overflow:visible;margin-top:.16rem;font-size:.145rem;line-height:1.55;-webkit-line-clamp:unset}.app-mobile .ecosystem-section-mobile .ecosystem-card-grid{grid-template-columns:1fr;gap:.16rem;margin-top:.3rem}.app-mobile .ecosystem-section-mobile .ecosystem-card,.app-mobile .ecosystem-section-mobile .ecosystem-card:nth-child(4),.app-mobile .ecosystem-section-mobile .ecosystem-card:nth-child(5){grid-column:1;height:auto;padding:.22rem;border-radius:.14rem}.app-mobile .ecosystem-section-mobile .ecosystem-card-icon{width:.54rem;height:.54rem}.app-mobile .ecosystem-section-mobile .ecosystem-card h2{margin-top:.1rem;font-size:.17rem}.app-mobile .ecosystem-section-mobile .ecosystem-card>p{display:block;overflow:visible;margin-top:.08rem;padding-bottom:0;font-size:.12rem;line-height:1.5;-webkit-line-clamp:unset}.app-mobile .ecosystem-section-mobile .ecosystem-card-action{position:relative;bottom:auto;left:auto;width:-webkit-fit-content;width:fit-content;min-width:1.85rem;height:.38rem;margin-top:.18rem;font-size:.13rem}.app-mobile .tokenomics-section-mobile{min-height:16rem;padding:.82rem .32rem .8rem}.app-mobile .tokenomics-section-mobile .tokenomics-header{position:relative;top:auto;left:50%;width:100%;transform:translate(-50%)}.app-mobile .tokenomics-section-mobile .tokenomics-header h1{font-size:.38rem;line-height:1.22}.app-mobile .tokenomics-section-mobile .tokenomics-header p{display:block;overflow:visible;font-size:.145rem;line-height:1.55;-webkit-line-clamp:unset}.app-mobile .tokenomics-section-mobile .tokenomics-metrics{position:relative;top:auto;left:auto;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:.14rem;margin-top:.3rem;transform:none}.app-mobile .tokenomics-section-mobile .tokenomics-metrics article{min-height:1rem;padding:.14rem;border:.01rem solid rgba(100,170,199,.12);border-radius:.12rem;background:rgba(4,10,18,.6)}.app-mobile .tokenomics-section-mobile .tokenomics-metrics strong{font-size:.16rem;white-space:normal}.app-mobile .tokenomics-section-mobile .tokenomics-background{top:4.25rem;width:8rem;opacity:.8!important}.app-mobile .tokenomics-section-mobile .tokenomics-burn-cards{position:relative;inset:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.14rem;margin-top:5.15rem;pointer-events:auto}.app-mobile .tokenomics-section-mobile .tokenomics-burn-card,.app-mobile .tokenomics-section-mobile .tokenomics-burn-card.burn-card-1,.app-mobile .tokenomics-section-mobile .tokenomics-burn-card.burn-card-2,.app-mobile .tokenomics-section-mobile .tokenomics-burn-card.burn-card-3,.app-mobile .tokenomics-section-mobile .tokenomics-burn-card.burn-card-4{position:relative;top:auto;right:auto;left:auto;width:auto;height:auto;min-height:1.65rem;padding:.17rem;transform:none}.app-mobile .tokenomics-section-mobile .tokenomics-burn-card h2{overflow:visible;font-size:.14rem;line-height:1.35;text-overflow:clip;white-space:normal}.app-mobile .tokenomics-section-mobile .tokenomics-burn-card p{display:block;overflow:visible;font-size:.11rem;line-height:1.45;-webkit-line-clamp:unset}.app-mobile .tokenomics-section-mobile .tokenomics-burn-label{position:relative;bottom:auto;left:auto;margin-top:.28rem;text-align:center;transform:none}.app-mobile .screen-four-mobile{min-height:14rem;padding:.8rem 0 5.1rem}.app-mobile .screen-four-header-mobile{gap:.14rem;padding:0 .32rem}.app-mobile .screen-four-title-mobile{font-size:.38rem;line-height:1.25}.app-mobile .screen-four-header-mobile>span{display:block;overflow:visible;font-size:.145rem!important;line-height:1.55;-webkit-line-clamp:unset}.app-mobile .screen-four-data-mobile{gap:.14rem;margin-top:.28rem;padding:0 .32rem}.app-mobile .data-row-mobile{flex-direction:column;gap:.14rem}.app-mobile .data-item-mobile{width:100%;min-width:0;padding:.16rem .18rem;border-radius:.1rem}.app-mobile .data-value-mobile,.app-mobile .data-label-mobile{max-width:none;overflow:visible;text-overflow:clip;white-space:normal}.app-mobile .data-value-mobile{font-size:.26rem}.app-mobile .data-label-mobile{font-size:.15rem;line-height:1.4}.app-mobile .cooperate-section-mobile{min-height:15rem;padding:.45rem 0 .82rem}.app-mobile .cooperate-section-mobile .cooperate-orbits{top:.22rem}.app-mobile .cooperate-copy-mobile,.app-mobile .cooperate-section-mobile.has-animated .cooperate-copy-mobile{position:relative;top:auto;left:auto;width:100%;margin-top:2.25rem;padding:0 .32rem;transform:none}.app-mobile .cooperate-copy-mobile h1{font-size:.38rem;line-height:1.24}.app-mobile .cooperate-copy-mobile p{display:block;overflow:visible;width:100%;font-size:.145rem;line-height:1.55;-webkit-line-clamp:unset}.app-mobile .cooperate-partner-grid-mobile{position:relative;top:auto;right:auto;left:auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:.12rem;margin:.48rem .32rem 0}.app-mobile .cooperate-partner-grid-mobile .cooperate-partner-card{height:.72rem;padding:0 .12rem;border-radius:.12rem}.app-mobile .cooperate-partner-grid-mobile .cooperate-partner-card strong{font-size:.125rem}.app-mobile .screen-contact-mobile{min-height:13rem;padding:.78rem 0 calc(.4rem + env(safe-area-inset-bottom))}.app-mobile .contact-header-mobile{gap:.14rem;padding:0 .32rem;margin-top:.32rem}.app-mobile .contact-sub-title-mobile{font-size:.38rem;line-height:1.25}.app-mobile .contact-body-mobile{gap:.14rem;margin-top:.3rem;padding:0 .32rem}.app-mobile .social-section-mobile{flex-direction:row;gap:.14rem}.app-mobile .social-section-mobile .social-card-mobile{min-height:1.72rem;gap:.1rem;padding:.2rem;border-radius:.14rem}.app-mobile .social-section-mobile .social-card-mobile .social-title-mobile{max-width:100%;overflow:visible;font-size:.135rem;line-height:1.45;text-align:center;text-overflow:clip;white-space:normal}.app-mobile .footer-mobile{position:relative;bottom:auto;left:auto;margin-top:.65rem;padding:0 .32rem env(safe-area-inset-bottom);transform:none}.app-mobile .footer-nav-mobile{flex-wrap:wrap;overflow:visible}.app-mobile .footer-nav-item-mobile{flex:0 0 calc(25% - .12rem)}.app-mobile .footer-nav-item-mobile .footer-nav-item-text-mobile,.app-mobile .footer-link-mobile,.app-mobile .footer-copy-mobile{font-size:.12rem}}@media(max-width:390px){.header-mobile{padding-right:.18rem;padding-left:.18rem}.header-mobile .header-mobile-logo{width:1.3rem}.wallet-control-mobile .header-mobile-cta-content{min-width:1.32rem;padding:0 .1rem!important}.app-mobile .tokenomics-section-mobile .tokenomics-burn-cards{grid-template-columns:1fr;margin-top:4.9rem}}@media(max-width:767px){.app-mobile{scroll-snap-type:y mandatory;scroll-padding-top:var(--mobile-header-height)}.mobile-sections{overflow:visible}.mobile-section{width:100%;height:calc(100vh - var(--mobile-header-height));height:calc(100dvh - var(--mobile-header-height));min-height:calc(100vh - var(--mobile-header-height));min-height:calc(100dvh - var(--mobile-header-height));max-height:calc(100dvh - var(--mobile-header-height));scroll-margin-top:0;scroll-snap-align:start;scroll-snap-stop:always}.mobile-section>.screen,.app-mobile .screen{width:100%;height:100%;min-height:0;overflow:hidden}.app-mobile .screen-one-mobile{min-height:0;padding:.36rem 0 .28rem}.app-mobile .hero-content-mobile{padding:0 .32rem;gap:.14rem}.app-mobile .hero-title-mobile{font-size:.38rem}.app-mobile .hero-subtitle-mobile{display:-webkit-box;overflow:hidden;font-size:.145rem;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:4}.app-mobile .hero-stats-mobile{position:absolute;top:4.55rem;margin-top:0}.app-mobile .hero-map-wrapper-mobile{bottom:93px}.app-mobile .screen-two-mobile{min-height:0;padding:.5rem 0 .18rem}.app-mobile .screen-two-content-mobile{gap:.1rem}.app-mobile .screen-two-title-mobile{font-size:.35rem;line-height:1.22}.app-mobile .screen-two-subtitle-mobile{display:-webkit-box;overflow:hidden;font-size:.14rem;line-height:1.48;-webkit-box-orient:vertical;-webkit-line-clamp:4}.app-mobile .screen-two-animation-mobile{height:5.1rem;margin:.12rem 0 0}.app-mobile .screen-two-animation-mobile .screen-two-particles-wrapper-mobile{height:4.1rem}.app-mobile .screen-two-partners-mobile{height:1.55rem}.app-mobile .screen-two-partners-mobile .partners-line-mobile{top:.94rem}.app-mobile .screen-three-mobile{min-height:0;padding:2rem 0 .22rem}.app-mobile .screen-three-header-mobile{gap:.1rem}.app-mobile .screen-three-title-mobile{font-size:.47rem;line-height:1.22}.app-mobile .screen-three-subtitle-mobile{display:-webkit-box;overflow:hidden;font-size:.14rem;line-height:1.48;-webkit-box-orient:vertical;-webkit-line-clamp:3}.app-mobile .screen-three-engines-wrapper-mobile{margin-top:1.2rem}.app-mobile .screen-three-engines-row-mobile{margin-top:.12rem}.app-mobile .screen-three-engines-swiper-mobile .swiper-slide,.app-mobile .engine-card-mobile{width:6.54rem}.app-mobile .engine-card-mobile{height:3.42rem}.app-mobile .engine-card-mobile .engine-card-footer-mobile{padding:.14rem}.app-mobile .engine-card-mobile .engine-card-footer-mobile .engine-title-mobile{font-size:.145rem}.app-mobile .engine-card-mobile .engine-card-footer-mobile .engine-desc-mobile{display:-webkit-box;overflow:hidden;font-size:.1rem;-webkit-box-orient:vertical;-webkit-line-clamp:2}.app-mobile .ecosystem-section-mobile{min-height:0;padding:1rem .28rem .22rem}.app-mobile .ecosystem-section-mobile .ecosystem-header h1{font-size:18px}.app-mobile .ecosystem-section-mobile .ecosystem-header p{display:-webkit-box;overflow:hidden;margin-top:.1rem;font-size:12px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:3}.app-mobile .ecosystem-section-mobile .ecosystem-card,.app-mobile .ecosystem-section-mobile .ecosystem-card:nth-child(4){grid-column:span 1;height:1.75rem;min-height:0;padding:.12rem .12rem .42rem;border-radius:.1rem}.app-mobile .ecosystem-section-mobile .ecosystem-card:nth-child(5){grid-column:1 / -1;height:1.75rem}.app-mobile .ecosystem-section-mobile .ecosystem-card-icon{width:.34rem;height:.34rem}.app-mobile .ecosystem-section-mobile .ecosystem-card h2{margin-top:.04rem;font-size:.125rem;line-height:1.28}.app-mobile .ecosystem-section-mobile .ecosystem-card>p{display:-webkit-box;overflow:hidden;margin-top:.035rem;font-size:.09rem;line-height:1.32;-webkit-box-orient:vertical;-webkit-line-clamp:3}.app-mobile .ecosystem-section-mobile .ecosystem-card-action{position:absolute;bottom:.09rem;left:.12rem;min-width:1.35rem;height:.26rem;margin-top:0;padding:0 .09rem;font-size:.1rem}.app-mobile .tokenomics-section-mobile{min-height:0;padding:.38rem .28rem .2rem}.app-mobile .tokenomics-section-mobile .tokenomics-header{width:100%}.app-mobile .tokenomics-section-mobile .tokenomics-header h1{font-size:.34rem}.app-mobile .tokenomics-section-mobile .tokenomics-header p{display:-webkit-box;overflow:hidden;margin-top:.1rem;font-size:.12rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:3}.app-mobile .tokenomics-section-mobile .tokenomics-metrics{gap:.09rem;margin-top:.3rem}.app-mobile .tokenomics-section-mobile .tokenomics-metrics article{min-height:.72rem;padding:.09rem .1rem;border-radius:.08rem}.app-mobile .tokenomics-section-mobile .tokenomics-metrics strong{font-size:.14rem}.app-mobile .tokenomics-section-mobile .tokenomics-metrics article>span{margin-top:.03rem;font-size:.09rem}.app-mobile .tokenomics-section-mobile .tokenomics-background{top:-1.03rem;width:23.25rem}.app-mobile .tokenomics-section-mobile .tokenomics-burn-cards{position:absolute;top:0;right:0;bottom:0;left:0;display:block;margin-top:0}.app-mobile .tokenomics-section-mobile .tokenomics-burn-card,.app-mobile .tokenomics-section-mobile .tokenomics-burn-card.burn-card-1,.app-mobile .tokenomics-section-mobile .tokenomics-burn-card.burn-card-2,.app-mobile .tokenomics-section-mobile .tokenomics-burn-card.burn-card-3,.app-mobile .tokenomics-section-mobile .tokenomics-burn-card.burn-card-4{position:absolute;width:2.75rem;height:1.2rem;min-height:0;padding:.12rem;border-radius:.09rem}.app-mobile .tokenomics-section-mobile .tokenomics-burn-card.burn-card-1{top:5.3rem;left:.28rem}.app-mobile .tokenomics-section-mobile .tokenomics-burn-card.burn-card-2{top:5.3rem;right:.28rem;left:auto}.app-mobile .tokenomics-section-mobile .tokenomics-burn-card.burn-card-3{top:6.6rem;left:.28rem}.app-mobile .tokenomics-section-mobile .tokenomics-burn-card.burn-card-4{top:6.6rem;right:.28rem;left:auto}.app-mobile .tokenomics-section-mobile .tokenomics-burn-card h2{font-size:.115rem;white-space:nowrap}.app-mobile .tokenomics-section-mobile .tokenomics-burn-card p{display:-webkit-box;overflow:hidden;font-size:.085rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:3}.app-mobile .tokenomics-section-mobile .tokenomics-burn-label{position:absolute;right:0;bottom:.16rem;left:0;margin-top:0}.app-mobile .screen-four-mobile{min-height:0;padding:1px 0 3.5rem}.app-mobile .screen-four-title-mobile{font-size:.34rem}.app-mobile .screen-four-header-mobile>span{display:-webkit-box;overflow:hidden;font-size:.125rem!important;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:3}.app-mobile .screen-four-data-mobile{gap:.1rem;margin-top:.16rem;padding:0 .28rem}.app-mobile .data-row-mobile{flex-direction:row;gap:.1rem}.app-mobile .data-item-mobile{width:calc(50% - .05rem);gap:.06rem;padding:.1rem;border-radius:.08rem}.app-mobile .data-icon-wrapper-mobile{width:.42rem;height:.42rem}.app-mobile .data-icon-wrapper-mobile .data-icon-mobile{width:.4rem;height:.4rem}.app-mobile .data-value-mobile{font-size:.16rem;white-space:nowrap}.app-mobile .data-label-mobile{font-size:.085rem;white-space:nowrap}.app-mobile .cooperate-section-mobile{min-height:0;padding:.18rem 0}.app-mobile .cooperate-copy-mobile{position:absolute;top:1.95rem;left:50%;width:100%;margin-top:0;transform:translate(-50%)}.app-mobile .cooperate-section-mobile.is-active .cooperate-copy-mobile,.app-mobile .cooperate-section-mobile.has-animated .cooperate-copy-mobile{position:absolute;top:1.95rem;left:50%;width:100%;margin-top:0}.app-mobile .cooperate-copy-mobile h1{font-size:.3rem}.app-mobile .cooperate-copy-mobile p{display:-webkit-box;overflow:hidden;font-size:.125rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:4}.app-mobile .cooperate-partner-grid-mobile{position:absolute;top:8rem;right:.28rem;left:.28rem;gap:.08rem;margin:0}.app-mobile .cooperate-partner-grid-mobile .cooperate-partner-card{height:.55rem;border-radius:.09rem}.app-mobile .screen-contact-mobile{min-height:0;padding:.38rem 0 2.35rem}.app-mobile .contact-header-mobile{gap:.09rem}.app-mobile .contact-main-title-mobile{font-size:.145rem;line-height:1.4}.app-mobile .contact-sub-title-mobile{font-size:.34rem}.app-mobile .contact-body-mobile{gap:.1rem;margin-top:5rem;padding:0 .28rem}.app-mobile .social-section-mobile{flex-direction:row;gap:.1rem}.app-mobile .social-section-mobile .social-card-mobile{min-height:1.58rem;gap:.07rem;border-radius:.1rem}.app-mobile .social-section-mobile .social-card-mobile .social-title-mobile{display:-webkit-box;overflow:hidden;font-size:.105rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.app-mobile .submit-button-mobile{width:1.32rem}.app-mobile .submit-button-mobile .submit-button-content-mobile{padding:.06rem .1rem}.app-mobile .submit-button-mobile .submit-button-content-mobile span{font-size:.105rem}.app-mobile .footer-mobile{position:absolute;right:0;bottom:0;left:0;margin-top:0;padding:0 .28rem env(safe-area-inset-bottom)}.app-mobile .footer-nav-mobile{flex-wrap:nowrap;margin-top:.08rem;padding-bottom:.06rem;overflow-x:auto}.app-mobile .footer-nav-item-mobile{flex:1 0 auto;padding:.04rem .06rem}.app-mobile .footer-bottom-mobile{gap:.06rem;padding:.06rem 0}}@media(max-width:420px)and (max-height:700px){.app-mobile .screen-one-mobile,.app-mobile .screen-two-mobile,.app-mobile .screen-three-mobile,.app-mobile .screen-four-mobile,.app-mobile .ecosystem-section-mobile,.app-mobile .tokenomics-section-mobile,.app-mobile .screen-contact-mobile{padding-top:.22rem}.engine-card-2-mobile .kuang-img-mobil{width:.37rem;height:.37rem;position:absolute;top:.45rem;left:1.68rem}.engine-card-2-mobile .kuang-light-mobile{width:.37rem;height:.37rem;position:absolute;top:.45rem;left:2.01rem}.app-mobile .screen-two-animation-mobile .screen-two-particles-wrapper-mobile{height:3.45rem}.app-mobile .engine-card-mobile{height:2.25rem}.app-mobile .ecosystem-section-mobile .ecosystem-card,.app-mobile .ecosystem-section-mobile .ecosystem-card:nth-child(4),.app-mobile .ecosystem-section-mobile .ecosystem-card:nth-child(5){height:1.55rem}.app-mobile .tokenomics-section-mobile .tokenomics-burn-card.burn-card-3,.app-mobile .tokenomics-section-mobile .tokenomics-burn-card.burn-card-4{top:7.05rem}.app-mobile .cooperate-partner-grid-mobile{top:8rem}}@media(max-width:767px){.app-mobile .cooperate-partner-grid-mobile{display:flex;flex-direction:column;gap:.16rem;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);top:6rem}.app-mobile .cooperate-partner-grid-mobile .cooperate-partner-row{width:100%;overflow:hidden}.app-mobile .cooperate-partner-grid-mobile .cooperate-partner-track{display:flex;width:-webkit-max-content;width:max-content;gap:.14rem;animation-name:cooperatePartnerCarouselMobileLeft;animation-duration:24s;animation-delay:3.2s;animation-timing-function:linear;animation-iteration-count:infinite;animation-play-state:paused;will-change:transform}.app-mobile .cooperate-partner-grid-mobile .cooperate-partner-row-2 .cooperate-partner-track{animation-name:cooperatePartnerCarouselMobileRight;animation-duration:27s;padding:2px 0}.app-mobile .cooperate-section-mobile.is-active .cooperate-partner-track,.app-mobile .cooperate-section-mobile.has-animated .cooperate-partner-track{animation-play-state:running;padding:2px 0}.app-mobile .cooperate-partner-grid-mobile.is-paused .cooperate-partner-track{animation-play-state:paused}.app-mobile .cooperate-partner-grid-mobile .cooperate-partner-card{flex:0 0 2.35rem;width:2.35rem;height:.82rem;padding:0 .18rem;gap:.12rem;border-radius:.14rem}.app-mobile .cooperate-partner-grid-mobile .cooperate-partner-card img,.app-mobile .cooperate-partner-grid-mobile .cooperate-partner-glyph{width:.34rem;height:.34rem}.app-mobile .cooperate-partner-grid-mobile .cooperate-partner-glyph{font-size:.34rem}.app-mobile .cooperate-partner-grid-mobile .cooperate-partner-card strong{font-size:.16rem}.app-mobile .cooperate-partner-grid-mobile .cooperate-partner-card.is-selected{border-color:rgba(0,209,255,.48);box-shadow:inset 0 .05rem .34rem rgba(76,188,229,.16),0 0 .24rem rgba(0,209,255,.14)}.language-switcher-menu button,.wallet-menu button{font-size:.2rem}}@keyframes cooperatePartnerCarouselMobileLeft{0%{transform:translate(0)}to{transform:translate(calc(-50% - .07rem))}}@keyframes cooperatePartnerCarouselMobileRight{0%{transform:translate(calc(-50% - .07rem))}to{transform:translate(0)}}.cosmic-sky{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:0}.cosmic-sky-stars,.cosmic-sky-meteors{position:absolute;top:0;right:0;bottom:0;left:0}.cosmic-sky-stars{background:radial-gradient(circle at 12% 18%,rgba(98,214,255,.22) 0,transparent 18%),radial-gradient(circle at 80% 16%,rgba(123,164,255,.16) 0,transparent 20%),radial-gradient(circle at 50% 68%,rgba(95,255,225,.12) 0,transparent 22%)}.cosmic-sky-star{position:absolute;left:var(--cosmic-left);top:var(--cosmic-top);width:var(--cosmic-size);height:var(--cosmic-size);border-radius:999px;background:rgba(235,247,255,.92);box-shadow:0 0 12px rgba(84,212,255,.55);opacity:.25;animation:cosmicStarTwinkle var(--cosmic-duration) ease-in-out infinite;animation-delay:var(--cosmic-delay)}.cosmic-sky-star:nth-child(4n){background:rgba(155,233,255,.95);box-shadow:0 0 16px rgba(0,209,255,.5)}.cosmic-sky-star:nth-child(5n){width:calc(var(--cosmic-size) + 1px);height:calc(var(--cosmic-size) + 1px)}.cosmic-sky-meteor{position:absolute;left:var(--meteor-left);top:var(--meteor-top);width:clamp(180px,var(--meteor-length),430px);height:2px;border-radius:999px;background:linear-gradient(90deg,rgba(255,255,255,.98) 0,rgba(228,248,255,.82) 3%,rgba(167,222,241,.34) 34%,rgba(126,197,223,.1) 68%,transparent 100%);box-shadow:0 0 7px rgba(209,246,255,.22);opacity:0;transform-origin:left center;transform:translate3d(8vw,-6vh,0) rotate(var(--meteor-angle));animation:cosmicMeteorDrift var(--meteor-duration) linear infinite;animation-delay:var(--meteor-delay);filter:blur(.18px);will-change:opacity,transform}.cosmic-sky-meteor:after{content:"";position:absolute;left:-.025rem;top:50%;width:.075rem;height:.075rem;border-radius:999px;background:#fff;box-shadow:0 0 5px rgba(238,253,255,.8),0 0 15px rgba(151,222,244,.42);transform:translateY(-50%)}.cosmic-sky-meteor:before{content:"";position:absolute;left:0;right:18%;top:50%;height:5px;background:linear-gradient(90deg,rgba(239,253,255,.56),rgba(173,228,247,.17) 40%,transparent 100%);transform:translateY(-50%);filter:blur(2.2px);opacity:.58}.cosmic-sky-mobile .cosmic-sky-star{box-shadow:0 0 9px rgba(84,212,255,.45)}.cosmic-sky-mobile .cosmic-sky-meteor{width:clamp(110px,var(--meteor-length),180px);opacity:0;filter:blur(.24px)}@keyframes cosmicStarTwinkle{0%,to{opacity:.18;transform:scale(.85)}35%{opacity:.78;transform:scale(1.1)}62%{opacity:.36;transform:scale(.92)}}@keyframes cosmicMeteorDrift{0%{opacity:0;transform:translate3d(8vw,-6vh,0) rotate(var(--meteor-angle))}1.5%{opacity:.08}3.2%{opacity:.94}8.5%{opacity:.72}11%{opacity:0;transform:translate3d(var(--meteor-move-x),var(--meteor-move-y),0) rotate(var(--meteor-angle))}11.1%,to{opacity:0;transform:translate3d(8vw,-6vh,0) rotate(var(--meteor-angle))}}@media(prefers-reduced-motion:reduce){.cosmic-sky-star,.cosmic-sky-meteor{animation:none}}input,textarea,select,[contenteditable=true]{font-size:16px!important;touch-action:manipulation;-webkit-text-size-adjust:100%}@media(max-width:767px){.app-mobile .hero-subtitle-mobile,.app-mobile .screen-two-subtitle-mobile,.app-mobile .screen-three-subtitle-mobile{font-size:.17rem!important;line-height:1.55}.app-mobile .stat-label-mobile{font-size:.14rem!important;line-height:1.4}.app-mobile .engine-card-mobile .engine-card-footer-mobile .engine-desc-mobile{font-size:.12rem!important;line-height:1.5}.app-mobile .ecosystem-section-mobile .ecosystem-header p,.app-mobile .tokenomics-section-mobile .tokenomics-header p{font-size:.16rem!important;line-height:1.55}.app-mobile .ecosystem-section-mobile .ecosystem-card>p{font-size:.14rem!important;line-height:1.5}.app-mobile .ecosystem-section-mobile .ecosystem-card-action{font-size:.15rem!important}.app-mobile .tokenomics-section-mobile .tokenomics-burn-card h2{font-size:.16rem!important;line-height:1.4}.app-mobile .tokenomics-section-mobile .tokenomics-burn-card p{font-size:.13rem!important;line-height:1.45}.language-switcher-mobile .language-switcher-trigger,.wallet-control-mobile .header-mobile-cta-content span{font-size:.15rem!important}.header-mobile-nav-menu .header-mobile-nav-item .header-mobile-nav-item-text{font-size:.19rem!important}.header-mobile-language-row{font-size:.15rem!important}.header-mobile-language-row .language-switcher-trigger{font-size:.16rem!important}.mint-introduction>p,.mint-introduction small,.mint-card-meta p,.stake-stat-card p,.stake-balance,.stake-form-help p,.stake-form-help small,.stake-liquidity-balance,.stake-redemption-balance,.power-balance,.power-inject-help p,.power-inject-help small,.power-range-control>div,.power-stat-card p,.power-current-nft-metrics p:last-child span,.power-current-nft-metrics p:last-child em,.pool-reward-panel>p,.pool-treasury-panel>p,.swap-account-panel p,.level-reward-hero p,.level-reward-table-body span,.level-reward-footer-text,.node-reward-panel header p{font-size:.15rem!important}.app-mobile .cooperate-copy-mobile p,.app-mobile .social-section-mobile .social-card-mobile .social-title-mobile{font-size:.16rem!important;line-height:1.55}.app-mobile .cooperate-partner-grid-mobile .cooperate-partner-card strong,.app-mobile .footer-nav-item-mobile .footer-nav-item-text-mobile,.app-mobile .footer-link-mobile,.app-mobile .footer-copy-mobile{font-size:.14rem!important}.nft-page-controls span,.nft-secondary-rewards article>p,.nft-action-grid p,.nft-upgrade-id,.nft-upgrade-trigger{font-size:.15rem!important}.nft-gift-button,.nft-friends-button,.nft-invitation-field input,.nft-action-buttons button,.nft-gift-address input,.nft-node-award-content>p{font-size:.19rem!important}.nft-friends-row span:before{font-size:.12rem!important}.app-toast{font-size:15px!important}.app-toast-error{font-size:13px!important}.mint-invitation-field input,.mint-controls .mint-submit,.stake-form-tabs button,.stake-amount-field input,.stake-form-actions button,.stake-redemption-amount input,.stake-redemption-actions button,.power-amount-field input,.power-action strong,.pool-button{font-size:.2rem!important}.value-orbit-section-mobile .value-orbit-header p{font-size:.14rem!important;line-height:1.5}.value-orbit-section-mobile .value-orbit-kicker{font-size:.1rem!important}.value-orbit-section-mobile .value-orbit-tag strong{font-size:.11rem!important;line-height:1.25}.value-orbit-section-mobile .value-orbit-caption{font-size:.13rem!important}.level-reward-hero h2{font-size:.17rem!important}.level-reward-table-heading{font-size:.11rem!important}.level-reward-table-body span,.level-reward-table-body strong,.level-reward-table-body b,.level-reward-rules li{font-size:.13rem!important}.level-reward-claim-panel button{font-size:.16rem!important}.level-reward-nft-meta strong,.level-reward-nft-list strong{font-size:.14rem!important}.level-reward-nft-list small{font-size:.11rem!important}.app-mobile .data-value-mobile{font-size:.16rem!important;line-height:1.35}.app-mobile .data-label-mobile{font-size:.12rem!important;line-height:1.4;color:#6b7280}.app-mobile .tokenomics-section-mobile .tokenomics-metrics article>span{font-size:.14rem!important}.app-mobile .screen-four-data-mobile .product-risk-tip{font-size:.12rem!important;line-height:1.5}.level-reward-eyebrow,.level-reward-nft-meta span,.level-reward-table-body em,.level-reward-modal header span,.power-stat-card p,.stake-liquidity-max,[class*=eyebrow],[class*=-badge]{font-size:.12rem!important}}
