/* Built from frontend-vue/src. Do not edit public/vue-app directly. */
* {
            box-sizing: border-box;
        }

        html,
        body {
            min-height: 100%;
            margin: 0;
            background: #f5f7f8;
            color: #172126;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
        }

        body {
            display: flex;
            justify-content: center;
        }

        #app {
            width: 100%;
            max-width: 540px;
            min-height: 100vh;
            background: #fff;
        }

        .legacy-frame {
            width: 100%;
            height: 100vh;
            display: block;
            border: 0;
            background: #fff;
        }

        .shell-footer {
            position: fixed;
            left: 50%;
            right: auto;
            bottom: 0;
            width: 100%;
            max-width: 540px;
            min-height: calc(58px + env(safe-area-inset-bottom));
            padding: 4px 0 env(safe-area-inset-bottom);
            display: none;
            transform: translate3d(-50%, 0, 0);
            -webkit-transform: translate3d(-50%, 0, 0);
            z-index: 2147483000;
            background: rgba(255, 255, 255, .98);
            border-top: 1px solid #e8ecef;
            box-shadow: 0 -2px 12px rgba(18, 33, 46, .06);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        .shell-footer.is-visible {
            display: block;
        }

        body.support-open .shell-footer {
            display: none !important;
            pointer-events: none !important;
        }

        .shell-footer-nav {
            display: grid;
            grid-template-columns: repeat(5, minmax(0, 1fr));
            width: 100%;
            min-height: 54px;
        }

        .shell-footer-link {
            display: flex;
            min-width: 0;
            height: 54px;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 2px;
            color: #697178;
            font-size: 10px;
            line-height: 14px;
            text-decoration: none;
            -webkit-tap-highlight-color: transparent;
        }

        .shell-footer-link.is-active {
            color: #ff7003;
        }

        .shell-footer-link img {
            width: 24px;
            height: 24px;
            display: block;
            object-fit: contain;
        }

        .shell-footer-link span {
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .shell-popup-notice-mask {
            position: fixed;
            inset: 0;
            z-index: 2147483006;
            display: none;
            align-items: center;
            justify-content: center;
            padding: 24px;
            background: rgba(0, 0, 0, .46);
        }

        .shell-popup-notice-mask.is-visible {
            display: flex;
        }

        .shell-popup-notice {
            width: 100%;
            max-width: 340px;
            max-height: 72vh;
            overflow: hidden;
            border-radius: 16px;
            background: #fff;
            box-shadow: 0 18px 48px rgba(0, 0, 0, .22);
        }

        .shell-popup-notice-title {
            padding: 18px 20px 10px;
            color: #222;
            font-size: 18px;
            font-weight: 700;
            line-height: 1.35;
            text-align: center;
            word-break: break-word;
        }

        .shell-popup-notice-content {
            max-height: 42vh;
            overflow-y: auto;
            padding: 8px 20px 20px;
            color: #444;
            font-size: 14px;
            line-height: 1.65;
            white-space: pre-wrap;
            word-break: break-word;
        }

        .shell-popup-notice-confirm {
            width: 100%;
            height: 48px;
            border: 0;
            border-top: 1px solid #f0f0f0;
            background: #f2922f;
            color: #fff;
            font-size: 16px;
            font-weight: 600;
        }

        .spa-home {
            min-height: 100vh;
            padding: 0 0 calc(74px + env(safe-area-inset-bottom));
            background: #f5f5f5;
            color: #333;
            font-size: 13px;
        }

        .spa-home-header {
            position: relative;
            height: 69px;
            background: #fff;
            overflow: hidden;
        }

        .spa-home-header img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        .spa-lang {
            position: absolute;
            top: 50%;
            right: 12px;
            transform: translateY(-50%);
            display: inline-flex;
            height: 28px;
            align-items: center;
            padding: 0 10px;
            border: 1px solid #e5e5e5;
            border-radius: 14px;
            background: rgba(255, 255, 255, .92);
            color: #ff7003;
            font-size: 12px;
            font-weight: 600;
            text-decoration: none;
        }

        .spa-summary {
            width: 90%;
            height: 56px;
            margin: 14px auto 10px;
            padding: 0 10px;
            border-radius: 8px;
            background: #ff7003;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: space-between;
            overflow: hidden;
        }

        .spa-summary-label {
            color: rgba(255, 255, 255, .84);
            font-size: 15px;
            font-weight: 600;
            white-space: nowrap;
        }

        .spa-summary-value {
            display: flex;
            min-width: 0;
            align-items: center;
            justify-content: flex-end;
            gap: 7px;
            color: #fff;
        }

        .spa-summary-value img {
            width: 26px;
            height: 26px;
            flex: 0 0 26px;
        }

        .spa-summary-amount {
            max-width: 140px;
            font-size: 20px;
            font-weight: 700;
            line-height: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .spa-summary-unit {
            font-size: 12px;
            font-weight: 500;
        }

        .spa-banner {
            width: 90%;
            height: 166px;
            margin: 10px auto;
            border-radius: 8px;
            overflow: hidden;
            background: #fff;
        }

        .spa-banner a,
        .spa-banner img {
            width: 100%;
            height: 100%;
            display: block;
        }

        .spa-banner img {
            object-fit: cover;
        }

        .spa-notice {
            width: 90%;
            height: 36px;
            margin: 10px auto;
            padding: 0 14px;
            border-radius: 8px;
            background: #e6e6e6;
            color: #333;
            line-height: 36px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .spa-section {
            width: 90%;
            margin: 18px auto 0;
        }

        .spa-title {
            margin: 0 0 10px;
            color: #333;
            font-size: 16px;
            font-weight: 700;
            line-height: 28px;
        }

        .spa-services {
            padding: 16px;
            border-radius: 14px;
            background: #f4f4f4;
        }

        .spa-service-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            grid-template-rows: repeat(2, 84px);
            gap: 10px;
        }

        .spa-service-card {
            position: relative;
            min-height: 84px;
            padding: 15px 12px;
            border-radius: 8px;
            color: #fff;
            display: block;
            overflow: hidden;
            text-decoration: none;
        }

        .spa-service-card:nth-child(1) {
            background: linear-gradient(135deg, #ffc21d 0%, #ff862f 100%);
        }

        .spa-service-card:nth-child(2) {
            grid-row: span 2;
            background: linear-gradient(135deg, #438cff 0%, #2f73e4 100%);
        }

        .spa-service-card:nth-child(3) {
            background: linear-gradient(135deg, #ff7a3f 0%, #ff342e 100%);
        }

        .spa-service-card span {
            position: relative;
            z-index: 2;
            max-width: 100px;
            display: block;
            font-size: 20px;
            font-weight: 700;
            line-height: 26px;
            word-break: break-word;
        }

        .spa-service-card img {
            position: absolute;
            right: 8px;
            bottom: 7px;
            width: 74px;
            height: 74px;
            object-fit: contain;
        }

        .spa-service-card:nth-child(2) img {
            width: 146px;
            height: 116px;
            right: -12px;
            bottom: 10px;
        }

        .spa-partners {
            display: grid;
            grid-template-columns: repeat(6, minmax(0, 1fr));
            gap: 18px 12px;
            padding-bottom: 18px;
        }

        .spa-partner {
            display: block;
            width: 63px;
            height: 63px;
            max-width: 100%;
            margin: 0 auto;
            border-radius: 6px;
            background: #fff;
            overflow: hidden;
        }

        .spa-partner img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        .spa-loading,
        .spa-empty {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #697178;
        }

        .auth-shell {
            min-height: 100vh;
            padding: 0 26px 42px;
            background: #ff7d16 url('/static/earnbyama/login-background.jpg') center top / cover no-repeat;
            overflow: hidden;
        }

        .auth-shell-lang {
            height: 52px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

        .auth-shell-lang a {
            min-width: 38px;
            height: 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 19px;
            padding: 0 10px;
            background: rgba(255, 255, 255, .18);
            color: #fff;
            font-size: 13px;
            font-weight: 700;
            text-decoration: none;
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .32);
        }

        .auth-shell-logo {
            display: block;
            width: 96px;
            height: 96px;
            margin: 36px auto 40px;
            border-radius: 20px;
            object-fit: cover;
        }

        .auth-shell-card {
            background: #fff;
            border-radius: 5px;
            padding: 24px 22px 22px;
            box-shadow: 0 2px 8px rgba(96, 55, 16, .1);
        }

        .auth-shell-field {
            display: flex;
            align-items: center;
            height: 48px;
            margin-bottom: 22px;
            border: 1px solid #d5d5d5;
            border-radius: 5px;
            background: #fff;
            overflow: hidden;
        }

        .auth-shell-field input {
            flex: 1;
            width: 100%;
            height: 100%;
            min-width: 0;
            border: 0;
            outline: 0;
            padding: 0 14px;
            color: #333;
            font-size: 14px;
            background: transparent;
        }

        .auth-shell-field input::placeholder {
            color: #8e8e8e;
        }

        .auth-shell-area {
            display: flex;
            align-items: center;
            height: 100%;
            min-width: 64px;
            padding: 0 8px 0 12px;
            color: #333;
            font-size: 16px;
            text-decoration: none;
            border-right: 1px solid #e5e5e5;
            user-select: none;
        }

        .auth-shell-area:after {
            content: "";
            width: 7px;
            height: 7px;
            margin-left: 6px;
            border-right: 1px solid #777;
            border-bottom: 1px solid #777;
            transform: rotate(45deg) translateY(-2px);
        }

        .auth-shell-remember {
            display: flex;
            align-items: center;
            margin: -4px 0 22px;
            color: #777;
            font-size: 14px;
        }

        .auth-shell-remember input {
            width: 18px;
            height: 18px;
            margin: 0 8px 0 0;
            accent-color: #ff6900;
        }

        .auth-shell-submit {
            width: 100%;
            height: 48px;
            border: 0;
            border-radius: 3px;
            background: #ff6900;
            color: #fff;
            font-size: 24px;
            line-height: 48px;
            text-align: center;
            box-shadow: 0 8px 10px rgba(155, 77, 14, .18);
        }

        .auth-shell-submit:disabled {
            opacity: .72;
        }

        .auth-shell-switch {
            margin-top: 22px;
            color: #888;
            font-size: 16px;
            line-height: 24px;
            text-align: center;
        }

        .auth-shell-switch a {
            color: #c26832;
            text-decoration: none;
        }

        .auth-shell-message {
            min-height: 20px;
            margin: 0 0 14px;
            color: #d9512c;
            font-size: 13px;
            line-height: 20px;
            text-align: center;
        }

        .vue-page {
            min-height: 100vh;
            padding-bottom: calc(78px + env(safe-area-inset-bottom));
            background: #f5f5f5;
            color: #333;
        }

        .vue-header {
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #ff7003;
            color: #fff;
            font-size: 18px;
            font-weight: 600;
        }

        .order-vue-tabs {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px;
            padding: 14px 16px 10px;
            background: #fff;
        }

        .order-vue-tab {
            height: 36px;
            border: 1px solid #ff7003;
            border-radius: 18px;
            background: #fff;
            color: #ff7003;
            font-size: 14px;
        }

        .order-vue-tab.is-active {
            background: #ff7003;
            color: #fff;
        }

        .order-vue-list {
            padding: 14px 12px 4px;
        }

        .order-vue-card {
            margin-bottom: 12px;
            border-radius: 8px;
            background: #fff;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
        }

        .order-vue-goods {
            display: flex;
            gap: 12px;
            padding: 12px;
            border-bottom: 1px solid #f0f0f0;
        }

        .order-vue-img {
            width: 74px;
            height: 74px;
            flex: 0 0 74px;
            border-radius: 6px;
            object-fit: cover;
            background: #f2f2f2;
        }

        .order-vue-info {
            min-width: 0;
            flex: 1;
        }

        .order-vue-name {
            height: 38px;
            margin: 0 0 8px;
            color: #333;
            font-size: 14px;
            line-height: 19px;
            overflow: hidden;
        }

        .order-vue-price {
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: #ff7003;
            font-size: 15px;
            font-weight: 700;
        }

        .order-vue-count {
            color: #777;
            font-size: 13px;
            font-weight: 500;
        }

        .order-vue-detail {
            padding: 12px;
        }

        .order-vue-row {
            display: flex;
            justify-content: space-between;
            gap: 12px;
            min-height: 28px;
            color: #666;
            font-size: 13px;
            line-height: 20px;
        }

        .order-vue-row strong {
            color: #333;
            font-weight: 600;
            text-align: right;
            word-break: break-word;
        }

        .order-vue-income {
            color: #ff7003 !important;
        }

        .order-vue-submit {
            width: 100%;
            height: 42px;
            margin-top: 10px;
            border: 0;
            border-radius: 8px;
            background: #ff7003;
            color: #fff;
            font-size: 16px;
            font-weight: 600;
        }

        .order-vue-submit:disabled {
            opacity: .7;
        }

        .vue-empty {
            margin: 40px 16px;
            color: #888;
            font-size: 14px;
            text-align: center;
        }

        .vue-toast {
            position: fixed;
            left: 50%;
            top: 50%;
            z-index: 2147483005;
            max-width: 300px;
            padding: 10px 14px;
            border-radius: 8px;
            transform: translate(-50%, -50%);
            background: rgba(0, 0, 0, .78);
            color: #fff;
            font-size: 13px;
            line-height: 18px;
            text-align: center;
        }

        .vue-header {
            position: sticky;
            top: 0;
            z-index: 20;
            height: 54px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
            color: #222;
            border-bottom: 1px solid #eee;
            font-size: 17px;
            font-weight: 700;
        }

        .vue-header.with-back {
            display: grid;
            grid-template-columns: 54px 1fr 54px;
        }

        .vue-header.with-back button {
            width: 54px;
            height: 54px;
            border: 0;
            background: transparent;
            color: #222;
            font-size: 34px;
            line-height: 1;
        }

        .vue-header.with-back span {
            text-align: center;
        }

        .vue-account-page,
        .vue-team-page,
        .vue-trade-page {
            min-height: 100vh;
            padding-bottom: calc(86px + env(safe-area-inset-bottom));
            background: #f7f7f7;
        }

        .vue-account-hero {
            position: relative;
            min-height: 184px;
            margin: 0 auto;
            padding: 42px 26px 70px;
            display: grid;
            grid-template-columns: 70px 1fr;
            gap: 14px;
            align-items: center;
            overflow: hidden;
            background: linear-gradient(135deg, #ff7600 0%, #ff8d00 56%, #ff9d13 100%);
            color: #fff;
        }

        .vue-account-hero:before,
        .vue-account-hero:after {
            content: "";
            position: absolute;
            pointer-events: none;
            opacity: .18;
        }

        .vue-account-hero:before {
            width: 220px;
            height: 92px;
            right: -52px;
            bottom: 20px;
            border-radius: 48px;
            background: #d94f00;
            transform: rotate(13deg);
        }

        .vue-account-hero:after {
            width: 180px;
            height: 74px;
            right: -18px;
            bottom: -22px;
            border-radius: 42px;
            background: #ffd252;
            transform: rotate(3deg);
        }

        .vue-account-avatar {
            position: relative;
            z-index: 1;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            object-fit: cover;
            background: rgba(255, 255, 255, .85);
            box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
            cursor: pointer;
        }

        .vue-account-user {
            position: relative;
            z-index: 1;
        }

        .vue-account-user strong,
        .vue-account-user span {
            display: block;
            line-height: 1.4;
        }

        .vue-account-user strong {
            font-size: 24px;
            font-weight: 500;
            overflow-wrap: anywhere;
        }

        .vue-account-user span,
        .vue-account-code {
            color: rgba(255, 255, 255, .86);
            font-size: 13px;
        }

        .vue-account-code {
            position: relative;
            z-index: 1;
            grid-column: 2;
            margin-top: -22px;
            justify-self: start;
            display: inline-flex;
            align-items: center;
            gap: 5px;
            min-height: 28px;
            padding: 0;
            border: 0;
            background: transparent;
            color: rgba(255, 255, 255, .86);
            text-align: left;
        }

        .vue-account-code img {
            width: 18px;
            height: 18px;
            object-fit: contain;
        }

        .vue-account-wallet,
        .vue-list-card,
        .vue-account-invite,
        .vue-form-card,
        .vue-team-summary,
        .vue-team-total,
        .vue-team-list,
        .vue-trade-card {
            width: 92%;
            margin: 14px auto 0;
            border-radius: 8px;
            background: #fff;
            box-shadow: 0 6px 18px rgba(20, 31, 42, .10);
            overflow: hidden;
        }

        .vue-account-wallet {
            position: relative;
            z-index: 2;
            margin-top: -44px;
            border-radius: 8px;
            box-shadow: 0 8px 22px rgba(33, 45, 62, .14);
        }

        .vue-account-balance {
            height: 78px;
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 0 20px;
            border-bottom: 1px solid #f1f1f1;
        }

        .vue-account-balance img {
            width: 34px;
            height: 34px;
        }

        .vue-account-balance strong {
            flex: 1;
            color: #222;
            font-size: 24px;
            font-weight: 800;
            min-width: 0;
            overflow-wrap: anywhere;
        }

        .vue-account-refresh {
            width: 36px;
            height: 36px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 0;
            background: transparent;
            padding: 0;
        }

        .vue-account-refresh img {
            width: 24px;
            height: 24px;
        }

        .vue-account-actions {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            padding: 24px 20px 22px;
        }

        .vue-account-actions button,
        .vue-account-invite button,
        .vue-submit-fixed,
        .vue-team-summary button,
        .vue-trade-start,
        .vue-modal-submit {
            border: 0;
            border-radius: 8px;
            background: #ff7003;
            color: #fff;
            font-weight: 700;
        }

        .vue-account-actions button {
            height: 58px;
            border-radius: 8px;
            font-size: 18px;
            font-weight: 500;
        }

        .vue-account-actions .is-withdraw {
            background: #ff7600;
        }

        .vue-account-actions .is-recharge {
            background: #ff5050;
        }

        .vue-account-invite {
            min-height: 110px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 16px;
            background: url('/static/images/index/backimg-share.jpg') center / cover no-repeat;
            color: #fff;
        }

        .vue-account-invite p {
            margin: 8px 0 0;
            color: rgba(255, 255, 255, .72);
            font-size: 12px;
            line-height: 18px;
        }

        .vue-account-invite button {
            min-width: 96px;
            height: 34px;
            border-radius: 17px;
        }

        .vue-list-row {
            min-height: 52px;
            width: 100%;
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 0 14px;
            border: 0;
            border-bottom: 1px solid #f1f1f1;
            background: #fff;
            color: #222;
            font: inherit;
            text-align: left;
            text-decoration: none;
        }

        .vue-list-row img {
            width: 20px;
            height: 20px;
            object-fit: contain;
        }

        .vue-list-row span {
            flex: 1;
        }

        .vue-list-row b {
            color: #aaa;
            font-size: 22px;
        }

        .vue-logout {
            width: 92%;
            height: 44px;
            margin: 14px auto 0;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            border: 0;
            background: #e6e6e6;
            color: #333;
            font: inherit;
            text-decoration: none;
        }

        .vue-dialog-mask {
            position: fixed;
            inset: 0;
            z-index: 2147483004;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 18px;
            background: rgba(0, 0, 0, .42);
        }

        .vue-confirm-dialog {
            width: min(320px, 92vw);
            border-radius: 8px;
            background: #fff;
            color: #222;
            overflow: hidden;
            box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
        }

        .vue-confirm-dialog p {
            margin: 0;
            padding: 24px 18px 20px;
            text-align: center;
            font-size: 15px;
            line-height: 1.5;
        }

        .vue-confirm-actions {
            display: grid;
            grid-template-columns: 1fr 1fr;
            border-top: 1px solid #eee;
        }

        .vue-confirm-actions button {
            height: 48px;
            border: 0;
            background: #fff;
            color: #333;
            font-weight: 700;
        }

        .vue-confirm-actions button + button {
            border-left: 1px solid #eee;
            color: #ff7003;
        }

        .vue-form-page {
            min-height: 100vh;
            padding-bottom: calc(150px + env(safe-area-inset-bottom));
            background: #f5f7f8;
        }

        .vue-form-card {
            padding: 16px;
        }

        .vue-form-card h2 {
            margin: 0 0 12px;
            color: #222;
            font-size: 15px;
        }

        .vue-money-input,
        .vue-readonly-field {
            min-height: 56px;
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 0 12px;
            border: 1px solid #dfe5e8;
            border-radius: 8px;
            background: #f8fafb;
        }

        .vue-money-input span {
            color: #ff7003;
            font-weight: 800;
        }

        .vue-money-input input,
        .vue-readonly-field input {
            flex: 1;
            min-width: 0;
            border: 0;
            outline: 0;
            background: transparent;
            color: #222;
            font-size: 20px;
            font-weight: 700;
        }

        .vue-readonly-field {
            margin-top: 12px;
            flex-direction: column;
            align-items: stretch;
            gap: 6px;
            padding: 10px 12px;
        }

        .vue-readonly-field span {
            color: #666;
            font-size: 12px;
        }

        .vue-readonly-field input {
            font-size: 13px;
            font-weight: 500;
        }

        .vue-quick-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 10px;
            margin-top: 12px;
        }

        .vue-quick-grid button,
        .vue-segment button {
            height: 40px;
            border: 1px solid #e2e6ea;
            border-radius: 8px;
            background: #fff;
            color: #222;
            font-weight: 700;
        }

        .vue-channel-list {
            display: grid;
            gap: 10px;
        }

        .vue-channel {
            min-height: 58px;
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 10px 12px;
            border: 1px solid #dfe5e8;
            border-radius: 8px;
            background: #fff;
            text-align: left;
        }

        .vue-channel.is-active,
        .vue-segment button.is-active {
            border-color: #ff7003;
            background: #fff4eb;
            color: #ff7003;
        }

        .vue-channel img {
            width: 34px;
            height: 34px;
            object-fit: contain;
        }

        .vue-channel strong,
        .vue-channel em {
            display: block;
            font-style: normal;
        }

        .vue-channel em {
            margin-top: 3px;
            color: #777;
            font-size: 12px;
        }

        .vue-tips {
            width: 92%;
            margin: 14px auto 0;
            padding: 12px;
            border-radius: 8px;
            background: #fff8e6;
            color: #8a5b0c;
            font-size: 13px;
            line-height: 19px;
        }

        .vue-tips p {
            margin: 6px 0 0;
        }

        .vue-submit-fixed {
            position: fixed;
            left: 50%;
            bottom: calc(72px + env(safe-area-inset-bottom));
            width: min(92%, 496px);
            height: 50px;
            z-index: 2147482000;
            transform: translateX(-50%);
            font-size: 16px;
            box-shadow: 0 10px 24px rgba(255, 112, 3, .24);
        }

        .vue-pay-page {
            min-height: 100vh;
            padding: calc(54px + env(safe-area-inset-top)) 0 calc(24px + env(safe-area-inset-bottom));
            background: #b7f1f1;
            color: #16312f;
        }

        .vue-pay-header {
            position: fixed;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: min(100%, 520px);
            z-index: 30;
            padding-top: env(safe-area-inset-top);
            background: #b7f1f1;
            box-shadow: none;
        }

        .vue-pay-card {
            width: min(92%, 496px);
            margin: 12px auto 0;
            padding: 14px;
            border-radius: 10px;
            border: 1px solid rgba(22, 49, 47, .08);
            background: rgba(255, 255, 255, .94);
            box-shadow: 0 12px 30px rgba(37, 86, 81, .13);
        }

        .vue-pay-coin-row {
            display: flex;
            align-items: center;
            gap: 12px;
            padding-bottom: 12px;
            border-bottom: 1px solid #dceeee;
        }

        .vue-pay-coin {
            width: 42px;
            height: 42px;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #627eea;
            color: #fff;
            font-size: 18px;
            font-weight: 800;
        }

        .vue-pay-coin.is-trc20 {
            background: #26a17b;
        }

        .vue-pay-coin-row h1 {
            margin: 0;
            font-size: 18px;
            line-height: 24px;
        }

        .vue-pay-coin-row p {
            margin: 3px 0 0;
            color: #58716f;
            font-size: 13px;
            line-height: 18px;
        }

        .vue-pay-field {
            margin-top: 14px;
        }

        .vue-pay-label {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            margin-bottom: 8px;
            color: #516967;
            font-size: 13px;
        }

        .vue-pay-label em {
            color: #65807d;
            font-style: normal;
            text-align: right;
        }

        .vue-pay-box {
            display: flex;
            align-items: center;
            gap: 10px;
            min-height: 48px;
            padding: 10px;
            border: 1px solid #d5eeee;
            border-radius: 8px;
            background: #f4fbfa;
        }

        .vue-pay-box strong {
            flex: 1;
            min-width: 0;
            color: #102b29;
            font-size: 15px;
            word-break: break-all;
        }

        .vue-pay-box .vue-pay-amount {
            color: #0c8d6e;
            font-size: 24px;
        }

        .vue-pay-box button {
            flex: 0 0 auto;
            min-width: 62px;
            height: 34px;
            border: 0;
            border-radius: 7px;
            background: #1d8f77;
            color: #fff;
            font-weight: 700;
        }

        .vue-pay-meta {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            margin-top: 12px;
        }

        .vue-pay-meta div {
            min-width: 0;
            padding: 8px 10px;
            border-radius: 8px;
            background: rgba(255, 255, 255, .64);
            color: #55706e;
            font-size: 12px;
        }

        .vue-pay-meta strong {
            display: block;
            margin-top: 2px;
            color: #173331;
            font-size: 14px;
            overflow-wrap: anywhere;
        }

        .vue-pay-status {
            margin-top: 12px;
            padding: 10px;
            border-radius: 8px;
            background: #e8f7f5;
            color: #24635b;
            text-align: center;
        }

        .vue-pay-status strong,
        .vue-pay-status span {
            display: block;
        }

        .vue-pay-status span {
            margin-top: 4px;
            font-size: 18px;
            font-weight: 800;
        }

        .vue-pay-status p {
            margin: 6px 0 0;
            font-size: 13px;
            line-height: 18px;
        }

        .vue-pay-status.is-paid {
            background: #e7f7ee;
            color: #167548;
        }

        .vue-pay-status.is-expired {
            background: #fff0ed;
            color: #a64232;
        }

        .vue-pay-tips {
            margin-top: 12px;
            padding: 10px;
            border-radius: 8px;
            border: 1px solid #f0d28a;
            background: #fff8e6;
            color: #8a5b0c;
            font-size: 13px;
            line-height: 20px;
        }

        .vue-balance-card {
            width: 92%;
            min-height: 116px;
            margin: 18px auto 0;
            padding: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            border-radius: 8px;
            background: #ff7003;
            color: #fff;
        }

        .vue-balance-card strong {
            font-size: 28px;
        }

        .vue-balance-card span {
            margin-top: 8px;
            color: rgba(255, 255, 255, .82);
        }

        .vue-detail-page {
            min-height: 100vh;
            padding: 54px 0 calc(26px + env(safe-area-inset-bottom));
            background: #f5f7f8;
        }

        .vue-detail-card {
            width: 92%;
            margin: 14px auto 0;
            border-radius: 8px;
            background: #fff;
            box-shadow: 0 6px 18px rgba(20, 31, 42, .10);
            overflow: hidden;
        }

        .vue-log-page .vue-header,
        .vue-detail-page .vue-header {
            position: fixed;
            top: 0;
            left: 50%;
            z-index: 30;
            width: min(100%, 540px);
            transform: translateX(-50%);
            background: #fff;
        }

        .vue-log-summary {
            width: 92%;
            min-height: 94px;
            margin: 14px auto 0;
            padding: 16px 18px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            border-radius: 8px;
            background: linear-gradient(135deg, #ff7003, #ff9352);
            color: #fff;
            box-shadow: 0 10px 22px rgba(255, 112, 3, .2);
        }

        .vue-log-summary span {
            color: rgba(255, 255, 255, .82);
            font-size: 13px;
        }

        .vue-log-summary strong {
            margin-top: 8px;
            font-size: 26px;
            line-height: 32px;
            overflow-wrap: anywhere;
        }

        .is-deposit-log .vue-log-summary {
            background: linear-gradient(135deg, #1d8f77, #35b6a0);
            box-shadow: 0 10px 22px rgba(29, 143, 119, .20);
        }

        .vue-log-summary.is-plain {
            min-height: 76px;
            background: #fff;
            color: #222;
            box-shadow: 0 6px 18px rgba(20, 31, 42, .10);
        }

        .vue-log-summary.is-plain strong {
            margin-top: 0;
            font-size: 18px;
            line-height: 24px;
        }

        .vue-log-summary.is-plain span {
            color: #8a8f98;
        }

        .vue-log-list {
            width: 92%;
            margin-top: 14px;
            padding: 0;
            background: transparent;
            box-shadow: none;
            overflow: visible;
        }

        .vue-log-list.is-empty {
            min-height: 220px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 22px;
            border-radius: 8px;
            background: #fff;
            box-shadow: 0 6px 18px rgba(20, 31, 42, .10);
        }

        .vue-log-row {
            min-height: 78px;
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            gap: 12px;
            align-items: center;
            margin-bottom: 10px;
            padding: 14px;
            border-radius: 8px;
            background: #fff;
            box-shadow: 0 6px 16px rgba(20, 31, 42, .08);
        }

        .vue-log-main {
            min-width: 0;
        }

        .vue-log-main strong,
        .vue-log-main span,
        .vue-log-main em {
            display: block;
        }

        .vue-log-main strong {
            color: #222;
            font-size: 14px;
            line-height: 20px;
            overflow-wrap: anywhere;
        }

        .vue-log-main span {
            margin-top: 5px;
            color: #8a8f98;
            font-size: 12px;
        }

        .vue-log-main em {
            width: fit-content;
            max-width: 100%;
            margin-top: 7px;
            padding: 4px 9px;
            border-radius: 999px;
            background: #fff3e9;
            color: #ff7003;
            font-size: 12px;
            font-style: normal;
            overflow-wrap: anywhere;
        }

        .vue-log-amount {
            max-width: 128px;
            text-align: right;
        }

        .vue-log-amount b {
            display: block;
            color: #ff7003;
            font-size: 16px;
            line-height: 22px;
            overflow-wrap: anywhere;
        }

        .is-deposit-log .vue-log-amount b,
        .is-deposit-log .vue-log-main em {
            color: #1d8f77;
        }

        .is-deposit-log .vue-log-main em {
            background: #eaf8f5;
        }

        .vue-log-list.is-empty .vue-empty {
            position: relative;
            width: 100%;
            padding-top: 72px;
            color: #8a8f98;
            font-size: 14px;
            text-align: center;
        }

        .vue-log-list.is-empty .vue-empty::before {
            content: "";
            position: absolute;
            top: 0;
            left: 50%;
            width: 54px;
            height: 54px;
            transform: translateX(-50%);
            border-radius: 50%;
            background: #f1f5f6;
            box-shadow: inset 0 0 0 1px #e2e8ea;
        }

        .vue-log-list.is-empty .vue-empty::after {
            content: "";
            position: absolute;
            top: 17px;
            left: 50%;
            width: 24px;
            height: 18px;
            transform: translateX(-50%);
            border: 2px solid #9aa5aa;
            border-top: 0;
            border-radius: 0 0 5px 5px;
        }

        .vue-info-page {
            padding-bottom: calc(94px + env(safe-area-inset-bottom));
        }

        .vue-info-body {
            width: 100%;
            margin: 0 auto;
            padding: 0 18px 30px;
            display: grid;
            gap: 0;
            background: #fff;
        }

        .vue-about-flow {
            width: 100%;
            color: #303134;
            font-size: 14px;
            line-height: 1.55;
            overflow-wrap: anywhere;
            word-break: break-word;
        }

        .vue-about-flow img {
            display: block;
            width: 100%;
            height: auto;
            margin: 0;
            border-radius: 0;
        }

        .vue-about-flow p {
            margin: 10px 0 0;
        }

        .vue-about-flow p.is-link {
            color: inherit;
        }

        .vue-help-list {
            width: calc(100% + 16px);
            margin: 10px -8px 0;
            background: transparent;
            border-radius: 8px;
            overflow: hidden;
        }

        .vue-help-item {
            background: #fff;
            border-radius: 0;
            box-shadow: none;
            overflow: hidden;
        }

        .vue-info-images {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 8px;
            padding: 12px 12px 4px;
        }

        .vue-info-images img {
            width: 100%;
            min-height: 96px;
            object-fit: cover;
            border-radius: 6px;
            background: #f3f5f6;
        }

        .vue-info-lines {
            padding: 8px 14px 14px;
        }

        .vue-info-lines p {
            margin: 7px 0 0;
            color: #343d42;
            font-size: 13px;
            line-height: 19px;
            overflow-wrap: anywhere;
        }

        .vue-info-lines p.is-link {
            color: #ff7003;
        }

        .vue-help-item button {
            width: 100%;
            min-height: 60px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            padding: 0 12px;
            border: 0;
            background: #fff;
            color: #333;
            text-align: left;
            font-size: 17px;
            font-weight: 400;
            line-height: 1.5;
            border-top: 1px solid #eee;
        }

        .vue-help-item:first-child button {
            border-top: 0;
        }

        .vue-help-item button span {
            min-width: 0;
            flex: 1;
            word-break: break-word;
        }

        .vue-help-item button b {
            width: 11px;
            height: 11px;
            flex: 0 0 11px;
            border-right: 2px solid #ccc;
            border-bottom: 2px solid #ccc;
            transform: rotate(45deg);
            transition: transform .2s ease;
        }

        .vue-help-item.is-open button b {
            transform: rotate(225deg);
        }

        .vue-help-answer {
            padding: 0 12px 14px;
            background: #fff;
            color: #50565e;
            font-size: 13px;
            line-height: 1.65;
            word-break: break-word;
        }

        .vue-help-answer p {
            margin: 8px 0 0;
        }

        .vue-help-answer h1,
        .vue-help-answer h2,
        .vue-help-answer h3,
        .vue-help-answer h4 {
            margin: 10px 0 6px;
            color: #333;
            font-size: 15px;
            line-height: 1.45;
        }

        .vue-help-answer img {
            max-width: 100%;
            height: auto;
            border-radius: 0;
        }

        .vue-help-empty {
            margin: 10px 0 0;
            padding: 18px 12px;
            background: #fff;
        }

        .vue-invite-hero {
            width: 92%;
            min-height: 118px;
            margin: 14px auto 0;
            padding: 18px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            border-radius: 8px;
            background: url('/static/images/index/backimg-share.jpg') center / cover no-repeat;
            color: #fff;
            box-shadow: 0 10px 24px rgba(31, 47, 66, .16);
        }

        .vue-invite-hero strong {
            font-size: 22px;
            line-height: 28px;
        }

        .vue-invite-hero p {
            margin: 8px 0 0;
            color: rgba(255, 255, 255, .82);
            font-size: 13px;
            line-height: 19px;
        }

        .vue-invite-card {
            padding: 16px;
        }

        .vue-invite-qr-wrap {
            display: flex;
            justify-content: center;
            padding: 8px 0 18px;
        }

        .vue-invite-qr {
            width: 168px;
            height: 168px;
            padding: 8px;
            border: 1px solid #edf0f2;
            border-radius: 8px;
            background: #fff;
            box-shadow: 0 8px 18px rgba(20, 31, 42, .08);
            object-fit: contain;
        }

        .vue-copy-field {
            padding: 12px;
            border: 1px solid #edf0f2;
            border-radius: 8px;
            background: #f8fafb;
        }

        .vue-copy-field + .vue-copy-field {
            margin-top: 10px;
        }

        .vue-copy-field > span {
            display: block;
            margin-bottom: 8px;
            color: #667085;
            font-size: 12px;
        }

        .vue-copy-field > div {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            gap: 10px;
            align-items: center;
        }

        .vue-copy-field strong {
            min-width: 0;
            color: #222;
            font-size: 14px;
            line-height: 20px;
            overflow-wrap: anywhere;
        }

        .vue-copy-field button {
            min-width: 66px;
            height: 34px;
            border: 0;
            border-radius: 8px;
            background: #ff7003;
            color: #fff;
            font-weight: 700;
        }

        .vue-segment {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
        }

        .vue-team-summary {
            min-height: 104px;
            display: grid;
            grid-template-columns: 1fr 1fr auto;
            gap: 10px;
            align-items: center;
            padding: 16px;
            background: linear-gradient(135deg, #ff7003, #ff8a00);
            color: #fff;
        }

        .vue-team-summary span,
        .vue-team-summary strong {
            display: block;
        }

        .vue-team-summary span {
            color: rgba(255, 255, 255, .78);
            font-size: 12px;
        }

        .vue-team-summary strong {
            margin-top: 8px;
            font-size: 20px;
        }

        .vue-team-summary button {
            min-width: 78px;
            height: 38px;
            background: #fff;
            color: #ff7003;
        }

        .vue-team-total {
            display: flex;
            justify-content: space-between;
            padding: 14px 16px;
        }

        .vue-team-total strong {
            color: #ff7003;
        }

        .vue-team-head,
        .vue-team-row {
            display: grid;
            grid-template-columns: 1.2fr .8fr .9fr .9fr;
            gap: 8px;
            align-items: center;
            min-height: 52px;
            padding: 0 12px;
            border-bottom: 1px solid #f0f0f0;
            font-size: 13px;
        }

        .vue-team-head {
            color: #888;
            font-weight: 600;
        }

        .vue-team-name {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-weight: 700;
        }

        .vue-team-row strong {
            color: #ff7003;
        }

        .vue-team-row em {
            padding: 4px 7px;
            border-radius: 999px;
            background: rgba(239, 68, 68, .1);
            color: #d22d2d;
            font-style: normal;
            text-align: center;
            font-size: 11px;
        }

        .vue-team-row em.done {
            background: rgba(22, 163, 74, .12);
            color: #128044;
        }

        .vue-im-page {
            height: 100vh;
            height: 100dvh;
            display: flex;
            flex-direction: column;
            background: #f5f5f5;
            overflow: hidden;
        }

        .vue-im-chat {
            flex: 1;
            min-height: 0;
            padding: 16px 14px 12px;
            overflow-y: auto;
        }

        .vue-im-message {
            display: flex;
            margin-bottom: 14px;
        }

        .vue-im-message.user {
            justify-content: flex-end;
        }

        .vue-im-bubble {
            max-width: 78%;
            padding: 10px 12px;
            border-radius: 8px;
            background: #fff;
            color: #222;
            font-size: 14px;
            line-height: 20px;
            word-break: break-word;
        }

        .vue-im-message.user .vue-im-bubble {
            background: #ff7003;
            color: #fff;
        }

        .vue-im-bubble em {
            display: block;
            margin-top: 4px;
            opacity: .68;
            font-size: 11px;
            font-style: normal;
            text-align: right;
        }

        .vue-im-input {
            position: sticky;
            bottom: 0;
            z-index: 20;
            display: flex;
            gap: 8px;
            padding: 10px 12px calc(18px + env(safe-area-inset-bottom));
            background: #fff;
            border-top: 1px solid #eee;
            box-shadow: 0 -8px 18px rgba(20, 31, 42, .08);
        }

        .vue-im-input textarea {
            flex: 1;
            min-width: 0;
            height: 44px;
            max-height: 96px;
            padding: 10px 12px;
            border: 1px solid #ddd;
            border-radius: 8px;
            outline: 0;
            resize: none;
            font-size: 14px;
        }

        .vue-im-input button {
            width: 72px;
            height: 44px;
            border: 0;
            border-radius: 8px;
            background: #ff7003;
            color: #fff;
        }

        .vue-lang-page {
            min-height: 100vh;
            background: #f5f5f5;
        }

        .vue-lang-list {
            margin-top: 10px;
            background: #fff;
        }

        .vue-lang-row {
            min-height: 48px;
            width: 100%;
            display: flex;
            align-items: center;
            padding: 0 16px;
            border: 0;
            border-bottom: 1px solid #f1f1f1;
            background: #fff;
            color: #222;
            font: inherit;
            text-align: left;
            text-decoration: none;
        }

        .vue-lang-row:before {
            content: "";
            width: 7px;
            height: 7px;
            margin-right: 12px;
            border-radius: 50%;
            background: #ff7003;
        }

        .vue-lang-row span {
            flex: 1;
        }

        .vue-lang-row b {
            color: #ff7003;
        }

        .vue-trade-balance {
            width: 92%;
            margin: 14px auto 0;
            padding: 16px;
            border-radius: 8px;
            background: #ff7003;
            color: #fff;
        }

        .vue-trade-balance span,
        .vue-trade-balance strong {
            display: block;
        }

        .vue-trade-balance strong {
            margin-top: 8px;
            font-size: 26px;
        }

        .vue-trade-card {
            padding: 18px 16px;
        }

        .vue-trade-card h2 {
            margin: 0 0 10px;
            font-size: 18px;
        }

        .vue-trade-card p {
            margin: 0;
            color: #333;
            font-size: 14px;
            line-height: 22px;
        }

        .vue-trade-stats {
            display: grid;
            grid-template-columns: 1fr 1fr;
            margin-top: 16px;
            padding-top: 14px;
            border-top: 1px solid #f0f0f0;
            text-align: center;
        }

        .vue-trade-stats div + div {
            border-left: 1px solid #eee;
        }

        .vue-trade-stats span,
        .vue-trade-stats strong {
            display: block;
        }

        .vue-trade-stats span {
            color: #666;
            font-size: 13px;
        }

        .vue-trade-stats strong {
            margin-top: 8px;
            font-size: 22px;
        }

        .vue-trade-start {
            width: 100%;
            height: 44px;
            margin-top: 20px;
            font-size: 16px;
        }

        .vue-trade-result {
            display: grid;
            gap: 10px;
            margin-top: 16px;
        }

        .vue-trade-result div {
            min-height: 38px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .vue-trade-result img {
            width: 24px;
            height: 24px;
        }

        .vue-trade-result span {
            flex: 1;
        }

        .vue-trade-result strong {
            white-space: nowrap;
        }

        .vue-trade-income-amount {
            color: #ff2f22;
        }

        .vue-trade-income-currency {
            color: #222;
        }

        .vue-modal-mask {
            position: fixed;
            inset: 0;
            z-index: 2147483002;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 24px;
            background: rgba(0, 0, 0, .45);
        }

        .vue-order-modal {
            width: min(100%, 420px);
            max-height: 88vh;
            overflow-y: auto;
            position: relative;
            border-radius: 10px;
            background: #fff;
            padding: 26px 14px 14px;
        }

        .vue-modal-close {
            position: absolute;
            top: 8px;
            right: 10px;
            border: 0;
            background: transparent;
            color: #777;
            font-size: 28px;
        }

        .vue-order-goods {
            display: flex;
            gap: 12px;
            padding-bottom: 12px;
            border-bottom: 1px dashed #ddd;
        }

        .vue-order-goods img {
            width: 116px;
            height: 116px;
            border-radius: 8px;
            object-fit: cover;
        }

        .vue-order-goods p {
            min-height: 68px;
            margin: 0 0 8px;
            color: #222;
            line-height: 20px;
        }

        .vue-order-modal-row,
        .vue-score-row {
            min-height: 32px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            font-size: 15px;
        }

        .vue-order-modal-row b {
            color: #ff7003;
            text-align: right;
        }

        .vue-stars button {
            border: 0;
            background: transparent;
            color: #d2d2d2;
            font-size: 24px;
        }

        .vue-stars button.is-active {
            color: #ff2f22;
        }

        .vue-modal-submit,
        .vue-modal-cancel {
            width: 100%;
            height: 42px;
            margin-top: 10px;
            border-radius: 8px;
        }

        .vue-modal-cancel {
            border: 0;
            background: #e1e1e1;
            color: #333;
        }

        @media (max-width: 380px) {
            .spa-partners {
                grid-template-columns: repeat(4, minmax(0, 1fr));
            }

            .spa-services {
                padding: 14px 10px 16px;
            }

            .spa-service-card span {
                max-width: 74px;
                font-size: 17px;
                line-height: 23px;
            }

            .vue-quick-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .vue-team-summary {
                grid-template-columns: 1fr 1fr;
            }

            .vue-team-summary button {
                grid-column: 1 / -1;
            }
        }
