body.page-theme-token {
    --public-primary: #1e78ff;
    --public-primary-soft: rgba(98, 180, 255, 0.16);
    --public-text: #eff4fd;
    --public-heading: #ffffff;
    --public-muted: rgba(223, 233, 247, 0.74);
    --public-border: rgba(255, 255, 255, 0.12);
    --public-border-soft: rgba(255, 255, 255, 0.08);
    --public-panel: rgba(9, 18, 34, 0.76);
    --public-panel-strong: rgba(8, 17, 32, 0.88);
    --public-card-soft: rgba(255, 255, 255, 0.05);
    --public-card-strong: rgba(255, 255, 255, 0.08);
    --public-segmented-bg: rgba(255, 255, 255, 0.05);
    --public-segmented-border: rgba(255, 255, 255, 0.08);
    --public-shadow: 0 28px 90px rgba(2, 8, 18, 0.42);
    --public-glass-shadow: 0 24px 72px rgba(2, 8, 18, 0.38);
    --public-anchor-bg: linear-gradient(135deg, rgba(15, 27, 48, 0.92), rgba(10, 20, 37, 0.88));
    --public-link: #add4ff;
    --public-link-hover: #ffffff;
    --public-button-default-bg: rgba(255, 255, 255, 0.06);
    --public-button-default-border: rgba(255, 255, 255, 0.14);
    --public-button-default-text: #eff4fd;
    --public-modal-note: rgba(223, 233, 247, 0.72);
    --public-order-label: rgba(223, 233, 247, 0.62);
    --public-order-content: #ffffff;
    --public-qr-bg: linear-gradient(180deg, #ffffff 0%, #f1f6fb 100%);
    --public-bg-from: #08111f;
    --public-bg-mid: #0d1f3b;
    --public-bg-to: #0a1930;
    --public-accent-left: rgba(93, 145, 255, 0.22);
    --public-accent-right: rgba(60, 193, 255, 0.18);
    --public-blob-right: rgba(84, 121, 255, 0.24);
    --public-blob-left: rgba(73, 149, 255, 0.2);
    margin: 0;
    color: var(--public-text);
    color-scheme: dark;
    font-family: "SF Pro Display", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    background:
        radial-gradient(circle at top left, var(--public-accent-left), transparent 32%),
        radial-gradient(circle at bottom right, var(--public-accent-right), transparent 28%),
        linear-gradient(135deg, var(--public-bg-from) 0%, var(--public-bg-mid) 48%, var(--public-bg-to) 100%);
}

body.theme-mode-light.page-theme-token {
    --public-primary: #1e78ff;
    --public-primary-soft: rgba(30, 120, 255, 0.12);
    --public-text: #17304a;
    --public-heading: #0f2740;
    --public-muted: rgba(52, 74, 101, 0.74);
    --public-border: rgba(124, 162, 201, 0.24);
    --public-border-soft: rgba(124, 162, 201, 0.16);
    --public-panel: rgba(255, 255, 255, 0.76);
    --public-panel-strong: rgba(255, 255, 255, 0.92);
    --public-card-soft: rgba(255, 255, 255, 0.82);
    --public-card-strong: rgba(255, 255, 255, 0.92);
    --public-segmented-bg: rgba(255, 255, 255, 0.84);
    --public-segmented-border: rgba(124, 162, 201, 0.18);
    --public-shadow: 0 24px 60px rgba(66, 114, 166, 0.12);
    --public-glass-shadow: 0 22px 54px rgba(66, 114, 166, 0.14);
    --public-anchor-bg: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(242, 248, 255, 0.94));
    --public-link: #1e78ff;
    --public-link-hover: #155dcc;
    --public-button-default-bg: rgba(255, 255, 255, 0.9);
    --public-button-default-border: rgba(124, 162, 201, 0.24);
    --public-button-default-text: #17304a;
    --public-modal-note: rgba(52, 74, 101, 0.72);
    --public-order-label: rgba(52, 74, 101, 0.68);
    --public-order-content: #17304a;
    --public-qr-bg: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
    --public-bg-from: #f6fbff;
    --public-bg-mid: #eef6ff;
    --public-bg-to: #eff4fb;
    --public-accent-left: rgba(125, 202, 255, 0.22);
    --public-accent-right: rgba(93, 145, 255, 0.16);
    --public-blob-right: rgba(79, 149, 255, 0.16);
    --public-blob-left: rgba(125, 202, 255, 0.18);
    color-scheme: light;
}

body.page-theme-token::before,
body.page-theme-token::after {
    filter: blur(18px);
}

body.page-theme-token::before {
    top: 56px;
    right: -80px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, var(--public-blob-right), transparent 72%);
}

