:root {
            --primary: #3f33f4;
            --accent: #1a73e8;
            --bg: #ffffff;
            --text: #3c4043;
            --radius: 14px;
            --font: "Inter", "Segoe UI", "PingFang SC", sans-serif;
        }

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

        body {
            font-family: var(--font);
            color: var(--text);
            line-height: 1.7;
            background: var(--bg);
            word-break: keep-all;
            overflow-x: hidden;
        }

        /* 导航栏复用与修正 */
        .pore {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }

        .vane {
            max-width: 1200px;
            margin: 0 auto;
            padding: 1rem 2rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }

        .glow {
            display: flex;
            align-items: center;
            min-width: 0;
        }

        .glow img {
            height: 32px;
            width: auto;
        }

        .lume {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
            min-width: 0;
        }

        .hue {
            text-decoration: none;
            color: #5f6368;
            font-weight: 500;
            font-size: 0.95rem;
            transition: color 0.15s ease;
        }

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

        .active {
            color: var(--primary);
            position: relative;
        }

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

        /* 主容器 */
        .scope {
            width: 100%;
        }

        /* Hero 区域 - Conversion Hero */
        .glint {
            background: linear-gradient(135deg, #f0f2ff 0%, #ffffff 100%);
            padding: 6rem 2rem;
            min-height: 80vh;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
        }

        .glint-node {
            max-width: 1200px;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            gap: 4rem;
            align-items: center;
        }

        .glint-stem {
            flex: 1;
            min-width: 320px;
        }

        .mark-frame {
            font-size: clamp(2.5rem, 5vw, 4rem);
            line-height: 1.1;
            font-weight: 800;
            color: #121212;
            letter-spacing: -0.02em;
            margin-bottom: 1.5rem;
        }

        .tine-sub {
            font-size: 1.25rem;
            color: #5f6368;
            margin-bottom: 2.5rem;
            max-width: 500px;
        }

        .spark {
            display: inline-flex;
            align-items: center;
            padding: 1.2rem 2.8rem;
            background: var(--primary);
            color: #fff;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none;
            box-shadow: 0 10px 25px rgba(63, 51, 244, 0.3);
            transition: transform 0.15s ease, box-shadow 0.15s ease;
        }

        .spark:hover {
            transform: translateY(-2px);
            box-shadow: 0 15px 30px rgba(63, 51, 244, 0.4);
        }

        .coil-vault {
            flex: 1;
            min-width: 320px;
            position: relative;
        }

        .coil-vault img {
            width: 100%;
            height: auto;
            border-radius: var(--radius);
            filter: drop-shadow(0 20px 40px rgba(0,0,0,0.1));
        }

        /* 操作系统矩阵 - System Matrix */
        .vault {
            padding: 6rem 2rem;
            background: #ffffff;
            max-width: 1200px;
            margin: 0 auto;
        }

        .vault-mark {
            text-align: center;
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 3.5rem;
        }

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

        .facet {
            background: #f8f9fa;
            padding: 2.5rem;
            border-radius: var(--radius);
            border: 1px solid #eee;
            transition: background 0.15s ease;
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .facet:hover {
            background: #f1f3f4;
        }

        .etch-knot {
            width: 48px;
            height: 48px;
            margin-bottom: 0.5rem;
        }

        .facet-mark {
            font-size: 1.25rem;
            font-weight: 600;
            color: #121212;
        }

        .jolt {
            margin-top: auto;
            color: var(--primary);
            text-decoration: none;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .jolt:hover {
            text-decoration: underline;
        }

        /* 特性亮点 - Feature Highlight */
        .prism {
            padding: 6rem 2rem;
            background: #f8f9fa;
        }

        .prism-node {
            max-width: 1200px;
            margin: 0 auto;
        }

        .prism-mark {
            font-size: 2.25rem;
            font-weight: 700;
            margin-bottom: 4rem;
            text-align: center;
        }

        .beam-stem {
            display: flex;
            flex-wrap: wrap;
            gap: 2.5rem;
        }

        .beam-bolt {
            flex: 1;
            min-width: 300px;
            background: #fff;
            padding: 2.5rem;
            border-radius: var(--radius);
            box-shadow: 0 4px 6px rgba(0,0,0,0.02);
        }

        .etch-frame {
            background: #f0f2ff;
            width: 56px;
            height: 56px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
            color: var(--primary);
        }

        .beam-mark {
            font-size: 1.4rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .beam-tine {
            color: #5f6368;
            font-size: 1rem;
        }

        /* 页脚 - Mesh */
        .mesh {
            background: #121212;
            color: #ffffff;
            padding: 5rem 2rem 3rem;
        }

        .mesh-node {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            gap: 4rem;
            justify-content: space-between;
        }

        .mesh-base {
            flex: 1;
            min-width: 250px;
        }

        .mesh-mark {
            font-size: 1.5rem;
            font-weight: 800;
            margin-bottom: 1.5rem;
            letter-spacing: 1px;
        }

        .mesh-tine {
            color: #9aa0a6;
            margin-bottom: 2rem;
        }

        .mesh-dock {
            flex: 2;
            display: flex;
            flex-wrap: wrap;
            gap: 3rem;
        }

        .mesh-bolt {
            min-width: 120px;
        }

        .mesh-fleck {
            font-weight: 600;
            margin-bottom: 1.2rem;
            color: #ffffff;
        }

        .mesh-hue {
            display: block;
            color: #9aa0a6;
            text-decoration: none;
            margin-bottom: 0.8rem;
            transition: color 0.15s ease;
        }

        .mesh-hue:hover {
            color: #ffffff;
        }

        .mesh-base-line {
            max-width: 1200px;
            margin: 4rem auto 0;
            padding-top: 2rem;
            border-top: 1px solid rgba(255,255,255,0.1);
            color: #70757a;
            font-size: 0.85rem;
            text-align: center;
        }

        /* 响应式适配 */
        @media (max-width: 768px) {
            .glint {
                padding: 3rem 1.5rem;
                text-align: center;
            }
            .glint-node {
                gap: 2rem;
            }
            .tine-sub {
                margin: 0 auto 2.5rem;
            }
            .vane {
                justify-content: center;
                gap: 1rem;
            }
            .lume {
                justify-content: center;
                gap: 1rem;
            }
        }

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

.orbit-pore .orbit-vane{
            max-width: 1300px;
            margin: 0 auto;
            padding: 1rem 2rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }

.orbit-pore .orbit-glow{
            display: flex;
            align-items: center;
            min-width: 0;
        }

.orbit-pore .orbit-glow img{
            height: 32px;
            width: auto;
        }

.orbit-pore .orbit-lume{
            display: flex;
            gap: 1.5rem;
            align-items: center;
            flex-wrap: wrap;
        }

.orbit-pore .orbit-hue{
            text-decoration: none;
            color: #3c4043;
            font-weight: 500;
            font-size: 0.95rem;
            transition: 0.15s ease;
            padding: 0.5rem 0.8rem;
            border-radius: 8px;
        }

.orbit-pore .orbit-hue:hover{
            color: #3f33f4;
            background: rgba(63, 51, 244, 0.05);
        }

.orbit-pore .orbit-hue.orbit-active{
            color: #3f33f4;
            font-weight: 700;
        }

@media (max-width: 768px){.orbit-pore .orbit-vane{
                justify-content: center;
            }

.orbit-pore .orbit-lume{
                margin-top: 1rem;
                justify-content: center;
                gap: 1rem;
            }}

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

.base-mesh {
    font-family: "Inter", "Segoe UI", "PingFang SC", sans-serif;
    line-height: 1.7;
    word-break: keep-all;
    color: var(--text);
}
.base-mesh,
.base-mesh *,
.base-mesh *::before,
.base-mesh *::after {
    box-sizing: border-box;
}

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

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

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

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

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

.base-mesh .base-tine-mid{
            font-size: 1.1rem;
            color: #5f6368;
            max-width: 700px;
            margin: 0 auto;
        }

.base-mesh{
            background: #f8f9fa;
            border-top: 1px solid rgba(0,0,0,0.05);
            padding: 4rem 2rem;
            margin-top: 4rem;
        }

.base-mesh .base-dock{
            max-width: 1300px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            flex-wrap: wrap;
            gap: 3rem;
        }

.base-mesh .base-stem-brand{
            flex: 1;
            min-width: 200px;
        }

.base-mesh .base-mark-brand{
            font-size: 1.5rem;
            font-weight: 800;
            margin-bottom: 1rem;
            color: #121212;
        }

.base-mesh .base-stem-links{
            display: flex;
            gap: 4rem;
            flex-wrap: wrap;
        }

.base-mesh .base-bolt-column{
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }

.base-mesh .base-hue-mesh{
            text-decoration: none;
            color: #5f6368;
            font-size: 0.9rem;
            transition: 0.15s ease;
        }

.base-mesh .base-hue-mesh:hover{
            color: #3f33f4;
        }

.base-mesh .base-base-legal{
            max-width: 1300px;
            margin: 3rem auto 0;
            padding-top: 2rem;
            border-top: 1px solid rgba(0,0,0,0.05);
            font-size: 0.85rem;
            color: #888;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 1rem;
        }