:root {
            --primary: #2e84cf;
            --dark: #0f172a;
            --deep: #020617;
            --tint: #1e293b;
            --grain-color: #94a3b8;
            --crown-color: #f8fafc;
            --radius: 18px;
            --gap: 2rem;
        }

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

        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            background-color: var(--deep);
            color: var(--grain-color);
            line-height: 1.7;
            overflow-x: hidden;
            word-break: break-word;
        }

        /* 顶部导航区域 */
        .apex {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(2, 6, 23, 0.85);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }

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

        .glyph {
            height: 38px;
            min-width: 0;
        }

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

        .raft {
            display: flex;
            gap: 1.5rem;
            align-items: center;
            flex-wrap: wrap;
            min-width: 0;
        }

        .twine {
            text-decoration: none;
            color: var(--grain-color);
            font-size: 0.95rem;
            font-weight: 500;
            transition: color 0.15s ease;
            padding: 0.5rem 0;
        }

        .twine:hover, .twine.current {
            color: var(--primary);
        }

        /* 主体容器 */
        .pond {
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        /* 首屏展示区 (vertical_stack) */
        .vista {
            padding: 6rem 0 4rem;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 4rem;
        }

        .crest-sheath {
            max-width: 900px;
            min-width: 0;
        }

        .crown-pond {
            font-size: clamp(2.5rem, 6vw, 4.2rem);
            color: var(--crown-color);
            line-height: 1.1;
            margin-bottom: 1.5rem;
            font-weight: 800;
            letter-spacing: -0.02em;
        }

        .grain-lodge {
            font-size: 1.35rem;
            color: var(--grain-color);
            max-width: 750px;
            margin: 0 auto 2.5rem;
        }

        .spark-prime {
            display: inline-block;
            background: var(--primary);
            color: #fff;
            padding: 1.2rem 2.8rem;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            transition: transform 0.15s ease, box-shadow 0.15s ease;
            box-shadow: 0 10px 25px rgba(46, 132, 207, 0.3);
        }

        .spark-prime:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 35px rgba(46, 132, 207, 0.4);
        }

        .lens-lodge {
            width: 100%;
            border-radius: var(--radius);
            box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
            border: 1px solid rgba(255, 255, 255, 0.1);
            max-width: 1100px;
        }

        /* 能力区块 - 驱动兼容性 */
        .casing-clump {
            padding: 5rem 0;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
        }

        .crown-pond {
            font-size: 2.4rem;
            color: var(--crown-color);
            margin-bottom: 3rem;
            text-align: center;
        }

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

        .shingle-tech {
            background: var(--tint);
            padding: 2.5rem;
            border-radius: var(--radius);
            border: 1px solid rgba(255, 255, 255, 0.05);
            transition: border-color 0.15s ease;
        }

        .shingle-tech:hover {
            border-color: var(--primary);
        }

        .mark-svg {
            width: 48px;
            height: 48px;
            margin-bottom: 1.5rem;
            color: var(--primary);
        }

        .crown-twig {
            font-size: 1.4rem;
            color: var(--crown-color);
            margin-bottom: 1rem;
        }

        /* 迁移功能展示 */
        .casing-split {
            display: flex;
            align-items: center;
            gap: 4rem;
            padding: 6rem 0;
        }

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

        .sheath-visual {
            flex: 1.2;
            min-width: 320px;
        }

        .lens-fluid {
            width: 100%;
            border-radius: var(--radius);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        /* 安全特性 */
        .billet-security {
            background: linear-gradient(145deg, #1e293b 0%, #0f172a 100%);
            padding: 5rem;
            border-radius: 30px;
            margin: 4rem 0;
            display: flex;
            align-items: center;
            gap: 3rem;
            border: 1px solid rgba(255, 255, 255, 0.03);
        }

        /* 站内路径导览 */
        .delta-pathway {
            padding: 6rem 0;
        }

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

        .stump-path {
            background: rgba(255, 255, 255, 0.02);
            padding: 2rem;
            border-radius: var(--radius);
            text-decoration: none;
            color: inherit;
            border: 1px solid rgba(255, 255, 255, 0.05);
            transition: all 0.15s ease;
        }

        .stump-path:hover {
            background: rgba(255, 255, 255, 0.05);
            transform: translateY(-5px);
            border-color: rgba(255, 255, 255, 0.2);
        }

        /* 页脚区域 */
        .base {
            background: var(--deep);
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            padding: 5rem 0 3rem;
            margin-top: 5rem;
        }

        .basin-grid {
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 2rem;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 3rem;
        }

        .depth-brand {
            grid-column: span 2;
        }

        .crown-base {
            color: #fff;
            font-size: 1.2rem;
            margin-bottom: 1.5rem;
            font-weight: 700;
        }

        .grain-base {
            font-size: 0.9rem;
            margin-bottom: 1rem;
        }

        .twine-base {
            display: block;
            color: var(--grain-color);
            text-decoration: none;
            margin-bottom: 0.8rem;
            font-size: 0.9rem;
            transition: color 0.15s ease;
        }

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

        /* 响应式适配 */
        @media (max-width: 1024px) {
            .casing-split, .billet-security {
                flex-direction: column;
                text-align: center;
            }
            .depth-brand {
                grid-column: span 1;
            }
        }

        @media (max-width: 768px) {
            .sluice {
                justify-content: center;
                gap: 1rem;
            }
            .raft {
                justify-content: center;
            }
            .crown-pond {
                font-size: 2.2rem;
            }
            .billet-security {
                padding: 2rem;
            }
        }

.current-apex {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
    word-break: break-word;
    color: var(--grain-color);
}
.current-apex,
.current-apex *,
.current-apex *::before,
.current-apex *::after {
    box-sizing: border-box;
}

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

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

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

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

.current-apex a.current-twine.current-current,
.current-apex a.current-twine {
    --aisite-shell-nav-padding: 0.5rem 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;
}

.current-apex a.current-twine.current-current,
.current-apex a.current-twine.current-current:hover,
.current-apex a.current-twine.current-current:focus,
.current-apex a.current-twine.current-current:active,
.current-apex a.current-twine.current-current.active,
.current-apex a.current-twine.current-current[aria-current="page"],
.current-apex a.current-twine,
.current-apex a.current-twine:hover,
.current-apex a.current-twine:focus,
.current-apex a.current-twine:active,
.current-apex a.current-twine.active,
.current-apex a.current-twine[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);
}

.current-apex{
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(2, 6, 23, 0.85);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }

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

.current-apex .current-glyph{
            height: 38px;
            min-width: 0;
        }

.current-apex .current-glyph img{
            height: 100%;
            display: block;
        }

.current-apex .current-raft{
            display: flex;
            gap: 1.5rem;
            align-items: center;
            flex-wrap: wrap;
            min-width: 0;
        }

.current-apex .current-twine{
            text-decoration: none;
            color: #94a3b8;
            font-size: 0.95rem;
            font-weight: 500;
            transition: color 0.15s ease;
            padding: 0.5rem 0;
        }

.current-apex .current-twine:hover, .current-apex .current-twine.current-current{
            color: #2e84cf;
        }

@media (max-width: 768px){.current-apex .current-sluice{
                justify-content: center;
                gap: 1rem;
            }

.current-apex .current-raft{
                justify-content: center;
            }}

.current-apex {
    background: rgb(2, 6, 23);
    background-image: none;
}

.basin-base {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
    word-break: break-word;
    color: var(--grain-color);
}
.basin-base,
.basin-base *,
.basin-base *::before,
.basin-base *::after {
    box-sizing: border-box;
}

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

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

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

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

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

.basin-base{
            background: #020617;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            padding: 5rem 0 3rem;
            margin-top: 5rem;
        }

.basin-base .basin-basin-grid{
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 2rem;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 3rem;
        }

.basin-base .basin-depth-brand{
            grid-column: span 2;
        }

.basin-base .basin-crown-base{
            color: #fff;
            font-size: 1.2rem;
            margin-bottom: 1.5rem;
            font-weight: 700;
        }

.basin-base .basin-grain-base{
            font-size: 0.9rem;
            margin-bottom: 1rem;
        }

.basin-base .basin-twine-base{
            display: block;
            color: #94a3b8;
            text-decoration: none;
            margin-bottom: 0.8rem;
            font-size: 0.9rem;
            transition: color 0.15s ease;
        }

.basin-base .basin-twine-base:hover{
            color: #2e84cf;
        }

@media (max-width: 1024px){.basin-base .basin-depth-brand{
                grid-column: span 1;
            }}