body.page-theme-token::after {
    left: -80px;
    bottom: 48px;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, var(--public-blob-left), transparent 72%);
}

body.page-theme-token .public-kicker {
    background: linear-gradient(135deg, #58b6ff 0%, #1b72ff 100%);
    border-color: transparent;
    box-shadow: 0 20px 42px rgba(30, 120, 255, 0.24);
    font-weight: 700;
}

body.page-theme-token .public-feature-bullet {
    background: linear-gradient(135deg, #58b6ff 0%, #1b72ff 100%);
    border: 1px solid transparent;
    box-shadow: 0 14px 28px rgba(30, 120, 255, 0.22);
}

body.page-theme-token .public-hero-main.public-glass,
body.page-theme-token .public-section-card.public-glass,
body.page-theme-token .public-action-card,
body.page-theme-token .public-side-card,
body.page-theme-token .public-surface-card,
body.page-theme-token .public-anchor-card {
    border-color: var(--public-border);
    background: rgba(8, 17, 32, 0.72);
    box-shadow: var(--public-glass-shadow);
}

body.page-theme-token .public-stat-card,
body.page-theme-token .public-grid-card,
body.page-theme-token .public-faq-collapse .ant-collapse-item,
body.page-theme-token .token-result-card {
    border-color: var(--public-border);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 48px rgba(11, 23, 43, 0.24);
}

body.page-theme-token .public-footer {
    border: 1px solid var(--public-border);
    background: rgba(255, 255, 255, 0.04);
}

body.page-theme-token .ant-btn {
    border-radius: 14px;
    font-weight: 600;
}

body.page-theme-token .ant-btn.ant-btn-lg {
    height: 52px;
    padding-inline: 28px;
    font-size: 16px;
}

body.page-theme-token .ant-btn.ant-btn-primary {
    background: linear-gradient(135deg, #58b6ff 0%, #1b72ff 100%);
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 20px 42px rgba(30, 120, 255, 0.28);
}

body.page-theme-token .ant-btn.ant-btn-default {
    background: var(--public-button-default-bg);
    border-color: var(--public-button-default-border);
    color: var(--public-button-default-text);
}

body.page-theme-token .ant-btn.ant-btn-default:hover,
body.page-theme-token .ant-btn.ant-btn-primary:hover {
    transform: translateY(-1px);
}

body.page-theme-token .ant-input,
body.page-theme-token .ant-input-affix-wrapper,
body.page-theme-token textarea.ant-input {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.12);
    color: var(--public-heading);
}

body.page-theme-token .ant-input::placeholder,
body.page-theme-token .ant-input-affix-wrapper input::placeholder,
body.page-theme-token textarea.ant-input::placeholder {
    color: rgba(223, 233, 247, 0.42);
}

body.page-theme-token .ant-input:hover,
body.page-theme-token .ant-input:focus,
body.page-theme-token .ant-input-affix-wrapper:hover,
body.page-theme-token .ant-input-affix-wrapper-focused {
    border-color: rgba(98, 180, 255, 0.52);
    box-shadow: 0 0 0 2px rgba(98, 180, 255, 0.08);
}

body.page-theme-token .ant-typography,
body.page-theme-token .ant-card .ant-typography,
body.page-theme-token .ant-descriptions,
body.page-theme-token .ant-steps,
body.page-theme-token .ant-alert,
body.page-theme-token .ant-collapse,
body.page-theme-token .ant-list,
body.page-theme-token .ant-tabs {
    color: var(--public-heading);
}

body.page-theme-token .ant-typography-secondary,
body.page-theme-token .ant-card .ant-typography-secondary,
body.page-theme-token .ant-list-item-meta-description,
body.page-theme-token .ant-empty-description {
    color: var(--public-muted) !important;
}

body.page-theme-token .ant-tag {
    margin-inline-end: 0;
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: #dff0ff;
}

body.page-theme-token .ant-alert {
    border-radius: 16px;
    border-color: rgba(255, 255, 255, 0.08);
}

body.page-theme-token .ant-alert-info,
body.page-theme-token .ant-alert-success,
body.page-theme-token .ant-alert-warning,
body.page-theme-token .ant-alert-error {
    background: rgba(255, 255, 255, 0.05);
}

body.page-theme-token .ant-alert-message,
body.page-theme-token .ant-alert-description {
    color: var(--public-heading);
}

body.page-theme-token .ant-collapse-content {
    background: transparent;
}

body.page-theme-token .ant-collapse > .ant-collapse-item > .ant-collapse-header {
    color: var(--public-heading);
}

body.page-theme-token .ant-collapse > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
    color: var(--public-muted);
}

body.page-theme-token .ant-descriptions-view {
    overflow: hidden;
    border-radius: 18px;
    border-color: var(--public-border);
}

body.page-theme-token .ant-descriptions-bordered .ant-descriptions-item-label,
body.page-theme-token .ant-descriptions-bordered .ant-descriptions-item-content {
    border-color: var(--public-border);
}

body.page-theme-token .ant-descriptions-bordered .ant-descriptions-item-label {
    background: rgba(255, 255, 255, 0.05);
    color: var(--public-order-label);
}

body.page-theme-token .ant-descriptions-bordered .ant-descriptions-item-content {
    background: rgba(255, 255, 255, 0.03);
    color: var(--public-order-content);
}

body.page-theme-token .ant-tabs-nav::before {
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

body.page-theme-token .ant-tabs-tab {
    color: rgba(223, 233, 247, 0.64);
}

body.page-theme-token .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
body.page-theme-token .ant-tabs-tab:hover {
    color: #ffffff;
}

body.page-theme-token .ant-tabs-ink-bar {
    background: linear-gradient(135deg, #58b6ff 0%, #1b72ff 100%);
}

body.page-theme-token .ant-list-empty-text {
    color: var(--public-muted);
}

body.page-theme-token .ant-modal .ant-modal-content {
    background: rgba(8, 17, 32, 0.96) !important;
    border-color: rgba(255, 255, 255, 0.1);
}

body.page-theme-token .ant-modal .ant-modal-header {
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

body.page-theme-token .ant-modal .ant-modal-title,
body.page-theme-token .ant-modal .ant-modal-close,
body.page-theme-token .ant-modal .ant-modal-body {
    color: var(--public-heading);
}

.token-email-hint {
    min-height: 22px;
}

.token-inline-meta {
    color: var(--public-muted);
    font-size: 13px;
}

.token-side-emphasis {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(98, 180, 255, 0.12);
    color: var(--public-heading);
    font-weight: 700;
}

.token-order-note {
    margin-bottom: 0;
    color: var(--public-muted);
}

.token-code-block {
    margin: 0;
    padding: 16px;
    overflow: auto;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(5, 10, 20, 0.92);
    color: #eff4fd;
    font-size: 13px;
    line-height: 1.7;
    white-space: pre-wrap;
    word-break: break-word;
}

.token-result-card {
    border: 1px solid var(--public-border);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
}

.token-success-flow-card {
    min-height: 100%;
}

.token-success-summary {
    display: grid;
    gap: 12px;
}

.token-token-preview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid var(--public-border);
    background: rgba(255, 255, 255, 0.05);
}

.token-token-preview code {
    flex: 1;
    min-width: 0;
    color: var(--public-heading);
    font-size: 13px;
    word-break: break-all;
}

.token-token-preview .ant-space {
    flex-shrink: 0;
}

.token-runtime-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.token-runtime-code-card {
    display: grid;
    gap: 10px;
}

.token-runtime-code-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.token-guide-list {
    margin: 0;
    padding-left: 18px;
    color: var(--public-muted);
}

.token-guide-list li + li {
    margin-top: 8px;
}

.token-modal-qr {
    padding: 18px;
    border-radius: 24px;
    background: var(--public-qr-bg);
    box-shadow: inset 0 0 0 1px rgba(20, 32, 54, 0.08);
}

.token-modal-qr--large {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 286px;
}

.token-modal-qr img {
    display: block;
    width: min(100%, 280px);
    margin: 0 auto;
}

.token-modal-qr-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    color: var(--public-muted);
}

.token-modal-pay-action {
    display: flex;
    align-items: stretch;
    justify-content: center;
    min-height: 420px;
    height: clamp(420px, calc(100vh - 360px), 620px);
    padding: 10px;
    border: 1px dashed rgba(98, 180, 255, 0.28);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(98, 180, 255, 0.08), rgba(30, 120, 255, 0.03)),
        rgba(255, 255, 255, 0.03);
}

.token-modal-pay-action .ant-btn {
    height: 50px;
    border-radius: 14px;
    font-weight: 800;
}

.token-modal-pay-action img {
    display: block;
    width: min(100%, 280px);
    margin: 0 auto;
}

.token-pay-frame-shell {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 0;
    gap: 10px;
}

.token-pay-frame-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 34px;
    padding: 4px 4px 0;
}

