:root {
            --primary: #da8069;
            --accent: #f4e8e4;
            --bg: #fff;
            --text: #2d2d2d;
            --sub: #666;
            --radius: 10px;
            --shadow: 0 12px 40px rgba(0,0,0,0.08);
            --glass: rgba(255, 255, 255, 0.8);
        }

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

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

        /* 导航栏复用 */
        .cipher {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: var(--glass);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(218, 128, 105, 0.1);
        }

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

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

        .loom {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
        }

        .nexus {
            text-decoration: none;
            color: var(--text);
            font-weight: 500;
            font-size: 15px;
            transition: color 0.15s ease;
            position: relative;
        }

        .nexus:hover,
        .nexus.active {
            color: var(--primary);
        }

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

        /* 主体布局 */
        main {
            width: 100%;
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 40px;
        }

        /* 1. 颜值即正义 - Hero (Article: Intro) */
        .zenith-cradle {
            padding: 80px 0;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 60px;
            align-items: center;
        }

        .zenith-verse {
            min-width: 0;
        }

        .pith-mega {
            font-size: clamp(2.5rem, 5vw, 3.8rem);
            line-height: 1.1;
            font-weight: 800;
            letter-spacing: -0.02em;
            color: var(--text);
            margin-bottom: 24px;
            word-break: keep-all;
        }

        .verse-lead {
            font-size: 1.25rem;
            color: var(--sub);
            margin-bottom: 40px;
            max-width: 500px;
        }

        .vivid-prism {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: var(--shadow);
            transform: rotate(-2deg);
        }

        .vivid-prism img {
            width: 100%;
            display: block;
            transition: transform 0.5s ease;
        }

        .vivid-prism:hover img {
            transform: scale(1.05);
        }

        /* 2. 万千风格 - Pathway (Aside: Pathway) */
        .relay-mantle {
            padding: 100px 0;
            background: linear-gradient(180deg, #fff, #fef9f8);
        }

        .pith-mid {
            font-size: 2.2rem;
            text-align: center;
            margin-bottom: 60px;
            font-weight: 700;
        }

        .clump-facets {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
        }

        .shard-slab {
            background: #fff;
            padding: 40px;
            border-radius: var(--radius);
            border: 1px solid rgba(218, 128, 105, 0.1);
            transition: all 0.15s ease;
            text-decoration: none;
            color: inherit;
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

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

        .glyph-circle {
            width: 60px;
            height: 60px;
            background: var(--accent);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
        }

        .glyph-circle svg {
            width: 30px;
            height: 30px;
            fill: var(--primary);
        }

        .pith-small {
            font-size: 1.4rem;
            font-weight: 600;
        }

        /* 3. DIY实验室 - Steps (Div: Steps) */
        .vault-steps {
            padding: 100px 40px;
            background: #2d2d2d;
            border-radius: 30px;
            color: #fff;
            margin: 40px 0;
            display: flex;
            flex-wrap: wrap;
            gap: 50px;
            align-items: center;
        }

        .steps-verse {
            flex: 1;
            min-width: 300px;
        }

        .pith-invert {
            font-size: 2.5rem;
            margin-bottom: 20px;
            color: var(--primary);
        }

        .grain-loom {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .grain-row {
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }

        .grain-num {
            font-weight: 800;
            font-size: 1.2rem;
            color: var(--primary);
            opacity: 0.6;
        }

        .flare-primary {
            display: inline-block;
            margin-top: 40px;
            padding: 18px 42px;
            background: var(--primary);
            color: #fff;
            text-decoration: none;
            border-radius: 6px;
            font-weight: 600;
            transition: all 0.15s ease;
            box-shadow: 0 10px 20px rgba(218, 128, 105, 0.3);
        }

        .flare-primary:hover {
            transform: scale(1.05);
            background: #c66f5a;
        }

        /* 4. 表情符号 - Capability (Article: Capability) */
        .scribe-capability {
            padding: 100px 0;
        }

        .grid-mosaic {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }

        .shard-emoji {
            background: #fdfdfd;
            border: 1px solid #eee;
            border-radius: 15px;
            padding: 30px;
            text-align: center;
            transition: background 0.15s ease;
        }

        .shard-emoji:hover {
            background: var(--accent);
        }

        .emoji-pith {
            font-size: 1.1rem;
            font-weight: 600;
            margin-top: 15px;
            display: block;
        }

        /* 页脚 */
        .wake-root {
            background: #fafafa;
            padding: 80px 40px 40px;
            border-top: 1px solid #eee;
        }

        .abyss-clump {
            max-width: 1300px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 40px;
        }

        .trace-brand {
            font-size: 1.5rem;
            font-weight: 800;
            color: var(--primary);
            margin-bottom: 20px;
        }

        .trace-verse {
            color: var(--sub);
            max-width: 300px;
            font-size: 0.9rem;
        }

        .trace-loom {
            display: flex;
            gap: 60px;
            flex-wrap: wrap;
        }

        .trace-clump {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .trace-pith {
            font-weight: 700;
            margin-bottom: 8px;
            font-size: 1rem;
        }

        .trace-nexus {
            text-decoration: none;
            color: var(--sub);
            font-size: 0.9rem;
            transition: color 0.15s ease;
        }

        .trace-nexus:hover {
            color: var(--primary);
        }

        .wake-verse {
            max-width: 1300px;
            margin: 60px auto 0;
            padding-top: 30px;
            border-top: 1px solid #eee;
            text-align: center;
            font-size: 0.85rem;
            color: #999;
        }

        /* 响应式 */
        @media (max-width: 1024px) {
            .grid-mosaic {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .vault-ribbon { height: auto; padding: 20px; }
            .loom { width: 100%; margin-top: 20px; gap: 15px; }
            .zenith-cradle { grid-template-columns: 1fr; padding: 40px 0; text-align: center; }
            .verse-lead { margin: 0 auto 40px; }
            .vivid-prism { transform: none; max-width: 500px; margin: 0 auto; }
            .grid-mosaic { grid-template-columns: 1fr; }
            .trace-loom { gap: 30px; }
        }

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

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

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

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

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

.cipher-cipher a.cipher-nexus {
    --aisite-shell-nav-padding: 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;
}

.cipher-cipher a.cipher-nexus,
.cipher-cipher a.cipher-nexus:hover,
.cipher-cipher a.cipher-nexus:focus,
.cipher-cipher a.cipher-nexus:active,
.cipher-cipher a.cipher-nexus.active,
.cipher-cipher a.cipher-nexus[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);
}

.cipher-cipher{
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(0,0,0,0.05);
        }

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

.cipher-cipher .cipher-sigil{
            height: 32px;
            min-width: 0;
        }

.cipher-cipher .cipher-sigil img{
            height: 100%;
            display: block;
        }

.cipher-cipher .cipher-loom{
            display: flex;
            flex-wrap: wrap;
            gap: 32px;
            min-width: 0;
        }

.cipher-cipher .cipher-nexus{
            text-decoration: none;
            color: #2d2d2d;
            font-size: 15px;
            font-weight: 500;
            transition: 0.15s ease;
            position: relative;
        }

.cipher-cipher .cipher-nexus:hover, .cipher-cipher .cipher-nexus.active{
            color: #da8069;
        }

.cipher-cipher .cipher-nexus.active::after{
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #da8069;
        }

@media (max-width: 768px){.cipher-cipher .cipher-vault-ribbon{
                height: auto;
                padding: 20px;
                justify-content: center;
                gap: 20px;
            }

.cipher-cipher .cipher-loom{
                justify-content: center;
                gap: 15px;
            }}

.cipher-cipher {
    background: rgb(255, 255, 255);
    background-image: none;
}

.trace-wake {
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.7;
    word-break: keep-all;
    color: var(--deep);
}
.trace-wake,
.trace-wake *,
.trace-wake *::before,
.trace-wake *::after {
    box-sizing: border-box;
}

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

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

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

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

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

.trace-wake{
            background: #2d2d2d;
            color: rgba(255,255,255,0.7);
            padding: 100px 40px 40px;
        }

.trace-wake .trace-vault-root{
            max-width: 1300px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 50px;
        }

.trace-wake .trace-abyss-brand{
            flex: 1;
            min-width: 250px;
        }

.trace-wake .trace-pith-brand{
            color: #fff;
            font-size: 1.5rem;
            margin-bottom: 20px;
            font-weight: 700;
        }

.trace-wake .trace-verse-brand{
            font-size: 0.95rem;
            max-width: 300px;
        }

.trace-wake .trace-abyss-links{
            flex: 2;
            display: flex;
            flex-wrap: wrap;
            gap: 60px;
            min-width: 0;
        }

.trace-wake .trace-grain-clump{
            min-width: 120px;
        }

.trace-wake .trace-pith-clump{
            color: #fff;
            font-size: 1rem;
            margin-bottom: 25px;
            font-weight: 600;
        }

.trace-wake .trace-nexus-foot{
            display: block;
            color: rgba(255,255,255,0.5);
            text-decoration: none;
            margin-bottom: 12px;
            font-size: 0.9rem;
            transition: 0.15s ease;
        }

.trace-wake .trace-nexus-foot:hover{
            color: #da8069;
        }

.trace-wake .trace-root-bottom{
            margin-top: 80px;
            padding-top: 30px;
            border-top: 1px solid rgba(255,255,255,0.1);
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            font-size: 0.85rem;
        }