/* 视觉契约：高对比科技框架型设计基因 */
        :root {
            --primary: #f22879;
            --primary-hover: #ff4b93;
            --bg: #0b0c10;
            --bg-card: #171923;
            --text: #e2e8f0;
            --text-muted: #94a3b8;
            --radius: 14px;
            --transition: 0.15s ease;
        }

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

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

        /* 顶部导航区域 - 继承首页壳层 */
        .array {
            width: 100%;
            background-color: rgba(11, 12, 16, 0.95);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(242, 40, 121, 0.15);
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        .sheath {
            max-width: 1200px;
            margin: 0 auto;
            padding: 15px 24px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .emblem img {
            height: 38px;
            width: auto;
            display: block;
        }

        .steer {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
        }

        .glyph {
            color: var(--text-muted);
            text-decoration: none;
            font-size: 0.95rem;
            font-weight: 500;
            transition: color var(--transition);
            padding: 8px 16px;
            border-radius: var(--radius);
            border: 1px solid transparent;
        }

        .glyph:hover {
            color: #ffffff;
            background-color: rgba(255, 255, 255, 0.03);
        }

        .glyph.active, 
        .glyph.active {
            color: #ffffff;
            background-color: rgba(242, 40, 121, 0.15);
            border: 1px solid rgba(242, 40, 121, 0.3);
        }

        /* 主内容容器 */
        main {
            width: 100%;
            min-width: 0;
        }

        /* 统一版心 */
        .conduit {
            max-width: 1200px;
            margin: 0 auto;
            width: 100%;
            padding-left: 24px;
            padding-right: 24px;
        }

        /* 1. 速度优化 (intro) - 电影感横幅变体 */
        .zenith {
            width: 100%;
            background-color: #050608;
            padding: 90px 0;
            background: linear-gradient(to top, rgba(11, 12, 16, 1) 0%, rgba(11, 12, 16, 0.4) 60%, transparent 100%),
                        radial-gradient(circle at 80% 20%, rgba(242, 40, 121, 0.15) 0%, transparent 50%);
            border-bottom: 1px solid rgba(242, 40, 121, 0.1);
        }

        .halo {
            display: flex;
            flex-wrap: wrap;
            gap: 48px;
            align-items: center;
            justify-content: space-between;
        }

        .shard {
            flex: 1 1 500px;
            min-width: 0;
        }

        .lore {
            color: #ffffff;
            font-weight: 800;
            line-height: 1.3;
            font-size: clamp(2rem, 4.5vw, 3rem);
            letter-spacing: 1px;
            margin-bottom: 24px;
        }

        .whisper {
            color: var(--text-muted);
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 36px;
            word-break: keep-all;
        }

        .bead {
            flex: 1 1 450px;
            min-width: 0;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .bloc {
            background-color: var(--bg-card);
            border-radius: var(--radius);
            border: 1px solid rgba(242, 40, 121, 0.15);
            padding: 24px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.5);
            transition: all var(--transition);
            position: relative;
            overflow: hidden;
        }

        .bloc:hover {
            transform: translateY(-4px);
            border-color: rgba(242, 40, 121, 0.4);
            box-shadow: 0 15px 35px rgba(242, 40, 121, 0.2);
        }

        .bloc::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background-color: var(--primary);
        }

        .ignite {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: var(--primary);
            color: #ffffff;
            font-weight: 600;
            padding: 14px 32px;
            border-radius: var(--radius);
            box-shadow: 0 4px 15px rgba(242, 40, 121, 0.3);
            text-decoration: none;
            transition: all var(--transition);
            border: none;
            cursor: pointer;
            font-size: 1rem;
        }

        .ignite:hover {
            background-color: var(--primary-hover);
            box-shadow: 0 6px 20px rgba(242, 40, 121, 0.5);
            transform: translateY(-2px);
        }

        .warp {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: transparent;
            color: var(--text);
            font-weight: 600;
            padding: 13px 31px;
            border-radius: var(--radius);
            border: 1px solid rgba(255, 255, 255, 0.15);
            text-decoration: none;
            transition: all var(--transition);
            cursor: pointer;
            font-size: 1rem;
            margin-left: 16px;
        }

        .warp:hover {
            background-color: rgba(255, 255, 255, 0.05);
            border-color: #ffffff;
            color: #ffffff;
            transform: translateY(-2px);
        }

        /* 2. 速度优化主题焦点 (pathway) - 全局设置步骤流程 */
        .flare {
            padding: 90px 0;
            background-color: var(--bg);
            border-bottom: 1px solid rgba(242, 40, 121, 0.1);
        }

        .matrix {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 24px;
            margin-top: 48px;
        }

        .crown {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background-color: rgba(242, 40, 121, 0.1);
            border: 1px solid rgba(242, 40, 121, 0.3);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            color: var(--primary);
            font-weight: 700;
            font-size: 1.25rem;
        }

        .seam {
            height: 1px;
            background: linear-gradient(90deg, rgba(242, 40, 121, 0.3) 0%, transparent 100%);
            margin: 24px 0;
        }

        /* 3. 核心信息路径 (pathway) - 规则与全局对比 */
        .apex {
            padding: 90px 0;
            background: linear-gradient(180deg, var(--bg) 0%, #050608 100%);
            border-bottom: 1px solid rgba(242, 40, 121, 0.1);
        }

        .packet {
            flex: 1 1 500px;
            min-width: 0;
            background-color: var(--bg-card);
            border-radius: var(--radius);
            border: 1px solid rgba(255, 255, 255, 0.05);
            padding: 40px;
            transition: all var(--transition);
            position: relative;
        }

        .packet:hover {
            border-color: rgba(242, 40, 121, 0.3);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
        }

        .packet.primary-border {
            border: 1px solid rgba(242, 40, 121, 0.25);
            background: linear-gradient(135deg, var(--bg-card) 0%, rgba(242, 40, 121, 0.03) 100%);
        }

        .ping {
            display: inline-block;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: #10b981;
            margin-right: 8px;
            box-shadow: 0 0 10px #10b981;
        }

        .strand {
            display: flex;
            align-items: center;
            margin-bottom: 12px;
            color: var(--text-muted);
            font-size: 0.95rem;
        }

        /* 4. 使用场景与补充说明 (capability) - 故障排除网格 */
        .matrix-capability {
            padding: 90px 0;
            background-color: var(--bg);
        }

        /* 页脚区域 */
        .crest {
            background-color: #050608;
            border-top: 1px solid rgba(242, 40, 121, 0.15);
            padding: 80px 0 40px 0;
        }

        .abyss {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 40px;
            margin-bottom: 60px;
        }

        .ground {
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            padding-top: 30px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            font-size: 0.85rem;
            color: var(--text-muted);
            gap: 16px;
        }

        .ground a {
            color: var(--text-muted);
            text-decoration: none;
            transition: color var(--transition);
        }

        .ground a:hover {
            color: #ffffff;
        }

        /* 响应式断点 */
        @media (max-width: 1024px) {
            .shard, .packet {
                flex: 1 1 100%;
            }
        }

        @media (max-width: 768px) {
            .sheath {
                flex-direction: column;
                gap: 16px;
                text-align: center;
            }
            .steer {
                justify-content: center;
            }
            .halo {
                flex-direction: column;
            }
            .warp {
                margin-left: 0;
                margin-top: 12px;
                width: 100%;
            }
            .ignite {
                width: 100%;
            }
        }

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

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

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

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

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

.vector-array a.vector-glyph.vector-active,
.vector-array a.vector-glyph {
    --aisite-shell-nav-padding: 8px 16px;
    --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;
}

.vector-array a.vector-glyph.vector-active,
.vector-array a.vector-glyph.vector-active:hover,
.vector-array a.vector-glyph.vector-active:focus,
.vector-array a.vector-glyph.vector-active:active,
.vector-array a.vector-glyph.vector-active.active,
.vector-array a.vector-glyph.vector-active[aria-current="page"],
.vector-array a.vector-glyph,
.vector-array a.vector-glyph:hover,
.vector-array a.vector-glyph:focus,
.vector-array a.vector-glyph:active,
.vector-array a.vector-glyph.active,
.vector-array a.vector-glyph[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);
}

.vector-array{
            background-color: rgba(11, 12, 16, 0.9);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(242, 40, 121, 0.15);
            position: sticky;
            top: 0;
            z-index: 100;
            width: 100%;
        }

.vector-array .vector-sheath{
            max-width: 1100px;
            width: 100%;
            margin: 0 auto;
            padding: 0 20px;
            box-sizing: border-box;
        }

.vector-array .vector-sheath{
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            height: 70px;
        }

.vector-array .vector-emblem{
            display: flex;
            align-items: center;
            min-width: 0;
        }

.vector-array .vector-emblem img{
            height: 36px;
            width: auto;
            display: block;
        }

.vector-array .vector-steer{
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            min-width: 0;
        }

.vector-array .vector-glyph{
            color: #94a3b8;
            text-decoration: none;
            font-size: 0.95rem;
            padding: 8px 16px;
            transition: color 0.15s ease;
            word-break: keep-all;
        }

.vector-array .vector-glyph:hover{
            color: #f22879;
        }

.vector-array .vector-glyph.vector-active{
            color: #f22879;
            font-weight: 600;
            border-bottom: 2px solid #f22879;
        }

@media (max-width: 768px){.vector-array .vector-sheath{
                height: auto;
                padding: 15px 20px;
                flex-direction: column;
                gap: 15px;
                align-items: center;
            }

.vector-array .vector-steer{
                justify-content: center;
            }}

.vector-array {
    background: rgb(11, 12, 16);
    background-image: none;
}

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

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

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

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

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

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

.anchor-crest .anchor-sheath{
            max-width: 1100px;
            width: 100%;
            margin: 0 auto;
            padding: 0 20px;
            box-sizing: border-box;
        }

.anchor-crest .anchor-glyph{
            color: #94a3b8;
            text-decoration: none;
            font-size: 0.95rem;
            padding: 8px 16px;
            transition: color 0.15s ease;
            word-break: keep-all;
        }

.anchor-crest .anchor-glyph:hover{
            color: #f22879;
        }

.anchor-crest .anchor-lore{
            color: #ffffff;
            font-weight: 700;
            line-height: 1.3;
            margin-bottom: 16px;
        }

.anchor-crest h1.anchor-lore{
            font-size: clamp(1.8rem, 4vw, 2.8rem);
            text-shadow: 0 2px 10px rgba(0,0,0,0.5);
        }

.anchor-crest h2.anchor-lore{
            font-size: clamp(1.5rem, 3vw, 2rem);
            border-left: 4px solid #f22879;
            padding-left: 12px;
            margin-bottom: 20px;
        }

.anchor-crest h3.anchor-lore{
            font-size: 1.3rem;
            margin-bottom: 12px;
        }

.anchor-crest .anchor-whisper{
            color: #94a3b8;
            font-size: clamp(0.95rem, 1.5vw, 1.05rem);
            max-width: 800px;
            margin-bottom: 24px;
        }

.anchor-crest .anchor-halo{
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            min-width: 0;
        }

.anchor-crest{
            background-color: #050608;
            border-top: 1px solid rgba(242, 40, 121, 0.15);
            padding: 60px 0 20px;
            margin-top: auto;
        }

.anchor-crest .anchor-halo{
            justify-content: space-between;
            gap: 40px;
        }

.anchor-crest .anchor-bloc{
            flex: 1 1 250px;
            min-width: 0;
        }

.anchor-crest .anchor-lore{
            font-size: 1.1rem;
            color: #ffffff;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

.anchor-crest .anchor-anchor{
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

.anchor-crest .anchor-anchor .anchor-glyph{
            padding: 0;
            font-size: 0.9rem;
        }

.anchor-crest .anchor-ground{
            text-align: center;
            padding-top: 40px;
            margin-top: 40px;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            color: #94a3b8;
            font-size: 0.85rem;
            width: 100%;
        }