.token-pay-frame-wrap {
    flex: 1;
    position: relative;
    --token-pay-frame-offset: 110px;
    min-height: 0;
    overflow: hidden;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.18);
}

.token-pay-frame {
    display: block;
    width: 100%;
    height: calc(100% + var(--token-pay-frame-offset));
    min-height: calc(100% + var(--token-pay-frame-offset));
    margin-top: calc(-1 * var(--token-pay-frame-offset));
    border: 0;
    background: #ffffff;
}

.token-pay-frame-tip {
    display: block;
    padding: 0 4px 4px;
    line-height: 1.6;
}

.token-pay-methods {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 4px;
    border-radius: 18px;
    border: 1px solid var(--public-border);
    background: rgba(255, 255, 255, 0.05);
}

.token-pay-methods .ant-btn {
    height: 40px;
    border-radius: 14px;
    font-weight: 700;
}

.token-payment-modal .ant-alert {
    border-radius: 16px;
}

.token-modal-pay-card {
    display: grid;
    gap: 12px;
    height: 100%;
    padding: 14px;
    border: 1px solid var(--public-border);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
}

.token-modal-pay-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.token-payment-status-card {
    height: 100%;
}

.token-payment-status-card .ant-card-body {
    padding: 16px;
}

.token-hero-accent {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding: 10px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #58b6ff 0%, #1b72ff 100%);
    border: 1px solid transparent;
    box-shadow: 0 20px 42px rgba(30, 120, 255, 0.24);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.token-zqb-shell {
    width: min(100% - 32px, 1380px);
    margin: 24px auto 0;
    padding: 36px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 36px;
    background: rgba(8, 17, 32, 0.72);
    box-shadow: var(--public-shadow);
    backdrop-filter: blur(22px);
}

.token-zqb-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    /*margin-bottom: 28px;*/
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.token-zqb-topline-copy {
    display: grid;
    gap: 6px;
}

.token-zqb-topline-copy strong {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.3;
}

.token-zqb-topline-copy span {
    color: var(--public-muted);
    font-size: 14px;
    line-height: 1.7;
}

.token-zqb-toolbar-button.ant-btn {
    min-width: 112px;
}

.token-zqb-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
    gap: 40px;
    align-items: center;
}

