@charset "UTF-8";.seesaw-button{position:relative;display:inline-flex;align-items:flex-start;justify-content:center;flex-direction:column;width:var(--seesaw-width, 100%);min-height:var(--seesaw-height, 60px);padding:0;border:none;outline:none;cursor:pointer;background-color:transparent;overflow:visible;transition:transform .2s ease}.seesaw-button:before{content:"";position:absolute;top:0;left:0;right:0;bottom:calc(-1 * var(--seesaw-dropdown-height, 0px));background:var(--seesaw-bg, #8e9aaf);clip-path:var(--seesaw-clip-path);box-shadow:inset 0 0 0 1px var(--seesaw-border-color, transparent);z-index:0;pointer-events:none}.seesaw-button:after{content:"";position:absolute;top:0;left:0;right:0;bottom:calc(-1 * var(--seesaw-dropdown-height, 0px));background:var(--seesaw-hover-bg, var(--seesaw-bg, #8e9aaf));clip-path:var(--seesaw-clip-path);box-shadow:inset 0 0 0 1px var(--seesaw-border-color, transparent);z-index:0;pointer-events:none;opacity:0;transition:opacity .25s ease}.seesaw-button__text{position:relative;z-index:1;color:var(--seesaw-text-color, #ffffff);font-size:inherit;font-weight:400;letter-spacing:.5px;-webkit-user-select:none;user-select:none;white-space:nowrap;height:var(--seesaw-height, 60px);display:flex;align-items:center;justify-content:center;width:100%;padding:0 24px;box-sizing:border-box}.seesaw-button__dropdown{position:absolute;top:100%;left:0;z-index:1;width:100%;display:flex;flex-direction:column;padding:0 10px 10px;box-sizing:border-box;gap:8px}.seesaw-button:hover:not(.seesaw-button--disabled):after{opacity:1}.seesaw-button:active:not(.seesaw-button--disabled){transform:scale(.98)}.seesaw-button:active:not(.seesaw-button--disabled):after{background:var(--seesaw-active-bg, var(--seesaw-hover-bg, var(--seesaw-bg, #8e9aaf)));opacity:1}.seesaw-button--disabled{cursor:not-allowed}.seesaw-button--disabled:before{background:#b0b0b0;opacity:.5}.text-gradient-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px}.gradient-text{text-align:center;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-fill-color:transparent;text-shadow:0 0 1px rgba(0,0,0,.1)}@media screen and (-webkit-min-device-pixel-ratio: 0){.gradient-text{-webkit-background-clip:text;-webkit-text-fill-color:transparent}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.gradient-text{text-shadow:0 0 .5px rgba(0,0,0,.1)}}.div-gradient-container{border-radius:8px;display:flex;justify-content:center;align-items:center;padding:20px;box-shadow:0 4px 12px #0000001a;position:relative;overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000;-webkit-tap-highlight-color:transparent;touch-action:manipulation;will-change:background-position}.div-gradient-container.show-animation{background-size:200% 200%!important;-webkit-background-size:200% 200%!important;-moz-background-size:200% 200%!important;-o-background-size:200% 200%!important;animation:gradient 3s ease infinite;-webkit-animation:gradient 3s ease infinite;-moz-animation:gradient 3s ease infinite;-o-animation:gradient 3s ease infinite}@-webkit-keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@supports (-webkit-touch-callout: none){.div-gradient-container{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.privacy-form-item{color:inherit}.privacy-form-item .t-checkbox{margin-right:8px;color:inherit}.privacy-form-item .t-checkbox .t-checkbox__input{border:1px solid currentColor;background:transparent}.privacy-form-item .t-checkbox.t-is-checked .t-checkbox__input{border:1px solid currentColor;background:currentColor}.privacy-form-item .t-form__controls-content{flex-wrap:wrap}.privacy-form-item .t-input__extra{overflow:auto;white-space:wrap;margin-top:20px}.custom-select-style .t-fake-arrow,.custom-select-style .t-fake-arrow--active{color:#dcdcdc}.custom-select-style .t-input{width:80px;height:40px;border-radius:10px;border:1px solid #dcdcdc;background-color:transparent;position:relative;box-sizing:border-box;box-shadow:0 0 0 2px #0052d91a}.custom-select-style .t-input.t-is-focused.t-input--focused{border:none}.custom-select-style .t-input.t-is-focused.t-input--focused:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;background:linear-gradient(45deg,#ff29a1,#fff,#4994ff);border-radius:10px;z-index:-1}.custom-select-style .t-input.t-is-focused.t-input--focused:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;background:#161616;border-radius:11px;z-index:-1}.custom-select-style input{color:#fff}.custom-select-style input::placeholder{color:#dcdcdc}.t-popup__content{background:#000}.t-popup__content .t-select-option{color:#ffffff8c}.t-popup__content .t-select-option.t-is-selected{background:transparent;color:#fff}.t-popup__content .t-select-option:not(.t-is-disabled):not(.t-is-selected):hover{background:transparent;color:#fff}.footer{font-family:PingFang SC,PingFang TC,sans-serif;background-color:#f6f6f6;color:#85888f;padding:20px;display:flex;flex-wrap:wrap;width:100%;justify-content:center;position:relative;overflow:hidden}.footer-top{display:flex;padding:2rem 0;position:relative;z-index:1}.footer-top-container{max-width:1280px;width:100%;flex:1 1 auto;display:flex;justify-content:space-between}.footer-top-container .t-descriptions__body.t-size-s>tbody>tr>td{padding-left:0;padding-right:0;vertical-align:top}.footer-top-container .t-descriptions__label{font-size:16px}.footer-top-container img{background:#f6f6f6}.footer-bottom{width:100%;border-top:1px solid #d8d7d7;padding:2rem 0;font-size:12px;display:flex;justify-content:center;position:relative;z-index:1}.footer-bottom-container{max-width:1280px;justify-content:space-between;text-align:center}.footer-bottom .footer-languages{margin-top:10px}.footer-bottom .footer-languages span{cursor:pointer;color:#646cff}.footer-bottom .footer-languages span:hover{text-decoration:underline}.footer-contact{display:flex;align-items:center;text-align:right}.footer-email{font-size:16px}@media screen and (max-width: 768px){.footer-email{font-size:1rem;text-align:left}}.join__game__btn{display:inline-block;color:#222;line-height:36px;border-radius:24px!important;text-align:center;font-size:16px;font-weight:500;padding:0 16px!important;cursor:pointer;text-decoration:none;transition:background .2s,color .2s}.join__game__btn:hover{opacity:.85}.top-menus{width:100%;box-shadow:none;display:grid;grid-template-columns:2fr 2fr 1fr;padding:8px 32px;z-index:100;font-family:PingFang SC,Microsoft YaHei,Arial,sans-serif;min-height:64px}.top-menus__logo{display:flex;align-items:center;justify-content:center;gap:20px}.top-menus__logo img{-webkit-user-drag:none;user-drag:none;-moz-user-select:none;-webkit-user-select:none;user-select:none;width:auto}@media (max-width: 1240px){.top-menus__logo img{width:140px;height:26px}}@media (max-width: 1240px){.top-menus__logo .top-menus__logo-text{width:70px;height:24px;margin-top:-6px!important}}.top-menus__menu{display:flex;align-items:center;justify-content:flex-end;position:relative;gap:2px;height:64px}.top-menus__item{position:relative;font-size:16px;line-height:1.625;font-weight:400;color:#0b0d12;padding:0 8px;cursor:pointer;transition:color .2s;text-align:center}.top-menus__item.active{font-weight:700;background:linear-gradient(90deg,#113264,#f054de);background:linear-gradient(90deg,#113264,#4f3f81,#834a9f 50%,#f054de);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:flex;align-items:center;gap:4px}.top-menus__item.disabled{opacity:.4;cursor:not-allowed;pointer-events:auto}.top-menus__item-pointer{width:12px;height:12px;flex-shrink:0}.top-menus__divider{color:#0b0d12;font-size:14px;font-weight:300;-webkit-user-select:none;user-select:none;pointer-events:none}.top-menus__indicator{position:absolute;bottom:0;height:6px;width:24px}.top-menus__indicator__line{margin:0 auto;width:100%;height:6px;background:#113264;border-radius:6px}.top-menus__user{display:flex;align-items:center;justify-content:center;gap:8px;text-align:center}.top-menus__register-dropdown{position:relative;display:inline-flex;align-items:center}.top-menus__register-dropdown-item{height:30px;line-height:30px;font-size:14px;font-weight:500;cursor:pointer;-webkit-user-select:none;user-select:none;color:#0b0d12;border-radius:4px}.top-menus__register-dropdown-item:hover{background:#00000014}.top-menus__register-dropdown-item--academic,.top-menus__register-dropdown-item--industrial{color:#0b0d12}@media (max-width: 1100px){.top-menus{padding:0 18px;min-height:56px;display:flex;justify-content:space-between}.top-menus__logo svg:first-child{width:120px;height:14px}.top-menus__menu,.top-menus__user{display:none}.top-menus__mobile-trigger{display:flex;align-items:center;cursor:pointer;margin-left:auto}.top-menus__mobile-trigger .top-menus__hamburger{width:28px;height:3px;background:#0b0d12;border-radius:2px;position:relative;display:inline-block;margin:10px 0}.top-menus__mobile-trigger .top-menus__hamburger:before,.top-menus__mobile-trigger .top-menus__hamburger:after{content:"";position:absolute;left:0;width:28px;height:3px;background:#0b0d12;border-radius:2px;transition:.2s}.top-menus__mobile-trigger .top-menus__hamburger:before{top:-8px}.top-menus__mobile-trigger .top-menus__hamburger:after{top:8px}.top-menus__drawer{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;display:flex}.top-menus__drawer .top-menus__drawer-mask{position:absolute;top:0;left:0;width:100vw;height:100vh;background:#fff}.top-menus__drawer .top-menus__drawer-content{position:absolute;top:0;right:0;width:100vw;max-width:600px;height:100vh;background:#f6f6f6;display:flex;flex-direction:column;padding:15px;animation:drawer-slide-in .25s cubic-bezier(.4,0,.2,1);color:#fff}.top-menus__drawer .top-menus__drawer-content .top-menus__drawer-header{text-align:right;padding-right:15px}.top-menus__drawer .top-menus__drawer-content .top-menus__drawer-header img{width:20px;height:20px;cursor:pointer}.top-menus__drawer .top-menus__drawer-content .top-menus__drawer-item{position:relative;font-size:16px;padding:16px 0;border-bottom:1px solid;cursor:pointer;letter-spacing:.02em;transition:color .2s,background .2s;background:transparent;text-decoration:none;color:#0b0d12;display:block;width:100%}.top-menus__drawer .top-menus__drawer-content .top-menus__drawer-item:last-child{border-bottom:none}.top-menus__drawer .top-menus__drawer-content .top-menus__drawer-item.active{font-weight:700;background:linear-gradient(90deg,#113264,#f054de);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:flex;align-items:center;gap:6px}.top-menus__drawer .top-menus__drawer-content .top-menus__drawer-item .top-menus__drawer-item-pointer{width:14px;height:14px;flex-shrink:0}.top-menus__drawer .top-menus__drawer-content .top-menus__drawer-item:hover{font-weight:600}.top-menus__drawer .top-menus__drawer-content .top-menus__drawer-item.disabled{opacity:.4;cursor:not-allowed;pointer-events:auto}.top-menus__drawer .top-menus__drawer-content .top-menus__drawer-item:after{content:"";height:1px;display:block;position:absolute;bottom:-1px;left:0;width:100%;background:linear-gradient(124.08deg,#113264 .56%,#f054de 99.44%)}.top-menus__drawer .top-menus__drawer-content .top-menus__content{padding:15px}.top-menus__drawer .top-menus__drawer-content .top-menus__content a{color:#fff;display:block}@keyframes drawer-slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}}.layout{background-color:#fff;min-height:100vh}.violation-dialog .t-dialog__header-content{padding:1.5em 0 0 1em}.violation-dialog .t-dialog__confirm{margin:0 48px 1.5em 0}.violation-dialog .t-button--theme-primary{--td-button-border-radius: 20px;width:117px;height:40px;border-radius:var(--td-button-border-radius);color:#fff;font-size:14px;font-weight:600}.violation-dialog p{margin:8px 0}.violation-dialog .warn-header,.violation-dialog .warn-body{font-size:16px;font-weight:300;line-height:1.8;margin-bottom:1.4em}.violation-dialog .warn-footer{font-size:16px;font-weight:300;line-height:1.4}.violation-dialog .warn-footer{text-align:right}@media screen and (max-width: 768px){.violation-dialog .t-dialog__confirm{margin:20px}.violation-dialog .warn-header,.violation-dialog .warn-body,.violation-dialog .warn-footer{font-size:14px;font-weight:300;line-height:1.6;margin-bottom:1.2em}}.footer-2025{background-color:#1a1a1a;color:#fff;padding:20px;display:flex;flex-wrap:wrap;width:100%;justify-content:center}.footer-2025 .footer-top-2025{display:flex;padding:2rem 0}.footer-2025 .footer-top-2025 .footer-top-container-2025{max-width:1280px;width:100%;flex:1 1 auto;display:flex;justify-content:space-between}.footer-2025 .footer-top-2025 .footer-top-container-2025 .t-descriptions__body.t-size-s>tbody>tr>td{padding-left:0;padding-right:0}.footer-2025 .footer-bottom-2025{width:100%;border-top:1px solid #333;padding:2rem 0;font-size:12px;display:flex;justify-content:center}.footer-2025 .footer-bottom-2025 .footer-bottom-container-2025{max-width:1280px;display:flex;flex:1 1 auto;justify-content:space-between}.footer-2025 .footer-bottom-2025 .footer-languages-2025{margin-top:10px}.footer-2025 .footer-bottom-2025 .footer-languages-2025 span{cursor:pointer;color:#646cff}.footer-2025 .footer-bottom-2025 .footer-languages-2025 span:hover{text-decoration:underline}.footer-2025 .footer-divider-2025{border:1px solid rgba(255,255,255,.15);height:100%;margin:0 54px}.footer-2025 .footer-email-2025{font-size:12px;margin-top:16px}@media screen and (max-width: 768px){.footer-2025 .footer-email-2025{font-size:1rem}}.footer-2025 .footer-qr-2025{display:flex;font-size:12px;gap:10px;justify-content:space-between;text-align:left}@media screen and (max-width: 768px){.footer-2025 .footer-qr-2025{flex-wrap:wrap;justify-content:flex-start}}.footer-2025 .footer-qr-2025 .footer-qr-text-2025{display:inline-block;width:96px}@media screen and (max-width: 768px){.footer-2025 .footer-qr-2025 .footer-qr-text-2025{font-size:14px;max-width:100%}}.footer-2025 .footer-qr-2025 .footer-qr-wecom-2025,.footer-2025 .footer-qr-2025 .footer-qr-gzh-2025{display:inline-flex;flex-wrap:nowrap;gap:8px;align-items:flex-end}.footer-2025 .footer-qr-img-2025{width:80px;height:80px;flex:0 0 auto;border-radius:4px}@media screen and (max-width: 768px){.footer-2025 .footer-qr-img-2025{width:100px;height:100px}}.footer-2025-logo.t-image__wrapper{background:transparent}.top-menus-2025{width:100%;background:#07070d;box-shadow:0 2px 8px #0000000a;display:flex;align-items:center;justify-content:space-between;padding:8px 32px;z-index:100;font-family:PingFang SC,Microsoft YaHei,Arial,sans-serif;min-height:64px}.top-menus-2025__logo{display:flex;align-items:center}.top-menus-2025__logo img{-webkit-user-drag:none;user-drag:none;-moz-user-select:none;-webkit-user-select:none;user-select:none;height:25px;width:auto}.top-menus-2025__menu{display:flex;align-items:center;position:relative;gap:32px;height:64px}.top-menus-2025__item{position:relative;font-size:16px;font-weight:400;color:#fff;padding:0 8px;cursor:pointer;transition:color .2s;text-align:center}.top-menus-2025__item:hover,.top-menus-2025__item.active{color:#fff;text-shadow:.3px 0 currentColor,-.3px 0 currentColor}.top-menus-2025__indicator{position:absolute;bottom:0;height:4px}.top-menus-2025__indicator__line{margin:0 auto;width:24px;height:4px;background:linear-gradient(135deg,#709fff,#fff 48%,#ff7ac3);border-radius:4px}.top-menus-2025__user{display:flex;align-items:center;gap:12px;text-align:center}.top-menus-2025__user span{cursor:pointer}.top-menus-2025__user span:hover{color:#fff}.top-menus-2025__btn{display:inline-block;min-width:80px;height:36px;line-height:36px;border-radius:24px!important;text-align:center;font-size:16px;font-weight:500;padding:0 16px!important;margin-left:8px;cursor:pointer;text-decoration:none;transition:background .2s,color .2s}.top-menus-2025__btn--register{color:#fff;border:none;position:relative}.top-menus-2025__btn--login{background:#fff;color:#222}.top-menus-2025__btn:hover{opacity:.85}@media (max-width: 1000px){.top-menus-2025{padding:0 16px;min-height:56px}.top-menus-2025__menu,.top-menus-2025__user{display:none}.top-menus-2025__mobile-trigger{display:flex;align-items:center;cursor:pointer;margin-left:auto}.top-menus-2025__mobile-trigger .top-menus-2025__hamburger{width:28px;height:3px;background:#fff;border-radius:2px;position:relative;display:inline-block;margin:10px 0}.top-menus-2025__mobile-trigger .top-menus-2025__hamburger:before,.top-menus-2025__mobile-trigger .top-menus-2025__hamburger:after{content:"";position:absolute;left:0;width:28px;height:3px;background:#fff;border-radius:2px;transition:.2s}.top-menus-2025__mobile-trigger .top-menus-2025__hamburger:before{top:-8px}.top-menus-2025__mobile-trigger .top-menus-2025__hamburger:after{top:8px}.top-menus-2025__drawer{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;display:flex}.top-menus-2025__drawer .top-menus-2025__drawer-mask{position:absolute;top:0;left:0;width:100vw;height:100vh;background:#0000004d}.top-menus-2025__drawer .top-menus-2025__drawer-content{position:absolute;top:0;right:0;width:100vw;max-width:600px;height:100vh;background:#161616;display:flex;flex-direction:column;padding:15px;animation:drawer-slide-in .25s cubic-bezier(.4,0,.2,1);color:#fff}.top-menus-2025__drawer .top-menus-2025__drawer-content .top-menus-2025__content{padding:15px}.top-menus-2025__drawer .top-menus-2025__drawer-content .top-menus-2025__content a{color:#fff;display:block}.top-menus-2025__drawer .top-menus-2025__drawer-content .top-menus-2025__drawer-item{position:relative;font-size:16px;padding:16px 0;border-bottom:1px solid;cursor:pointer;letter-spacing:.02em;transition:color .2s,background .2s;background:transparent}.top-menus-2025__drawer .top-menus-2025__drawer-content .top-menus-2025__drawer-item:last-child{border-bottom:none}.top-menus-2025__drawer .top-menus-2025__drawer-content .top-menus-2025__drawer-item.active{font-weight:700}.top-menus-2025__drawer .top-menus-2025__drawer-content .top-menus-2025__drawer-item:after{content:"";height:1px;display:block;background:red;position:absolute;bottom:-1px;left:0;width:100%;background:linear-gradient(288.59deg,#4994ff 2.21%,#fff 48.16%,#ff29a1 97.79%)}.top-menus-2025__drawer .top-menus-2025__drawer-content .top-menus-2025__drawer-item:hover{font-weight:600}.top-menus-2025__drawer .top-menus-2025__drawer-content .top-menus-2025__drawer-header{text-align:right}.top-menus-2025__drawer .top-menus-2025__drawer-content .top-menus-2025__drawer-header img{width:20px;height:20px}@keyframes drawer-slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}}.layout2025{background-color:#000;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;font-size:16px;line-height:1.5;color:#ffffffde;background-color:#fff;min-height:100vh;background-size:100%;margin:0}@font-face{font-family:HYYakuHei;src:url(//fe-static-1258344696.cos.accelerate.myqcloud.com/algo_fe_prod/assets/HYYakuHei-55W-BlRyLwql.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:HYYakuHei;src:url(//fe-static-1258344696.cos.accelerate.myqcloud.com/algo_fe_prod/assets/HYYakuHei-75W--OrYrGNO.ttf) format("truetype");font-weight:700;font-display:swap}@font-face{font-family:Jersey25;src:url(//fe-static-1258344696.cos.accelerate.myqcloud.com/algo_fe_prod/assets/Jersey25-Regular-Be751vGQ.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:PingFang SC;src:url(//fe-static-1258344696.cos.accelerate.myqcloud.com/algo_fe_prod/assets/pingfang-sc-regular-DVIdkTP3.ttf) format("truetype");font-weight:400;font-display:swap}div{box-sizing:border-box}a{color:#0052d9;text-decoration:none;transition:color .3s ease}a:hover{color:#535bf2}button{border:none;background:none;cursor:pointer;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 16px}.clip-pixel.leftBottom{clip-path:polygon(0 0,0 calc(100% - 16px),4px calc(100% - 16px),4px calc(100% - 8px),8px calc(100% - 8px),8px 100%,100% 100%,100% 0,0 0)}.clip-pixel.rightTop{clip-path:polygon(0 0,0 100%,100% 100%,100% 16px,calc(100% - 4px) 16px,calc(100% - 4px) 8px,calc(100% - 8px) 8px,calc(100% - 8px) 0,0 0)}.clip-pixel.both{clip-path:polygon(0 0,0 calc(100% - 16px),4px calc(100% - 16px),4px calc(100% - 8px),8px calc(100% - 8px),8px 100%,100% 100%,100% 16px,calc(100% - 4px) 16px,calc(100% - 4px) 8px,calc(100% - 8px) 8px,calc(100% - 8px) 0,0 0)}.clip-pixel-mini.leftBottom{clip-path:polygon(0 0,0 calc(100% - 12px),3px calc(100% - 12px),3px calc(100% - 6px),6px calc(100% - 6px),6px 100%,100% 100%,100% 0,0 0)}.clip-pixel-mini.rightTop{clip-path:polygon(0 0,0 100%,100% 100%,100% 12px,calc(100% - 3px) 12px,calc(100% - 3px) 6px,calc(100% - 6px) 6px,calc(100% - 6px) 0,0 0)}.clip-pixel-mini.both{clip-path:polygon(0 0,0 calc(100% - 12px),3px calc(100% - 12px),3px calc(100% - 6px),6px calc(100% - 6px),6px 100%,100% 100%,100% 12px,calc(100% - 3px) 12px,calc(100% - 3px) 6px,calc(100% - 6px) 6px,calc(100% - 6px) 0,0 0)}.clip-pixel-small.leftBottom{clip-path:polygon(0 0,0 calc(100% - 24px),6px calc(100% - 24px),6px calc(100% - 12px),12px calc(100% - 12px),12px 100%,100% 100%,100% 0,0 0)}.clip-pixel-small.rightTop{clip-path:polygon(0 0,0 100%,100% 100%,100% 24px,calc(100% - 6px) 24px,calc(100% - 6px) 12px,calc(100% - 12px) 12px,calc(100% - 12px) 0,0 0)}.clip-pixel-small.both{clip-path:polygon(0 0,0 calc(100% - 24px),6px calc(100% - 24px),6px calc(100% - 12px),12px calc(100% - 12px),12px 100%,100% 100%,100% 24px,calc(100% - 6px) 24px,calc(100% - 6px) 12px,calc(100% - 12px) 12px,calc(100% - 12px) 0,0 0)}.clip-pixel-medium.leftBottom{clip-path:polygon(0 0,0 calc(100% - 32px),8px calc(100% - 32px),8px calc(100% - 16px),16px calc(100% - 16px),16px 100%,100% 100%,100% 0,0 0)}.clip-pixel-medium.rightTop{clip-path:polygon(0 0,0 100%,100% 100%,100% 32px,calc(100% - 8px) 32px,calc(100% - 8px) 16px,calc(100% - 16px) 16px,calc(100% - 16px) 0,0 0)}.clip-pixel-medium.both{clip-path:polygon(0 0,0 calc(100% - 32px),8px calc(100% - 32px),8px calc(100% - 16px),16px calc(100% - 16px),16px 100%,100% 100%,100% 32px,calc(100% - 8px) 32px,calc(100% - 8px) 16px,calc(100% - 16px) 16px,calc(100% - 16px) 0,0 0)}.clip-pixel-large.leftBottom{clip-path:polygon(0 0,0 calc(100% - 64px),16px calc(100% - 64px),16px calc(100% - 32px),32px calc(100% - 32px),32px 100%,100% 100%,100% 0,0 0)}.clip-pixel-large.rightTop{clip-path:polygon(0 0,0 100%,100% 100%,100% 64px,calc(100% - 16px) 64px,calc(100% - 16px) 32px,calc(100% - 32px) 32px,calc(100% - 32px) 0,0 0)}.clip-pixel-large.both{clip-path:polygon(0 0,0 calc(100% - 64px),16px calc(100% - 64px),16px calc(100% - 32px),32px calc(100% - 32px),32px 100%,100% 100%,100% 64px,calc(100% - 16px) 64px,calc(100% - 16px) 32px,calc(100% - 32px) 32px,calc(100% - 32px) 0,0 0)}.pixel-border{border:30px solid transparent;border-image-source:url("data:image/svg+xml,%3csvg%20width='1200'%20height='560'%20viewBox='0%200%201200%20560'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_365_103487'%20fill='white'%3e%3cpath%20d='M0%20512H16V534H31V560H0V512ZM1168%2032H1183V64H1200V560H63V528H48V502H32V480H0V0H1168V32Z'/%3e%3c/mask%3e%3cpath%20d='M0%20512V511H-1V512H0ZM16%20512H17V511H16V512ZM16%20534H15V535H16V534ZM31%20534H32V533H31V534ZM31%20560V561H32V560H31ZM0%20560H-1V561H0V560ZM1168%2032H1167V33H1168V32ZM1183%2032H1184V31H1183V32ZM1183%2064H1182V65H1183V64ZM1200%2064H1201V63H1200V64ZM1200%20560V561H1201V560H1200ZM63%20560H62V561H63V560ZM63%20528H64V527H63V528ZM48%20528H47V529H48V528ZM48%20502H49V501H48V502ZM32%20502H31V503H32V502ZM32%20480H33V479H32V480ZM0%20480H-1V481H0V480ZM0%200V-1H-1V0H0ZM1168%200H1169V-1H1168V0ZM0%20512V513H16V512V511H0V512ZM16%20512H15V534H16H17V512H16ZM16%20534V535H31V534V533H16V534ZM31%20534H30V560H31H32V534H31ZM31%20560V559H0V560V561H31V560ZM0%20560H1V512H0H-1V560H0ZM1168%2032V33H1183V32V31H1168V32ZM1183%2032H1182V64H1183H1184V32H1183ZM1183%2064V65H1200V64V63H1183V64ZM1200%2064H1199V560H1200H1201V64H1200ZM1200%20560V559H63V560V561H1200V560ZM63%20560H64V528H63H62V560H63ZM63%20528V527H48V528V529H63V528ZM48%20528H49V502H48H47V528H48ZM48%20502V501H32V502V503H48V502ZM32%20502H33V480H32H31V502H32ZM32%20480V479H0V480V481H32V480ZM0%20480H1V0H0H-1V480H0ZM0%200V1H1168V0V-1H0V0ZM1168%200H1167V32H1168H1169V0H1168Z'%20fill='%2385888F'%20style='fill:%2385888F;fill:color(display-p3%200.5216%200.5333%200.5608);fill-opacity:1;'%20mask='url(%23path-1-inside-1_365_103487)'/%3e%3c/svg%3e");border-image-slice:66 34 81 65 fill;border-image-repeat:repeat}.pixel-border-small{border:15px solid transparent;border-image-source:url("data:image/svg+xml,%3csvg%20width='540'%20height='140'%20viewBox='0%200%20540%20140'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_365_111330'%20fill='white'%3e%3cpath%20d='M532%208H536V16H540V140H8V132H4V124H0V0H532V8Z'/%3e%3c/mask%3e%3cpath%20d='M532%208H531V9H532V8ZM536%208H537V7H536V8ZM536%2016H535V17H536V16ZM540%2016H541V15H540V16ZM540%20140V141H541V140H540ZM8%20140H7V141H8V140ZM8%20132H9V131H8V132ZM4%20132H3V133H4V132ZM4%20124H5V123H4V124ZM0%20124H-1V125H0V124ZM0%200V-1H-1V0H0ZM532%200H533V-1H532V0ZM532%208V9H536V8V7H532V8ZM536%208H535V16H536H537V8H536ZM536%2016V17H540V16V15H536V16ZM540%2016H539V140H540H541V16H540ZM540%20140V139H8V140V141H540V140ZM8%20140H9V132H8H7V140H8ZM8%20132V131H4V132V133H8V132ZM4%20132H5V124H4H3V132H4ZM4%20124V123H0V124V125H4V124ZM0%20124H1V0H0H-1V124H0ZM0%200V1H532V0V-1H0V0ZM532%200H531V8H532H533V0H532Z'%20fill='%2385888F'%20style='fill:%2385888F;fill:color(display-p3%200.5216%200.5333%200.5608);fill-opacity:1;'%20mask='url(%23path-1-inside-1_365_111330)'/%3e%3c/svg%3e");border-image-slice:18 fill;border-image-repeat:repeat}.pixel-border-small-error{border:15px solid transparent;border-image-source:url("data:image/svg+xml,%3csvg%20width='540'%20height='140'%20viewBox='0%200%20540%20140'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_365_111392'%20fill='white'%3e%3cpath%20d='M532%208H536V16H540V140H8V132H4V124H0V0H532V8Z'/%3e%3c/mask%3e%3cpath%20d='M532%208H531V9H532V8ZM536%208H537V7H536V8ZM536%2016H535V17H536V16ZM540%2016H541V15H540V16ZM540%20140V141H541V140H540ZM8%20140H7V141H8V140ZM8%20132H9V131H8V132ZM4%20132H3V133H4V132ZM4%20124H5V123H4V124ZM0%20124H-1V125H0V124ZM0%200V-1H-1V0H0ZM532%200H533V-1H532V0ZM532%208V9H536V8V7H532V8ZM536%208H535V16H536H537V8H536ZM536%2016V17H540V16V15H536V16ZM540%2016H539V140H540H541V16H540ZM540%20140V139H8V140V141H540V140ZM8%20140H9V132H8H7V140H8ZM8%20132V131H4V132V133H8V132ZM4%20132H5V124H4H3V132H4ZM4%20124V123H0V124V125H4V124ZM0%20124H1V0H0H-1V124H0ZM0%200V1H532V0V-1H0V0ZM532%200H531V8H532H533V0H532Z'%20fill='%23FF0000'%20style='fill:%23FF0000;fill:color(display-p3%201.0000%200.0000%200.0000);fill-opacity:1;'%20mask='url(%23path-1-inside-1_365_111392)'/%3e%3c/svg%3e");border-image-slice:18 fill;border-image-repeat:repeat}@font-face{font-family:DINAlternate-Bold;src:url(https://7975-yunxuan-wxapp-cloud-mini-e048ad0-1326409025.tcb.qcloud.la/images/DINAlternate-Bold.woff?sign=9181e12db7f6c57f81e156f8c4ccd9ec&t=1718591392) format("woff")}.custom-btn{padding:0 16px;height:36px;font-size:16px;border-radius:100px;background:transparent;display:inline-flex;align-items:center;justify-content:center;transition:opacity .2s}.custom-btn--size-small{padding:0 12px;height:24px;font-size:14px}.custom-btn:hover{cursor:pointer;opacity:.8;transition:all .3s ease}.custom-btn:hover:disabled{cursor:not-allowed}.custom-btn__text{position:relative;z-index:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-btn--disabled{border:2px solid #444;color:#444;background:transparent;opacity:.7}.custom-btn--disabled:hover{cursor:not-allowed}.custom-btn--gradient{background:linear-gradient(108.59deg,#ff7ac3 2.21%,#fff 48.16%,#709fff 97.79%);color:#111}.custom-btn--outline{color:#fff;border:1px solid transparent;background:linear-gradient(to right,#07070d,#07070d) padding-box,linear-gradient(108.59deg,#ff7ac3 2.21%,#fff 48.16%,#709fff 97.79%) border-box}.custom-btn--red{color:#ff6a5e;font-weight:500;cursor:pointer;background:transparent;border:1px solid #ff6a5e;border-radius:999px;padding:4px 8px;text-decoration:none;transition:background .2s,color .2s,border-color .2s;line-height:1;display:inline-block}.custom-btn--red:hover{background:#ff6a5e14;color:#ff3b2f;border-color:#ff3b2f}.custom-btn--blue{color:#006aff;font-weight:500;cursor:pointer;background:transparent;border:1px solid #006aff;border-radius:999px;padding:4px 8px;text-decoration:none;transition:background .2s,color .2s,border-color .2s;line-height:1;display:inline-block}.custom-btn--blue:hover{background:#ff6a5e14;color:#003cff;border-color:#003cff}.team-dialog-content{display:flex;flex-direction:column;align-items:start;color:#0b0d12;padding-bottom:20px}.team-dialog-content .team-dialog-title{font-family:Jersey25;font-weight:400;margin:12px 0}.team-dialog-content .team-dialog-close{cursor:pointer;position:absolute;top:12px;right:0;width:20px;height:20px;object-fit:contain}.team-dialog-content .team-rules{padding-left:20px;line-height:26px;font-family:PingFang SC}.team-dialog-content .team-format-rules{position:relative;padding:10px 0 10px 32px}.team-dialog-content .team-format-rules:before{position:absolute;content:"";background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.7073%2011.2929L16.9499%207.05027L18.3641%208.46448L16.9499%209.87869L18.3641%2011.2929L16.9499%2012.7071L18.3641%2014.1213L16.9499%2015.5355L18.3641%2016.9498L16.9499%2018.364L15.5357%2016.9498L14.1215%2018.364L12.7073%2016.9498L11.293%2018.364L9.87884%2016.9498L8.46462%2018.364L7.05041%2016.9498L11.293%2012.7071L5.6362%207.05027L7.05041%205.63605L12.7073%2011.2929Z'%20fill='%230B0D12'%20style='fill:%230B0D12;fill:color(display-p3%200.0431%200.0510%200.0706);fill-opacity:1;'/%3e%3c/svg%3e");width:24px;height:24px;left:0;top:50%;transform:translateY(-50%)}.team-dialog-content p{margin-top:10px;color:#888}.team-dialog-content ol{margin-left:18px;color:#888}.team-dialog-content .dialog-actions{margin-top:20px;display:flex;gap:20px;width:100%;justify-content:center}.team-dialog-content .dialog-actions .custom-btn{width:100%;border-radius:unset;color:#fff;background:#85888f}.team-dialog-content .team-form{width:100%;margin-top:20px}.team-dialog-content .team-form .form__item{margin-bottom:20px}.team-dialog-content .team-form .t-form__label{color:#999;font-size:15px;margin-bottom:8px}.team-dialog-content .team-form .t-input,.team-dialog-content .team-form .t-textarea,.team-dialog-content .team-form .t-textarea__inner{border:1px solid #dcdcdc;background:#fff;position:relative;box-sizing:border-box;box-shadow:unset;border-radius:unset}.team-dialog-content .team-form .t-input.t-is-focused.t-input--focused:before,.team-dialog-content .team-form .t-textarea.t-is-focused.t-input--focused:before,.team-dialog-content .team-form .t-textarea__inner.t-is-focused.t-input--focused:before{display:none}.team-dialog-content .team-form .t-input.t-is-focused.t-input--focused:after,.team-dialog-content .team-form .t-textarea.t-is-focused.t-input--focused:after,.team-dialog-content .team-form .t-textarea__inner.t-is-focused.t-input--focused:after{display:none}.team-dialog-content .team-form .t-input:hover,.team-dialog-content .team-form .t-textarea:hover,.team-dialog-content .team-form .t-textarea__inner:hover{background:#fff;border:1px solid #0b0d12}.team-dialog-content .team-form .t-textarea__inner,.team-dialog-content .team-form .t-textarea__inner:hover{border:unset}.team-dialog-content .team-form .t-input-suffix{border:1px solid red}.team-dialog-content .team-form input,.team-dialog-content .team-form textarea{color:#0b0d12}.team-dialog-content .team-form input::placeholder{color:#85888f}.cv-dialog-content{display:flex;flex-direction:column;align-items:start;color:#fff;gap:20px 10px}.cv-dialog-content .cv-dialog-title{font-size:32px;font-family:Jersey25;font-weight:400}.cv-dialog-content .cv-dialog-close{cursor:pointer;position:absolute;top:40px;right:40px;width:20px;height:20px;object-fit:contain}.cv-dialog-content .cv-uploader{width:100%}.cv-dialog-content .cv-uploader-container{background:#f6f6f6;display:flex;padding:12px 24px;align-items:center;min-height:100px;color:#0b0d12}.cv-dialog-content .cv-uploader-icon{flex-shrink:0;width:48px;height:48px;margin-right:24px;display:flex;align-items:center;justify-content:center;color:#fff9;background:#ffffff0d}.cv-dialog-content .cv-uploader-icon svg{width:32px;height:32px}.cv-dialog-content .cv-uploader-content{flex:1;display:flex;flex-direction:column;justify-content:center}.cv-dialog-content .cv-uploader-text{color:#0b0d12;font-size:14px;margin-bottom:10px}.cv-dialog-content .cv-uploader-action{display:flex;gap:6px}.cv-dialog-content .cv-uploader-action .choose-file_wrap{display:flex;align-items:center;gap:8px}.cv-dialog-content .cv-uploader-action .choose-file_wrap>span{cursor:pointer;color:transparent;background:linear-gradient(90deg,#113264,#f054de);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cv-dialog-content .cv-uploader-action a{font-size:16px;font-weight:500;text-decoration:underline;cursor:pointer}.cv-dialog-content .cv-uploader-action a:hover{color:#ffffffe6}.cv-dialog-content .cv-uploader-input{display:none}.cv-dialog-content .cv-uploader-selected{display:flex;align-items:center;justify-content:space-between;width:100%}.cv-dialog-content .cv-uploader-filename{color:#fff;font-size:16px;font-weight:500;word-break:break-all;text-decoration:underline}.cv-dialog-content .cv-uploader-delete{background:transparent;border:none;color:#ff4d4f;cursor:pointer;padding:2px 8px;font-size:14px;text-align:center;border:1px solid #ff4d4f;white-space:nowrap;margin-left:12px}.cv-dialog-content .cv-uploader-delete:hover{background-color:#ff4d4f1a}.cv-dialog-content .dialog-actions{display:flex;gap:20px;width:100%;justify-content:center}.cv-dialog-content .dialog-actions .custom-btn{flex:1;border-radius:unset;font-family:PingFang SC}.cv-dialog-content .dialog-actions .custom-btn:nth-child(1){color:#fff;background:#0b0d12}.cv-dialog-content .dialog-actions .custom-btn:nth-child(2){color:#0b0d12;background:#e6e8ef}.invite-code-container{display:flex;flex-direction:column;align-items:center;color:#0b0d12;min-height:300px;width:100%;font-family:Jersey25;font-weight:400}.invite-code-title{width:100%;font-size:32px;line-height:44px;color:#0b0d12;margin-bottom:1rem;text-align:left;font-family:Jersey25;font-weight:400;padding-right:20px}.invite-code-close{cursor:pointer;position:absolute;top:48px;right:40px;width:20px;height:20px;object-fit:contain}.invite-code-description{width:100%;text-align:left;margin-bottom:12px;color:#85888f;font-family:PingFang SC}.invite-code-code-container{margin-top:12px;width:100%;max-width:600px;overflow:hidden;position:relative;transition:all .3s ease}.invite-code-code-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.invite-code-code{display:flex;justify-content:center;align-items:center;border:solid 1px rgb(64,64,64);border-radius:10px;padding:1rem;min-height:140px;line-height:40px;font-size:36px;text-align:center;width:100%;box-sizing:border-box;outline:none;transition:all .3s ease;background:linear-gradient(90deg,#113264,#f054de);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.invite-code-code.error{transition:none}.invite-code-code:empty:before{content:"Please enter invitation code";text-align:center;font-size:32px;color:#0b0d12!important;-webkit-text-fill-color:currentColor}.invite-code-code::placeholder{color:#0b0d12!important;font-size:16px;font-weight:300}.invite-code-code[readonly]{cursor:default}.invite-code-member-container{padding:10px;background-color:#f5f5f5;max-width:600px;width:100%;overflow:hidden;position:relative;transition:all .3s ease;margin-top:20px}.invite-code-member-container .memeber-count{display:flex;justify-content:center;font-weight:300;font-size:16px;color:gray;margin-bottom:10px}.invite-code-member-container .memeber-count .danger{color:#d54941}.invite-code-member-container .memeber-count span{margin:0 8px;vertical-align:middle}.invite-code-member-container .member-list{padding:30px 20px;display:flex;flex-direction:row;align-items:center;justify-content:space-around}.invite-code-member-container .member-list .invite-code-member{gap:8px;display:flex;flex-direction:column;align-items:center;position:relative;padding:4px}.invite-code-member-container .member-list .invite-code-member .badge{position:absolute;top:-4px;right:-12px;z-index:2;height:20px;width:20px;display:flex;justify-content:center;align-items:center}.invite-code-buttons{width:80%;display:flex;gap:1.5rem;justify-content:center;align-items:center;padding:20px 10px 10px;font-family:PingFang SC}.invite-code-buttons .custom-btn{flex:1;border-radius:unset;background:unset;font-size:14px}.invite-code-buttons .custom-btn:nth-child(1){color:#fff;background-color:#0b0d12}.invite-code-buttons .custom-btn:nth-child(2){color:#0b0d12;background-color:#e6e8ef}@media screen and (max-width: 768px){.invite-code-container{padding:0rem}}.join-team-container{display:flex;flex-direction:column;align-items:center;color:#0b0d12;min-height:300px;width:100%;font-family:Jersey25;font-weight:400}.join-team-title{width:100%;font-size:32px;line-height:44px;color:#0b0d12;margin-bottom:1rem;text-align:left;font-family:Jersey25;font-weight:400;padding-right:32px}.join-team-close{cursor:pointer;position:absolute;top:48px;right:32px;width:20px;height:20px;object-fit:contain}.join-team-description{width:100%;text-align:left;margin-bottom:20px;color:#85888f;font-family:PingFang SC}.join-team-code-container{padding:10px;margin-top:24px;width:100%;max-width:600px;border-radius:10px;overflow:hidden;position:relative;transition:all .3s ease}.join-team-code-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.error{border:solid 1px red}.join-team-code{position:relative;caret-color:#0b0d12;font-family:Jersey25;font-weight:400;resize:none;text-decoration:none;overflow:hidden;field-sizing:content;padding:1rem;min-height:140px;font-size:36px;text-align:center;color:transparent;width:100%;box-sizing:border-box;outline:none;transition:all .3s ease;background:linear-gradient(90deg,#113264,#f054de);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:40px}.join-team-code.error{transition:none}.join-team-code::placeholder{padding:20px;font-size:16px;font-family:PingFang SC;color:#0b0d12;background-clip:unset;-webkit-background-clip:unset;-webkit-text-fill-color:black}.join-team-code[readonly]{cursor:default}.join-team-member-container{padding:10px;background-color:#f5f5f5;max-width:600px;width:100%;overflow:hidden;position:relative;transition:all .3s ease;margin-top:20px}.join-team-member-container .memeber-count{display:flex;justify-content:center;flex-wrap:wrap;font-weight:300;font-size:16px;color:gray;margin-bottom:10px}.join-team-member-container .memeber-count .danger{color:#d54941}.join-team-member-container .memeber-count span{margin:0 8px;vertical-align:middle}.join-team-member-container .member-list{padding:30px 20px;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-around}.join-team-member-container .member-list .join-team-member{flex:1;gap:8px;display:flex;flex-direction:column;align-items:center;position:relative;padding:4px}.join-team-member-container .member-list .join-team-member .badge{position:absolute;top:-2px;right:-2px;z-index:2;height:20px;width:20px;border-radius:50%;display:flex;justify-content:center;align-items:center}.join-team-buttons{width:100%;display:flex;gap:1.5rem;justify-content:center;align-items:center;padding:10px;font-family:PingFang SC}.join-team-buttons .custom-btn{flex:1;border-radius:unset;background:unset;font-size:14px}.join-team-buttons .custom-btn:nth-child(1){color:#fff;background-color:#0b0d12}.join-team-buttons .custom-btn:nth-child(2){color:#0b0d12;background-color:#e6e8ef}@media screen and (max-width: 768px){.join-team-container{padding:0rem}}.t-dialog{background:#fff!important;border-radius:unset!important}.section-header{display:flex;justify-content:space-between;align-items:center;gap:20px;height:30px}.section-header hr{flex:1;height:1px;border:none;background:linear-gradient(90deg,#8f41e9cc,#578aefcc)}@media screen and (max-width: 768px){.section-header h1{font-size:1.4em;font-weight:400}}.step-container{position:relative;width:100%;padding-top:40px}.step-container .step-grid{position:relative;display:flex;justify-content:space-between;width:100%;max-width:1200px;margin:0 auto;gap:24px}.step-container .step-grid-item{width:200px;height:100%;display:flex;flex-direction:column;align-items:flex-start;position:relative;flex:1;font-family:PingFang SC}.step-container .step-grid-item .step-number_wrap{z-index:2;margin-left:32px}.step-container .step-grid-item .step-arrow{width:40px;height:40px;object-fit:contain;position:absolute;transform:translate(20px,30px);top:0;right:0;z-index:1}.step-container .step-grid-item .content{flex:1;width:100%;transform:translateY(-40px);position:relative;background:#f6f6f6;padding:80px 32px 20px;display:flex;flex-direction:column;justify-content:space-between}.step-container .step-grid-item .content .step-title{font-size:18px;font-weight:600;margin-bottom:16px;color:#0b0d12;font-family:PingFang SC}.step-container .step-grid-item .content .step-desc{color:#85888f;font-size:12px;line-height:1.5;width:100%;min-height:60px;margin-bottom:24px}.step-container .step-grid-item .content .step-warning{color:red}.step-container .step-grid-item .content .step-actions{display:flex;gap:12px;width:100%;margin-top:auto}.step-container .step-grid-item .content .step-actions .custom-btn{flex:1;overflow:hidden;border-radius:unset;background:#85888f;color:#fff;border:unset;font-family:PingFang SC;font-size:14px;padding:6px}.step-container .step-grid-item.isActive .content{background:#de5fd80d}.step-container .step-grid-item.isActive .content .step-actions .custom-btn{background:linear-gradient(90deg,#113264,#f054de)}.step-container .step-button{padding:8px 24px;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;border:none;transition:all .2s;background:linear-gradient(to right,#b2d7ff,#ffb6e6);color:#222}.step-container .step-button:hover{opacity:.9}.step-container .step-button-outline{background:transparent;border:1px solid rgba(255,255,255,.4);color:#fff}.step-container .step-button-outline:hover{background:#ffffff1a}.step-container .step-button-disabled{background:#ffffff1a;color:#ffffff80;cursor:not-allowed}.step-container .step-button-disabled:hover{opacity:1}@media screen and (max-width: 768px){.step-container .step-grid{display:flex;flex-direction:column;gap:0}.step-container .step-grid .step-grid-item{position:relative;width:100%;margin-bottom:24px;display:flex}.step-container .step-grid .step-grid-item .step-number_wrap{z-index:2;margin-left:32px}.step-container .step-grid .step-grid-item .step-arrow{position:absolute;transform:translate(-50%,20px) rotate(90deg);top:unset;right:unset;bottom:0;left:50%;z-index:1}.step-container .step-grid .step-grid-item .content{flex:1;padding:40px 32px 20px;background:#f6f6f6}.step-container .step-grid .step-grid-item .content .step-desc{min-height:unset}.step-container .step-grid .step-number{font-size:18px}}.switch-track-content{display:flex;flex-direction:column;align-items:start;color:#fff;gap:20px 10px;padding-bottom:20px}.switch-track-content .switch-track-title{color:#0b0d12;font-size:24px;font-family:Jersey25;font-weight:400;padding-right:32px}.switch-track-content .switch-track-close{cursor:pointer;position:absolute;top:43px;right:30px;width:16px;height:16px;object-fit:contain}.switch-track-content .switch-track-options{position:relative;width:100%;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.switch-track-content .switch-track-options .track-item{cursor:pointer;flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:space-around;padding:20px;gap:8px;background:#f6f6f6;border:1px solid transparent}.switch-track-content .switch-track-options .track-item img{width:48px;height:48px;object-fit:contain}.switch-track-content .switch-track-options .track-item p{color:#0b0d12;text-align:center}.switch-track-content .switch-track-options .track-item.isActive{background:#fdf7fd;border:1px solid transparent;border:1px solid;border-image:linear-gradient(90deg,#113264,#f054de) 1}.switch-track-content .switch-track-options .track-item.isActive p{background:linear-gradient(90deg,#113264,#f054de);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.switch-track-content .dialog-actions{display:flex;gap:20px;width:100%;justify-content:center}.switch-track-content .dialog-actions .custom-btn{flex:1;border-radius:unset;font-family:PingFang SC}.switch-track-content .dialog-actions .custom-btn:nth-child(1){color:#fff;background:#0b0d12}.switch-track-content .dialog-actions .custom-btn:nth-child(2){color:#0b0d12;background:#e6e8ef}.avatar-uploader{display:inline-block;width:max-content;position:relative;cursor:pointer}.avatar-uploader:after{content:"";position:absolute;bottom:2px;right:2px;background-color:#1677ff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34a.9959.9959 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z'/%3E%3C/svg%3E");background-size:60%;background-repeat:no-repeat;background-position:center;width:24px;height:24px;border-radius:50%;cursor:pointer;z-index:2}.avatar-uploader .t-avatar,.avatar-uploader .t-image__wrapper{background:transparent}
