:root{--ink:#161817;--ink-2:#333;--mute:#565656;--mute-2:#666;--line:#E4E7ED;--blue:#1A65FF;--blue-h:#4A87FF;--blue-soft:#E4EEFF;--link:#3575F5;--link-2:#4976FF;--orange:#FF6A03;--orange-h:#FF8C0D;--orange-soft:#FFEFE4;--dark:#141518;--dark-2:#0F1012;--plain:#F0F2F5;--plain-h:#DDE5F1;--edge:linear-gradient(90deg,#ff80f8 0%,#7c91fb 50%,#66bcff 100%);--font:'Lexend',Arial,Calibri,sans-serif;--script:'Dancing Script','Segoe Script',cursive;--hd:64px;--out:cubic-bezier(.2,.7,.2,1)}*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:calc(var(--hd) + 16px)}body{margin:0;font:400 16px/24px var(--font);color:var(--ink);background:#fff;overflow-x:hidden;word-break:break-word;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.fx-lock{overflow:hidden}h1,h2,h3,h4,p,ul,ol,dl,dd,figure{margin:0}ul,ol{list-style:none;padding:0}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:0;padding:0;cursor:pointer}svg{flex-shrink:0}img{max-width:100%;height:auto;display:block}.fx-sprite{position:absolute;width:0;height:0;overflow:hidden}.fx-wrap{width:92%;max-width:1440px;margin:0 auto;position:relative}.fx-main{display:block;overflow-x:hidden;overflow-x:clip}:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:6px}.fx-skip{position:absolute;left:12px;top:-60px;z-index:3000;background:var(--blue);color:#fff;padding:10px 16px;border-radius:8px;transition:top .2s}.fx-skip:focus{top:12px}.fx-btn{--h:52px;display:inline-flex;align-items:center;justify-content:center;gap:10px;height:var(--h);min-width:200px;padding:0 24px;border-radius:8px;border:2px solid #fff0;background:var(--blue);color:#fff;font-size:18px;font-weight:600;line-height:1;white-space:nowrap;transition:background .2s,color .2s,border-color .2s}.fx-btn:hover{background:var(--blue-h)}.fx-btn--lg{--h:64px;font-size:20px}.fx-btn--ghost{background:#fff0;border-color:#fff;color:#fff}.fx-btn--ghost:hover{background:#fff;color:var(--ink-2)}.fx-btn--orange{background:var(--orange)}.fx-btn--orange:hover{background:var(--orange-h)}.fx-btn--line{--h:48px;min-width:178px;padding:0 18px;background:#fff0;border-color:var(--blue);color:var(--blue);font-size:18px;font-weight:500}.fx-btn--line:hover{background:var(--blue);color:#fff}.fx-btn--solid-sm{--h:48px;min-width:178px;padding:0 18px;font-size:18px;font-weight:500}.fx-btn--block{width:100%;min-width:0}.fx-arr{width:18px;height:18px;transition:transform .3s cubic-bezier(.68,-.4,.27,1.4)}.fx-btn:hover .fx-arr{transform:translateX(4px)}.fx-header{position:sticky;top:0;z-index:2000;background:#fff;box-shadow:0 4px 8px rgb(21 58 160 / .1);transition:background .2s}.fx-header__in{display:flex;align-items:stretch;justify-content:space-between;height:var(--hd)}.fx-logo{display:flex;align-items:center;gap:9px;flex-shrink:0;color:var(--ink);transition:color .2s}.fx-logo__mark{width:34px;height:34px;transition:transform .5s var(--out)}.fx-logo:hover .fx-logo__mark{transform:rotate(-8deg) scale(1.06)}.fx-logo__word{font-size:26px;font-weight:700;letter-spacing:-.8px;line-height:1}.fx-logo__tag{font-size:10px;font-weight:500;letter-spacing:.6px;text-transform:uppercase;line-height:11px;padding-left:8px;margin-left:1px;margin-top:7px;border-left:1px solid currentColor;opacity:.9}.fx-nav{display:flex;align-items:stretch;flex:1;justify-content:center}.fx-menu{display:flex;align-items:stretch}.fx-menu__item{display:flex;align-items:center}.fx-menu__a{position:relative;display:flex;align-items:center;gap:6px;height:30px;padding:0 16px;font-size:16px;color:var(--ink);white-space:nowrap;transition:color .2s}.fx-menu__a::after{content:"";position:absolute;left:16px;right:34px;bottom:-1px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right center;transition:transform .3s}.fx-chev{width:14px;height:14px;transition:transform .4s}.fx-nav__mobile-end{display:none}.fx-header__end{display:flex;align-items:center;gap:6px}.fx-header__icon{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;color:var(--ink);transition:color .2s,background .2s}.fx-header__icon svg{width:22px;height:22px}.fx-header__icon:hover{background:rgb(26 101 255 / .08)}.fx-hbtn{display:flex;align-items:center;justify-content:center;height:32px;padding:0 14px;border:1px solid var(--ink-2);border-radius:4px;font-size:14px;color:var(--ink-2);transition:color .2s,border-color .2s,background .2s}.fx-hbtn:hover{background:var(--ink-2);color:#fff}.fx-burger{display:none;width:44px;height:44px;position:relative}.fx-burger span{position:absolute;left:12px;width:20px;height:2px;border-radius:2px;background:currentColor;transition:transform .3s,opacity .2s,top .3s}.fx-burger span:nth-child(1){top:15px}.fx-burger span:nth-child(2){top:21px}.fx-burger span:nth-child(3){top:27px}.fx-mega{position:absolute;left:0;right:0;top:100%;padding-top:8px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s,visibility .25s}.fx-mega__panel{border-radius:20px;padding:25px;background:radial-gradient(55% 90% at 0% 0%,#F3E8FF 0%,#fff0 70%),radial-gradient(50% 90% at 100% 100%,#DCEBFF 0%,#fff0 70%),radial-gradient(40% 60% at 60% 10%,#E6F6FF 0%,#fff0 70%),#F6F8FE;box-shadow:0 30px 60px -12px rgb(10 24 70 / .35);transform:translateY(-6px);transition:transform .4s ease-out}.fx-mega__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.fx-mcard{display:flex;gap:20px;padding:20px 24px 16px;border-radius:16px;border:1px solid #fff0;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(#fff,#fff) border-box;transition:transform .4s}.fx-mcard:hover{transform:translateY(-2px);background:linear-gradient(#fff,#fff) padding-box,var(--edge) border-box}.fx-mcard__ico{width:44px;height:44px;margin-top:2px;filter:drop-shadow(0 6px 10px rgb(26 80 255 / .18))}.fx-mcard__glyph{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#FFF1E6;flex-shrink:0;margin-top:2px}.fx-mcard__glyph svg{width:28px;height:28px}.fx-mcard__glyph--blue{background:#E6EEFF;color:var(--blue)}.fx-mcard__glyph--blue svg{width:22px;height:22px}.fx-mcard__glyph--mint{background:#E2F8F1;color:#0A9A83}.fx-mcard__glyph--mint svg{width:22px;height:22px}.fx-mcard__w{display:flex;flex-direction:column;flex:1;min-width:0}.fx-mcard__t{display:flex;align-items:center;gap:8px;font-size:16px;line-height:26px;font-weight:600;color:#000;margin-bottom:4px;transition:color .2s}.fx-mcard:hover .fx-mcard__t{color:var(--link-2)}.fx-mcard__d{color:var(--mute);font-size:14px;line-height:22px;flex:1}.fx-mcard__l{margin-top:14px;font-size:14px;line-height:22px;color:#000;transition:color .2s}.fx-mcard:hover .fx-mcard__l{color:var(--link-2);text-decoration:underline}.fx-hot{display:inline-flex;align-items:center;height:17px;padding:0 6px;border-radius:4px 4px 4px 0;background:linear-gradient(90deg,#FF7A1A,#FF3D6E);color:#fff;font-size:10px;font-weight:500;letter-spacing:.2px;white-space:nowrap}.fx-mega__note{display:flex;flex-direction:column;justify-content:center;gap:6px;padding:20px 24px;border-radius:16px;border:1px dashed #C9D6F2;background:rgb(255 255 255 / .5)}.fx-mega__note-t{font-weight:600}.fx-mega__note-d{color:var(--mute);font-size:14px;line-height:22px}.fx-mega__foot{display:flex;justify-content:center;margin:20px 0 -6px}.fx-mega__foot a{display:inline-flex;align-items:center;gap:8px;font-size:15px;color:#000;transition:color .2s}.fx-mega__foot svg{width:16px;height:16px;transition:transform .4s}.fx-mega__foot a:hover{color:var(--link)}.fx-mega__foot a:hover svg{transform:translateX(3px)}@media (min-width:1101px){.fx-menu__item:hover .fx-menu__a::after,.fx-menu__item:focus-within .fx-menu__a::after{transform:scaleX(1);transform-origin:left center}.fx-menu__item:hover .fx-chev,.fx-menu__item:focus-within .fx-chev{transform:rotate(180deg)}.fx-menu__item:hover .fx-mega,.fx-menu__item:focus-within .fx-mega{opacity:1;visibility:visible;pointer-events:auto}.fx-menu__item:hover .fx-mega__panel,.fx-menu__item:focus-within .fx-mega__panel{transform:translateY(4px)}.fx-header:hover{background:var(--dark)}.fx-header:hover .fx-logo,.fx-header:hover .fx-menu__a,.fx-header:hover .fx-header__icon{color:#fff}.fx-header:hover .fx-hbtn{border-color:#fff;color:#fff}.fx-header:hover .fx-hbtn:hover{background:#fff;color:var(--ink)}.fx-header:hover .fx-header__icon:hover{background:rgb(255 255 255 / .12)}}.fx-topbar{position:relative;z-index:10;overflow:hidden;background:linear-gradient(90deg,#84B7FF 0%,#9FC0FF 40%,#E3C8FF 72%,#F7CCFF 100%);transition:max-height .4s ease,opacity .3s;max-height:50px}.fx-topbar.is-gone{max-height:0;opacity:0}.fx-topbar__a{display:flex;align-items:center;justify-content:center;gap:28px;height:50px;padding:0 60px}.fx-topbar__txt{font-size:21px;font-weight:800;font-style:italic;letter-spacing:-.3px;color:#fff;text-shadow:0 2px 0 rgb(47 86 214 / .55),0 0 18px rgb(64 110 255 / .35);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fx-topbar__cta{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 14px;border-radius:6px;background:linear-gradient(90deg,#B44CFF 0%,#FF3D8B 100%);color:#fff;font-weight:600;font-size:15px;box-shadow:0 3px 0 rgb(120 20 120 / .25);white-space:nowrap;transition:transform .3s var(--out),box-shadow .3s}.fx-topbar__cta svg{width:15px;height:15px;transition:transform .3s}.fx-topbar__a:hover .fx-topbar__cta{transform:translateY(-1px);box-shadow:0 6px 14px rgb(180 40 160 / .35)}.fx-topbar__a:hover .fx-topbar__cta svg{transform:translateX(3px)}.fx-topbar__spark{position:absolute;inset:0;pointer-events:none;overflow:hidden}.fx-topbar__spark::before{content:"";position:absolute;top:0;bottom:0;left:0;width:30%;background:linear-gradient(105deg,#fff0 0%,rgb(255 255 255 / .45) 50%,#fff0 100%);transform:translate3d(-120%,0,0);animation:fxShine 5s ease-in-out infinite}@keyframes fxShine{0%,60%{transform:translate3d(-120%,0,0)}100%{transform:translate3d(420%,0,0)}}.fx-topbar__x{position:absolute;right:20px;top:15px;width:20px;height:20px;border-radius:50%;background:rgb(0 0 0 / .4);color:#fff;display:grid;place-items:center;transition:background .2s}.fx-topbar__x svg{width:12px;height:12px}.fx-topbar__x:hover{background:rgb(0 0 0 / .6)}.fx-hero{position:relative;overflow:hidden;background:#07142F;color:#fff}.fx-hero__track{position:relative;height:780px}.fx-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .9s ease,visibility .9s}.fx-slide.is-active{opacity:1;visibility:visible;z-index:1}.fx-slide__bg{position:absolute;inset:0;overflow:hidden;background:radial-gradient(900px 560px at 74% 40%,rgb(52 128 255 / .55) 0%,#fff0 65%),radial-gradient(700px 420px at 12% 18%,rgb(40 86 220 / .40) 0%,#fff0 70%),linear-gradient(180deg,#081A3E 0%,#0E2E6C 56%,#0B2252 100%)}.fx-slide--cyan .fx-slide__bg{background:radial-gradient(900px 560px at 74% 40%,rgb(30 170 255 / .50) 0%,#fff0 65%),radial-gradient(700px 420px at 12% 18%,rgb(40 120 230 / .40) 0%,#fff0 70%),linear-gradient(180deg,#061B38 0%,#0B3566 56%,#0A2650 100%)}.fx-slide--orange .fx-slide__bg{background:radial-gradient(760px 520px at 76% 36%,rgb(255 122 40 / .42) 0%,#fff0 62%),radial-gradient(700px 420px at 10% 16%,rgb(52 96 230 / .40) 0%,#fff0 70%),linear-gradient(180deg,#0A1536 0%,#1A2660 55%,#15204A 100%)}.fx-beams{position:absolute;inset:-6% -8%;pointer-events:none;background:linear-gradient(112deg,#fff0 34%,rgb(150 196 255 / .07) 38%,rgb(150 196 255 / .15) 41%,rgb(150 196 255 / .07) 44%,#fff0 49%),linear-gradient(112deg,#fff0 48%,rgb(150 196 255 / .05) 51%,rgb(150 196 255 / .10) 54%,rgb(150 196 255 / .05) 57%,#fff0 61%),linear-gradient(112deg,#fff0 60%,rgb(150 196 255 / .04) 63%,rgb(150 196 255 / .08) 65%,rgb(150 196 255 / .04) 67%,#fff0 71%)}.fx-slide--orange .fx-beams{background:linear-gradient(112deg,#fff0 34%,rgb(255 190 140 / .07) 38%,rgb(255 190 140 / .14) 41%,rgb(255 190 140 / .07) 44%,#fff0 49%),linear-gradient(112deg,#fff0 48%,rgb(170 190 255 / .05) 51%,rgb(170 190 255 / .10) 54%,rgb(170 190 255 / .05) 57%,#fff0 61%),linear-gradient(112deg,#fff0 60%,rgb(255 190 140 / .04) 63%,rgb(255 190 140 / .07) 65%,rgb(255 190 140 / .04) 67%,#fff0 71%)}.fx-slide.is-active .fx-beams,.fx-pagehero .fx-beams{animation:fxBeams 14s ease-in-out infinite alternate}@keyframes fxBeams{from{transform:translate3d(-3%,0,0)}to{transform:translate3d(4%,0,0)}}.fx-desk{position:absolute;left:0;right:0;bottom:0;height:31%;background:linear-gradient(180deg,rgb(44 96 200 / .75) 0%,#0E2656 14%,#0A1B40 60%,#06122B 100%);box-shadow:0 -40px 90px rgb(60 130 255 / .22)}.fx-desk::before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgb(170 210 255 / .55) 30%,rgb(170 210 255 / .55) 70%,transparent)}.fx-slide--orange .fx-desk{background:linear-gradient(180deg,rgb(120 90 190 / .6) 0%,#1A2152 14%,#101740 60%,#090F2B 100%)}.fx-slide__in{height:100%;display:flex;align-items:center;justify-content:space-between;gap:40px;padding-bottom:120px;position:relative;z-index:2}.fx-slide__copy{width:54%;max-width:780px;min-height:420px;display:flex;flex-direction:column;justify-content:center}.fx-slide__meta{display:flex;flex-wrap:wrap;align-items:center;gap:16px;font-size:18px;margin-bottom:14px}.fx-slide__meta>span{display:inline-flex;align-items:center;gap:6px}.fx-slide__meta>span:not(:last-child)::after{content:"";width:2px;height:12px;margin-left:10px;background:rgb(255 255 255 / .6)}.fx-gt{font-size:20px;font-weight:700;background:linear-gradient(270deg,#8AF6FF 0%,#2982FD 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;color:#fff0}.fx-gt--o{background-image:linear-gradient(270deg,#FFD08A 0%,#FF7A1A 100%)}.fx-slide__h{font-size:64px;line-height:72px;font-weight:700;margin-bottom:22px;letter-spacing:-.5px}.fx-gw{background:linear-gradient(90deg,#fff 0%,#fff 50%,#7EDCFF 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;color:#fff0}.fx-gw--o{background-image:linear-gradient(90deg,#fff 0%,#fff 50%,#FF8E3D 100%)}.fx-badge{position:relative;top:-14px;display:inline-flex;align-items:center;height:35px;margin-left:16px;padding:0 12px 0 14px;border-radius:6px;background:linear-gradient(90deg,#48FCEE 0%,#A5FE56 100%);color:#0B1A2E;font-size:15px;font-weight:700;line-height:1;vertical-align:middle;-webkit-text-fill-color:#0B1A2E}.fx-badge::before{content:"";position:absolute;left:-10px;top:12.5px;border:5px solid #fff0;border-right-color:#48FCEE}.fx-slide__d{max-width:668px;margin-bottom:34px;font-size:18px;line-height:28px;color:rgb(255 255 255 / .92)}.fx-slide__btns{display:flex;flex-wrap:wrap;gap:16px}.fx-slide__art{position:relative;width:44%;max-width:640px;align-self:flex-end;margin-bottom:-6px}.fx-slide.is-active .fx-in{animation:fxIn .9s var(--out) backwards;animation-delay:calc(var(--i,0) * 110ms + 180ms)}.fx-slide.is-active .fx-slide__art{animation:fxArt 1.1s var(--out) backwards .15s}@keyframes fxIn{0%{opacity:0;transform:translateX(-30px)}80%{opacity:.9;transform:translateX(5px)}100%{opacity:1;transform:none}}@keyframes fxArt{from{opacity:0;transform:translateX(50px) scale(.97)}to{opacity:1;transform:none}}.fx-hero__nav{position:absolute;left:0;right:0;top:44%;height:0;z-index:5}.fx-hero__arrow{position:absolute;top:0;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:rgb(255 255 255 / .2);color:#fff;transition:background .2s,transform .3s}.fx-hero__arrow svg{width:18px;height:18px}.fx-hero__arrow:hover{background:rgb(255 255 255 / .4)}.fx-hero__arrow--prev{left:-76px}.fx-hero__arrow--next{right:-76px}.fx-hero__arrow--prev:hover{transform:translateX(-2px)}.fx-hero__arrow--next:hover{transform:translateX(2px)}.fx-hero__dots{position:absolute;left:0;right:0;bottom:92px;z-index:5;display:flex;justify-content:center;gap:12px}.fx-dot{width:20px;height:10px;border-radius:8px;background:rgb(255 255 255 / .6);transition:width .3s,background .3s}.fx-dot:hover{background:rgb(255 255 255 / .85)}.fx-dot.is-on{width:40px;background:#fff}.fx-hero__strip{position:absolute;left:0;right:0;bottom:0;z-index:4;height:76px;display:flex;align-items:center;background:linear-gradient(180deg,#fff0,rgb(6 16 40 / .55));border-top:1px solid rgb(255 255 255 / .06)}.fx-strip{display:flex;justify-content:space-between;align-items:center;gap:24px;color:rgb(255 255 255 / .55);font-size:16px;font-weight:500;letter-spacing:.2px}.fx-strip span{display:inline-flex;align-items:center;gap:10px;white-space:nowrap;transition:color .3s}.fx-strip span:hover{color:rgb(255 255 255 / .9)}.fx-strip svg{width:18px;height:18px;opacity:.9}.fx-toast{position:absolute;z-index:3;display:flex;align-items:center;gap:12px;padding:12px 18px 12px 12px;border-radius:16px;background:linear-gradient(145deg,rgb(30 56 124 / .95),rgb(12 24 62 / .93));border:1px solid rgb(150 190 255 / .38);box-shadow:0 18px 40px rgb(0 10 40 / .45),inset 0 1px 0 rgb(255 255 255 / .18);color:#fff}.fx-toast b{display:block;font-size:15px;line-height:20px;font-weight:600}.fx-toast small{display:block;font-size:12px;line-height:16px;opacity:.8}.fx-toast__ic{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;box-shadow:inset 0 1px 0 rgb(255 255 255 / .5)}.fx-toast__ic svg{width:20px;height:20px}.fx-toast__ic--blue{background:linear-gradient(145deg,#6FB1FF,#1A65FF)}.fx-toast__ic--green{background:linear-gradient(145deg,#5BE39A,#12A150)}.fx-toast__ic--orange{background:linear-gradient(145deg,#FFB067,#FF6A03)}.fx-toast--l{left:-34px;bottom:120px}.fx-toast--r{right:-24px;top:40px;animation-delay:-2.5s}.fx-slide.is-active .fx-toast{animation:fxBob 5s ease-in-out infinite}.fx-slide.is-active .fx-toast--r{animation-delay:-2.5s}@keyframes fxBob{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-10px,0)}}.fx-cq{container-type:inline-size}.fx-monitor{position:relative;width:100%}.fx-monitor__screen{position:relative;padding:10px;border-radius:14px;background:linear-gradient(180deg,#1D2027,#0B0C10);box-shadow:0 40px 80px rgb(0 8 30 / .55),inset 0 0 0 1px rgb(255 255 255 / .07)}.fx-monitor__screen::after{content:"";position:absolute;inset:10px;border-radius:6px;pointer-events:none;background:linear-gradient(125deg,rgb(255 255 255 / .10) 0%,#fff0 32%)}.fx-monitor__display{position:relative;aspect-ratio:16/10;border-radius:6px;overflow:hidden;background:radial-gradient(70% 90% at 50% 120%,#5AA0FF 0%,#1E5BE0 35%,#fff0 70%),radial-gradient(60% 60% at 20% 0%,#2C4FA8 0%,#fff0 70%),linear-gradient(180deg,#10307A,#0A2159)}.fx-monitor__neck{width:18%;height:64px;margin:0 auto;background:linear-gradient(90deg,#0E1014 0%,#2B2F38 45%,#1A1D23 60%,#0E1014 100%);clip-path:polygon(18% 0,82% 0,100% 100%,0 100%)}.fx-monitor__base{width:42%;height:12px;margin:0 auto;border-radius:8px 8px 4px 4px;background:linear-gradient(180deg,#3A3E48,#121419);box-shadow:0 20px 34px rgb(0 0 0 / .55)}.fx-app{position:absolute;inset:5% 4.5% 6%;display:flex;flex-direction:column;overflow:hidden;border-radius:.8em;background:#F6F8FC;color:#1B2330;font-size:1.52cqw;line-height:1.35;box-shadow:0 1.4em 3em rgb(0 10 40 / .35);text-align:left}.fx-app--solo{position:relative;inset:auto;aspect-ratio:16/10.6;font-size:2cqw;box-shadow:0 2em 4em rgb(20 40 90 / .28),0 0 0 1px rgb(20 40 90 / .06)}.fx-app__bar{display:flex;align-items:center;gap:.6em;height:2.8em;padding:0 1em;flex-shrink:0;background:#fff;border-bottom:1px solid #E7EBF2;font-size:1em}.fx-app__bar b{font-weight:600}.fx-app__ico{width:1.7em;height:1.7em}.fx-app__pv{margin-left:.4em;padding:.15em .6em;border-radius:1em;background:#FFF1E6;color:#E0610B;font-size:.78em;font-weight:600}.fx-app__ctl{margin-left:auto;display:flex;gap:1.1em;align-items:center}.fx-app__ctl i{width:.8em;height:.8em;border:1.5px solid #9AA4B5;border-radius:.15em}.fx-app__ctl i:first-child{height:0;border-width:1.5px 0 0;margin-top:.2em}.fx-app__ctl i:last-child{border:0;position:relative}.fx-app__ctl i:last-child::before,.fx-app__ctl i:last-child::after{content:"";position:absolute;left:50%;top:50%;width:1em;height:1.5px;background:#9AA4B5;transform:translate(-50%,-50%) rotate(45deg)}.fx-app__ctl i:last-child::after{transform:translate(-50%,-50%) rotate(-45deg)}.fx-app__body{display:flex;flex:1;min-height:0}.fx-app__side{width:23%;flex-shrink:0;padding:1em .8em;display:flex;flex-direction:column;gap:.3em;background:#EEF2F8;border-right:1px solid #E4E9F1}.fx-si{display:flex;align-items:center;gap:.6em;padding:.6em .7em;border-radius:.55em;color:#56637A;font-size:.95em;white-space:nowrap}.fx-si svg{width:1.2em;height:1.2em}.fx-si.on{background:#DDE8FF;color:var(--blue);font-weight:600}.fx-si-label{font-size:.78em;text-transform:uppercase;letter-spacing:.08em;color:#8A96AB;padding:.3em .7em .2em}.fx-app__main{flex:1;min-width:0;padding:1.2em 1.4em;display:flex;flex-direction:column;gap:.75em}.fx-app__h{font-size:1.4em;line-height:1.2;font-weight:700;letter-spacing:-.01em}.fx-app__sub{color:#6B778C;margin-top:-.4em}.fx-app__foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:1em;padding-top:.3em}.fx-ok{display:inline-flex;align-items:center;gap:.5em;color:#12834A;font-weight:600;font-size:.95em}.fx-ok svg{width:1.2em;height:1.2em}.fx-link{display:inline-flex;align-items:center;gap:.4em;color:var(--blue);font-weight:600;font-size:.95em}.fx-link svg{width:1.1em;height:1.1em}.fx-mbtn{display:inline-flex;align-items:center;height:2.4em;padding:0 1.1em;border-radius:.5em;background:var(--blue);color:#fff;font-weight:600;font-size:.95em;white-space:nowrap}.fx-mbtn--sm{height:2em;padding:0 .9em;font-size:.85em}.fx-mbtn--amber{background:linear-gradient(90deg,#FF9A1F,#FF7A00)}.fx-mbtn--green{background:linear-gradient(90deg,#22C466,#12A150);align-self:flex-start;margin-top:.2em}.fx-li{position:relative;display:flex;align-items:center;gap:.9em;padding:.7em .9em;border-radius:.65em;background:#fff;border:1px solid #E6EAF1;overflow:hidden}.fx-li__ic{width:2.2em;height:2.2em;flex-shrink:0;display:grid;place-items:center;border-radius:.55em;background:#EAF1FF;color:var(--blue)}.fx-li__ic svg{width:1.25em;height:1.25em}.fx-li__txt{flex:1;min-width:0;display:flex;flex-direction:column}.fx-li__txt b{font-weight:600}.fx-li__txt small{font-size:.85em;color:#7A8699}.fx-tg{position:relative;width:2.6em;height:1.45em;flex-shrink:0;border-radius:1em;background:var(--blue);transition:background .3s}.fx-tg::after{content:"";position:absolute;top:.2em;left:.2em;width:1.05em;height:1.05em;border-radius:50%;background:#fff;box-shadow:0 1px 2px rgb(0 0 0 / .25);transform:translateX(1.15em);transition:transform .3s}.fx-tag{display:inline-flex;align-items:center;padding:.2em .7em;border-radius:1em;background:#E4F7EC;color:#12834A;font-size:.82em;font-weight:600;font-style:normal;white-space:nowrap}.fx-tag--blue{background:#E4EEFF;color:var(--blue)}.fx-banner{display:flex;align-items:center;gap:.6em;padding:.6em .9em;border-radius:.6em;background:#E4F7EC;color:#12834A;font-weight:600;font-size:.92em}.fx-banner svg{width:1.2em;height:1.2em}.fx-li--bar{padding-bottom:.95em}.fx-li__bar{position:absolute;left:0;bottom:0;height:.25em;width:100%;background:#EEF2F8}.fx-li__bar::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#34E3C3,#0A9A83);transform:scaleX(.18);transform-origin:left;transition:transform .8s var(--out)}.fx-li--sel{border-color:#BFD3FF;background:#F4F8FF}.fx-appicon{width:2.2em;height:2.2em;flex-shrink:0;border-radius:.55em;display:grid;place-items:center;background:linear-gradient(145deg,#FF7AA8,#8B5CFF);color:#fff;font-weight:700}.fx-left{display:flex;flex-direction:column;gap:.4em;padding:.8em .9em;border-radius:.65em;background:#fff;border:1px solid #E6EAF1}.fx-left__t{font-size:.82em;text-transform:uppercase;letter-spacing:.06em;color:#8A96AB;margin-bottom:.1em}.fx-left__row{transition:opacity .4s ease;position:relative;display:flex;align-items:center;gap:.6em;padding:.35em 0;color:#39455A}.fx-left__row>svg{width:1.15em;height:1.15em;color:#FF8A00}.fx-left__row i{margin-left:auto;width:1.3em;height:1.3em;border-radius:50%;background:#FF8A00;color:#fff;display:grid;place-items:center}.fx-left__row i svg{width:.8em;height:.8em}.fx-left__row::after{content:"";position:absolute;left:1.8em;right:2em;top:50%;height:1.5px;background:#FF8A00;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.fx-tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:.8em;margin-top:.3em}.fx-tile{position:relative;display:flex;flex-direction:column;align-items:center;gap:.35em;padding:1em .4em .8em;border-radius:.8em;background:#fff;border:1px solid #E6EAF1;text-align:center}.fx-tile::after{content:"";position:absolute;inset:-1px;border-radius:inherit;border:1px solid #BFD3FF;box-shadow:0 .6em 1.2em rgb(26 101 255 / .15);opacity:0;pointer-events:none}.fx-slide.is-active .fx-tile{animation:fxTile 6s ease-in-out infinite;animation-delay:calc(var(--i) * .35s)}.fx-slide.is-active .fx-tile::after{animation:fxTileGlow 6s ease-in-out infinite;animation-delay:calc(var(--i) * .35s)}.fx-tile svg{width:3em;height:3em;filter:drop-shadow(0 .35em .5em rgb(26 80 255 / .2))}.fx-tile b{font-weight:600;font-size:.95em}.fx-tile span{font-size:.72em;padding:.1em .6em;border-radius:1em;background:#FFF1E6;color:#E0610B;font-weight:600}@keyframes fxTile{0%,86%,100%{transform:translate3d(0,0,0)}90%{transform:translate3d(0,-.25em,0)}}@keyframes fxTileGlow{0%,86%,100%{opacity:0}90%{opacity:1}}.fx-scan{position:relative;height:1.8em;border-radius:.5em;background:#E9EFFA;overflow:hidden;display:flex;align-items:center;padding:0 .8em}.fx-scan__bar{position:absolute;left:0;top:0;bottom:0;width:100%;background:linear-gradient(90deg,#BFD6FF,#8DB4FF);transform:scaleX(.62);transform-origin:left center;transition:transform .9s var(--out)}.fx-scan__bar::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .7),transparent);animation:fxSweep 1.8s linear infinite}.fx-slide:not(.is-active) .fx-scan__bar::after{animation:none}@keyframes fxSweep{from{transform:translateX(-100%)}to{transform:translateX(100%)}}.fx-scan__t{position:relative;font-size:.85em;font-weight:600;color:#1B3E9A}.fx-rec{display:grid;grid-template-columns:40% 1fr;gap:.8em;flex:1;min-height:0}.fx-rec__types{display:flex;flex-direction:column;gap:.4em}.fx-ck{display:flex;align-items:center;gap:.6em;padding:.55em .7em;border-radius:.55em;background:#fff;border:1px solid #E6EAF1;font-size:.95em}.fx-ck i{width:1em;height:1em;border-radius:.25em;border:1.5px solid #AAB4C5;position:relative}.fx-ck.on i{background:var(--blue);border-color:var(--blue)}.fx-ck.on i::after{content:"";position:absolute;left:.26em;top:.08em;width:.3em;height:.55em;border:solid #fff;border-width:0 .14em .14em 0;transform:rotate(45deg)}.fx-ck svg{width:1.2em;height:1.2em;color:#4E7BE8}.fx-rec__pv{display:flex;flex-direction:column;gap:.5em;padding:.7em;border-radius:.65em;background:#fff;border:1px solid #E6EAF1}.fx-rec__lbl{display:flex;align-items:center;gap:.4em;font-size:.85em;font-weight:600;color:#56637A}.fx-rec__lbl svg{width:1.1em;height:1.1em}.fx-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:.45em;flex:1}.fx-thumbs i{transition:transform .4s var(--out);border-radius:.4em;min-height:2.6em;background:linear-gradient(160deg,#BFE3FF 0%,#7FB6FF 55%,#3F7CE8 100%);position:relative;overflow:hidden}.fx-thumbs i:nth-child(2){background:linear-gradient(160deg,#FFE0B8,#FFB36B 55%,#F2803A)}.fx-thumbs i:nth-child(3){background:linear-gradient(160deg,#CFF5DE,#7ED9A3 55%,#2FA868)}.fx-thumbs i:nth-child(4){background:linear-gradient(160deg,#F2D8FF,#C79BFF 55%,#8C5BEA)}.fx-thumbs i:nth-child(5){background:linear-gradient(160deg,#FFD6E0,#FF98B3 55%,#E65C84)}.fx-thumbs i:nth-child(6){background:linear-gradient(160deg,#D8F1FF,#8FD2F5 55%,#3AA5D8)}.fx-thumbs i::after{content:"";position:absolute;left:12%;right:30%;bottom:14%;height:30%;background:rgb(255 255 255 / .45);clip-path:polygon(0 100%,35% 20%,60% 70%,75% 45%,100% 100%)}.fx-disk{display:flex;flex-direction:column;gap:.45em}.fx-disk__l{display:flex;align-items:center;gap:.5em;font-size:.9em;font-weight:600;color:#39455A}.fx-disk__l svg{width:1.1em;height:1.1em;color:#5367E8}.fx-disk__bar{display:flex;height:3.2em;border-radius:.6em;overflow:hidden;background:#fff;border:1px solid #DDE3EE;padding:.25em;gap:.25em}.fx-disk__bar i{position:relative;border-radius:.4em;display:flex;align-items:flex-end;padding:.35em .5em;min-width:0;transition:flex-basis .9s var(--out)}.fx-disk__bar b{font-size:.78em;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.p-efi{flex:0 0 4%;background:#C9D2E3}.p-c{flex:0 0 44%;background:linear-gradient(180deg,#6D8BFF,#2B45E0);color:#fff}.p-c::after{content:"";position:absolute;right:-.2em;top:25%;bottom:25%;width:.3em;border-radius:.2em;background:#fff;box-shadow:0 0 0 1px #2B45E0}.p-d{flex:0 0 30%;background:linear-gradient(180deg,#5FE3C8,#0FA88E);color:#fff}.p-free{flex:1;background:repeating-linear-gradient(135deg,#EEF1F7 0 .4em,#E1E6F0 .4em .8em);color:#6B778C}.fx-disk__bar--new{border-style:dashed;border-color:#AFC0EA}.p-move{flex:1;background:repeating-linear-gradient(135deg,#F2F5FF 0 .4em,#E7ECFB .4em .8em);color:#5367E8;justify-content:center;align-items:center}.fx-chips{display:flex;gap:.5em;margin-top:auto}.fx-chips span{padding:.45em .9em;border-radius:.5em;background:#EEF2F8;color:#56637A;font-weight:600;font-size:.88em}.fx-chips span.on{background:#2B45E0;color:#fff}.fx-app__main--split{flex-direction:row;align-items:center;gap:1.4em}.fx-radar{position:relative;width:38%;aspect-ratio:1;flex-shrink:0;border-radius:50%;background:radial-gradient(circle,#fff 0 30%,#EAF8F0 30% 31%,#fff 31% 52%,#E0F4E8 52% 53%,#fff 53% 74%,#D7F0E1 74% 75%,#F4FBF7 75%);box-shadow:inset 0 0 0 1px #CFEAD9;overflow:hidden}.fx-radar__sweep{position:absolute;inset:0;border-radius:50%;background:conic-gradient(from 0deg,#fff0 0deg,#fff0 280deg,rgb(18 161 80 / .35) 350deg,rgb(18 161 80 / .6) 360deg);animation:fxSpin 4s linear infinite}@keyframes fxSpin{to{transform:rotate(360deg)}}.fx-radar__core{position:absolute;left:50%;top:50%;width:34%;aspect-ratio:1;transform:translate(-50%,-50%);border-radius:30%;display:grid;place-items:center;background:linear-gradient(145deg,#44DD80,#109A4C);color:#fff;box-shadow:0 .5em 1.2em rgb(16 154 76 / .35)}.fx-radar__core svg{width:60%;height:60%}.fx-shield__side{flex:1;display:flex;flex-direction:column;gap:.55em;min-width:0}.fx-kv{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;padding:.55em .8em;border-radius:.55em;background:#fff;border:1px solid #E6EAF1;font-size:.95em}.fx-sec{padding:60px 0}.fx-sec--first{padding-top:100px}.fx-sec--last{padding-bottom:120px}.fx-h2{font-size:48px;line-height:64px;font-weight:700;text-align:center;letter-spacing:-.4px;margin:0 auto 40px;max-width:1300px}.fx-h2--tight{margin-bottom:24px}.fx-h3{font-size:32px;line-height:48px;font-weight:600;text-align:center;margin-bottom:32px;letter-spacing:-.2px}.fx-h3--gap{margin-top:120px}.fx-lede{text-align:center;color:var(--mute-2);font-size:18px;line-height:28px;margin:0 auto 40px;max-width:760px}.fx-feature{position:relative;isolation:isolate;overflow:hidden;border-radius:24px;text-align:center;padding-top:40px;height:660px}.fx-feature--big{height:700px}.fx-feature--sky{background:linear-gradient(180deg,#CDEAFF 0%,#E8F8FF 98.91%)}.fx-feature--mint{background:linear-gradient(180deg,#B5F5E4 0%,#DDFBF2 100%)}.fx-feature--ice{background:linear-gradient(180deg,#CDF5FF 0%,#EDFBFF 100%)}.fx-feature--frost{background:linear-gradient(180deg,#C3EBFF 0%,#F1F9FF 100%)}.fx-feature--sea{background:linear-gradient(180deg,#A6D4FF 0%,#D9ECFF 100%)}.fx-feature--lav{background:linear-gradient(180deg,#C7D7FF 0%,#F4F6FF 100%)}.fx-feature__head{position:relative;z-index:3;padding:0 24px}.fx-feature__t{display:flex;justify-content:center;align-items:center;gap:12px;font-size:20px;line-height:32px;font-weight:700;margin-bottom:20px}.fx-feature__ico{width:36px;height:36px;filter:drop-shadow(0 6px 10px rgb(26 80 255 / .2))}.fx-status{display:inline-flex;align-items:center;height:22px;padding:0 9px;border-radius:11px;background:rgb(255 255 255 / .75);color:#E0610B;font-size:12px;font-weight:600;border:1px solid rgb(255 106 3 / .25)}.fx-feature__d{font-size:24px;line-height:32px;font-weight:500;max-width:1000px;margin:0 auto 20px}.fx-duo .fx-feature__d{max-width:560px}.fx-feature__btns{display:flex;justify-content:center;flex-wrap:wrap;gap:24px}.fx-feature__art{position:absolute;z-index:2;left:50%;bottom:26px;width:min(600px,62%);transform:translateX(-50%);transition:transform .6s var(--out)}.fx-feature--big:hover .fx-feature__art{transform:translateX(-50%) translateY(-6px)}.fx-monitor--card .fx-monitor__screen{box-shadow:0 30px 60px rgb(20 50 120 / .30),inset 0 0 0 1px rgb(255 255 255 / .07)}.fx-monitor--card .fx-monitor__neck{height:48px}.fx-monitor--card .fx-monitor__base{box-shadow:0 16px 26px rgb(20 50 120 / .25)}.fx-feature__art--tilt{width:min(600px,88%);bottom:-64px;perspective:1600px}.fx-tilt{transform:rotateY(-14deg) rotateX(8deg) rotateZ(1deg);transform-origin:50% 100%;transition:transform .8s var(--out)}.fx-feature__art--tilt-r .fx-tilt{transform:rotateY(14deg) rotateX(8deg) rotateZ(-1deg)}.fx-feature:hover .fx-tilt{transform:rotateY(0) rotateX(0) rotateZ(0) translateY(-10px)}.fx-feature__cap{position:absolute;z-index:4;left:0;right:0;bottom:0;min-height:100px;padding:26px 34px 22px;display:flex;align-items:center;justify-content:center;border-radius:0 0 24px 24px;background:linear-gradient(180deg,#fff0 0%,rgb(4 8 28 / .62) 30%,rgb(4 8 28 / .86) 100%);color:#fff;transform:translate3d(0,101%,0);transition:transform .45s var(--out)}.fx-feature__cap p{max-width:900px;font-size:16px;line-height:24px}.fx-feature:hover .fx-feature__cap,.fx-feature:focus-within .fx-feature__cap{transform:translate3d(0,0,0)}.fx-duo{display:flex;gap:24px;margin-top:24px}.fx-duo .fx-feature{height:600px}.fx-duo .fx-app--solo{font-size:2.2cqw}.fx-duo>.fx-feature{flex:1;min-width:0}.fx-li::after,.fx-kv::after{content:"";position:absolute;top:0;bottom:0;left:0;width:45%;pointer-events:none;background:linear-gradient(90deg,#fff0,rgb(26 101 255 / .12),#fff0);transform:translate3d(-110%,0,0)}.fx-feature:hover .fx-li::after,.is-live .fx-li::after,.fx-feature:hover .fx-kv::after,.is-live .fx-kv::after{transform:translate3d(260%,0,0);transition:transform 1.1s var(--out);transition-delay:calc(var(--i,0) * 160ms + 150ms)}.fx-feature:hover .fx-li__bar::after,.is-live .fx-li__bar::after{transform:scaleX(1);transition:transform 1.4s var(--out);transition-delay:calc(var(--i) * 250ms + 200ms)}.fx-feature:hover .fx-left__row::after,.is-live .fx-left__row::after{transform:scaleX(1);transition:transform .5s ease;transition-delay:calc(var(--i) * 260ms + 300ms)}.fx-feature:hover .fx-left__row,.is-live .fx-left__row{opacity:.45;transition:opacity .5s ease;transition-delay:calc(var(--i) * 260ms + 550ms)}.fx-feature:hover .p-c,.is-live .p-c{flex-basis:54%}.fx-feature:hover .p-d,.is-live .p-d{flex-basis:26%}.fx-feature:hover .fx-app--rec .fx-scan__bar,.is-live .fx-app--rec .fx-scan__bar{transform:scaleX(1);transition:transform 2.2s var(--out)}.fx-feature:hover .fx-thumbs i,.is-live .fx-thumbs i{transform:translate3d(0,-.2em,0);transition:transform .5s var(--out);transition-delay:calc(var(--i) * 90ms + 200ms)}.fx-trust{display:grid;grid-template-columns:1.42fr 1fr;gap:24px}.fx-trust__box{position:relative;overflow:hidden;border-radius:24px;padding:40px 48px;background:linear-gradient(140deg,#D5E7FF 0%,#EAF3FF 55%,#DCEAFF 100%)}.fx-trust__box::before{content:"";position:absolute;right:-120px;top:-140px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgb(255 255 255 / .7),#fff0 65%);pointer-events:none}.fx-trust__box--status{padding:40px}.fx-trust__t{position:relative;text-align:center;font-size:28px;line-height:36px;font-weight:600;margin-bottom:36px}.fx-rule{position:relative;display:flex;align-items:center;gap:28px;margin-bottom:34px}.fx-rule:last-child{margin-bottom:0}.fx-rule__t{font-weight:700;line-height:28px;margin-bottom:6px}.fx-rule__d{color:var(--mute-2)}.fx-gl{width:64px;height:64px;flex-shrink:0;border-radius:18px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#7DB6FF 0%,#1A65FF 100%);box-shadow:inset 0 2px 0 rgb(255 255 255 / .55),inset 0 -6px 12px rgb(0 30 120 / .25),0 12px 24px rgb(26 101 255 / .28);transition:transform .5s var(--out)}.fx-gl svg{width:30px;height:30px;filter:drop-shadow(0 2px 3px rgb(0 30 120 / .3))}.fx-gl--cyan{background:linear-gradient(145deg,#7FE6FF 0%,#1A8BFF 100%);box-shadow:inset 0 2px 0 rgb(255 255 255 / .55),inset 0 -6px 12px rgb(0 60 140 / .25),0 12px 24px rgb(26 139 255 / .28)}.fx-gl--violet{background:linear-gradient(145deg,#C4A6FF 0%,#6B4BFF 100%);box-shadow:inset 0 2px 0 rgb(255 255 255 / .55),inset 0 -6px 12px rgb(50 20 140 / .25),0 12px 24px rgb(107 75 255 / .28)}.fx-gl--lg{width:72px;height:72px;border-radius:20px;margin:0 auto 20px}.fx-rule:hover .fx-gl,.fx-commit__li:hover .fx-gl{transform:translateY(-4px) rotate(-4deg)}.fx-board{position:relative;background:#fff;border-radius:16px;padding:22px 22px 10px;box-shadow:0 12px 30px rgb(30 70 160 / .08)}.fx-board__head{display:flex;flex-direction:column;align-items:center;text-align:center;padding-bottom:16px;border-bottom:1px solid #EEF1F6}.fx-board__big{font-size:22px;line-height:30px;font-weight:700}.fx-board__sub{font-size:14px;color:var(--mute-2)}.fx-board__list{max-height:292px;overflow:auto;padding:6px 4px 6px 0;scrollbar-width:thin;scrollbar-color:#C9D3E6 #fff0}.fx-board__list::-webkit-scrollbar{width:6px}.fx-board__list::-webkit-scrollbar-thumb{background:#C9D3E6;border-radius:3px}.fx-board__list li{display:flex;align-items:center;gap:14px;padding:10px 12px;border-radius:12px;transition:background .25s}.fx-board__list li:hover{background:#F4F7FD}.fx-board__list li>svg{width:34px;height:34px}.fx-board__list li span{flex:1;display:flex;flex-direction:column;line-height:20px}.fx-board__list li b{font-weight:600}.fx-board__list li small{font-size:13px;color:#8791A3}.fx-board__list em{font-style:normal;font-size:12px;font-weight:600;color:#E0610B;background:#FFF1E6;padding:3px 10px;border-radius:10px;white-space:nowrap}.fx-band{position:relative;overflow:hidden;isolation:isolate;margin-top:24px;min-height:500px;padding:44px 0 0;border-radius:24px;background:#03060F;color:#fff;display:flex;flex-direction:column}.fx-band__sky{position:absolute;inset:0;z-index:-1;pointer-events:none}.fx-stars{position:absolute;left:0;right:0;top:0;height:calc(100% + 230px);opacity:.8;background-image:radial-gradient(1.2px 1.2px at 20px 30px,#fff 50%,transparent 51%),radial-gradient(1px 1px at 80px 120px,rgb(255 255 255 / .8) 50%,transparent 51%),radial-gradient(1.4px 1.4px at 150px 60px,#fff 50%,transparent 51%),radial-gradient(1px 1px at 210px 170px,rgb(255 255 255 / .7) 50%,transparent 51%),radial-gradient(1.2px 1.2px at 260px 20px,rgb(255 255 255 / .9) 50%,transparent 51%),radial-gradient(.9px .9px at 40px 200px,rgb(255 255 255 / .6) 50%,transparent 51%);background-size:300px 230px;animation:fxDrift 70s linear infinite}.fx-stars--2{height:calc(100% + 330px);background-size:420px 330px;animation:fxDrift2 110s linear infinite;opacity:.5}@keyframes fxDrift{to{transform:translate3d(0,-230px,0)}}@keyframes fxDrift2{to{transform:translate3d(0,-330px,0)}}.fx-planet{position:absolute;left:-12%;right:-12%;top:52%;height:190%;border-radius:50%;background:radial-gradient(60% 18% at 50% 3%,rgb(210 232 255 / .9) 0%,rgb(140 190 255 / .5) 30%,#fff0 70%),radial-gradient(120% 60% at 50% 0%,#3E7BEA 0%,#1B4AB6 18%,#0D2A73 38%,#061640 60%,#030A22 80%);box-shadow:0 -6px 40px rgb(120 180 255 / .55),0 -1px 0 rgb(200 225 255 / .9)}.fx-planet::after{content:"";position:absolute;inset:0;border-radius:50%;background:radial-gradient(12% 4% at 30% 6%,rgb(255 255 255 / .35),transparent 70%),radial-gradient(16% 5% at 62% 5%,rgb(255 255 255 / .28),transparent 70%),radial-gradient(10% 3% at 78% 9%,rgb(255 255 255 / .22),transparent 70%),radial-gradient(18% 6% at 44% 11%,rgb(255 255 255 / .18),transparent 70%)}.fx-planet__glow{position:absolute;left:10%;right:10%;top:44%;height:120px;background:radial-gradient(50% 50% at 50% 50%,rgb(90 150 255 / .35),transparent 70%)}.fx-band__t{text-align:center;font-size:28px;line-height:36px;font-weight:700;margin-bottom:48px}.fx-stats{display:flex;justify-content:space-between;gap:10px;padding:0 120px}.fx-stat{text-align:center;flex:1}.fx-stat__n{display:inline-block;margin-bottom:10px;font-size:48px;line-height:48px;font-weight:500;background:linear-gradient(90deg,#E7F0FF 0%,#6295FF 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;color:#fff0;font-variant-numeric:tabular-nums}.fx-stat__d{font-size:16px;line-height:24px;font-weight:500}.fx-band__row{margin-top:auto;display:flex;justify-content:space-around;align-items:center;gap:20px;padding:26px 60px;background:linear-gradient(180deg,#fff0,rgb(255 255 255 / .08));border-top:1px solid rgb(255 255 255 / .08)}.fx-band__row span{font-size:26px;font-weight:600;letter-spacing:-.3px;color:rgb(255 255 255 / .55);white-space:nowrap;transition:color .3s}.fx-band__row span:hover{color:rgb(255 255 255 / .9)}.fx-commit{margin-top:24px;padding:40px 60px 48px;border-radius:24px;text-align:center;background:linear-gradient(180deg,#D6EAFE 0%,#EFF7FF 100%)}.fx-commit__t{font-size:28px;line-height:36px;font-weight:700;margin-bottom:36px}.fx-commit__list{display:flex;justify-content:space-between;gap:40px}.fx-commit__li{flex:1;max-width:380px}.fx-commit__h{font-weight:600;font-size:17px;margin-bottom:6px}.fx-commit__d{color:var(--ink-2)}.fx-commit__d a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.fx-cats{display:flex;justify-content:space-between;gap:24px}.fx-cat{position:relative;flex:1;max-width:342px;border-radius:24px;background:linear-gradient(359deg,#EFF7FF 0%,#BEE0FF 100%);transition:transform .4s var(--out)}.fx-cat::after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:0 20px 40px rgb(30 80 200 / .16);opacity:0;transition:opacity .4s;pointer-events:none}.fx-cat:hover{transform:translate3d(0,-4px,0)}.fx-cat:hover::after{opacity:1}.fx-cat__img{overflow:hidden;border-radius:24px 24px 0 0;aspect-ratio:342/238}.fx-scene{position:relative;width:100%;height:100%;transition:transform .4s;background:radial-gradient(60% 70% at 25% 20%,#A8D2FF 0%,#fff0 60%),radial-gradient(60% 80% at 85% 95%,#1E4FE0 0%,#fff0 60%),linear-gradient(160deg,#6CA8FF 0%,#2A66F5 60%,#1C49D6 100%)}.fx-cat:hover .fx-scene{transform:scale(1.1)}.fx-scene--data{background:radial-gradient(60% 70% at 25% 20%,#B6F0FF 0%,#fff0 60%),radial-gradient(60% 80% at 85% 95%,#1476D8 0%,#fff0 60%),linear-gradient(160deg,#6BD0FF 0%,#2A8BF5 60%,#1C62D6 100%)}.fx-scene--sec{background:radial-gradient(60% 70% at 25% 20%,#CFE0FF 0%,#fff0 60%),radial-gradient(60% 80% at 85% 95%,#3B2FD0 0%,#fff0 60%),linear-gradient(160deg,#8FA6FF 0%,#4B5CF0 60%,#3440D0 100%)}.fx-scene--av{background:radial-gradient(60% 70% at 25% 20%,#E7CCFF 0%,#fff0 60%),radial-gradient(60% 80% at 85% 95%,#4A2BD8 0%,#fff0 60%),linear-gradient(160deg,#A98BFF 0%,#6A55F5 60%,#4A3AD6 100%)}.fx-orb{position:absolute;border-radius:50%;background:radial-gradient(circle at 35% 30%,rgb(255 255 255 / .9),rgb(255 255 255 / .2) 45%,#fff0 70%)}.fx-orb--1{width:46px;height:46px;left:12%;top:18%;animation:fxBob 6s ease-in-out infinite}.fx-orb--2{width:26px;height:26px;right:16%;bottom:18%;animation:fxBob 5s ease-in-out infinite -2s}.fx-ring{position:absolute;left:50%;top:50%;width:190px;height:190px;border-radius:50%;transform:translate(-50%,-50%);border:1.5px solid rgb(255 255 255 / .35);box-shadow:0 0 0 22px rgb(255 255 255 / .06),0 0 0 48px rgb(255 255 255 / .04)}.fx-glass{position:absolute;display:grid;place-items:center;color:#fff;border-radius:26px;background:linear-gradient(145deg,rgb(255 255 255 / .58) 0%,rgb(255 255 255 / .2) 100%);border:1px solid rgb(255 255 255 / .65);box-shadow:0 22px 40px rgb(10 40 150 / .35),inset 0 1px 0 rgb(255 255 255 / .9)}.fx-glass--main{left:50%;top:50%;width:104px;height:104px;transform:translate(-50%,-50%)}.fx-glass--main svg{width:52px;height:52px;filter:drop-shadow(0 4px 8px rgb(0 30 140 / .35))}.fx-glass--chip{width:54px;height:54px;border-radius:16px}.fx-glass--chip svg{width:26px;height:26px}.fx-glass--c1{left:18%;bottom:16%;animation:fxBob 5.5s ease-in-out infinite -1s}.fx-glass--c2{right:17%;top:15%;animation:fxBob 6.5s ease-in-out infinite -3s}.fx-cat__t{font-size:24px;line-height:32px;font-weight:700;padding:22px 30px 6px;transition:color .2s}.fx-cat:hover .fx-cat__t{color:var(--blue)}.fx-cat__d{padding:0 30px 26px;color:var(--ink-2)}.fx-acc{display:flex;gap:24px}.fx-acc__item{position:relative;overflow:hidden;isolation:isolate;contain:layout paint;flex:0 1 220px;min-width:0;height:600px;border-radius:26px;color:#fff;cursor:pointer;outline-offset:4px;transition:flex-grow .5s var(--out)}.fx-acc__item.is-open{flex-grow:1;cursor:default}.fx-acc__item::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#fff0 45%,rgb(0 0 0 / .55) 100%)}.fx-acc__item--voice{background:linear-gradient(160deg,#7B4DFF 0%,#4A21D6 55%,#2A0F8A 100%)}.fx-acc__item--cap{background:linear-gradient(160deg,#1B2040 0%,#0E1128 60%,#070917 100%)}.fx-acc__item--next{background:linear-gradient(160deg,#FF9A3D 0%,#FF6A03 50%,#C94400 100%)}.fx-acc__art{position:absolute;left:50%;top:0;width:952px;height:100%;transform:translateX(-50%);z-index:0}.fx-acc__word{position:absolute;z-index:2;left:0;right:0;bottom:0;display:flex;align-items:flex-end;gap:28px;padding:0 30px 36px}.fx-acc__id{flex:0 0 auto;display:flex;flex-direction:column;gap:14px}.fx-acc__ico{width:48px;height:48px;opacity:0;transform:translate3d(0,8px,0);transition:opacity .3s,transform .45s var(--out)}.fx-acc__dt{font-size:22px;line-height:28px;font-weight:700;white-space:nowrap}.fx-acc__dt span{display:block;font-size:14px;line-height:20px;font-weight:500;opacity:.8}.fx-acc__dd{flex:1 1 0%;min-width:0;margin-right:180px;opacity:0;transition:opacity .25s}.fx-acc__dd p{font-size:14px;line-height:20px;max-width:460px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.fx-acc__bt{position:absolute;right:30px;bottom:36px;display:inline-flex;align-items:center;justify-content:center;height:44px;min-width:150px;padding:0 18px;border:2px solid #fff;border-radius:8px;font-weight:700;font-size:17px;color:#fff;opacity:0;visibility:hidden;transform:translate3d(0,8px,0);transition:opacity .25s,transform .45s var(--out),visibility 0s .25s,background .2s,color .2s}.fx-acc__bt:hover{background:#fff;color:#333}.fx-acc__item.is-open .fx-acc__ico{opacity:1;transform:translate3d(0,0,0);transition-delay:.25s}.fx-acc__item.is-open .fx-acc__dd{opacity:1;transition:opacity .45s .35s}.fx-acc__item.is-open .fx-acc__bt{opacity:1;visibility:visible;transform:translate3d(0,0,0);transition:opacity .45s .3s,transform .5s var(--out) .3s,visibility 0s,background .2s,color .2s}.fx-vapp{position:absolute;left:50%;top:44px;width:74%;transform:translateX(-50%)}.fx-vapp__win{border-radius:18px;padding:0 0 14px;background:rgb(18 10 48 / .86);border:1px solid rgb(255 255 255 / .14);box-shadow:0 30px 60px rgb(10 0 40 / .45);font-size:1.75cqw}.fx-vapp__bar{display:flex;align-items:center;gap:.6em;padding:.9em 1.2em;border-bottom:1px solid rgb(255 255 255 / .08)}.fx-vapp__bar svg{width:1.8em;height:1.8em}.fx-vapp__live{margin-left:auto;display:flex;align-items:center;gap:.4em;font-size:.85em;color:#B9F5D0}.fx-vapp__live i{position:relative;width:.55em;height:.55em;border-radius:50%;background:#3CE38A}.fx-vapp__live i::after{content:"";position:absolute;inset:0;border-radius:50%;background:rgb(60 227 138 / .55);animation:fxPulse 1.6s ease-out infinite}@keyframes fxPulse{from{transform:scale(1);opacity:.8}to{transform:scale(2.6);opacity:0}}.fx-vapp__body{display:flex;gap:1.2em;padding:1.2em}.fx-vapp__voices{flex:1;display:grid;grid-template-columns:repeat(3,1fr);gap:1em}.fx-voice{display:flex;flex-direction:column;align-items:center;gap:.45em;font-size:.9em;color:rgb(255 255 255 / .85)}.fx-voice i{width:4.2em;height:4.2em;border-radius:50%;background:linear-gradient(145deg,#FFB0D9,#8B5CFF);box-shadow:inset 0 .2em 0 rgb(255 255 255 / .4)}.fx-voice.v2 i{background:linear-gradient(145deg,#8AF6FF,#3A6BFF)}.fx-voice.v3 i{background:linear-gradient(145deg,#FFD58A,#FF7A1A)}.fx-voice.v4 i{background:linear-gradient(145deg,#A5FE56,#20B26B)}.fx-voice.v5 i{background:linear-gradient(145deg,#FFE680,#FF9A3D)}.fx-voice.v6 i{background:linear-gradient(145deg,#C2B3FF,#5B2EFF)}.fx-voice.on i{box-shadow:0 0 0 .25em rgb(255 255 255 / .9),0 0 1.6em rgb(138 246 255 / .8)}.fx-vapp__side{width:36%;display:flex;flex-direction:column;gap:.9em}.fx-slider{display:flex;flex-direction:column;gap:.4em;font-size:.85em;color:rgb(255 255 255 / .8)}.fx-slider b{font-weight:500}.fx-slider i{position:relative;height:.35em;border-radius:1em;background:rgb(255 255 255 / .18)}.fx-slider i::before{content:"";position:absolute;left:0;top:0;bottom:0;width:var(--v);border-radius:1em;background:linear-gradient(90deg,#8AF6FF,#6B7BFF)}.fx-slider i::after{content:"";position:absolute;left:var(--v);top:50%;width:.9em;height:.9em;border-radius:50%;background:#fff;transform:translate(-50%,-50%)}.fx-pads{display:grid;grid-template-columns:repeat(4,1fr);gap:.4em;margin-top:.3em}.fx-pads i{aspect-ratio:1;border-radius:.4em;background:rgb(255 255 255 / .12);border:1px solid rgb(255 255 255 / .12)}.fx-pads i:nth-child(2){background:rgb(138 246 255 / .35)}.fx-wavebar{display:flex;align-items:center;justify-content:center;gap:.35em;height:3.4em;margin:0 1.2em;border-radius:.8em;background:rgb(255 255 255 / .06)}.fx-wavebar i{width:.35em;height:85%;border-radius:1em;background:linear-gradient(180deg,#8AF6FF,#B07BFF);transform:scaleY(.24);animation:fxWave 1.1s ease-in-out infinite;animation-delay:calc(var(--i) * -.09s)}@keyframes fxWave{0%,100%{transform:scaleY(.24)}50%{transform:scaleY(1)}}.fx-capscene{position:absolute;left:50%;top:34px;width:62%;transform:translateX(-50%)}.fx-capscene__frame{position:relative;aspect-ratio:16/9.4;border-radius:14px;overflow:hidden;background:radial-gradient(60% 80% at 20% 10%,rgb(255 80 140 / .35),transparent 60%),radial-gradient(60% 80% at 90% 90%,rgb(80 120 255 / .45),transparent 60%),linear-gradient(160deg,#28204F,#141733)}.fx-capscene__frame::before{content:"";position:absolute;inset:14px;border:2px dashed rgb(255 255 255 / .55);border-radius:8px}.fx-capscene__c{position:absolute;width:18px;height:18px;border:3px solid #FF3D6E}.fx-capscene__c.c1{left:8px;top:8px;border-right:0;border-bottom:0}.fx-capscene__c.c2{right:8px;top:8px;border-left:0;border-bottom:0}.fx-capscene__c.c3{left:8px;bottom:8px;border-right:0;border-top:0}.fx-capscene__c.c4{right:8px;bottom:8px;border-left:0;border-top:0}.fx-capscene__win{position:absolute;border-radius:8px;background:rgb(255 255 255 / .1);border:1px solid rgb(255 255 255 / .15)}.fx-capscene__win.w1{left:10%;top:22%;width:48%;height:48%}.fx-capscene__win.w2{left:36%;top:40%;width:40%;height:40%;background:rgb(255 255 255 / .14)}.fx-capscene__rec{position:absolute;left:28px;top:26px;display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:20px;background:rgb(0 0 0 / .45);font-size:13px;font-weight:700;letter-spacing:.5px;z-index:2}.fx-capscene__rec i{width:10px;height:10px;border-radius:50%;background:#FF3D6E;animation:fxBlink 1.2s linear infinite}.fx-capscene__rec b{font-weight:500;opacity:.85;letter-spacing:0;font-variant-numeric:tabular-nums}@keyframes fxBlink{0%,49%{opacity:1}50%,100%{opacity:.15}}.fx-capscene__cam{position:absolute;right:28px;bottom:26px;width:22%;aspect-ratio:1;border-radius:50%;border:3px solid #fff;background:radial-gradient(circle at 50% 38%,#FFD9C2 0 16%,transparent 17%),radial-gradient(ellipse 36% 26% at 50% 82%,#FFD9C2 0 98%,transparent 100%),linear-gradient(160deg,#6E8BFF,#3B3FA8);box-shadow:0 10px 24px rgb(0 0 0 / .4);z-index:2}.fx-capscene__bar{display:flex;align-items:center;justify-content:center;gap:10px;margin:18px auto 0;width:max-content;padding:8px;border-radius:14px;background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .12)}.fx-capscene__bar span{display:flex;align-items:center;gap:6px;padding:7px 12px;border-radius:9px;font-size:13px;color:rgb(255 255 255 / .85)}.fx-capscene__bar span.on{background:rgb(255 255 255 / .12)}.fx-capscene__bar svg{width:16px;height:16px}.fx-capscene__bar .fx-capscene__stop{width:30px;height:30px;padding:0;border-radius:50%;background:#FF3D6E;position:relative}.fx-capscene__stop::after{content:"";position:absolute;inset:10px;border-radius:2px;background:#fff}.fx-nextscene{position:absolute;inset:0}.fx-nextscene__glow{position:absolute;left:50%;top:36%;width:420px;height:420px;border-radius:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgb(255 236 200 / .75),#fff0 65%)}.fx-nextscene__fox{position:absolute;left:50%;top:36%;width:190px;height:190px;transform:translate(-50%,-50%);filter:drop-shadow(0 24px 30px rgb(120 40 0 / .35));animation:fxBob 6s ease-in-out infinite}.fx-idea{position:absolute;display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:14px;background:rgb(255 255 255 / .28);border:1px solid rgb(255 255 255 / .45);font-size:14px;font-weight:600;white-space:nowrap;box-shadow:0 12px 24px rgb(120 40 0 / .2);animation:fxBob 5s ease-in-out infinite}.fx-idea svg{width:18px;height:18px}.fx-idea.i1{left:calc(50% - 300px);top:18%}.fx-idea.i2{left:calc(50% + 120px);top:12%;animation-delay:-1.8s}.fx-idea.i3{left:calc(50% + 150px);top:52%;animation-delay:-3.2s}.fx-pagehero{position:relative;overflow:hidden;color:#fff;padding:96px 0 112px;background:radial-gradient(900px 480px at 78% 30%,rgb(52 128 255 / .5) 0%,#fff0 65%),radial-gradient(700px 420px at 8% 10%,rgb(40 86 220 / .4) 0%,#fff0 70%),linear-gradient(180deg,#081A3E 0%,#0E2E6C 70%,#0B2252 100%)}.fx-pagehero .fx-beams{opacity:.8}.fx-pagehero .fx-in{animation:fxIn .9s var(--out) backwards;animation-delay:calc(var(--i,0) * 110ms + 120ms)}.fx-prose{max-width:820px}.fx-prose h2{font-size:28px;line-height:36px;font-weight:700;margin:40px 0 12px}.fx-prose h3{font-size:21px;line-height:30px;font-weight:600;margin:28px 0 10px}.fx-prose p,.fx-prose li{font-size:17px;line-height:28px;color:var(--ink-2)}.fx-prose p+p{margin-top:14px}.fx-prose ul{list-style:disc;padding-left:22px;margin:12px 0}.fx-prose ol{list-style:decimal;padding-left:22px;margin:12px 0}.fx-prose a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.admin-bar .fx-header{top:32px}@media (max-width:782px){.admin-bar .fx-header{top:46px}}.fx-pagehero__in{position:relative;z-index:2;max-width:880px}.fx-crumb{display:flex;gap:8px;align-items:center;font-size:14px;color:rgb(255 255 255 / .65);margin-bottom:18px}.fx-crumb a{transition:color .2s}.fx-crumb a:hover{color:#fff}.fx-pagehero h1{font-size:56px;line-height:64px;font-weight:700;letter-spacing:-.5px;margin-bottom:18px}.fx-pagehero p.fx-pagehero__lede{font-size:20px;line-height:30px;color:rgb(255 255 255 / .9);max-width:720px}.fx-pagehero__fox{position:absolute;right:6%;top:50%;width:260px;height:260px;transform:translateY(-50%);opacity:.95;filter:drop-shadow(0 30px 40px rgb(0 10 40 / .45));animation:fxBob 7s ease-in-out infinite;z-index:1}.fx-grid2{display:grid;grid-template-columns:1fr 1fr;gap:24px}.fx-card{position:relative;border-radius:24px;padding:40px;background:linear-gradient(160deg,#EAF3FF 0%,#F6FAFF 100%);transition:transform .4s var(--out)}.fx-card::after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:0 20px 40px rgb(30 80 200 / .12);opacity:0;transition:opacity .4s;pointer-events:none}.fx-card:hover{transform:translate3d(0,-4px,0)}.fx-card:hover::after{opacity:1}.fx-card--mint{background:linear-gradient(160deg,#DDFBF2 0%,#F4FFFB 100%)}.fx-card--lav{background:linear-gradient(160deg,#ECEBFF 0%,#F8F7FF 100%)}.fx-card--peach{background:linear-gradient(160deg,#FFEDE0 0%,#FFF8F3 100%)}.fx-card .fx-gl{margin-bottom:22px}.fx-card h2{font-size:26px;line-height:34px;font-weight:700;margin-bottom:12px}.fx-card p{color:var(--ink-2);font-size:16px;line-height:26px}.fx-card p+p{margin-top:10px}.fx-ticks{display:flex;flex-direction:column;gap:12px;margin-top:4px}.fx-ticks li{display:flex;gap:12px;align-items:flex-start;color:var(--ink-2);line-height:24px}.fx-ticks li::before{content:"";flex-shrink:0;width:22px;height:22px;margin-top:1px;border-radius:50%;background:#FF6A03 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 6l12 12M18 6 6 18' stroke='%23fff' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center/11px no-repeat}.fx-areas{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.fx-areas span{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:10px;background:#fff;font-size:14px;font-weight:500;box-shadow:0 4px 10px rgb(30 80 200 / .06)}.fx-areas svg{width:20px;height:20px}.fx-cta{position:relative;overflow:hidden;margin-top:24px;padding:56px 40px;border-radius:24px;text-align:center;color:#fff;background:radial-gradient(600px 300px at 80% 0%,rgb(126 220 255 / .35),transparent 70%),radial-gradient(600px 300px at 10% 100%,rgb(255 128 248 / .25),transparent 70%),linear-gradient(135deg,#1A65FF 0%,#2B45E0 60%,#3B2FB8 100%)}.fx-cta h2{font-size:36px;line-height:46px;font-weight:700;margin-bottom:12px}.fx-cta p{font-size:18px;line-height:28px;opacity:.9;margin:0 auto 28px;max-width:640px}.fx-cta .fx-slide__btns{justify-content:center}.fx-404links{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:6px}.fx-404links a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:22px 24px;border-radius:16px;border:1px solid #fff0;background:linear-gradient(#F4F8FF,#F4F8FF) padding-box,linear-gradient(#F4F8FF,#F4F8FF) border-box;font-weight:600;transition:transform .4s}.fx-404links a svg{width:18px;height:18px;color:var(--blue);transition:transform .3s}.fx-404links a:hover{transform:translateY(-2px);background:linear-gradient(#fff,#fff) padding-box,var(--edge) border-box}.fx-404links a:hover svg{transform:translateX(3px)}.fx-foot{background:var(--dark);color:#D6D6DC}.fx-foot .fx-wrap{max-width:1200px}.fx-foot__grid{display:flex;justify-content:space-between;gap:48px;padding:100px 0 86px}.fx-foot__cols{display:flex;gap:64px;flex-wrap:wrap}.fx-foot__col dt{color:#fff;font-size:20px;line-height:25px;margin-bottom:10px}.fx-foot__col dd{margin-top:11px;font-size:14px;line-height:26px;font-weight:300}.fx-foot__col dd a{position:relative;display:inline-block}.fx-foot__col dd a::before{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:#fff;transform:scaleX(0);transform-origin:right center;transition:transform .4s}.fx-foot__col dd a:hover{color:#fff}.fx-foot__col dd a:hover::before{transform:scaleX(1);transform-origin:left center}.fx-foot__brand{width:260px;flex-shrink:0}.fx-foot__logo{display:flex;align-items:center;gap:12px;color:#fff}.fx-foot__logo svg{width:56px;height:56px;transition:transform .6s var(--out)}.fx-foot__logo:hover svg{transform:rotate(-8deg) scale(1.05)}.fx-foot__logo span{font-size:42px;font-weight:700;letter-spacing:-1.4px;line-height:1}.fx-foot__script{margin:14px 0 36px;font-family:var(--script);font-size:26px;line-height:32px;font-weight:600;background:linear-gradient(90deg,#8FB8FF,#C3D8FF 60%,#FFB47A);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;color:#fff0}.fx-foot__label{color:#fff;font-size:20px;line-height:25px;margin-bottom:12px}.fx-foot__mail{display:flex;align-items:center;justify-content:space-between;height:40px;padding:0 13px;border-radius:4px;border:1px solid #464646;color:#fff;font-size:14px;transition:border-color .3s,background .3s}.fx-foot__mail svg{width:18px;height:18px;transition:transform .3s}.fx-foot__mail:hover{border-color:#fff;background:rgb(255 255 255 / .04)}.fx-foot__mail:hover svg{transform:translateX(2px) rotate(-8deg)}.fx-foot__last{border-top:1px solid #5A5E85}.fx-foot__bar{height:100px;display:flex;justify-content:space-between;align-items:center;gap:20px;color:#A7A7A7;font-size:12px;font-weight:300}.fx-foot__plat{display:inline-flex;align-items:center;gap:8px;height:36px;padding:0 14px;border-radius:4px;color:#fff;font-size:14px;font-weight:400;transition:background .3s,color .3s}.fx-foot__plat svg{width:15px;height:15px}.fx-foot__plat:hover{background:#fff;color:#151B34}.fx-float{position:fixed;right:20px;bottom:24px;z-index:1500;display:flex;flex-direction:column;align-items:flex-end;gap:14px;pointer-events:none}.fx-float>*{pointer-events:auto}.fx-bubble{display:flex;align-items:center;transform:scale(0);opacity:0;transform-origin:right center}.fx-bubble.is-on{animation:fxPop .5s ease-out forwards}@keyframes fxPop{0%{transform:scale(0) translateX(30px);opacity:0}60%{transform:scale(1.1) translateX(-5px);opacity:1}80%{transform:scale(.95) translateX(2px);opacity:1}100%{transform:scale(1);opacity:1}}.fx-bubble__pill{position:relative;margin-right:-6px;padding:6px 16px 6px 12px;border-radius:8px;background:linear-gradient(90deg,#48FCEE,#A5FE56);color:#0B2A2E;font-weight:600;font-size:15px;box-shadow:0 6px 14px rgb(0 80 80 / .18)}.fx-bubble__pill::after{content:"";position:absolute;right:-8px;top:50%;margin-top:-5px;border:5px solid #fff0;border-left-color:#A5FE56}.fx-bubble__av{position:relative;width:60px;height:60px;border-radius:50%;margin-left:10px;display:grid;place-items:center;background:radial-gradient(circle at 30% 25%,#fff,#FFE9D6);box-shadow:0 8px 20px rgb(255 106 3 / .3),0 0 0 3px #fff;transition:transform .3s var(--out)}.fx-bubble__av::before{content:"";position:absolute;inset:-6px;border-radius:50%;border:2px solid rgb(255 106 3 / .35);animation:fxRipple 2.4s ease-out infinite}@keyframes fxRipple{from{transform:scale(.9);opacity:1}to{transform:scale(1.35);opacity:0}}.fx-bubble__av svg{width:40px;height:40px}.fx-bubble:hover .fx-bubble__av{transform:translateY(-3px) rotate(-6deg)}.fx-totop{width:40px;height:40px;border-radius:8px;display:grid;place-items:center;background:#D8E5FE;color:#6F84B4;margin-right:10px;opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .3s,transform .4s,background .2s}.fx-totop svg{width:20px;height:20px}.fx-totop.is-on{opacity:1;transform:none;pointer-events:auto}.fx-totop:hover{background:#C4D4F3;color:#3A5596}.fx-beams,.fx-slide__art,.fx-feature__art,.fx-tilt,.fx-feature__cap,.fx-scene{will-change:transform}.fx-toast,.fx-orb,.fx-glass--chip,.fx-stars,.fx-radar__sweep,.fx-idea,.fx-nextscene__fox,.fx-pagehero__fox,.fx-bubble__av::before{will-change:transform}.fx-paused .fx-toast,.fx-paused .fx-orb,.fx-paused .fx-glass--chip,.fx-paused .fx-stars,.fx-paused .fx-radar__sweep,.fx-paused .fx-scan__bar::after,.fx-paused .fx-wavebar i,.fx-paused .fx-vapp__live i::after,.fx-paused .fx-capscene__rec i,.fx-paused .fx-idea,.fx-paused .fx-nextscene__fox,.fx-paused .fx-pagehero__fox,.fx-paused .fx-beams,.fx-paused .fx-tile,.fx-paused .fx-tile::after,.fx-topbar.fx-paused .fx-topbar__spark::before{animation-play-state:paused}.fx-slide.fx-warm{visibility:visible;opacity:.004;z-index:2;pointer-events:none;transition:none}.fx-slide.fx-warm-a{opacity:.999;transition:none}.fx-js [data-rv]{opacity:0;transform:translate3d(0,1.25rem,0)}.fx-js [data-rv="left"]{transform:translate3d(-2.5rem,0,0)}.fx-js [data-rv="right"]{transform:translate3d(2.5rem,0,0)}.fx-js [data-rv="fade"]{transform:none}.fx-js [data-rv].is-in{opacity:1;transform:none;transition:opacity .8s ease-out,transform .8s ease-out;transition-delay:calc(200ms + var(--d,0ms))}.fx-js .fx-feature[data-rv].is-in{transition:opacity .8s ease-out calc(200ms + var(--d,0ms)),transform .8s ease-out calc(200ms + var(--d,0ms))}@media (max-width:1440px){.fx-hero__arrow--prev{left:-60px}.fx-hero__arrow--next{right:-60px}.fx-stats{padding:0 60px}}@media (max-width:1320px){.fx-hero__nav{display:none}.fx-slide__h{font-size:56px;line-height:64px}.fx-strip span:nth-child(5){display:none}.fx-menu__a{padding:0 12px}.fx-menu__a::after{left:12px;right:30px}.fx-logo__tag{display:none}}@media (max-width:1200px){.fx-slide__h{font-size:48px;line-height:56px}.fx-toast--l{left:-10px}.fx-strip span:nth-child(4){display:none}.fx-stats{padding:0 20px}.fx-band__row span{font-size:22px}.fx-trust{grid-template-columns:1fr 1fr}}@media (max-width:1100px){:root{--hd:56px}.fx-header__in{align-items:center}.fx-logo__word{font-size:23px}.fx-logo__mark{width:30px;height:30px}.fx-burger{display:block}.fx-hbtn{display:none}.fx-header.is-open .fx-burger span:nth-child(1){top:21px;transform:rotate(45deg)}.fx-header.is-open .fx-burger span:nth-child(2){opacity:0}.fx-header.is-open .fx-burger span:nth-child(3){top:21px;transform:rotate(-45deg)}.fx-nav{position:fixed;left:0;right:0;top:var(--hd);bottom:0;display:block;background:#fff;overflow-y:auto;overscroll-behavior:contain;padding:8px 0 32px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .3s,transform .3s,visibility .3s;box-shadow:inset 0 1px 0 #EEF1F6}.fx-header.is-open .fx-nav{opacity:1;visibility:visible;transform:none}.fx-menu{display:block;width:92%;margin:0 auto}.fx-menu__item{display:block;border-bottom:1px solid #EEF1F6}.fx-menu__a{width:100%;height:56px;padding:0;justify-content:space-between;font-size:17px;font-weight:600}.fx-menu__a::after{display:none}.fx-menu__item.is-open .fx-chev{transform:rotate(180deg)}.fx-mega{position:static;padding:0 0 16px;opacity:1;visibility:visible;pointer-events:auto;display:none}.fx-menu__item.is-open .fx-mega{display:block;animation:fxDrop .35s ease}@keyframes fxDrop{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.fx-mega__panel{padding:8px;border-radius:16px;box-shadow:none;transform:none;background:#F2F5FA}.fx-mega__grid{grid-template-columns:1fr;gap:8px}.fx-mcard{padding:14px 16px;gap:14px}.fx-mcard__l,.fx-mega__note{display:none}.fx-mega__foot{margin:10px 0 6px}.fx-nav__mobile-end{display:flex;flex-direction:column;gap:12px;width:92%;margin:24px auto 0}.fx-topbar__txt{font-size:17px}.fx-hero__track{height:auto;min-height:0;display:grid}.fx-slide{position:relative;inset:auto;grid-area:1/1}.fx-slide__in{flex-direction:column;justify-content:flex-start;padding:48px 0 150px;gap:36px}.fx-slide__copy{width:100%;max-width:720px;min-height:0;text-align:center;align-items:center}.fx-slide__meta{justify-content:center}.fx-slide__btns{justify-content:center}.fx-slide__art{width:100%;max-width:560px;align-self:center;margin:0}.fx-desk{height:20%}.fx-hero__dots{bottom:96px}.fx-trust{grid-template-columns:1fr}.fx-stats{flex-wrap:wrap;justify-content:center;gap:28px 10px}.fx-stat{flex:0 0 30%}.fx-band__row{flex-wrap:wrap;justify-content:center;gap:10px 28px;padding:22px 20px}.fx-cats{display:grid;grid-template-columns:1fr 1fr;gap:20px}.fx-cat{max-width:none}.fx-acc{flex-direction:column}.fx-acc__item,.fx-acc__item.is-open{flex:none;height:auto;min-height:0;cursor:default}.fx-acc__art{position:relative;left:auto;transform:none;width:100%;height:420px}.fx-acc__word{position:relative;flex-direction:column;align-items:stretch;gap:14px;padding:0 24px 28px}.fx-acc__ico,.fx-acc__bt{opacity:1;visibility:visible;transform:none}.fx-acc__dd{opacity:1;margin-right:0}.fx-acc__dd p{display:block;max-width:none}.fx-acc__bt{position:relative;right:auto;bottom:auto;width:100%}.fx-acc__item::after{display:none}.fx-vapp,.fx-capscene{width:88%}.fx-idea.i1{left:6%}.fx-idea.i2{left:auto;right:6%}.fx-idea.i3{left:auto;right:10%}.fx-foot__grid{flex-direction:column}.fx-grid2{grid-template-columns:1fr}.fx-404links{grid-template-columns:1fr 1fr}.fx-pagehero__fox{width:180px;height:180px;right:4%;opacity:.35}}@media (max-width:1000px){.fx-js [data-rv="left"],.fx-js [data-rv="right"]{transform:translate3d(0,1.25rem,0)}.fx-topbar{display:none}.fx-sec{padding:36px 0}.fx-sec--first{padding-top:56px}.fx-h2{font-size:30px;line-height:38px;margin-bottom:24px}.fx-h3{font-size:22px;line-height:30px;margin-bottom:20px}.fx-h3--gap{margin-top:60px}.fx-feature,.fx-feature--big{height:auto;padding:32px 0 0}.fx-feature__head{padding:0 20px}.fx-feature__d{font-size:18px;line-height:26px}.fx-feature__btns{gap:12px}.fx-feature__art,.fx-feature--big:hover .fx-feature__art{position:relative;left:auto;bottom:auto;transform:none;width:88%;margin:32px auto 0}.fx-feature__art--tilt{margin-bottom:-24px}.fx-feature__cap{position:relative;bottom:auto;transform:none;border-radius:0;background:rgb(4 8 28 / .86);padding:16px 22px}.fx-feature__cap p{font-size:14px;line-height:21px}.fx-duo{flex-direction:column}.fx-trust__box{padding:28px 22px}.fx-rule{gap:18px;align-items:flex-start}.fx-gl{width:52px;height:52px;border-radius:15px}.fx-gl svg{width:24px;height:24px}.fx-gl--lg{width:64px;height:64px}.fx-trust__t,.fx-band__t,.fx-commit__t{font-size:22px;line-height:30px;margin-bottom:24px}.fx-stat__n{font-size:36px;line-height:40px}.fx-stat{flex:0 0 44%}.fx-band{min-height:0;padding-top:32px}.fx-planet{top:60%}.fx-band__row span{font-size:17px}.fx-commit{padding:32px 22px}.fx-commit__list{flex-direction:column;align-items:center;gap:28px}.fx-pagehero{padding:64px 0 72px}.fx-pagehero h1{font-size:38px;line-height:46px}.fx-pagehero p.fx-pagehero__lede{font-size:17px;line-height:26px}.fx-card{padding:28px 22px}.fx-cta{padding:40px 22px}.fx-cta h2{font-size:28px;line-height:36px}.fx-foot__grid{padding:56px 0 40px}.fx-foot__cols{gap:32px 48px}.fx-foot__bar{flex-direction:column;justify-content:center;height:auto;padding:22px 0 90px;text-align:center}}@media (max-width:640px){.fx-btn{min-width:0;width:100%}.fx-btn--lg{--h:52px;font-size:18px}.fx-slide__in{padding:36px 0 124px}.fx-desk{height:15%}.fx-slide__meta{font-size:14px;gap:10px}.fx-slide__meta>span:nth-child(n+3){display:none}.fx-slide__meta>span:nth-child(2)::after{display:none}.fx-gt{font-size:16px}.fx-slide__h{font-size:34px;line-height:42px}.fx-badge{top:-6px;height:28px;font-size:13px;margin-left:12px}.fx-badge::before{top:9px}.fx-slide__d{font-size:16px;line-height:25px;margin-bottom:26px}.fx-slide__btns{flex-direction:column;width:100%;gap:12px}.fx-toast{padding:8px 12px 8px 8px;gap:8px;border-radius:12px}.fx-toast__ic{width:30px;height:30px;border-radius:9px}.fx-toast b{font-size:13px;line-height:16px}.fx-toast small{font-size:11px}.fx-toast--l{left:-4px;bottom:60px}.fx-toast--r{right:-4px;top:-10px}.fx-monitor__neck{height:40px}.fx-hero__strip{height:auto;padding:14px 0}.fx-strip{flex-wrap:wrap;justify-content:center;gap:8px 18px;font-size:13px}.fx-strip span:nth-child(n+3){display:none}.fx-hero__dots{bottom:66px}.fx-feature__art{width:94%}.fx-feature__art--tilt{width:94%}.fx-tilt,.fx-feature__art--tilt-r .fx-tilt{transform:rotateX(6deg)}.fx-app--solo{font-size:2.4cqw}.fx-rule{flex-direction:column}.fx-stat{flex:0 0 46%}.fx-stat__d{font-size:14px;line-height:20px}.fx-cats{grid-template-columns:1fr}.fx-feature__t{flex-wrap:wrap;row-gap:8px;font-size:18px}.fx-acc__art{height:300px}.fx-vapp{top:24px;width:94%}.fx-capscene{top:24px;width:90%}.fx-capscene__bar span:not(.on):not(.fx-capscene__stop),.fx-capscene__bar span:nth-child(3){display:none}.fx-nextscene__fox{width:140px;height:140px}.fx-idea{font-size:12px;padding:8px 12px}.fx-idea.i3{display:none}.fx-404links{grid-template-columns:1fr}.fx-foot__cols{display:grid;grid-template-columns:1fr 1fr;gap:28px 20px}.fx-foot__col dt{font-size:17px}.fx-foot__brand{width:100%}.fx-bubble{display:none}.fx-totop{width:36px;height:36px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.fx-beams,.fx-toast,.fx-orb,.fx-glass--chip,.fx-stars,.fx-radar__sweep,.fx-scan__bar::after,.fx-wavebar i,.fx-vapp__live i::after,.fx-idea,.fx-nextscene__fox,.fx-pagehero__fox,.fx-tile,.fx-tile::after,.fx-topbar__spark::before,.fx-bubble__av::before,.fx-capscene__rec i{animation:none!important}.fx-js [data-rv]{transform:none!important}.fx-tilt,.fx-feature:hover .fx-tilt{transform:none!important}@keyframes fxIn{from{opacity:0}to{opacity:1}}@keyframes fxArt{from{opacity:0}to{opacity:1}}}.fx-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.fx-sec--tint{background:#F5F8FE}.fx-tile span{background:#EAF1FF;color:#2F5BDB}.fx-tile.is-on{border-color:#BFD3FF;box-shadow:0 .5em 1em rgb(26 101 255 / .14)}.fx-tile.is-on span{background:#E4F7EC;color:#12834A}.fx-tiles--voice{grid-template-columns:repeat(4,1fr);gap:.6em}.fx-tiles--voice .fx-tile{padding:.7em .3em .6em;gap:.25em}.fx-tiles--voice .fx-tile svg{width:2.2em;height:2.2em}.fx-board__list{max-height:none;overflow:visible}.fx-board__list em{color:#2F5BDB;background:#EAF1FF}.fx-board__list li b a{transition:color .2s}.fx-board__list li b a:hover{color:var(--blue)}.fx-mbtn--rec{background:linear-gradient(90deg,#FF5A5A,#E02D4A)}.fx-cklist{display:flex;flex-direction:column;gap:.45em}.fx-ck__t{display:flex;flex-direction:column;min-width:0}.fx-ck__t b{font-weight:600}.fx-ck__t small{font-size:.82em;color:#7A8699}.fx-btn--off,.fx-btn--off:hover{background:rgb(255 255 255 / .14);border-color:rgb(255 255 255 / .16);color:rgb(255 255 255 / .6);cursor:not-allowed;box-shadow:none}.fx-btn--off-line,.fx-btn--off-line:hover{background:#fff0;border-color:rgb(255 255 255 / .26)}.fx-btn--off-light,.fx-btn--off-light:hover{background:#E8ECF2;border-color:#E8ECF2;color:#8A93A3}.fx-btn--off-line.fx-btn--off-light,.fx-btn--off-line.fx-btn--off-light:hover{background:#fff0;border-color:#D5DBE5}.fx-btn__ico{width:22px;height:22px;flex-shrink:0}.fx-phero{position:relative;overflow:hidden;color:#fff;padding:72px 0 96px;background:radial-gradient(900px 520px at 80% 40%,rgb(52 128 255 / .5) 0%,#fff0 65%),radial-gradient(700px 420px at 6% 8%,rgb(40 86 220 / .4) 0%,#fff0 70%),linear-gradient(180deg,#081A3E 0%,#0E2E6C 72%,#0B2252 100%)}.fx-phero .fx-beams{opacity:.7}.fx-phero .fx-in{animation:fxIn .9s var(--out) backwards;animation-delay:calc(var(--i,0) * 110ms + 120ms)}.fx-phero__in{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,1fr);gap:64px;align-items:center}.fx-phero__eyebrow{display:flex;align-items:center;flex-wrap:wrap;gap:10px 12px;font-size:15px;font-weight:600;color:rgb(255 255 255 / .88);margin-bottom:14px}.fx-phero__ico{width:44px;height:44px;filter:drop-shadow(0 8px 14px rgb(0 20 80 / .45))}.fx-phero__by{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:12px;background:rgb(255 255 255 / .12);font-size:12px;font-weight:500}.fx-phero h1{font-size:54px;line-height:62px;font-weight:700;letter-spacing:-.5px;margin-bottom:12px}.fx-phero__tag{font-size:24px;line-height:33px;font-weight:500;color:#fff;margin-bottom:14px}.fx-phero__lede{font-size:18px;line-height:28px;color:rgb(255 255 255 / .8);max-width:640px;margin-bottom:30px}.fx-phero__btns{display:flex;flex-wrap:wrap;gap:16px}.fx-phero__chips{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:24px}.fx-phero__chips li{display:flex;align-items:center;gap:8px;font-size:14px;line-height:20px;color:rgb(255 255 255 / .82)}.fx-phero__chips svg{width:17px;height:17px;color:#7CF0B9;flex-shrink:0}.fx-phero__art{position:relative;width:100%;max-width:660px;justify-self:end}.fx-fgrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.fx-fcard{position:relative;border-radius:20px;padding:32px 30px;background:linear-gradient(160deg,#F1F6FF 0%,#FAFCFF 100%);border:1px solid #E5ECF8;transition:transform .4s var(--out)}.fx-fcard:hover{transform:translate3d(0,-3px,0)}.fx-fcard__ic{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;background:#E4EDFF;color:var(--blue)}.fx-fcard__ic svg{width:26px;height:26px}.fx-fcard h3{font-size:20px;line-height:28px;font-weight:600;margin:20px 0 8px}.fx-fcard p{font-size:16px;line-height:26px;color:var(--ink-2)}.fx-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.fx-step{position:relative;border-radius:20px;padding:34px 30px 32px;background:#fff;box-shadow:0 12px 32px rgb(30 80 200 / .08)}.fx-step__n{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;font-size:19px;font-weight:700;color:#fff;background:linear-gradient(145deg,#7DB6FF 0%,#1A65FF 100%);box-shadow:0 10px 20px rgb(26 101 255 / .28)}.fx-step h3{font-size:20px;line-height:28px;font-weight:600;margin:20px 0 8px}.fx-step p{font-size:16px;line-height:26px;color:var(--ink-2)}.fx-usegrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:1100px;margin:0 auto}.fx-use{border-radius:0 20px 20px 0;padding:28px 30px;background:#fff;border:1px solid #E5ECF8;border-left:4px solid var(--blue)}.fx-use h3{font-size:19px;line-height:28px;font-weight:600;margin-bottom:6px}.fx-use p{font-size:16px;line-height:26px;color:var(--ink-2)}.fx-prose--card{margin:0 auto;padding:48px 56px;border-radius:24px;background:#fff;box-shadow:0 12px 32px rgb(30 80 200 / .07)}.fx-prose--card h2{margin-top:0}.fx-prose li+li{margin-top:10px}.fx-prose strong{font-weight:600;color:var(--ink)}.fx-compare{max-width:920px;margin:0 auto;border-radius:20px;overflow:hidden;border:1px solid #E1E8F3;background:#fff}.fx-compare table{width:100%;border-collapse:collapse;table-layout:fixed}.fx-compare th,.fx-compare td{padding:16px 22px;font-size:16px;line-height:24px;text-align:center;vertical-align:middle}.fx-compare thead th{background:#F2F6FD;font-weight:700;font-size:17px}.fx-compare thead th:first-child,.fx-compare tbody th{text-align:left}.fx-compare th:first-child{width:52%}.fx-compare tbody th{font-weight:500;color:var(--ink)}.fx-compare tbody tr+tr{border-top:1px solid #EDF1F7}.fx-compare td:last-child,.fx-compare thead th:last-child{background:rgb(26 101 255 / .04)}.fx-compare thead th:last-child{color:var(--blue)}.fx-yes,.fx-no{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:50%}.fx-yes{background:#E4F7EC;color:#12A150}.fx-no{color:#B3BCCB}.fx-yes svg{width:17px;height:17px}.fx-no svg{width:20px;height:20px}.fx-val{font-size:14px;line-height:20px;color:var(--ink-2)}.fx-compare__btns{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;margin-top:32px}.fx-specs{max-width:920px;margin:0 auto;border-radius:20px;background:#fff;padding:8px 32px;box-shadow:0 12px 32px rgb(30 80 200 / .06)}.fx-spec{display:grid;grid-template-columns:220px minmax(0,1fr);gap:24px;padding:18px 0}.fx-spec+.fx-spec{border-top:1px solid #EDF1F7}.fx-spec dt{font-weight:600}.fx-spec dd{color:var(--ink-2)}.fx-faq{max-width:920px;margin:0 auto}.fx-faq__item{border-bottom:1px solid #E6EBF3}.fx-faq__item:first-child{border-top:1px solid #E6EBF3}.fx-faq__item summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 4px;cursor:pointer;list-style:none}.fx-faq__item summary::-webkit-details-marker{display:none}.fx-faq__item summary::after{content:"";flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#EEF3FC url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 6v12M6 12h12' fill='none' stroke='%231A65FF' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E") center/16px no-repeat;transition:transform .3s}.fx-faq__item[open] summary::after{transform:rotate(45deg)}.fx-faq__q{font-size:18px;line-height:28px;font-weight:600;margin:0}.fx-faq__item summary:hover .fx-faq__q{color:var(--blue)}.fx-faq__a p{padding:0 48px 24px 4px;font-size:16px;line-height:27px;color:var(--ink-2)}.fx-pgrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.fx-pcard{display:flex;gap:18px;padding:24px 24px 20px;border-radius:18px;border:1px solid #fff0;background:linear-gradient(#F4F8FF,#F4F8FF) padding-box,linear-gradient(#F4F8FF,#F4F8FF) border-box;transition:transform .4s var(--out)}.fx-pcard:hover{transform:translate3d(0,-3px,0);background:linear-gradient(#fff,#fff) padding-box,var(--edge) border-box}.fx-pcard__ico{width:48px;height:48px;flex-shrink:0;filter:drop-shadow(0 6px 10px rgb(26 80 255 / .18))}.fx-pcard__w{display:flex;flex-direction:column;min-width:0;flex:1}.fx-pcard__t{font-size:17px;line-height:26px;font-weight:600;color:var(--ink);transition:color .2s}.fx-pcard:hover .fx-pcard__t{color:var(--link-2)}.fx-pcard__d{margin-top:4px;font-size:14px;line-height:22px;color:var(--mute);flex:1}.fx-pcard__l{display:inline-flex;align-items:center;gap:6px;margin-top:12px;font-size:14px;font-weight:500;color:var(--blue)}.fx-pcard__l svg{width:15px;height:15px;transition:transform .3s}.fx-pcard:hover .fx-pcard__l svg{transform:translateX(3px)}.fx-group{scroll-margin-top:calc(var(--hd) + 24px)}.fx-group+.fx-group{margin-top:56px}.fx-group__head{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:6px 24px;margin-bottom:20px}.fx-group__t{font-size:28px;line-height:36px;font-weight:700;letter-spacing:-.2px}.fx-group__d{font-size:16px;line-height:24px;color:var(--mute)}.fx-catnav{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:56px}.fx-catnav a{display:inline-flex;align-items:center;height:40px;padding:0 18px;border-radius:20px;background:#F0F4FB;font-size:15px;font-weight:500;transition:background .2s,color .2s}.fx-catnav a:hover{background:var(--blue);color:#fff}#related .fx-cta,#all .fx-cta{margin-top:56px}.fx-tm{max-width:920px;margin:28px auto 0;text-align:center;font-size:13px;line-height:20px;color:#8A93A3}.fx-hbtn{white-space:nowrap}@media (max-width:1279px){.fx-hbtn{display:none}}@media (max-width:1200px){.fx-phero__in{gap:40px}.fx-phero h1{font-size:46px;line-height:54px}}@media (max-width:1100px){.fx-phero__in{grid-template-columns:minmax(0,1fr)}.fx-phero__art{justify-self:center;max-width:620px}.fx-fgrid,.fx-pgrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.fx-steps{grid-template-columns:minmax(0,1fr)}.fx-usegrid{grid-template-columns:minmax(0,1fr)}.fx-prose--card{padding:36px 28px}}@media (max-width:640px){.fx-phero{padding:44px 0 60px}.fx-phero h1{font-size:36px;line-height:44px}.fx-phero__tag{font-size:20px;line-height:28px}.fx-phero__lede{font-size:16px;line-height:26px;margin-bottom:24px}.fx-phero__btns{flex-direction:column;gap:12px}.fx-phero__ico{width:36px;height:36px}.fx-fgrid,.fx-pgrid{grid-template-columns:minmax(0,1fr)}.fx-fcard,.fx-step,.fx-use{padding:26px 22px}.fx-prose--card{padding:28px 20px;border-radius:18px}.fx-compare th,.fx-compare td{padding:12px 10px;font-size:14px;line-height:20px}.fx-compare thead th{font-size:14px}.fx-compare th:first-child{width:50%}.fx-val{font-size:12px;line-height:16px}.fx-compare__btns{flex-direction:column}.fx-specs{padding:4px 20px}.fx-spec{grid-template-columns:minmax(0,1fr);gap:4px;padding:14px 0}.fx-faq__q{font-size:16px;line-height:24px}.fx-faq__a p{padding:0 4px 20px}.fx-group__t{font-size:22px;line-height:30px}.fx-catnav{margin-bottom:36px;gap:8px}.fx-catnav a{height:36px;padding:0 14px;font-size:14px}.fx-pcard{padding:20px}}@media (prefers-reduced-motion:reduce){.fx-fcard:hover,.fx-pcard:hover{transform:none}}