:root {
            --primary: #db8776;
            --accent-light: #fdf6f4;
            --radius: 20px;
            --bg: #fff;
            --text: #2d2d2d;
            --text-dim: #666;
            --shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
            --border: rgba(219, 135, 118, 0.15);
        }

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

        body {
            font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
            background-color: var(--bg);
            color: var(--text);
            line-height: 1.7;
            word-break: keep-all;
        }

        /* 导航复用风格 */
        .crown {
            position: fixed;
            top: 0;
            width: 100%;
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
            z-index: 1000;
            border-bottom: 1px solid var(--border);
        }
        .synap {
            max-width: 1280px;
            margin: 0 auto;
            padding: 1rem 5%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .glyph {
            height: 40px;
        }
        .glyph img {
            height: 100%;
        }
        .orbit {
            display: flex;
            gap: 2rem;
        }
        .strand-axon {
            text-decoration: none;
            color: var(--text);
            font-weight: 500;
            font-size: 0.95rem;
            transition: color 0.35s;
        }
        .strand-axon.active {
            color: var(--primary);
        }
        .strand-axon:hover {
            color: var(--primary);
        }

        /* 主容器 */
        main {
            padding-top: 80px;
            min-height: 100vh;
        }

        /* Hero下载展示区 */
        .flare {
            padding: 5rem 5% 4rem;
            background: linear-gradient(180deg, var(--accent-light) 0%, #fff 100%);
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 4rem;
        }
        .flare-hull {
            flex: 1;
            min-width: 320px;
        }
        .flare-apex {
            font-size: clamp(2.5rem, 5vw, 3.8rem);
            line-height: 1.1;
            font-weight: 800;
            margin-bottom: 1.5rem;
            color: var(--text);
        }
        .flare-memo {
            font-size: 1.25rem;
            color: var(--text-dim);
            max-width: 580px;
            margin-bottom: 2.5rem;
        }
        .lens-veil {
            flex: 1;
            min-width: 320px;
            display: flex;
            justify-content: center;
        }
        .lens-lens {
            width: 100%;
            max-width: 600px;
            border-radius: var(--radius);
            box-shadow: var(--shadow);
        }

        /* 平台矩阵 */
        .zenith {
            padding: 4rem 5%;
            max-width: 1280px;
            margin: 0 auto;
        }
        .zenith-belt {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }
        .zenith-voxel {
            background: #fff;
            padding: 3rem 2rem;
            border-radius: var(--radius);
            border: 1px solid var(--border);
            text-align: center;
            transition: transform 0.35s, box-shadow 0.35s;
        }
        .zenith-voxel:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(219, 135, 118, 0.12);
        }
        .signet-nexus {
            width: 70px;
            height: 70px;
            margin: 0 auto 1.5rem;
            background: var(--accent-light);
            border-radius: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary);
        }
        .voxel-apex {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }
        .voxel-memo {
            color: var(--text-dim);
            font-size: 0.9rem;
            margin-bottom: 2rem;
        }
        .jolt-primary {
            display: inline-block;
            background: var(--primary);
            color: #fff;
            padding: 1rem 2rem;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none;
            transition: 0.35s;
            box-shadow: 0 10px 20px rgba(219, 135, 118, 0.3);
            width: 100%;
        }
        .jolt-primary:hover {
            transform: scale(1.03);
            box-shadow: 0 12px 25px rgba(219, 135, 118, 0.4);
        }

        /* FAQ/安装支持 */
        .nexus-faq {
            background: #fdfdfd;
            padding: 6rem 5%;
        }
        .nexus-hull {
            max-width: 1000px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            gap: 4rem;
        }
        .faq-prism {
            flex: 1;
            min-width: 340px;
        }
        .faq-apex {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 2rem;
            position: relative;
        }
        .faq-apex::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 50px;
            height: 4px;
            background: var(--primary);
        }
        .bead-cluster {
            margin-top: 3rem;
        }
        .bead {
            margin-bottom: 2.5rem;
            padding-left: 1.5rem;
            border-left: 2px solid var(--border);
        }
        .bead-apex {
            font-weight: 700;
            font-size: 1.1rem;
            margin-bottom: 0.5rem;
        }
        .bead-memo {
            color: var(--text-dim);
            font-size: 0.95rem;
        }

        /* 更新日志 */
        .comparison {
            padding: 6rem 5%;
            max-width: 1200px;
            margin: 0 auto;
        }
        .update-cluster {
            display: flex;
            flex-wrap: wrap;
            background: var(--accent-light);
            border-radius: var(--radius);
            overflow: hidden;
            border: 1px solid var(--border);
        }
        .update-lens {
            flex: 1;
            min-width: 300px;
        }
        .update-lens img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .update-memo {
            flex: 1.5;
            min-width: 300px;
            padding: 4rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .version-motto {
            display: inline-block;
            background: var(--primary);
            color: #fff;
            padding: 0.3rem 1rem;
            border-radius: 5px;
            font-size: 0.8rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            width: fit-content;
        }

        /* 页脚 */
        .keel {
            background: #2d2d2d;
            color: #fff;
            padding: 5rem 5% 3rem;
        }
        .abyss {
            max-width: 1280px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 3rem;
        }
        .echo-nexus {
            flex: 1;
            min-width: 250px;
        }
        .echo-apex {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
        }
        .echo-memo {
            color: #aaa;
            max-width: 300px;
        }
        .terra {
            margin-top: 4rem;
            padding-top: 2rem;
            border-top: 1px solid rgba(255,255,255,0.1);
            text-align: center;
            color: #888;
            font-size: 0.9rem;
        }

        @media (max-width: 768px) {
            .orbit { display: none; }
            .flare-apex { font-size: 2.2rem; }
            .update-memo { padding: 2rem; }
        }

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

.synap-crown [role="navigation"],
.synap-crown div,
.synap-crown section,
.synap-crown article,
.synap-crown aside,
.synap-crown p,
.synap-crown h1,
.synap-crown h2,
.synap-crown h3,
.synap-crown h4,
.synap-crown h5,
.synap-crown h6,
.synap-crown a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

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

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

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

.synap-crown a.synap-strand-axon {
    --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;
}

.synap-crown a.synap-strand-axon,
.synap-crown a.synap-strand-axon:hover,
.synap-crown a.synap-strand-axon:focus,
.synap-crown a.synap-strand-axon:active,
.synap-crown a.synap-strand-axon.active,
.synap-crown a.synap-strand-axon[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);
}

