*{-webkit-tap-highlight-color:transparent}body{margin:0;padding:0;border:0;touch-action:manipulation;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none}button,input,optgroup,select,textarea{font:inherit;color:inherit}ul,ol,li{list-style:none}img,button{border:0;outline:0}a{text-decoration:none;outline:0}table,tr,td{border-collapse:collapse}input,textarea{border:0;outline:0;-moz-appearance:auto;appearance:auto;-webkit-appearance:none}code,kbd,pre,samp{font-family:Menlo,Consolas}.all-border-box,.all-border-box *{box-sizing:border-box}[tabIndex="0"]:focus{outline:none}.tab-bar-layout{display:flex;flex-direction:column;width:min(100%,var(--app-viewport-width, 100%));max-width:100%;min-height:var(--app-viewport-height, 100dvh);height:var(--app-viewport-height, 100dvh);margin:0;background:#050506;overflow-x:clip}.tab-bar-layout__main{flex:1;width:100%;max-width:100%;min-height:0;overflow-y:auto;overflow-x:clip;-webkit-overflow-scrolling:touch;background:#050506}.tab-bar-layout__bar{flex-shrink:0;width:100%;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;background:#0b0b10;border-top:1px solid rgba(255,255,255,.08);padding:6px 8px calc(8px + constant(safe-area-inset-bottom));padding:6px 8px calc(8px + env(safe-area-inset-bottom,0px));box-sizing:border-box;z-index:20}@supports (-webkit-touch-callout: none){.tab-bar-layout{min-height:-webkit-fill-available;height:var(--app-viewport-height, -webkit-fill-available)}.tab-bar-layout__bar{padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))}}.tab-bar-layout__item{border:0;background:transparent;color:#ffffffe6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:44px;padding:2px 0 0}.tab-bar-layout__item.is-active{color:#007aff}.tab-bar-layout__icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;line-height:1}.tab-bar-layout__label{font-size:12px;line-height:1.1;font-weight:500}.arco-fade-enter{opacity:0}.arco-fade-enter-active{opacity:1;transition-property:opacity;transition-duration:var(--builtin-transition-fade-enter-duration, .3s )}.arco-fade-exit{opacity:1}.arco-fade-exit-active{opacity:0;transition-property:opacity;transition-duration:var(--builtin-transition-fade-exit-duration, .3s )}.arco-fade-exit-done{display:none}.arco-loading{display:inline-block;font-size:0;line-height:0;position:relative}.arco-loading .bg-color-with-config{background:#165dff}.arco-loading .stop-color-with-config{stop-color:#165dff}.arco-loading .fill-color-with-config{fill:#165dff}.arco-loading .stroke-color-with-config{stroke:#165dff}@keyframes changDeg{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.arco-loading.circle,.arco-loading.arc,.arco-loading.spin{animation:changDeg 1s infinite linear}.arco-loading.circle .loading-circle-middle{stop-opacity:.5}.arco-loading.circle .loading-circle-end{stop-opacity:0}.arco-loading.dot .dot-cell{display:inline-block;width:6PX;height:6PX;margin-left:.12rem}.arco-loading.dot .dot-cell:first-of-type{margin-left:0}.arco-loading.dot .dot-cell.filleted{border-radius:50%}.arco-loading.spin{height:.44rem;width:.44rem;position:relative}.arco-loading.spin .spin-cell{position:absolute;left:.2rem;top:.02rem;display:inline-block;height:.2rem;padding-bottom:.08rem;overflow:hidden;transform-origin:50% bottom}.arco-loading.spin .spin-cell-inner{display:inline-block;position:absolute;top:0;left:0;width:200%;transform:scale(.5);transform-origin:top left;height:.24rem}.arco-loading.arc .arc-bg{stroke:#e5e6eb}.arco-loading.line{width:100%}.arco-loading.line .loading-line-start,.arco-loading.line .loading-line-end{stop-color:#165dff}.arco-loading.line .loading-line-start{stop-opacity:0}.arco-theme-dark .arco-loading .bg-color-with-config{background:#3c7eff}.arco-theme-dark .arco-loading .stop-color-with-config{stop-color:#3c7eff}.arco-theme-dark .arco-loading .fill-color-with-config{fill:#3c7eff}.arco-theme-dark .arco-loading .stroke-color-with-config{stroke:#3c7eff}.arco-theme-dark .arco-loading.arc .arc-bg{stroke:#484849}.arco-theme-dark .arco-loading.line .loading-line-start,.arco-theme-dark .arco-loading.line .loading-line-end{stop-color:#3c7eff}.arco-toast-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1001;display:flex;justify-content:center;padding:0 .32rem}.arco-toast-wrapper.no-event{pointer-events:none}.arco-toast-wrapper.from-center{align-items:center}.arco-toast-wrapper.from-top{align-items:flex-start;padding-top:30%}.arco-toast-wrapper.from-bottom{align-items:flex-end;padding-bottom:30%}.arco-toast-inner{background:#000c;color:#fff;font-size:.32rem;line-height:.48rem;border-radius:.08rem;flex-direction:column;display:flex;align-items:center;justify-content:center;pointer-events:initial}.arco-toast-inner.horizontal{flex-direction:row;padding:.16rem .32rem}.arco-toast-inner.horizontal .arco-icon{flex:0 0 auto;font-size:.32rem}.arco-toast-inner.horizontal .arco-toast-loading-wrapper+.arco-toast-content,.arco-toast-inner.horizontal .arco-icon+.arco-toast-content{margin-left:.16rem}.arco-toast-inner.vertical{padding:.32rem}.arco-toast-inner.vertical .arco-icon{font-size:.48rem}.arco-toast-inner.vertical .arco-toast-loading-wrapper+.arco-toast-content,.arco-toast-inner.vertical .arco-icon+.arco-toast-content{margin-top:.16rem}.arco-toast-inner .arco-loading .bg-color-with-config{background:#fff}.arco-toast-inner .arco-loading .stop-color-with-config{stop-color:#fff}.arco-toast-inner .arco-loading .fill-color-with-config{fill:#fff}.arco-toast-inner .arco-loading .stroke-color-with-config{stroke:#fff}.arco-toast-inner .arco-loading.arc .arc-bg{stroke:#666}.arco-toast-loading-wrapper{display:flex;position:relative}.arco-toast-loading-inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.24rem}.arco-toast-content{width:100%;text-align:center;white-space:pre-line}.arco-theme-dark .arco-toast-inner{color:#ffffffe6}.arco-theme-dark .arco-toast-inner .arco-loading .bg-color-with-config{background:#ffffffe6}.arco-theme-dark .arco-toast-inner .arco-loading .stop-color-with-config{stop-color:#ffffffe6}.arco-theme-dark .arco-toast-inner .arco-loading .fill-color-with-config{fill:#ffffffe6}.arco-theme-dark .arco-toast-inner .arco-loading .stroke-color-with-config{stroke:#ffffffe6}.language-switcher{position:relative;display:inline-block;font-size:13px;z-index:20}.language-switcher__trigger{display:inline-flex;align-items:center;gap:5px;padding:4px 8px;border:1px solid rgba(0,0,0,.12);border-radius:7px;background:#fffffff2;color:#333;cursor:pointer;max-width:100%}.language-switcher__flag-wrap{flex-shrink:0;width:17px;height:17px;border-radius:50%;overflow:hidden;border:1px solid rgba(0,0,0,.1);background:#0000000a}.language-switcher__flag{width:100%;height:100%;object-fit:cover;display:block}.language-switcher__name{max-width:7.5em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.language-switcher__caret{font-size:9px;color:#666;margin-left:0;line-height:1}.language-switcher__menu{position:absolute;right:0;top:calc(100% + 5px);margin:0;padding:5px 0;list-style:none;min-width:188px;max-height:min(60vh,360px);overflow-y:auto;background:#fff;border-radius:12px;box-shadow:0 8px 28px #0000001f;border:1px solid rgba(0,0,0,.06);scrollbar-width:none;-ms-overflow-style:none}.language-switcher__menu::-webkit-scrollbar{display:none;width:0;height:0}.language-switcher__item{display:flex;align-items:center;gap:8px;width:100%;padding:7px 11px;border:none;background:transparent;text-align:left;cursor:pointer;color:#111;font-size:13px;line-height:1.35}.language-switcher__item:hover{background:#0000000a}.language-switcher__item--active{font-weight:600;background:#209cff14}.language-switcher__menu .language-switcher__flag-wrap{width:18px;height:18px}.language-switcher__label{flex:1}.language-switcher--auth .language-switcher__trigger{border:none;background:#1565c0;color:#fff;border-radius:8px;padding:5px 10px;gap:5px;box-shadow:0 2px 8px #1565c066}.language-switcher--auth .language-switcher__name{color:#fff;font-weight:500;font-size:13px}.language-switcher--auth .language-switcher__caret{color:#ffffffeb}.language-switcher--auth .language-switcher__flag-wrap{border-color:#ffffff73;background:#00000026}.language-switcher--auth .language-switcher__menu{border-radius:12px;padding:5px 0;min-width:196px;box-shadow:0 10px 32px #00000029}.language-switcher--auth .language-switcher__item{color:#111;font-weight:400;font-size:13px;padding:6px 10px;gap:7px}.language-switcher--auth .language-switcher__item--active{background:transparent;font-weight:400}.language-switcher--auth .language-switcher__label--current{color:#e53935;font-weight:600}.language-switcher--auth .language-switcher__item:hover{background:#0000000a}.language-switcher--header .language-switcher__trigger{padding:0;width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;justify-content:center;gap:0}.language-switcher--header .language-switcher__flag-wrap{width:22px;height:22px;border-color:#fff3}.language-switcher--header .language-switcher__menu{right:0;top:calc(100% + 8px)}.page-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:calc(4px + env(safe-area-inset-top,0)) 12px 8px;box-sizing:border-box;background:#0a0a0c;border-bottom:1px solid rgba(255,255,255,.06)}.page-header__left{display:flex;align-items:center;gap:2px;min-width:0;flex:1;flex-shrink:1}.page-header__brand-logo{display:block;height:28px;width:auto;max-width:min(132px,38vw);object-fit:contain;object-position:left center;flex-shrink:1}.page-header__right{display:flex;align-items:center;gap:10px;flex-shrink:0}.page-header__btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border:none;border-radius:10px;background:transparent;color:#ffffffeb;cursor:pointer;-webkit-tap-highlight-color:transparent}.page-header__btn:active{opacity:.75}.page-header__left .page-header__btn--back{margin-left:-4px;flex-shrink:0}.page-header__hamburger{flex-direction:column;gap:5px}.page-header__hamburger-line{display:block;width:18px;height:2px;border-radius:1px;background:#ffffffe6}.page-header__hamburger-line--short{width:12px;align-self:flex-end}.arco-masking-mask.pre-mount:not([class*=-enter]):not([class*=-exit]),.arco-masking-content.pre-mount:not([class*=-enter]):not([class*=-exit]),.arco-masking-mask[class*=-exit-done],.arco-masking-content[class*=-exit-done]{opacity:0;pointer-events:none}.arco-masking-mask{position:fixed;width:100%;height:100%;left:0;top:0;z-index:1000;background:#0009}.arco-masking-content{position:fixed;z-index:1001}.arco-masking-content.at-center{left:50%;top:50%;transform:translate(-50%,-50%)}@keyframes fade-scale-on{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes fade-scale-off{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}.arco-fade-scale-enter-active{animation:fade-scale-on cubic-bezier(.2,1.23,.25,1) forwards;animation-duration:var(--builtin-transition-fade-scale-enter-duration, .45s)}.arco-fade-scale-exit-active{animation:fade-scale-off cubic-bezier(.48,.04,.52,.96) forwards;animation-duration:var(--builtin-transition-fade-scale-exit-duration, .15s)}.arco-dialog-mask,.arco-dialog-container{position:fixed;top:0;left:0;width:100%;height:100%}.arco-dialog-mask{z-index:1000;background:#0009}.arco-dialog-container{display:flex;align-items:center;justify-content:center;z-index:1001;pointer-events:none}.arco-dialog-content{position:relative;width:5.4rem;pointer-events:visible}.arco-dialog-content.android{width:5.6rem}.arco-dialog-container.pre-mount .arco-dialog-content,.arco-dialog-container[class*=-exit-done] .arco-dialog-content{pointer-events:none}.arco-dialog-part{background:#fff}.arco-dialog-part.android:first-of-type{border-top-left-radius:.08rem;border-top-right-radius:.08rem}.arco-dialog-part.android:last-of-type{border-bottom-left-radius:.08rem;border-bottom-right-radius:.08rem}.arco-dialog-part.ios:first-of-type{border-top-left-radius:.16rem;border-top-right-radius:.16rem}.arco-dialog-part.ios:last-of-type{border-bottom-left-radius:.16rem;border-bottom-right-radius:.16rem}.arco-dialog-header{position:relative}.arco-dialog-header.ios{text-align:center;padding-top:.4rem;padding-left:.32rem;padding-right:.32rem;font-size:.34rem;line-height:.52rem;font-weight:700}.android .arco-dialog-header.ios,.arco-dialog-header.ios.android,.arco-dialog-header.ios.system-android{font-weight:400;-webkit-text-stroke:.3PX currentColor;text-stroke:.3PX currentColor}.arco-dialog-header.ios.only-title{padding-bottom:.4rem}.arco-dialog-header.android{color:#1d2129}.arco-dialog-body.ios{padding:.08rem .32rem .4rem;color:#4e5969;font-size:.3rem;line-height:.44rem}.arco-dialog-body.ios.sub-title{padding-top:.4rem}.arco-dialog-body.android{padding-top:.24rem;padding-left:.48rem;padding-right:.48rem;color:#4e5969;font-size:.3rem;line-height:.48rem}.arco-dialog-header.left,.arco-dialog-body.left{text-align:left}[dir=rtl] .arco-dialog-header.left,[dir=rtl] .arco-dialog-body.left{text-align:right}.arco-dialog-header.center,.arco-dialog-body.center{text-align:center}.arco-dialog-header.right,.arco-dialog-body.right{text-align:right}[dir=rtl] .arco-dialog-header.right,[dir=rtl] .arco-dialog-body.right{text-align:left}.arco-dialog-header.android,.arco-dialog-body.sub-title.android{padding-top:.4rem;padding-left:.48rem;padding-right:.48rem;font-size:.34rem;line-height:.56rem}.arco-dialog-header.ios,.arco-dialog-body.sub-title.ios{color:#1d2129}.arco-dialog-footer{display:flex;align-items:center}.arco-dialog-footer.android{padding:.48rem .48rem .4rem;justify-content:flex-end;text-align:right}[dir=rtl] .arco-dialog-footer.android{text-align:left}.arco-dialog-footer.android .dialog-footer-button{color:#1a74ff;font-size:.3rem;line-height:.4rem}.arco-dialog-footer.android .dialog-footer-button:not(:last-child){margin-right:.56rem}[dir=rtl] .arco-dialog-footer.android .dialog-footer-button:not(:last-child){margin-right:initial;margin-left:.56rem}.arco-dialog-footer.ios{overflow:hidden}.arco-dialog-footer.ios .dialog-footer-button{display:flex;justify-content:center;align-items:center;height:.88rem;font-size:.32rem;color:#165dff}.arco-dialog-footer.ios:not(.collapsed):not(.type-button){position:relative;border-width:0}.arco-dialog-footer.ios:not(.collapsed):not(.type-button):before{content:"";width:100%;height:1PX;position:absolute;left:0;top:0;z-index:1;border-top-style:solid;border-top-width:1PX;border-top-color:#e5e6eb;box-sizing:border-box;transform-origin:left top;-webkit-transform-origin:left top;pointer-events:none;border-radius:0}@media (-webkit-min-device-pixel-ratio: 2),(min-device-pixel-ratio: 2){.arco-dialog-footer.ios:not(.collapsed):not(.type-button):before{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media (-webkit-min-device-pixel-ratio: 3),(min-device-pixel-ratio: 3){.arco-dialog-footer.ios:not(.collapsed):not(.type-button):before{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button{flex:1}.arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child){position:relative;border-width:0}.arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child):after{content:"";width:1PX;height:100%;position:absolute;right:0;top:0;z-index:1;border-right-style:solid;border-right-width:1PX;border-right-color:#e5e6eb;box-sizing:border-box;transform-origin:right top;-webkit-transform-origin:right top;pointer-events:none;border-radius:0}@media (-webkit-min-device-pixel-ratio: 2),(min-device-pixel-ratio: 2){.arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child):after{transform:scaleX(.5);-webkit-transform:scaleX(.5);border-radius:0}}@media (-webkit-min-device-pixel-ratio: 3),(min-device-pixel-ratio: 3){.arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child):after{transform:scaleX(.33333333);-webkit-transform:scaleX(.33333333);border-radius:0}}[dir=rtl] .arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child){position:relative;border-width:0}[dir=rtl] .arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child):before{content:"";width:1PX;height:100%;position:absolute;left:0;top:0;z-index:1;border-left-style:solid;border-left-width:1PX;border-left-color:#e5e6eb;box-sizing:border-box;transform-origin:left top;-webkit-transform-origin:left top;pointer-events:none;border-radius:0}@media (-webkit-min-device-pixel-ratio: 2),(min-device-pixel-ratio: 2){[dir=rtl] .arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child):before{transform:scaleX(.5);-webkit-transform:scaleX(.5);border-radius:0}}@media (-webkit-min-device-pixel-ratio: 3),(min-device-pixel-ratio: 3){[dir=rtl] .arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child):before{transform:scaleX(.33333333);-webkit-transform:scaleX(.33333333);border-radius:0}}[dir=rtl] .arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child):after{display:none}.arco-dialog-footer.ios.collapsed{flex-direction:column}.arco-dialog-footer.ios.collapsed .dialog-footer-button{width:100%;position:relative;border-width:0}.arco-dialog-footer.ios.collapsed .dialog-footer-button:before{content:"";width:100%;height:1PX;position:absolute;left:0;top:0;z-index:1;border-top-style:solid;border-top-width:1PX;border-top-color:#e5e6eb;box-sizing:border-box;transform-origin:left top;-webkit-transform-origin:left top;pointer-events:none;border-radius:0}@media (-webkit-min-device-pixel-ratio: 2),(min-device-pixel-ratio: 2){.arco-dialog-footer.ios.collapsed .dialog-footer-button:before{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media (-webkit-min-device-pixel-ratio: 3),(min-device-pixel-ratio: 3){.arco-dialog-footer.ios.collapsed .dialog-footer-button:before{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-dialog-footer.ios.type-button{flex-direction:column;padding-left:.32rem;padding-right:.32rem;padding-bottom:.4rem}.arco-dialog-footer.ios.type-button .dialog-footer-button{width:100%;border-radius:.6rem;height:.72rem}.arco-dialog-footer.ios.type-button .dialog-footer-button:first-child{color:#fff;background:#165dff}.arco-dialog-footer.ios.type-button .dialog-footer-button:not(:first-child){color:#86909c;margin-top:.16rem}.arco-dialog-footer.ios.type-button .dialog-footer-button:last-child{margin-bottom:-.14rem}.arco-theme-dark .arco-dialog-part{background:#2a2a2b}.arco-theme-dark .arco-dialog-header.android{color:#f6f6f6}.arco-theme-dark .arco-dialog-body.ios,.arco-theme-dark .arco-dialog-body.android{color:#c5c5c5}.arco-theme-dark .arco-dialog-header.ios,.arco-theme-dark .arco-dialog-body.sub-title.ios{color:#f6f6f6}.arco-theme-dark .arco-dialog-footer.ios .dialog-footer-button{color:#3c7eff}.arco-theme-dark .arco-dialog-footer.ios:not(.collapsed):not(.type-button){position:relative;border-width:0}.arco-theme-dark .arco-dialog-footer.ios:not(.collapsed):not(.type-button):before{content:"";width:100%;height:1PX;position:absolute;left:0;top:0;z-index:1;border-top-style:solid;border-top-width:1PX;border-top-color:#484849;box-sizing:border-box;transform-origin:left top;-webkit-transform-origin:left top;pointer-events:none;border-radius:0}@media (-webkit-min-device-pixel-ratio: 2),(min-device-pixel-ratio: 2){.arco-theme-dark .arco-dialog-footer.ios:not(.collapsed):not(.type-button):before{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media (-webkit-min-device-pixel-ratio: 3),(min-device-pixel-ratio: 3){.arco-theme-dark .arco-dialog-footer.ios:not(.collapsed):not(.type-button):before{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-theme-dark .arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child){position:relative;border-width:0}.arco-theme-dark .arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child):after{content:"";width:1PX;height:100%;position:absolute;right:0;top:0;z-index:1;border-right-style:solid;border-right-width:1PX;border-right-color:#484849;box-sizing:border-box;transform-origin:right top;-webkit-transform-origin:right top;pointer-events:none;border-radius:0}@media (-webkit-min-device-pixel-ratio: 2),(min-device-pixel-ratio: 2){.arco-theme-dark .arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child):after{transform:scaleX(.5);-webkit-transform:scaleX(.5);border-radius:0}}@media (-webkit-min-device-pixel-ratio: 3),(min-device-pixel-ratio: 3){.arco-theme-dark .arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child):after{transform:scaleX(.33333333);-webkit-transform:scaleX(.33333333);border-radius:0}}.arco-theme-dark [dir=rtl] .arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child){position:relative;border-width:0}.arco-theme-dark [dir=rtl] .arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child):before{content:"";width:1PX;height:100%;position:absolute;left:0;top:0;z-index:1;border-left-style:solid;border-left-width:1PX;border-left-color:#484849;box-sizing:border-box;transform-origin:left top;-webkit-transform-origin:left top;pointer-events:none;border-radius:0}@media (-webkit-min-device-pixel-ratio: 2),(min-device-pixel-ratio: 2){.arco-theme-dark [dir=rtl] .arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child):before{transform:scaleX(.5);-webkit-transform:scaleX(.5);border-radius:0}}@media (-webkit-min-device-pixel-ratio: 3),(min-device-pixel-ratio: 3){.arco-theme-dark [dir=rtl] .arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child):before{transform:scaleX(.33333333);-webkit-transform:scaleX(.33333333);border-radius:0}}.arco-theme-dark .arco-dialog-footer.ios.collapsed .dialog-footer-button{position:relative;border-width:0}.arco-theme-dark .arco-dialog-footer.ios.collapsed .dialog-footer-button:before{content:"";width:100%;height:1PX;position:absolute;left:0;top:0;z-index:1;border-top-style:solid;border-top-width:1PX;border-top-color:#484849;box-sizing:border-box;transform-origin:left top;-webkit-transform-origin:left top;pointer-events:none;border-radius:0}@media (-webkit-min-device-pixel-ratio: 2),(min-device-pixel-ratio: 2){.arco-theme-dark .arco-dialog-footer.ios.collapsed .dialog-footer-button:before{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media (-webkit-min-device-pixel-ratio: 3),(min-device-pixel-ratio: 3){.arco-theme-dark .arco-dialog-footer.ios.collapsed .dialog-footer-button:before{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-theme-dark .arco-dialog-footer.ios.type-button .dialog-footer-button:first-child{color:#ffffffe6;background:#3c7eff}.arco-theme-dark .arco-dialog-footer.ios.type-button .dialog-footer-button:not(:first-child){color:#929293}.hqm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;justify-content:flex-end;pointer-events:none}.hqm-overlay.is-open{pointer-events:auto}.hqm-overlay__mask{position:absolute;top:0;right:0;bottom:0;left:0;border:0;margin:0;padding:0;background:#000000a3;opacity:0;transition:opacity .22s ease}.hqm-overlay.is-open .hqm-overlay__mask{opacity:1}.hqm-panel{position:relative;display:flex;flex-direction:column;width:100%;max-width:100vw;height:var(--app-viewport-height, 100dvh);max-height:var(--app-viewport-height, 100dvh);min-height:0;background:#050506;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;transform:translate(100%);transition:transform .26s cubic-bezier(.22,.61,.36,1)}.hqm-overlay.is-open .hqm-panel{transform:translate(0)}.hqm-panel__header{position:sticky;top:0;z-index:40}.hqm-grid{flex:1;min-height:0;padding:10px 12px 24px;padding-bottom:calc(144px + env(safe-area-inset-bottom,0px));display:grid;grid-template-columns:1fr 1fr;gap:10px;align-content:start}.hqm-card{position:relative;display:flex;flex-direction:column;align-items:stretch;min-height:124px;padding:12px 10px 22px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:linear-gradient(155deg,#161820fa,#0a0c12fa);text-align:left;cursor:pointer;color:#fffffff2;-webkit-tap-highlight-color:transparent;box-sizing:border-box;overflow:hidden}.hqm-card:active{opacity:.92;transform:scale(.99)}.hqm-card--danger{border-color:#f8717140}.hqm-card__row{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;flex:1}.hqm-card__text{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.hqm-card__title{font-size:13px;font-weight:800;line-height:1.3;margin:0}.hqm-card__desc{font-size:10px;line-height:1.45;color:#ffffff6b;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hqm-card__img{flex-shrink:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center}.hqm-card__img img{width:56px;height:56px;object-fit:contain;display:block}.hqm-card__foot{position:absolute;left:10px;bottom:8px;display:flex;align-items:center;margin:0;padding:0;pointer-events:none}.hqm-card__arrow{font-size:11px;color:#ffffff4d;line-height:1}.home-page{min-height:100%;background:#050506;color:#ffffffeb;padding-bottom:calc(8px + env(safe-area-inset-bottom,0));box-sizing:border-box}.home-page__scroll{padding:0 var(--ui-page-gutter) 28px}.home-top{position:relative;padding:0 var(--ui-page-gutter) 14px;margin-bottom:2px;overflow:hidden;background:radial-gradient(ellipse 130% 90% at 50% -25%,rgba(59,130,246,.42),transparent 52%),radial-gradient(ellipse 70% 55% at 95% 25%,rgba(139,92,246,.22),transparent 48%),radial-gradient(ellipse 55% 45% at 5% 55%,rgba(26,140,255,.18),transparent 42%),radial-gradient(ellipse 100% 60% at 50% 100%,rgba(26,140,255,.08),transparent 55%),linear-gradient(165deg,#0c1528,#080d18 38%,#050506)}.home-top:before{content:"";position:absolute;inset:-20% -30% auto -30%;height:88%;background:linear-gradient(105deg,transparent 32%,rgba(255,255,255,.04) 44%,rgba(186,230,253,.1) 50%,transparent 58%),linear-gradient(72deg,transparent 40%,rgba(147,197,253,.07) 49%,transparent 56%);pointer-events:none}.home-top:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(1px 1px at 20% 30%,rgba(255,255,255,.35) 0,transparent 100%),radial-gradient(1px 1px at 78% 18%,rgba(255,255,255,.25) 0,transparent 100%),radial-gradient(1px 1px at 45% 65%,rgba(255,255,255,.2) 0,transparent 100%),radial-gradient(1px 1px at 88% 72%,rgba(255,255,255,.18) 0,transparent 100%);opacity:.85;pointer-events:none}.home-top__sticky{position:sticky;top:0;z-index:40;margin:0 -14px}.home-top .page-header.home-top__header{position:relative;background:#060a166b;backdrop-filter:blur(18px) saturate(1.25);-webkit-backdrop-filter:blur(18px) saturate(1.25);border-bottom:1px solid rgba(255,255,255,.07);box-shadow:0 12px 32px #00000040}.home-hero{position:relative;z-index:1;padding-top:6px;margin-bottom:0;min-height:200px}.home-hero__visual{position:absolute;left:50%;top:-8px;transform:translate(-50%);width:118%;max-width:420px;pointer-events:none;z-index:0}.home-hero__visual-img{display:block;width:100%;height:auto;object-fit:contain;opacity:.72;filter:saturate(1.15)}.home-hero__inner{position:relative;z-index:1;padding-top:50px}.home-hero__title{margin-top:10px;font-size:var(--ui-title-hero);font-weight:900;line-height:2.8;text-align:center;letter-spacing:.02em;text-shadow:0 0 48px rgba(59,130,246,.22),0 2px 16px rgba(0,0,0,.35)}.home-hero__subtitle{font-size:var(--ui-text-body);line-height:1.65;text-align:center;font-weight:700;color:#fff;margin:0 20px 30px;letter-spacing:.02em}.home-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.home-hero__btn{min-height:var(--ui-btn-height);height:var(--ui-btn-height);border-radius:12px;border:none;font-size:16px;font-weight:700;cursor:pointer;color:#fff;-webkit-tap-highlight-color:transparent}.home-hero__btn:active{opacity:.92;transform:scale(.99)}.home-hero__btn--start{background:linear-gradient(135deg,#1a8cff,#06d);box-shadow:0 4px 22px #1a8cff6b,0 0 0 1px #ffffff0f inset}.home-hero__btn--download{background:transparent;border:1px solid rgba(255,255,255,.35);color:#fffffff2;box-shadow:0 4px 18px #00000059,0 0 24px #93c5fd1f}.home-hero__btn--recharge{background:linear-gradient(135deg,#22c55e,#15803d);box-shadow:0 4px 22px #22c55e59,0 0 0 1px #ffffff0f inset}.home-hero__btn--withdraw{background:linear-gradient(135deg,#f97316,#c2410c);box-shadow:0 4px 22px #f9731652,0 0 0 1px #ffffff0f inset}.home-notice{display:flex;align-items:center;gap:10px;background:linear-gradient(90deg,#1565d8,#1a8cff 45%,#0d6efd);border:none;border-radius:10px;padding:11px 12px;margin-bottom:12px;margin-top:0;font-size:13px;box-shadow:0 4px 20px #1a8cff40}.home-notice__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;opacity:.98}.home-notice__icon img{display:block;width:22px;height:22px;object-fit:contain}.home-notice__text{flex:1;min-width:0;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fffffff5;opacity:1;transform:translateY(0);transition:opacity .22s ease,transform .22s ease}.home-notice__text--hidden{opacity:0;transform:translateY(4px)}.home-notice__more{flex-shrink:0;display:inline-flex;align-items:center;gap:4px;padding:0;border:none;background:transparent;color:#ffffffeb;font-size:13px;font-weight:600;cursor:pointer}.home-promo-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.home-promo{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;border:none;border-radius:14px;min-height:48px;padding:8px 12px;cursor:pointer;color:#fff;-webkit-tap-highlight-color:transparent}.home-promo:active{opacity:.92}.home-promo__img{width:28px;height:28px;object-fit:contain;flex-shrink:0}.home-promo__label{font-size:15px;font-weight:700;line-height:1;white-space:nowrap;text-align:center}.home-promo--service{background:linear-gradient(145deg,#1e4a8c,#0f3460 45%,#0a2548);border:1px solid rgba(96,165,250,.35);box-shadow:0 8px 28px #1a8cff33}.home-promo--invite{background:linear-gradient(145deg,#2563eb,#1d4ed8 40%,#1e3a5f);border:1px solid rgba(147,197,253,.4);box-shadow:0 8px 28px #2563eb38}.home-steps{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.home-step{display:flex;align-items:center;gap:0;width:100%;min-height:54px;padding:0;border:none;border-radius:14px;background:linear-gradient(135deg,#38bdf847,#0e74b852 42%,#0c4a7873);border:1px solid rgba(125,211,252,.38);color:inherit;cursor:pointer;text-align:left;overflow:hidden;box-shadow:0 6px 24px #0e74b81f;-webkit-tap-highlight-color:transparent}.home-step:active{opacity:.95}.home-step__left{width:62px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:6px;background:#ffffff0f;border-right:1px solid rgba(255,255,255,.12);font-size:10px;font-weight:600;color:#1a8cff}.home-step__body{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;padding:6px 8px 6px 10px}.home-step__title{font-size:15px;font-weight:800;margin-bottom:2px;color:#fffffff5}.home-step__desc{font-size:12px;line-height:1.35;color:#ffffff9e}.home-step__arrow{align-self:stretch;display:flex;align-items:center;justify-content:center;padding:0 6px 0 0;min-width:36px}.home-invest-card{width:100%;border:none;border-radius:16px;padding:0;margin-bottom:18px;overflow:hidden;cursor:pointer;text-align:left;background:linear-gradient(135deg,#3b82f659,#0f172af2);border:1px solid rgba(96,165,250,.35);-webkit-tap-highlight-color:transparent}.home-invest-card:active{opacity:.95}.home-invest-card__main{display:flex;gap:14px;padding:16px 16px 12px;align-items:flex-start}.home-invest-card__icon{width:48px;height:48px;border-radius:50%;background:#1a8cff59;display:flex;align-items:center;justify-content:center;flex-shrink:0}.home-invest-card__title{font-size:17px;font-weight:800;margin-bottom:6px}.home-invest-card__sub{font-size:13px;color:#fff9;line-height:1.45}.home-invest-card__foot{padding:10px 16px;background:#00000040;font-size:13px;font-weight:600;color:#ffffffd9}.home-risk{position:relative;border-radius:16px;margin:0 0 18px;height:180px;width:100%;background:url(/assets/reserve-C-ZbYbu2.jpg);background-position:bottom;background-size:cover;border:1px solid rgba(255,255,255,.08);text-align:center}.home-risk__pill{position:relative;display:inline-flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;padding:4px 28px;background:linear-gradient(180deg,#7396ff2e,#415fbe2e);color:#8fb8ff;box-shadow:inset 0 0 0 1px #ffffff0f,inset 0 8px 18px #ffffff0d,0 0 12px #68a4ff2e;border-radius:999px;border:1px solid rgba(96,165,250,.5);color:#ffffffd9;margin:12px 0 20px}.home-risk__value{font-size:28px;font-weight:800;color:#fbbf24;letter-spacing:.03em}.home-risk__unit{font-size:16px;font-weight:600;margin-left:6px;color:#fbbf24e6}.home-risk__detail{position:absolute;top:14px;right:14px;padding:4px 12px;border-radius:8px;border:1px solid rgba(26,140,255,.5);background:#1a8cff;color:#fff;font-size:12px;font-weight:600;cursor:pointer}.home-risk__detail:active{opacity:.85}.home-vip{border-radius:16px;padding:18px 16px;margin-bottom:18px;background:linear-gradient(135deg,#1a1208,#0a0804);border:1px solid rgba(251,191,36,.25);position:relative;overflow:hidden}.home-vip:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(115deg,transparent 40%,rgba(251,191,36,.08) 50%,transparent 60%);pointer-events:none}.home-vip__title{position:relative;font-size:18px;font-weight:700;line-height:1.5;margin:0 0 10px}.home-vip__brand{color:#fbbf24}.home-vip__sub{position:relative;font-size:15px;line-height:1.55;color:#ffffff80;margin:0 0 14px}.home-vip__btn{position:relative;padding:10px 22px;border-radius:999px;border:none;font-size:14px;font-weight:700;cursor:pointer;background:linear-gradient(135deg,#f59e0b,#d97706);color:#111;-webkit-tap-highlight-color:transparent}.home-vip__btn:active{opacity:.9}.home-section-head{margin-bottom:12px;text-align:center}.home-section-head__title{font-size:22px;font-weight:800;margin:0 0 6px}.home-section-head__sub{font-size:14px;color:#e1e1e3;margin:0}.home-partners{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:22px}.home-partner{border-radius:14px;padding:5px 12px;background:linear-gradient(180deg,#b8c1cc,#aeb7c2);border:1px solid rgba(255,255,255,.08);text-align:center;display:flex;flex-direction:column;cursor:pointer}.home-partner_row1{display:flex;flex-direction:row;align-content:flex-start}.home-partner_row2{display:flex;margin:0 0 0 4px;flex-direction:column;justify-content:flex-start}.home-partner__logo{width:40px;height:40px}.home-partner__name{font-size:15px;font-weight:700;margin-bottom:2px;text-align:start;color:#000}.home-partner__dl{padding:0;border:none;background:transparent;color:#354570;font-size:13px;font-weight:400;cursor:pointer;margin-bottom:4px}.home-partner__desc{font-size:13px;line-height:1.15;color:#3b3c41;margin:0}.home-reputation{margin-bottom:20px;text-align:center}.home-awards-seal{width:100%;display:flex;flex-direction:row;justify-content:space-between}.home-features{border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#141418;overflow:hidden;margin-bottom:22px}.home-feature{display:flex;gap:14px;padding:16px 14px;border-bottom:1px solid rgba(255,255,255,.08)}.home-feature:last-child{border-bottom:none}.home-feature__icon{width:44px;height:44px;flex-shrink:0;border-radius:12px;display:flex;align-items:center;justify-content:center}.home-feature__title{font-size:18px;font-weight:700;margin-bottom:6px}.home-feature__desc{font-size:14px;line-height:1.55;color:#ffffff80;margin:0}.home-trust{text-align:center;margin-bottom:18px}.home-trust__title{font-size:18px;font-weight:800;margin:0 0 14px;line-height:1.4}.home-dl-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;max-width:320px;margin:0 auto 22px}.home-dl-btn{display:flex;align-items:center;justify-content:center;gap:8px;min-height:var(--ui-btn-height);border-radius:12px;border:1px solid rgba(255,255,255,.25);background:#0a0a0c;color:#fff;font-size:14px;font-weight:600;cursor:pointer}.home-dl-btn:active{opacity:.9}.home-testimonials{margin-bottom:20px}.home-quote{padding:18px 0;border-bottom:1px solid rgba(255,255,255,.08)}.home-quote:last-of-type{border-bottom:none}.home-quote__text{font-size:15px;line-height:1.65;color:#cfcfcf;margin:0 0 12px}.home-quote__author{font-size:14px;font-weight:700;margin-bottom:8px}.home-stars{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.home-stars__row{display:flex;gap:3px}.home-star{width:18px;height:18px;border-radius:2px;background:#00b67a;text-align:center;line-height:18px}.home-stars__label{font-size:12px;font-weight:600;color:#00b67a}.home-rating-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}.home-rating-card{background:#141418;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:14px 12px;text-align:center}.home-rating-card__brand{font-size:13px;font-weight:800;margin-bottom:10px;color:#ffffffe6}.home-rating-card__badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;background:#ffffff14;font-size:13px;font-weight:700}.home-rating-card__star{color:#fbbf24}.home-footer-tp{text-align:center;padding:16px 0 8px;border-top:1px solid rgba(255,255,255,.08);margin-bottom:8px}.home-footer-tp .home-stars{justify-content:center;margin-bottom:8px}.home-footer-banner{display:flex;justify-content:center;align-items:center;margin:0 0 10px}.home-footer-banner img{display:block;width:100%;height:auto;object-fit:contain}.home-footer-copy{text-align:center;font-size:11px;color:#ffffff59;margin:0}.card-marquee{width:100%;overflow:hidden;background:#000;padding:20px 0;position:relative}.card-track{display:flex;width:max-content;gap:20px;animation:marqueeScroll 24s linear infinite;will-change:transform;transform:translateZ(0)}.review-card{width:200px;height:90px;border-radius:20px;flex-shrink:0;padding:22px 24px;box-sizing:border-box;background:linear-gradient(90deg,#323241e6 100%,#28283233);border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;justify-content:center}.review-top{display:flex;align-items:center}.review-logo{width:90%;height:42px;display:flex;align-items:center;justify-content:center;margin-bottom:5px}.review-score{align-self:center;height:42px;padding:0 18px;border-radius:999px;background:#6e6e8c59;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#fff;font-size:18px;font-weight:700}.star{color:#f7c948;font-size:18px}.home-notice-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;display:flex;align-items:center;justify-content:center;padding:18px}.home-notice-popup__mask{position:absolute;top:0;right:0;bottom:0;left:0;border:none;background:#030a1899}.home-notice-popup__card{position:relative;width:min(92vw,350px);max-height:85vh;border-radius:16px;background:#fff;box-shadow:0 20px 48px #02081466;padding:16px;display:flex;flex-direction:column;gap:14px;overflow:hidden}.home-notice-popup__title{margin:0;font-size:16px;line-height:1.3;color:#111827;font-weight:800}.home-notice-popup__cover-wrap{border-radius:12px;overflow:hidden;background:#f3f4f6}.home-notice-popup__cover{display:block;width:100%;aspect-ratio:16 / 9;object-fit:cover}.home-notice-popup__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.home-notice-popup__btn{width:100%;height:42px;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer}.home-notice-popup__btn--ghost{border:1px solid #d1d5db;background:#fff;color:#374151}.home-notice-popup__btn--primary{border:none;background:#2563eb;color:#fff}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 10px))}}.trade-page{min-height:100%;background:#050506;color:#ffffffeb;padding-bottom:calc(8px + env(safe-area-inset-bottom,0));box-sizing:border-box}.trade-page__header.page-header{position:sticky;top:0;z-index:40;background:#05060ae0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.06)}.trade-page__scroll{padding:0 var(--ui-page-gutter) 30px}.trade-hero{padding:10px 0 16px;text-align:center}.trade-hero__title{font-size:var(--ui-title-hero);font-weight:800;line-height:1.3;margin:0 0 12px;background:linear-gradient(120deg,#38bdf8,#22d3ee 40%,#e0f2fe);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 40px rgba(56,189,248,.25)}.trade-hero__subtitle{font-size:var(--ui-text-sub);line-height:1.7;color:#ffffff94;margin:0 auto;text-align:center}.trade-market-bar{display:flex;align-items:center;gap:10px;padding:11px 12px;margin-bottom:16px;border-radius:12px;background:linear-gradient(90deg,#1a8cff59,#1a8cff1f);border:1px solid rgba(59,130,246,.45);font-size:13px}.trade-market-bar__icon{flex-shrink:0;opacity:.95}.trade-market-bar__text{flex:1;min-width:0;line-height:1.5;color:#ffffffeb}.trade-market-bar__more{flex-shrink:0;padding:0;border:none;background:transparent;color:#ffffffe0;font-size:13px;font-weight:600;cursor:pointer}.trade-product{position:relative;border-radius:20px;padding:13px 14px 14px;margin-bottom:12px;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.trade-product--gold{background:radial-gradient(circle at 25% 20%,rgba(255,255,255,.05) 0,transparent 38%),radial-gradient(circle at 78% 75%,rgba(251,191,36,.08) 0,transparent 42%),repeating-conic-gradient(from 0deg at 50% 40%,transparent 0deg 9deg,rgba(255,255,255,.02) 9deg 10deg),linear-gradient(145deg,#2a1f0f,#1a1208 45%,#0c0a06)}.trade-product--blue{background:radial-gradient(circle at 20% 25%,rgba(59,130,246,.12) 0,transparent 40%),radial-gradient(circle at 85% 70%,rgba(255,255,255,.04) 0,transparent 38%),repeating-conic-gradient(from 12deg at 60% 45%,transparent 0deg 9deg,rgba(59,130,246,.04) 9deg 10deg),linear-gradient(145deg,#0f1f3d,#0a1528,#060d18)}.trade-product__head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:8px}.trade-product__badge{display:inline-block;font-size:11px;font-weight:700;padding:4px 12px;border-radius:999px}.trade-product--gold .trade-product__badge{background:linear-gradient(135deg,#fbbf24,#d97706);color:#1a1006}.trade-product--blue .trade-product__badge{background:linear-gradient(135deg,#3b82f6e6,#1d4ed8);color:#fff}.trade-product__art{width:40px;height:40px;border-radius:10px;background:#ffffff0f;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trade-product__title{font-size:20px;font-weight:800;line-height:1.35;margin:0 0 5px;color:#fff}.trade-product__desc{font-size:13px;line-height:1.55;color:#ffffff8c;margin:0 0 10px}.trade-product__list{margin:0 0 10px;padding:0;list-style:none}.trade-product__li{display:flex;align-items:center;gap:7px;font-size:14px;color:#ffffffd1;margin-bottom:5px}.trade-product__li:last-child{margin-bottom:0}.trade-product__check{width:16px;height:16px;border-radius:4px;background:#22c55e40;color:#4ade80;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:12px;font-weight:800}.trade-product__foot{display:flex;justify-content:flex-end}.trade-btn-invest{display:inline-flex;align-items:center;gap:6px;height:var(--ui-btn-height);padding:0 18px;border-radius:999px;border:none;font-size:15px;font-weight:800;cursor:pointer;-webkit-tap-highlight-color:transparent}.trade-btn-invest:active{opacity:.92;transform:scale(.99)}.trade-product--gold .trade-btn-invest{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#1a1006}.trade-product--blue .trade-btn-invest{background:linear-gradient(135deg,#1a8cff,#06d);color:#fff}.trade-biz{display:flex;align-items:center;gap:12px;width:100%;padding:14px;margin-bottom:18px;border:none;border-radius:16px;text-align:left;cursor:pointer;background-color:#0f172a;background-position:center;background-size:cover;background-repeat:no-repeat;border:1px solid rgba(59,130,246,.35);color:inherit;-webkit-tap-highlight-color:transparent}.trade-biz:active{opacity:.95}.trade-biz__body{flex:1;min-width:0}.trade-biz__title{font-size:17px;font-weight:800;margin-bottom:6px}.trade-biz__desc{font-size:13px;line-height:1.5;color:#ffffff8c;margin:0}.trade-biz__go{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:#1a8cff59;border:1px solid rgba(96,165,250,.4);display:flex;align-items:center;justify-content:center;color:#fff}.trade-why-block{margin-bottom:4px}.trade-why-title{text-align:center;margin-bottom:10px;position:relative;font-size:var(--ui-title-section);font-weight:800;padding:0 24px;color:#fffffff5}.trade-why-title:before,.trade-why-title:after{content:"";position:absolute;top:50%;width:28%;height:1px;background:linear-gradient(90deg,transparent,rgba(59,130,246,.55),transparent)}.trade-why-title:before{left:0}.trade-why-title:after{right:0}.trade-why-desc{text-align:center;font-size:14px;line-height:1.7;color:#ffffffb3;margin:0 0 20px}.trade-cap-stack{display:flex;flex-direction:column;gap:14px}.trade-cap-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:174px;padding:21px 20px 20px;border-radius:18px;background:linear-gradient(180deg,#06112b,#040b1c);border:1px solid rgba(71,131,229,.24);box-shadow:0 10px 26px #0000003d}.trade-cap-card__icon{flex-shrink:0;width:84px;height:84px;border-radius:16px;margin-bottom:24px;background:#17376f;border:1px solid rgba(80,147,248,.2);display:flex;align-items:center;justify-content:center;color:#3f80ff}.trade-cap-card__icon svg{width:34px;height:34px}.trade-cap-card__icon-badge{width:42px;height:42px;border-radius:50%;background:#3f80ff;color:#0c2f6b;display:flex;align-items:center;justify-content:center}.trade-cap-card__icon-badge svg{width:22px;height:22px}.trade-cap-card__body{width:100%}.trade-cap-card__title{font-size:19px;font-weight:800;line-height:1.3;margin-bottom:14px;color:#fff}.trade-cap-card__desc{font-size:13px;line-height:1.55;color:#ffffffd1;margin:0 auto;max-width:92%}.trade-cta{margin-top:10px;padding:16px 14px 14px;border-radius:16px;text-align:center;background:linear-gradient(180deg,#0f172af2,#05060afa);border:1px solid rgba(59,130,246,.35);box-shadow:0 12px 32px #0006}.trade-cta__title{font-size:17px;font-weight:800;margin:0 0 8px;background:linear-gradient(120deg,#60a5fa,#38bdf8);-webkit-background-clip:text;background-clip:text;color:transparent}.trade-cta__desc{font-size:13px;line-height:1.65;color:#ffffff85;margin:0}.trade-cta__btn{width:100%;max-width:280px;height:var(--ui-btn-height);padding:0 20px;border-radius:999px;border:none;font-size:15px;font-weight:800;cursor:pointer;background:linear-gradient(135deg,#1a8cff,#06d);color:#fff;-webkit-tap-highlight-color:transparent}.trade-cta__btn:active{opacity:.92}.me-page{background:#050506;color:#ffffffeb;padding-bottom:calc(12px + env(safe-area-inset-bottom,0));box-sizing:border-box}.me-page__scroll{padding:12px var(--ui-page-gutter) 18px}.me-user-card{background:#fff;border-radius:18px;padding:8px 8px 11px;margin-bottom:14px;color:#111;box-shadow:0 8px 28px #00000059;box-sizing:border-box}.me-user-card__top{display:flex;align-items:center;justify-content:center;gap:14px;width:fit-content;max-width:100%;margin:0 auto}.me-user-card__avatar-wrap{position:relative;flex-shrink:0}.me-user-card__avatar-wrap--button{padding:0;border:none;background:transparent}.me-user-card__avatar{width:64px;height:64px;border-radius:50%;background:linear-gradient(145deg,#e8ecf2,#cfd6e4);border:none;object-fit:cover;display:block}.me-user-card__avatar--generated{display:flex;align-items:center;justify-content:center;color:#fff}.me-user-card__avatar-text{font-size:24px;font-weight:800;line-height:1;text-shadow:0 2px 6px rgba(0,0,0,.25)}.me-user-card__badge{position:absolute;bottom:-6px;left:50%;transform:translate(-50%);white-space:nowrap;font-size:11px;font-weight:700;color:#fff;background:#16a34a;padding:2px 8px;border-radius:999px;border:1px solid #15803d;box-shadow:0 2px 6px #16a34a47}.me-user-card__badge--unverified{color:#1e3a8a;background:#bfdbfe;border:1px solid #93c5fd;font-weight:700}.me-user-card__meta{flex:0 1 auto;min-width:0;display:flex;flex-direction:column;gap:6px}.me-user-card__name{font-size:18px;font-weight:700;color:#111}.me-user-card__phone{font-size:14px;color:#666}.me-stat-row{display:grid;grid-template-columns:1fr auto 1fr;gap:6px;align-items:stretch;margin-top:14px}.me-stat-row--wallets{grid-template-columns:1fr;gap:8px}.me-stat-empty{grid-column:1 / -1;margin:0;padding:18px 14px;text-align:center;font-size:14px;color:#888;background:#f3f4f6;border-radius:14px;box-sizing:border-box}.me-stat-tile__type-name{flex:0 1 auto;min-width:0;max-width:calc(100% - 30px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:700;line-height:1.2}.me-stat-arrow{display:flex;align-items:center;justify-content:center;color:#1a8cff;opacity:.75;pointer-events:none}.me-stat-tile{border-radius:14px;padding:14px 12px;position:relative;overflow:hidden;min-height:88px;box-sizing:border-box;color:#fff;background-color:#1e6bff;background-image:url(/assets/assets-zyfP3qO8.png);background-position:center;background-repeat:no-repeat;background-size:cover}.me-stat-tile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d;pointer-events:none}.me-stat-tile--blue,.me-stat-tile--purple{color:#fff}.me-stat-tile__label{position:relative;z-index:1;display:flex;align-items:center;gap:4px;font-size:15px;opacity:.92;margin-bottom:2px;min-width:0}.me-stat-tile__value{position:relative;z-index:1;font-size:28px;font-weight:700;letter-spacing:.02em;line-height:1.1}.me-stat-tile__unit{font-size:12px;font-weight:500;opacity:.9;margin-left:4px}.me-stat-tile__eye{padding:0;border:none;background:transparent;color:inherit;opacity:.85;cursor:pointer;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;margin-left:2px}.me-vip{display:flex;align-items:center;gap:6px;background:#141418;border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:6px 12px 6px 8px;margin-bottom:16px;box-sizing:border-box;overflow:visible}.me-vip--inset{margin-top:24px;margin-bottom:0;color:#ffffffeb;background:radial-gradient(120px 80px at 8% 8%,#fff3,#fff0 72%),linear-gradient(180deg,#3e424c,#2f323a,#262932);border-color:#ffffff38;box-shadow:0 8px 18px #00000052}.me-vip--clickable{cursor:pointer;-webkit-tap-highlight-color:transparent}.me-vip--clickable:active{opacity:.92}.me-vip__trophy-wrap{position:relative;flex-shrink:0;width:108px;height:132px;display:flex;align-items:flex-end;justify-content:center;align-self:stretch;margin-left:-12px;top:-24px;margin-bottom:-30px}.me-vip__coin{position:absolute;width:18px;height:18px;border-radius:50%;background:linear-gradient(145deg,#5c5c5e,#3a3a3c);color:#ffffffe0;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000059;z-index:1}.me-vip__coin--a{top:8px;right:10px;transform:rotate(12deg)}.me-vip__coin--b{top:14px;left:8px;transform:rotate(-8deg);width:16px;height:16px;font-size:8px}.me-vip__coin--c{top:4px;left:22px;width:14px;height:14px;font-size:7px;opacity:.9}.me-vip__trophy{width:136px;height:136px;object-fit:contain;display:block;position:relative;z-index:2;transform:translate(-10px,8px)}.me-vip__main{flex:1;min-width:0;padding-top:1px}.me-vip__head{display:flex;justify-content:flex-end;margin-bottom:8px}.me-vip__badge--pill{display:inline-flex;align-items:center;gap:4px;padding:5px 12px;border-radius:999px;font-size:12px;font-weight:700;line-height:1.2;color:#111;background:#f5bc1e;box-shadow:0 2px 8px #f5bc1e59}.me-vip__bar-labels-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:7px}.me-vip__bar-num{font-variant-numeric:tabular-nums}.me-vip__bar-num--high{font-size:19px;font-weight:700;line-height:1;letter-spacing:.01em;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.18)}.me-vip__bar-num--muted{font-size:13px;font-weight:600;color:#c6d1eae6;line-height:1.2}.me-vip__bar-track{position:relative;height:7px;border-radius:999px;background:#fff;margin-bottom:7px;overflow:visible;box-shadow:inset 0 1px 2px #00000014}.me-vip__bar-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#e5b80f,#f5bc1e);transition:width .35s ease;min-width:0}.me-vip__pct-chip{position:absolute;top:50%;transform:translate(-50%,-50%);padding:3px 9px 2px;border-radius:999px;font-size:10px;font-weight:800;line-height:1;color:#111;background:#f5bc1e;white-space:nowrap;box-shadow:0 2px 8px #00000038;pointer-events:none}.me-vip__hint{margin:0;font-size:13px;color:#d2d8e4b8;line-height:1.35;text-align:center}.me-section-title{font-size:16px;font-weight:600;margin:16px 0 10px 2px;color:#ffffffe0}.me-section-title:first-of-type{margin-top:0}.me-asset-panel{background:#1c1c1e;border-radius:16px;padding:12px;margin-bottom:12px;border:1px solid rgba(255,255,255,.06);box-sizing:border-box}.me-asset-panel .me-asset-grid{margin-bottom:0}.me-asset-panel .me-asset-cell{background:#00000047;border-color:#ffffff0f}.me-asset-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:0}.me-asset-cell{background:#141418;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:12px 10px;min-height:72px;box-sizing:border-box}.me-asset-cell__label{font-size:12px;color:#ffffff80;margin-bottom:6px;line-height:1.3}.me-asset-cell__value{font-size:15px;font-weight:600;color:#fffffff2}.me-quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:8px}.me-qa-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:84px;border:none;border-radius:14px;font-size:13px;font-weight:600;cursor:pointer;color:#fff;-webkit-tap-highlight-color:transparent}.me-qa-btn:active{opacity:.9;transform:scale(.98)}.me-qa-btn--primary{background:linear-gradient(135deg,#1a8cff,#06d)}.me-qa-btn--muted{background:#141418;border:1px solid rgba(255,255,255,.06);color:#ffffffe6}.me-qa-btn__icon{display:flex;align-items:center;justify-content:center}.me-logout{margin-top:20px;width:100%;height:var(--ui-btn-height);border:1px solid rgba(239,68,68,.45);border-radius:12px;background:transparent;color:#f87171;font-size:14px;font-weight:600;cursor:pointer}.me-logout:active{opacity:.85}.me-shortcut-panel{background:#1c1c1e;border:none;border-radius:16px;padding:14px 12px 12px;margin-bottom:12px;box-sizing:border-box}.me-shortcut-panel__title{font-size:15px;font-weight:700;margin:0 0 12px 2px;color:#fff}.me-shortcut-panel__grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}.me-shortcut-tile{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:5px;border:none;border-radius:12px;background:#2c2c2e;color:#fff;font-size:13px;font-weight:600;cursor:pointer;-webkit-tap-highlight-color:transparent}.me-shortcut-tile:active{opacity:.92;transform:scale(.99)}.me-shortcut-tile--primary{background:#007aff}.me-shortcut-tile__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#fff}.me-shortcut-tile__icon svg{display:block;width:100%;height:100%}.me-shortcut-tile__text{line-height:1.2;text-align:center}.me-shortcut-tile__badge{position:absolute;top:6px;right:8px;font-size:10px;font-weight:800;padding:2px 7px;border-radius:999px;background:#fc0;color:#111}.me-shortcut-panel__rows{display:flex;flex-direction:column;gap:10px}.me-shortcut-row{display:flex;align-items:center;gap:12px;width:100%;min-height:48px;padding:8px 12px;border-radius:12px;border:none;background:#2c2c2e;color:#fff;cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent}.me-shortcut-row:active{opacity:.92}.me-shortcut-row__icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;color:#fff}.me-shortcut-row__icon svg{display:block;width:100%;height:100%}.me-shortcut-row__text{flex:1;min-width:0;font-size:13px;font-weight:600}.me-shortcut-row__chev{flex-shrink:0;display:inline-flex;opacity:.35}.me-reward-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}.me-reward-card{display:flex;align-items:center;gap:10px;border:1px solid rgba(251,191,36,.12);border-radius:14px;min-height:64px;padding:10px 12px;color:#fffffff2;background:linear-gradient(145deg,#153a72,#0a1f44 45%,#0c1528);box-shadow:inset 0 1px #ffffff0f;cursor:pointer;text-align:left;position:relative;overflow:hidden;-webkit-tap-highlight-color:transparent}.me-reward-card:active{opacity:.92}.me-reward-card__img{width:40px;height:40px;object-fit:contain;flex-shrink:0}.me-reward-card__title{font-size:13px;font-weight:800;letter-spacing:.02em;line-height:1.25}.me-list-card{background:#141418;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:8px;margin-bottom:8px}.me-list-item{width:100%;display:flex;align-items:center;gap:10px;padding:12px 10px;border:none;background:transparent;color:#ffffffe6;cursor:pointer;text-align:left;border-radius:12px;-webkit-tap-highlight-color:transparent}.me-list-item:active{background:#ffffff0a}.me-list-item+.me-list-item{margin-top:2px}.me-list-item__img{width:24px;height:24px;object-fit:contain;flex-shrink:0}.me-list-item__img--danger{opacity:.95}.me-list-item__text{flex:1;min-width:0;font-size:14px;font-weight:600}.me-list-item__chev{flex-shrink:0;display:inline-flex;align-items:center;width:20px;justify-content:flex-end}.me-list-item--danger{color:#f87171}.me-list-item--danger .me-list-item__img{opacity:1}.auth-page{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;max-width:100%;height:var(--app-viewport-height, 100dvh);min-height:var(--app-viewport-height, 100dvh);max-height:var(--app-viewport-height, 100dvh);background:#000;overflow:hidden;display:flex;flex-direction:column;align-items:stretch;padding:0;box-sizing:border-box;-webkit-text-size-adjust:100%;text-size-adjust:100%}.auth-page__halo{position:absolute;left:0;right:0;top:0;height:min(78vh,600px);pointer-events:none;z-index:0;overflow:hidden}.auth-page__halo-perspective{position:relative;width:100%;height:100%;perspective:1000px;perspective-origin:50% 36%}.auth-page__halo-glow{position:absolute;pointer-events:none;mix-blend-mode:screen}.auth-page__halo-disk{position:relative;width:100%;height:100%;transform-style:preserve-3d}.auth-page__halo-spin{position:relative;width:100%;height:100%;transform-style:preserve-3d;animation:auth-spin-z 40s linear infinite}@keyframes auth-spin-z{to{transform:rotate(360deg)}}.auth-page__halo-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:conic-gradient(from -25deg at 50% 50%,#00fffff2,#22d3eee6 55deg,#a5f3fcbf 95deg,#818cf8a6,#a855f7eb,#c026d3e0 245deg,#ec4899b3,#00f5ffe6 325deg,#00fffff2 360deg);-webkit-mask:radial-gradient(circle,transparent 38%,rgba(0,0,0,.22) 43%,#000 46.5%,#000 61%,rgba(0,0,0,.22) 64%,transparent 68%);mask:radial-gradient(circle,transparent 38%,rgba(0,0,0,.22) 43%,#000 46.5%,#000 61%,rgba(0,0,0,.22) 64%,transparent 68%);filter:blur(5px) saturate(1.35) brightness(1.12);opacity:.98;mix-blend-mode:screen;animation:auth-ring-pulse 6s ease-in-out infinite alternate}@keyframes auth-ring-pulse{0%{filter:blur(4px) saturate(1.2) brightness(1.06);opacity:.9}to{filter:blur(7px) saturate(1.45) brightness(1.2);opacity:1}}.auth-page__halo-ring--back{top:5%;right:5%;bottom:5%;left:5%;opacity:.35;transform:scale(.88);filter:blur(22px) saturate(1.2) brightness(1.05);mix-blend-mode:screen;animation:auth-ring-pulse 8s ease-in-out infinite alternate-reverse}.auth-page__halo-ring-glint{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:50%;pointer-events:none;background:radial-gradient(ellipse 26% 20% at 78% 80%,rgba(255,255,255,.95) 0%,rgba(200,255,255,.45) 32%,rgba(0,255,255,.15) 55%,transparent 72%);-webkit-mask:radial-gradient(circle,transparent 38%,rgba(0,0,0,.22) 43%,#000 46.5%,#000 61%,rgba(0,0,0,.22) 64%,transparent 68%);mask:radial-gradient(circle,transparent 38%,rgba(0,0,0,.22) 43%,#000 46.5%,#000 61%,rgba(0,0,0,.22) 64%,transparent 68%);filter:blur(3px);mix-blend-mode:screen;opacity:.88;animation:auth-glint-breathe 5s ease-in-out infinite alternate}@keyframes auth-glint-breathe{0%{opacity:.75}to{opacity:.98}}@media (prefers-reduced-motion: reduce){.auth-page__halo-glow--purple,.auth-page__halo-glow--cyan,.auth-page__halo-glow--core,.auth-page__halo-tilt,.auth-page__halo-spin,.auth-page__halo-ring,.auth-page__halo-ring--back,.auth-page__halo-ring-glint{animation:none!important}.auth-page__halo-tilt{transform:translate(-50%,-50%) rotateX(58deg)}}.auth-page__lang{position:absolute;right:12px;top:calc(12px + env(safe-area-inset-top,0));z-index:20}.auth-page__main{position:relative;z-index:2;flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;max-width:100%;padding:calc(28px + env(safe-area-inset-top,0)) 16px calc(18px + env(safe-area-inset-bottom,0) + var(--keyboard-inset, 0px));box-sizing:border-box;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scroll-padding-top:24px;scroll-padding-bottom:calc(var(--keyboard-inset, 0px) + env(safe-area-inset-bottom,0))}.auth-page__main--center{justify-content:center}.auth-page__brand-outside{display:flex;align-items:center;justify-content:flex-start;gap:8px;width:100%;max-width:360px;margin:0 0 6px;align-self:center;padding:0 2px 0 4px;box-sizing:border-box}.auth-page__brand-text{font-size:16px;font-weight:700;color:#fff;letter-spacing:.02em;line-height:1.2}.auth-card{position:relative;z-index:2;width:100%;max-width:360px;background:#fff;border-radius:28px;padding:24px 22px 28px;box-sizing:border-box;box-shadow:0 12px 40px #00000040;overflow:hidden}.auth-form{width:100%}.auth-card__brand-name{font-size:16px;font-weight:700;color:#111;letter-spacing:.02em;line-height:1.2}.auth-card__brand-inner{display:flex;align-items:center;justify-content:flex-start;gap:8px;margin:0 0 12px}.auth-card__title{margin:0 0 22px;font-size:22px;font-weight:700;color:#111}.auth-field{margin-bottom:16px}.auth-field__label{display:flex;align-items:center;gap:4px;margin-bottom:8px;font-size:13px;color:#888}.auth-field__req{color:#ff4d4f;font-size:14px;line-height:1}.auth-field__control{display:flex;align-items:center;background:#f5f5f5;border:1px solid transparent;border-radius:12px;min-height:48px;padding:0 14px;box-sizing:border-box;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.auth-field__control:focus-within{border-color:#007bff85;box-shadow:0 0 0 3px #007bff24;background:#fff}.auth-field__control--phone{gap:10px}.auth-field__cc{display:flex;align-items:center;gap:6px;font-size:16px;color:#333;white-space:nowrap;flex-shrink:0}.auth-field__cc-flag{width:20px;height:20px;object-fit:cover;border-radius:50%;flex-shrink:0;display:block;border:1px solid rgba(0,0,0,.08)}.auth-field__input{flex:1;min-width:0;border:none;background:transparent;font-size:16px;color:#111;outline:none;padding:12px 0;line-height:1.25;caret-color:#2f6ef8;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent}.auth-field__input::placeholder{color:#bbb}.auth-field__input:-webkit-autofill,.auth-field__input:-webkit-autofill:hover,.auth-field__input:-webkit-autofill:focus{-webkit-text-fill-color:#111;box-shadow:0 0 0 1000px #f5f5f5 inset;transition:background-color 9999s ease-out 0s}.auth-field__control:focus-within .auth-field__input:-webkit-autofill,.auth-field__control:focus-within .auth-field__input:-webkit-autofill:hover,.auth-field__control:focus-within .auth-field__input:-webkit-autofill:focus{box-shadow:0 0 0 1000px #fff inset}.auth-field__suffix{flex-shrink:0;display:flex;align-items:center;padding-left:8px;border:none;background:transparent;cursor:pointer;color:#999}.auth-hints{margin-top:8px;padding-left:2px}.auth-hint{display:flex;align-items:flex-start;gap:6px;font-size:12px;color:#999;line-height:1.5;margin-top:4px}.auth-hint__icon{flex-shrink:0;margin-top:1px;opacity:.7}.auth-invite{margin-bottom:16px}.auth-invite .auth-field__control{padding:0 14px}.auth-verify{width:100%;min-height:48px;margin-bottom:20px;padding:10px 14px;display:flex;align-items:center;gap:10px;border:1px solid #e8e8e8;border-radius:12px;background:#fff;cursor:pointer;font-size:15px;color:#333;text-align:left;box-sizing:border-box}.auth-verify__box{width:18px;height:18px;border:2px solid #ccc;border-radius:4px;flex-shrink:0}.auth-verify--open{flex-direction:column;align-items:stretch;cursor:default}.auth-verify--hint{justify-content:center;cursor:default;color:#888;font-size:14px}.auth-verify--pow-done{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px}.auth-verify__pow-msg{font-size:14px;color:#1a7f37;font-weight:500}.auth-verify__pow-retry{flex-shrink:0;font-size:14px}.auth-verify__img{max-width:100%;height:44px;object-fit:contain;cursor:pointer;align-self:flex-start}.auth-verify .auth-field__input{padding:8px 0;border-bottom:1px solid #eee;border-radius:0}.auth-terms{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;margin-bottom:20px;background:#007bff0f;border-radius:12px;font-size:13px;color:#555;line-height:1.5;cursor:pointer;-webkit-tap-highlight-color:transparent;max-width:100%;box-sizing:border-box}.auth-terms__check-wrap{position:relative;width:20px;height:20px;flex-shrink:0;margin-top:2px}.auth-terms__check-native{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;width:100%;height:100%;margin:0;opacity:0;cursor:pointer;-webkit-appearance:checkbox;-moz-appearance:auto;appearance:auto}.auth-terms__box{position:absolute;top:0;right:0;bottom:0;left:0;box-sizing:border-box;border:2px solid rgba(0,123,255,.55);border-radius:5px;background:#fff;pointer-events:none;transition:background .15s ease,border-color .15s ease}.auth-terms__box--checked{background:#007bff;border-color:#007bff}.auth-terms__box--checked:after{content:"";position:absolute;left:5px;top:1px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.auth-terms__links{flex:1;min-width:0;cursor:default;word-break:break-word}.auth-link{border:none;background:none;padding:0;font:inherit;color:#007bff;cursor:pointer;font-weight:500}.auth-btn-primary{width:100%;height:50px;border:none;border-radius:12px;background:#007bff;color:#fff;font-size:17px;font-weight:600;cursor:pointer;margin-bottom:18px}.auth-btn-primary:active{opacity:.92}.auth-btn-primary:disabled{opacity:.55;cursor:not-allowed}.auth-row-links{display:flex;justify-content:space-between;align-items:center;width:100%;flex-wrap:wrap;row-gap:6px;padding:0 2px}.auth-row-links--center{justify-content:center;gap:6px;flex-wrap:wrap;margin-top:4px}.auth-text-muted{font-size:14px;color:#888}.auth-footer-hint{margin-top:18px;text-align:center;font-size:14px;color:#888}.auth-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:#00000059}.auth-overlay__caption{margin:0;max-width:280px;padding:0 24px;font-size:14px;line-height:1.45;color:#ffffffeb;text-align:center}@media (max-height: 740px),(max-width: 430px){.auth-page--register .auth-page__lang{top:calc(10px + env(safe-area-inset-top,0));right:10px}.auth-page--register .auth-page__main{padding:calc(54px + env(safe-area-inset-top,0)) 12px calc(12px + env(safe-area-inset-bottom,0))}.auth-page--login .auth-page__brand-outside{margin-bottom:8px}.auth-page--register .auth-card{border-radius:22px;padding:18px 16px 20px;max-height:calc(var(--app-viewport-height, 100dvh) - env(safe-area-inset-top,0) - env(safe-area-inset-bottom,0) - 88px);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none}.auth-page--register .auth-card::-webkit-scrollbar{width:0;height:0;display:none}.auth-page--register .auth-card__title{margin-bottom:14px;font-size:20px}.auth-page--register .auth-field{margin-bottom:12px}.auth-page--register .auth-btn-primary{height:46px;margin-bottom:12px}}.halo-wrapper{position:absolute;left:50%;top:calc(18px + env(safe-area-inset-top,0px));transform:translate(-50%);width:min(78vw,300px);aspect-ratio:1 / 1;height:auto;opacity:.7;pointer-events:none;z-index:1}@property --angle{syntax: "<angle>"; inherits: false; initial-value: 0deg;}.halo-flow{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:conic-gradient(from var(--angle),#6a5cff,#8a6cff,#a66cff,#6fd3ff,#6a5cff);-webkit-mask:radial-gradient(circle,transparent 58%,black 60%);mask:radial-gradient(circle,transparent 58%,black 60%);filter:blur(6px) brightness(1.3);animation:flow 4s linear infinite}.halo-blur{filter:blur(16px) brightness(1.6);opacity:.6;animation-duration:8s}@keyframes flow{0%{--angle: 0deg}to{--angle: 360deg}}.arco-button{cursor:pointer;text-align:center;font-size:0;display:block;width:100%;box-sizing:border-box;line-height:1.2;border-radius:2PX;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.arco-button.arco-button-inline{width:auto;display:inline-block}.arco-button.arco-button-type-primary{background:#165dff;color:#fff}.arco-button.arco-button-type-primary-disabled{background:#94bfff;color:#e8f3ff}.arco-button.arco-button-type-primary-active{background:#0e42d2}.arco-button-type-primary .bg-color-with-config{background:#fff}.arco-button-type-primary .stop-color-with-config{stop-color:#fff}.arco-button-type-primary .fill-color-with-config{fill:#fff}.arco-button-type-primary .stroke-color-with-config{stroke:#fff}.arco-button.arco-button-type-default{background:#e8f3ff;color:#165dff}.arco-button.arco-button-type-default-disabled{background:#e8f3ff;color:#94bfff}.arco-button.arco-button-type-default-active{background:#94bfff}.arco-button-type-default .bg-color-with-config{background:#165dff}.arco-button-type-default .stop-color-with-config{stop-color:#165dff}.arco-button-type-default .fill-color-with-config{fill:#165dff}.arco-button-type-default .stroke-color-with-config{stroke:#165dff}.arco-button.arco-button-type-ghost{background:transparent;color:#165dff}.arco-button.arco-button-type-ghost-disabled{background:transparent;color:#94bfff}.arco-button.arco-button-type-ghost-active{background:#e8f3ff}.arco-button-type-ghost .bg-color-with-config{background:#165dff}.arco-button-type-ghost .stop-color-with-config{stop-color:#165dff}.arco-button-type-ghost .fill-color-with-config{fill:#165dff}.arco-button-type-ghost .stroke-color-with-config{stroke:#165dff}.arco-button.arco-button-type-ghost{border:1PX solid currentColor}.arco-button.arco-button-type-ghost.half-border{border-width:0;box-shadow:0 0 0 1PX currentColor inset}@media (min-resolution: 2dppx){.arco-button.arco-button-type-ghost.half-border{box-shadow:0 0 0 .5PX currentColor inset}}.ios .arco-button.arco-button-type-ghost.half-border,.arco-button.arco-button-type-ghost.half-border.ios{box-shadow:none;border:.5PX solid currentColor}.arco-button.arco-button-size-mini{padding:0 .16rem;height:.48rem}.arco-button.arco-button-size-mini-is-round{border-radius:.48rem}.arco-button.arco-button-size-mini-is-square{border-radius:0}.arco-button.arco-button-size-mini .arco-button-icon,.arco-button.arco-button-size-mini i,.arco-button.arco-button-size-mini .arco-button-text,.arco-button.arco-button-size-mini svg{font-size:.24rem}.arco-button.arco-button-size-small{padding:0 .16rem;height:.56rem}.arco-button.arco-button-size-small-is-round{border-radius:.56rem}.arco-button.arco-button-size-small-is-square{border-radius:0}.arco-button.arco-button-size-small .arco-button-icon,.arco-button.arco-button-size-small i,.arco-button.arco-button-size-small .arco-button-text,.arco-button.arco-button-size-small svg{font-size:.28rem}.arco-button.arco-button-size-medium{padding:0 .32rem;height:.64rem}.arco-button.arco-button-size-medium-is-round{border-radius:.64rem}.arco-button.arco-button-size-medium-is-square{border-radius:0}.arco-button.arco-button-size-medium .arco-button-icon,.arco-button.arco-button-size-medium i,.arco-button.arco-button-size-medium .arco-button-text,.arco-button.arco-button-size-medium svg{font-size:.28rem}.arco-button.arco-button-size-large{padding:0 .32rem;height:.72rem}.arco-button.arco-button-size-large-is-round{border-radius:.72rem}.arco-button.arco-button-size-large-is-square{border-radius:0}.arco-button.arco-button-size-large .arco-button-icon,.arco-button.arco-button-size-large i,.arco-button.arco-button-size-large .arco-button-text,.arco-button.arco-button-size-large svg{font-size:.3rem}.arco-button.arco-button-size-huge{padding:0 .32rem;height:.88rem}.arco-button.arco-button-size-huge-is-round{border-radius:.88rem}.arco-button.arco-button-size-huge-is-square{border-radius:0}.arco-button.arco-button-size-huge .arco-button-icon,.arco-button.arco-button-size-huge i,.arco-button.arco-button-size-huge .arco-button-text,.arco-button.arco-button-size-huge svg{font-size:.32rem}.arco-button-text-android{padding-top:.04rem}.arco-button-icon{vertical-align:middle;display:inline-flex;align-items:center;justify-content:center}.arco-button-text{display:inline-block;vertical-align:middle}.arco-button-text-has-icon{margin-left:.08rem}[dir=rtl] .arco-button-text-has-icon{margin-left:initial;margin-right:.08rem}.arco-button-loading-icon{display:inline-block;vertical-align:middle}.arco-button.has-custom-border{border:1PX solid}.arco-theme-dark .arco-button.arco-button-type-primary{background:#3c7eff;color:#ffffffe6}.arco-theme-dark .arco-button.arco-button-type-primary-disabled{background:#0e32a6;color:#000d4d}.arco-theme-dark .arco-button.arco-button-type-primary-active{background:#689fff}.arco-theme-dark .arco-button-type-primary .bg-color-with-config{background:#ffffffe6}.arco-theme-dark .arco-button-type-primary .stop-color-with-config{stop-color:#ffffffe6}.arco-theme-dark .arco-button-type-primary .fill-color-with-config{fill:#ffffffe6}.arco-theme-dark .arco-button-type-primary .stroke-color-with-config{stroke:#ffffffe6}.arco-theme-dark .arco-button.arco-button-type-default{background:#000d4d;color:#3c7eff}.arco-theme-dark .arco-button.arco-button-type-default-disabled{background:#000d4d;color:#0e32a6}.arco-theme-dark .arco-button.arco-button-type-default-active{background:#0e32a6}.arco-theme-dark .arco-button-type-default .bg-color-with-config{background:#3c7eff}.arco-theme-dark .arco-button-type-default .stop-color-with-config{stop-color:#3c7eff}.arco-theme-dark .arco-button-type-default .fill-color-with-config{fill:#3c7eff}.arco-theme-dark .arco-button-type-default .stroke-color-with-config{stroke:#3c7eff}.arco-theme-dark .arco-button.arco-button-type-ghost{color:#3c7eff}.arco-theme-dark .arco-button.arco-button-type-ghost-disabled{color:#0e32a6}.arco-theme-dark .arco-button.arco-button-type-ghost-active{background:#000d4d}.arco-theme-dark .arco-button-type-ghost .bg-color-with-config{background:#3c7eff}.arco-theme-dark .arco-button-type-ghost .stop-color-with-config{stop-color:#3c7eff}.arco-theme-dark .arco-button-type-ghost .fill-color-with-config{fill:#3c7eff}.arco-theme-dark .arco-button-type-ghost .stroke-color-with-config{stroke:#3c7eff}.al-box-bg{width:100%;min-height:100vh;background-image:url(/public/img/applyleader/applyl-leader-bg.png);background-size:100%;background-repeat:no-repeat;background-color:#60a8f0}.al-box-content{width:90%;margin:auto;margin-top:2rem;padding:1rem}.chart-container{width:100%;background:#fffffff2;border-radius:15px;padding:15px;margin-bottom:20px;box-shadow:0 4px 12px #00000026}.statistics-bg{min-height:100vh;background:linear-gradient(180deg,#c80000,#e9433d);padding:0}.statistics-card{width:96%;margin:40px auto 0;background:#fff;border-radius:18px;box-shadow:0 4px 24px #c800001a;padding:24px 0;display:flex;flex-direction:column;align-items:stretch}.statistics-title{font-size:26px;font-weight:700;background:linear-gradient(90deg,gold,#ffb300);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;text-align:center;margin-bottom:10px;letter-spacing:2px}.statistics-price-row{display:flex;align-items:center;margin-bottom:10px;justify-content:center}.statistics-price-label{font-size:18px;color:#333;font-weight:500}.statistics-price-tag{background:#c80000;color:#fff;font-size:16px;border-radius:6px;padding:2px 12px;margin-left:12px;font-weight:600}.chart-container{width:100%;background:#fff;border-radius:10px;padding:0;margin-bottom:18px;box-shadow:none}.kyc-page{min-height:100vh;background:linear-gradient(180deg,#090b10,#0b0d12);color:#fff;overflow-x:clip}.kyc-scroll{padding:8px 12px 24px;overflow-x:clip}.kyc-hero{border-radius:14px;padding:18px 14px;background-image:url(/assets/banner-CXYDkWB2.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;border:1px solid #1f6be0}.kyc-hero__title-row{display:flex;align-items:center;gap:10px}.kyc-hero__cube{width:18px;height:18px;flex-shrink:0}.kyc-hero h1{margin:0;font-size:18px;line-height:1;font-weight:800}.kyc-card{margin-top:12px;border-radius:12px;background:#f3f4f6;padding:12px 10px 10px;overflow:hidden}.kyc-reward{position:relative;border-radius:10px;background:linear-gradient(90deg,#3f8ff5,#1670e6);min-height:64px;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;box-shadow:0 4px 14px #1670e659}.kyc-reward p{margin:0;font-size:14px;font-weight:700}.kyc-reward strong{font-size:22px;line-height:1;font-weight:900}.kyc-reward img{position:absolute;right:-6px;top:-12px;width:56px;height:auto}.kyc-field{margin-top:8px;border-radius:10px;background:#e5e7eb;padding:8px 10px}.kyc-field label{display:block;font-size:13px;color:#6b7280}.kyc-field label em{color:#ef4444;font-style:normal}.kyc-field input{margin-top:4px;width:100%;border:0;outline:0;background:transparent;font-size:16px;color:#111827}.kyc-field input:disabled{opacity:.85}.kyc-card__loading{display:flex;justify-content:center;align-items:center;min-height:120px;padding:24px 0}.kyc-status{margin-top:10px;border-radius:10px;padding:12px;display:flex;gap:10px;align-items:flex-start}.kyc-status__title{margin:0;font-size:15px;font-weight:800;color:#111827;line-height:1.35}.kyc-status__desc{margin:6px 0 0;font-size:13px;line-height:1.45;color:#374151}.kyc-status__icon{flex-shrink:0;width:22px;height:22px;margin-top:1px}.kyc-status__icon--success{color:#059669}.kyc-status__icon--reject{color:#dc2626}.kyc-status__icon--pending{width:22px;height:22px}.kyc-status--success{background:#ecfdf5;border:1px solid #a7f3d0}.kyc-status--reject{background:#fef2f2;border:1px solid #fecaca}.kyc-status--pending{background:#eff6ff;border:1px solid #bfdbfe}.kyc-field--verified{background:#f0fdf4;border:1px solid #6ee7b7}.kyc-field--verified label em{display:none}.kyc-field__value{margin-top:4px;font-size:16px;font-weight:700;color:#111827;word-break:break-all}.kyc-view-photos{margin-top:4px}.kyc-view-photo{margin-top:10px}.kyc-view-photo h3{margin:0 0 6px;font-size:14px;color:#1f2937;font-weight:700}.kyc-view-photo__frame{border:1px solid #d1d5db;border-radius:8px;background:#e5e7eb;overflow:hidden}.kyc-view-photo__frame img{width:100%;display:block;object-fit:cover;max-height:220px}.kyc-upload{margin-top:10px}.kyc-upload h3{margin:0 0 6px;font-size:14px;color:#1f2937;font-weight:700}.kyc-upload h3 em{color:#ef4444;font-style:normal}.kyc-upload__trigger{display:block;width:100%;border:1px solid #d1d5db;border-radius:8px;background:#e5e7eb;overflow:hidden;padding:0 0 10px;cursor:pointer}.kyc-upload img{width:100%;display:block;object-fit:cover;max-height:220px}.kyc-upload__hint{display:block;margin:8px 0 0;text-align:center;font-size:14px;color:#4b5563;font-weight:700}.kyc-upload__tips{display:block;margin:4px 0 0;text-align:center;font-size:12px;color:#6b7280}.kyc-upload input{display:none}.kyc-submit{margin-top:10px;width:100%;height:42px;border:none;border-radius:12px;background:linear-gradient(180deg,#2583f0,#0f67d9);color:#fff;font-size:18px;font-weight:800}.kyc-submit:disabled{opacity:.6}.kyc-resubmit-hint{margin:8px 0 0;text-align:center;font-size:12px;line-height:1.45;color:#6b7280}.kyc-panel{margin-top:12px;border-radius:12px;background:#1f2128;border:1px solid rgba(170,196,227,.12);padding:12px}.kyc-panel h2{margin:0;font-size:20px;line-height:1;font-weight:800}.kyc-faq-item{width:100%;min-height:42px;border:none;border-radius:0;background:transparent;color:#111827;display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:700;padding:0}.kyc-faq-item span{display:inline-flex;align-items:center;gap:8px}.kyc-faq-wrap+.kyc-faq-wrap{margin-top:10px}.kyc-faq-wrap{background:#e5e7eb;border-radius:16px;padding:12px 14px 14px}.kyc-faq-item__chev{transition:transform .2s ease;color:#9ca3af;transform:rotate(90deg)}.kyc-faq-item__chev.is-open{transform:rotate(90deg)}.kyc-faq-answer{margin:10px 0 0;font-size:14px;line-height:1.45;color:#374151}.kyc-panel--faq{padding:12px;border:1px solid rgba(170,196,227,.12);background:#1f2128;border-radius:12px}.kyc-panel--faq h2{margin:0 0 12px;font-size:20px}.kyc-panel--faq .kyc-panel__foot{margin:12px 2px 0;font-size:12px;color:#c2cddccc}.kyc-panel__foot{margin:10px 0 0;font-size:12px;color:#c2cddcc2}.kyc-rule{margin-top:12px}.kyc-rule__meta{display:flex;align-items:flex-start;gap:8px}.kyc-rule__bad{width:20px;height:20px;border-radius:4px;background:#ef4444;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;flex-shrink:0}.kyc-rule h3{margin:0;font-size:18px;color:#fff}.kyc-rule p{margin:3px 0 0;font-size:13px;color:#bccadcd9;line-height:1.4}.kyc-rule img{margin-top:8px;width:100%;border-radius:8px;background:#2c2f38;display:block}.kyc-rule__grid{margin-top:8px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.wt-page{min-height:100vh;background:#000;color:#ffffffeb;box-sizing:border-box}.wt-page__scroll{padding:0 14px 28px;box-sizing:border-box;background:#000;min-height:100vh}.wt-hero{position:relative;margin:0 0 16px;padding:18px 16px 20px;border-radius:14px;overflow:hidden;background:radial-gradient(ellipse 100% 80% at 80% 20%,rgba(56,189,248,.25),transparent 55%),linear-gradient(135deg,#0a1a3a,#0d2d6b 45%,#0a4a9e);border:1px solid rgba(56,189,248,.2)}.wt-hero__icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:12px;background:linear-gradient(145deg,#fff3,#38bdf826);box-shadow:0 4px 16px #00000040}.wt-hero__title{position:relative;margin:0;padding-right:56px;font-size:20px;font-weight:700;color:#fff;line-height:1.3}.wt-loading{display:flex;justify-content:center;padding:40px 0}.wt-empty{text-align:center;color:#ffffff73;font-size:14px;padding:18px 0 0}.wt-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.wt-card{background:#141418;border:1px solid rgba(26,140,255,.22);border-radius:12px;padding:12px 14px 14px;box-sizing:border-box}.wt-card__tag{display:inline-block;font-size:11px;font-weight:700;padding:3px 10px;border-radius:999px;color:#fff;margin-bottom:8px}.wt-card__tag--purple{background:linear-gradient(135deg,#7c3aed,#5b21b6)}.wt-card__tag--gold{background:linear-gradient(135deg,#d97706,#b45309)}.wt-card__desc{margin:0 0 12px;font-size:13px;color:#ffffffb8;line-height:1.45;word-break:break-all}.wt-card__row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-top:8px;font-size:13px}.wt-card__label{flex-shrink:0;color:#ffffff73}.wt-card__value{text-align:right;color:#ffffffeb;word-break:break-all}.wt-card__value--plus{color:#22c55e;font-weight:700}.wt-card__value--minus{color:#f87171;font-weight:700}.wt-card__mono{text-align:right;font-size:12px;color:#ffffffe0;word-break:break-all}.wt-footer{margin-top:20px;text-align:center}.wt-no-more{font-size:13px;color:#ffffff61}.wt-more{border:1px solid rgba(255,255,255,.15);background:#1c1c1e;color:#ffffffd9;font-size:14px;font-weight:600;padding:10px 28px;border-radius:999px;cursor:pointer}.wt-more:disabled{opacity:.5}.ref-page{min-height:100vh;background:#000;color:#ffffffeb;box-sizing:border-box}.ref-page__scroll{padding:0 14px 28px;box-sizing:border-box;background:radial-gradient(ellipse 90% 60% at 65% 5%,rgba(56,189,248,.18),transparent 56%),radial-gradient(ellipse 70% 55% at 15% 18%,rgba(139,92,246,.16),transparent 60%),#000;min-height:100vh}.ref-hero{position:relative;border-radius:16px;padding:18px 16px;margin:0 0 14px;overflow:hidden;background:radial-gradient(ellipse 80% 60% at 70% 15%,rgba(56,189,248,.3),transparent 55%),radial-gradient(ellipse 60% 55% at 10% 35%,rgba(139,92,246,.22),transparent 58%),linear-gradient(180deg,#0369a1bf,#0000);border:1px solid rgba(56,189,248,.18)}.ref-hero__title{margin:0 0 8px;font-size:22px;font-weight:800;letter-spacing:.01em;color:#fff}.ref-hero__desc{margin:0;font-size:13px;line-height:1.55;color:#ffffffb3}.ref-card{background:#141418eb;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:16px 14px;margin-bottom:16px;box-sizing:border-box;box-shadow:0 16px 40px #00000073}.ref-loading{display:flex;justify-content:center;padding:30px 0}.ref-qr-wrap{display:flex;justify-content:center;margin:4px 0 14px}.ref-qr{width:220px;height:220px;background:#fff;border-radius:14px;padding:12px;box-sizing:border-box}.ref-qr--placeholder{background:#1c1c1e;border:1px dashed rgba(255,255,255,.12)}.ref-field{margin-top:12px}.ref-field__label{font-size:12px;color:#ffffff8c;margin-bottom:8px}.ref-field__row{display:flex;align-items:center;gap:10px}.ref-field__value{flex:1;min-width:0;padding:12px;border-radius:12px;background:#f4f5f7;color:#111;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ref-copy{width:44px;height:44px;border:none;border-radius:12px;background:#007aff;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;-webkit-tap-highlight-color:transparent}.ref-copy:active{opacity:.9}.ref-copy__icon{width:20px;height:20px}.ref-levels{padding-top:6px}.ref-levels__title{margin:0 0 6px;text-align:center;font-size:20px;font-weight:800;color:#fff}.ref-levels__desc{margin:0 0 14px;text-align:center;font-size:13px;color:#ffffff8c}.ref-levels__list{display:flex;flex-direction:column;gap:12px}.ref-tier{position:relative;display:grid;grid-template-columns:56px 1fr 92px;align-items:center;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:14px;box-sizing:border-box;overflow:hidden}.ref-tier:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 55% at 25% 30%,rgba(59,130,246,.18),transparent 55%),radial-gradient(ellipse 45% 50% at 85% 35%,rgba(56,189,248,.14),transparent 60%);pointer-events:none}.ref-tier__level{position:relative;font-size:34px;font-weight:900;color:#3b82f6;line-height:1}.ref-tier__body{position:relative;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center}.ref-tier__badge{position:relative;display:flex;justify-content:flex-end;align-items:flex-end;font-size:14px;font-weight:800;color:#ffffffeb;letter-spacing:.02em}.ref-tier__body-label{font-size:12px;color:#fff9}.ref-tier__hint{font-size:12px;color:#ffffff80}.ref-tier__pct{position:relative;font-size:34px;font-weight:900;color:#3b82f6;line-height:1}.ref-deco{position:relative;height:220px;margin-top:18px;border-radius:20px;overflow:hidden}.ref-deco__img{width:90%;height:100%;display:block;margin:0 auto;object-fit:contain}.lp-page{min-height:var(--app-viewport-height, 100dvh);display:flex;flex-direction:column;overflow:hidden;background:#000;color:#ffffffeb}.lp-scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:0 16px calc(32px + env(safe-area-inset-bottom,0) + var(--keyboard-inset, 0px));scroll-padding-bottom:calc(var(--keyboard-inset, 0px) + env(safe-area-inset-bottom,0));box-sizing:border-box;background:radial-gradient(ellipse 90% 55% at 70% 0%,rgba(56,189,248,.18),transparent 60%),radial-gradient(ellipse 80% 60% at 20% 18%,rgba(139,92,246,.16),transparent 62%),#000}.lp-card{margin-top:14px;border-radius:18px;background:#fffffff5;padding:14px 14px 18px;box-shadow:0 22px 56px #00000073}.lp-head{position:relative;border-radius:14px;padding:26px 16px;background:radial-gradient(ellipse 60% 70% at 70% 30%,rgba(59,130,246,.75),transparent 56%),linear-gradient(135deg,#111827,#1e3a8a);color:#fff;overflow:hidden}.lp-head__title{margin:0;font-size:16px;font-weight:800;letter-spacing:.01em}.lp-form{padding-top:12px}.lp-field{margin-top:12px}.lp-label{font-size:13px;color:#111827db;font-weight:700;margin:0 0 8px}.lp-label__req{color:#ef4444;margin-left:4px}.lp-input{width:100%;height:44px;border-radius:12px;border:1px solid #d1d5db;outline:none;padding:0 12px;background:#f3f4f6;color:#111827;font-size:16px;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.lp-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f629}.lp-hints{margin-top:10px;display:flex;flex-direction:column;gap:8px}.lp-hint{display:flex;align-items:center;gap:8px;font-size:12px;color:#374151b3}.lp-hint__icon{width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#eef2ff;color:#3b82f6;flex:0 0 auto}.lp-actions{margin-top:16px}.lp-btn{width:100%;height:46px;border-radius:14px;border:none;background:#1677ff;color:#fff;font-size:15px;font-weight:800;cursor:pointer;-webkit-tap-highlight-color:transparent}.lp-btn:disabled{opacity:.6;cursor:not-allowed}.lp-btn:active:not(:disabled){opacity:.92}.ro-page{min-height:100vh;background:#000;color:#ffffffeb;box-sizing:border-box}.ro-page__scroll{padding:0 14px 28px;box-sizing:border-box;background:#000;min-height:100vh}.ro-hero{position:relative;margin:0 0 16px;padding:18px 16px 16px;border-radius:14px;overflow:hidden;background:radial-gradient(ellipse 100% 80% at 80% 20%,rgba(56,189,248,.25),transparent 55%),linear-gradient(135deg,#0a1a3a,#0d2d6b 45%,#0a4a9e);border:1px solid rgba(56,189,248,.2)}.ro-hero__head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.ro-hero__icon{width:36px;height:36px;border-radius:10px;flex-shrink:0;background:linear-gradient(145deg,#ffffff38,#38bdf833);box-shadow:0 4px 14px #00000038}.ro-hero__title{margin:0;font-size:20px;font-weight:700;color:#fff;line-height:1.3}.ro-hero__tabs{display:flex;flex-wrap:wrap;gap:10px}.ro-pill{border:1px solid rgba(56,189,248,.55);background:#00000026;color:#ffffffe0;font-size:13px;font-weight:600;padding:8px 18px;border-radius:999px;cursor:pointer}.ro-pill:disabled{opacity:.45;cursor:default}.ro-pill--active{background:#38bdf82e;border-color:#38bdf8d9;color:#fff}.ro-loading{display:flex;justify-content:center;padding:40px 0}.ro-empty{text-align:center;color:#ffffff73;font-size:14px;padding:18px 0 0}.ro-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.ro-card{position:relative;background:#0f0f12;border:1px solid #3b82f6;border-radius:12px;padding:12px 14px 14px;box-sizing:border-box;box-shadow:0 0 0 1px #3b82f626}.ro-card--cancelled{background:#1a1a1c;border:1px solid #0057ff;box-shadow:none}.ro-tag--magenta{background:#ff007a;color:#fff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:999px;line-height:1.2}.ro-card__amount--cancelled{color:#007bff;text-shadow:none;font-size:17px;font-weight:800}.ro-card--cancelled .ro-card__label{color:#ffffff6b}.ro-card__mono--cancelled,.ro-card__value--cancelled{color:#ffffffe0}.ro-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.ro-card__tags{display:flex;flex-wrap:wrap;align-items:center;gap:6px;flex:1;min-width:0}.ro-tag{display:inline-flex;align-items:center;font-size:11px;font-weight:700;padding:4px 10px;border-radius:999px;color:#fff;line-height:1.2;max-width:100%;word-break:break-word}.ro-tag--green{background:linear-gradient(180deg,#22c55e,#16a34a)}.ro-tag--yellow{background:linear-gradient(180deg,#eab308,#ca8a04)}.ro-tag--red{background:linear-gradient(180deg,#ef4444,#dc2626)}.ro-tag--grey{background:linear-gradient(180deg,#6b7280,#4b5563)}.ro-card__amount{font-size:17px;font-weight:800;color:#38bdf8;white-space:nowrap;flex-shrink:0;text-shadow:0 0 12px rgba(56,189,248,.25)}.ro-card__row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-top:8px;font-size:13px}.ro-card__label{flex-shrink:0;color:#ffffff73}.ro-card__value{text-align:right;color:#ffffffeb;word-break:break-all}.ro-card__mono{text-align:right;font-size:12px;color:#ffffffe0;word-break:break-all}.ro-footer{margin-top:20px;text-align:center}.ro-no-more{font-size:13px;color:#ffffff61}.ro-more{border:1px solid rgba(255,255,255,.15);background:#1c1c1e;color:#ffffffd9;font-size:14px;font-weight:600;padding:10px 28px;border-radius:999px;cursor:pointer}.ro-more:disabled{opacity:.5}.sl-page{min-height:100vh;width:100%;background:#000;color:#ffffffeb;box-sizing:border-box}.sl-page__scroll{padding:0 14px 24px;box-sizing:border-box}.sl-hero{text-align:center;padding:26px 0}.sl-hero__title{margin:0 0 8px;font-size:22px;font-weight:800;color:#fff;line-height:2}.sl-hero__highlight{color:#facc15}.sl-hero__sub{margin:0;font-size:13px;color:#ffffffa6;line-height:1.5;padding:0 4px}.sl-card{width:90%;background:linear-gradient(165deg,#0d4a9e,#0a3d7a 40%,#082952);border-radius:18px;padding:16px 14px 18px;border:1px solid rgba(56,189,248,.22);box-sizing:border-box;margin:0 auto 16px}.sl-wheel-wrap{position:relative;width:min(90%,302px);margin:0 auto 18px;aspect-ratio:1}.sl-wheel__rotor{position:absolute;top:-2.5%;right:-2.5%;bottom:-2.5%;left:-2.5%;transition:transform 4.7s cubic-bezier(.12,.85,.22,1)}.sl-wheel{position:absolute;top:20px;right:20px;bottom:20px;left:20px;width:calc(100% - 40px);height:calc(100% - 40px);filter:saturate(1.2) contrast(1.08) drop-shadow(0 8px 18px rgba(0,0,0,.34));border-radius:50%;z-index:2}.sl-wheel__frame{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:radial-gradient(circle at 32% 28%,#ff6b4f,#de3a2f 38%,#c92621);box-shadow:inset 0 0 0 4px #ffffffd9,inset 0 0 0 16px #fff3,0 10px 22px #00000059;z-index:1}.sl-wheel__frame:before{content:"";position:absolute;top:15px;right:15px;bottom:15px;left:15px;border-radius:50%;box-shadow:inset 0 0 0 2px #ffffffe6}.sl-wheel__frame:after{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:50%;border:2px solid rgba(255,207,173,.45)}.sl-wheel__frame-dot{position:absolute;width:9px;height:9px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#fffbe4,#f6d15f 65%,#c18d2f);box-shadow:0 0 5px #ffd274bf}.sl-wheel__frame-dot--0{left:50%;top:12px;transform:translate(-50%)}.sl-wheel__frame-dot--1{right:24%;top:18px}.sl-wheel__frame-dot--2{right:10px;top:50%;transform:translateY(-50%)}.sl-wheel__frame-dot--3{right:24%;bottom:18px}.sl-wheel__frame-dot--4{left:50%;bottom:12px;transform:translate(-50%)}.sl-wheel__frame-dot--5{left:24%;bottom:18px}.sl-wheel__frame-dot--6{left:10px;top:50%;transform:translateY(-50%)}.sl-wheel__frame-dot--7{left:24%;top:18px}.sl-wheel__inner-ring{position:absolute;top:20px;right:20px;bottom:20px;left:20px;border-radius:50%;box-shadow:inset 0 0 0 2px #ffffffe0;pointer-events:none;z-index:3}.sl-wheel__needle{position:absolute;left:50%;top:50%;width:0;height:0;transform:translate(-50%,-62px);border-left:11.5px solid transparent;border-right:11.5px solid transparent;border-bottom:31px solid #f0cd59;filter:drop-shadow(0 2px 6px rgba(0,0,0,.45));z-index:5}.sl-wheel__hub{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#f9da82,#ce8426 58%,#93510d);border:3px solid #e7c06a;box-shadow:0 4px 14px #00000080,inset 0 2px 8px #ffebacb3;z-index:6;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;-webkit-tap-highlight-color:transparent}.sl-wheel__hub:active:not(:disabled){transform:translate(-50%,-50%) scale(.96)}.sl-wheel__hub:disabled{opacity:1;cursor:not-allowed}.sl-wheel__hub-text{font-size:28px;font-weight:800;color:#422006;text-align:center;line-height:1;transform:scale(.5)}.sl-stats{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.sl-stat-line{display:flex;align-items:center;justify-content:space-between;font-size:13px}.sl-stat-line__label{color:#ffffffb8}.sl-stat-line__value{font-weight:700;color:#fff}.sl-actions{display:flex;flex-direction:column;gap:10px}.sl-btn{width:100%;height:36px;display:flex;align-items:center;justify-content:center;border:none;border-radius:14px;padding:0 16px;font-size:14px;font-weight:700;cursor:pointer;-webkit-tap-highlight-color:transparent}.sl-btn:disabled{opacity:.55;cursor:not-allowed}.sl-btn:active:not(:disabled){opacity:.92;transform:scale(.99)}.sl-btn--draw{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.sl-btn--sign{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.sl-btn--signed{background:#2563eb73;color:#fffffff2;border:1px solid rgba(147,197,253,.35)}.sl-footer-hint{margin:14px 0 0;font-size:12px;line-height:1.55;color:#ffffffb3}.sl-faq{background:#fff;border-radius:16px;padding:16px 12px 12px;color:#111;box-sizing:border-box}.sl-faq__title{margin:0 0 14px;text-align:center;font-size:17px;font-weight:800;color:#1d4ed8}.sl-faq__item{border:1px solid #e5e7eb;border-radius:12px;margin-bottom:10px;overflow:hidden}.sl-faq__item:last-child{margin-bottom:0}.sl-faq__item[open]{border-color:#1d4ed873}.sl-faq__summary{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px;font-size:14px;font-weight:700;color:#111;cursor:pointer;list-style:none}.sl-faq__summary::-webkit-details-marker{display:none}.sl-faq__plus{flex-shrink:0;font-size:18px;font-weight:400;color:#9ca3af;line-height:1}.sl-faq__answer{margin:0;padding:0 12px 12px;font-size:13px;line-height:1.55;color:#6b7280}.sl-loading{display:flex;justify-content:center;padding:48px 0}.sl-slice-label{font-size:13px;font-weight:700;fill:#fff;text-shadow:0 1px 3px rgba(0,0,0,.6);pointer-events:none}.sl-cash-sign{font-size:7px;font-weight:800;fill:#4f7a35;pointer-events:none}@media (min-width: 480px){.sl-wheel__hub-text{font-size:25px}.sl-slice-label{font-size:14px}}.ab-page{min-height:100vh;width:100%;background:#000;color:#ffffffeb;box-sizing:border-box}.ab-page__scroll{padding:0 14px 28px;box-sizing:border-box}.ab-hero{position:relative;text-align:center;padding:18px 14px 22px;overflow:hidden;border-radius:14px;min-height:340px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.ab-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f172a33,#00000080 45%,#000000e0);pointer-events:none}.ab-hero__bg{position:absolute;left:0;right:0;top:0;height:100%;width:100%;object-fit:cover;object-position:center 30%;opacity:.55;filter:saturate(1.15)}.ab-hero__icon,.ab-hero__title,.ab-hero__sub,.ab-hero__btn,.ab-hero__tag{position:relative;z-index:1}.ab-hero__icon{margin-top:8px;width:120px;height:auto;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;filter:drop-shadow(0 12px 28px rgba(37,99,235,.35))}.ab-hero__title{margin:14px 0 10px;font-size:26px;font-weight:800;color:#fff;line-height:1.35;letter-spacing:.02em}.ab-hero__sub{margin:0 0 16px;font-size:13px;color:#ffffffb8;line-height:1.75;padding:0 8px;max-width:340px}.ab-hero__btn{display:inline-flex;align-items:center;justify-content:center;min-width:210px;padding:12px 28px;border:none;border-radius:999px;font-size:16px;font-weight:700;color:#fff;background:linear-gradient(180deg,#3b82f6,#2563eb);box-shadow:0 4px 20px #2563eb80}.ab-hero__tag{margin:14px 0 0;font-size:12px;color:#ffffff80;max-width:340px;line-height:1.5}.ab-section-loading{display:flex;justify-content:center;padding:28px 0}.ab-products{margin-top:10px}.ab-product-strip{margin:0 0 4px;overflow:hidden}@keyframes ab-product-marquee{0%{transform:translateZ(0)}to{transform:translate3d(calc(-50% - (var(--ab-strip-gap, 0px) / 2)),0,0)}}.ab-product-strip__inner{display:flex;gap:var(--ab-strip-gap, 0px);will-change:transform;box-sizing:border-box}.ab-product-card{position:relative;flex-shrink:0;width:calc((100% - ((var(--ab-slide-total, 1) - 1) * var(--ab-strip-gap, 0px))) / var(--ab-slide-total, 1));min-width:0;background:#fff;color:#111827;border-radius:18px;padding:16px 14px 14px;box-shadow:0 8px 28px #00000038;text-align:left;box-sizing:border-box}.ab-product-card__icons{display:flex;flex-direction:row;align-items:center;justify-content:center;margin:0 0 12px;width:100%}.ab-product-card__icon-ring{flex-shrink:0;margin-left:-10px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #e5e7eb;background:#f9fafb;line-height:0}.ab-product-card__icon-ring:first-child{margin-left:0}.ab-product-card__icon{width:36px;height:36px;border-radius:50%;object-fit:cover;display:block;vertical-align:middle}.ab-product-card__tag{display:inline-block;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700;color:#2563eb;border:1px solid rgba(37,99,235,.5);background:#fff;margin-bottom:0;flex-shrink:0}.ab-product-card__title-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.ab-product-card__title-main{flex:1;min-width:0;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ab-product-card__title{margin:0;font-size:19px;font-weight:700;line-height:1.35;color:#000;letter-spacing:-.01em}.ab-product-card__desc{margin:0;font-size:14px;font-weight:400;color:#525252;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;overflow-wrap:anywhere;word-break:break-word}.ab-product-card__invest{flex-shrink:0;border:none;border-radius:10px;padding:6px 12px;font-size:13px;font-weight:700;color:#fff;background:#0e73e7;cursor:pointer;white-space:nowrap;line-height:1.1}.ab-product-card__invest:active{opacity:.92}.ab-product-card__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px 2px;margin-top:12px;padding:10px 6px;border:1px solid #e5e7eb;border-radius:12px;background:#fafafa}.ab-product-card__stat{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0}.ab-product-card__stat-val{font-size:14px;font-weight:800;line-height:1.25;word-break:break-all}.ab-product-card__money{display:inline-flex;align-items:baseline;gap:2px;white-space:nowrap;word-break:normal}.ab-product-card__money-unit{font-size:11px;line-height:1;font-weight:700}.ab-product-card__stat-val--return{color:#22c55e}.ab-product-card__stat-val--flop{color:#2563eb}.ab-product-card__stat-val--limit{color:#7c3aed}.ab-product-card__stat-val--cycle{color:#d97706}.ab-product-card__stat-label{margin-top:4px;font-size:12px;color:#666;line-height:1.3}.ab-product-card__progress{margin-top:14px}.ab-product-card__progress-head{display:flex;align-items:center;justify-content:space-between;font-size:12px;line-height:1.2}.ab-product-card__progress-label{color:#6b7280;font-weight:600}.ab-product-card__progress-pct{color:#374151;font-weight:700}.ab-product-card__bar{margin-top:8px;height:4px;border-radius:999px;background:#e5e7eb;overflow:hidden}.ab-product-card__bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#60a5fa,#2563eb);transition:width .35s ease}.ab-empty{text-align:center;padding:20px 12px;font-size:14px;color:#ffffff80}.ab-key{position:relative;margin-top:10px;border-radius:22px;overflow:hidden;box-shadow:0 10px 36px #00000047;background:linear-gradient(165deg,#fcfcfd,#f3f4f6 48%,#eef0f3);color:#0f172a}.ab-key:before{content:"";position:absolute;top:-35%;left:50%;transform:translate(-50%);width:120%;height:65%;pointer-events:none;background:radial-gradient(ellipse 70% 55% at 50% 0%,rgba(255,255,255,.95) 0%,transparent 72%),repeating-linear-gradient(118deg,#fff0 0,#fff0 36px,#94a3b80f 36px,#94a3b80f 37px);opacity:.85}.ab-key__inner{position:relative;z-index:1;padding:22px 18px 18px}.ab-key__title{margin:0 0 8px;font-size:22px;font-weight:800;color:#020617;letter-spacing:-.02em;line-height:1.25}.ab-key__sub{margin:0 0 22px;font-size:14px;color:#64748b;line-height:1.5}.ab-key__steps{margin:0;padding:0;list-style:none}.ab-key__step{display:flex;gap:14px;align-items:center;margin-bottom:20px}.ab-key__step:last-of-type{margin-bottom:22px}.ab-key__num{flex-shrink:0;width:30px;height:30px;border-radius:9px;background:linear-gradient(180deg,#3b82f6,#2563eb);color:#fff;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #2563eb59}.ab-key__text{flex:1;font-size:15px;line-height:1.55;font-weight:600;color:#111827}.ab-key__art{margin-top:4px;padding:14px 12px 12px;border-radius:18px;background:linear-gradient(180deg,#e2e5ea,#d8dce3);box-shadow:inset 0 1px #ffffffa6,inset 0 -2px 12px #0f172a0f}.ab-key__art-inner{position:relative;border-radius:14px;overflow:hidden;background:#e8eaee}.ab-key__art-inner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:14px;box-shadow:inset 0 0 48px 20px #ffffffbf}.ab-key__art-inner img{width:100%;height:auto;display:block;vertical-align:middle}.ab-features{margin:24px 0 10px}.ab-features__head{margin:0 0 16px;text-align:center;font-size:20px;font-weight:900;color:#fff;letter-spacing:.02em}.ab-features__list{display:flex;flex-direction:column;gap:12px}.ab-feat-card{border-radius:16px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#1c1c1f,#161618);padding:16px 14px 14px;box-shadow:0 4px 20px #00000059}.ab-feat-card__top{display:flex;flex-direction:row;align-items:center;gap:14px}.ab-feat-card__icon{flex-shrink:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center}.ab-feat-card__img{width:52px;height:52px;object-fit:contain}.ab-feat-card__title{flex:1;margin:0;font-size:16px;font-weight:800;color:#fff;line-height:1.35;text-align:left}.ab-feat-card__rule{height:1px;margin:14px 0 12px;background:#ffffff1a}.ab-feat-card__desc{margin:0;font-size:13px;color:#a1a1aa;line-height:1.6;text-align:left}.ab-faq-wrap{background:#fff;color:#0f172a;margin:8px -14px 0;padding:20px 16px 28px;border-radius:22px 22px 0 0;box-shadow:0 -8px 32px #00000059}.ab-faq__title{margin:0 0 16px;text-align:center;font-size:18px;font-weight:900;color:#2563eb}.ab-faq{list-style:none;margin:0;padding:0}.ab-faq__item{border-radius:14px;background:#f4f4f5;margin-bottom:10px;overflow:hidden}.ab-faq__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border:none;background:transparent;font-size:14px;font-weight:700;color:#111827;text-align:left;cursor:pointer}.ab-faq__plus{flex-shrink:0;font-size:18px;font-weight:400;color:#6b7280}.ab-faq__a{margin:0;padding:0 14px 14px;font-size:13px;color:#4b5563;line-height:1.65}.abp-page{min-height:100vh;width:100%;background:#000;color:#ffffffeb;box-sizing:border-box}.abp-page__scroll{padding:0 14px 28px;box-sizing:border-box}.abp-list{display:flex;flex-direction:column;gap:12px}.abp-list-title{margin:0 0 14px;font-size:20px;font-weight:800;color:#fff;letter-spacing:-.02em}.dt-page{min-height:100vh;width:100%;background:#000;color:#ffffffeb;box-sizing:border-box}.dt-page__scroll{padding:0 14px 28px;box-sizing:border-box}.dt-hero{position:relative;text-align:center;padding:18px 14px 22px;overflow:hidden;border-radius:14px;min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.dt-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000001a,#0000008c 52%,#000000e6);pointer-events:none}.dt-hero__bg{position:absolute;left:0;right:0;bottom:-8px;height:31%;width:100%;object-fit:cover;object-position:center;opacity:.9;filter:blur(.8px) saturate(1.05);transform:scale(1.08)}.dt-hero__icon,.dt-hero__title,.dt-hero__sub,.dt-hero__btn,.dt-hero__tag{position:relative;z-index:1}.dt-hero__icon{margin-top:14px;width:132px;height:auto;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;filter:drop-shadow(0 10px 22px rgba(0,0,0,.45))}.dt-hero__title{margin:18px 0 10px;font-size:24px;font-weight:800;color:#fff;line-height:1.35;letter-spacing:.02em}.dt-hero__sub{margin:0 0 16px;font-size:13px;color:#ffffffb8;line-height:1.8;padding:0 10px;max-width:320px}.dt-hero__btn{display:inline-flex;align-items:center;justify-content:center;min-width:210px;padding:12px 28px;border:none;border-radius:999px;font-size:16px;font-weight:700;color:#fff;background:linear-gradient(180deg,#2563eb,#1d4ed8);box-shadow:0 4px 16px #2563eb73}.dt-hero__tag{margin:16px 0 0;font-size:12px;color:#ffffff8c;max-width:330px}.dt-cat-carousel{margin:0 0 8px;overflow:hidden;display:flex;justify-content:center}.dt-cat-carousel__inner{display:flex;gap:8px;transition:transform .65s ease;will-change:transform}.dt-section-loading{width:100%;min-width:240px;display:flex;justify-content:center;align-items:center;padding:24px 0}.dt-cat-card{width:100%;flex-shrink:0;border-radius:16px;background:#f4f4f5;color:#111827;padding:12px 12px 10px;box-sizing:border-box}.dt-cat-card__title{margin:0 0 6px;font-size:26px;line-height:1.25;font-weight:800}.dt-cat-card__desc{margin:0 0 12px;color:#6b7280;font-size:13px;line-height:1.45}.dt-cat-card__img-wrap{border-radius:12px;overflow:hidden;height:150px;display:flex;align-items:center;justify-content:center;padding:12px 0;box-sizing:border-box}.dt-cat-card__img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.dt-product-strip{margin:0 0 12px;overflow:hidden}@keyframes dt-product-marquee{0%{transform:translateZ(0)}to{transform:translate3d(calc(-50% - (var(--dt-strip-gap, 0px) / 2)),0,0)}}.dt-product-strip__inner{display:flex;gap:var(--dt-strip-gap, 0px);will-change:transform}.dt-product-card{position:relative;width:calc((100% - ((var(--dt-product-total, 1) - 1) * var(--dt-strip-gap, 0px))) / var(--dt-product-total, 1));flex-shrink:0;background:#fff;border-radius:14px;overflow:hidden;padding-bottom:10px}.dt-product-card__img-wrap{position:relative;height:201px;background:#0f172a;overflow:hidden}.dt-product-card__img{width:100%;height:100%;object-fit:cover;display:block}.dt-product-card__metrics-overlay{position:absolute;right:0;bottom:0;min-width:86px;padding:8px 10px;border-radius:12px 0 0;background:linear-gradient(180deg,#2653a8eb,#173a7eeb);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.dt-product-card__metrics-period{font-size:16px;font-weight:700;line-height:1.2}.dt-product-card__metrics-rate{font-size:18px;font-weight:800;line-height:1.15}.dt-product-card__title{margin:10px 10px 4px;font-size:16px;font-weight:800;color:#111;line-height:1.25;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.dt-product-card__desc{margin:0 10px;font-size:12px;color:#5e6673;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dt-features{margin-bottom:4px}.dt-features__head{margin:0 0 14px;text-align:center;font-size:20px;font-weight:900;color:#fff}.dt-features__box{border-radius:20px;border:1px solid #333;background:#050a14;padding:8px 0 0;margin-bottom:20px}.dt-feat-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px 18px 22px;border-bottom:1px solid #333}.dt-feat-item:last-child{border-bottom:none;padding-bottom:24px}.dt-feat-item__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:14px}.dt-feat-item__img{width:90px;height:90px;object-fit:contain}.dt-feat-item__title{font-size:18px;font-weight:800;color:#fff;line-height:1.35;margin:0 0 10px}.dt-feat-item__desc{margin:0;max-width:100%;font-size:13px;color:#ccc;line-height:1.55}.dt-faq-wrap{background:#fff;color:#0f172a;margin:8px;padding:20px 16px 28px;border-radius:22px 22px 0 0;box-shadow:0 -8px 32px #00000059}.dt-faq__title{margin:0 0 16px;text-align:center;font-size:17px;font-weight:800;color:#2563eb}.dt-faq{list-style:none;margin:0;padding:0}.dt-faq__item{border:1px solid #e2e8f0;border-radius:12px;margin-bottom:10px;overflow:hidden;background:#fff}.dt-faq__item--highlight{border-color:#2563eb8c;box-shadow:0 0 0 1px #2563eb33;background:#eff6ffa6}.dt-faq__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border:none;background:transparent;text-align:left;font-size:14px;font-weight:700;color:#0f172a}.dt-faq__plus{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#64748b}.dt-faq__a{margin:0;padding:0 14px 14px;font-size:13px;color:#475569;line-height:1.6}.dt-faq__cta{margin-top:18px;display:flex;justify-content:center}.dt-faq__invest{display:inline-flex;align-items:center;gap:8px;padding:12px 32px;border-radius:999px;border:2px solid #2563eb;background:#fff;color:#2563eb;font-size:15px;font-weight:700}.dtp-page{min-height:100vh;width:100%;background:#000;color:#ffffffeb;box-sizing:border-box;padding-bottom:14px}.dtp-page__scroll{padding:8px 10px 18px;box-sizing:border-box}.dtp-cats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px;border-top:1px solid rgba(255,255,255,.14);padding-top:10px}.dtp-cat{border:1px solid rgba(17,24,39,.18);border-radius:999px;min-height:38px;padding:8px 14px;font-size:15px;line-height:1.2;cursor:pointer;background:#f2f2f2;color:#111827;text-align:center;display:block;transition:background .15s ease,color .15s ease,transform .12s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:normal;-webkit-hyphens:none;hyphens:none}.dtp-cat:active{transform:scale(.98)}.dtp-cat--active{background:#0d6efd;color:#fff;border-color:#0d6efd;box-shadow:0 2px 10px #0d6efd47}.dtp-list{display:flex;flex-direction:column;gap:10px}.dtp-card{border-radius:14px;overflow:hidden;background:#f5f5f5;color:#111;box-shadow:none;cursor:pointer}.dtp-card:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.dtp-card__media{position:relative;height:132px;background:linear-gradient(145deg,#1e3a5f,#0f172a)}.dtp-card__img{width:100%;height:100%;object-fit:cover;display:block}.dtp-card__badge{position:absolute;top:8px;left:8px;padding:3px 10px;border-radius:999px;font-size:10px;font-weight:700;background:#22c55ef2;color:#fff;z-index:1}.dtp-card__overlay{position:absolute;right:0;bottom:0;width:188px;max-width:58%;background:linear-gradient(180deg,#2e63aceb,#214e8beb);border-radius:12px 0 0;padding:6px 8px;display:flex;flex-direction:column;justify-content:center;gap:2px;box-sizing:border-box}.dtp-card__metric{display:flex;align-items:baseline;justify-content:flex-end;gap:6px;font-size:12px;color:#ffffffeb;line-height:1.35;text-align:right;font-weight:700}.dtp-card__metric-label{flex-shrink:0;opacity:.96}.dtp-card__metric strong{display:inline-block;font-size:12px;font-weight:700;color:#fff;white-space:nowrap}.dtp-card__metric--vip{font-size:13px}.dtp-card__metric-vip-line{display:inline-flex;align-items:baseline;justify-content:flex-end;flex-wrap:wrap;gap:4px;width:100%}.dtp-card__metric--vip .dtp-card__metric-label{font-size:11px}.dtp-card__metric-vip-val{color:#f5d78e!important;text-shadow:0 0 12px rgba(245,215,142,.35)}.dtp-card__body{padding:6px 12px 8px}.dtp-card__head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px}.dtp-card__name{margin:0;font-size:15px;font-weight:700;color:#202020;line-height:1.25;flex:1;min-width:0}.dtp-card__invest{flex-shrink:0;border:none;border-radius:10px;padding:5px 12px;font-size:13px;font-weight:700;color:#fff;background:#0e73e7;cursor:pointer;white-space:nowrap;line-height:1.1}.dtp-card__invest:active{opacity:.9}.dtp-card__desc{margin:0 0 7px;font-size:12px;line-height:1.32;color:#4b5563;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dtp-card__progress-top{display:flex;align-items:center;justify-content:space-between;font-size:12px;margin-bottom:4px}.dtp-card__progress-label{color:#232323}.dtp-card__progress-val{font-weight:500;color:#222}.dtp-card__bar{width:100%;max-width:none;height:4px;border-radius:999px;background:#10b98133;overflow:hidden}.dtp-card__bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#22d36c,#20bf62);transition:width .35s ease}.dtp-empty{text-align:center;padding:36px 16px;font-size:14px;color:#ffffff73}.dtp-loading{display:flex;justify-content:center;padding:32px 0}.dtr-page__scroll{padding-top:4px}.dtr-page__title{margin:0 0 12px;font-size:22px;font-weight:800;color:#fff;line-height:1.3}.dtr-page__desc{margin:0;font-size:14px;line-height:1.65;color:#ffffff9e}.dtd-page{min-height:100vh;background:#000;color:#fff}.dtd-scroll{padding:8px 14px 20px}.dtd-loading,.dtd-empty{display:flex;justify-content:center;padding:40px 0;color:#fff9}.dtd-card{border-radius:16px;background:#f3f3f4;color:#111;padding:12px 12px 14px}.dtd-card__img{width:100%;height:178px;object-fit:cover;border-radius:12px;display:block;margin-bottom:12px}.dtd-info{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.dtd-row{display:flex;align-items:flex-start;gap:10px}.dtd-row>span{width:74px;flex-shrink:0;color:#9ca3af;font-size:13px;line-height:1.35}.dtd-row>strong{margin:0;color:#222;font-size:16px;font-weight:500;line-height:1.35;flex:1;word-break:break-word}.dtd-row--progress{align-items:center}.dtd-progress{flex:1;display:flex;align-items:center;gap:6px}.dtd-progress__bar{flex:1;height:4px;border-radius:999px;background:#9ca3af4d;overflow:hidden}.dtd-progress__fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#22d36c,#20bf62)}.dtd-blue{color:#0e73e7!important}.dtd-gold{color:#f59e0b!important}.dtd-order-btn{border:0;border-radius:10px;min-width:78px;height:36px;padding:0 14px;background:#0e73e7;color:#fff;font-size:15px;font-weight:600}.dtd-invest{margin-top:14px}.dtd-balance{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.dtd-balance__label{font-size:13px;color:#ffffffb8}.dtd-balance__value{margin-top:4px;font-size:14px;font-weight:600}.dtd-charge-btn{border:none;border-radius:9px;min-width:58px;height:32px;padding:0 16px;background:#0e73e7;color:#fff;font-size:14px;font-weight:600}.dtd-input-wrap{position:relative;border-radius:14px;background:#f3f3f4;min-height:50px;padding:6px 14px;box-sizing:border-box}@keyframes dtd-pay-drawer-fade-in{0%{opacity:0}to{opacity:1}}@keyframes dtd-pay-drawer-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.dtd-pay-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;pointer-events:auto}.dtd-pay-drawer__mask{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;animation:dtd-pay-drawer-fade-in .22s ease forwards}.dtd-pay-drawer__sheet{position:absolute;left:0;right:0;bottom:0;max-height:min(92vh,520px);overflow-y:auto;-webkit-overflow-scrolling:touch;border-radius:20px 20px 0 0;background:#f3f3f4;color:#111;padding:0 16px calc(48px + env(safe-area-inset-bottom,0px));padding-top:8px;box-sizing:border-box;box-shadow:0 -8px 32px #0000002e;animation:dtd-pay-drawer-slide-up .32s cubic-bezier(.32,.72,0,1) forwards}.dtd-pay-drawer__handle{width:36px;height:4px;margin:0 auto 14px;border-radius:999px;background:#d1d5db}.dtd-pay-drawer__title{margin:0 0 14px;font-size:17px;font-weight:700;text-align:center;color:#111}.dtd-pay-drawer__field{position:relative;border-radius:12px;background:#fff;padding:10px 12px;margin-bottom:16px}.dtd-pay-drawer__field label{display:block;margin-bottom:8px;font-size:13px;color:#6b7280}.dtd-pay-drawer__field label em{font-style:normal;color:#ef4444}.dtd-pay-drawer__input{width:100%;height:44px;padding:0 12px;box-sizing:border-box;border:1px solid #e5e7eb;border-radius:10px;font-size:16px;color:#111;outline:none}.dtd-pay-drawer__foot{display:flex;gap:10px;padding-bottom:8px}.dtd-pay-drawer__btn{flex:1;height:46px;border:none;border-radius:11px;font-size:16px;font-weight:600}.dtd-pay-drawer__btn--cancel{background:#e5e7eb;color:#374151}.dtd-pay-drawer__btn--confirm{background:#0e73e7;color:#fff}.dtd-input-label{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#6b7280;font-size:14px;pointer-events:none}.dtd-input-label em{font-style:normal;color:#ef4444}.dtd-input-right{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#222;font-size:14px}.dtd-input{width:100%;height:38px;padding:0 56px;box-sizing:border-box;border:none;background:transparent;color:#111;caret-color:#111;font-size:14px;font-weight:500;outline:none}.dtd-input::placeholder{color:#9ca3af}.dtd-min-tip{margin:6px 0 12px;font-size:12px;color:#9ca3af}.dtd-min-tip--limit{margin-top:-6px}.dtd-invest-btn{width:100%;height:40px;border:none;border-radius:11px;background:#0e73e7;color:#fff;font-size:17px;font-weight:700}.dtd-steps{list-style:none;margin:12px 0 0;padding:0;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.dtd-step{display:flex;gap:10px;position:relative;padding:0 0 12px 10px}.dtd-step:not(:last-child):after{content:"";position:absolute;left:22px;top:30px;width:2px;height:calc(100% - 10px);background:#fffffff2}.dtd-step__dot{width:26px;height:26px;border-radius:50%;border:2px solid rgba(255,255,255,.9);background:#0f172a;color:#fff;font-size:14px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;box-sizing:border-box;box-shadow:0 0 0 2px #000}.dtd-step h4{margin:0;font-size:17px;line-height:1.25;font-weight:700;color:#fff}.dtd-step p{margin:2px 0 0;font-size:13px;color:#ffffffc7;line-height:1.4}.dtd-step--done .dtd-step__dot{border-color:#0e73e7;background:#0e73e7}.dtd-step--current .dtd-step__dot{border-color:#0e73e7;background:#0f172a;color:#0e73e7}.ct-page{min-height:100vh;background:radial-gradient(56% 36% at 88% 90%,#0f50ff52,#0f50ff00),#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Helvetica Neue,Arial,sans-serif}.ct-scroll{padding:0 14px 22px}.ct-hero{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:50px 0 10px;min-height:196px;background:transparent;z-index:1}.ct-hero__img{width:210px;max-width:66vw;height:auto;display:block;margin-bottom:0;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.ct-hero-info{position:absolute;left:50%;transform:translate(-50%);background:#00000080;text-align:center;width:100%;height:100%}.ct-hero__title{font-size:24px;line-height:1.1;font-weight:700;letter-spacing:.02em;white-space:nowrap;text-shadow:0 2px 8px rgba(0,0,0,.45)}.ct-hero__sub{font-size:16px;line-height:1.2;font-weight:500;white-space:nowrap;text-shadow:0 2px 8px rgba(0,0,0,.42)}.ct-card,.ct-records{border-radius:14px;background:#f4f4f5;border:1px solid rgba(255,255,255,.75);color:#111827}.ct-card{position:relative;padding:10px;margin-top:-28px;z-index:100}.ct-panel{border-radius:10px;background:#dcedf7;padding:12px 14px}.ct-panel__label{font-size:15px;color:#4b5563}.ct-panel__amount{margin-top:6px;font-size:24px;line-height:1.1;font-weight:700;color:#0f172a}.ct-panel__rate-row{margin-top:10px;display:flex;justify-content:space-between;align-items:center;font-size:15px;color:#6b7280}.ct-panel__rate-row strong{color:#0e73e7;font-size:24px}.ct-panel__desc{margin:8px 0 0;font-size:13px;line-height:1.45;color:#374151}.ct-kpi-grid{margin-top:10px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.ct-kpi{border-radius:10px;background:#eeeeef;padding:12px}.ct-kpi h3{margin:0;font-size:14px;color:#4b5563;font-weight:500}.ct-kpi p{margin:8px 0 0;font-size:16px;line-height:1.1;font-weight:700;color:#111827}.ct-kpi__profit{color:#22c55e!important}.ct-actions{margin-top:10px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.ct-btn{height:44px;border-radius:12px;border:1px solid transparent;font-size:16px;font-weight:600}.ct-btn--primary{background:#0e73e7;color:#fff}.ct-btn--primary:disabled{background:#4e6fa4;color:#ffffffb8}.ct-btn--ghost{border-color:#d1d5db;background:#f8f8f8;color:#8b8b8d}.ct-btn--ghost:disabled{border-color:#d1d5db;color:#b5b6bb;background:#f8f8f8}.ct-records{margin-top:10px;padding:12px 12px 16px;min-height:224px}.ct-records__title{margin:0;font-size:20px;line-height:1.15;font-weight:700}.ct-records__empty{min-height:176px;display:flex;align-items:center;justify-content:center}.ct-empty{display:flex;flex-direction:column;align-items:center;gap:10px}.ct-empty__icon{width:86px;height:86px;position:relative}.ct-empty__wallet{position:absolute;left:11px;top:12px;width:50px;height:42px;border:5px solid #7b7d85;border-radius:16px;box-sizing:border-box}.ct-empty__wallet:before{content:"";position:absolute;left:0;right:0;top:10px;border-top:4px solid #7b7d85}.ct-empty__wallet:after{content:"";position:absolute;right:8px;top:2px;width:8px;height:8px;border-radius:50%;background:#7b7d85}.ct-empty__search{position:absolute;right:8px;bottom:8px;width:24px;height:24px;border-radius:50%;border:5px solid #7b7d85;box-sizing:border-box}.ct-empty__search:before,.ct-empty__search:after{content:"";position:absolute;left:50%;top:50%;width:10px;height:3px;background:#7b7d85;border-radius:10px}.ct-empty__search:before{transform:translate(-50%,-50%) rotate(45deg)}.ct-empty__search:after{transform:translate(-50%,-50%) rotate(-45deg)}.ct-empty p{margin:0;font-size:16px;color:#6b7280}.ct-loading{min-height:120px;display:flex;align-items:center;justify-content:center}.ct-records__list{margin-top:8px;display:flex;flex-direction:column}.ct-record-item{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 2px;border-bottom:1px solid #e5e7eb}.ct-record-item:last-child{border-bottom:none}.ct-record-item h3{margin:0;font-size:14px;font-weight:600;color:#1f2937}.ct-record-item p{margin:4px 0 0;font-size:12px;color:#6b7280}.ct-record-item strong{font-size:14px;color:#0e73e7;font-weight:700}.ct-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000005c;display:flex;align-items:flex-end;justify-content:center;padding:0 4px 14px;box-sizing:border-box;z-index:500}.ct-modal{width:100%;max-width:420px;border-radius:14px;background:#f6f7f9;color:#111827;box-sizing:border-box;padding:12px 12px 14px;z-index:500}.ct-modal__head{display:flex;align-items:center;justify-content:space-between}.ct-modal__head h3{margin:0;font-size:16px;font-weight:700;line-height:1.1}.ct-modal__close{border:0;background:transparent;color:#80838a;width:24px;height:24px;font-size:22px;line-height:1}.ct-modal__summary{margin-top:10px;border-radius:10px;background:#f1f2f4;padding:10px 12px}.ct-modal__summary>div{display:flex;align-items:center;justify-content:space-between;font-size:14px;color:#5b616b;line-height:1.4}.ct-modal__summary>div+div{margin-top:6px}.ct-modal__summary strong{font-size:18px;font-weight:700;color:#111827}.ct-modal__blue{color:#0e73e7!important}.ct-modal__field{margin-top:10px;position:relative;border:2px solid #0e73e7;border-radius:14px;background:#fff;padding:8px 12px}.ct-modal__field label{display:block;color:#6b7280;font-size:12px;line-height:1.2}.ct-modal__field label em{color:#ef4444;font-style:normal}.ct-modal__field input{margin-top:2px;width:100%;border:0;outline:none;background:transparent;color:#111827;font-size:18px;padding-right:64px;box-sizing:border-box}.ct-modal__field span{position:absolute;right:12px;bottom:10px;font-size:16px;color:#111827}.ct-modal__all{margin-top:10px;width:100%;height:30px;border:0;border-radius:8px;background:#d7e5fb;color:#0e73e7;font-size:14px;font-weight:600}.ct-modal__foot{margin-top:12px;display:flex;justify-content:flex-end;align-items:center;gap:8px}.ct-modal__cancel{border:0;background:transparent;color:#111827;font-size:18px}.ct-modal__confirm{min-width:76px;height:36px;border:0;border-radius:11px;background:#0e73e7;color:#fff;font-size:18px;font-weight:600}.ct-modal__confirm:disabled{opacity:.6}.arco-input-container{width:100%;color:#1d2129;position:relative}.arco-input-container .arco-input-label{min-width:1.28rem}.arco-input-label{padding-top:1PX}.arco-input-label.required:before{content:"* ";color:#f53f3f}.disabled .arco-input-label{color:#c9cdd4}.arco-input-wrap{position:relative;height:1.08rem;padding:0 .32rem;display:flex;align-items:center}.arco-input-wrap textarea,.arco-input-wrap input{flex:1;background:transparent}.arco-input-wrap textarea:disabled,.arco-input-wrap input:disabled{color:#c9cdd4;-webkit-text-fill-color:#c9cdd4;opacity:1}.arco-input-wrap.textarea{height:auto;align-items:flex-start;padding:.32rem}.arco-input-wrap.textarea.has-stat{padding:.32rem .32rem .88rem}.arco-input-wrap.border-all{box-shadow:0 0 0 1PX #e5e6eb inset}@media (min-resolution: 2dppx){.arco-input-wrap.border-all{box-shadow:0 0 0 .5PX #e5e6eb inset}}.ios .arco-input-wrap.border-all,.arco-input-wrap.border-all.ios{box-shadow:none;border:.5PX solid #e5e6eb}.arco-input-wrap.border-half{box-shadow:0 1PX #e5e6eb inset;box-shadow:0 -1PX #e5e6eb inset}@media (min-resolution: 2dppx){.arco-input-wrap.border-half{box-shadow:0 .5PX #e5e6eb inset}}.ios .arco-input-wrap.border-half,.arco-input-wrap.border-half.ios{box-shadow:none;border-top:.5PX solid #e5e6eb}@media (min-resolution: 2dppx){.arco-input-wrap.border-half{box-shadow:0 -.5PX #e5e6eb inset}}.ios .arco-input-wrap.border-half,.arco-input-wrap.border-half.ios{box-shadow:none;border-bottom:.5PX solid #e5e6eb}.arco-input-wrap.border-bottom{box-shadow:0 -1PX #e5e6eb inset}@media (min-resolution: 2dppx){.arco-input-wrap.border-bottom{box-shadow:0 -.5PX #e5e6eb inset}}.ios .arco-input-wrap.border-bottom,.arco-input-wrap.border-bottom.ios{box-shadow:none;border-bottom:.5PX solid #e5e6eb}.arco-input-prefix,.arco-input-suffix,.arco-input-clear{font-size:.32rem;line-height:.44rem;align-items:center;justify-content:center;display:flex}.arco-input-prefix{padding-right:.48rem}[dir=rtl] .arco-input-prefix{padding-right:initial;padding-left:.48rem}.arco-input-clear,.arco-input-suffix{padding-left:.32rem}[dir=rtl] .arco-input-clear,[dir=rtl] .arco-input-suffix{padding-left:initial;padding-right:.32rem}.arco-input-clear{color:#c9cdd4;font-size:16PX}.arco-input{display:inline-block;width:100%;height:100%;font-size:.32rem;line-height:.44rem;caret-color:#165dff;padding:.24rem 0;color:#1d2129}.arco-input::placeholder{color:#c9cdd4}.arco-input::-webkit-search-cancel-button{display:none}.arco-theme-dark .process-bg-color-with-config,.arco-theme-dark .process-custom-icon-bg-color-with-config{color:#ffffffe6}.arco-theme-dark .wait-custom-icon-bg-color-with-config{background:#2e2e30;color:#929293}.arco-theme-dark .arco-input-container{color:#f6f6f6}.arco-theme-dark .arco-input-label.required:before{color:#f76965}.arco-theme-dark .disabled .arco-input-label{color:#5f5f60}.arco-theme-dark .arco-input-wrap textarea:disabled,.arco-theme-dark .arco-input-wrap input:disabled{color:#5f5f60;-webkit-text-fill-color:#5f5f60}.arco-theme-dark .arco-input-wrap.border-all{box-shadow:0 0 0 1PX #484849 inset}@media (min-resolution: 2dppx){.arco-theme-dark .arco-input-wrap.border-all{box-shadow:0 0 0 .5PX #484849 inset}}.ios .arco-theme-dark .arco-input-wrap.border-all,.arco-theme-dark .arco-input-wrap.border-all.ios{box-shadow:none;border:.5PX solid #484849}.arco-theme-dark .arco-input-wrap.border-half{box-shadow:0 1PX #484849 inset;box-shadow:0 -1PX #484849 inset}@media (min-resolution: 2dppx){.arco-theme-dark .arco-input-wrap.border-half{box-shadow:0 .5PX #484849 inset}}.ios .arco-theme-dark .arco-input-wrap.border-half,.arco-theme-dark .arco-input-wrap.border-half.ios{box-shadow:none;border-top:.5PX solid #484849}@media (min-resolution: 2dppx){.arco-theme-dark .arco-input-wrap.border-half{box-shadow:0 -.5PX #484849 inset}}.ios .arco-theme-dark .arco-input-wrap.border-half,.arco-theme-dark .arco-input-wrap.border-half.ios{box-shadow:none;border-bottom:.5PX solid #484849}.arco-theme-dark .arco-input-wrap.border-bottom{box-shadow:0 -1PX #484849 inset}@media (min-resolution: 2dppx){.arco-theme-dark .arco-input-wrap.border-bottom{box-shadow:0 -.5PX #484849 inset}}.ios .arco-theme-dark .arco-input-wrap.border-bottom,.arco-theme-dark .arco-input-wrap.border-bottom.ios{box-shadow:none;border-bottom:.5PX solid #484849}.arco-theme-dark .arco-input-clear{color:#5f5f60}.arco-theme-dark .arco-input{caret-color:#3c7eff;color:#f6f6f6}.arco-theme-dark .arco-input::placeholder{color:#5f5f60}.at-page{min-height:100vh;background:radial-gradient(56% 36% at 88% 90%,#0f50ff52,#0f50ff00),#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Helvetica Neue,Arial,sans-serif}.at-scroll{padding:0 14px 22px}.at-loading{min-height:120px;display:flex;align-items:center;justify-content:center}.at-hero{position:relative;display:flex;align-items:center;justify-content:center;margin:18px 0 4px;min-height:150px;z-index:1}.at-hero__img{width:220px;max-width:66vw;height:auto;display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.at-hero-info{position:absolute;left:50%;top:50%;width:100%;transform:translate(-50%,-56%);text-align:center;pointer-events:none}.at-hero__title{margin:0;font-size:18px;line-height:1.2;font-weight:700;white-space:nowrap;text-shadow:0 2px 8px rgba(0,0,0,.4)}.at-hero__sub{margin:8px 0 0;font-size:12px;line-height:1.2;font-weight:500;white-space:nowrap;text-shadow:0 2px 8px rgba(0,0,0,.42)}.at-card,.at-records{border-radius:14px;background:#f4f4f5;border:1px solid rgba(255,255,255,.75);color:#111827}.at-card{position:relative;padding:12px;margin-top:-6px;z-index:10}.at-kpi{border-radius:10px;background:#eeeeef;padding:14px;display:flex;align-items:center;justify-content:space-between}.at-kpi h3{margin:0;font-size:15px;color:#4b5563;font-weight:500}.at-kpi p{margin:0;font-size:16px;font-weight:700;color:#111827}.at-form{margin-top:10px}.at-field{margin-top:10px;border-radius:10px;background:#ececee;overflow:hidden}.at-field--picker{margin-top:12px}.at-field__inner{display:flex;align-items:center;justify-content:space-between;min-height:58px;padding:10px 14px;box-sizing:border-box}.at-field__inner--input{min-height:60px}.at-field__main{min-width:0;flex:1}.at-field__label{margin:0;font-size:12px;color:#868b93;line-height:1.35}.at-field__label--danger{color:#6d6f75}.at-field__label--danger span{margin-left:1px;color:#ff4d4f}.at-field__value{margin-top:2px;font-size:15px;color:#adb0b6;line-height:1.4}.at-field__value.is-active{color:#111827}.at-field__arrow{width:7px;height:7px;border-right:1.5px solid #7b7d82;border-bottom:1.5px solid #7b7d82;transform:rotate(45deg);transition:transform .2s ease;margin-left:10px;flex-shrink:0}.at-field__arrow.is-open{transform:rotate(-135deg);margin-top:4px}.at-field__arrow--small{width:6px;height:6px;display:inline-block;margin-left:4px;transform:rotate(45deg)}.at-friend-panel{border-top:1px solid #e4e5e8;background:#f7f7f8}.at-friend-panel__search{padding:10px 12px}.at-friend-panel__list{max-height:220px;overflow-y:auto;padding:0 8px 10px}.at-friend-panel__empty{padding:14px 8px;text-align:center;font-size:13px;color:#a0a2a8}.at-friend-item{display:flex;align-items:center;padding:10px 8px;border-radius:10px;background:#fff;margin-bottom:8px}.at-friend-item.is-active{border:1px solid #2266f5}.at-friend-item__avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(180deg,#4f8cff,#2266f5);color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;font-size:14px;font-weight:700}.at-friend-item__avatar img{width:100%;height:100%;object-fit:cover}.at-friend-item__info{min-width:0;flex:1;margin-left:10px}.at-friend-item__name{font-size:14px;color:#20242a;font-weight:600;line-height:1.4}.at-friend-item__id{margin-top:2px;font-size:12px;color:#9a9ca1;line-height:1.4}.at-dot-row{min-height:34px;margin:8px 0 0;padding:0 2px 0 18px;display:flex;align-items:center;justify-content:space-between}.at-dot-row__dot{width:10px;height:10px;border-radius:50%;background:#2567f8}.at-all-btn{min-width:74px;height:30px;padding:0 12px;border-radius:10px;border:1px solid #2266f5;background:#fff;color:#2266f5;font-size:13px;font-weight:500}.at-field--amount{margin-top:0}.at-field__amount-box{display:flex;align-items:stretch;justify-content:space-between;min-height:60px}.at-field__amount-left{flex:1;min-width:0;padding:10px 14px}.at-field__unit{width:84px;border-left:1px solid #e3e4e7;display:flex;align-items:center;justify-content:center;color:#111827;font-size:16px;font-weight:500;flex-shrink:0}.at-min-tips{margin-top:6px;padding:0 2px;font-size:12px;line-height:1.4;color:#9a9da4}.at-submit-btn{margin-top:12px;width:100%;height:44px;border-radius:12px;font-size:16px;font-weight:600;color:#fff}.at-submit-warning{margin-top:6px;text-align:center;color:#f39b24;font-size:13px;line-height:1.5}.at-records{margin-top:22px;padding:12px 12px 16px;min-height:224px}.at-records__title{margin:0;font-size:16px;line-height:1.15;font-weight:700}.at-records__empty{min-height:176px;display:flex;align-items:center;justify-content:center}.at-empty{display:flex;flex-direction:column;align-items:center;gap:10px}.at-empty__icon{width:86px;height:86px;position:relative}.at-empty__wallet{position:absolute;left:11px;top:12px;width:50px;height:42px;border:5px solid #7b7d85;border-radius:16px;box-sizing:border-box}.at-empty__wallet:before{content:"";position:absolute;left:0;right:0;top:10px;border-top:4px solid #7b7d85}.at-empty__wallet:after{content:"";position:absolute;right:8px;top:2px;width:8px;height:8px;border-radius:50%;background:#7b7d85}.at-empty__search{position:absolute;right:8px;bottom:8px;width:24px;height:24px;border-radius:50%;border:5px solid #7b7d85;box-sizing:border-box}.at-empty__search:before,.at-empty__search:after{content:"";position:absolute;left:50%;top:50%;width:10px;height:3px;background:#7b7d85;border-radius:10px}.at-empty__search:before{transform:translate(-50%,-50%) rotate(45deg)}.at-empty__search:after{transform:translate(-50%,-50%) rotate(-45deg)}.at-empty p{margin:0;font-size:16px;color:#6b7280}.at-records__list{margin-top:8px;display:flex;flex-direction:column}.at-record-item{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 2px;border-bottom:1px solid #e5e7eb}.at-record-item:last-child{border-bottom:none}.at-record-item h3{margin:0;font-size:14px;font-weight:600;color:#1f2937}.at-record-item p{margin:4px 0 0;font-size:12px;color:#6b7280}.at-record-item strong{font-size:14px;color:#0e73e7;font-weight:700}.at-field :global(input),.at-field :global(.arco-input),.at-field :global(.arco-input-inner),.at-field :global(.adm-input),.at-field :global(.adm-input-element){background:transparent!important;box-shadow:none!important}.at-field :global(input),.at-field :global(.arco-input-inner),.at-field :global(.adm-input-element){padding:0!important;font-size:15px;color:#111827!important}.at-field :global(input::placeholder),.at-field :global(.arco-input-inner::placeholder),.at-field :global(.adm-input-element::placeholder){color:#b3b6bc!important}@media (max-width: 375px){.at-hero{margin-top:38px;min-height:142px}.at-hero__title{font-size:17px}.at-hero__sub{font-size:11px}.at-field__unit{width:74px;font-size:15px}}.member-rewards{min-height:100vh;background:#000;color:#f3f4f6;display:flex;flex-direction:column;overflow-x:clip}.member-rewards__scroll{flex:1;overflow-y:auto;overflow-x:clip;padding:0 20px 28px;-webkit-overflow-scrolling:touch}.member-rewards__loading{display:flex;align-items:center;justify-content:center;min-height:50vh}.member-rewards__hero{position:relative;margin-top:8px;border-radius:14px;overflow:hidden;background-color:#0a0a0a;background-repeat:no-repeat;background-position:center;background-size:cover;min-height:280px}.member-rewards__hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(105deg,#000000c7,#0000006b 36%,#0000002e 58%,#00000080)}.member-rewards__hero-inner{position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;padding:22px 20px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;box-sizing:border-box}.member-rewards__hero-copy{display:flex;flex-direction:column;gap:10px;max-width:100%}.member-rewards__hero-actions{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.member-rewards__hero-title{margin:0;font-size:26px;font-weight:700;color:#e6c35c;letter-spacing:.02em;line-height:1.25}.member-rewards__hero-sub{margin:0;font-size:14px;line-height:1.55;color:#ffffffeb;max-width:320px}.member-rewards__cta{margin-top:0;align-self:flex-start;border:none;border-radius:999px;padding:12px 28px;font-size:15px;font-weight:600;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8 55%,#1e40af);box-shadow:0 4px 20px #2563eb73;cursor:pointer}.member-rewards__cta:active{opacity:.92}.member-rewards__cta--block{align-self:stretch;text-align:center}.member-rewards__progress{margin:0;font-size:13px;color:#e6c35c8c}.member-rewards__section-title{margin:28px 0 0;text-align:center;font-size:20px;font-weight:700;color:#e6c35c}.member-rewards__section-desc{margin:8px 0 0;text-align:center;font-size:13px;line-height:1.5;color:#ffffffc7;padding:0 8px}.member-rewards__levels{margin-top:20px;display:flex;flex-direction:column;gap:12px}.member-rewards__level-card{border-radius:12px;border:1px solid rgba(212,175,55,.88);background-color:#ffbc1e1a;padding:18px 18px 20px;box-sizing:border-box}.member-rewards__level-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:14px;border-bottom:1px solid rgba(212,175,55,.12)}.member-rewards__level-name-row{display:flex;align-items:center;gap:10px;min-width:0}.member-rewards__diamond{width:20px;height:20px;color:#d4af37;flex-shrink:0}.member-rewards__level-name{font-family:Georgia,Times New Roman,"Noto Serif SC",Songti SC,serif;font-size:18px;font-weight:700;color:#d4af37;letter-spacing:.04em;line-height:1.2}.member-rewards__badge{flex-shrink:0;border-radius:999px;padding:5px 14px;font-size:12px;font-weight:600;line-height:1.2;border:none}.member-rewards__badge--ok{background:#16a34a;color:#fff}.member-rewards__badge--no{background:#52525b;color:#fafafa}.member-rewards__level-block{margin-top:14px}.member-rewards__level-block+.member-rewards__level-block{margin-top:18px}.member-rewards__row-label{margin:0 0 8px;font-size:12px;font-weight:700;color:#d4af37;letter-spacing:.06em}.member-rewards__row-line--kv{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0;font-size:14px;line-height:1.45}.member-rewards__metric-key{flex:1;min-width:0;color:#ffffff85;font-weight:400}.member-rewards__metric-val{flex-shrink:0;max-width:58%;font-weight:700;color:#fff;text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.member-rewards__benefit-val{flex-shrink:0;max-width:58%;font-weight:700;color:#d4af37;text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.member-rewards__excellent{margin-top:32px;text-align:center}.member-rewards__excellent-title{margin:0;font-size:22px;font-weight:700;color:#e6c35c}.member-rewards__excellent-sub{margin:8px 0 0;font-size:13px;color:#ffffffc7}.member-rewards__promo-list{margin-top:20px;display:flex;flex-direction:column;gap:14px}.member-rewards__promo-card{position:relative;border-radius:14px;overflow:hidden;background-color:#0a0a0a;background-repeat:no-repeat;background-position:center;background-size:cover;min-height:194px;border:1px solid rgba(255,255,255,.06)}.member-rewards__promo-shade{position:absolute;left:0;right:0;bottom:0;height:48%;pointer-events:none;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.88) 100%)}.member-rewards__promo-text{position:absolute;left:16px;right:16px;bottom:14px;z-index:1;margin:0;font-size:15px;font-weight:600;line-height:1.35;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.65)}.member-rewards__grid{margin-top:24px;display:flex;border-radius:12px;border:1px solid rgba(255,255,255,.12);overflow:hidden}.member-rewards__grid-cell{flex:1;padding:16px 8px;text-align:center;border-right:1px solid rgba(255,255,255,.1);background:#0c0c0ce6}.member-rewards__grid-cell:last-child{border-right:none}.member-rewards__grid-icon{width:36px;height:36px;margin:0 auto 8px;color:#e6c35c}.member-rewards__grid-label{font-size:12px;color:#e6c35c;line-height:1.35}.member-rewards__bottom-block{margin-top:28px;text-align:center}.member-rewards__car{width:100%;max-width:none;height:auto;object-fit:contain;border-radius:14px;border:1px solid rgba(255,255,255,.08);display:block;background:#0a0a0a}.member-rewards__cta-title{margin:18px 8px 0;font-size:18px;font-weight:700;color:#fff;line-height:1.45}.member-rewards__cta-sub{margin:10px 8px 0;font-size:13px;line-height:1.55;color:#ffffffc7}.member-rewards__cta-wrap{margin-top:18px}.member-rewards__footer{margin-top:32px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);text-align:center}.member-rewards__trust{margin:0;font-size:14px;color:#22c55e;font-weight:600}.member-rewards__copy{margin:10px 0 0;font-size:11px;color:#ffffff61}.member-rewards__empty{margin-top:24px;text-align:center;font-size:14px;color:#ffffff73}@media screen and (max-width: 768px){.member-rewards__hero{min-height:240px;height:240px}.member-rewards__car{width:100%;max-width:none;height:240px;object-fit:contain;object-position:center}.member-rewards__promo-card{min-height:212px;height:212px}}.profile-edit-page{min-height:100vh;background:linear-gradient(180deg,#090b10,#0b0d12);color:#fff}.profile-edit-page__scroll{padding:8px 12px 24px}.profile-edit-hero{border-radius:14px;padding:18px 14px;background-image:url(/assets/banner-CXYDkWB2.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;border:1px solid #1f6be0}.profile-edit-hero__title-row{display:flex;align-items:center;gap:10px}.profile-edit-hero__cube{width:18px;height:18px;flex-shrink:0}.profile-edit-hero h1{margin:0;font-size:18px;line-height:1;font-weight:800}.profile-edit-page__header-spacer{width:24px;height:24px}.profile-edit-card{margin-top:12px;border-radius:12px;background:#f3f4f6;padding:14px 12px 12px}.profile-edit-card__avatar-btn{position:relative;display:flex;align-items:center;justify-content:center;width:108px;height:108px;margin:0 auto 16px;padding:0;border:none;border-radius:50%;background:#e5e7eb;color:#6b7280}.profile-edit-card__avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.profile-edit-card__avatar-placeholder{font-size:16px;font-weight:700;color:#4b5563}.profile-edit-card__avatar-badge{position:absolute;right:4px;bottom:4px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#2583f0;color:#fff;box-shadow:0 6px 16px #2583f059}.profile-edit-card__file-input{display:none}.profile-edit-card__field{display:flex;flex-direction:column;gap:8px}.profile-edit-card__label{font-size:13px;font-weight:700;color:#6b7280}.profile-edit-card__input{width:100%;height:46px;padding:0 12px;border:1px solid #d1d5db;border-radius:10px;background:#e5e7eb;color:#111827;font-size:16px;box-sizing:border-box}.profile-edit-card__input::placeholder{color:#9ca3af}.profile-edit-card__save{width:100%;height:42px;margin-top:12px;border:none;border-radius:12px;background:linear-gradient(180deg,#2583f0,#0f67d9);color:#fff;font-size:18px;font-weight:800}.profile-edit-card__save:disabled,.profile-edit-card__avatar-btn:disabled{opacity:.7}.payment-account-page{min-height:var(--app-viewport-height, 100dvh);display:flex;flex-direction:column;overflow:hidden;background:linear-gradient(180deg,#090b10,#0b0d12);color:#fff}.payment-account-scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:8px 12px calc(24px + env(safe-area-inset-bottom,0) + var(--keyboard-inset, 0px));scroll-padding-bottom:calc(var(--keyboard-inset, 0px) + env(safe-area-inset-bottom,0))}.payment-account-hero{border-radius:14px;padding:18px 14px;background-image:url(/assets/banner-CXYDkWB2.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;border:1px solid #1f6be0}.payment-account-hero__title-row{display:flex;align-items:center;gap:10px}.payment-account-hero__cube{width:18px;height:18px;flex-shrink:0}.payment-account-hero h1{margin:0;font-size:18px;line-height:1;font-weight:800}.payment-account-card{margin-top:12px;border-radius:12px;background:#fff;padding:14px 12px 16px;min-height:264px;box-shadow:0 4px 18px #00000014;box-sizing:border-box}.payment-account-card__list-view{display:flex;flex-direction:column;width:100%;min-width:0;box-sizing:border-box}.payment-account-card .payment-account-card__add-btn{display:block;flex:0 0 auto;align-self:stretch;width:100%;max-width:none;min-width:0;box-sizing:border-box;height:48px;padding:0 20px;margin:0;border:none;border-radius:10px;background:linear-gradient(180deg,#3b8df5,#1677ff 48%,#0f67d9);color:#fff;font-size:16px;font-weight:700;letter-spacing:.02em;-moz-appearance:none;appearance:none;-webkit-appearance:none;text-align:center}.payment-account-empty{margin-top:14px;min-height:192px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#6b7280}.payment-account-empty__icon-wrap{position:relative;width:108px;height:100px}.payment-account-empty__icon-main{position:absolute;left:12px;top:6px;width:80px;height:80px;color:#7a7d87}.payment-account-empty__icon-search{position:absolute;right:10px;bottom:10px;width:34px;height:34px;color:#6c707b}.payment-account-empty__icon-sub{position:absolute;right:12px;bottom:12px;width:18px;height:18px;color:#f3f4f6;background:#f3f4f6;border-radius:50%}.payment-account-empty p{margin:10px 0 0;font-size:16px;font-weight:700}.payment-account-list-loading{display:flex;justify-content:center;align-items:center;min-height:160px;margin-top:14px;color:#6b7280}.payment-account-wallet-list{margin:14px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:14px;width:100%;min-width:0;box-sizing:border-box}.payment-account-list-end{margin:16px 0 0;text-align:center;font-size:13px;color:#9ca3af}.pa-wallet-card{position:relative;list-style:none;border-radius:14px;padding:42px 14px 16px;overflow:hidden;box-shadow:0 10px 28px #2d14506b;background:linear-gradient(128deg,#3d2666,#6b3d9a 38%,#9333b4 72%,#7c2d6e)}.pa-wallet-card__noise{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.35;background-image:repeating-linear-gradient(90deg,rgba(255,255,255,.07) 0,rgba(255,255,255,.07) 1px,transparent 1px,transparent 10px),repeating-linear-gradient(0deg,rgba(255,255,255,.055) 0,rgba(255,255,255,.055) 1px,transparent 1px,transparent 9px)}.pa-wallet-card__noise:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.45;background:repeating-linear-gradient(-36deg,transparent 0,transparent 11px,rgba(255,255,255,.045) 11px,rgba(255,255,255,.045) 12px)}.pa-wallet-card__status{position:absolute;top:10px;left:10px;z-index:2;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:800;line-height:1.2;letter-spacing:.02em}.pa-wallet-card__status--pending{background:#fcc419;color:#1c1917}.pa-wallet-card__status--approved{background:#22c55e;color:#fff}.pa-wallet-card__status--rejected{background:#ef4444;color:#fff}.pa-wallet-card__status--disabled{background:#ffffff47;color:#f4f4f5}.pa-wallet-card__main{position:relative;z-index:1;display:flex;align-items:center;gap:12px}.pa-wallet-card__icon{flex-shrink:0;width:52px;height:52px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#2dd4bf,#0d9488 55%,#0f766e);box-shadow:0 4px 12px #00000040}.pa-wallet-card__icon-img{width:100%;height:100%;object-fit:cover}.pa-wallet-card__icon-fallback{font-size:20px;font-weight:900;color:#fff}.pa-wallet-card__meta{flex:1;min-width:0}.pa-wallet-card__title-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.pa-wallet-card__symbol{margin:0;font-size:20px;font-weight:800;color:#fff;letter-spacing:.03em}.pa-wallet-card__chain-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;border-radius:4px;background:#ff4d4f;color:#fff;font-size:11px;font-weight:800;letter-spacing:.04em}.pa-wallet-card__subtitle{margin:6px 0 0;font-size:13px;line-height:1.35;color:#ffffffb8}.pa-wallet-card__account{position:relative;z-index:1;margin:14px 0 0;padding-top:12px;border-top:1px solid rgba(255,255,255,.18);font-size:17px;font-weight:700;line-height:1.35;color:#fff;word-break:break-all}.pa-wallet-card__resubmit{position:absolute;top:8px;right:8px;z-index:2;box-sizing:border-box;max-width:min(112px,calc(100% - 100px));margin:0;padding:5px 8px;border-radius:8px;border:1px solid rgba(255,255,255,.92);background:#ffffff24;color:#fff;font-size:10px;font-weight:800;line-height:1.25;letter-spacing:.02em;text-align:center;-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer}.pa-wallet-card__resubmit:active{opacity:.9}.payment-account-list{margin-top:12px;display:flex;flex-direction:column;gap:8px;list-style:none;padding:0;margin-bottom:0}.payment-account-list-item{border-radius:12px;background:#e5e7eb;padding:12px 14px;text-align:left}.payment-account-list-item__row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.payment-account-list-item__main{margin:0;font-size:15px;font-weight:600;color:#111827;word-break:break-all;line-height:1.35;flex:1;min-width:0}.payment-account-list-item__badge{flex-shrink:0;font-size:11px;font-weight:700;padding:2px 8px;border-radius:6px;background:#0e73e7;color:#fff}.payment-account-list-item__sub{margin:6px 0 0;font-size:12px;color:#6b7280}.payment-account-form{padding-top:2px}.payment-account-form__head{display:flex;justify-content:space-between;align-items:center}.payment-account-form__ghost-btn{height:40px;border-radius:12px;padding:0 18px;border:2px solid #3c74de;color:#3c74de;background:#fff;font-size:15px;font-weight:700}.payment-account-form__chip{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 18px;border-radius:12px;background:linear-gradient(180deg,#4a89ee,#2f6fdd);color:#fff;font-size:15px;font-weight:700}.payment-account-form__field{margin-top:12px;border-radius:14px;background:#e5e7eb;padding:12px 14px;display:block}.payment-account-form__field span{display:block;font-size:16px;color:#4b5563;margin-bottom:6px}.payment-account-form__field em{color:#ef4444;font-style:normal}.payment-account-form__field input{width:100%;border:none;outline:none;background:transparent;color:#111827;font-size:17px;line-height:1.3}.payment-account-crypto{margin-top:12px}.payment-account-crypto__label{display:block;font-size:16px;color:#4b5563;margin-bottom:6px}.payment-account-crypto__label em{color:#ef4444;font-style:normal}.payment-account-crypto__box{border-radius:14px;background:#e5e7eb;padding:10px 12px;min-height:56px}.payment-account-crypto__loading{display:flex;justify-content:center;align-items:center;min-height:80px;color:#6b7280}.payment-account-crypto__empty{margin:0;padding:12px 4px;font-size:15px;color:#6b7280;text-align:center}.payment-account-crypto__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;border:none;background:transparent;padding:4px 0;text-align:left;cursor:pointer}.payment-account-crypto__trigger .payment-account-crypto__row--static{flex:1;min-width:0}.payment-account-crypto__placeholder{flex:1;font-size:16px;color:#9ca3af}.payment-account-crypto__chev{flex-shrink:0;display:flex;align-items:center;color:#374151;font-size:22px}.payment-account-crypto__list{list-style:none;margin:8px 0 0;padding:0;border-top:1px solid #d1d5db}.payment-account-crypto__list li+li{border-top:1px solid #e5e7eb}.payment-account-crypto__row{width:100%;display:flex;align-items:center;gap:12px;padding:12px 4px;border:none;background:transparent;text-align:left;cursor:pointer;box-sizing:border-box}.payment-account-crypto__row--static{cursor:default;padding-left:0;padding-right:0}.payment-account-crypto__icon-wrap{flex-shrink:0;width:44px;height:44px;border-radius:50%;overflow:hidden;background:linear-gradient(145deg,#14b8a6,#0d9488);display:flex;align-items:center;justify-content:center}.payment-account-crypto__icon{width:100%;height:100%;object-fit:cover}.payment-account-crypto__icon-fallback{font-size:18px;font-weight:800;color:#fff}.payment-account-crypto__meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.payment-account-crypto__line1{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.payment-account-crypto__symbol{margin:0;font-size:18px;font-weight:800;color:#111827}.payment-account-crypto__badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;border-radius:4px;background:#dc2626;color:#fff;font-size:12px;font-weight:700;letter-spacing:.02em}.payment-account-crypto__line2{font-size:14px;color:#6b7280;line-height:1.3}.payment-account-form__submit{margin-top:14px;width:100%;height:48px;border:none;border-radius:10px;background:linear-gradient(180deg,#3b8df5,#1677ff 48%,#0f67d9);color:#fff;font-size:16px;font-weight:700;letter-spacing:.02em}.payment-account-form__submit:disabled{opacity:.55}.payment-account-panel{margin-top:16px;border-radius:12px;background:#1f2128;border:1px solid rgba(170,196,227,.12);padding:12px}.payment-account-panel+.payment-account-panel{margin-top:20px}.payment-account-panel--faq{padding-top:16px}.payment-account-panel h2{margin:0;font-size:20px;line-height:1;font-weight:800}.payment-account-panel--faq h2{margin-bottom:12px}.payment-account-panel--faq .payment-account-panel__foot{margin:12px 2px 0;font-size:12px;color:#c2cddccc}.payment-account-faq-wrap+.payment-account-faq-wrap{margin-top:10px}.payment-account-faq-wrap{background:#e5e7eb;border-radius:16px;padding:12px 14px 14px}.payment-account-faq-item{width:100%;min-height:42px;border:none;border-radius:0;background:transparent;color:#111827;display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:700;padding:0}.payment-account-faq-item span{display:inline-flex;align-items:center;gap:8px}.payment-account-faq-item__chev{transition:transform .2s ease;color:#9ca3af;transform:rotate(90deg)}.payment-account-faq-item__chev.is-open{transform:rotate(270deg)}.payment-account-faq-answer{margin:10px 0 0;font-size:14px;line-height:1.45;color:#374151}.payment-account-safe article{margin-top:14px;display:flex;align-items:flex-start;gap:12px}.payment-account-safe article svg{width:20px;height:20px;color:#f0f4fa;margin-top:2px;flex-shrink:0}.payment-account-safe h3{margin:0;font-size:16px;color:#f4f7fd}.payment-account-safe p{margin:2px 0 0;font-size:13px;line-height:1.42;color:#b8c0cc}.recharge-page{min-height:100vh;background:radial-gradient(70% 38% at 20% 8%,#4185ff33,#4185ff00),linear-gradient(180deg,#0b0f19,#090b12 55%,#08090e);color:#fff}.recharge-scroll{padding:10px var(--ui-page-gutter) 24px}.recharge-hero{border-radius:18px;padding:20px 16px 22px;background-image:url(/assets/banner-CXYDkWB2.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;border:1px solid #1f6be0}.recharge-hero__title-row{display:flex;align-items:center;gap:10px}.recharge-hero__title-row h1{margin:0;font-size:var(--ui-title-hero);line-height:1;font-weight:800;letter-spacing:.02em}.recharge-hero__cube{width:20px;height:20px;flex-shrink:0}.recharge-hero__tabs{margin-top:16px;display:flex;gap:10px}.recharge-hero__tabs button{height:38px;padding:0 18px;border-radius:999px;border:1px solid #5ea9ff;background:#1c5ec8;color:#eef7ff;font-size:14px;font-weight:700}.recharge-card,.recharge-faq,.recharge-safe{margin-top:12px;border-radius:16px;background:#202329;border:1px solid rgba(170,196,227,.1);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.recharge-card{padding:14px 12px 16px;background:#25272f}.recharge-time{display:flex;align-items:center;gap:8px;font-size:14px;color:#aeb5c3}.recharge-time strong{margin-left:auto;font-weight:700;color:#aeb5c3}.recharge-card__desc{margin:12px 0 0;font-size:14px;line-height:1.45;color:#a1b0c5f2}.recharge-rate{display:inline-flex;margin-top:10px;padding:6px 14px;border-radius:999px;font-size:14px;font-weight:700;color:#bfe1ff;background:#3884ff73}.recharge-pending{margin-top:12px;padding:12px 12px 14px;border-radius:12px;background:#3884ff33;border:1px solid rgba(100,160,255,.45)}.recharge-pending p{margin:0;font-size:14px;line-height:1.45;color:#dce6f5}.recharge-pending__no{margin-top:8px!important;font-weight:700;color:#fff!important;word-break:break-all}.recharge-pending__cancel{margin-top:12px;width:100%;height:40px;border-radius:10px;border:1px solid rgba(255,255,255,.35);background:transparent;color:#e8eef9;font-size:16px;font-weight:700}.recharge-pending__cancel:disabled{opacity:.6}.recharge-amount-panel{margin-top:10px}.recharge-amount-panel__box{display:flex;align-items:center;gap:10px;padding:8px 10px 8px 12px;min-height:44px;border-radius:12px;background:#fff;box-sizing:border-box}.recharge-amount-panel__label{flex-shrink:0;font-size:14px;font-weight:600;color:#6b7280}.recharge-amount-panel__label em{color:#ef4444;font-style:normal}.recharge-amount-panel__input{flex:1;min-width:0;border:none;outline:none;background:transparent;font-size:17px;font-weight:800;color:#111827;text-align:right}.recharge-amount-panel__input::placeholder{color:#d1d5db}.recharge-amount-panel__input:disabled{color:#9ca3af}.recharge-amount-panel__stepper{display:flex;flex-direction:column;flex-shrink:0;gap:2px}.recharge-amount-panel__step-btn{width:26px;height:20px;border:none;border-radius:5px;background:#f3f4f6;color:#9ca3af;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.recharge-amount-panel__step-btn svg{width:15px;height:15px}.recharge-amount-panel__step-btn:disabled{opacity:.45;cursor:not-allowed}.recharge-card .payment-account-crypto__trigger:disabled{opacity:.55;cursor:not-allowed}.recharge-card .payment-account-crypto__box{min-height:44px;padding:6px 10px}.recharge-card .payment-account-crypto__loading{min-height:48px;padding:8px 0}.recharge-card .payment-account-crypto__empty{padding:8px 4px;font-size:14px}.recharge-card .payment-account-crypto__trigger{padding:0;min-height:0}.recharge-card .payment-account-crypto__row,.recharge-card .payment-account-crypto__row--static{padding:4px 0;gap:10px}.recharge-card .payment-account-crypto__icon-wrap{width:36px;height:36px}.recharge-card .payment-account-crypto__icon-fallback{font-size:15px}.recharge-card .payment-account-crypto__meta{gap:2px}.recharge-card .payment-account-crypto__line1{gap:6px}.recharge-card .payment-account-crypto__symbol{font-size:16px}.recharge-card .payment-account-crypto__badge{padding:1px 6px;font-size:11px;border-radius:3px}.recharge-card .payment-account-crypto__line2{font-size:12px;line-height:1.25}.recharge-card .payment-account-crypto__chev{font-size:18px}.recharge-card .payment-account-crypto__list{margin-top:6px}.recharge-card .payment-account-crypto__list .payment-account-crypto__row{padding:8px 2px}.recharge-crypto-btn{margin-top:12px;width:100%;height:var(--ui-btn-height);border:2px solid #2f7dff;border-radius:14px;background:#2f7dff;color:#fff;font-size:17px;font-weight:800;opacity:1;box-shadow:none;filter:none}.recharge-crypto-btn:active{background:#296fe2;border-color:#296fe2}.recharge-stepper{--stepper-pad-left: 12px;--step-dot-size: 30px;margin-top:16px;position:relative;padding-left:var(--stepper-pad-left)}.recharge-stepper:before{content:"";position:absolute;left:calc(var(--stepper-pad-left) + (var(--step-dot-size) / 2) - 1px);top:10px;bottom:22px;width:2px;background:linear-gradient(180deg,#4b81e8,#4b81e8 58%,#a3a9b5 58%,#a3a9b5)}.recharge-stepper--need-kyc:before{background:linear-gradient(180deg,#4b81e8,#4b81e8 22%,#a3a9b5 22%,#a3a9b5)}.recharge-stepper--paying-flow:before{background:linear-gradient(180deg,#4b81e8,#4b81e8 76%,#a3a9b5 76%,#a3a9b5)}.recharge-stepper--paying-flow-done:before{background:linear-gradient(180deg,#4b81e8,#4b81e8)}.recharge-paying-loading{display:flex;justify-content:center;padding:12px 0 4px}.recharge-transfer__hint{margin:4px 0 0;font-size:13px;color:#9ea5b2;line-height:1.4}.recharge-transfer__hint--ready{color:#4ade80}.recharge-transfer__card{margin-top:12px;padding:16px 14px 18px;border-radius:14px;background:#f4f5f7;border:1px solid rgba(0,0,0,.06)}.recharge-transfer__qr{margin:0 auto;width:min(200px,72vw);aspect-ratio:1;border-radius:10px;background:#e5e7eb}.recharge-transfer__qr-wrap{display:flex;justify-content:center}.recharge-transfer__qr-img{display:block;width:min(200px,72vw);height:auto;aspect-ratio:1;border-radius:10px;border:1px solid rgba(0,0,0,.08);background:#fff}.recharge-transfer__qr--loading{display:flex;align-items:center;justify-content:center}.recharge-transfer__meta{margin-top:12px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px}.recharge-transfer__meta-icon{width:28px;height:28px;border-radius:6px;object-fit:cover}.recharge-transfer__meta-pill{padding:4px 10px;border-radius:999px;font-size:13px;font-weight:700;color:#1e293b;background:#e2e8f0}.recharge-transfer__address{margin:12px 0 0;padding:10px 12px;border-radius:10px;background:#fff;border:1px solid rgba(0,0,0,.08);font-size:13px;line-height:1.45;word-break:break-all;color:#0f172a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.recharge-transfer__copy{margin-top:12px;width:100%;height:44px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#1d4ed8;font-size:15px;font-weight:700}.recharge-transfer__copy:active{opacity:.9}.recharge-transfer__voucher-wait{margin:12px 0 0;font-size:12px;line-height:1.45;color:#9ea5b2}.recharge-step--locked .recharge-step__content p.recharge-transfer__voucher-wait{color:#9ea5b2}.recharge-transfer__skeleton{margin-top:14px;height:12px;border-radius:6px;background:#e5e7eb;width:100%}.recharge-transfer__skeleton--mid{width:88%}.recharge-transfer__skeleton--short{width:52%}.recharge-transfer__pay-countdown{margin-top:10px;margin-bottom:0;padding:8px 10px;border-radius:10px;text-align:center;background:#fbbf2414;border:1px solid rgba(251,191,36,.22)}.recharge-transfer__pay-countdown--expired{background:#f8717114;border-color:#f8717147}.recharge-transfer__pay-countdown-time{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:22px;font-weight:700;letter-spacing:.04em;color:#fcd34d;line-height:1.15}.recharge-transfer__pay-countdown--expired .recharge-transfer__pay-countdown-time{color:#fca5a5}.recharge-transfer__pay-countdown-caption{margin:4px 0 0;font-size:11px;line-height:1.35;color:#9ea5b2;font-weight:500}.recharge-transfer__pay-countdown--expired .recharge-transfer__pay-countdown-caption{color:#b8b8c8}.recharge-transfer__pay-countdown+.recharge-transfer__cancel{margin-top:10px}.recharge-transfer__cancel{margin-top:16px;width:100%;height:48px;border:none;border-radius:12px;background:linear-gradient(180deg,#e91eac,#c2187a);color:#fff;font-size:17px;font-weight:800}.recharge-transfer__cancel:active:not(:disabled){opacity:.92}.recharge-transfer__cancel:disabled{opacity:.55}.recharge-voucher{margin-top:16px;padding-top:14px;border-top:1px solid rgba(188,203,222,.18)}.recharge-voucher__title{margin:0 0 6px;font-size:15px;font-weight:800;color:#e8edf5}.recharge-voucher__hint{margin:0 0 12px;font-size:13px;line-height:1.45;color:#9ea5b2}.recharge-voucher__hint--muted{margin-bottom:0;color:#7c8494}.recharge-step5__desc{margin:4px 0 0;font-size:13px;line-height:1.45;color:#28c96a}.recharge-voucher__trigger{display:block;width:100%;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#00000038;padding:0 0 10px;cursor:pointer;overflow:hidden}.recharge-voucher__trigger:disabled{opacity:.55;cursor:not-allowed}.recharge-voucher__preview{width:100%;display:block;max-height:200px;object-fit:cover;background:#1a1d24}.recharge-voucher__placeholder{display:flex;align-items:center;justify-content:center;min-height:120px;padding:16px;font-size:14px;font-weight:700;color:#aeb5c3}.recharge-voucher__types{display:block;margin:8px 12px 0;text-align:center;font-size:12px;color:#7c8494}.recharge-voucher__input{display:none}.recharge-voucher__submit{margin-top:12px;width:100%;height:46px;border:none;border-radius:12px;background:linear-gradient(180deg,#2583f0,#0f67d9);color:#fff;font-size:16px;font-weight:800}.recharge-voucher__submit:disabled{opacity:.5}.recharge-voucher__done-wrap{border-radius:12px;overflow:hidden;border:1px solid rgba(56,180,120,.35);background:#10503233}.recharge-voucher__done-text{margin:0;padding:10px 12px;font-size:13px;font-weight:700;color:#86efac;text-align:center}.recharge-amount-panel__step-btn--ghost{cursor:default;background:#f3f4f6;pointer-events:none}.recharge-finish__pci--inline{margin-top:18px;padding-top:12px;border-top:1px solid rgba(188,203,222,.2)}.recharge-step{position:relative;display:flex;align-items:flex-start;gap:14px}.recharge-step+.recharge-step{margin-top:10px}.recharge-step__dot{position:relative;z-index:1;width:var(--step-dot-size);height:var(--step-dot-size);border-radius:50%;border:2px solid #9fa7b5;color:#c2c9d5;background:#25272f;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;flex-shrink:0}.recharge-step--done .recharge-step__dot{border-color:#3e7bf2;background:#3e7bf2;color:#f3f7ff}.recharge-step--active .recharge-step__dot{border-color:#3e7bf2;color:#3e7bf2;background:#25272f}.recharge-step--locked .recharge-step__dot{border-color:#a3a9b5;color:#b8bfcb;background:#25272f}.recharge-step__content{flex:1;min-width:0}.recharge-step__content h3{margin:2px 0 0;font-size:18px;color:#3f84ff}.recharge-step__content p{margin:2px 0 0;font-size:12px;color:#28c96a}.recharge-step--locked .recharge-step__content h3,.recharge-step--locked .recharge-step__content p{color:#a3a9b5}.recharge-step__kyc-box{margin-top:8px;border-radius:14px;background:#4b4f5b;border:1px solid #565d6e;padding:10px 12px 12px}.recharge-step__kyc-box p{margin:0;color:#e2e6ef;font-size:15px;line-height:1.45;font-weight:600}.recharge-step__kyc-btn{margin-top:10px;width:100%;height:var(--ui-btn-height);border:none;border-radius:10px;background:#2f7dff;color:#fff;font-size:16px;font-weight:700;opacity:1;box-shadow:none;filter:none}.recharge-step__kyc-btn:disabled{opacity:1;background:#2f7dff;color:#fff}.recharge-step__kyc-btn:active{background:#296fe2}.recharge-field{margin-top:8px;border-radius:14px;background:#f4f4f6;border:1px solid #d9dce3;padding:12px}.recharge-field span{display:block;font-size:12px;color:#8f95a3}.recharge-field select,.recharge-field input{margin-top:4px;width:100%;border:none;outline:none;background:transparent;color:#5f6675;font-size:16px;font-weight:600}.recharge-field option{color:#111827}.recharge-field select:disabled,.recharge-field input:disabled{color:#848c99}.recharge-minmax{margin-top:6px;display:flex;justify-content:space-between;font-size:13px;color:#9ea5b2}.recharge-minmax strong{color:#9ea5b2}.recharge-quick-amounts{margin-top:10px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%;max-width:100%}.recharge-quick-amounts button{width:100%;min-width:0;box-sizing:border-box;padding:0 6px;height:34px;border-radius:10px;border:2px solid #2f78f6;background:transparent;color:#2f78f6;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1}.recharge-quick-amounts button:disabled{border-color:#60718f;color:#7081a0}.recharge-quick-amounts--on-dark button{height:40px;border-radius:12px;border:2px solid #3b82f6;background:#1a1d24;color:#60a5fa;font-size:clamp(12px,3.1vw,13px);font-weight:700;white-space:nowrap;line-height:1}.recharge-quick-amounts--on-dark button:disabled{border-color:#4b5563;color:#6b7280;background:#25272f}.recharge-submit{margin-top:14px;width:100%;height:var(--ui-btn-height-lg);border:none;border-radius:12px;background:linear-gradient(180deg,#3b8df5,#2f6fdd);color:#fff;font-size:16px;font-weight:800}.recharge-submit:disabled{opacity:.78;background:#3f73e5;color:#e8eef9}.recharge-faq{padding:14px 12px 12px;background:#1f2128}.recharge-faq h2,.recharge-safe h2{margin:0;font-size:var(--ui-title-section);line-height:1;font-weight:800;color:#fff}.recharge-faq__item{margin-top:10px;width:100%;min-height:44px;border:none;border-radius:12px;background:#f3f4f6;color:#1f2937;display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:700;padding:0 12px}.recharge-faq__item--qa{display:block;padding:0;overflow:hidden}.recharge-faq__q{width:100%;min-height:46px;border:none;background:transparent;color:inherit;display:flex;justify-content:space-between;align-items:center;font-size:inherit;font-weight:inherit;padding:0 12px}.recharge-faq__item span{display:inline-flex;align-items:center;gap:8px}.recharge-faq__arrow{transition:transform .2s ease}.recharge-faq__arrow--open{transform:rotate(90deg)}.recharge-faq__a{margin:0;padding:2px 12px 12px;color:#4b5565;font-size:14px;line-height:1.45;font-weight:500}.recharge-faq__foot{margin:12px 0 0;font-size:13px;color:#afc1d4e6}.recharge-safe{padding:14px 12px 12px;background:#1f2128}.recharge-safe article{margin-top:12px;display:flex;align-items:flex-start;gap:10px}.recharge-safe article svg{width:19px;height:19px;color:#f0f4fa;margin-top:3px;flex-shrink:0}.recharge-safe h3{margin:0;font-size:15px;color:#f4f7fd}.recharge-safe p{margin:2px 0 0;font-size:12px;line-height:1.42;color:#b8c0cc}.recharge-finish{margin-top:14px;border-radius:14px;padding:12px 12px 10px;background:linear-gradient(180deg,#ffffff05,#0003);border:1px solid rgba(170,196,227,.16)}.recharge-finish__row{display:flex;align-items:center;gap:12px}.recharge-finish__row+.recharge-finish__row{margin-top:10px}.recharge-finish__dot{position:relative;width:28px;height:28px;border-radius:50%;border:2px solid #a3a9b5;display:inline-flex;align-items:center;justify-content:center;color:#d0d5df;font-size:15px;font-weight:800;flex-shrink:0}.recharge-finish__row:first-child .recharge-finish__dot:before{content:"";position:absolute;left:50%;top:-56px;width:2px;height:56px;transform:translate(-50%);background:#a3a9b5}.recharge-finish__row:first-child .recharge-finish__dot:after{content:"";position:absolute;left:50%;top:calc(100% + 2px);width:2px;height:10px;transform:translate(-50%);background:#a3a9b5}.recharge-finish__row strong{font-size:18px;color:#a3a9b5;line-height:1}.recharge-finish__pci{margin-top:14px;padding-top:10px;border-top:1px solid rgba(188,203,222,.2);display:flex;align-items:flex-start;gap:8px}.recharge-finish__pci svg{width:18px;height:18px;color:#c2cbd8;margin-top:2px;flex-shrink:0}.recharge-finish__pci p{margin:0;color:#aeb8c6;font-size:14px;line-height:1.35}@media (max-width: 380px){.recharge-quick-amounts{gap:6px}.recharge-quick-amounts button,.recharge-quick-amounts--on-dark button{font-size:12px;border-width:1.5px}}.withdraw-page .recharge-hero__tabs .withdraw-hero__tab--filled{background:#2f7dff;border-color:#2f7dff;color:#fff}.withdraw-stepper:before{background:#a3a9b5}.withdraw-stepper--s1:before{background:linear-gradient(180deg,#4b81e8,#4b81e8 16%,#a3a9b5 16%,#a3a9b5)}.withdraw-stepper--s2:before{background:linear-gradient(180deg,#4b81e8,#4b81e8 32%,#a3a9b5 32%,#a3a9b5)}.withdraw-stepper--s3:before{background:linear-gradient(180deg,#4b81e8,#4b81e8 50%,#a3a9b5 50%,#a3a9b5)}.withdraw-stepper--s4:before{background:linear-gradient(180deg,#4b81e8,#4b81e8 68%,#a3a9b5 68%,#a3a9b5)}.withdraw-stepper--s5:before{background:linear-gradient(180deg,#4b81e8,#4b81e8 83%,#a3a9b5 83%,#a3a9b5)}.withdraw-page .recharge-step+.recharge-step{margin-top:14px}.withdraw-step__small-btn{margin-top:10px;width:auto;min-width:126px;height:38px;padding:0 18px;border-radius:10px;font-size:16px}.withdraw-step__manage-btn{margin-top:10px}.withdraw-pci{margin-top:14px;padding-top:10px;border-top:1px solid rgba(188,203,222,.2);display:flex;align-items:flex-start;gap:8px}.withdraw-pci svg{width:18px;height:18px;color:#c2cbd8;margin-top:2px;flex-shrink:0}.withdraw-pci p{margin:0;color:#aeb8c6;font-size:14px;line-height:1.35}.withdraw-pending-account-card{margin-top:10px;padding:14px 16px;border-radius:14px;background:linear-gradient(135deg,#7c5cff,#6366f1 45%,#4b81e8);color:#fff;box-shadow:0 8px 24px #4b81e847}.withdraw-pending-account-card__title{font-size:17px;font-weight:700;letter-spacing:.02em}.withdraw-pending-account-card__sub{margin-top:6px;font-size:13px;opacity:.92;line-height:1.35}.withdraw-pending-account-card__num{margin-top:10px;font-size:15px;font-weight:600;letter-spacing:.04em}.withdraw-pending-readonly-field{margin-top:6px;padding:12px 14px;border-radius:12px;background:#fff;border:1px solid rgba(188,203,222,.45)}.withdraw-pending-readonly-field__label{display:block;font-size:13px;color:#6b7280;margin-bottom:8px}.withdraw-pending-readonly-field__value{font-size:18px;font-weight:700;color:#111827}.withdraw-pending-readonly-field__unit{font-size:14px;font-weight:600;color:#6b7280}.withdraw-pending-readonly-meta{margin-top:8px}.withdraw-pending-review{display:flex;align-items:center;gap:10px;margin-top:10px}.withdraw-pending-review__spin{flex-shrink:0;transform:scale(.72)}.withdraw-pending-review__spin .am-loading-spin{color:#4b81e8}.withdraw-pending-review__badge{display:inline-block;padding:5px 12px;border-radius:8px;background:#fff7d6;color:#b45309;font-size:13px;font-weight:600}@keyframes withdraw-pay-drawer-fade-in{0%{opacity:0}to{opacity:1}}@keyframes withdraw-pay-drawer-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.withdraw-pay-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;pointer-events:auto}.withdraw-pay-drawer__mask{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;animation:withdraw-pay-drawer-fade-in .22s ease forwards}.withdraw-pay-drawer__sheet{position:absolute;left:0;right:0;bottom:0;max-height:min(92vh,520px);overflow-y:auto;-webkit-overflow-scrolling:touch;border-radius:20px 20px 0 0;background:#f3f3f4;color:#111;padding:8px 16px calc(48px + env(safe-area-inset-bottom,0px));box-sizing:border-box;box-shadow:0 -8px 32px #0000002e;animation:withdraw-pay-drawer-slide-up .32s cubic-bezier(.32,.72,0,1) forwards}.withdraw-pay-drawer__handle{width:36px;height:4px;margin:0 auto 14px;border-radius:999px;background:#d1d5db}.withdraw-pay-drawer__title{margin:0 0 14px;font-size:17px;font-weight:700;text-align:center;color:#111}.withdraw-pay-drawer__field{border-radius:12px;background:#fff;padding:10px 12px;margin-bottom:16px}.withdraw-pay-drawer__field label{display:block;margin-bottom:8px;font-size:13px;color:#6b7280}.withdraw-pay-drawer__field label em{font-style:normal;color:#ef4444}.withdraw-pay-drawer__input{width:100%;height:44px;padding:0 12px;box-sizing:border-box;border:1px solid #e5e7eb;border-radius:10px;font-size:16px;color:#111;outline:none}.withdraw-pay-drawer__foot{display:flex;gap:10px;padding-bottom:8px}.withdraw-pay-drawer__btn{flex:1;height:46px;border:none;border-radius:11px;font-size:16px;font-weight:600}.withdraw-pay-drawer__btn--cancel{background:#e5e7eb;color:#374151}.withdraw-pay-drawer__btn--confirm{background:#0e73e7;color:#fff}.business-plan-page{min-height:100vh;background:linear-gradient(180deg,#070a10,#0a0d14);color:#fff}.business-plan-page__scroll{padding:10px 12px 24px}.business-plan-hero{border-radius:14px;overflow:hidden;background-position:center;background-size:cover;background-repeat:no-repeat;border:1px solid rgba(63,127,255,.42);box-shadow:0 10px 26px #00000047}.business-plan-hero__overlay{background:linear-gradient(110deg,#030e2cdb,#020b20a8);padding:18px 14px}.business-plan-hero__badge{margin:0 0 8px;display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:999px;background:#468dff33;border:1px solid rgba(120,175,255,.52);color:#c7e0ff;font-size:12px;font-weight:700}.business-plan-hero h1{margin:0;font-size:21px;line-height:1.3;font-weight:800}.business-plan-hero p{margin:8px 0 0;font-size:13px;line-height:1.6;color:#e3ecffe6}.business-plan-doc{margin-top:12px;border-radius:14px;background:linear-gradient(180deg,#eef4ff,#e4edfc);border:1px solid rgba(149,182,236,.7);color:#0d2445;padding:14px 12px;position:relative;overflow:hidden}.business-plan-doc__pattern{position:absolute;left:0;width:100%;pointer-events:none;opacity:.9}.business-plan-doc__pattern--top{top:0}.business-plan-doc__pattern--bottom{bottom:0}.business-plan-doc__brand{position:relative;z-index:1;text-align:center}.business-plan-doc__brand-name{font-size:22px;font-weight:900;letter-spacing:.2px;color:#0f3f96}.business-plan-doc__brand p{margin:6px 0 0;font-size:12px;color:#4b6387}.business-plan-doc__hero-img-wrap{position:relative;z-index:1;margin-top:12px;border-radius:12px;border:1px solid rgba(145,173,224,.7);overflow:hidden}.business-plan-doc__hero-img{display:block;width:100%;aspect-ratio:3 / 2;object-fit:cover}.business-plan-highlight{position:relative;z-index:1;margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.business-plan-highlight__chip{min-height:30px;padding:5px 12px;border-radius:999px;border:1px solid rgba(91,135,215,.62);background:#edf4ff;color:#1e4e9f;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.business-plan-highlight__chip.is-active{background:linear-gradient(180deg,#3a86ff,#216ae6);color:#fff;border-color:#2d69cef2;box-shadow:0 4px 10px #226ae259}.business-plan-highlight__chip:active{transform:scale(.98)}.business-plan-sections{position:relative;z-index:1;margin-top:12px;display:grid;grid-template-columns:1fr;gap:12px}.business-plan-section-card{border-radius:12px;border:1px solid rgba(134,167,223,.72);background:linear-gradient(180deg,#f7faff,#eef5ff);padding:12px 10px;transition:box-shadow .2s ease,border-color .2s ease}.business-plan-section-card.is-active{border-color:#306ed6d9;box-shadow:0 6px 14px #2a6cd538}.business-plan-section-card__head{position:relative;display:flex;align-items:center;gap:10px;min-height:52px}.business-plan-section-card__head:after{content:"";position:absolute;right:-10px;top:-20px;width:210px;height:90px;background-image:url(/assets/top-pattern-DvJm50Hm.png);background-size:cover;background-repeat:no-repeat;opacity:.92;pointer-events:none}.business-plan-section-card__index{width:44px;height:44px;border-radius:12px;background:linear-gradient(180deg,#2d79ff,#2e56df);box-shadow:0 4px 10px #2b67dc59;color:#fff;font-size:20px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1}.business-plan-section-card__head h2{margin:0;flex:1;min-width:0;font-size:24px;line-height:1.25;font-weight:900;color:#1a2d4e;position:relative;z-index:1}.business-plan-section-card__icon{display:none}.business-plan-section-card__summary{margin:10px 0 0;font-size:13px;line-height:1.58;color:#2b4165}.business-plan-section-card__list{margin:10px 0 0;padding:0;list-style:none;display:grid;gap:8px}.business-plan-section-card__list li{margin:0;font-size:13px;line-height:1.58;color:#2b4165;padding-left:12px;position:relative}.business-plan-section-card__list li:before{content:"";position:absolute;left:0;top:8px;width:5px;height:5px;border-radius:50%;background:#2d72e8}.business-plan-section-card__metrics{margin-top:10px;display:grid;grid-template-columns:repeat(auto-fit,minmax(88px,1fr));gap:8px}.business-plan-section-card__metric{border-radius:10px;border:1px solid rgba(137,171,228,.72);background:#f7fbff;padding:8px 6px;text-align:center}.business-plan-section-card__metric span{display:block;font-size:11px;line-height:1.4;color:#4f6485}.business-plan-section-card__metric strong{display:block;margin-top:4px;font-size:16px;line-height:1;color:#1656c1}.business-plan-section-card--exec{overflow:hidden}.business-plan-exec__head{display:flex;align-items:center;gap:10px;position:relative;min-height:52px}.business-plan-exec__head:after{content:"";position:absolute;right:-10px;top:-20px;width:210px;height:90px;background-image:url(/assets/top-pattern-DvJm50Hm.png);background-size:cover;background-repeat:no-repeat;opacity:.92;pointer-events:none}.business-plan-exec__index{width:44px;height:44px;border-radius:12px;background:linear-gradient(180deg,#2d79ff,#2e56df);box-shadow:0 4px 10px #2b67dc59;color:#fff;font-size:20px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;position:relative;z-index:1;flex-shrink:0}.business-plan-exec__head h2{margin:0;font-size:46px;line-height:1.25;font-weight:900;color:#1a2d4e;position:relative;z-index:1}.business-plan-exec__summary{margin:12px 0 0;font-size:30px;line-height:1.7;color:#536786}.business-plan-exec__cover{display:block;width:100%;margin-top:12px;border-radius:12px;border:1px solid rgba(109,148,213,.65);aspect-ratio:16 / 6;object-fit:cover}.business-plan-exec__mission{margin-top:12px;border-radius:12px;border:1px solid rgba(147,181,231,.8);border-left:4px solid #2380ff;background:linear-gradient(180deg,#dcecff,#d3e6ff);padding:12px 10px;display:flex;gap:10px;align-items:flex-start}.business-plan-exec__mission-icon{width:44px;height:44px;border-radius:12px;background:#cae0ff;color:#1f5dc7;display:inline-flex;align-items:center;justify-content:center;font-size:21px;flex-shrink:0}.business-plan-exec__mission-body h3{margin:1px 0 6px;font-size:38px;line-height:1.25;font-weight:800;color:#1b4f9f}.business-plan-exec__mission-body p{margin:0;font-size:29px;line-height:1.62;color:#49607f}.business-plan-exec__subhead{margin-top:14px;display:flex;align-items:center;gap:10px}.business-plan-exec__subhead span{color:#2f47d9;font-size:37px;line-height:1.2;font-weight:900;white-space:nowrap}.business-plan-exec__subhead i{display:block;flex:1;height:1px;background:linear-gradient(90deg,#5373ce80,#5373ce00)}.business-plan-exec__overview-list{margin-top:10px;display:grid;gap:10px}.business-plan-exec__overview-item{border-radius:10px;border:1px solid rgba(201,214,235,.95);background:#f5f7fb;padding:10px;display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.business-plan-exec__overview-item h4{margin:0;font-size:30px;line-height:1.3;font-weight:800;color:#1d5db4}.business-plan-exec__overview-item p{margin:6px 0 0;font-size:31px;line-height:1.62;color:#4a5f7d}.business-plan-exec__overview-icon{width:30px;height:30px;border-radius:10px;background:#cddffb6b;color:#417ad273;display:inline-flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.business-plan-exec__highlight-list{margin-top:10px;display:grid;gap:10px}.business-plan-exec__highlight-item{border-radius:12px;border:1px solid rgba(197,213,234,.95);background:linear-gradient(135deg,#eff6ff,#f8fbff);padding:12px 10px;display:flex;gap:10px;align-items:flex-start}.business-plan-exec__highlight-item--indigo{background:linear-gradient(135deg,#eef2ff,#f7f9ff)}.business-plan-exec__highlight-item--purple{background:linear-gradient(135deg,#f2ecff,#f9f6ff)}.business-plan-exec__highlight-check{width:28px;height:28px;border-radius:50%;background:#2b7dff;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;margin-top:2px}.business-plan-exec__highlight-item--indigo .business-plan-exec__highlight-check{background:#5f6ef6}.business-plan-exec__highlight-item--purple .business-plan-exec__highlight-check{background:#9d4edd}.business-plan-exec__highlight-item p{margin:0;font-size:30px;line-height:1.62;color:#465e7f}.business-plan-exec__highlight-item strong{color:#2a476e;font-weight:800}.business-plan-section-card--invest{overflow:hidden}.business-plan-invest__core{margin-top:10px;border-radius:12px;border:1px solid rgba(147,181,231,.85);border-left:4px solid #2380ff;background:linear-gradient(180deg,#dcecff,#d3e6ff);padding:12px 10px;display:flex;gap:10px;align-items:flex-start}.business-plan-invest__core-icon{width:44px;height:44px;border-radius:12px;background:#cae0ff;color:#1f5dc7;display:inline-flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.business-plan-invest__core h3{margin:1px 0 6px;font-size:38px;line-height:1.25;font-weight:800;color:#1b4f9f}.business-plan-invest__core p{margin:0;font-size:30px;line-height:1.63;color:#49607f}.business-plan-invest__subhead{margin-top:14px;display:flex;align-items:center;gap:10px}.business-plan-invest__subhead span{color:#2f47d9;font-size:37px;line-height:1.2;font-weight:900;white-space:nowrap}.business-plan-invest__subhead i{display:block;flex:1;height:1px;background:linear-gradient(90deg,#5373ce80,#5373ce00)}.business-plan-invest__stage-list,.business-plan-invest__domain-list,.business-plan-invest__nature-list{margin-top:10px;display:grid;gap:10px}.business-plan-invest__stage-item,.business-plan-invest__domain-item{border-radius:12px;border:1px solid rgba(201,214,235,.95);background:#f5f7fb;padding:12px 10px;display:flex;gap:10px;align-items:flex-start}.business-plan-invest__stage-icon,.business-plan-invest__domain-icon{width:42px;height:42px;border-radius:12px;background:#d9e8ff;color:#2668dc;display:inline-flex;align-items:center;justify-content:center;font-size:21px;flex-shrink:0}.business-plan-invest__stage-item--indigo .business-plan-invest__stage-icon{color:#5f6ef6}.business-plan-invest__stage-item--purple .business-plan-invest__stage-icon{color:#9d4edd}.business-plan-invest__domain-item--teal{background:linear-gradient(135deg,#ecfbfb,#f4ffff);border-color:#73ddebe6}.business-plan-invest__domain-item--teal .business-plan-invest__domain-icon{color:#0891b2;background:#d5f5fb}.business-plan-invest__domain-item--green{background:linear-gradient(135deg,#edf9f2,#f7fff9)}.business-plan-invest__domain-item--green .business-plan-invest__domain-icon{color:#059669;background:#d9f6e7}.business-plan-invest__stage-item h4,.business-plan-invest__domain-item h4{margin:1px 0 6px;font-size:37px;line-height:1.25;font-weight:800;color:#1b3e8b}.business-plan-invest__stage-item p,.business-plan-invest__domain-item p{margin:0;font-size:28px;line-height:1.55;color:#455d82}.business-plan-invest__nature-item{border-radius:12px;border:1px solid rgba(201,214,235,.95);background:linear-gradient(135deg,#f4f0ff,#f8f6ff);padding:12px 10px;display:flex;gap:10px;align-items:flex-start}.business-plan-invest__nature-item--pink{background:linear-gradient(135deg,#fef0ff,#fff7ff)}.business-plan-invest__nature-item--red{background:linear-gradient(135deg,#fff0f4,#fff8fa)}.business-plan-invest__nature-item--blue{background:linear-gradient(135deg,#edf6ff,#f6faff)}.business-plan-invest__nature-item--lime{background:linear-gradient(135deg,#f5fae9,#fbffef)}.business-plan-invest__nature-check{width:28px;height:28px;border-radius:50%;background:#7c3aed;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;margin-top:2px}.business-plan-invest__nature-item--pink .business-plan-invest__nature-check{background:#d946ef}.business-plan-invest__nature-item--red .business-plan-invest__nature-check{background:#f43f5e}.business-plan-invest__nature-item--blue .business-plan-invest__nature-check{background:#0ea5e9}.business-plan-invest__nature-item--lime .business-plan-invest__nature-check{background:#84cc16}.business-plan-invest__nature-item p{margin:0;font-size:29px;line-height:1.58;color:#3f5574}.business-plan-invest__nature-item strong{color:#27466f;font-weight:800}.business-plan-market{margin-top:10px}.business-plan-market__subtitle{margin:0 0 10px;font-size:18px;line-height:1.3;font-weight:800;color:#2c3fd7}.business-plan-market__pain-grid{display:grid;gap:10px}.business-plan-market__pain-card{border-radius:12px;border:1px solid rgba(204,217,236,.95);background:#f6f8fc;padding:12px 10px;display:flex;gap:10px;align-items:flex-start}.business-plan-market__pain-icon{width:42px;height:42px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.business-plan-market__pain-icon--danger{color:#ea2e2e;background:#ffe9e9}.business-plan-market__pain-icon--orange{color:#f97316;background:#fff0df}.business-plan-market__pain-icon--yellow{color:#d97706;background:#fff5df}.business-plan-market__pain-icon--amber{color:#ca8a04;background:#fff7db}.business-plan-market__pain-body h4{margin:1px 0 5px;font-size:33px;line-height:1.25;font-weight:800;color:#e8590c}.business-plan-market__pain-body p{margin:0;font-size:27px;line-height:1.5;color:#465a77}.business-plan-market__scale-stack{display:grid;gap:10px}.business-plan-market__scale-card{border-radius:12px;border:1px solid rgba(202,215,236,.95);padding:12px 10px;display:flex;gap:10px;align-items:flex-start}.business-plan-market__scale-card--green{background:linear-gradient(135deg,#e8f7f0,#f1fbf7)}.business-plan-market__scale-card--blue{background:linear-gradient(135deg,#ecf3ff,#f5f8ff)}.business-plan-market__scale-card--purple{background:linear-gradient(135deg,#f2edff,#f8f5ff)}.business-plan-market__scale-icon{width:42px;height:42px;border-radius:12px;background:#fff9;color:#2563eb;display:inline-flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.business-plan-market__scale-card--green .business-plan-market__scale-icon{color:#059669}.business-plan-market__scale-card--purple .business-plan-market__scale-icon{color:#9333ea}.business-plan-market__scale-card h4{margin:1px 0 6px;font-size:37px;line-height:1.25;font-weight:800;color:#1b3e8b}.business-plan-market__scale-card p{margin:0;font-size:28px;line-height:1.52;color:#455d82}.business-plan-market__adv-intro{margin-top:10px;border-radius:12px;border:1px solid rgba(170,196,227,.95);border-left:4px solid #1f78ff;background:#e8f2ff;padding:12px 10px}.business-plan-market__adv-intro-head{display:flex;align-items:center;gap:10px}.business-plan-market__adv-intro-icon{width:42px;height:42px;border-radius:12px;background:#d7e8ff;color:#1c62cd;display:inline-flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.business-plan-market__adv-intro h4{margin:0;font-size:38px;line-height:1.3;font-weight:800;color:#1b427f}.business-plan-market__adv-intro p{margin:8px 0 0;font-size:31px;line-height:1.58;color:#435771}.business-plan-market__adv-list{margin-top:10px;display:grid;gap:10px}.business-plan-market__adv-item{border-radius:12px;border:1px solid rgba(204,220,236,.95);background:linear-gradient(135deg,#eef8f3,#f6fcf8);padding:12px 10px;display:flex;gap:10px;align-items:flex-start}.business-plan-market__adv-check{width:30px;height:30px;border-radius:50%;background:#0dbf6c;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;margin-top:3px}.business-plan-market__adv-item p{margin:0;font-size:29px;line-height:1.58;color:#3f5574}.business-plan-market__adv-item strong{color:#27466f;font-weight:800}.business-plan-section-card--portfolio{overflow:hidden}.business-plan-portfolio{margin-top:10px;position:relative}.business-plan-portfolio:after{content:"";position:absolute;left:-12px;right:-12px;bottom:-12px;height:120px;background:radial-gradient(70% 65% at 50% 90%,#78b0ff61,#78b0ff00 80%);pointer-events:none}.business-plan-portfolio__subhead{margin-top:14px;display:flex;align-items:center;gap:10px;position:relative;z-index:1}.business-plan-portfolio__subhead span{color:#2f47d9;font-size:37px;line-height:1.2;font-weight:900;white-space:nowrap}.business-plan-portfolio__subhead i{display:block;flex:1;height:1px;background:linear-gradient(90deg,#5373ce80,#5373ce00)}.business-plan-portfolio__intro,.business-plan-portfolio__desc{margin:10px 0 0;font-size:31px;line-height:1.63;color:#495f80;position:relative;z-index:1}.business-plan-portfolio__project-list{margin-top:10px;display:grid;gap:10px;position:relative;z-index:1}.business-plan-portfolio__project-item{border-radius:12px;border:1px solid rgba(201,214,235,.95);background:#f5f7fb;padding:12px 10px;display:flex;gap:10px;align-items:flex-start}.business-plan-portfolio__project-item--blue{background:linear-gradient(135deg,#eff5ff,#f8fbff)}.business-plan-portfolio__project-item--purple{background:linear-gradient(135deg,#f2edff,#f8f5ff)}.business-plan-portfolio__project-item--pink{background:linear-gradient(135deg,#fff0f8,#fff7fb)}.business-plan-portfolio__project-icon{width:42px;height:42px;border-radius:12px;background:#d9e8ff;color:#2668dc;display:inline-flex;align-items:center;justify-content:center;font-size:21px;flex-shrink:0}.business-plan-portfolio__project-item--purple .business-plan-portfolio__project-icon{color:#9333ea;background:#ecdfff}.business-plan-portfolio__project-item--pink .business-plan-portfolio__project-icon{color:#db2777;background:#ffdced}.business-plan-portfolio__project-item h4,.business-plan-portfolio__focus-card h4,.business-plan-portfolio__product-item h4{margin:1px 0 6px;font-size:37px;line-height:1.25;font-weight:800;color:#1b3e8b}.business-plan-portfolio__project-item p,.business-plan-portfolio__focus-card p,.business-plan-portfolio__product-item p{margin:0;font-size:28px;line-height:1.56;color:#455d82}.business-plan-portfolio__focus-card{margin-top:10px;border-radius:12px;border:1px solid rgba(170,196,227,.95);border-left:4px solid #1f78ff;background:#e8f2ff;padding:12px 10px;position:relative;z-index:1}.business-plan-portfolio__focus-head{display:flex;align-items:center;gap:10px}.business-plan-portfolio__focus-icon{width:42px;height:42px;border-radius:12px;background:#d7e8ff;color:#1c62cd;display:inline-flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.business-plan-portfolio__product-list{margin-top:10px;display:grid;gap:10px;position:relative;z-index:1}.business-plan-portfolio__product-item{border-radius:12px;border:1px solid rgba(201,214,235,.95);background:#f5f7fb;padding:12px 10px;display:flex;gap:10px;align-items:flex-start}.business-plan-portfolio__product-item--blue{background:linear-gradient(135deg,#eef5ff,#f7faff)}.business-plan-portfolio__product-item--indigo{background:linear-gradient(135deg,#f1f0ff,#f9f8ff)}.business-plan-portfolio__product-item--purple{background:linear-gradient(135deg,#f4edff,#fbf7ff)}.business-plan-portfolio__product-item--pink{background:linear-gradient(135deg,#fff0f8,#fff8fc)}.business-plan-portfolio__product-item--green{background:linear-gradient(135deg,#edf9f3,#f8fffb)}.business-plan-portfolio__product-item--red{background:linear-gradient(135deg,#fff1ec,#fff8f5)}.business-plan-portfolio__product-icon{width:42px;height:42px;border-radius:12px;background:#d9e8ff;color:#2668dc;display:inline-flex;align-items:center;justify-content:center;font-size:21px;flex-shrink:0}.business-plan-portfolio__product-item--indigo .business-plan-portfolio__product-icon{color:#5f6ef6;background:#e7e4ff}.business-plan-portfolio__product-item--purple .business-plan-portfolio__product-icon{color:#9333ea;background:#eadcff}.business-plan-portfolio__product-item--pink .business-plan-portfolio__product-icon{color:#db2777;background:#ffdced}.business-plan-portfolio__product-item--green .business-plan-portfolio__product-icon{color:#059669;background:#d9f6e7}.business-plan-portfolio__product-item--red .business-plan-portfolio__product-icon{color:#ea580c;background:#ffe8de}.business-plan-portfolio__outlook{margin-top:12px;border-radius:12px;border:1px solid rgba(173,197,232,.9);background:linear-gradient(180deg,#eaf2ff,#edf4ff);padding:12px 10px;position:relative;z-index:1}.business-plan-portfolio__outlook p{margin:0;font-size:30px;line-height:1.63;color:#4a5f7d}.business-plan-section-card--platform{overflow:hidden}.business-plan-platform{margin-top:10px;position:relative}.business-plan-platform:after{content:"";position:absolute;left:-12px;right:-12px;bottom:-12px;height:110px;background:radial-gradient(72% 64% at 50% 92%,#84bbff59,#84bbff00 80%);pointer-events:none}.business-plan-platform__principle{margin-top:10px;border-radius:12px;border:1px solid rgba(147,181,231,.85);border-left:4px solid #2380ff;background:linear-gradient(180deg,#dcecff,#d3e6ff);padding:12px 10px;display:flex;gap:10px;align-items:flex-start;position:relative;z-index:1}.business-plan-platform__principle-icon{width:44px;height:44px;border-radius:12px;background:#cae0ff;color:#1f5dc7;display:inline-flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.business-plan-platform__principle h3{margin:1px 0 6px;font-size:38px;line-height:1.25;font-weight:800;color:#1b4f9f}.business-plan-platform__principle p{margin:0;font-size:30px;line-height:1.63;color:#49607f}.business-plan-platform__subhead{margin-top:14px;display:flex;align-items:center;gap:10px;position:relative;z-index:1}.business-plan-platform__subhead span{color:#2f47d9;font-size:37px;line-height:1.2;font-weight:900;white-space:nowrap}.business-plan-platform__subhead i{display:block;flex:1;height:1px;background:linear-gradient(90deg,#5373ce80,#5373ce00)}.business-plan-platform__core-list,.business-plan-platform__smart-list{margin-top:10px;display:grid;gap:10px;position:relative;z-index:1}.business-plan-platform__core-item{border-radius:12px;border:1px solid rgba(201,214,235,.95);background:#f5f7fb;padding:12px 10px;display:flex;gap:10px;align-items:flex-start}.business-plan-platform__core-item--blue{background:linear-gradient(135deg,#edf4ff,#f7faff)}.business-plan-platform__core-item--purple{background:linear-gradient(135deg,#f1eeff,#f8f7ff)}.business-plan-platform__core-item--green{background:linear-gradient(135deg,#edf9f3,#f8fffb)}.business-plan-platform__core-icon{width:42px;height:42px;border-radius:12px;background:#d9e8ff;color:#2668dc;display:inline-flex;align-items:center;justify-content:center;font-size:21px;flex-shrink:0}.business-plan-platform__core-item--purple .business-plan-platform__core-icon{color:#5f6ef6;background:#e7e4ff}.business-plan-platform__core-item--green .business-plan-platform__core-icon{color:#059669;background:#d9f6e7}.business-plan-platform__core-item h4{margin:1px 0 6px;font-size:37px;line-height:1.25;font-weight:800;color:#1b3e8b}.business-plan-platform__core-item p{margin:0;font-size:28px;line-height:1.56;color:#455d82}.business-plan-platform__smart-item{border-radius:12px;border:1px solid rgba(201,214,235,.95);background:#f5f7fb;padding:12px 10px;display:flex;gap:10px;align-items:flex-start}.business-plan-platform__smart-item--cyan{background:linear-gradient(135deg,#ebfbfc,#f6ffff)}.business-plan-platform__smart-item--blue{background:linear-gradient(135deg,#eef4ff,#f8fbff)}.business-plan-platform__smart-item--indigo{background:linear-gradient(135deg,#f2eeff,#faf8ff)}.business-plan-platform__smart-item--purple{background:linear-gradient(135deg,#f7efff,#fcf8ff)}.business-plan-platform__smart-item--pink{background:linear-gradient(135deg,#fff0f8,#fff9fc)}.business-plan-platform__smart-check{width:30px;height:30px;border-radius:50%;background:#06b6d4;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;margin-top:2px}.business-plan-platform__smart-item--blue .business-plan-platform__smart-check{background:#3b82f6}.business-plan-platform__smart-item--indigo .business-plan-platform__smart-check{background:#6366f1}.business-plan-platform__smart-item--purple .business-plan-platform__smart-check{background:#a855f7}.business-plan-platform__smart-item--pink .business-plan-platform__smart-check{background:#ec4899}.business-plan-platform__smart-item p{margin:0;font-size:29px;line-height:1.58;color:#3f5574}.business-plan-platform__smart-item strong{color:#27466f;font-weight:800}.business-plan-section-card--risk{overflow:hidden}.business-plan-risk{margin-top:10px;position:relative}.business-plan-risk:after{content:"";position:absolute;left:-12px;right:-12px;bottom:-12px;height:110px;background:radial-gradient(72% 64% at 50% 92%,#84bbff59,#84bbff00 80%);pointer-events:none}.business-plan-risk__list{display:grid;gap:10px;position:relative;z-index:1}.business-plan-risk__item{border-radius:12px;border:1px solid rgba(201,214,235,.95);background:#f5f7fb;border-right:4px solid #ef4444;padding:12px 10px}.business-plan-risk__item--orange{border-right-color:#f97316}.business-plan-risk__item--amber{border-right-color:#f59e0b}.business-plan-risk__item--purple{border-right-color:#a855f7}.business-plan-risk__head{display:flex;align-items:center;gap:10px}.business-plan-risk__head-icon{width:42px;height:42px;border-radius:12px;background:#ffe9e9;color:#e11d48;display:inline-flex;align-items:center;justify-content:center;font-size:21px;flex-shrink:0}.business-plan-risk__item--orange .business-plan-risk__head-icon{background:#fff1dc;color:#f97316}.business-plan-risk__item--amber .business-plan-risk__head-icon{background:#fff4dd;color:#d97706}.business-plan-risk__item--purple .business-plan-risk__head-icon{background:#f1e8ff;color:#9333ea}.business-plan-risk__head h4{margin:0;font-size:37px;line-height:1.25;font-weight:800;color:#e11d48}.business-plan-risk__item--orange .business-plan-risk__head h4{color:#ea580c}.business-plan-risk__item--amber .business-plan-risk__head h4{color:#b45309}.business-plan-risk__item--purple .business-plan-risk__head h4{color:#9333ea}.business-plan-risk__risk-text{margin:10px 0 0;font-size:30px;line-height:1.62;color:#465d80}.business-plan-risk__measure{margin-top:10px;border-radius:10px;background:#eaf6ef;padding:10px}.business-plan-risk__measure-title{display:inline-flex;align-items:center;gap:6px;color:#16a34a;font-size:31px;line-height:1.2;font-weight:800}.business-plan-risk__measure-title span{display:inline-flex;font-size:18px}.business-plan-risk__measure p{margin:8px 0 0;font-size:28px;line-height:1.58;color:#3f5574}.business-plan-section-card--profit{overflow:hidden}.business-plan-profit{margin-top:10px;position:relative}.business-plan-profit:after{content:"";position:absolute;left:-12px;right:-12px;bottom:-12px;height:110px;background:radial-gradient(72% 64% at 50% 92%,#84bbff59,#84bbff00 80%);pointer-events:none}.business-plan-profit__intro{margin:8px 0 0;font-size:31px;line-height:1.6;color:#4a607f;position:relative;z-index:1}.business-plan-profit__list{margin-top:10px;display:grid;gap:10px;position:relative;z-index:1}.business-plan-profit__item{border-radius:12px;border:1px solid rgba(201,214,235,.95);background:#f5f7fb;padding:12px 10px;display:flex;gap:10px;align-items:flex-start}.business-plan-profit__item--green{background:linear-gradient(135deg,#edf9f3,#f8fffb)}.business-plan-profit__item--blue{background:linear-gradient(135deg,#edf4ff,#f8fbff)}.business-plan-profit__item--indigo{background:linear-gradient(135deg,#f1efff,#f8f7ff)}.business-plan-profit__item--purple{background:linear-gradient(135deg,#f7f0ff,#fdf8ff)}.business-plan-profit__item--pink{background:linear-gradient(135deg,#fff0f8,#fff8fc)}.business-plan-profit__num{width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:21px;line-height:1;font-weight:800;flex-shrink:0;box-shadow:0 4px 10px #3b82f642}.business-plan-profit__num--green{background:linear-gradient(180deg,#14c37c,#07a864)}.business-plan-profit__num--blue{background:linear-gradient(180deg,#3d8dff,#2a6ae8)}.business-plan-profit__num--indigo{background:linear-gradient(180deg,#7365ff,#5a4de3)}.business-plan-profit__num--purple{background:linear-gradient(180deg,#b05cff,#8b3df0)}.business-plan-profit__num--pink{background:linear-gradient(180deg,#ff4ea0,#e5308f)}.business-plan-profit__item h4{margin:1px 0 6px;font-size:37px;line-height:1.25;font-weight:800;color:#1b3e8b}.business-plan-profit__item--green h4{color:#069669}.business-plan-profit__item--blue h4{color:#2563eb}.business-plan-profit__item--indigo h4{color:#4f46e5}.business-plan-profit__item--purple h4{color:#9333ea}.business-plan-profit__item--pink h4{color:#db2777}.business-plan-profit__item p{margin:0;font-size:28px;line-height:1.56;color:#455d82}.business-plan-section-card--team{overflow:hidden}.business-plan-team{margin-top:10px;position:relative}.business-plan-team:after{content:"";position:absolute;left:-12px;right:-12px;bottom:-12px;height:110px;background:radial-gradient(72% 64% at 50% 92%,#84bbff59,#84bbff00 80%);pointer-events:none}.business-plan-team__highlight{position:relative;z-index:1;border-radius:12px;border:1px solid rgba(147,181,231,.85);border-left:4px solid #2380ff;background:linear-gradient(180deg,#dcecff,#d3e6ff);padding:12px 10px;display:flex;gap:10px;align-items:flex-start}.business-plan-team__highlight-icon{width:44px;height:44px;border-radius:12px;background:#cae0ff;color:#1f5dc7;display:inline-flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.business-plan-team__highlight h3{margin:1px 0 6px;font-size:38px;line-height:1.25;font-weight:800;color:#1b4f9f}.business-plan-team__highlight p{margin:0;font-size:30px;line-height:1.63;color:#49607f}.business-plan-section-card--impact{overflow:hidden}.business-plan-impact{margin-top:10px;position:relative}.business-plan-impact:after{content:"";position:absolute;left:-12px;right:-12px;bottom:-12px;height:110px;background:radial-gradient(72% 64% at 50% 92%,#84bbff59,#84bbff00 80%);pointer-events:none}.business-plan-impact__intro{margin:8px 0 0;font-size:31px;line-height:1.6;color:#4a607f;position:relative;z-index:1}.business-plan-impact__list{margin-top:10px;display:grid;gap:10px;position:relative;z-index:1}.business-plan-impact__item{border-radius:12px;border:1px solid rgba(201,214,235,.95);background:#f5f7fb;padding:12px 10px;display:flex;gap:10px;align-items:flex-start}.business-plan-impact__item--green{background:linear-gradient(135deg,#edf9f3,#f8fffb)}.business-plan-impact__item--blue{background:linear-gradient(135deg,#edf4ff,#f8fbff)}.business-plan-impact__item--purple{background:linear-gradient(135deg,#f7efff,#fdf8ff)}.business-plan-impact__icon{width:42px;height:42px;border-radius:12px;background:#d9f6e7;color:#069669;display:inline-flex;align-items:center;justify-content:center;font-size:21px;flex-shrink:0}.business-plan-impact__item--blue .business-plan-impact__icon{background:#dce9ff;color:#2563eb}.business-plan-impact__item--purple .business-plan-impact__icon{background:#eee1ff;color:#9333ea}.business-plan-impact__item h4{margin:1px 0 6px;font-size:37px;line-height:1.25;font-weight:800;color:#069669}.business-plan-impact__item--blue h4{color:#2563eb}.business-plan-impact__item--purple h4{color:#9333ea}.business-plan-impact__item p{margin:0;font-size:28px;line-height:1.56;color:#455d82}.business-plan-impact__summary{margin-top:12px;border-radius:12px;border:1px solid rgba(173,197,232,.9);background:linear-gradient(180deg,#eaf2ff,#edf4ff);padding:12px 10px;position:relative;z-index:1}.business-plan-impact__summary p{margin:0;font-size:30px;line-height:1.63;color:#4a5f7d}.business-plan-section-card--future{overflow:hidden}.business-plan-future{margin-top:10px;position:relative}.business-plan-future:after{content:"";position:absolute;left:-12px;right:-12px;bottom:-12px;height:110px;background:radial-gradient(72% 64% at 50% 92%,#84bbff59,#84bbff00 80%);pointer-events:none}.business-plan-future__list{display:grid;gap:10px;position:relative;z-index:1}.business-plan-future__item{border-radius:12px;border:1px solid rgba(201,214,235,.95);background:#f5f7fb;padding:12px 10px;display:flex;gap:10px;align-items:flex-start}.business-plan-future__item--blue{background:linear-gradient(135deg,#edf4ff,#f8fbff)}.business-plan-future__item--indigo{background:linear-gradient(135deg,#f1efff,#f8f7ff)}.business-plan-future__item--purple{background:linear-gradient(135deg,#f7efff,#fdf8ff)}.business-plan-future__item--cyan{background:linear-gradient(135deg,#ebfbfc,#f6ffff)}.business-plan-future__item--green{background:linear-gradient(135deg,#edf9f3,#f8fffb)}.business-plan-future__icon{width:42px;height:42px;border-radius:12px;background:#dce9ff;color:#2563eb;display:inline-flex;align-items:center;justify-content:center;font-size:21px;flex-shrink:0}.business-plan-future__item--indigo .business-plan-future__icon{background:#e7e4ff;color:#4f46e5}.business-plan-future__item--purple .business-plan-future__icon{background:#eee1ff;color:#9333ea}.business-plan-future__item--cyan .business-plan-future__icon{background:#cff3fb;color:#0891b2}.business-plan-future__item--green .business-plan-future__icon{background:#d9f6e7;color:#059669}.business-plan-future__item h4{margin:1px 0 6px;font-size:37px;line-height:1.25;font-weight:800;color:#2563eb}.business-plan-future__item--indigo h4{color:#4f46e5}.business-plan-future__item--purple h4{color:#9333ea}.business-plan-future__item--cyan h4{color:#0891b2}.business-plan-future__item--green h4{color:#059669}.business-plan-future__item p{margin:0;font-size:28px;line-height:1.56;color:#455d82}.business-plan-future__global{margin-top:10px;border-radius:12px;border:1px solid rgba(228,198,229,.95);background:linear-gradient(180deg,#fdf2f8,#fdf7ff);padding:12px 10px;position:relative;z-index:1}.business-plan-future__global-head{display:flex;align-items:center;gap:10px}.business-plan-future__global-icon{width:42px;height:42px;border-radius:12px;background:#ffe2f1;color:#db2777;display:inline-flex;align-items:center;justify-content:center;font-size:21px;flex-shrink:0}.business-plan-future__global h4{margin:0;font-size:37px;line-height:1.25;font-weight:800;color:#db2777}.business-plan-future__global p{margin:10px 0 0;font-size:30px;line-height:1.62;color:#4a5f7d}.business-plan-section-card--conclusion{overflow:hidden}.business-plan-conclusion{margin-top:10px;position:relative}.business-plan-conclusion:after{content:"";position:absolute;left:-12px;right:-12px;bottom:-12px;height:110px;background:radial-gradient(72% 64% at 50% 92%,#84bbff59,#84bbff00 80%);pointer-events:none}.business-plan-conclusion__card{position:relative;z-index:1;border-radius:12px;border:1px solid rgba(171,198,233,.88);border-left:4px solid #2380ff;background:linear-gradient(180deg,#e9f1ff,#eef4ff);padding:12px 10px}.business-plan-conclusion__icon{width:44px;height:44px;border-radius:12px;background:#cadeff;color:#1d63cf;display:inline-flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:8px}.business-plan-conclusion__card p{margin:0;font-size:30px;line-height:1.63;color:#4a5f7d}@media (max-width: 520px){.business-plan-section-card{padding:13px 11px}.business-plan-section-card__head{gap:10px;min-height:52px}.business-plan-section-card__index{width:44px;height:44px;border-radius:12px;font-size:20px}.business-plan-section-card__icon{display:none}.business-plan-exec__head h2{font-size:24px}.business-plan-section-card__head h2{font-size:24px;line-height:1.22}.business-plan-exec__summary{font-size:16px}.business-plan-exec__mission-body h3{font-size:20px}.business-plan-exec__mission-body p{font-size:17px}.business-plan-exec__subhead span{font-size:21px}.business-plan-exec__overview-item h4{font-size:20px}.business-plan-exec__overview-item p,.business-plan-exec__highlight-item p{font-size:17px}.business-plan-invest__core h3{font-size:20px}.business-plan-invest__core p{font-size:17px}.business-plan-invest__subhead span{font-size:21px}.business-plan-invest__stage-item h4,.business-plan-invest__domain-item h4{font-size:20px}.business-plan-invest__stage-item p,.business-plan-invest__domain-item p,.business-plan-invest__nature-item p{font-size:17px}.business-plan-market__pain-body h4{font-size:20px}.business-plan-market__pain-body p{font-size:17px}.business-plan-market__scale-card h4{font-size:20px}.business-plan-market__scale-card p{font-size:17px}.business-plan-market__adv-intro h4{font-size:20px}.business-plan-market__adv-intro p,.business-plan-market__adv-item p{font-size:17px}.business-plan-portfolio__subhead span{font-size:21px}.business-plan-portfolio__intro,.business-plan-portfolio__desc{font-size:17px}.business-plan-portfolio__project-item h4,.business-plan-portfolio__focus-card h4,.business-plan-portfolio__product-item h4{font-size:20px}.business-plan-portfolio__project-item p,.business-plan-portfolio__focus-card p,.business-plan-portfolio__product-item p,.business-plan-portfolio__outlook p{font-size:17px}.business-plan-platform__principle h3{font-size:20px}.business-plan-platform__principle p{font-size:17px}.business-plan-platform__subhead span{font-size:21px}.business-plan-platform__core-item h4{font-size:20px}.business-plan-platform__core-item p,.business-plan-platform__smart-item p{font-size:17px}.business-plan-risk__head h4{font-size:20px}.business-plan-risk__risk-text{font-size:17px}.business-plan-risk__measure-title{font-size:20px}.business-plan-risk__measure p,.business-plan-profit__intro{font-size:17px}.business-plan-profit__item h4{font-size:20px}.business-plan-profit__item p{font-size:17px}.business-plan-team__highlight h3{font-size:20px}.business-plan-team__highlight p,.business-plan-impact__intro{font-size:17px}.business-plan-impact__item h4{font-size:20px}.business-plan-impact__item p,.business-plan-impact__summary p{font-size:17px}.business-plan-future__item h4,.business-plan-future__global h4{font-size:20px}.business-plan-future__item p,.business-plan-future__global p,.business-plan-conclusion__card p{font-size:17px}}.about-page{min-height:100vh;background:#06080d;color:#fff}.about-scroll{padding:8px 12px 24px}.about-intro{border-radius:12px;padding:16px 14px 14px;background:#0c1018;border:1px solid rgba(72,104,168,.25)}.about-intro h1{margin:0;text-align:center;font-size:28px;line-height:1.2;font-weight:800}.about-intro p{margin:10px 0 0;font-size:14px;line-height:1.65;color:#cad4e5}.about-intro__hero{margin-top:12px;width:100%;display:block;border-radius:10px;border:1px solid rgba(142,168,216,.24);object-fit:cover}.about-stats{margin-top:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.about-stat-card{position:relative;border-radius:10px;background:#f3f4f6;color:#101827;padding:58px 10px 14px;margin-top:24px;text-align:center;border:1px solid rgba(221,227,236,.9)}.about-stat-card__icon{position:absolute;left:50%;top:-28px;transform:translate(-50%);width:80px;height:80px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:36px;box-shadow:0 8px 18px #0003}.about-stat-card__icon--pink{background:#f35eb0}.about-stat-card__icon--green{background:#27c266}.about-stat-card__icon--blue{background:#4e79ff}.about-stat-card__icon--yellow{background:#f2c84b}.about-stat-card strong{display:block;margin:0;font-size:44px;line-height:1.15;color:#101827;font-weight:800}.about-stat-card p{margin:8px 0 0;font-size:13px;color:#616776}.about-panel{margin-top:12px;border-radius:12px;background:#f3f5f9;border:1px solid rgba(220,229,241,.92);padding:12px}.about-story-card{border-radius:10px;background:#e9edf3;border:1px solid rgba(211,221,236,.82);padding:10px}.about-story-card+.about-story-card{margin-top:10px}.about-story-card__icon{width:58px;height:58px;display:block;object-fit:contain}.about-story-card h3{margin:8px 0 0;font-size:18px;line-height:1.25;color:#10294b}.about-story-card p{margin:7px 0 0;font-size:14px;line-height:1.65;color:#4d5b70}.about-panel h2{margin:14px 0 0;text-align:center;font-size:26px;line-height:1.2;color:#1559e8}.about-values-block{margin-top:20px;padding:10px 6px 4px}.about-values-title{margin:0;text-align:center;font-size:32px;line-height:1.2;font-weight:800;color:#2e67e8}.about-values-text{margin:14px auto 0;max-width:320px;text-align:center;font-size:15px;line-height:1.7;color:#4b525f}.about-benefit-card{border-radius:10px;background:#fff;border:1px solid rgba(218,227,240,.92);padding:10px}.about-benefit-card+.about-benefit-card{margin-top:10px}.about-benefit-card h3{margin:0;font-size:18px;color:#0f2847}.about-benefit-card p{margin:8px 0 0;font-size:14px;line-height:1.65;color:#4a586d}.about-benefit-card.is-strategy h3{text-align:center;font-size:22px;font-weight:800}.about-benefit-card.is-strategy p{text-align:center}.about-benefit-card__image-wrap{margin-top:10px;border-radius:8px;overflow:hidden;background:#f7faff;border:1px solid rgba(214,224,240,.9)}.about-benefit-card__image-wrap img{display:block;width:100%;object-fit:cover}.about-benefit-card.is-dark{background:#0f1726;border-color:#506b9c73}.about-benefit-card.is-dark h3{color:#fff}.about-benefit-card.is-dark p{color:#c6d1e3}.about-benefit-card.is-dark .about-benefit-card__image-wrap{background:#141f32;border-color:#4f658fa6}.about-benefit-card.is-decision{background:linear-gradient(180deg,#0e1724,#0a131d);border-color:#4a669373;padding:16px 12px 14px}.about-benefit-card.is-decision h3{text-align:center;font-size:22px;color:#fff}.about-benefit-card.is-decision p{margin-top:10px;text-align:center;font-size:14px;line-height:1.7;color:#c7d2e3}.about-benefit-card.is-decision .about-benefit-card__image-wrap{margin-top:18px;background:transparent;border:none}.about-benefit-card.is-decision .about-benefit-card__image-wrap img{width:86%;margin:0 auto;object-fit:contain}.about-domains{margin-top:14px;border-radius:12px;background:#000;border:1px solid rgba(75,96,132,.35);padding:18px 12px 10px}.about-domains h2{margin:0;text-align:center;font-size:26px;line-height:1.2;color:#fff}.about-domain-item{margin-top:0;padding:20px 8px 18px;text-align:center}.about-domain-item+.about-domain-item{border-top:1px solid rgba(255,255,255,.18)}.about-domain-item img{width:62px;height:62px;object-fit:contain}.about-domain-item h3{margin:10px 0 0;font-size:24px;line-height:1.25;color:#fff}.about-domain-item p{margin:10px auto 0;max-width:320px;font-size:14px;line-height:1.6;color:#d6deebe0}.about-partners h2{margin:0;text-align:center;font-size:26px;line-height:1.2;color:#0f2847}.about-panel.about-web3{margin-top:14px;background:#000;border:1px solid rgba(75,96,132,.4);padding:18px 14px 14px}.about-web3 h2{margin:0;text-align:center;font-size:26px;line-height:1.2;color:#fff}.about-web3 p{margin:14px auto 0;max-width:340px;font-size:14px;line-height:1.7;color:#dbe2eee0;text-align:center}.about-web3 img{margin-top:16px;width:100%;border-radius:18px;border:1px solid rgba(74,102,147,.45);display:block}.about-panel.about-partners{margin-top:14px;background:#000;border:1px solid rgba(75,96,132,.4);padding:18px 12px 14px}.about-partners h2{color:#fff}.about-partners__grid{margin-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.about-partner-item{border-radius:16px;background:linear-gradient(180deg,#2f323b,#292c34);border:1px solid rgba(109,117,136,.36);padding:10px 8px;min-height:102px;display:flex;align-items:center;justify-content:center}.about-partner-item img{width:80%;max-width:80%;max-height:52px;object-fit:contain}.about-partners__note{margin:16px 0 0;text-align:center;font-size:12px;color:#bec5d2e0}.about-footer{margin-top:12px;padding-bottom:8px;text-align:center}.about-footer-banner{display:flex;justify-content:center;align-items:center;margin:0 0 10px}.about-footer-banner img{display:block;width:100%;height:auto;object-fit:contain}.about-footer__trustpilot{width:96px;height:auto;object-fit:contain}.about-footer p{margin:6px 0 0;font-size:11px;color:#b9c9e0d1}.privacy-policy-page{min-height:100vh;display:flex;flex-direction:column;background:#060a11;color:#fff}.privacy-policy-page__header{position:sticky;top:0;z-index:10;height:calc(52px + env(safe-area-inset-top,0));padding:env(safe-area-inset-top,0) 12px 0;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:8px;background:#0a0a0c;border-bottom:1px solid rgba(255,255,255,.08)}.privacy-policy-page__back{width:36px;height:36px;border:none;border-radius:10px;background:transparent;color:#ffffffeb;display:inline-flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.privacy-policy-page__header h1{margin:0;text-align:center;font-size:18px;line-height:1;font-weight:700}.privacy-policy-page__header-spacer{width:36px;height:36px}.privacy-policy-page__content{flex:1;min-height:0;overflow:auto;padding:14px 12px calc(16px + env(safe-area-inset-bottom,0))}.privacy-policy-page__doc{background:#f4f7fc;color:#162033;border-radius:14px;padding:14px 14px 2px;border:1px solid #d8e1f2}.privacy-policy-page__section{margin-bottom:14px}.privacy-policy-page__section h3{margin:0 0 8px;font-size:16px;line-height:1.3;font-weight:700;color:#113c85}.privacy-policy-page__section p{margin:0 0 8px;font-size:13px;line-height:1.6;color:#1f2a3f}.privacy-policy-page__section ul{margin:0;padding-left:17px}.privacy-policy-page__section li{margin:0 0 7px;font-size:13px;line-height:1.6;color:#1f2a3f}.privacy-policy-page__notes{margin-top:6px}.privacy-policy-page__subsections{margin-top:6px;display:grid;gap:8px}.privacy-policy-page__subsection{background:#ecf2ff;border:1px solid #cdd9f2;border-radius:10px;padding:8px 10px 2px}.privacy-policy-page__subsection h4{margin:0 0 6px;font-size:13px;line-height:1.4;font-weight:700;color:#1c4b9e}.service-terms-page{min-height:100vh;display:flex;flex-direction:column;background:#060a11;color:#fff}.service-terms-page__header{position:sticky;top:0;z-index:10;height:calc(52px + env(safe-area-inset-top,0));padding:env(safe-area-inset-top,0) 12px 0;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:8px;background:#0a0a0c;border-bottom:1px solid rgba(255,255,255,.08)}.service-terms-page__back{width:36px;height:36px;border:none;border-radius:10px;background:transparent;color:#ffffffeb;display:inline-flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.service-terms-page__header h1{margin:0;text-align:center;font-size:18px;line-height:1;font-weight:700}.service-terms-page__header-spacer{width:36px;height:36px}.service-terms-page__content{flex:1;min-height:0;overflow:auto;padding:14px 12px calc(16px + env(safe-area-inset-bottom,0))}.service-terms-page__doc{background:#f4f7fc;color:#162033;border-radius:14px;padding:14px 14px 2px;border:1px solid #d8e1f2}.service-terms-page__section{margin-bottom:14px}.service-terms-page__section h3{margin:0 0 8px;font-size:16px;line-height:1.3;font-weight:700;color:#113c85}.service-terms-page__section ul{margin:0;padding-left:17px}.service-terms-page__section li{margin:0 0 7px;font-size:13px;line-height:1.6;color:#1f2a3f}.user-guide-page{min-height:100vh;background:#06080f;color:#fff}.user-guide-page__scroll{padding:8px 12px 20px}.user-guide-intro{border-radius:12px;border:1px solid #e9edf6;background:#fff;padding:16px 12px 12px}.user-guide-hero{padding:0 6px}.user-guide-hero h1{margin:0;text-align:center;font-size:24px;line-height:1.2;font-weight:800;color:#376ee6}.user-guide-hero p{margin:12px auto 0;text-align:center;font-size:13px;line-height:1.6;color:#6f6f78;max-width:92%}.user-guide-sections{margin-top:12px;display:grid;gap:10px}.user-guide-card{border-radius:12px;border:1px solid #dfe7f6;background:#f7f9ff;padding:11px 12px 10px;overflow:hidden}.user-guide-card h3{margin:0;font-size:17px;line-height:1.3;color:#13181c;font-weight:700}.user-guide-card__head{width:100%;border:none;background:transparent;padding:0;display:flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer}.user-guide-card__arrow{width:18px;height:18px;color:#7a8fb7;transition:transform .2s ease;flex-shrink:0}.user-guide-card__arrow--open{transform:rotate(90deg)}.user-guide-card__content{margin-top:8px;padding-top:2px}.user-guide-card ol{margin:0;padding-left:0;list-style:none;counter-reset:guide-step}.user-guide-card li{position:relative;margin:0 0 6px;padding-left:22px;font-size:14.3px;line-height:1.6;color:#8e8e94;counter-increment:guide-step}.user-guide-card li:before{content:counter(guide-step) "、";position:absolute;left:0;top:0;color:#8e8e94}.user-guide-card li:last-child{margin-bottom:0}.user-guide-why{margin-top:12px;border-radius:12px;border:1px solid rgba(71,100,150,.35);background:#0a1227;padding:12px}.user-guide-why h2{margin:0;text-align:center;font-size:24px;line-height:1.2;font-weight:800;color:#fff}.user-guide-why__grid{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.user-guide-feature{border-radius:10px;border:1px solid rgba(87,110,150,.45);background:#162240d1;padding:10px;text-align:center}.user-guide-feature img{width:46px;height:46px;object-fit:contain;display:block;margin:0 auto}.user-guide-feature h4{margin:8px 0 0;font-size:15px;line-height:1.3;color:#fff}.user-guide-feature p{margin:5px 0 0;font-size:12px;line-height:1.5;color:#b8c4da}.user-guide-contact{margin-top:12px;border-radius:12px;border:1px solid rgba(84,108,151,.36);background:#0b1327;padding:12px}.user-guide-contact h3{margin:0;font-size:20px;line-height:1.25;color:#fff;text-align:center}.user-guide-contact p{margin:8px 0 0;text-align:center;font-size:13px;line-height:1.6;color:#b8c5db}.user-guide-contact button{margin-top:10px;width:100%;height:40px;border:none;border-radius:10px;background:linear-gradient(90deg,#2f76ff,#4f99ff);color:#fff;font-size:15px;font-weight:700}.user-guide-contact img{margin-top:10px;width:100%;display:block;border-radius:10px;border:1px solid rgba(108,129,165,.35)}.my-team-page{min-height:100vh;background:#000;color:#fff}.my-team-page__scroll{padding-bottom:24px}.my-team-page__loading{display:flex;justify-content:center;padding:48px 0}.my-team-page__section-head{margin:18px 16px 10px;font-size:20px;font-weight:800;color:#e8c547;letter-spacing:.02em}.my-team-page__empty{margin:16px;font-size:14px;color:#ffffff8c}.my-team-hero{position:relative;min-height:200px;margin:0 12px;border-radius:16px;overflow:hidden;background-size:cover;background-position:center right;background-color:#0a0a0a}.my-team-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000e0,#00000073 48%,#00000026);pointer-events:none}.my-team-hero__inner{position:relative;z-index:1;padding:28px 18px 24px;max-width:58%}.my-team-hero__title{margin:0;font-size:26px;font-weight:800;color:#e8c547;line-height:1.15}.my-team-hero__sub{margin:10px 0 0;font-size:13px;line-height:1.45;color:#ffffffe0}.my-team-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.my-team-btn{flex:1;min-width:120px;height:40px;border:none;border-radius:999px;font-size:14px;font-weight:700;color:#fff}.my-team-btn--blue{background:linear-gradient(180deg,#3b8cff,#1e6fe0)}.my-team-btn--gold{background:linear-gradient(180deg,#f5a623,#d97706)}.my-team-card{margin:0 12px;padding:14px 14px 16px;border-radius:14px;border:1px solid rgba(232,197,71,.55);background:#141416f2}.my-team-card__banner{margin:0 0 14px;padding:10px 12px;border-radius:10px;background:#e8c5471f;border:1px solid rgba(232,197,71,.35);font-size:14px;font-weight:700;color:#e8c547;text-align:center}.my-team-card__block{padding-top:4px}.my-team-card__block+.my-team-card__block{margin-top:16px;padding-top:16px;border-top:1px solid rgba(232,197,71,.2)}.my-team-card__block-title{margin:0 0 12px;font-size:15px;font-weight:800;color:#e8c547}.my-team-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:8px 0;font-size:14px;color:#ffffffa6}.my-team-row strong{font-weight:700;color:#fff;text-align:right;word-break:break-all}.my-team-card__max-hint{margin:14px 0 0;font-size:13px;line-height:1.45;color:#b4dca0f2;text-align:center}.my-team-trends{margin:22px 12px 0}.my-team-members-panel{margin:22px 12px 0;padding:14px 10px 16px;border-radius:14px;border:1px solid rgba(232,197,71,.55);background:#0e0e10fa}.my-team-members-panel__title{margin:0 0 14px 4px;font-size:18px;font-weight:800;color:#e8c547;letter-spacing:.02em}.my-team-members-panel__inner{min-height:0}.my-team-members-panel__loading{display:flex;justify-content:center;padding:36px 0}.my-team-members-panel__empty{margin:12px 8px 8px;font-size:14px;color:#ffffff73;text-align:center}.my-team-members-panel__more{display:flex;justify-content:center;margin-top:14px;padding-bottom:4px}.my-team-members-panel__more-btn{min-width:140px;min-height:40px;padding:0 20px;border:1px solid rgba(232,197,71,.45);border-radius:999px;background:linear-gradient(180deg,#f5a623,#c97708);font-size:14px;font-weight:700;color:#fff}.my-team-members-panel__more-btn:disabled{opacity:.55}.my-team-tree-root{margin:0;padding:0;list-style:none;position:relative}.my-team-tree-root:before{content:"";position:absolute;left:17px;top:0;bottom:0;width:1px;background:#ffffff38}.my-team-tree-node{margin:0;padding:0;list-style:none}.my-team-tree-node+.my-team-tree-node{margin-top:12px}.my-team-tree-node__row{display:flex;align-items:stretch;gap:10px}.my-team-tree-node__rail{position:relative;width:34px;flex-shrink:0;display:flex;justify-content:center;padding-top:12px}.my-team-tree-node:not(:last-child)>.my-team-tree-node__row>.my-team-tree-node__rail:after{content:none}.my-team-tree-toggle{position:relative;z-index:1;width:22px;height:22px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:4px;border:1px solid rgba(255,255,255,.3);background:#1e1e22f2;color:#ffffffd9}.my-team-tree-toggle--ghost{pointer-events:none;border-color:transparent;background:transparent}.my-team-tree-toggle__chev{display:block;width:5px;height:5px;margin-left:1px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg)}.my-team-tree-toggle__chev--open{margin-top:-2px;margin-left:0;transform:rotate(45deg)}.my-team-tree-toggle__chev--none{border:none;width:0;height:0}.my-team-tree-nested{margin:8px 0 0;padding:0;list-style:none;border-left:none;position:relative}.my-team-tree-nested:before{content:"";position:absolute;left:17px;top:0;bottom:0;width:1px;background:#ffffff38}.my-team-tree-nested .my-team-tree-node+.my-team-tree-node{margin-top:10px}.my-team-tree-node--loading{list-style:none}.my-team-tree-node__loading-inner{display:flex;justify-content:center;padding:20px 0 12px}.my-team-tree-load-more{list-style:none;margin-top:10px;padding:0}.my-team-tree-load-more__btn{width:100%;max-width:220px;min-height:36px;border-radius:999px;border:1px solid rgba(232,197,71,.4);background:#28282ce6;color:#e8c547;font-size:13px;font-weight:700}.my-team-tree-load-more__btn:disabled{opacity:.5}.my-team-member-card-v2{flex:1;min-width:0;border-radius:10px;background:#33333b;padding:12px 12px 10px;box-shadow:0 2px 8px #00000040}.my-team-member-card-v2__head{display:flex;gap:10px;align-items:flex-start}.my-team-member-card-v2__avatar{flex-shrink:0;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;color:#fff}.my-team-member-card-v2__head-main{flex:1;min-width:0}.my-team-member-card-v2__head-top{display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px;margin-bottom:8px}.my-team-member-card-v2__id{font-size:15px;font-weight:800;color:#fff;word-break:break-all}.my-team-member-card-v2__lvl{flex-shrink:0;padding:2px 8px;border-radius:6px;font-size:11px;font-weight:800;color:#fff;background:linear-gradient(180deg,#4a8fff,#2567d6);border:1px solid rgba(100,160,255,.5)}.my-team-member-card-v2__status{flex-shrink:0;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:700;color:#ffffffe0;background:#5a5a62d9;border:1px solid rgba(120,120,130,.6)}.my-team-member-card-v2__status--ok{color:#c8f5d2f2;background:#3c6e4b73;border-color:#64b47873}.my-team-member-card-v2__sub-badge{flex-shrink:0;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:700;color:#f0e1fffa;background:#7846c86b;border:1px solid rgba(180,130,255,.45)}.my-team-member-card-v2__meta{margin:0 0 6px;font-size:12px;line-height:1.45;color:#ffffff7a}.my-team-member-card-v2__meta--flops{margin-bottom:0}.my-team-member-card-v2__flops-prefix{color:#ffffff7a}.my-team-member-card-v2__flops-val{font-weight:800;color:#3b9cff}.my-team-trends__title{margin:0 0 10px 4px;font-size:18px;font-weight:800;color:#e8c547}.my-team-trends__box{min-height:220px;border-radius:14px;border:1px solid rgba(232,197,71,.55);background:#1c1c1ef2;overflow:hidden}.my-team-trends__scroll{overflow-x:auto;overflow-y:hidden;width:100%;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-gutter:stable;scrollbar-width:auto;scrollbar-color:rgba(228,228,232,.85) rgba(255,255,255,.12)}.my-team-trends__scroll::-webkit-scrollbar{height:8px}.my-team-trends__scroll::-webkit-scrollbar-track{background:#ffffff1f;border-radius:999px}.my-team-trends__scroll::-webkit-scrollbar-thumb{background:#e4e4e8d9;border-radius:999px}.my-team-trends__scroll::-webkit-scrollbar-thumb:hover{background:#fff}.my-team-trends__scroll-inner{width:max-content;min-width:100%}.my-team-trends__thead{display:grid;grid-template-columns:minmax(88px,1fr) minmax(92px,1fr) minmax(92px,1fr) minmax(104px,1.05fr) minmax(104px,1.05fr);gap:6px;padding:10px 0 10px 8px;font-size:11px;font-weight:800;color:#1a1a1e;background:#e4e4e8;text-align:center;line-height:1.25;border-bottom:1px solid rgba(0,0,0,.08);border-top-left-radius:14px;border-top-right-radius:14px}.my-team-trends__thead span:first-child{text-align:center;padding-left:2px}.my-team-trends__empty{margin:0;padding:28px 12px;font-size:13px;color:#ffffff73;text-align:center}.my-team-trends__loading{display:flex;justify-content:center;padding:32px 12px}.my-team-trends__tbody{min-height:0}.my-team-trends__tbody--pending{opacity:.42;pointer-events:none}.my-team-trends__row{display:grid;grid-template-columns:minmax(88px,1fr) minmax(92px,1fr) minmax(92px,1fr) minmax(104px,1.05fr) minmax(104px,1.05fr);gap:6px;padding:10px 0 10px 8px;font-size:12px;font-weight:600;color:#ffffffe0;text-align:center;line-height:1.3;border-bottom:1px solid rgba(232,197,71,.12)}.my-team-trends__row span:first-child{text-align:center;padding-left:2px}.my-team-trends__row:last-child{border-bottom:none}.my-team-trends__pager{display:flex;align-items:stretch;margin:12px 2px 0;padding:3px;border-radius:999px;background:#fff;box-shadow:0 2px 12px #0000002e;gap:2px}.my-team-trends__pager-nav{flex:0 0 38px;border:none;margin:0;padding:0;background:transparent;font-size:20px;font-weight:700;line-height:1;color:#333}.my-team-trends__pager-nav:disabled{color:#c4c4c4}.my-team-trends__pager-nums{flex:1;display:flex;align-items:stretch;justify-content:center;gap:2px;min-width:0}.my-team-trends__pager-num{flex:1 1 0;min-width:28px;max-width:44px;margin:0;padding:0 4px;border:none;border-radius:8px;background:transparent;font-size:14px;font-weight:700;color:#333}.my-team-trends__pager-num--active{background:#3b82f6;color:#fff}.my-team-trends__pager-num:disabled:not(.my-team-trends__pager-num--active){opacity:.5}.my-team-trends__pager-ellipsis{display:flex;align-items:center;justify-content:center;flex:0 0 auto;padding:0 4px;font-size:14px;font-weight:800;color:#666}@media (max-width: 360px){.my-team-trends__thead{font-size:10px;padding:8px 4px}.my-team-trends__row{font-size:11px;padding:8px 4px}}.team-incentive{min-height:100vh;background:#000;color:#ffffffeb;display:flex;flex-direction:column}.team-incentive__scroll{flex:1;overflow-y:auto;padding:0 var(--ui-page-gutter) 30px;box-sizing:border-box}.team-incentive__loading{display:flex;align-items:center;justify-content:center;min-height:50vh}.team-incentive__hero{position:relative;margin-top:10px;min-height:196px;border-radius:16px;overflow:hidden;background-color:#0a0a0a;background-repeat:no-repeat;background-position:center;background-size:cover}.team-incentive__hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,#000000c7,#00000029 70%)}.team-incentive__hero-inner{position:relative;z-index:1;height:100%;padding:16px 14px;box-sizing:border-box}.team-incentive__hero-title{margin:0;font-size:28px;font-weight:800;color:#f4bc19;line-height:1.16}.team-incentive__hero-sub{margin:12px 0 0;font-size:14px;font-weight:500;line-height:1.55;color:#ffffffe6}.team-incentive__hero-actions{margin-top:14px;display:flex;gap:12px}.team-incentive__btn{border:none;border-radius:12px;height:var(--ui-btn-height);padding:0 16px;font-size:14px;font-weight:700;line-height:1;cursor:pointer;color:#fff}.team-incentive__btn--blue{background:linear-gradient(135deg,#1d76f4,#0062e3);box-shadow:0 6px 14px #1d76f457}.team-incentive__btn--gold{color:#111;background:linear-gradient(135deg,#f8cb39,#f5b10f)}.team-incentive__btn--block{width:100%}.team-incentive__intro{margin-top:16px}.team-incentive__title{margin:0;text-align:center;color:#f4bc19;font-size:26px;font-weight:800;line-height:1.2}.team-incentive__desc{margin:10px 0 0;text-align:center;font-size:13px;line-height:1.6;color:#ffffffbd}.team-incentive__levels{display:flex;flex-direction:column;gap:12px;width:97%;margin:12px auto 0}.team-incentive__level-card{border-radius:14px;border:1px solid rgba(212,160,16,.9);background:#2b1a02c2;padding:14px}.team-incentive__level-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.team-incentive__level-name-row{display:flex;align-items:center;gap:8px}.team-incentive__level-icon{font-size:16px}.team-incentive__level-name{color:#f4bc19;font-size:18px;font-weight:800}.team-incentive__badge{border-radius:999px;padding:4px 9px;font-size:11px;font-weight:700;line-height:1.2}.team-incentive__badge--ok{color:#fff;background:#16a34a}.team-incentive__badge--no{color:#fff;background:#52525b}.team-incentive__block{margin-top:10px}.team-incentive__block-title{margin:0 0 6px;color:#f4bc19;font-size:15px;font-weight:800}.team-incentive__row{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-top:6px;font-size:14px;line-height:1.35}.team-incentive__row>span{color:#fffc}.team-incentive__row>strong{color:#fff;font-weight:700;font-variant-numeric:tabular-nums;text-align:right}.team-incentive__gold{color:#f4bc19!important}.team-incentive__salary{margin:4px 0 0;text-align:center;color:#f4bc19;font-size:24px;font-weight:800;line-height:1.2}.team-incentive__advantage{margin-top:20px}.team-incentive__promo-list{margin-top:14px;display:flex;flex-direction:column;gap:12px}.team-incentive__promo-card{position:relative;border-radius:14px;overflow:hidden;min-height:188px;background-color:#0a0a0a;background-repeat:no-repeat;background-position:center;background-size:cover;border:1px solid rgba(255,255,255,.06)}.team-incentive__promo-shade{position:absolute;left:0;right:0;bottom:0;height:48%;pointer-events:none;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.88) 100%)}.team-incentive__promo-text{position:absolute;left:16px;right:16px;bottom:14px;z-index:1;margin:0;font-size:13px;font-weight:600;line-height:1.5;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.65)}.team-incentive__promo-text>strong{display:inline-block;margin-bottom:4px;font-size:17px;font-weight:800;line-height:1.25}.team-incentive__grid{margin-top:10px;display:flex;border:1px solid rgba(255,255,255,.2);border-radius:12px;overflow:hidden}.team-incentive__grid-cell{flex:1;text-align:center;padding:10px 6px;font-size:13px;font-weight:700;color:#f4bc19;border-right:1px solid rgba(255,255,255,.14);background:#121316eb}.team-incentive__grid-cell:last-child{border-right:none}.team-incentive__bottom{margin-top:20px;text-align:center}.team-incentive__car{width:100%;height:auto;object-fit:contain;display:block}.team-incentive__cta-title{margin:8px 0 0;color:#fff;font-size:28px;font-weight:800;line-height:1.25}.team-incentive__cta-sub{margin:8px 0 0;color:#fffc;font-size:13px;line-height:1.6}.team-incentive__cta-wrap{margin-top:12px}.team-incentive__empty{margin:16px 0 0;text-align:center;font-size:13px;color:#ffffff8c}@media screen and (max-width: 768px){.team-incentive__hero-title,.team-incentive__title{font-size:24px}.team-incentive__salary{font-size:22px}.team-incentive__cta-title{font-size:24px}}.sp-page{min-height:var(--app-viewport-height, 100dvh);display:flex;flex-direction:column;overflow:hidden;background:#000;color:#ffffffeb}.sp-scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:12px 16px calc(32px + env(safe-area-inset-bottom,0) + var(--keyboard-inset, 0px));scroll-padding-bottom:calc(var(--keyboard-inset, 0px) + env(safe-area-inset-bottom,0));box-sizing:border-box;background:radial-gradient(ellipse 90% 55% at 70% 0%,rgba(56,189,248,.18),transparent 60%),radial-gradient(ellipse 80% 60% at 20% 18%,rgba(139,92,246,.16),transparent 62%),#000}.sp-card{margin-top:14px;border-radius:18px;background:#fffffff5;padding:14px 14px 18px;box-shadow:0 22px 56px #00000073}.sp-head{border-radius:14px;padding:26px 16px;background-image:url(/assets/banner-CXYDkWB2.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.sp-head__title-row{display:flex;align-items:center;gap:10px}.sp-head__cube{width:18px;height:18px;flex-shrink:0}.sp-head__title{margin:0;color:#fff;font-size:16px;line-height:1;font-weight:800}.sp-form{margin-top:14px}.sp-field{margin-top:12px}.sp-label{display:block;font-size:13px;color:#111827db;font-weight:700;margin-bottom:8px}.sp-label__req{margin-left:4px;color:#ef4444}.sp-input{width:100%;height:44px;border-radius:12px;border:1px solid #d1d5db;outline:none;padding:0 12px;box-sizing:border-box;background:#f3f4f6;color:#111827;font-size:16px;font-weight:400;transition:border-color .2s ease,box-shadow .2s ease}.sp-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f629}.sp-input:disabled{opacity:.55;cursor:not-allowed}.sp-hints{margin:10px 0 2px;display:flex;flex-direction:column;gap:8px}.sp-hint{display:flex;align-items:center;gap:8px;font-size:12px;color:#374151b3}.sp-hint__icon{width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#3b82f6;background:#eef2ff}.sp-btn{margin-top:16px;width:100%;height:46px;border-radius:14px;border:none;background:#1677ff;color:#fff;font-size:15px;font-weight:800;cursor:pointer}.sp-btn:disabled{opacity:.62;cursor:not-allowed}.sp-btn:active:not(:disabled){opacity:.92}.wr-page{min-height:100vh;background:#000;color:#ffffffeb;box-sizing:border-box}.wr-page__scroll{padding:0 14px 28px;box-sizing:border-box;background:#000;min-height:100vh}.wr-hero{margin:0 0 16px;padding:18px 16px 16px;border-radius:16px;overflow:hidden;background-image:url(/assets/banner-CXYDkWB2.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;border:1px solid #1f6be0}.wr-hero__head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.wr-hero__cube{width:18px;height:18px;flex-shrink:0}.wr-hero__title{margin:0;font-size:20px;font-weight:700;color:#fff;line-height:1.3}.wr-hero__tabs{display:flex;gap:10px}.wr-pill{border:1px solid #3f84ff;background:#0000002e;color:#eef4ff;font-size:13px;font-weight:700;padding:8px 18px;border-radius:999px}.wr-pill--active{background:#1e4fa4;border-color:#3f84ff;color:#fff}.wr-loading{display:flex;justify-content:center;padding:40px 0}.wr-empty{margin-top:40px;min-height:320px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#6b7280}.wr-empty__icon-wrap{position:relative;width:118px;height:108px}.wr-empty__icon-main{position:absolute;left:12px;top:6px;width:86px;height:86px;color:#7a7d87}.wr-empty__icon-search{position:absolute;right:10px;bottom:10px;width:36px;height:36px;color:#6c707b}.wr-empty__icon-sub{position:absolute;right:12px;bottom:12px;width:19px;height:19px;color:#000;background:#000;border-radius:50%}.wr-empty p{margin:10px 0 0;font-size:38px;font-weight:700;transform:scale(.5);transform-origin:center top}.wr-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.wr-card{position:relative;background:#141418;border:1px solid rgba(26,140,255,.35);border-radius:12px;padding:14px 14px 16px;box-sizing:border-box}.wr-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.wr-card__badge{display:inline-block;flex-shrink:0;font-size:12px;font-weight:700;padding:4px 11px;border-radius:999px;line-height:1.2}.wr-card__badge--pending{background:#fff3cd;color:#111}.wr-card__badge--rejected{background:#f8717138;color:#fecaca}.wr-card__badge--approved{background:#22c55e47;color:#bbf7d0}.wr-card__badge--unknown{background:#ffffff1f;color:#ffffffd9}.wr-card__head-amount{font-size:20px;font-weight:800;color:#38bdf8;line-height:1.2;text-align:right;letter-spacing:.02em;white-space:nowrap}.wr-card__asset{margin-top:12px;padding:14px 14px 12px;border-radius:12px;background:linear-gradient(135deg,#6d28d9,#5b21b6,#4f46e5 70%,#2563eb);color:#fff;box-shadow:0 10px 28px #2563eb38}.wr-card__asset-top{display:flex;align-items:flex-start;gap:12px}.wr-card__coin{position:relative;flex-shrink:0;width:44px;height:44px;border-radius:50%;background:#26a17b;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000040}.wr-card__coin-inner{font-size:18px;font-weight:800;color:#fff;line-height:1}.wr-card__coin-chain{position:absolute;right:-4px;bottom:-2px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#eb0029;color:#fff;font-size:7px;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid #141418;box-sizing:border-box}.wr-card__asset-meta{flex:1;min-width:0;padding-top:2px}.wr-card__asset-line1{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.wr-card__asset-cur{font-size:17px;font-weight:800;letter-spacing:.04em}.wr-card__asset-chain-pill{font-size:10px;font-weight:800;padding:2px 8px;border-radius:999px;background:#eb0029;color:#fff;letter-spacing:.06em}.wr-card__asset-line2{margin-top:6px;font-size:12px;color:#ffffffc7;line-height:1.35}.wr-card__asset-account{margin-top:14px;padding-top:12px;border-top:1px solid rgba(255,255,255,.2);font-size:16px;font-weight:700;letter-spacing:.06em;word-break:break-all}.wr-card__meta{margin-top:14px}.wr-card__row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-top:10px;font-size:13px}.wr-card__row:first-child{margin-top:0}.wr-card__label{flex-shrink:0;color:#ffffff6b}.wr-card__value{text-align:right;color:#ffffffe6;word-break:break-all}.wr-card__mono{text-align:right;font-size:12px;color:#ffffffe0;word-break:break-all}.wr-footer{margin-top:20px;text-align:center}.wr-no-more{font-size:13px;color:#ffffff61}.or-page{min-height:100vh;background:#000;color:#ffffffeb;box-sizing:border-box}.or-page__scroll{padding:0 14px 28px;box-sizing:border-box;min-height:100vh;background:#000}.or-hero{margin:0 0 16px;padding:18px 16px 16px;border-radius:16px;overflow:hidden;background-image:url(/assets/banner-CXYDkWB2.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;border:1px solid #1f6be0}.or-hero__head{display:flex;align-items:center;gap:10px}.or-hero__icon{width:18px;height:18px;flex-shrink:0}.or-hero__title{margin:0;font-size:16px;font-weight:700;color:#fff;line-height:1.3}.or-loading{display:flex;justify-content:center;padding:40px 0}.or-empty{text-align:center;color:#ffffff80;font-size:11px;padding:20px 0 0}.or-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.or-card{position:relative;border:1px solid #2f7bff;border-radius:12px;background:#17181d;padding:10px;box-sizing:border-box}.or-card__id{margin:0 0 6px;font-size:13px;color:#ffffff73;line-height:1.2;word-break:break-all}.or-card__status-corner{position:absolute;top:10px;right:10px;z-index:2}.or-card__head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.or-card__left{display:flex;align-items:flex-start;gap:10px;min-width:0;flex:1}.or-card__img{width:138px;height:86px;border-radius:16px;object-fit:cover;display:block;flex-shrink:0}.or-card__img--placeholder{background:#ffffff14}.or-card__meta{min-width:0}.or-card__title{margin:0 0 4px;font-size:15px;font-weight:700;color:#fff;line-height:1.25}.or-card__desc{margin:0;font-size:12px;color:#ffffff9e;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.or-card__protocol-btn{border:none;border-radius:10px;height:31px;padding:0 13px;background:#3f78ef;color:#fff;font-size:11px;font-weight:700;white-space:nowrap}.or-card__head>.or-card__protocol-btn{display:none}.or-card__protocol-btn--grid{display:inline-flex;align-items:center;justify-content:center}.or-grid{margin-top:8px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:10px;row-gap:6px}.or-grid__item{min-width:0;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;text-align:left;gap:6px}.or-grid__item--btn{justify-content:flex-start}.or-grid__item--btn-row{grid-column:2;grid-row:1 / span 2;justify-content:flex-start;align-self:center}.or-grid__item--invest-date{grid-column:1;grid-row:1;flex-direction:row;align-items:center;gap:6px;overflow:visible}.or-grid__item--next-dividend{grid-column:1;grid-row:2;flex-direction:row;align-items:center;gap:6px;overflow:visible}.or-grid__item--invest-date .or-grid__value,.or-grid__item--next-dividend .or-grid__value{font-size:11px;line-height:1.25;min-width:max-content;flex:none;white-space:nowrap;overflow:visible;text-overflow:clip}.or-grid__label{font-size:11px;color:#ffffff85;line-height:1.2;white-space:nowrap;flex-shrink:0}.or-grid__value{font-size:12px;font-weight:700;color:#ffffffeb;line-height:1.2;text-align:right;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align:left}.or-grid__value--stack{display:inline-flex;flex-direction:column;align-items:flex-start;justify-content:center;white-space:normal;overflow:visible;text-overflow:clip}.or-grid__date-line,.or-grid__time-line{display:block;line-height:1.2}.or-grid__value--blue{color:#3f84ff}.or-grid__value--gold{color:#f1c25c}.or-status{display:inline-flex;align-items:center;justify-content:center;min-width:60px;padding:0 9px;height:22px;border-radius:999px;background:#f0b941;color:#111;font-size:10px;font-weight:700}.or-footer{margin-top:18px;text-align:center}.or-no-more{font-size:13px;color:#ffffff9e}.or-more{border:1px solid rgba(255,255,255,.18);background:#1c1c1f;color:#ffffffe6;font-size:11px;font-weight:600;padding:8px 18px;border-radius:999px}.or-more:disabled{opacity:.55}.bor-page{min-height:100vh;background:#000;color:#ffffffeb;box-sizing:border-box}.bor-page__scroll{padding:0 14px 28px;box-sizing:border-box;min-height:100vh;background:#000}.bor-hero{margin:0 0 16px;padding:18px 16px 16px;border-radius:16px;overflow:hidden;background-image:url(/assets/banner-CXYDkWB2.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;border:1px solid #1f6be0}.bor-hero__head{display:flex;align-items:center;gap:10px}.bor-hero__icon{width:18px;height:18px;flex-shrink:0}.bor-hero__title{margin:0;font-size:16px;font-weight:700;color:#fff;line-height:1.3}.bor-loading{display:flex;justify-content:center;padding:40px 0}.bor-empty{text-align:center;color:#ffffff80;font-size:11px;padding:20px 0 0}.bor-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.bor-card{position:relative;border:1px solid #2f7bff;border-radius:12px;background:#17181d;padding:12px;box-sizing:border-box}.bor-card__id{margin:0 0 8px;font-size:13px;color:#ffffff73;line-height:1.2;word-break:break-all}.bor-card__status-corner{position:absolute;top:10px;right:10px;z-index:2}.bor-card__logos{display:flex;align-items:center;justify-content:flex-start;overflow:hidden;margin-bottom:8px;width:100%}.bor-card__logo-ring{flex-shrink:0;margin-left:-10px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #d1d5db;background:#f9fafb;line-height:0}.bor-card__logo-ring:first-child{margin-left:0}.bor-card__logo{width:42px;height:42px;border-radius:50%;object-fit:cover;display:block;vertical-align:middle}.bor-card__title{margin:0 0 4px;font-size:15px;font-weight:700;color:#fff;line-height:1.25}.bor-card__desc{margin:0;font-size:12px;color:#ffffff9e;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bor-grid{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:10px;row-gap:6px}.bor-grid__item{min-width:0;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;text-align:left;gap:6px}.bor-grid__item--btn{justify-content:flex-start}.bor-grid__item--btn-row{grid-column:2;grid-row:1 / span 2;justify-content:flex-start;align-self:center}.bor-grid__item--status-inline{display:none}.bor-grid__item--invest-date{grid-column:1;grid-row:1;overflow:visible}.bor-grid__item--dividend-time{grid-column:1;grid-row:2;overflow:visible}.bor-grid__item--invest-date .bor-grid__value,.bor-grid__item--dividend-time .bor-grid__value{min-width:max-content;flex:none;white-space:nowrap;overflow:visible;text-overflow:clip}.bor-grid__label{font-size:11px;color:#ffffff85;line-height:1.2;white-space:nowrap;flex-shrink:0}.bor-grid__value{font-size:12px;font-weight:700;color:#ffffffeb;line-height:1.2;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align:left}.bor-grid__value--blue{color:#3f84ff}.bor-grid__value--gold{color:#f1c25c}.bor-status{display:inline-flex;align-items:center;justify-content:center;min-width:60px;padding:0 9px;height:24px;border-radius:999px;background:#f0b941;color:#111;font-size:11px;font-weight:700}.bor-protocol-btn{border:none;border-radius:10px;height:31px;padding:0 13px;background:#3f78ef;color:#fff;font-size:11px;font-weight:700;white-space:nowrap}.bor-footer{margin-top:18px;text-align:center}.bor-no-more{font-size:13px;color:#ffffff9e}.bor-more{border:1px solid rgba(255,255,255,.18);background:#1c1c1f;color:#ffffffe6;font-size:11px;font-weight:600;padding:8px 18px;border-radius:999px}.bor-more:disabled{opacity:.55}.ia-page{min-height:100vh;background:#000;color:#ffffffeb;box-sizing:border-box}.ia-page__scroll{padding:0 10px 24px;box-sizing:border-box;min-height:100vh}.ia-hero{margin:0 0 10px;padding:14px;border-radius:14px;overflow:hidden;background-image:url(/assets/banner-CXYDkWB2.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;border:1px solid #1f6be0}.ia-hero__head{display:flex;align-items:center;gap:8px}.ia-hero__icon{width:18px;height:18px;flex-shrink:0}.ia-hero__title{margin:0;font-size:19px;font-weight:700;color:#fff;line-height:1.3}.ia-loading{display:flex;justify-content:center;padding:40px 0}.ia-card{border-radius:12px;background:#f2f2f2;color:#111;padding:12px 12px 16px;box-sizing:border-box}.ia-card__no{margin:0 0 10px;font-size:13px;line-height:1.4;color:#6d6d6d}.ia-card__party{margin:0 0 10px;font-size:16px;line-height:1.4;color:#111;font-weight:600}.ia-card__divider{border:0;border-top:1px solid #d4d4d4;margin:8px 0 12px}.ia-card__p{margin:0 0 12px;font-size:14px;line-height:1.78;color:#1d1d1d}.ia-section{margin-bottom:8px}.ia-section__title{margin:0 0 10px;font-size:18px;line-height:1.45;color:#111;font-weight:700}.ia-product{border-radius:10px;background:#e9e9e9;padding:12px}.ia-product__row{display:grid;grid-template-columns:132px minmax(0,1fr);align-items:baseline;justify-content:start;column-gap:8px;margin-bottom:6px;font-size:13px;line-height:1.6;color:#2a2a2a}.ia-product__row:last-child{margin-bottom:0}.ia-product__label{display:inline-block;color:#4b5563;font-size:13px;font-weight:600}.ia-product__value{font-size:13px;color:#111;font-weight:700;text-align:left;justify-self:start}.ia-product__value--blue{color:#356ded!important}.ia-sign{margin-top:18px}.ia-sign__line{margin:0 0 6px;font-size:14px;color:#111;font-weight:700}.ia-sign__value{margin:0 0 12px;font-size:14px;color:#2a2a2a;line-height:1.6}.ia-sign__value--stamp{position:relative;min-height:62px;padding-top:6px}.ia-sign__value--stamp img{position:absolute;width:120px;height:auto;object-fit:contain;opacity:.92;pointer-events:none}.ia-sign__value--party-b img{left:120px;top:-44px;transform:rotate(8deg)}.ia-sign__value--party-c img{left:94px;top:-46px;transform:rotate(20deg)}.ia-sign__time{margin:12px 0 0;font-size:14px;color:#555}.an-page{min-height:100vh;background:#000;color:#ffffffeb;box-sizing:border-box}.an-page__scroll{padding:0 14px 28px;box-sizing:border-box;min-height:100vh;background:#000}.an-hero{margin:0 0 16px;padding:18px 16px 16px;border-radius:16px;overflow:hidden;background-image:url(/assets/banner-CXYDkWB2.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;border:1px solid #1f6be0}.an-hero__head{display:flex;align-items:center;gap:10px}.an-hero__icon{width:18px;height:18px;flex-shrink:0}.an-hero__title{margin:0;font-size:18px;font-weight:700;color:#fff;line-height:1.3}.an-loading{display:flex;justify-content:center;padding:40px 0}.an-empty{text-align:center;color:#ffffff80;font-size:14px;padding:20px 0 0}.an-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.an-item{margin:0;padding:0}.an-card{width:100%;border:none;border-radius:14px;padding:0;overflow:hidden;background:#f2f2f4;color:#151821;text-align:left;box-shadow:0 8px 20px #00000047}.an-card__cover{height:132px;background:#f7f8fb;display:flex;align-items:center;justify-content:center;overflow:hidden}.an-card__cover-logo{width:100%;height:100%;object-fit:cover;display:block}.an-card__body{padding:10px 12px}.an-card__time{margin:0 0 6px;font-size:12px;color:#a0a4b0;line-height:1.2}.an-card__title{margin:0 0 4px;font-size:16px;line-height:1.25;font-weight:700;color:#151821}.an-card__desc{margin:0;font-size:14px;color:#4f5562;line-height:1.3;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.an-footer{margin-top:18px;text-align:center}.an-no-more{font-size:16px;color:#ffffff9e}.an-more{border:1px solid rgba(255,255,255,.18);background:#1c1c1f;color:#ffffffe6;font-size:14px;font-weight:600;padding:10px 22px;border-radius:999px}.an-more:disabled{opacity:.55}.ad-page{min-height:100vh;background:#000;color:#111;box-sizing:border-box}.ad-page__scroll{padding:10px 14px 24px;min-height:100vh;box-sizing:border-box}.ad-loading{display:flex;justify-content:center;padding:50px 0}.ad-card{border-radius:22px;background:linear-gradient(112deg,#f3f4f7fa,#edeef2f5),#f3f4f7;padding:22px 20px 30px;min-height:calc(100vh - 120px);box-sizing:border-box}.ad-card__head{display:flex;align-items:center;gap:10px;margin-bottom:18px}.ad-card__badge{width:22px;height:22px;border-radius:7px;background:#0d0f14;position:relative;flex-shrink:0}.ad-card__badge:after{content:"";position:absolute;left:6px;right:6px;bottom:4px;height:3px;border-radius:99px;background:#fff}.ad-card__title{margin:0;font-size:20px;font-weight:700;color:#3f78ef;line-height:1.3}.ad-card__content{margin:0;font-size:16px;line-height:1.75;color:#495160;white-space:pre-wrap;word-break:break-word}.ad-card__content--rich{white-space:normal}.ad-card__content--rich>*:first-child{margin-top:0!important}.ad-card__content--rich>*:last-child{margin-bottom:0!important}.ad-card__content--rich p,.ad-card__content--rich li{margin:0 0 12px}.ad-card__content--rich ul,.ad-card__content--rich ol{margin:0 0 12px;padding-left:20px}.ad-card__content--rich img{display:block;max-width:100%;width:auto;height:auto;margin:12px auto;border-radius:8px}.ad-card__content--rich table{width:100%;border-collapse:collapse;margin:12px 0;font-size:14px}.ad-card__content--rich iframe,.ad-card__content--rich video{width:100%;max-width:100%;border:0;border-radius:8px}.ad-card__time{margin:22px 0 0;font-size:14px;color:#5c6270}.nw-page{min-height:100vh;background:#000;color:#ffffffeb;box-sizing:border-box}.nw-page__scroll{padding:0 14px 28px;box-sizing:border-box;min-height:100vh;background:#000}.nw-hero{margin:0 0 16px;padding:18px 16px 16px;border-radius:16px;overflow:hidden;background-image:url(/assets/banner-CXYDkWB2.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;border:1px solid #1f6be0}.nw-hero__head{display:flex;align-items:center;gap:10px}.nw-hero__icon{width:18px;height:18px;flex-shrink:0}.nw-hero__title{margin:0;font-size:18px;font-weight:700;color:#fff;line-height:1.3}.nw-loading{display:flex;justify-content:center;padding:40px 0}.nw-empty{text-align:center;color:#ffffff80;font-size:14px;padding:20px 0 0}.nw-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.nw-item{margin:0;padding:0}.nw-card{width:100%;border:none;border-radius:14px;padding:0;overflow:hidden;background:#f2f2f4;color:#151821;text-align:left;box-shadow:0 8px 20px #00000047}.nw-card__cover{width:100%;height:132px;display:block;object-fit:cover}.nw-card__body{padding:10px 12px}.nw-card__time{margin:0 0 6px;font-size:12px;color:#a0a4b0;line-height:1.2}.nw-card__title{margin:0 0 4px;font-size:16px;line-height:1.25;font-weight:700;color:#151821}.nw-card__desc{margin:0;font-size:14px;color:#4f5562;line-height:1.3;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.nw-footer{margin-top:18px;text-align:center}.nw-no-more{font-size:16px;color:#ffffff9e}.nw-more{border:1px solid rgba(255,255,255,.18);background:#1c1c1f;color:#ffffffe6;font-size:14px;font-weight:600;padding:10px 22px;border-radius:999px}.nw-more:disabled{opacity:.55}.nd-page{min-height:100vh;background:#000;color:#111;box-sizing:border-box}.nd-page__scroll{padding:10px 14px 24px;min-height:100vh;box-sizing:border-box}.nd-loading{display:flex;justify-content:center;padding:50px 0}.nd-card{border-radius:22px;background:linear-gradient(112deg,#f3f4f7fa,#edeef2f5),#f3f4f7;padding:22px 20px 30px;min-height:calc(100vh - 120px);box-sizing:border-box}.nd-card__head{display:flex;align-items:center;gap:10px;margin-bottom:18px}.nd-card__badge{width:22px;height:22px;border-radius:7px;background:#0d0f14;position:relative;flex-shrink:0}.nd-card__badge:after{content:"";position:absolute;left:6px;right:6px;bottom:4px;height:3px;border-radius:99px;background:#fff}.nd-card__title{margin:0;font-size:20px;font-weight:700;color:#3f78ef;line-height:1.3}.nd-card__content{margin:0;font-size:16px;line-height:1.75;color:#495160;white-space:pre-wrap;word-break:break-word}.nd-card__content--rich{white-space:normal}.nd-card__content--rich>*:first-child{margin-top:0!important}.nd-card__content--rich>*:last-child{margin-bottom:0!important}.nd-card__content--rich p,.nd-card__content--rich li{margin:0 0 12px}.nd-card__content--rich ul,.nd-card__content--rich ol{margin:0 0 12px;padding-left:20px}.nd-card__content--rich img{display:block;max-width:100%;width:auto;height:auto;margin:12px auto;border-radius:8px}.nd-card__content--rich table{width:100%;border-collapse:collapse;margin:12px 0;font-size:14px}.nd-card__content--rich iframe,.nd-card__content--rich video{width:100%;max-width:100%;border:0;border-radius:8px}.nd-card__time{margin:22px 0 0;font-size:14px;color:#5c6270}.reserve-page{min-height:100vh;background:#000;color:#fff}.reserve-page__scroll{padding:8px 14px calc(84px + env(safe-area-inset-bottom,0))}.reserve-hero{text-align:center}.reserve-hero__title{margin:10px 0 0;font-size:32px;line-height:1.16;font-weight:800;letter-spacing:.02em}.reserve-hero__sub{margin:14px auto 0;max-width:680px;font-size:14px;line-height:1.7;color:#e7ecf7eb}.reserve-hero__img{margin-top:12px;width:100%;display:block;object-fit:contain}.reserve-purpose{position:relative;margin-top:10px;border-radius:14px;overflow:hidden;border:1px solid rgba(76,146,255,.5);min-height:128px;background:#0e2a6b}.reserve-purpose__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.92}.reserve-purpose__content{position:relative;z-index:1;padding:16px 16px 18px}.reserve-purpose__head{display:flex;align-items:center;gap:10px}.reserve-purpose__i{width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#4f6fff;color:#fff;font-size:18px;font-style:italic;font-weight:700}.reserve-purpose__head h2{margin:0;font-size:27px;line-height:1.2;color:#fff}.reserve-purpose__content p{margin:12px 0 0;font-size:14px;line-height:1.72;color:#f4f8ff}.reserve-source{margin-top:14px}.reserve-section-title{display:flex;align-items:center;justify-content:center;gap:8px}.reserve-section-title__line{width:64px;height:1px;background:linear-gradient(90deg,#178aff00,#1c89fff2)}.reserve-section-title__line:last-child{transform:rotate(180deg)}.reserve-section-title h2{margin:0;font-size:30px;line-height:1.2;font-weight:800;color:#fff}.reserve-source__list{margin:14px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.reserve-source__item{position:relative;border-radius:14px;padding:14px 14px 14px 12px;background:#fff;border:1px solid rgba(220,226,239,.92);overflow:hidden}.reserve-source__item:after{content:attr(data-no);position:absolute;right:10px;top:-2px;font-size:70px;line-height:1;font-weight:800;color:#141a270f;pointer-events:none}.reserve-source__badge{width:32px;height:30px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#edf2ff;color:#2f7df5;font-size:14px;font-weight:800}.reserve-source__item p{margin:10px 0 0;position:relative;z-index:1;font-size:14px;line-height:1.72;color:#2f3440}.reserve-core{margin-top:10px;border-radius:14px;background:#fff;border:1px solid rgba(219,227,240,.92);padding:12px}.reserve-core__img{width:100%;display:block;border-radius:10px;object-fit:cover}.reserve-core__title{margin:12px 0 0;font-size:29px;line-height:1.2;color:#111827}.reserve-core__lead{margin:8px 0 0;font-size:14px;line-height:1.72;color:#5b6170}.reserve-core__list{margin:12px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.reserve-core__item{display:flex;align-items:flex-start;gap:9px}.reserve-core__tick{margin-top:3px;color:#2e79ff;font-size:18px;line-height:1;display:inline-flex}.reserve-core__item-body h3{margin:0;font-size:18px;line-height:1.3;color:#13181c;font-weight:800}.reserve-core__item-body p{margin:4px 0 0;font-size:14px;line-height:1.7;color:#646a77}.real-name-guard{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2200;display:flex;align-items:center;justify-content:center;padding:20px}.real-name-guard__mask{position:absolute;top:0;right:0;bottom:0;left:0;background:#020a1c9e}.real-name-guard__dialog{position:relative;width:min(92vw,380px);border-radius:16px;background:#fff;box-shadow:0 18px 46px #02081652;padding:20px 16px 16px}.real-name-guard__title{margin:0;font-size:19px;line-height:1.3;color:#111827;font-weight:800}.real-name-guard__content{margin:12px 0 0;font-size:14px;line-height:1.6;color:#4b5563}.real-name-guard__btn{margin-top:16px;width:100%;height:42px;border:none;border-radius:10px;background:#2563eb;color:#fff;font-size:15px;font-weight:700;cursor:pointer}:root{--ui-page-gutter: 16px;--ui-section-gap: 12px;--ui-btn-height: 40px;--ui-btn-height-lg: 44px;--ui-btn-radius: 12px;--ui-title-hero: 24px;--ui-title-section: 20px;--ui-title-card: 17px;--ui-text-body: 14px;--ui-text-sub: 13px}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}*,*:before,*:after{box-sizing:border-box}.arco-theme-dark .arco-dialog-content.arco-dialog-part.ios{box-shadow:0 12px 40px #0000008c;border:1px solid rgba(255,255,255,.1);box-sizing:border-box}html,body{width:min(100%,var(--app-viewport-width, 100%));max-width:100%;margin:0;padding:0;background-color:#000;overflow-x:clip;min-height:var(--app-viewport-height, 100%)}#root{width:min(100%,var(--app-viewport-width, 100%));max-width:620px;margin:0 auto;padding:0;background-color:#000;overflow-x:clip;min-height:var(--app-viewport-height, 100%);position:relative}body{font-size:16px;overscroll-behavior-x:none}@supports (-webkit-touch-callout: none){html,body,#root{min-height:-webkit-fill-available}}:where(.home-page__scroll,.trade-page__scroll,.me-page__scroll,.recharge-scroll,.payment-account-scroll,.user-guide-page__scroll,.team-incentive__scroll,.business-plan-page__scroll,.member-rewards__scroll,.kyc-scroll,.lp-scroll,.sp-scroll,.at-scroll,.ct-scroll,.dt-page__scroll,.dtp-page__scroll,.dtr-page__scroll,.dtd-scroll,.ab-page__scroll,.abp-page__scroll,.or-page__scroll,.bor-page__scroll,.ro-page__scroll,.wr-page__scroll,.wt-page__scroll,.an-page__scroll,.ad-page__scroll,.nw-page__scroll,.nd-page__scroll,.ia-page__scroll,.ref-page__scroll,.about-scroll,.reserve-page__scroll,.sl-page__scroll){padding-left:var(--ui-page-gutter)!important;padding-right:var(--ui-page-gutter)!important;width:100%!important;max-width:100%!important;overflow-x:clip!important;box-sizing:border-box!important}
