:root {
            --bg-deep: #0b0f19;
            --bg-surface: #131a2a;
            --bg-elevated: #1e2738;
            --text-prime: #ffffff;
            --text-mute: #a0aec0;
            --accent: #97e33b;
            --accent-hover: #a8f54d;
            --radius-lg: 20px;
            --radius-md: 16px;
            --shadow-base: 0 10px 30px rgba(0,0,0,0.4);
            --shadow-glow: 0 0 20px rgba(151, 227, 59, 0.2);
            --width-max: 1280px;
            --font-stack: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            --transition: 0.15s ease;
        }

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

        body {
            font-family: var(--font-stack);
            background-color: var(--bg-deep);
            color: var(--text-prime);
            line-height: 1.7;
            -webkit-font-smoothing: antialiased;
            overflow-x: hidden;
        }

        /* 强制文本换行 */
        h1, h2, h3, h4, p, span, div {
            word-break: break-word;
            overflow-wrap: break-word;
            white-space: normal;
        }

        p, dd {
            word-break: keep-all;
        }

        a {
            text-decoration: none;
            color: inherit;
            transition: all var(--transition);
        }

        /* --- 复用首页导航栏样式 --- */
        .apex-realm {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            padding: 1rem 5%;
            background: rgba(11, 15, 25, 0.8);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            z-index: 1000;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }

        .sigil {
            display: flex;
            align-items: center;
            min-width: 0;
        }

        .sigil img {
            height: 32px;
            width: auto;
        }

        .orbit-weave {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            align-items: center;
            min-width: 0;
        }

        .orbit-bond {
            color: var(--text-mute);
            font-size: 0.95rem;
            font-weight: 500;
            min-width: 0;
        }

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

        /* --- 主内容区 --- */
        .core-mesh {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            padding-top: 80px;
            min-width: 0;
        }

        /* --- 1. 获取最新版本 (Hero / section) --- */
        .portal-realm {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            min-height: 60vh;
            padding: 6rem 5% 4rem;
            background: radial-gradient(circle at 50% 0%, rgba(151, 227, 59, 0.08) 0%, transparent 60%);
            justify-content: center;
            align-items: center;
            min-width: 0;
        }

        .portal-fold {
            width: 100%;
            max-width: 800px;
            text-align: center;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            align-items: center;
            gap: 1.5rem;
            min-width: 0;
        }

        .portal-crest {
            width: 100%;
            line-height: 1.3;
            font-weight: 700;
            font-size: 3.5rem;
            letter-spacing: -0.02em;
            color: var(--text-prime);
            min-width: 0;
        }

        .portal-echo {
            width: 100%;
            font-size: 1.2rem;
            color: var(--text-mute);
            max-width: 600px;
            min-width: 0;
        }

        .portal-sync {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
            justify-content: center;
            margin-top: 1rem;
            width: 100%;
            min-width: 0;
        }

        /* --- 按钮系统 --- */
        .pulse-prime {
            background: var(--accent);
            color: var(--bg-deep);
            font-weight: 700;
            padding: 1rem 2.5rem;
            border-radius: var(--radius-md);
            box-shadow: 0 4px 15px rgba(151, 227, 59, 0.4);
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            min-width: 0;
        }

        .pulse-prime:hover {
            background: var(--accent-hover);
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(151, 227, 59, 0.6);
        }

        .pulse-prime svg {
            width: 20px;
            height: 20px;
            fill: currentColor;
        }

        .spark-sub {
            background: transparent;
            color: var(--accent);
            font-weight: 600;
            padding: 1rem 2.5rem;
            border-radius: var(--radius-md);
            border: 1px solid rgba(151, 227, 59, 0.5);
            display: inline-flex;
            align-items: center;
            min-width: 0;
        }

        .spark-sub:hover {
            background: rgba(151, 227, 59, 0.1);
            border-color: var(--accent);
        }

        /* --- 2. 跨平台版本选择 (Panel / article) --- */
        .focal-hull {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            padding: 4rem 5%;
            justify-content: center;
            min-width: 0;
        }

        .focal-fold {
            width: 100%;
            max-width: var(--width-max);
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            align-items: center;
            gap: 3rem;
            min-width: 0;
        }

        .focal-crest {
            width: 100%;
            font-size: 2.5rem;
            font-weight: 700;
            text-align: center;
            min-width: 0;
        }
        
        .focal-echo {
            width: 100%;
            text-align: center;
            color: var(--text-mute);
            font-size: 1.1rem;
            max-width: 600px;
            margin-top: -2rem;
            min-width: 0;
        }

        .lens-fold {
            width: 100%;
            max-width: 900px;
            border-radius: var(--radius-lg);
            overflow: hidden;
            border: 1px solid rgba(151, 227, 59, 0.2);
            box-shadow: var(--shadow-base), var(--shadow-glow);
            display: flex;
            flex-wrap: wrap;
            min-width: 0;
        }

        .lens-fold img {
            width: 100%;
            height: auto;
            display: block;
        }

        .shard-sync {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2rem;
            width: 100%;
            min-width: 0;
        }

        .shard-cell {
            background: rgba(19, 26, 42, 0.85);
            backdrop-filter: blur(24px);
            -webkit-backdrop-filter: blur(24px);
            border: 1px solid rgba(151, 227, 59, 0.15);
            border-radius: var(--radius-lg);
            padding: 3rem 2.5rem;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            gap: 1.5rem;
            transition: var(--transition);
            min-width: 0;
        }

        .shard-cell:hover {
            transform: translateY(-5px);
            border-color: rgba(151, 227, 59, 0.4);
            box-shadow: var(--shadow-base), var(--shadow-glow);
        }

        .shard-glyph {
            width: 56px;
            height: 56px;
            border-radius: 14px;
            background: rgba(151, 227, 59, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 0;
        }

        .shard-glyph svg {
            width: 28px;
            height: 28px;
            stroke: var(--accent);
            fill: none;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        .shard-crest {
            font-size: 1.5rem;
            font-weight: 600;
            width: 100%;
            min-width: 0;
        }

        .shard-echo {
            color: var(--text-mute);
            flex-grow: 1;
            width: 100%;
            min-width: 0;
        }

        /* --- 3. 系统要求 (Requirements / div) --- */
        .flare-mesh {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            padding: 5rem 5%;
            background: var(--bg-surface);
            justify-content: center;
            border-top: 1px solid rgba(255,255,255,0.05);
            min-width: 0;
        }

        .flare-fold {
            width: 100%;
            max-width: 900px;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            gap: 2.5rem;
            min-width: 0;
        }

        .flare-crest {
            font-size: 2rem;
            font-weight: 700;
            width: 100%;
            min-width: 0;
        }
        
        .flare-echo {
            color: var(--text-mute);
            font-size: 1.1rem;
            width: 100%;
            min-width: 0;
            margin-top: -1.5rem;
        }

        .sync-weave {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            gap: 1.5rem;
            width: 100%;
            min-width: 0;
        }

        .sync-thread {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            padding: 1.5rem;
            background: rgba(11, 15, 25, 0.5);
            border-radius: var(--radius-md);
            border-left: 4px solid var(--accent);
            min-width: 0;
        }

        .sync-crest {
            font-weight: 600;
            width: 200px;
            color: var(--text-prime);
            display: flex;
            align-items: center;
            gap: 0.75rem;
            min-width: 0;
        }
        
        .sync-crest svg {
            width: 20px;
            height: 20px;
            stroke: var(--accent);
            fill: none;
            stroke-width: 2;
        }

        .sync-echo {
            flex: 1;
            color: var(--text-mute);
            min-width: 200px;
        }

        .inline-bond {
            color: var(--accent);
            text-decoration: underline;
            text-underline-offset: 4px;
            min-width: 0;
        }

        .inline-bond:hover {
            color: var(--text-prime);
        }

        /* --- 页脚 (Footer / section) --- */
        .nadir-root {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            padding: 4rem 5% 2rem;
            background: var(--bg-deep);
            justify-content: center;
            border-top: 1px solid rgba(255,255,255,0.05);
            min-width: 0;
        }

        .nadir-fold {
            width: 100%;
            max-width: var(--width-max);
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            align-items: center;
            gap: 2rem;
            text-align: center;
            min-width: 0;
        }

        .nadir-brand {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--text-prime);
            letter-spacing: 0.05em;
            min-width: 0;
        }

        .nadir-sync {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            justify-content: center;
            min-width: 0;
        }

        .nadir-bond {
            color: var(--text-mute);
            font-size: 0.95rem;
            min-width: 0;
        }

        .nadir-bond:hover {
            color: var(--accent);
        }

        .nadir-echo {
            color: rgba(160, 174, 192, 0.5);
            font-size: 0.85rem;
            width: 100%;
            margin-top: 1rem;
            min-width: 0;
        }

        /* 响应式断点 */
        @media (max-width: 768px) {
            .orbit-weave {
                display: none; /* 移动端简单隐藏导航展开，依赖外部JS或保持极简 */
            }
            
            .portal-crest {
                font-size: 2.5rem;
            }
            
            .portal-realm {
                padding-top: 8rem;
            }

            .sync-thread {
                flex-direction: column;
                gap: 1rem;
            }

            .sync-crest {
                width: 100%;
            }
            
            .shard-sync {
                grid-template-columns: 1fr;
            }
            
            .portal-sync {
                flex-direction: column;
                width: 100%;
            }
            
            .pulse-prime, .spark-sub {
                width: 100%;
                justify-content: center;
            }
        }

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

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

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

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

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

.orbit-apex-realm a.orbit-orbit-bond.orbit-bond-active,
.orbit-apex-realm a.orbit-orbit-bond {
    --aisite-shell-nav-padding: 0.5rem 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-apex-realm a.orbit-orbit-bond.orbit-bond-active,
.orbit-apex-realm a.orbit-orbit-bond.orbit-bond-active:hover,
.orbit-apex-realm a.orbit-orbit-bond.orbit-bond-active:focus,
.orbit-apex-realm a.orbit-orbit-bond.orbit-bond-active:active,
.orbit-apex-realm a.orbit-orbit-bond.orbit-bond-active.active,
.orbit-apex-realm a.orbit-orbit-bond.orbit-bond-active[aria-current="page"],
.orbit-apex-realm a.orbit-orbit-bond,
.orbit-apex-realm a.orbit-orbit-bond:hover,
.orbit-apex-realm a.orbit-orbit-bond:focus,
.orbit-apex-realm a.orbit-orbit-bond:active,
.orbit-apex-realm a.orbit-orbit-bond.active,
.orbit-apex-realm a.orbit-orbit-bond[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-apex-realm, .orbit-apex-realm .orbit-orbit-weave{
            display: flex;
            flex-wrap: wrap;
        }

.orbit-apex-realm > *, .orbit-apex-realm .orbit-orbit-weave > *{
            min-width: 0;
        }

.orbit-apex-realm{
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 100;
            background: rgba(11, 15, 25, 0.85);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(255,255,255,0.05);
            padding: 1rem 5%;
            justify-content: space-between;
            align-items: center;
        }

.orbit-apex-realm .orbit-sigil{
            display: flex;
            align-items: center;
            height: 40px;
        }

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

.orbit-apex-realm .orbit-orbit-weave{
            gap: 2rem;
            align-items: center;
        }

.orbit-apex-realm .orbit-orbit-bond{
            color: #a0aec0;
            font-weight: 500;
            font-size: 0.95rem;
            padding: 0.5rem 0;
            position: relative;
        }

.orbit-apex-realm .orbit-orbit-bond::after{
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background-color: #97e33b;
            transition: all 0.15s ease;
        }

.orbit-apex-realm .orbit-orbit-bond:hover, .orbit-apex-realm .orbit-orbit-bond:focus{
            color: #ffffff;
        }

.orbit-apex-realm .orbit-orbit-bond:hover::after, .orbit-apex-realm .orbit-orbit-bond:focus::after{
            width: 100%;
        }

.orbit-apex-realm .orbit-bond-active{
            color: #97e33b;
        }

.orbit-apex-realm .orbit-bond-active::after{
            width: 100%;
        }

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

.orbit-apex-realm .orbit-orbit-weave{
                display: none; 
            }}

.orbit-apex-realm {
    background: rgb(11, 15, 25);
    background-image: none;
}

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

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

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

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

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

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

.root-nadir-base{
            background-color: #05070a;
            padding: 4rem 5%;
            text-align: center;
            border-top: 1px solid rgba(255,255,255,0.05);
        }

.root-nadir-base p{
            color: #a0aec0;
            font-size: 0.9rem;
            opacity: 0.7;
        }

.root-nadir-base strong{
            color: #ffffff;
            font-size: 1.2rem;
            display: block;
            margin-bottom: 0.5rem;
        }