.token-zqb-copy {
    position: relative;
    z-index: 2;
}

.token-zqb-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border: 1px solid rgba(132, 191, 255, 0.22);
    border-radius: 999px;
    background: rgba(110, 184, 255, 0.14);
    color: #dff0ff;
    font-size: 13px;
    letter-spacing: 0.08em;
}

.token-zqb-chip::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7dd8ff, #2a76ff);
    box-shadow: 0 0 16px rgba(110, 184, 255, 0.72);
}

.token-zqb-brand-block {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 26px;
}

.token-zqb-brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.96);
    color: #1b72ff;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -0.06em;
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.22);
}

.token-zqb-brand-kicker {
    margin: 0 0 8px;
    color: #a8d3ff;
    font-size: 14px;
    letter-spacing: 0.06em;
}

.token-zqb-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.token-zqb-summary {
    max-width: 680px;
    margin: 22px 0 0;
    color: var(--public-muted);
    font-size: 18px;
    line-height: 1.8;
}

.token-zqb-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.token-zqb-tag,
.token-zqb-meta-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--public-muted);
    font-size: 13px;
}

.token-zqb-offer-card {
    margin-top: 32px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.token-zqb-offer-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.token-zqb-offer-head h2 {
    margin: 0;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
}

.token-zqb-offer-head p {
    margin: 10px 0 0;
    color: var(--public-muted);
    font-size: 14px;
    line-height: 1.7;
}

.token-zqb-system-badge {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 104px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #e6f4ff;
    font-size: 13px;
    letter-spacing: 0.06em;
}

.token-zqb-price-row {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    margin-top: 24px;
}

.token-zqb-price {
    color: #ffffff;
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1;
    letter-spacing: -0.05em;
}

.token-zqb-price-note {
    padding-bottom: 8px;
    color: var(--public-muted);
    font-size: 14px;
    line-height: 1.7;
}

.token-zqb-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

.token-zqb-primary-btn.ant-btn {
    min-width: 260px;
}

.token-zqb-secondary-btn.ant-btn {
    min-width: 188px;
}

.token-zqb-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.token-zqb-note {
    margin: 18px 0 0;
    color: var(--public-muted);
    font-size: 13px;
    line-height: 1.8;
}

.token-zqb-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
}

.token-zqb-feature-card {
    min-height: 154px;
    padding: 20px;
    border: 1px solid var(--public-border);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 48px rgba(11, 23, 43, 0.24);
}

.token-zqb-feature-card strong {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.3;
}

.token-zqb-feature-card p {
    margin: 0;
    color: var(--public-muted);
    font-size: 14px;
    line-height: 1.8;
}

.token-zqb-visual {
    position: relative;
    min-height: 760px;
}

