:root {
            --chroma-bg: #0d111a;
            --chroma-surface: #161c2b;
            --chroma-surface-alt: #1e2638;
            --chroma-brand: #de3f5c;
            --chroma-brand-hover: #ff4d6d;
            --chroma-accent: #38bdf8;
            --chroma-brand-glow: rgba(222, 63, 92, 0.35);
            --focal-color: #f0f4fc;
            --trace-color: #a2b0cb;
            --radius-main: 18px;
            --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.35);
            --shadow-sharp: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 20px var(--chroma-brand-glow);
            --shadow-glass: inset 0 1px 1px rgba(255, 255, 255, 0.1);
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
            background-color: var(--chroma-bg);
            color: var(--trace-color);
            line-height: 1.7;
            word-break: keep-all;
            overflow-x: hidden;
        }

        a {
            color: inherit;
            text-decoration: none;
            transition: all 0.35s ease;
        }

        /* 强制导航栏复用样式 */
        .drip {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(13, 17, 26, 0.85);
            backdrop-filter: blur(16px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
            padding: 16px 24px;
        }

        .orbit-omni {
            max-width: 1320px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }

        .glyph-orbit {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .glyph {
            width: 38px;
            height: 38px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .glyph img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .brand-name {
            font-size: 1.35rem;
            font-weight: 800;
            color: var(--focal-color);
            letter-spacing: -0.5px;
        }

        .brand-name span {
            color: var(--chroma-brand);
        }

        .omni {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            align-items: center;
        }

        .cylon {
            padding: 8px 18px;
            border-radius: 30px;
            font-size: 0.95rem;
            font-weight: 500;
            color: var(--trace-color);
            transition: all 0.35s ease;
        }

        .cylon:hover {
            color: var(--focal-color);
            background: rgba(255, 255, 255, 0.05);
        }

        .cylon.active {
            color: #ffffff;
            background: var(--chroma-brand);
            box-shadow: 0 4px 15px var(--chroma-brand-glow);
        }

        /* 主容器 */
        .scope-orbit {
            max-width: 1320px;
            margin: 0 auto;
            padding: 40px 24px 80px;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            gap: 80px;
        }

        /* 首屏: Acquire 下载核心区域 */
        .chroma-acquire {
            background: radial-gradient(circle at 80% 20%, rgba(222, 63, 92, 0.15) 0%, transparent 50%),
                        linear-gradient(180deg, var(--chroma-surface) 0%, var(--chroma-bg) 100%);
            border-radius: var(--radius-main);
            border: 1px solid rgba(255, 255, 255, 0.08);
            box-shadow: var(--shadow-sharp);
            padding: 60px 48px;
            position: relative;
            overflow: hidden;
        }

        .weave-stage {
            display: flex;
            flex-wrap: wrap;
            gap: 48px;
            align-items: center;
        }

        .stack-detect {
            flex: 1 1 500px;
            min-width: 0;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            gap: 24px;
        }

        .spark-pulse {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 6px 16px;
            border-radius: 30px;
            background: rgba(56, 189, 248, 0.1);
            border: 1px solid rgba(56, 189, 248, 0.3);
            color: var(--chroma-accent);
            font-size: 0.88rem;
            font-weight: 600;
            width: fit-content;
        }

        .spark-pulse svg {
            width: 16px;
            height: 16px;
            fill: currentColor;
        }

        .focal-primary {
            font-size: clamp(2rem, 4vw, 3rem);
            font-weight: 900;
            color: var(--focal-color);
            line-height: 1.2;
            letter-spacing: -0.8px;
            word-break: break-word;
        }

        .trace-lead {
            font-size: 1.1rem;
            color: var(--trace-color);
            line-height: 1.7;
            word-break: break-word;
        }

        .point-clicks {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
            margin-top: 8px;
        }

        .click-launch {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            background: linear-gradient(135deg, var(--chroma-brand) 0%, #b82b45 100%);
            color: #ffffff;
            padding: 16px 36px;
            border-radius: 12px;
            font-weight: 700;
            font-size: 1.05rem;
            box-shadow: 0 8px 25px var(--chroma-brand-glow);
            border: none;
            cursor: pointer;
        }

        .click-launch:hover {
            transform: translateY(-2px);
            background: linear-gradient(135deg, var(--chroma-brand-hover) 0%, #de3f5c 100%);
            box-shadow: 0 12px 30px rgba(222, 63, 92, 0.5);
            color: #ffffff;
        }

        .click-secondary {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            background: var(--chroma-surface-alt);
            color: var(--focal-color);
            padding: 16px 28px;
            border-radius: 12px;
            font-weight: 600;
            font-size: 1rem;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .click-secondary:hover {
            background: rgba(255, 255, 255, 0.1);
            border-color: rgba(255, 255, 255, 0.2);
            color: #ffffff;
        }

        .nodes-preview {
            flex: 1 1 450px;
            min-width: 0;
            position: relative;
            display: flex;
            justify-content: center;
        }

        .nodes-element {
            width: 100%;
            height: auto;
            border-radius: 16px;
            box-shadow: var(--shadow-sharp);
            border: 1px solid rgba(255, 255, 255, 0.1);
            object-fit: cover;
        }

        /* 矩阵区域: Version Matrix Comparison */
        .prism-comparison {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            gap: 32px;
        }

        .focal-prism {
            font-size: 2rem;
            font-weight: 800;
            color: var(--focal-color);
            letter-spacing: -0.5px;
            word-break: break-word;
        }

        .trace-sub {
            font-size: 1.05rem;
            color: var(--trace-color);
            margin-top: -16px;
            word-break: break-word;
        }

        .weave-matrix {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 24px;
            width: 100%;
        }

        .exten-platform {
            background: var(--chroma-surface);
            border: 1px solid rgba(255, 255, 255, 0.06);
            border-radius: var(--radius-main);
            padding: 32px 28px;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            justify-content: space-between;
            gap: 20px;
            box-shadow: var(--shadow-soft);
            transition: all 0.35s ease;
        }

        .exten-platform:hover {
            transform: translateY(-4px);
            border-color: rgba(222, 63, 92, 0.4);
            box-shadow: var(--shadow-sharp);
        }

        .spark-mark {
            width: 52px;
            height: 52px;
            border-radius: 14px;
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.08);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--chroma-brand);
        }

        .spark-mark svg {
            width: 28px;
            height: 28px;
            fill: currentColor;
        }

        .focal-blend {
            font-size: 1.25rem;
            font-weight: 700;
            color: var(--focal-color);
            word-break: break-word;
        }

        .trace-blend {
            font-size: 0.95rem;
            color: var(--trace-color);
            line-height: 1.6;
            word-break: break-word;
        }

        .layer-hash {
            font-family: monospace;
            font-size: 0.78rem;
            background: rgba(0, 0, 0, 0.3);
            padding: 10px 12px;
            border-radius: 8px;
            color: #8899ac;
            word-break: break-all;
            border: 1px solid rgba(255, 255, 255, 0.03);
        }

        .layer-details {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            font-size: 0.85rem;
            color: var(--chroma-accent);
            font-weight: 600;
        }

        /* 常见疑问: FAQ Section */
        .glow-faq {
            background: var(--chroma-surface-alt);
            border-radius: var(--radius-main);
            border: 1px solid rgba(255, 255, 255, 0.06);
            padding: 48px;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            gap: 32px;
        }

        .tabls-faq {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 24px;
        }

        .exten-faq {
            background: rgba(13, 17, 26, 0.6);
            border: 1px solid rgba(255, 255, 255, 0.05);
            border-radius: 14px;
            padding: 24px;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            gap: 12px;
        }

        .focal-faq {
            font-size: 1.1rem;
            font-weight: 700;
            color: var(--focal-color);
            display: flex;
            align-items: center;
            gap: 10px;
            word-break: break-word;
        }

        .spark-check {
            width: 20px;
            height: 20px;
            fill: var(--chroma-brand);
            flex-shrink: 0;
        }

        .trace-faq {
            font-size: 0.95rem;
            color: var(--trace-color);
            line-height: 1.65;
            word-break: break-word;
        }

        /* 页脚区域 */
        .base-sync {
            background: #090c13;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            padding: 60px 24px 40px;
            margin-top: auto;
        }

        .shift-info {
            max-width: 1320px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 24px;
        }

        .point-cylon {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }

        .cylon-sync {
            font-size: 0.9rem;
            color: var(--trace-color);
        }

        .cylon-sync:hover {
            color: var(--chroma-brand);
        }

        .trace-trace {
            font-size: 0.88rem;
            color: #64748b;
            width: 100%;
            text-align: center;
            margin-top: 30px;
            padding-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.04);
        }

        /* 响应式调整 */
        @media (max-width: 768px) {
            .chroma-acquire {
                padding: 32px 20px;
            }
            .glow-faq {
                padding: 32px 20px;
            }
            .weave-matrix {
                grid-template-columns: 1fr;
            }
            .tabls-faq {
                grid-template-columns: 1fr;
            }
            .point-clicks {
                flex-direction: column;
            }
            .click-launch, .click-secondary {
                width: 100%;
            }
        }

.omni-drip {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    line-height: 1.7;
    word-break: break-word;
    color: var(--chroma-body);
}
.omni-drip,
.omni-drip *,
.omni-drip *::before,
.omni-drip *::after {
    box-sizing: border-box;
}

.omni-drip nav,
.omni-drip div,
.omni-drip section,
.omni-drip article,
.omni-drip aside,
.omni-drip p,
.omni-drip h1,
.omni-drip h2,
.omni-drip h3,
.omni-drip h4,
.omni-drip h5,
.omni-drip h6,
.omni-drip a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.omni-drip p,
.omni-drip h1,
.omni-drip h2,
.omni-drip h3,
.omni-drip h4,
.omni-drip h5,
.omni-drip h6 {
    text-decoration: none;
}

.omni-drip img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.omni-drip {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.omni-drip a.omni-cylon.omni-pulse,
.omni-drip a.omni-cylon {
    --aisite-shell-nav-padding: 8px 18px;
    --aisite-shell-nav-margin: 0;
    --aisite-shell-nav-line-height: normal;
    --aisite-shell-nav-display: inline;
    --aisite-shell-nav-height: auto;
    --aisite-shell-nav-min-height: auto;
}

.omni-drip a.omni-cylon.omni-pulse,
.omni-drip a.omni-cylon.omni-pulse:hover,
.omni-drip a.omni-cylon.omni-pulse:focus,
.omni-drip a.omni-cylon.omni-pulse:active,
.omni-drip a.omni-cylon.omni-pulse.active,
.omni-drip a.omni-cylon.omni-pulse[aria-current="page"],
.omni-drip a.omni-cylon,
.omni-drip a.omni-cylon:hover,
.omni-drip a.omni-cylon:focus,
.omni-drip a.omni-cylon:active,
.omni-drip a.omni-cylon.active,
.omni-drip a.omni-cylon[aria-current="page"] {
    background: transparent;
    border: none;
    border-bottom: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    padding: var(--aisite-shell-nav-padding, 0);
    margin: var(--aisite-shell-nav-margin, 0);
    line-height: var(--aisite-shell-nav-line-height, normal);
    display: var(--aisite-shell-nav-display, inline);
    height: var(--aisite-shell-nav-height, auto);
    min-height: var(--aisite-shell-nav-min-height, auto);
}

.omni-drip{
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(13, 17, 26, 0.85);
            backdrop-filter: blur(16px);
            border-bottom: 1px solid #2a354d;
        }

.omni-drip .omni-orbit-omni{
            max-width: 1320px;
            margin: 0 auto;
            padding: 16px 24px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }

.omni-drip .omni-glyph-orbit{
            display: flex;
            align-items: center;
            gap: 12px;
            text-decoration: none;
        }

.omni-drip .omni-glyph-orbit .omni-glyph{
            width: 38px;
            height: 38px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.omni-drip .omni-glyph-orbit .omni-glyph img{
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

.omni-drip .omni-brand-name{
            font-size: 1.35rem;
            font-weight: 800;
            color: #f0f4fc;
            letter-spacing: -0.5px;
        }

.omni-drip .omni-brand-name span{
            color: #de3f5c;
        }

.omni-drip .omni-omni{
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 8px;
        }

.omni-drip .omni-cylon{
            color: #a2b0cb;
            text-decoration: none;
            padding: 8px 18px;
            border-radius: 10px;
            font-weight: 500;
            font-size: 0.95rem;
            transition: all 0.35s ease;
        }

.omni-drip .omni-cylon:hover{
            color: #f0f4fc;
            background: rgba(255, 255, 255, 0.05);
        }

.omni-drip .omni-cylon.omni-pulse{
            color: #fff;
            background: #de3f5c;
            box-shadow: 0 4px 15px rgba(222, 63, 92, 0.25);
        }

.omni-drip .omni-cylon.omni-pulse:hover{
            background: #c4324d;
        }

@media (max-width: 768px){.omni-drip{
                position: relative;
            }

.omni-drip .omni-orbit-omni{
                flex-direction: column;
                align-items: flex-start;
                gap: 16px;
            }

.omni-drip .omni-omni{
                width: 100%;
                justify-content: flex-start;
                gap: 4px;
            }

.omni-drip .omni-cylon{
                padding: 6px 12px;
                font-size: 0.88rem;
            }}

.omni-drip {
    background: rgb(13, 17, 26);
    background-image: none;
}

.sync-sync-shift {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    line-height: 1.7;
    word-break: break-word;
    color: var(--chroma-body);
}
.sync-sync-shift,
.sync-sync-shift *,
.sync-sync-shift *::before,
.sync-sync-shift *::after {
    box-sizing: border-box;
}

.sync-sync-shift nav,
.sync-sync-shift div,
.sync-sync-shift section,
.sync-sync-shift article,
.sync-sync-shift aside,
.sync-sync-shift p,
.sync-sync-shift h1,
.sync-sync-shift h2,
.sync-sync-shift h3,
.sync-sync-shift h4,
.sync-sync-shift h5,
.sync-sync-shift h6,
.sync-sync-shift a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.sync-sync-shift p,
.sync-sync-shift h1,
.sync-sync-shift h2,
.sync-sync-shift h3,
.sync-sync-shift h4,
.sync-sync-shift h5,
.sync-sync-shift h6 {
    text-decoration: none;
}

.sync-sync-shift img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.sync-sync-shift {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.sync-sync-shift a,
.sync-sync-shift a:hover,
.sync-sync-shift a:focus,
.sync-sync-shift a:active {
    background: transparent;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

.sync-sync-shift{
            background: #090c13;
            border-top: 1px solid #2a354d;
            padding: 60px 24px 30px;
        }

.sync-sync-shift .sync-orbit-shift{
            max-width: 1320px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            justify-content: space-between;
            margin-bottom: 40px;
        }

.sync-sync-shift .sync-frame-shift-brand{
            max-width: 360px;
            flex: 1;
            min-width: 250px;
        }

.sync-sync-shift .sync-focal-shift-glyph{
            font-size: 1.5rem;
            font-weight: 900;
            color: #f0f4fc;
            margin-bottom: 14px;
        }

.sync-sync-shift .sync-focal-shift-glyph span{
            color: #de3f5c;
        }

.sync-sync-shift .sync-trace-shift{
            font-size: 0.9rem;
            color: #6c7c9c;
            line-height: 1.7;
        }

.sync-sync-shift .sync-point-shift-links{
            display: flex;
            flex-wrap: wrap;
            gap: 48px;
        }

.sync-sync-shift .sync-blend-shift-col{
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

.sync-sync-shift .sync-focal-col{
            font-size: 0.95rem;
            font-weight: 700;
            color: #f0f4fc;
            margin-bottom: 6px;
        }

.sync-sync-shift .sync-cylon-shift{
            color: #7a8ba9;
            text-decoration: none;
            font-size: 0.88rem;
            transition: color 0.35s ease;
        }

.sync-sync-shift .sync-cylon-shift:hover{
            color: #de3f5c;
        }

.sync-sync-shift .sync-base-bottom{
            max-width: 1320px;
            margin: 0 auto;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            font-size: 0.85rem;
            color: #53627c;
        }

@media (max-width: 768px){.sync-sync-shift .sync-base-bottom{
                flex-direction: column;
                gap: 12px;
                text-align: center;
            }}