:root {
            --theme-primary: #e36583;
            --theme-accent: #f28da3;
            --theme-bg: #121624;
            --theme-surface: #1a2035;
            --theme-surface-glow: rgba(227, 101, 131, 0.15);
            --theme-text: #f0f4f8;
            --theme-subtext: #9aa8c3;
            --radius-main: 16px;
            --radius-sm: 10px;
            --transition-base: 0.25s ease;
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            word-break: keep-all;
            overflow-wrap: break-word;
        }

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

        /* 顶部导航样式 - 首页基因继承 */
        .beacon-sheath {
            position: sticky;
            top: 0;
            z-index: 1000;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 1rem 5%;
            background: rgba(18, 22, 36, 0.88);
            backdrop-filter: blur(16px);
            border-bottom: 1px solid rgba(227, 101, 131, 0.2);
        }

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

        .beacon-crest img {
            height: 38px;
            width: auto;
            display: block;
        }

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

        .latch-strand {
            color: var(--theme-subtext);
            text-decoration: none;
            font-weight: 500;
            font-size: 0.95rem;
            transition: color var(--transition-base);
            position: relative;
            padding: 0.4rem 0;
        }

        .latch-strand:hover,
        .latch-strand.active {
            color: var(--theme-accent);
        }

        .latch-strand.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: var(--theme-primary);
            border-radius: 2px;
        }

        /* 主版心容器 */
        .vault-vault {
            width: 100%;
            max-width: 1240px;
            margin: 0 auto;
            padding: 2.5rem 1.5rem 5rem 1.5rem;
        }

        /* 统一标题排版 */
        .canopy-edict,
        .fortress-edict,
        .vanguard-edict,
        .vault-edict {
            font-size: clamp(1.8rem, 3.2vw, 2.6rem);
            font-weight: 800;
            color: #ffffff;
            line-height: 1.25;
            letter-spacing: -0.5px;
            margin-bottom: 1rem;
        }

        .canopy-script,
        .fortress-script,
        .vanguard-script,
        .vault-script {
            color: var(--theme-subtext);
            font-size: 1.05rem;
            line-height: 1.7;
            max-width: 780px;
        }

        /* 徽章与通用标签 */
        .aegis-ribbon {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.35rem 0.9rem;
            background: rgba(227, 101, 131, 0.12);
            border: 1px solid rgba(227, 101, 131, 0.3);
            border-radius: 50px;
            color: var(--theme-accent);
            font-size: 0.85rem;
            font-weight: 600;
            margin-bottom: 1.25rem;
        }

        /* 1. Hero 文章区 (<article>) */
        .canopy-vanguard {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 3rem;
            padding: 3.5rem 2.5rem;
            background: radial-gradient(circle at 80% 20%, rgba(227, 101, 131, 0.15) 0%, rgba(26, 32, 53, 0.95) 70%);
            border: 1px solid rgba(227, 101, 131, 0.25);
            border-radius: var(--radius-main);
            box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
            margin-bottom: 4rem;
        }

        .domain-vault {
            flex: 1 1 500px;
            min-width: 0;
        }

        .haven-capsule {
            flex: 1 1 380px;
            min-width: 0;
            background: rgba(18, 22, 36, 0.6);
            border: 1px solid rgba(227, 101, 131, 0.2);
            border-radius: var(--radius-main);
            padding: 2rem;
            position: relative;
            backdrop-filter: blur(10px);
        }

        .aegis-rune {
            width: 24px;
            height: 24px;
            fill: none;
            stroke: currentColor;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        .canopy-cohort {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            margin-top: 2rem;
        }

        .node-sheath {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            background: rgba(26, 32, 53, 0.8);
            border: 1px solid rgba(227, 101, 131, 0.2);
            padding: 0.75rem 1.25rem;
            border-radius: var(--radius-sm);
            color: var(--theme-text);
            font-size: 0.95rem;
            font-weight: 500;
        }

        .pulse-clinch {
            display: inline-flex;
            align-items: center;
            gap: 0.6rem;
            background: linear-gradient(135deg, #e36583 0%, #d84b6c 100%);
            color: #ffffff;
            padding: 0.9rem 2.2rem;
            border-radius: 12px;
            font-weight: 600;
            text-decoration: none;
            box-shadow: 0 8px 20px rgba(227, 101, 131, 0.4);
            transition: transform var(--transition-base), box-shadow var(--transition-base);
            margin-top: 2rem;
        }

        .pulse-clinch:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 25px rgba(227, 101, 131, 0.55);
        }

        /* 威胁防护动态雷达示意图 */
        .radar-visual {
            width: 100%;
            height: auto;
            max-width: 380px;
            margin: 0 auto;
            display: block;
        }

        /* 2. 多层级工作流 (<section>) */
        .fortress-domain {
            margin-bottom: 4rem;
        }

        .fortress-apex {
            text-align: center;
            margin-bottom: 3rem;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .pipeline-cohort {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
        }

        .nook-capsule {
            flex: 1 1 300px;
            min-width: 0;
            background: var(--theme-surface);
            border: 1px solid rgba(227, 101, 131, 0.2);
            border-radius: var(--radius-main);
            padding: 2.2rem;
            position: relative;
            transition: transform var(--transition-base), border-color var(--transition-base);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
        }

        .nook-capsule:hover {
            transform: translateY(-4px);
            border-color: rgba(227, 101, 131, 0.5);
        }

        .step-num {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 42px;
            height: 42px;
            background: rgba(227, 101, 131, 0.15);
            border: 1px solid var(--theme-primary);
            border-radius: 50%;
            color: var(--theme-accent);
            font-weight: 700;
            font-size: 1.1rem;
            margin-bottom: 1.25rem;
        }

        .nook-edict {
            font-size: 1.25rem;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 0.75rem;
        }

        .nook-script {
            color: var(--theme-subtext);
            font-size: 0.95rem;
            line-height: 1.6;
        }

        /* 3. 典型威胁类型 (<aside>) */
        .vanguard-domain {
            background: rgba(26, 32, 53, 0.5);
            border: 1px solid rgba(227, 101, 131, 0.2);
            border-radius: var(--radius-main);
            padding: 3.5rem 2.5rem;
            margin-bottom: 4rem;
        }

        .domain-cohort {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
            margin-top: 2.5rem;
        }

        .haven-nook {
            flex: 1 1 260px;
            min-width: 0;
            background: var(--theme-bg);
            border: 1px solid rgba(227, 101, 131, 0.15);
            border-radius: var(--radius-sm);
            padding: 1.8rem;
            transition: border-color var(--transition-base);
        }

        .haven-nook:hover {
            border-color: var(--theme-primary);
        }

        .threat-crest {
            width: 48px;
            height: 48px;
            background: rgba(227, 101, 131, 0.1);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--theme-accent);
            margin-bottom: 1.25rem;
        }

        .threat-edict {
            font-size: 1.1rem;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 0.6rem;
        }

        .threat-script {
            font-size: 0.9rem;
            color: var(--theme-subtext);
            line-height: 1.6;
        }

        /* 4. 灵活规则与白名单 (<div>) */
        .vault-fortress {
            display: flex;
            flex-wrap: wrap;
            gap: 2.5rem;
            align-items: center;
            background: linear-gradient(180deg, var(--theme-surface) 0%, rgba(18, 22, 36, 0.9) 100%);
            border: 1px solid rgba(227, 101, 131, 0.25);
            border-radius: var(--radius-main);
            padding: 3.5rem 2.5rem;
            margin-bottom: 2rem;
        }

        .vault-cohort {
            flex: 1 1 450px;
            min-width: 0;
        }

        .capsule-haven {
            flex: 1 1 400px;
            min-width: 0;
            background: rgba(18, 22, 36, 0.8);
            border: 1px solid rgba(227, 101, 131, 0.2);
            border-radius: var(--radius-sm);
            padding: 1.75rem;
        }

        .rule-node {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            padding: 1rem 0;
            border-bottom: 1px solid rgba(227, 101, 131, 0.1);
        }

        .rule-node:last-child {
            border-bottom: none;
        }

        .rule-rune {
            color: var(--theme-accent);
            flex-shrink: 0;
            margin-top: 3px;
        }

        .rule-edict {
            font-size: 1rem;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 0.25rem;
        }

        .rule-script {
            font-size: 0.88rem;
            color: var(--theme-subtext);
        }

        /* 页脚区域 (<div role="contentinfo">) */
        .bedrock-stratum {
            background: #0d101d;
            border-top: 1px solid rgba(227, 101, 131, 0.2);
            padding: 3.5rem 5% 2.5rem 5%;
        }

        .bedrock-vault {
            max-width: 1240px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 2.5rem;
        }

        .bedrock-cohort {
            flex: 1 1 300px;
            min-width: 0;
        }

        .bedrock-brand {
            font-size: 1.5rem;
            font-weight: 800;
            color: #ffffff;
            margin-bottom: 0.8rem;
            letter-spacing: -0.5px;
        }

        .bedrock-script {
            color: var(--theme-subtext);
            font-size: 0.9rem;
            line-height: 1.6;
            max-width: 360px;
        }

        .anchor-cluster {
            display: flex;
            flex-wrap: wrap;
            gap: 3rem;
        }

        .anchor-node {
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }

        .anchor-edict {
            font-size: 0.95rem;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 0.25rem;
        }

        .anchor-strand {
            color: var(--theme-subtext);
            text-decoration: none;
            font-size: 0.88rem;
            transition: color var(--transition-base);
        }

        .anchor-strand:hover {
            color: var(--theme-accent);
        }

        .bedrock-base {
            max-width: 1240px;
            margin: 2.5rem auto 0 auto;
            padding-top: 1.5rem;
            border-top: 1px solid rgba(255, 255, 255, 0.06);
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 1rem;
            color: var(--theme-subtext);
            font-size: 0.85rem;
        }

        /* 响应式适配 */
        @media (max-width: 768px) {
            .beacon-sheath {
                flex-direction: column;
                align-items: flex-start;
                gap: 1rem;
            }

            .nexus-cluster {
                gap: 1rem;
                width: 100%;
                justify-content: flex-start;
            }

            .canopy-vanguard,
            .vanguard-domain,
            .vault-fortress {
                padding: 2rem 1.25rem;
            }

            .haven-capsule {
                padding: 1.5rem;
            }
        }

.beacon-beacon-sheath {
    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(--theme-text);
}
.beacon-beacon-sheath,
.beacon-beacon-sheath *,
.beacon-beacon-sheath *::before,
.beacon-beacon-sheath *::after {
    box-sizing: border-box;
}

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

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

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

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

.beacon-beacon-sheath a.beacon-latch-strand {
    --aisite-shell-nav-padding: 0.5rem 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;
}

.beacon-beacon-sheath a.beacon-latch-strand,
.beacon-beacon-sheath a.beacon-latch-strand:hover,
.beacon-beacon-sheath a.beacon-latch-strand:focus,
.beacon-beacon-sheath a.beacon-latch-strand:active,
.beacon-beacon-sheath a.beacon-latch-strand.active,
.beacon-beacon-sheath a.beacon-latch-strand[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);
}