.token-zqb-visual-stage {
    position: relative;
    width: min(100%, 620px);
    height: 760px;
    margin-left: auto;
}

.token-zqb-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(18px);
}

.token-zqb-glow-one {
    top: 48px;
    left: 46px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(69, 196, 255, 0.28), transparent 70%);
}

.token-zqb-glow-two {
    right: 60px;
    bottom: 100px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(84, 121, 255, 0.24), transparent 72%);
}

.token-zqb-screen {
    position: absolute;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 42px;
    padding: 20px;
    background: linear-gradient(180deg, #0f1930 0%, #0a1324 100%);
    box-shadow: 0 32px 80px rgba(2, 8, 18, 0.4);
}

.token-zqb-screen::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 50%;
    width: 34%;
    height: 18px;
    transform: translateX(-50%);
    border-radius: 0 0 18px 18px;
    background: rgba(6, 11, 22, 0.92);
}

.token-zqb-screen-back {
    left: 36px;
    bottom: 92px;
    width: 292px;
    min-height: 456px;
    transform: rotate(-8deg);
    z-index: 1;
    animation: tokenFloatBack 7s ease-in-out infinite;
}

.token-zqb-screen-front {
    top: 20px;
    right: 44px;
    width: 336px;
    min-height: 548px;
    transform: rotate(8deg);
    z-index: 2;
    animation: tokenFloatFront 6s ease-in-out infinite;
}

.token-zqb-screen-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
}

.token-zqb-screen-chip {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(98, 180, 255, 0.16);
    color: #dff0ff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.token-zqb-screen-caption {
    color: rgba(223, 233, 247, 0.62);
    font-size: 12px;
    line-height: 1.6;
}

.token-zqb-status-list {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.token-zqb-status-item {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
    padding: 14px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.token-zqb-status-index,
.token-zqb-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #58b6ff 0%, #1b72ff 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 14px 30px rgba(30, 120, 255, 0.22);
}

.token-zqb-status-copy strong,
.token-zqb-step-copy strong {
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
}

.token-zqb-status-copy p,
.token-zqb-step-copy p {
    margin: 6px 0 0;
    color: rgba(223, 233, 247, 0.7);
    font-size: 13px;
    line-height: 1.7;
}

.token-zqb-code-grid {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.token-zqb-code-card {
    padding: 16px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.token-zqb-code-card--soft {
    background: rgba(255, 255, 255, 0.03);
}

.token-zqb-code-label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    color: #dff0ff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.token-zqb-code-preview {
    margin: 0;
    color: #eff4fd;
    font-size: 13px;
    line-height: 1.8;
    white-space: pre-wrap;
    word-break: break-word;
}

.token-zqb-delivery-panel {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 306px;
    padding: 22px;
    transform: translateX(-50%);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.96);
    color: #142036;
    box-shadow: 0 26px 56px rgba(4, 12, 24, 0.24);
    z-index: 3;
}

.token-zqb-delivery-label {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(97, 180, 255, 0.16), rgba(30, 120, 255, 0.12));
    color: #1c4b86;
    font-size: 13px;
    font-weight: 600;
}

.token-zqb-delivery-list {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.token-zqb-delivery-item {
    position: relative;
    padding-left: 18px;
    color: #233147;
    font-size: 14px;
    line-height: 1.7;
}

.token-zqb-delivery-item::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #58b6ff 0%, #1b72ff 100%);
}

.token-zqb-client-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.token-zqb-client-pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(20, 32, 54, 0.08);
    color: #233147;
    font-size: 12px;
    line-height: 1.5;
}

.token-zqb-delivery-note {
    margin: 16px 0 0;
    color: #5e6c80;
    font-size: 13px;
    line-height: 1.7;
}

.token-zqb-panel-button.ant-btn {
    margin-top: 18px;
    height: 46px;
}

.token-zqb-section-card {
    overflow: hidden;
}

.token-zqb-step-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.token-zqb-step-card {
    height: 100%;
    padding: 18px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

.token-zqb-step-card .token-zqb-step-number {
    margin-bottom: 14px;
}

.token-usage-shell {
    display: grid;
    place-items: center;
    width: min(860px, calc(100% - 32px));
    min-height: calc(100vh - 64px);
    margin: 0 auto;
}

.token-usage-simple-wrap {
    width: 100%;
}

.token-usage-simple-card {
    width: 100%;
    border-radius: 28px;
}

.token-usage-simple-head {
    text-align: center;
}

.token-usage-simple-title.ant-typography {
    margin: 0;
    color: var(--public-heading);
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.1;
}

.token-usage-simple-description {
    max-width: 520px;
    margin: 10px auto 0 !important;
    font-size: 15px;
    line-height: 1.8;
}

.token-usage-result-card--landing {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
}

.token-usage-empty-state {
    display: grid;
    place-items: center;
    min-height: 120px;
    padding: 18px;
    border: 1px dashed var(--public-border);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    text-align: center;
}

.token-usage-query-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    width: 100%;
    align-items: stretch;
}

