:root {
            --primary: #5a5af6;
            --primary-hover: #4545e6;
            --primary-glow: rgba(90, 90, 246, 0.25);
            --bg-light: #f6f8fc;
            --surface-white: #ffffff;
            --surface-card: #f0f3fa;
            --dark-navy: #0b0f19;
            --text-main: #0f172a;
            --text-muted: #475569;
            --text-sub: #64748b;
            --border: #e2e8f0;
            --border-focus: #5a5af6;
            --radius: 20px;
            --radius-sm: 12px;
            --transition: 0.35s ease;
            --shadow: 0 10px 30px -5px rgba(15, 23, 42, 0.08);
            --shadow-hover: 0 20px 40px -10px rgba(90, 90, 246, 0.2);
        }

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

        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
            background-color: var(--bg-light);
            color: var(--text-main);
            line-height: 1.7;
            -webkit-font-smoothing: antialiased;
            word-break: break-word;
            overflow-wrap: break-word;
        }

        /* 页面大包裹层 */
        .haven {
            width: 100%;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }

        /* 顶部导航层 */
        .vultr {
            position: sticky;
            top: 0;
            z-index: 1000;
            background-color: rgba(255, 255, 255, 0.92);
            backdrop-filter: blur(16px);
            border-bottom: 1px solid var(--border);
        }

        .vultr-trace {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0.9rem 1.5rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }

        .sigil {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            text-decoration: none;
        }

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

        .sigil-talis {
            font-size: 1.25rem;
            font-weight: 700;
            color: var(--dark-navy);
            letter-spacing: -0.02em;
        }

        [role="navigation"] {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.5rem;
        }

        .vultr-glyph {
            text-decoration: none;
            color: var(--text-muted);
            font-size: 0.95rem;
            font-weight: 500;
            padding: 0.55rem 1.1rem;
            border-radius: var(--radius-sm);
            transition: all var(--transition);
            min-width: 0;
        }

        .vultr-glyph:hover {
            color: var(--primary);
            background-color: rgba(90, 90, 246, 0.06);
        }

        .vultr-glyph.active {
            color: var(--primary);
            background-color: rgba(90, 90, 246, 0.12);
            font-weight: 600;
        }

        /* 主内容区域 */
        .enclave {
            flex: 1;
            width: 100%;
            max-width: 1280px;
            margin: 0 auto;
            padding: 2.5rem 1.5rem 5rem 1.5rem;
            display: flex;
            flex-direction: column;
            gap: 4rem;
        }

        /* 1. Hero 区域（vertical_stack） */
        .primus {
            background: linear-gradient(180deg, #ffffff 0%, #f0f4ff 100%);
            border: 1px solid var(--border);
            border-radius: var(--radius);
            padding: 3.5rem 2rem 2.5rem 2rem;
            box-shadow: var(--shadow);
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .sphere {
            max-width: 920px;
            width: 100%;
            margin-bottom: 2.5rem;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            align-items: center;
        }

        .scopel-pylon {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: rgba(90, 90, 246, 0.1);
            color: var(--primary);
            font-size: 0.875rem;
            font-weight: 600;
            padding: 0.4rem 1rem;
            border-radius: 50px;
            margin-bottom: 1.5rem;
            border: 1px solid rgba(90, 90, 246, 0.2);
        }

        .talis-enclave {
            font-size: clamp(2rem, 4vw, 3.1rem);
            font-weight: 800;
            line-height: 1.25;
            color: var(--dark-navy);
            letter-spacing: -0.03em;
            margin-bottom: 1.2rem;
            word-break: keep-all;
            white-space: normal;
        }

        .vesta-sub {
            font-size: clamp(1.05rem, 2vw, 1.25rem);
            color: var(--text-muted);
            max-width: 800px;
            margin-bottom: 2rem;
            line-height: 1.7;
        }

        .dacty-nexus {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1rem;
            margin-bottom: 2.5rem;
            width: 100%;
        }

        .pulsar-primary {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.75rem;
            background-color: var(--primary);
            color: #ffffff;
            font-size: 1.05rem;
            font-weight: 600;
            padding: 0.95rem 2.2rem;
            border-radius: var(--radius-sm);
            text-decoration: none;
            box-shadow: 0 8px 20px var(--primary-glow);
            transition: transform var(--transition), background-color var(--transition), box-shadow var(--transition);
            min-width: 0;
        }

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

        .pulsar-secondary {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            background-color: #ffffff;
            color: var(--dark-navy);
            border: 1px solid var(--border);
            font-size: 1.05rem;
            font-weight: 600;
            padding: 0.95rem 2.2rem;
            border-radius: var(--radius-sm);
            text-decoration: none;
            transition: all var(--transition);
            min-width: 0;
        }

        .pulsar-secondary:hover {
            border-color: var(--primary);
            color: var(--primary);
            transform: translateY(-2px);
        }

        .nexus-highlights {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1.5rem;
            width: 100%;
        }

        .echo-tag {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.925rem;
            color: var(--text-muted);
            font-weight: 500;
        }

        .spire-primus {
            width: 100%;
            border-radius: calc(var(--radius) - 6px);
            overflow: hidden;
            border: 1px solid rgba(226, 232, 240, 0.8);
            box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
            background-color: #ffffff;
        }

        .spire-primus img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }

        /* Section 2: Ephemeral Settings Panel */
        .aura {
            background-color: var(--surface-white);
            border: 1px solid var(--border);
            border-radius: var(--radius);
            padding: 3rem 2.5rem;
            box-shadow: var(--shadow);
        }

        .glint-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 3rem;
            align-items: center;
        }

        .vaulty-prism {
            flex: 1 1 480px;
            min-width: 0;
        }

        .talis-sec {
            font-size: clamp(1.5rem, 3vw, 2.1rem);
            font-weight: 700;
            color: var(--dark-navy);
            line-height: 1.35;
            margin-bottom: 1rem;
            letter-spacing: -0.01em;
        }

        .vesta-body {
            font-size: 1.05rem;
            color: var(--text-muted);
            margin-bottom: 2rem;
            line-height: 1.8;
        }

        .nexus-crypt {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            gap: 1.25rem;
        }

        .echo-echo {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            background-color: var(--bg-light);
            padding: 1.1rem 1.4rem;
            border-radius: var(--radius-sm);
            border: 1px solid rgba(226, 232, 240, 0.6);
            transition: border-color var(--transition);
        }

        .echo-echo:hover {
            border-color: rgba(90, 90, 246, 0.4);
        }

        .notus-pylon {
            width: 42px;
            height: 42px;
            border-radius: 10px;
            background: linear-gradient(135deg, var(--primary), #3b3be6);
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .vesta-talis {
            font-size: 1.05rem;
            font-weight: 600;
            color: var(--dark-navy);
            margin-bottom: 0.25rem;
        }

        .vesta-desc {
            font-size: 0.925rem;
            color: var(--text-sub);
            line-height: 1.5;
        }

        .spire-media {
            flex: 1 1 450px;
            min-width: 0;
            border-radius: var(--radius-sm);
            overflow: hidden;
            border: 1px solid var(--border);
            box-shadow: 0 12px 30px rgba(0,0,0,0.06);
        }

        .spire-media img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* Section 3: Vault Transfer Pipeline */
        .glint-article {
            background-color: var(--dark-navy);
            color: #ffffff;
            border-radius: var(--radius);
            padding: 3.5rem 2.5rem;
            box-shadow: 0 20px 50px rgba(11, 15, 25, 0.25);
        }

        .glint-article .talis-sec {
            color: #ffffff;
        }

        .glint-article .vesta-body {
            color: #94a3b8;
        }

        .glint-article .echo-echo {
            background-color: rgba(255, 255, 255, 0.05);
            border-color: rgba(255, 255, 255, 0.1);
        }

        .glint-article .echo-echo:hover {
            border-color: var(--primary);
        }

        .glint-article .vesta-talis {
            color: #ffffff;
        }

        .glint-article .vesta-desc {
            color: #cbd5e1;
        }

        /* Section 4: Security Feature Matrix & Topic Navigation */
        .cipher-aside {
            background-color: var(--surface-white);
            border: 1px solid var(--border);
            border-radius: var(--radius);
            padding: 3.5rem 2.5rem;
            box-shadow: var(--shadow);
        }

        .coda-trace {
            text-align: center;
            max-width: 750px;
            margin: 0 auto 3rem auto;
        }

        .nexus-matrix {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.75rem;
            margin-bottom: 3.5rem;
        }

        .vaulty-vaulty {
            background-color: var(--surface-card);
            border: 1px solid rgba(226, 232, 240, 0.8);
            border-radius: var(--radius-sm);
            padding: 1.75rem;
            transition: all var(--transition);
            display: flex;
            flex-direction: column;
            min-width: 0;
        }

        .vaulty-vaulty:hover {
            transform: translateY(-4px);
            border-color: var(--primary);
            box-shadow: var(--shadow-hover);
            background-color: #ffffff;
        }

        .notus-notus {
            width: 48px;
            height: 48px;
            border-radius: 12px;
            background-color: rgba(90, 90, 246, 0.1);
            color: var(--primary);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.25rem;
        }

        .prism-paths {
            border-top: 1px solid var(--border);
            padding-top: 3rem;
        }

        .talis-path {
            font-size: 1.4rem;
            font-weight: 700;
            color: var(--dark-navy);
            margin-bottom: 1.5rem;
            text-align: center;
        }

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

        .cipher-route {
            background-color: #ffffff;
            border: 1px solid var(--border);
            border-radius: var(--radius-sm);
            padding: 1.5rem;
            text-decoration: none;
            color: inherit;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            transition: all var(--transition);
        }

        .cipher-route:hover {
            border-color: var(--primary);
            box-shadow: 0 10px 25px rgba(90, 90, 246, 0.12);
        }

        .glyph-focal {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            color: var(--primary);
            font-weight: 600;
            font-size: 0.925rem;
            margin-top: 1rem;
        }

        /* 页脚区域 */
        .stasis {
            background-color: var(--dark-navy);
            color: #94a3b8;
            border-top: 1px solid #1e293b;
            padding: 4rem 1.5rem 2.5rem 1.5rem;
        }

        .stasis-orbit {
            max-width: 1280px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            gap: 3rem;
            justify-content: space-between;
            margin-bottom: 3rem;
        }

        .orbit-brand {
            flex: 1 1 320px;
            min-width: 0;
        }

        .brand-name {
            font-size: 1.4rem;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 0.8rem;
        }

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

        .crypt-col {
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
            min-width: 140px;
        }

        .talis-col {
            font-size: 0.95rem;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 0.5rem;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .glyph-orbit {
            color: #94a3b8;
            text-decoration: none;
            font-size: 0.9rem;
            transition: color var(--transition);
        }

        .glyph-orbit:hover {
            color: #ffffff;
        }

        .coda-bottom {
            max-width: 1280px;
            margin: 0 auto;
            border-top: 1px solid #1e293b;
            padding-top: 2rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 1rem;
            font-size: 0.875rem;
        }

        /* 响应式调整 */
        @media (max-width: 768px) {
            .vultr-trace {
                flex-direction: column;
                gap: 1rem;
            }

            [role="navigation"] {
                justify-content: center;
                width: 100%;
            }

            .enclave {
                padding: 1.5rem 1rem 3rem 1rem;
                gap: 2.5rem;
            }

            .primus, .aura, .glint-article, .cipher-aside {
                padding: 2rem 1.25rem;
            }

            .talis-enclave {
                font-size: 1.75rem;
            }

            .talis-sec {
                font-size: 1.4rem;
            }

            .dacty-nexus {
                flex-direction: column;
            }

            .pulsar-primary, .pulsar-secondary {
                width: 100%;
            }
        }

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

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

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

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

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

.vultr-vultr a.vultr-vultr-glyph {
    --aisite-shell-nav-padding: 0.55rem 1.1rem;
    --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;
}

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

.vultr-vultr{
            position: sticky;
            top: 0;
            z-index: 1000;
            background-color: rgba(255, 255, 255, 0.92);
            backdrop-filter: blur(16px);
            border-bottom: 1px solid #e2e8f0;
        }

.vultr-vultr .vultr-vultr-trace{
            max-width: 1280px;
            margin: 0 auto;
            padding: 0.9rem 1.5rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }

.vultr-vultr .vultr-sigil{
            display: flex;
            align-items: center;
            gap: 0.75rem;
            text-decoration: none;
        }

.vultr-vultr .vultr-sigil img{
            height: 38px;
            width: auto;
            display: block;
        }

.vultr-vultr .vultr-sigil-talis{
            font-size: 1.25rem;
            font-weight: 700;
            color: #0b0f19;
            letter-spacing: -0.02em;
        }

.vultr-vultr .vultr-vultr-glyph{
            text-decoration: none;
            color: #475569;
            font-size: 0.95rem;
            font-weight: 500;
            padding: 0.55rem 1.1rem;
            border-radius: 12px;
            transition: all 0.35s ease;
            min-width: 0;
        }

.vultr-vultr .vultr-vultr-glyph:hover{
            color: #5a5af6;
            background-color: rgba(90, 90, 246, 0.06);
        }

.vultr-vultr .vultr-vultr-glyph.active{
            color: #5a5af6;
            background-color: rgba(90, 90, 246, 0.12);
            font-weight: 600;
        }

@media (max-width: 768px){.vultr-vultr .vultr-vultr-trace{
                flex-direction: column;
                gap: 1rem;
            }}

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

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

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

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

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

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

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

.stasis-stasis .stasis-vesta-desc{
            font-size: 0.925rem;
            color: #64748b;
            line-height: 1.5;
        }

.stasis-stasis{
            background-color: #0b0f19;
            color: #94a3b8;
            border-top: 1px solid #1e293b;
            padding: 4rem 1.5rem 2.5rem 1.5rem;
        }

.stasis-stasis .stasis-stasis-orbit{
            max-width: 1280px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            gap: 3rem;
            justify-content: space-between;
            margin-bottom: 3rem;
        }

.stasis-stasis .stasis-orbit-brand{
            flex: 1 1 320px;
            min-width: 0;
        }

.stasis-stasis .stasis-brand-name{
            font-size: 1.4rem;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 0.8rem;
        }

.stasis-stasis .stasis-orbit-vultr{
            display: flex;
            flex-wrap: wrap;
            gap: 2.5rem;
        }

.stasis-stasis .stasis-crypt-col{
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
            min-width: 140px;
        }

.stasis-stasis .stasis-talis-col{
            font-size: 0.95rem;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 0.5rem;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

.stasis-stasis .stasis-glyph-orbit{
            color: #94a3b8;
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.35s ease;
        }

.stasis-stasis .stasis-glyph-orbit:hover{
            color: #ffffff;
        }

.stasis-stasis .stasis-coda-bottom{
            max-width: 1280px;
            margin: 0 auto;
            border-top: 1px solid #1e293b;
            padding-top: 2rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 1rem;
            font-size: 0.875rem;
        }