:root {
            --primary: #29b9f2;
            --accent: #7b42f6;
            --bg: #0a0b14;
            --surface: #161827;
            --radius: 20px;
            --text: #e0e2f0;
            --transition: 0.35s ease;
        }

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

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

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

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

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

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

        .pista-hook {
            color: #fff;
            text-decoration: none;
            font-size: 15px;
            font-weight: 500;
            transition: var(--transition);
            opacity: 0.8;
        }

        .pista-hook:hover, .pista-hook.active {
            opacity: 1;
            color: var(--primary);
        }

        /* 主内容布局 */
        .realm {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
        }

        /* 万款皮肤 Section (intro) - Reverse Split 设计 */
        .vista {
            padding-top: 160px;
            padding-bottom: 80px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 60px;
            min-height: 85vh;
            background: radial-gradient(circle at 70% 30%, rgba(41, 185, 242, 0.15) 0%, transparent 60%);
        }

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

        .lens-cloak {
            border-radius: var(--radius);
            overflow: hidden;
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
            border: 1px solid rgba(255, 255, 255, 0.1);
            transform: perspective(1000px) rotateY(5deg);
        }

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

        .stage-info {
            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;
            word-break: keep-all;
        }

        .tally-lead {
            font-size: 18px;
            color: rgba(224, 226, 240, 0.7);
            margin-bottom: 40px;
            max-width: 500px;
        }

        .clack-primary {
            display: inline-flex;
            align-items: center;
            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);
            transition: var(--transition);
            border: none;
            cursor: pointer;
        }

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

        /* 动态皮肤 Article (capability) */
        .flare {
            padding: 100px 0;
            display: flex;
            flex-wrap: wrap;
            gap: 32px;
        }

        .shard-ribon {
            width: 100%;
            margin-bottom: 40px;
            text-align: center;
        }

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

        .slat-batch {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
            gap: 24px;
            width: 100%;
        }

        .slat-atom {
            background: var(--surface);
            padding: 40px;
            border-radius: var(--radius);
            border: 1px solid rgba(255, 255, 255, 0.05);
            transition: var(--transition);
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .slat-atom:hover {
            border-color: var(--primary);
            transform: translateY(-5px);
        }

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

        .crest-sub {
            font-size: 22px;
            font-weight: 600;
            color: #fff;
        }

        .tally-body {
            font-size: 15px;
            color: rgba(224, 226, 240, 0.6);
            word-break: break-word;
        }

        /* 皮肤编辑器 Div (steps) */
        .vault {
            margin: 80px 0;
            padding: 60px;
            background: linear-gradient(135deg, #161827 0%, #0d0f1a 100%);
            border-radius: var(--radius);
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(123, 66, 246, 0.2);
        }

        .vault::before {
            content: "";
            position: absolute;
            top: -50%;
            right: -10%;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(123, 66, 246, 0.1) 0%, transparent 70%);
            pointer-events: none;
        }

        .batch-fuse {
            display: flex;
            flex-wrap: wrap;
            gap: 48px;
            align-items: center;
        }

        .atom-slat {
            flex: 1;
            min-width: 300px;
        }

        .ribon-queue {
            display: flex;
            flex-direction: column;
            gap: 30px;
            margin-top: 32px;
        }

        .atom-step {
            display: flex;
            gap: 20px;
            align-items: flex-start;
        }

        .mark-num {
            font-size: 24px;
            font-weight: 800;
            color: rgba(41, 185, 242, 0.3);
            font-style: italic;
        }

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

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

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

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

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

        .hook-atom {
            color: rgba(224, 226, 240, 0.5);
            text-decoration: none;
            font-size: 14px;
            transition: var(--transition);
        }

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

        .nadir-abyss {
            text-align: center;
            padding-top: 40px;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            color: rgba(224, 226, 240, 0.3);
            font-size: 13px;
        }

        /* 响应式适配 */
        @media (max-width: 768px) {
            .facer {
                display: none; /* 简化移动端，实际开发中应有汉堡菜单 */
            }
            .vista {
                padding-top: 120px;
                flex-direction: column-reverse;
                text-align: center;
            }
            .stage-info {
                max-width: 100%;
            }
            .tally-lead {
                margin: 0 auto 40px;
            }
            .vault {
                padding: 40px 24px;
            }
            .slat-batch {
                grid-template-columns: 1fr;
            }
        }

.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;
        }