.token-usage-query-button {
    min-width: 220px;
    height: 52px;
    padding-inline: 24px;
    font-size: 15px;
    font-weight: 700;
}

.token-usage-panel {
    width: 100%;
    align-items: flex-start;
    text-align: left;
}

.token-usage-card .public-section-head {
    justify-content: flex-start;
    text-align: left;
}

.token-usage-card .public-section-description {
    text-align: left;
}

.token-usage-card .ant-space-item {
    width: 100%;
    text-align: left;
}

.token-usage-query-box .ant-input {
    width: 100%;
}

.token-usage-checked-at {
    display: inline-block;
    min-width: 220px;
    text-align: left;
}

.token-usage-result-card {
    padding: 18px;
    border: 1px solid var(--public-border);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
}

.token-modal-order-footer {
    margin-top: 18px;
    text-align: center;
}

.token-history-list .ant-list-item {
    padding-inline: 0;
}

.token-history-item {
    display: grid;
    gap: 12px;
    width: 100%;
    padding: 18px 20px;
    border: 1px solid var(--public-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.token-history-item:hover {
    border-color: rgba(98, 180, 255, 0.38);
    box-shadow: 0 20px 42px rgba(30, 120, 255, 0.12);
    transform: translateY(-1px);
}

.token-history-item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.token-history-item-meta {
    display: grid;
    gap: 8px 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    color: var(--public-muted);
    font-size: 13px;
}

.token-history-item-message {
    margin-bottom: 0;
}

.token-tutorial-group + .token-tutorial-group {
    padding-top: 8px;
    border-top: 1px solid var(--public-border);
}

.token-tutorial-group-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.token-tutorial-card {
    height: 100%;
    border: 1px solid var(--public-border);
    border-radius: 20px;
    background:
        radial-gradient(circle at top right, rgba(98, 180, 255, 0.16), transparent 38%),
        linear-gradient(180deg, rgba(13, 23, 45, 0.96), rgba(9, 17, 31, 0.92));
    box-shadow: 0 18px 32px rgba(2, 6, 23, 0.24);
}

.token-tutorial-description {
    min-height: 66px;
    margin-bottom: 0;
}

.token-doc-section-card {
    overflow: hidden;
}

.token-doc-section-head {
    display: grid;
    gap: 10px;
}

.token-doc-list {
    margin-bottom: 0;
}

.token-doc-note-list {
    margin: 0;
    padding-left: 18px;
}

.token-doc-note-list li + li {
    margin-top: 6px;
}

.token-tutorial-tabs-card .ant-tabs-nav {
    margin-bottom: 12px;
}

.token-doc-inline-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.token-doc-os-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid var(--public-border);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
}

.token-doc-inline-section-card {
    border: 1px solid var(--public-border);
}

.token-zqb-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 24px;
    padding: 18px 22px;
    border-radius: 20px;
}

.token-zqb-footer strong {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.6;
}

.token-zqb-footer span {
    color: rgba(232, 238, 247, 0.62);
    font-size: 13px;
    line-height: 1.6;
}

body.theme-mode-light.page-theme-token .public-kicker {
    box-shadow: 0 16px 34px rgba(30, 120, 255, 0.18);
}

body.theme-mode-light.page-theme-token .public-hero-main.public-glass,
body.theme-mode-light.page-theme-token .public-section-card.public-glass,
body.theme-mode-light.page-theme-token .public-action-card,
body.theme-mode-light.page-theme-token .public-side-card,
body.theme-mode-light.page-theme-token .public-surface-card,
body.theme-mode-light.page-theme-token .public-anchor-card {
    background: rgba(255, 255, 255, 0.84);
}

body.theme-mode-light.page-theme-token .public-stat-card,
body.theme-mode-light.page-theme-token .public-grid-card,
body.theme-mode-light.page-theme-token .public-faq-collapse .ant-collapse-item,
body.theme-mode-light.page-theme-token .token-result-card {
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 40px rgba(66, 114, 166, 0.12);
}

body.theme-mode-light.page-theme-token .public-footer {
    background: rgba(255, 255, 255, 0.72);
}

body.theme-mode-light.page-theme-token .ant-btn.ant-btn-primary {
    box-shadow: 0 16px 34px rgba(30, 120, 255, 0.18);
}