.beacon-beacon-sheath{
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(18, 22, 36, 0.92);
            backdrop-filter: blur(16px);
            border-bottom: 1px solid rgba(227, 101, 131, 0.25);
            padding: 1rem 2rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }

.beacon-beacon-sheath .beacon-beacon-crest{
            display: flex;
            align-items: center;
            min-width: 0;
        }

.beacon-beacon-sheath .beacon-beacon-crest img{
            height: 38px;
            width: auto;
            display: block;
        }

.beacon-beacon-sheath .beacon-nexus-cluster{
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            align-items: center;
            min-width: 0;
        }

.beacon-beacon-sheath .beacon-latch-strand{
            color: #9aa8c3;
            text-decoration: none;
            padding: 0.5rem 1.1rem;
            border-radius: 99px;
            font-size: 0.95rem;
            font-weight: 500;
            transition: all 0.25s ease;
            white-space: normal;
        }

.beacon-beacon-sheath .beacon-latch-strand:hover, .beacon-beacon-sheath .beacon-latch-strand.active{
            color: #ffffff;
            background: rgba(227, 101, 131, 0.18);
            box-shadow: 0 0 12px rgba(227, 101, 131, 0.35);
            border: 1px solid #e36583;
        }

@media (max-width: 768px){.beacon-beacon-sheath{
                padding: 0.8rem 1rem;
                flex-direction: column;
                align-items: stretch;
                gap: 0.8rem;
            }

.beacon-beacon-sheath .beacon-nexus-cluster{
                justify-content: center;
            }

.beacon-beacon-sheath .beacon-latch-strand{
                padding: 0.4rem 0.8rem;
                font-size: 0.85rem;
            }}