.synap-crown{
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            background: rgba(255, 255, 255, 0.85);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(219, 135, 118, 0.1);
        }

.synap-crown .synap-synap{
            max-width: 1300px;
            margin: 0 auto;
            padding: 1.2rem 2rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }

.synap-crown .synap-glyph{
            height: 32px;
            min-width: 0;
        }

.synap-crown .synap-glyph img{
            height: 100%;
            display: block;
        }

.synap-crown .synap-orbit{
            display: flex;
            flex-wrap: wrap;
            gap: 2.5rem;
        }

.synap-crown .synap-strand-axon{
            font-size: 0.95rem;
            font-weight: 500;
            color: #666666;
            position: relative;
        }

.synap-crown .synap-strand-axon:hover{
            color: #db8776;
        }

.synap-crown .synap-strand-axon.active{
            color: #db8776;
        }

.synap-crown .synap-strand-axon.active::after{
            content: "";
            position: absolute;
            bottom: -6px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #db8776;
            border-radius: 2px;
        }

@media (max-width: 768px){.synap-crown .synap-synap{
                flex-direction: column;
                gap: 1.5rem;
            }

.synap-crown .synap-orbit{
                gap: 1rem;
                justify-content: center;
            }}

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

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

.abyss-keel [role="navigation"],
.abyss-keel div,
.abyss-keel section,
.abyss-keel article,
.abyss-keel aside,
.abyss-keel p,
.abyss-keel h1,
.abyss-keel h2,
.abyss-keel h3,
.abyss-keel h4,
.abyss-keel h5,
.abyss-keel h6,
.abyss-keel a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

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

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

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

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

.abyss-keel{
            background: #f4f4f2;
            padding: 6rem 2rem 3rem;
        }

.abyss-keel .abyss-abyss{
            max-width: 1300px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 4rem;
            border-bottom: 1px solid #ddd;
            padding-bottom: 4rem;
        }

.abyss-keel .abyss-terra-info{
            flex: 1.5;
            min-width: 280px;
        }

.abyss-keel .abyss-terra-brand{
            font-size: 1.8rem;
            font-weight: 900;
            color: #db8776;
            margin-bottom: 1.5rem;
        }

.abyss-keel .abyss-terra-memo{
            color: #666666;
            max-width: 350px;
        }

.abyss-keel .abyss-terra-links{
            flex: 1;
            min-width: 150px;
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }

.abyss-keel .abyss-terra-apex{
            font-weight: 700;
            margin-bottom: 1rem;
            color: #2d2d2d;
        }

.abyss-keel .abyss-terra-axon{
            color: #666666;
            font-size: 0.95rem;
        }

.abyss-keel .abyss-terra-axon:hover{
            color: #db8776;
        }

.abyss-keel .abyss-copyright{
            max-width: 1300px;
            margin: 2rem auto 0;
            text-align: center;
            color: #999;
            font-size: 0.85rem;
        }