body.theme-mode-light.page-theme-token .ant-input,
body.theme-mode-light.page-theme-token .ant-input-affix-wrapper,
body.theme-mode-light.page-theme-token textarea.ant-input {
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(124, 162, 201, 0.22);
}

body.theme-mode-light.page-theme-token .ant-tag {
    border-color: rgba(30, 120, 255, 0.16);
    background: rgba(30, 120, 255, 0.08);
    color: #1e5ea8;
}

body.theme-mode-light.page-theme-token .ant-alert {
    border-color: rgba(124, 162, 201, 0.18);
}

body.theme-mode-light.page-theme-token .ant-alert-info,
body.theme-mode-light.page-theme-token .ant-alert-success,
body.theme-mode-light.page-theme-token .ant-alert-warning,
body.theme-mode-light.page-theme-token .ant-alert-error {
    background: rgba(255, 255, 255, 0.84);
}

body.theme-mode-light.page-theme-token .ant-descriptions-bordered .ant-descriptions-item-label {
    background: rgba(239, 247, 255, 0.88);
}

body.theme-mode-light.page-theme-token .ant-descriptions-bordered .ant-descriptions-item-content {
    background: rgba(255, 255, 255, 0.92);
}

body.theme-mode-light.page-theme-token .ant-tabs-tab {
    color: rgba(52, 74, 101, 0.64);
}

body.theme-mode-light.page-theme-token .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
body.theme-mode-light.page-theme-token .ant-tabs-tab:hover {
    color: #0f2740;
}

body.theme-mode-light.page-theme-token .ant-modal .ant-modal-content {
    background: rgba(255, 255, 255, 0.96) !important;
    border-color: rgba(124, 162, 201, 0.18);
}

body.theme-mode-light.page-theme-token .ant-modal .ant-modal-header {
    border-bottom-color: rgba(124, 162, 201, 0.14);
}

body.theme-mode-light.page-theme-token .token-side-emphasis {
    background: rgba(30, 120, 255, 0.1);
}

body.theme-mode-light.page-theme-token .token-token-preview,
body.theme-mode-light.page-theme-token .token-usage-result-card,
body.theme-mode-light.page-theme-token .token-history-item,
body.theme-mode-light.page-theme-token .token-doc-os-toolbar,
body.theme-mode-light.page-theme-token .token-doc-inline-section-card {
    background: rgba(255, 255, 255, 0.82);
}

body.theme-mode-light.page-theme-token .token-history-item:hover {
    box-shadow: 0 18px 36px rgba(66, 114, 166, 0.14);
}

body.theme-mode-light.page-theme-token .token-modal-pay-action {
    background:
        linear-gradient(180deg, rgba(98, 180, 255, 0.1), rgba(30, 120, 255, 0.04)),
        rgba(255, 255, 255, 0.52);
}

body.theme-mode-light.page-theme-token .token-pay-methods,
body.theme-mode-light.page-theme-token .token-modal-pay-card {
    background: rgba(255, 255, 255, 0.8);
}

body.theme-mode-light.page-theme-token .token-tutorial-card {
    background:
        radial-gradient(circle at top right, rgba(98, 180, 255, 0.14), transparent 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 251, 255, 0.9));
    box-shadow: 0 18px 34px rgba(66, 114, 166, 0.12);
}

body.theme-mode-light.page-theme-token .token-zqb-shell {
    border-color: rgba(124, 162, 201, 0.18);
    background: rgba(255, 255, 255, 0.72);
}

body.theme-mode-light.page-theme-token .token-zqb-topline {
    border-bottom-color: rgba(124, 162, 201, 0.16);
}

body.theme-mode-light.page-theme-token .token-zqb-topline-copy strong,
body.theme-mode-light.page-theme-token .token-zqb-title,
body.theme-mode-light.page-theme-token .token-zqb-offer-head h2,
body.theme-mode-light.page-theme-token .token-zqb-price,
body.theme-mode-light.page-theme-token .token-zqb-feature-card strong,
body.theme-mode-light.page-theme-token .token-zqb-footer strong {
    color: #0f2740;
}

body.theme-mode-light.page-theme-token .token-zqb-chip {
    border-color: rgba(30, 120, 255, 0.14);
    background: rgba(30, 120, 255, 0.08);
    color: #1e5ea8;
}

body.theme-mode-light.page-theme-token .token-zqb-brand-kicker {
    color: #4e8fd4;
}

body.theme-mode-light.page-theme-token .token-zqb-brand-logo {
    box-shadow: 0 18px 36px rgba(80, 120, 168, 0.16);
}

