:root {
            --primary: #a178d8;
            --primary-dark: #8a5bc9;
            --primary-light: #f4ecfd;
            --text-main: #2d2438;
            --text-sub: #6b627a;
            --bg-page: #ffffff;
            --bg-alt: #faf9fc;
            --radius: 12px;
            --radius-lg: 20px;
            --shadow-sm: 0 4px 12px rgba(161, 120, 216, 0.05);
            --shadow-md: 0 10px 30px rgba(161, 120, 216, 0.1);
            --transition: 0.35s ease;
        }

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

        body {
            font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            background-color: var(--bg-page);
            color: var(--text-main);
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
        }

        /* 统一的Flex安全规则 */
        .helm, .matrix, .pod, .veil, .tunnel, .cloak, .veil, .crypt {
            display: flex;
            flex-wrap: wrap;
        }
        
        .helm > *, .matrix > *, .pod > *, .veil > *, .tunnel > *, .cloak > *, .veil > *, .crypt > * {
            min-width: 0;
        }

        /* 统一文本换行规则 */
        .cipher, .apex, .wire, .pulse, .warp {
            word-break: break-word;
            overflow-wrap: break-word;
        }

        .cipher {
            color: var(--text-sub);
            font-size: 1.125rem;
            line-height: 1.8;
            margin-bottom: 1.5rem;
            word-break: keep-all;
        }

        .apex {
            color: var(--text-main);
            font-weight: 800;
            white-space: normal;
            letter-spacing: -0.02em;
        }

        /* 复用导航栏样式 */
        .peak {
            position: sticky;
            top: 0;
            z-index: 1000;
            background-color: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(161, 120, 216, 0.1);
        }

        .helm {
            align-items: center;
            justify-content: space-between;
            max-width: 1280px;
            margin: 0 auto;
            padding: 1rem 5%;
            gap: 2rem;
        }

        .sigil img {
            height: 36px;
            width: auto;
            display: block;
        }

        .matrix {
            gap: 2rem;
            align-items: center;
        }

        .wire {
            text-decoration: none;
            color: var(--text-main);
            font-weight: 500;
            font-size: 1rem;
            transition: color var(--transition);
        }

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

        .pod {
            gap: 1rem;
            align-items: center;
        }

        .warp {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: var(--primary);
            color: #ffffff;
            font-weight: 600;
            text-decoration: none;
            padding: 0.75rem 1.5rem;
            border-radius: var(--radius);
            transition: all var(--transition);
            border: 1px solid transparent;
        }

        .warp:hover {
            background-color: var(--primary-dark);
            transform: translateY(-2px);
            box-shadow: var(--shadow-sm);
        }

        /* 链接交互增强 */
        .pulse {
            display: inline-flex;
            text-decoration: none;
            color: var(--primary);
            font-weight: 600;
            align-items: center;
            gap: 0.5rem;
            transition: all var(--transition);
            margin-top: 1rem;
        }

        .pulse:hover {
            color: var(--primary-dark);
            gap: 0.75rem;
        }

        /* 第一展示区：AI 访问解锁 */
        .portal {
            background: linear-gradient(180deg, var(--bg-alt) 0%, var(--bg-page) 100%);
            padding: 6rem 5%;
        }

        .portal .veil {
            max-width: 1280px;
            margin: 0 auto;
            align-items: center;
            gap: 4rem;
        }

        .portal .veil {
            flex: 1 1 400px;
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        .portal .apex {
            font-size: clamp(2.5rem, 5vw, 3.5rem);
            line-height: 1.1;
        }

        .portal .pod {
            flex-direction: column;
            gap: 1.5rem;
            margin-top: 1rem;
        }

        .portal .bit {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            background: var(--bg-page);
            padding: 1.25rem 1.5rem;
            border-radius: var(--radius);
            box-shadow: var(--shadow-sm);
            border: 1px solid rgba(161, 120, 216, 0.1);
            transition: transform var(--transition);
        }

        .portal .bit:hover {
            transform: translateY(-5px);
        }

        .portal .glyph {
            flex-shrink: 0;
            width: 48px;
            height: 48px;
            background: var(--primary-light);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary);
        }

        .portal .glyph svg {
            width: 24px;
            height: 24px;
            fill: currentColor;
        }

        .bit-veil .apex {
            font-size: 1.25rem;
            margin-bottom: 0.25rem;
        }

        .bit-veil .cipher {
            font-size: 0.95rem;
            margin-bottom: 0;
        }

        /* 装饰图形容器 */
        .lens {
            flex: 1 1 400px;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .lens-art {
            width: 100%;
            max-width: 500px;
            height: auto;
            aspect-ratio: 1;
            background: radial-gradient(circle at center, var(--primary-light) 0%, transparent 70%);
            position: relative;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .lens-art svg {
            width: 60%;
            height: 60%;
            filter: drop-shadow(0 20px 30px rgba(161, 120, 216, 0.2));
            animation: float 6s ease-in-out infinite;
        }

        @keyframes float {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
            100% { transform: translateY(0px); }
        }

        /* 第二展示区：原生环境构建 */
        .nexus {
            background-color: var(--bg-page);
            padding: 6rem 5%;
        }

        .nexus .tunnel {
            max-width: 1280px;
            margin: 0 auto;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .nexus .apex {
            font-size: clamp(2rem, 4vw, 2.75rem);
            margin-bottom: 1rem;
        }

        .nexus .cipher {
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 4rem;
        }

        .nexus .matrix {
            width: 100%;
            gap: 2rem;
            justify-content: center;
        }

        .node {
            flex: 1 1 300px;
            background: linear-gradient(135deg, #ffffff, var(--bg-alt));
            border-radius: var(--radius-lg);
            padding: 3rem 2rem;
            box-shadow: var(--shadow-sm);
            border: 1px solid rgba(161, 120, 216, 0.08);
            text-align: left;
            transition: all var(--transition);
            display: flex;
            flex-direction: column;
        }

        .node:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow-md);
            border-color: rgba(161, 120, 216, 0.3);
        }

        .node .glyph {
            width: 56px;
            height: 56px;
            background: var(--primary-light);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary);
            margin-bottom: 1.5rem;
        }

        .node .glyph svg {
            width: 28px;
            height: 28px;
            fill: currentColor;
        }

        .node .apex {
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }

        .node .cipher {
            margin-bottom: 0;
            font-size: 1rem;
        }

        /* 第三展示区：支持服务 */
        .base {
            background-color: var(--bg-alt);
            padding: 6rem 5%;
            border-top: 1px solid rgba(161, 120, 216, 0.05);
        }

        .base .cloak {
            max-width: 1280px;
            margin: 0 auto;
            gap: 4rem;
            align-items: center;
        }

        .base .veil {
            flex: 1 1 400px;
        }

        .base .apex {
            font-size: clamp(2rem, 4vw, 2.75rem);
            margin-bottom: 1.5rem;
        }

        .base .matrix {
            flex: 1 1 500px;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.5rem;
        }

        .cell {
            background: var(--bg-page);
            padding: 1.5rem;
            border-radius: var(--radius);
            border: 1px solid rgba(161, 120, 216, 0.1);
            display: flex;
            align-items: center;
            gap: 1rem;
            transition: all var(--transition);
        }

        .cell:hover {
            border-color: var(--primary);
            box-shadow: var(--shadow-sm);
        }

        .cell .glyph {
            width: 40px;
            height: 40px;
            border-radius: 10px;
            background: var(--primary);
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .cell .glyph svg {
            width: 20px;
            height: 20px;
            fill: currentColor;
        }

        .cell .apex {
            font-size: 1.125rem;
            margin: 0;
            font-weight: 600;
        }

        /* 页脚区域 */
        .root {
            background-color: var(--bg-page);
            padding: 4rem 5% 2rem;
            border-top: 1px solid rgba(161, 120, 216, 0.1);
        }

        .root .crypt {
            max-width: 1280px;
            margin: 0 auto;
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 2rem;
        }

        .root .apex {
            font-size: 1.5rem;
            color: var(--primary);
            margin: 0;
        }

        .root .pod {
            gap: 2rem;
            justify-content: center;
        }

        .root .wire {
            color: var(--text-sub);
            font-size: 0.95rem;
        }

        .root .wire:hover {
            color: var(--primary);
        }

        .root .cipher {
            font-size: 0.875rem;
            margin: 0;
            opacity: 0.7;
        }

        /* 响应式调整 */
        @media (max-width: 768px) {
            .helm {
                flex-direction: column;
                padding: 1rem;
            }
            
            .matrix {
                justify-content: center;
            }

            .portal, .nexus, .base {
                padding: 4rem 5%;
            }

            .portal .veil, .base .cloak {
                flex-direction: column;
                gap: 3rem;
            }

            .node {
                padding: 2rem 1.5rem;
            }
        }

.helm-peak .helm-wire{
            word-break: break-word;
            overflow-wrap: break-word;
            white-space: normal;
        }

.helm-peak{
            position: sticky;
            top: 0;
            z-index: 100;
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid #eae5f2;
        }

.helm-peak .helm-helm{
            max-width: 1280px;
            margin: 0 auto;
            padding: 16px 5%;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }

.helm-peak .helm-sigil, .helm-peak .helm-matrix, .helm-peak .helm-pod{
            min-width: 0;
        }

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

.helm-peak .helm-matrix{
            display: flex;
            flex-wrap: wrap;
            gap: 24px;
            align-items: center;
        }

.helm-peak .helm-wire{
            text-decoration: none;
            color: #6b627a;
            font-weight: 500;
            font-size: 0.95rem;
            transition: all 0.35s ease;
            min-width: 0;
        }

.helm-peak .helm-wire:hover{
            color: #a178d8;
        }

.helm-peak .helm-wire.active{
            color: #a178d8;
            font-weight: 700;
        }

.helm-peak .helm-warp{
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 10px 24px;
            background-color: #a178d8;
            color: #fff;
            text-decoration: none;
            font-weight: 600;
            border-radius: 8px;
            transition: all 0.35s ease;
            min-width: 0;
            border: 1px solid transparent;
        }

.helm-peak .helm-warp:hover{
            background-color: #8a5bc9;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(161, 120, 216, 0.05);
        }

@media (max-width: 768px){.helm-peak .helm-helm{
                flex-direction: column;
                gap: 20px;
                align-items: flex-start;
            }}

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

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

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

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

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

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

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

.anchor-root .anchor-cipher, .anchor-root .anchor-apex, .anchor-root .anchor-wire{
            word-break: break-word;
            overflow-wrap: break-word;
            white-space: normal;
        }

.anchor-root p.anchor-cipher{
            word-break: keep-all;
            line-height: 1.8;
            margin-bottom: 1.5rem;
        }

.anchor-root h1.anchor-apex, .anchor-root h2.anchor-apex, .anchor-root h3.anchor-apex{
            margin-top: 0;
            color: #2d2438;
            font-weight: 800;
            letter-spacing: -0.02em;
        }

.anchor-root .anchor-wire{
            text-decoration: none;
            color: #6b627a;
            font-weight: 500;
            font-size: 0.95rem;
            transition: all 0.35s ease;
            min-width: 0;
        }

.anchor-root .anchor-wire:hover{
            color: #a178d8;
        }

.anchor-root .anchor-wire.active{
            color: #a178d8;
            font-weight: 700;
        }

.anchor-root{
            background-color: #2d2438;
            color: #fff;
            padding: 80px 5% 40px;
        }

.anchor-root .anchor-anchor{
            max-width: 1280px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            gap: 60px;
            justify-content: space-between;
        }

.anchor-root .anchor-base-info{
            flex: 1.5;
            min-width: 280px;
        }

.anchor-root .anchor-base-info .anchor-apex{
            color: #fff;
            font-size: 1.5rem;
            margin-bottom: 16px;
        }

.anchor-root .anchor-base-info .anchor-cipher{
            color: rgba(255, 255, 255, 0.6);
            max-width: 360px;
        }

.anchor-root .anchor-base-links{
            flex: 2;
            min-width: 280px;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
            gap: 40px;
        }

.anchor-root .anchor-pod-col{
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

.anchor-root .anchor-pod-col .anchor-apex{
            color: #fff;
            font-size: 1.1rem;
            margin-bottom: 8px;
        }

.anchor-root .anchor-pod-col .anchor-wire{
            color: rgba(255, 255, 255, 0.6);
            text-decoration: none;
            transition: all 0.35s ease;
        }

.anchor-root .anchor-pod-col .anchor-wire:hover{
            color: #fff;
        }

.anchor-root .anchor-base-bottom{
            max-width: 1280px;
            margin: 60px auto 0;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            color: rgba(255, 255, 255, 0.5);
            font-size: 0.9rem;
        }