/* 全局复位与基本样式 */
        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
            font-size: 16px;
            background-color: #07080c;
            color: #cbd5e1;
            line-height: 1.6;
            margin: 0;
            padding: 0;
            overflow-x: hidden;
        }
        :root {
            --brand-primary: #6c48e2;
            --bg-base: #07080c;
            --bg-surface: #10121a;
            --bg-surface-elevated: #181b27;
            --bg-surface-glass: rgba(24, 27, 39, 0.7);
            --text-apex: #ffffff;
            --text-vox: #cbd5e1;
            --text-muted: #8b949e;
            --radius-sm: 6px;
            --radius-md: 12px;
            --radius-lg: 16px;
        }

        /* 强制复用首页导航栏样式 */
        .crown-hull {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            background-color: rgba(7, 8, 12, 0.85);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }
        .mesh-fluid {
            max-width: 72rem;
            margin: 0 auto;
            padding: 1rem 1.5rem;
            width: 100%;
            box-sizing: border-box;
        }
        .cluster-flex {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }
        .cluster-between {
            justify-content: space-between;
        }
        .sigil img {
            height: 2.25rem;
            display: block;
        }
        .orbit-thread {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
        }
        .wire {
            color: #8b949e;
            text-decoration: none;
            font-size: 0.95rem;
            font-weight: 500;
            transition: color 0.25s ease;
            position: relative;
            padding: 0.25rem 0;
        }
        .wire:hover {
            color: #ffffff;
        }
        .wire.active {
            color: #6c48e2;
            font-weight: 600;
        }
        .wire.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #6c48e2;
            border-radius: 2px;
        }

        /* 主内容容器 */
        .mesh-mesh {
            padding-top: calc(5rem + 60px);
            padding-bottom: 6rem;
            max-width: 72rem;
            margin: 0 auto;
            padding-left: 1.5rem;
            padding-right: 1.5rem;
            box-sizing: border-box;
        }

        /* 顶层区块通用样式 */
        .nova-zone,
        .nexus-zone,
        .flare-zone,
        .archive-zone {
            margin-bottom: 6rem;
            word-break: break-word;
            overflow-wrap: break-word;
        }

        /* 第一区：Hero 区 */
        .mesh-asym {
            display: flex;
            flex-wrap: wrap;
            gap: 2.5rem;
            align-items: center;
        }
        .pod-left {
            flex: 1 1 500px;
            min-width: 0;
        }
        .pod-right {
            flex: 1 1 400px;
            min-width: 0;
        }
        .apex-mega {
            font-size: clamp(2rem, 4vw, 3rem);
            font-weight: 800;
            line-height: 1.2;
            color: var(--text-apex);
            margin-top: 0;
            margin-bottom: 1.5rem;
            white-space: normal;
        }
        .vox-lead {
            font-size: 1.125rem;
            color: var(--text-vox);
            line-height: 1.7;
            margin-bottom: 2rem;
        }
        .cluster-beads {
            list-style: none;
            padding: 0;
            margin: 0 0 2.5rem 0;
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }
        .bead {
            display: flex;
            align-items: flex-start;
            gap: 0.75rem;
            font-size: 1rem;
            color: var(--text-vox);
        }
        .glyph-check {
            flex-shrink: 0;
            margin-top: 0.25rem;
        }
        .cluster-spurs {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
        }
        .jolt-primary {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0.875rem 1.75rem;
            background: linear-gradient(135deg, #6c48e2, #4d2eb3);
            color: #ffffff;
            font-weight: 600;
            border-radius: var(--radius-md);
            border: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 4px 15px rgba(108, 72, 226, 0.3);
            text-decoration: none;
            transition: all 0.25s ease;
            cursor: pointer;
        }
        .jolt-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(108, 72, 226, 0.5);
            background: linear-gradient(135deg, #7c5df2, #5a3bc8);
        }
        .jolt-secondary {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0.875rem 1.75rem;
            background: rgba(255, 255, 255, 0.05);
            color: #ffffff;
            font-weight: 600;
            border-radius: var(--radius-md);
            border: 1px solid rgba(255, 255, 255, 0.1);
            text-decoration: none;
            transition: all 0.25s ease;
            cursor: pointer;
        }
        .jolt-secondary:hover {
            background: rgba(255, 255, 255, 0.1);
            transform: translateY(-2px);
        }
        .hull-lens {
            position: relative;
            border-radius: var(--radius-lg);
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.08);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
        }
        .lens-fluid {
            display: block;
            width: 100%;
            height: auto;
            transition: transform 0.3s ease;
        }
        .hull-lens:hover .lens-fluid {
            transform: scale(1.03);
        }

        /* 第二区：编译指南 */
        .apex-major {
            font-size: clamp(1.75rem, 3vw, 2.25rem);
            font-weight: 700;
            color: var(--text-apex);
            margin-bottom: 0.75rem;
            text-align: center;
            white-space: normal;
        }
        .vox-desc {
            font-size: 1rem;
            color: var(--text-muted);
            text-align: center;
            max-width: 36rem;
            margin: 0 auto 3rem auto;
        }
        .cluster-cells {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
        }
        .cell-platform {
            background: linear-gradient(145deg, #10121a, #181b27);
            border-radius: var(--radius-lg);
            border: 1px solid rgba(255, 255, 255, 0.08);
            box-shadow: 0 10px 30px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.05);
            padding: 2rem;
            transition: transform 0.25s ease, border-color 0.25s ease;
        }
        .cell-platform:hover {
            transform: translateY(-5px);
            border-color: rgba(108, 72, 226, 0.4);
        }
        .apex-minor {
            font-size: 1.25rem;
            font-weight: 600;
            color: var(--text-apex);
            margin-top: 0;
            margin-bottom: 1rem;
        }
        .node-code {
            background-color: rgba(0, 0, 0, 0.3);
            border: 1px solid rgba(255, 255, 255, 0.05);
            border-radius: var(--radius-sm);
            padding: 1rem;
            font-family: Consolas, Monaco, "Andale Mono", monospace;
            font-size: 0.875rem;
            color: #38bdf8;
            overflow-x: auto;
            word-break: break-all;
            white-space: pre-wrap;
            margin: 0;
        }

        /* 第三区：插件 API */
        .mesh-split {
            display: flex;
            flex-wrap: wrap;
            gap: 2.5rem;
        }
        .pod-left-split {
            flex: 1 1 450px;
            min-width: 0;
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }
        .pod-right-split {
            flex: 1 1 450px;
            min-width: 0;
        }
        .cell-api {
            background: rgba(16, 18, 26, 0.5);
            border-radius: var(--radius-md);
            border: 1px solid rgba(255, 255, 255, 0.05);
            padding: 1.5rem;
            display: flex;
            gap: 1rem;
            transition: background-color 0.25s ease, border-color 0.25s ease;
        }
        .cell-api:hover {
            background: rgba(16, 18, 26, 0.8);
            border-color: rgba(108, 72, 226, 0.3);
        }
        .glyph-hull {
            flex-shrink: 0;
            width: 2.75rem;
            height: 2.75rem;
            border-radius: var(--radius-sm);
            background: rgba(108, 72, 226, 0.1);
            border: 1px solid rgba(108, 72, 226, 0.2);
            color: #a78bfa;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .vox-detail {
            margin: 0;
            font-size: 0.95rem;
            color: var(--text-muted);
            line-height: 1.5;
        }
        .node-code-example {
            background: #0d0e15;
            border-radius: var(--radius-lg);
            border: 1px solid rgba(255, 255, 255, 0.08);
            box-shadow: 0 15px 35px rgba(0,0,0,0.4);
            padding: 1.5rem 2rem;
            box-sizing: border-box;
        }
        .node-code-example .apex-minor {
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
            padding-bottom: 0.75rem;
            margin-bottom: 1rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .node-code-example .apex-minor span {
            font-size: 0.8rem;
            color: #38bdf8;
            background: rgba(56, 189, 248, 0.1);
            padding: 0.25rem 0.5rem;
            border-radius: var(--radius-sm);
        }

        /* 第四区：版本归档 */
        .mesh-table {
            background: linear-gradient(145deg, #10121a, #181b27);
            border-radius: var(--radius-lg);
            border: 1px solid rgba(255, 255, 255, 0.08);
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
        }
        .cluster-band {
            display: flex;
            flex-wrap: wrap;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            padding: 1.25rem 2rem;
            align-items: center;
        }
        .cluster-band:last-child {
            border-bottom: none;
        }
        .cluster-band-crown {
            background: rgba(255, 255, 255, 0.02);
            font-weight: 600;
            color: var(--text-apex);
        }
        .cell-data {
            flex: 1 1 200px;
            min-width: 0;
            font-size: 0.95rem;
        }
        .cell-data-spark {
            flex: 0 0 150px;
            text-align: right;
        }
        .ping-spur {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.5rem 1rem;
            background: rgba(108, 72, 226, 0.1);
            color: #a78bfa;
            border: 1px solid rgba(108, 72, 226, 0.3);
            border-radius: var(--radius-sm);
            text-decoration: none;
            font-size: 0.875rem;
            font-weight: 500;
            transition: all 0.2s ease;
        }
        .ping-spur:hover {
            background: #6c48e2;
            color: #ffffff;
            border-color: #6c48e2;
        }

        /* 页脚样式 */
        .sole-hull {
            background-color: #040508;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            padding: 3rem 0;
            width: 100%;
        }
        .brand-name {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--text-apex);
            letter-spacing: -0.02em;
        }
        .vox-sole {
            font-size: 0.875rem;
            color: var(--text-muted);
        }
        .cluster-wires {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
        }
        .wire-sole {
            color: var(--text-muted);
            text-decoration: none;
            font-size: 0.875rem;
            transition: color 0.2s ease;
        }
        .wire-sole:hover {
            color: #ffffff;
        }

        /* 响应式调整 */
        @media (max-width: 768px) {
            .mesh-mesh {
                padding-top: calc(4rem + 60px);
                padding-bottom: 4rem;
            }
            .mesh-asym {
                flex-direction: column;
                gap: 2rem;
            }
            .pod-left, .pod-right {
                flex: 1 1 100%;
            }
            .mesh-split {
                flex-direction: column;
            }
            .cluster-band {
                flex-direction: column;
                align-items: flex-start;
                gap: 0.75rem;
                padding: 1.5rem;
            }
            .cell-data-spark {
                text-align: left;
                width: 100%;
            }
            .sole-hull .mesh-fluid {
                flex-direction: column;
                gap: 1.5rem;
                align-items: flex-start;
            }
        }

.orbit-crown-hull .orbit-mesh-fluid{
            width: 100%;
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 2rem;
        }

.orbit-crown-hull .orbit-cluster-flex{
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
        }

.orbit-crown-hull .orbit-cluster-between{
            align-items: center;
            justify-content: space-between;
        }

.orbit-crown-hull{
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 100;
            background: rgba(24, 27, 39, 0.7);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
            padding: 1rem 0;
        }

.orbit-crown-hull .orbit-sigil{
            display: flex;
            align-items: center;
            height: 36px;
        }

.orbit-crown-hull .orbit-sigil img{
            height: 100%;
            width: auto;
            object-fit: contain;
        }

.orbit-crown-hull .orbit-orbit-thread{
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            align-items: center;
        }

.orbit-crown-hull .orbit-wire{
            font-size: 0.95rem;
            font-weight: 500;
            color: #8b949e;
            padding: 0.5rem 0;
            position: relative;
        }

.orbit-crown-hull .orbit-wire::after{
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background-color: #9074f5;
            transition: width 0.25s ease;
        }

.orbit-crown-hull .orbit-wire:hover, .orbit-crown-hull .orbit-wire:focus{
            color: #ffffff;
        }

.orbit-crown-hull .orbit-wire:hover::after, .orbit-crown-hull .orbit-wire.active::after{
            width: 100%;
        }

.orbit-crown-hull .orbit-wire.active{
            color: #ffffff;
        }

@media (max-width: 768px){.orbit-crown-hull{
                padding: 0.5rem 0;
            }

.orbit-crown-hull .orbit-orbit-thread{
                display: none; 
            }

.orbit-crown-hull .orbit-orbit-thread{
                display: flex;
                flex-wrap: wrap;
                gap: 0.5rem 1rem;
                margin-top: 0.5rem;
                width: 100%;
            }

.orbit-crown-hull .orbit-cluster-between{
                flex-direction: column;
                align-items: flex-start;
            }}

.orbit-crown-hull {
    background: rgb(24, 27, 39);
    background-image: none;
}

.base-sole-zone,
.base-sole-zone *,
.base-sole-zone *::before,
.base-sole-zone *::after {
    box-sizing: border-box;
}

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

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

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

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

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

.base-sole-zone .base-vox-body{
            font-size: 1rem;
            color: #cbd5e1;
            line-height: 1.7;
        }

.base-sole-zone .base-mesh-fluid{
            width: 100%;
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 2rem;
        }

.base-sole-zone .base-cluster-flex{
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
        }

.base-sole-zone{
            padding: 4rem 0 2rem;
            background: #07080c;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
        }

.base-sole-zone .base-root-grid{
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 4rem;
            margin-bottom: 4rem;
        }

.base-sole-zone .base-root-brand{
            font-size: 1.5rem;
            font-weight: 800;
            color: #ffffff;
            letter-spacing: 1px;
            margin-bottom: 1rem;
        }

.base-sole-zone .base-root-apex{
            font-size: 1rem;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 1rem;
        }

.base-sole-zone .base-root-thread{
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }

.base-sole-zone .base-root-wire{
            color: #8b949e;
            font-size: 0.9rem;
        }

.base-sole-zone .base-root-wire:hover{
            color: #9074f5;
        }

.base-sole-zone .base-base-band{
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            padding-top: 2rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            color: #8b949e;
            font-size: 0.85rem;
        }

@media (max-width: 1024px){.base-sole-zone .base-root-grid{
                grid-template-columns: 1fr 1fr;
            }}

@media (max-width: 768px){.base-sole-zone .base-root-grid{
                grid-template-columns: 1fr;
            }}