body.theme-mode-light.page-theme-token .token-zqb-tag,
body.theme-mode-light.page-theme-token .token-zqb-meta-chip {
    border-color: rgba(124, 162, 201, 0.18);
    background: rgba(255, 255, 255, 0.78);
}

body.theme-mode-light.page-theme-token .token-zqb-offer-card {
    border-color: rgba(124, 162, 201, 0.18);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 251, 255, 0.78));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 18px 42px rgba(66, 114, 166, 0.1);
}

body.theme-mode-light.page-theme-token .token-zqb-system-badge {
    background: rgba(30, 120, 255, 0.08);
    color: #1e5ea8;
}

body.theme-mode-light.page-theme-token .token-zqb-feature-card,
body.theme-mode-light.page-theme-token .token-zqb-step-card {
    border-color: rgba(124, 162, 201, 0.18);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 40px rgba(66, 114, 166, 0.12);
}

body.theme-mode-light.page-theme-token .token-zqb-screen {
    box-shadow: 0 26px 56px rgba(27, 66, 114, 0.22);
}

body.theme-mode-light.page-theme-token .token-zqb-footer span {
    color: rgba(52, 74, 101, 0.68);
}

@keyframes tokenFloatFront {
    0%,
    100% {
        transform: rotate(8deg) translateY(0);
    }

    50% {
        transform: rotate(8deg) translateY(-10px);
    }
}

@keyframes tokenFloatBack {
    0%,
    100% {
        transform: rotate(-8deg) translateY(0);
    }

    50% {
        transform: rotate(-8deg) translateY(12px);
    }
}

@media (max-width: 1240px) {
    .token-zqb-shell {
        padding: 30px;
    }

    .token-usage-shell {
        width: calc(100% - 24px);
    }

    .token-zqb-layout {
        grid-template-columns: 1fr;
    }

    .token-zqb-visual {
        min-height: auto;
    }

    .token-zqb-visual-stage {
        width: 100%;
        max-width: 620px;
        height: 720px;
        margin: 10px auto 0;
    }

    .token-zqb-feature-grid,
    .token-zqb-step-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .token-zqb-topline {
        flex-direction: column;
        align-items: flex-start;
    }

    .token-zqb-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .token-zqb-shell {
        width: calc(100% - 16px);
        margin-top: 16px;
        padding: 20px;
        border-radius: 24px;
    }

    .token-usage-shell {
        width: calc(100% - 16px);
        min-height: calc(100vh - 32px);
    }

    .token-usage-simple-card {
        border-radius: 24px;
    }

    .token-usage-simple-title.ant-typography {
        font-size: 34px;
    }

    .token-zqb-brand-block,
    .token-zqb-offer-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .token-zqb-brand-logo {
        width: 76px;
        height: 76px;
        font-size: 34px;
    }

    .token-zqb-summary {
        font-size: 16px;
    }

    .token-zqb-offer-card {
        padding: 22px;
    }

    .token-zqb-actions,
    .token-zqb-feature-grid,
    .token-zqb-step-grid {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .token-zqb-actions .ant-btn,
    .token-zqb-toolbar-button.ant-btn,
    .token-zqb-primary-btn.ant-btn,
    .token-zqb-secondary-btn.ant-btn {
        width: 100%;
    }

    .token-zqb-visual-stage {
        height: 620px;
    }

    .token-zqb-screen-front {
        top: 24px;
        right: 8px;
        width: 264px;
        min-height: 462px;
    }

    .token-zqb-screen-back {
        left: 4px;
        bottom: 124px;
        width: 220px;
        min-height: 376px;
    }

    .token-zqb-delivery-panel {
        width: min(100%, 286px);
    }

    .token-token-preview {
        align-items: flex-start;
        flex-direction: column;
    }

    .token-runtime-grid {
        grid-template-columns: 1fr;
    }

    .token-usage-query-box {
        grid-template-columns: 1fr;
    }

    .token-usage-query-button {
        min-width: 0;
        width: 100%;
    }

    .token-history-item-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .token-history-item-meta {
        grid-template-columns: 1fr;
    }

    .token-tutorial-group-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .token-doc-os-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .token-tutorial-description {
        min-height: 0;
    }

    .token-pay-methods {
        grid-template-columns: 1fr;
    }

    .token-modal-pay-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .token-modal-pay-action {
        min-height: 500px;
    }

    .token-pay-frame-shell {
        min-height: 480px;
    }

    .token-pay-frame-wrap {
        --token-pay-frame-offset: 84px;
    }

    .token-pay-frame-wrap,
    .token-pay-frame {
        min-height: 420px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .token-zqb-screen-front,
    .token-zqb-screen-back,
    .token-history-item,
    body.page-theme-token .ant-btn {
        animation: none;
        transition: none;
    }
}