.beacon-beacon-sheath {
    background: rgb(18, 22, 36);
    background-image: none;
}

.bedrock-bedrock-stratum {
    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(--theme-text);
}
.bedrock-bedrock-stratum,
.bedrock-bedrock-stratum *,
.bedrock-bedrock-stratum *::before,
.bedrock-bedrock-stratum *::after {
    box-sizing: border-box;
}

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

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

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

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

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

.bedrock-bedrock-stratum .bedrock-stratum-edict{
            font-size: 2rem;
            color: #ffffff;
            margin-bottom: 0.75rem;
            font-weight: 700;
        }

.bedrock-bedrock-stratum{
            background: #0b0e17;
            border-top: 1px solid rgba(227, 101, 131, 0.25);
            padding: 3rem 2rem 2rem;
            color: #9aa8c3;
            font-size: 0.9rem;
        }

.bedrock-bedrock-stratum .bedrock-bedrock-sheath{
            max-width: 1360px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            gap: 2.5rem;
            justify-content: space-between;
            margin-bottom: 2rem;
        }

.bedrock-bedrock-stratum .bedrock-anchor-base{
            flex: 1 1 300px;
            min-width: 0;
        }

.bedrock-bedrock-stratum .bedrock-anchor-edict{
            font-size: 1.4rem;
            font-weight: 800;
            color: #ffffff;
            margin-bottom: 1rem;
            letter-spacing: 0.5px;
        }

.bedrock-bedrock-stratum .bedrock-anchor-script{
            line-height: 1.6;
            margin-bottom: 1rem;
        }

.bedrock-bedrock-stratum .bedrock-stratum-cluster{
            flex: 1 1 180px;
            min-width: 0;
            display: flex;
            flex-direction: column;
            gap: 0.6rem;
        }

.bedrock-bedrock-stratum .bedrock-stratum-edict{
            color: #ffffff;
            font-weight: 600;
            margin-bottom: 0.5rem;
            font-size: 1rem;
        }

.bedrock-bedrock-stratum .bedrock-stratum-strand{
            color: #9aa8c3;
            text-decoration: none;
            transition: color 0.2s ease;
        }

.bedrock-bedrock-stratum .bedrock-stratum-strand:hover{
            color: #f28da3;
        }

.bedrock-bedrock-stratum .bedrock-base-copyright{
            max-width: 1360px;
            margin: 0 auto;
            padding-top: 1.5rem;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            text-align: center;
            font-size: 0.85rem;
        }