:root {
            --primary: #4a2bc9;
            --accent: #7c5dfa;
            --bg: #050508;
            --surface: #0f0f16;
            --text: #e2e2e8;
            --text-dim: #a1a1b0;
            --radius: 16px;
            --transition: 0.35s ease;
        }

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

        body {
            background-color: var(--bg);
            color: var(--text);
            font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
            line-height: 1.7;
            overflow-x: hidden;
            word-break: keep-all;
        }

        /* 强制复用首页导航栏风格 */
        .band {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            background: rgba(5, 5, 8, 0.8);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }

        .orbit {
            max-width: 1300px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            padding: 1.2rem 2rem;
        }

        .vibe img {
            height: 32px;
            display: block;
        }

        .trio {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
        }

        .echo {
            color: var(--text-dim);
            text-decoration: none;
            font-size: 0.95rem;
            font-weight: 500;
            transition: var(--transition);
        }

        .echo:hover, .echo.active {
            color: var(--accent);
        }

        /* 主容器结构 */
        main {
            display: block;
            width: 100%;
        }

        /* 1. 部署 xchat 到您的设备 (Article - Prime) */
        .prime {
            padding: 10rem 2rem 6rem;
            background: radial-gradient(circle at top center, rgba(74, 43, 201, 0.15) 0%, transparent 70%);
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            text-align: center;
        }

        .atom-front {
            max-width: 1000px;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            align-items: center;
        }

        .glif-prime {
            font-size: clamp(2.5rem, 6vw, 5rem);
            line-height: 1.1;
            font-weight: 800;
            letter-spacing: -0.04em;
            margin-bottom: 1.5rem;
            background: linear-gradient(to bottom, #fff, #a1a1b0);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .word-prime {
            font-size: 1.25rem;
            color: var(--text-dim);
            max-width: 700px;
            margin-bottom: 3rem;
        }

        .nadir-glare {
            width: 100%;
            border-radius: var(--radius);
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.05);
            overflow: hidden;
            margin-top: 2rem;
        }

        .nadir-glare img {
            width: 100%;
            height: auto;
            display: block;
            min-width: 0;
        }

        /* 2. 全平台支持清单 (Section - Field) */
        .field-matrix {
            padding: 6rem 2rem;
            max-width: 1300px;
            margin: 0 auto;
        }

        .fold-glif {
            margin-bottom: 4rem;
            text-align: left;
        }

        .glif-field {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }

        .word-field {
            color: var(--text-dim);
            font-size: 1.1rem;
        }

        .fold-matrix {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
        }

        .shard-apex {
            flex: 1;
            min-width: 280px;
            background: var(--surface);
            border-radius: var(--radius);
            padding: 2.5rem;
            border: 1px solid rgba(255, 255, 255, 0.05);
            transition: var(--transition);
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .shard-apex:hover {
            border-color: var(--primary);
            transform: translateY(-8px);
            background: rgba(15, 15, 22, 0.8);
        }

        .conn-box {
            width: 48px;
            height: 48px;
            background: rgba(74, 43, 201, 0.1);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
            color: var(--accent);
        }

        .glif-shard {
            font-size: 1.4rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .word-shard {
            font-size: 0.95rem;
            color: var(--text-dim);
            margin-bottom: 2rem;
            min-height: 3em;
        }

        .spark-download {
            background: var(--primary);
            color: white;
            text-decoration: none;
            padding: 1rem 1.5rem;
            border-radius: 12px;
            text-align: center;
            font-weight: 600;
            font-size: 0.95rem;
            transition: var(--transition);
            display: block;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .spark-download:hover {
            background: var(--accent);
            box-shadow: 0 10px 25px rgba(74, 43, 201, 0.4);
        }

        /* 3. 完整性校验 (Div - Bound) */
        .bound-verify {
            background: #0a0a0f;
            padding: 6rem 2rem;
        }

        .realm-verify {
            max-width: 1300px;
            margin: 0 auto;
            background: linear-gradient(135deg, #12121c 0%, #0a0a0f 100%);
            border-radius: 24px;
            padding: 4rem;
            border: 1px solid rgba(255, 255, 255, 0.03);
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 4rem;
        }

        .atom-verify-info {
            flex: 1;
            min-width: 320px;
        }

        .glif-verify {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
        }

        .husk-code {
            flex: 1.5;
            min-width: 320px;
            background: #050508;
            border-radius: 16px;
            padding: 2rem;
            font-family: 'Monaco', 'Consolas', monospace;
            font-size: 0.85rem;
            color: #7c5dfa;
            border: 1px solid rgba(124, 93, 250, 0.2);
            position: relative;
            overflow-x: auto;
        }

        .word-code-move {
            display: block;
            color: var(--text-dim);
            margin-bottom: 1rem;
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 0.1em;
        }

        .word-hash {
            display: block;
            margin-bottom: 1rem;
            word-break: break-all;
        }

        /* 页脚 */
        .mark {
            padding: 6rem 2rem 4rem;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            background: var(--bg);
        }

        .anchor-realm {
            max-width: 1300px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 4rem;
        }

        .fold-brand {
            flex: 1;
            min-width: 250px;
        }

        .word-brand-name {
            font-size: 1.5rem;
            font-weight: 800;
            margin-bottom: 1.5rem;
            color: var(--text);
        }

        .word-brand-desc {
            color: var(--text-dim);
            font-size: 0.9rem;
            max-width: 300px;
        }

        .fold-links {
            display: flex;
            flex-wrap: wrap;
            gap: 4rem;
        }

        .husk-echo-fold {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .glif-echo-fold {
            font-size: 0.9rem;
            font-weight: 600;
            color: var(--text);
            margin-bottom: 0.5rem;
        }

        .echo-mark {
            color: var(--text-dim);
            text-decoration: none;
            font-size: 0.9rem;
            transition: var(--transition);
        }

        .echo-mark:hover {
            color: var(--accent);
        }

        .word-copyright {
            width: 100%;
            margin-top: 4rem;
            padding-top: 2rem;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            color: rgba(255, 255, 255, 0.2);
            font-size: 0.8rem;
            text-align: center;
        }

        @media (max-width: 768px) {
            .trio {
                display: none; /* 移动端简化 */
            }
            .glif-prime {
                font-size: 2.5rem;
            }
            .realm-verify {
                padding: 2rem;
            }
            .prime {
                padding-top: 8rem;
            }
        }

.orbit-band {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.7;
    word-break: break-word;
    color: var(--text);
}
.orbit-band,
.orbit-band *,
.orbit-band *::before,
.orbit-band *::after {
    box-sizing: border-box;
}

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

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

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

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

.orbit-band a.orbit-echo {
    --aisite-shell-nav-padding: 0;
    --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;
}

.orbit-band a.orbit-echo,
.orbit-band a.orbit-echo:hover,
.orbit-band a.orbit-echo:focus,
.orbit-band a.orbit-echo:active,
.orbit-band a.orbit-echo.active,
.orbit-band a.orbit-echo[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);
}

.orbit-band{
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            background: rgba(5, 5, 8, 0.8);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }

.orbit-band .orbit-orbit{
            max-width: 1300px;
            margin: 0 auto;
            padding: 1.2rem 2rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }

.orbit-band .orbit-vibe{
            display: flex;
            align-items: center;
            min-width: 0;
        }

.orbit-band .orbit-vibe img{
            height: 32px;
            width: auto;
        }

.orbit-band .orbit-trio{
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            align-items: center;
        }

.orbit-band .orbit-echo{
            color: #a1a1b0;
            text-decoration: none;
            font-size: 0.95rem;
            font-weight: 500;
            transition: 0.35s ease;
            position: relative;
        }

.orbit-band .orbit-echo:hover, .orbit-band .orbit-echo.active{
            color: #e2e2e8;
        }

.orbit-band .orbit-echo.active::after{
            content: '';
            position: absolute;
            bottom: -6px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #4a2bc9;
            border-radius: 2px;
        }

@media (max-width: 768px){.orbit-band .orbit-orbit{ padding: 1rem; }

.orbit-band .orbit-trio{ gap: 1rem; justify-content: center; width: 100%; margin-top: 1rem; }}

.orbit-band {
    background: rgb(5, 5, 8);
    background-image: none;
}

.base-mark-2 {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.7;
    word-break: break-word;
    color: var(--text);
}
.base-mark-2,
.base-mark-2 *,
.base-mark-2 *::before,
.base-mark-2 *::after {
    box-sizing: border-box;
}

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

.base-mark-2 p,
.base-mark-2 h1,
.base-mark-2 h2,
.base-mark-2 h3,
.base-mark-2 h4,
.base-mark-2 h5,
.base-mark-2 h6 {
    text-decoration: none;
}

.base-mark-2 img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.base-mark-2 {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.base-mark-2 a,
.base-mark-2 a:hover,
.base-mark-2 a:focus,
.base-mark-2 a:active {
    background: transparent;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

.base-mark-2{
            background: #020205;
            padding: 6rem 2rem 4rem;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
        }

.base-mark-2 .base-anchor-realm{
            max-width: 1300px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 4rem;
        }

.base-mark-2 .base-anchor-atom{
            flex: 1;
            min-width: 250px;
        }

.base-mark-2 .base-anchor-vibe{
            font-size: 1.8rem;
            font-weight: 800;
            color: #fff;
            margin-bottom: 1.5rem;
            letter-spacing: -0.02em;
        }

.base-mark-2 .base-anchor-word{
            color: #a1a1b0;
            font-size: 0.95rem;
            max-width: 300px;
        }

.base-mark-2 .base-anchor-fold{
            display: flex;
            flex-wrap: wrap;
            gap: 4rem;
        }

.base-mark-2 .base-anchor-husk{
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

.base-mark-2 .base-anchor-glif{
            font-weight: 700;
            color: #fff;
            margin-bottom: 0.5rem;
        }

.base-mark-2 .base-anchor-echo{
            color: #a1a1b0;
            text-decoration: none;
            font-size: 0.9rem;
            transition: 0.35s ease;
        }

.base-mark-2 .base-anchor-echo:hover{
            color: #4a2bc9;
        }

.base-mark-2 .base-base-mark{
            max-width: 1300px;
            margin: 4rem auto 0;
            padding-top: 2rem;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            text-align: center;
            color: rgba(255, 255, 255, 0.2);
            font-size: 0.8rem;
        }