:root {
            --primary: #29b9f2;
            --accent: #7b42f6;
            --bg: #0a0b14;
            --surface: #161827;
            --radius: 20px;
            --tally-color: #e0e2f0;
        }

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

        body {
            background-color: var(--bg);
            color: var(--tally-color);
            font-family: "PingFang SC", "Microsoft YaHei", -apple-system, sans-serif;
            line-height: 1.7;
            overflow-x: hidden;
            word-break: break-word;
        }

        /* 导航复用首页家族 */
        .apex {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            background: rgba(10, 11, 20, 0.85);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }

        .orbit {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 40px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .glyph {
            height: 32px;
            display: flex;
            align-items: center;
        }

        .glyph img {
            height: 100%;
            width: auto;
        }

        .facer {
            display: flex;
            gap: 32px;
            flex-wrap: wrap;
        }

        .pista-hook {
            color: #fff;
            text-decoration: none;
            font-size: 15px;
            font-weight: 500;
            transition: color 0.35s ease;
            position: relative;
        }

        .pista-hook:hover {
            color: var(--primary);
        }

        .pista-hook.active {
            color: var(--primary);
        }

        .pista-hook.active::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 100%;
            height: 2px;
            background: var(--primary);
            border-radius: 2px;
        }

        /* 主内容容器 */
        .realm {
            padding-top: 80px;
        }

        /* 行业细胞词库：术业有专攻 */
        .vista {
            min-height: 85vh;
            display: flex;
            align-items: center;
            background: radial-gradient(circle at 70% 30%, rgba(41, 185, 242, 0.12) 0%, transparent 60%);
            padding: 100px 40px;
            max-width: 1400px;
            margin: 0 auto;
            flex-wrap: wrap;
        }

        .flare-ribon {
            flex: 1;
            min-width: 320px;
        }

        .crest-mega {
            font-size: clamp(32px, 4vw, 56px);
            line-height: 1.2;
            font-weight: 800;
            margin-bottom: 24px;
            color: #fff;
            white-space: normal;
        }

        .crest-mega span {
            color: var(--primary);
        }

        .tally-lead {
            font-size: 18px;
            opacity: 0.8;
            margin-bottom: 40px;
            max-width: 600px;
        }

        .vault-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 24px;
            width: 100%;
            margin-top: 60px;
        }

        .shard-lex {
            background: var(--surface);
            padding: 32px;
            border-radius: var(--radius);
            border: 1px solid rgba(255, 255, 255, 0.05);
            transition: transform 0.35s ease, border-color 0.35s ease;
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .shard-lex:hover {
            transform: translateY(-8px);
            border-color: var(--primary);
        }

        .mark-box {
            width: 48px;
            height: 48px;
            background: rgba(41, 185, 242, 0.1);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary);
        }

        .crest-sub {
            font-size: 20px;
            font-weight: 700;
            color: #fff;
        }

        .tally-small {
            font-size: 14px;
            opacity: 0.6;
        }

        .knob-download {
            margin-top: auto;
            color: var(--primary);
            font-weight: 600;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
        }

        /* 什么是细胞词库？ */
        .stage-detail {
            padding: 120px 40px;
            background: #0f111a;
            position: relative;
        }

        .cloak-narrow {
            max-width: 1000px;
            margin: 0 auto;
            text-align: center;
        }

        .crest-mid {
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 40px;
            color: #fff;
        }

        .slat-batch {
            display: flex;
            justify-content: space-between;
            gap: 40px;
            margin-top: 60px;
            flex-wrap: wrap;
        }

        .slat-atom {
            flex: 1;
            min-width: 280px;
            text-align: left;
            background: rgba(255, 255, 255, 0.02);
            padding: 40px;
            border-radius: var(--radius);
        }

        .mark-float {
            font-size: 32px;
            margin-bottom: 20px;
            display: block;
        }

        /* 私人词库管理 */
        .flare-capability {
            padding: 120px 40px;
            max-width: 1280px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            gap: 80px;
            flex-wrap: wrap;
        }

        .cloak-media {
            flex: 1;
            min-width: 320px;
            position: relative;
        }

        .lens-visual {
            width: 100%;
            height: 400px;
            background: linear-gradient(135deg, #161827 0%, #0a0b14 100%);
            border-radius: var(--radius);
            border: 1px solid rgba(255, 255, 255, 0.05);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        /* 模拟云同步动效 */
        .fuse-sync {
            width: 120px;
            height: 120px;
            border: 2px dashed var(--primary);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            animation: spin 10s linear infinite;
        }

        @keyframes spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

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

        .clack-primary {
            display: inline-block;
            background: var(--primary);
            color: #000;
            padding: 16px 40px;
            border-radius: 50px;
            font-weight: 700;
            text-decoration: none;
            box-shadow: 0 10px 30px rgba(41, 185, 242, 0.3);
            margin-top: 32px;
            transition: transform 0.35s ease, box-shadow 0.35s ease;
        }

        .clack-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(41, 185, 242, 0.4);
        }

        /* 页脚 */
        .nadir {
            background: #05060b;
            padding: 80px 40px 40px;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
        }

        .trail-vault {
            max-width: 1280px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 40px;
            margin-bottom: 60px;
        }

        .roots-bloc {
            min-width: 200px;
        }

        .roots-crest {
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 24px;
        }

        .queue-atom {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .hook-dim {
            color: rgba(255, 255, 255, 0.5);
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .hook-dim:hover {
            color: var(--primary);
        }

        .abyss-ground {
            max-width: 1280px;
            margin: 0 auto;
            padding-top: 40px;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
            color: rgba(255, 255, 255, 0.3);
            font-size: 13px;
        }

        @media (max-width: 768px) {
            .orbit { height: auto; padding: 20px; }
            .facer { width: 100%; margin-top: 20px; gap: 15px; }
            .vista { padding: 60px 20px; }
            .stage-detail { padding: 60px 20px; }
            .flare-capability { padding: 60px 20px; }
            .slat-batch { flex-direction: column; }
            .trail-vault { flex-direction: column; }
        }

.orbit-apex {
    font-family: "PingFang SC", "Microsoft YaHei", -apple-system, sans-serif;
    line-height: 1.7;
    word-break: keep-all;
    color: var(--tally-main);
}
.orbit-apex,
.orbit-apex *,
.orbit-apex *::before,
.orbit-apex *::after {
    box-sizing: border-box;
}

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

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

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

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

.orbit-apex a.orbit-pista-hook {
    --aisite-shell-nav-padding: 8px 16px;
    --aisite-shell-nav-margin: 0 4px;
    --aisite-shell-nav-line-height: normal;
    --aisite-shell-nav-display: inline;
    --aisite-shell-nav-height: auto;
    --aisite-shell-nav-min-height: auto;
}

.orbit-apex a.orbit-pista-hook,
.orbit-apex a.orbit-pista-hook:hover,
.orbit-apex a.orbit-pista-hook:focus,
.orbit-apex a.orbit-pista-hook:active,
.orbit-apex a.orbit-pista-hook.active,
.orbit-apex a.orbit-pista-hook[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{
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            background: rgba(10, 11, 20, 0.85);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }

.orbit-apex .orbit-orbit{
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 40px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }

.orbit-apex .orbit-glyph{
            height: 32px;
            display: flex;
            align-items: center;
            min-width: 0;
        }

.orbit-apex .orbit-glyph img{
            height: 100%;
            width: auto;
        }

.orbit-apex .orbit-facer{
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            min-width: 0;
        }

.orbit-apex .orbit-pista-hook{
            color: #9499b3;
            text-decoration: none;
            font-size: 15px;
            font-weight: 500;
            padding: 8px 16px;
            margin: 0 4px;
            border-radius: 10px;
            transition: 0.35s ease;
            white-space: nowrap;
        }

.orbit-apex .orbit-pista-hook:hover{
            color: #29b9f2;
            background: rgba(41, 185, 242, 0.05);
        }

.orbit-apex .orbit-pista-hook.active{
            color: #29b9f2;
            background: rgba(41, 185, 242, 0.1);
        }

@media (max-width: 768px){.orbit-apex .orbit-orbit{ height: auto; padding: 20px; }

.orbit-apex .orbit-facer{ width: 100%; margin-top: 15px; justify-content: center; }}

.orbit-apex {
    background: rgb(10, 11, 20);
    background-image: none;
}

.trail-nadir {
    font-family: "PingFang SC", "Microsoft YaHei", -apple-system, sans-serif;
    line-height: 1.7;
    word-break: keep-all;
    color: var(--tally-main);
}
.trail-nadir,
.trail-nadir *,
.trail-nadir *::before,
.trail-nadir *::after {
    box-sizing: border-box;
}

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

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

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

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

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

.trail-nadir{
            background: #05060a;
            padding: 80px 40px 40px;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
        }

.trail-nadir .trail-roots{
            max-width: 1300px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            gap: 60px;
            justify-content: space-between;
        }

.trail-nadir .trail-roots-batch{
            flex: 1;
            min-width: 200px;
        }

.trail-nadir .trail-roots-crest{
            color: #fff;
            font-size: 16px;
            margin-bottom: 24px;
            font-weight: 600;
        }

.trail-nadir .trail-roots-queue{
            list-style: none;
        }

.trail-nadir .trail-roots-atom{
            margin-bottom: 12px;
        }

.trail-nadir .trail-roots-hook{
            color: #9499b3;
            text-decoration: none;
            font-size: 14px;
            transition: 0.35s ease;
        }

.trail-nadir .trail-roots-hook:hover{
            color: #29b9f2;
        }

.trail-nadir .trail-abyss-base{
            max-width: 1300px;
            margin: 60px auto 0;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
            color: #9499b3;
            font-size: 13px;
        }