:root {
            --primary: #e35919;
            --primary-soft: rgba(227, 89, 25, 0.1);
            --primary-glow: rgba(227, 89, 25, 0.25);
            --bg: #0a0a0c;
            --surface: #141417;
            --surface-high: #1c1c21;
            --border: #26262a;
            --radius: 12px;
            --text: #e2e2e4;
            --text-dim: #a1a1aa;
            --font: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        }

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

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

        /* 导航复用与适配 */
        .apex {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(10, 10, 12, 0.8);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid var(--border);
        }

        .steer {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 16px 24px;
        }

        .glyph img {
            height: 32px;
            display: block;
        }

        .voyage {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
        }

        .bezel {
            color: var(--text-dim);
            text-decoration: none;
            padding: 8px 16px;
            font-size: 14px;
            font-weight: 500;
            transition: all 0.35s ease;
            border-radius: 6px;
            min-width: 0;
        }

        .bezel:hover {
            color: var(--primary);
            background: var(--primary-soft);
        }

        .bezel.active {
            color: var(--primary);
            background: var(--primary-soft);
        }

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

        /* 基础路由模式 - Intro Article */
        .flare {
            padding: 120px 24px 80px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            background: radial-gradient(circle at top, #20130d 0%, #0a0a0c 60%);
        }

        .crest-mega {
            font-size: clamp(2.2rem, 5vw, 4rem);
            line-height: 1.1;
            font-weight: 800;
            letter-spacing: -0.03em;
            margin-bottom: 24px;
            color: #fff;
            max-width: 900px;
        }

        .rune-lead {
            font-size: clamp(1.1rem, 2vw, 1.25rem);
            color: var(--text-dim);
            max-width: 700px;
            margin-bottom: 48px;
            word-break: break-word;
        }

        .nexus-modes {
            display: flex;
            flex-wrap: wrap;
            gap: 24px;
            justify-content: center;
            width: 100%;
            max-width: 1100px;
        }

        .voxel-mode {
            flex: 1;
            min-width: 280px;
            background: var(--surface);
            border: 1px solid var(--border);
            border-radius: var(--radius);
            padding: 32px;
            text-align: left;
            transition: transform 0.35s ease, border-color 0.35s ease;
            position: relative;
            overflow: hidden;
        }

        .voxel-mode:hover {
            transform: translateY(-8px);
            border-color: var(--primary);
        }

        .mark-tally {
            width: 48px;
            height: 48px;
            background: var(--primary-soft);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            color: var(--primary);
        }

        .crest-sub {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 16px;
            color: #fff;
        }

        /* 自定义路由集 - Proof Aside */
        .prism {
            padding: 100px 24px;
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            gap: 60px;
            align-items: center;
        }

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

        .furl-pixel {
            flex: 1;
            min-width: 320px;
            position: relative;
        }

        .pixel-ambit {
            width: 100%;
            border-radius: var(--radius);
            border: 1px solid var(--border);
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
        }

        .ray-accent {
            width: 60px;
            height: 4px;
            background: var(--primary);
            margin-bottom: 24px;
            border-radius: 2px;
        }

        .rune-body {
            font-size: 1.1rem;
            color: var(--text-dim);
            margin-bottom: 32px;
        }

        .nexus-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
        }

        .atom-tag {
            background: var(--surface-high);
            border: 1px solid var(--border);
            padding: 6px 16px;
            border-radius: 50px;
            font-size: 0.9rem;
            color: var(--text);
        }

        /* 局域网共享 - Closing Section */
        .lumen {
            padding: 100px 24px;
            background: linear-gradient(to bottom, var(--bg), #111114);
        }

        .vault-inner {
            max-width: 1000px;
            margin: 0 auto;
            background: var(--surface-high);
            border: 1px solid var(--border);
            border-radius: 24px;
            padding: 60px;
            position: relative;
            overflow: hidden;
        }

        .vault-inner::before {
            content: "";
            position: absolute;
            top: -50%;
            right: -20%;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, var(--primary-glow) 0%, transparent 70%);
            pointer-events: none;
        }

        .nexus-steps {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 40px;
            margin-top: 48px;
        }

        .atom-step {
            min-width: 0;
        }

        .ray-num {
            font-size: 0.85rem;
            font-weight: 800;
            color: var(--primary);
            text-transform: uppercase;
            letter-spacing: 0.1em;
            margin-bottom: 12px;
            display: block;
        }

        .ignit-jolt {
            display: inline-flex;
            align-items: center;
            padding: 14px 32px;
            background: var(--primary);
            color: #fff;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            margin-top: 40px;
            transition: all 0.35s ease;
            box-shadow: 0 10px 25px rgba(227, 89, 25, 0.3);
        }

        .ignit-jolt:hover {
            transform: scale(1.05);
            box-shadow: 0 15px 35px rgba(227, 89, 25, 0.4);
        }

        /* 页脚 */
        .orig {
            padding: 80px 24px;
            border-top: 1px solid var(--border);
            background: var(--bg);
        }

        .basis-vault {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 48px;
        }

        .datum-brand {
            flex: 1;
            min-width: 280px;
        }

        .datum-links {
            display: flex;
            gap: 80px;
            flex-wrap: wrap;
        }

        .nexus-orig-drift {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .bezel-orig {
            color: var(--text-dim);
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s;
        }

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

        .terra-copyright {
            margin-top: 80px;
            padding-top: 32px;
            border-top: 1px solid var(--border);
            color: #555;
            font-size: 13px;
            text-align: center;
        }

        @media (max-width: 768px) {
            .voyage {
                display: none; /* 移动端可根据实际情况做抽屉，这里简单处理 */
            }
            .steer {
                justify-content: center;
            }
            .prism {
                flex-direction: column;
            }
            .vault-inner {
                padding: 40px 24px;
            }
        }

.steer-apex {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.7;
    word-break: keep-all;
    color: var(--rune-main);
}
.steer-apex,
.steer-apex *,
.steer-apex *::before,
.steer-apex *::after {
    box-sizing: border-box;
}

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

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

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

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

.steer-apex a.steer-bezel {
    --aisite-shell-nav-padding: 8px 16px;
    --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;
}

.steer-apex a.steer-bezel,
.steer-apex a.steer-bezel:hover,
.steer-apex a.steer-bezel:focus,
.steer-apex a.steer-bezel:active,
.steer-apex a.steer-bezel.active,
.steer-apex a.steer-bezel[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);
}

.steer-apex{
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(10, 10, 12, 0.85);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid #26262a;
        }

.steer-apex .steer-steer{
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 24px;
            height: 72px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

.steer-apex .steer-glyph{
            height: 36px;
            display: flex;
            align-items: center;
        }

.steer-apex .steer-glyph img{
            height: 100%;
            width: auto;
        }

.steer-apex .steer-voyage{
            display: flex;
            gap: 8px;
            align-items: center;
        }

.steer-apex .steer-bezel{
            color: #94949e;
            text-decoration: none;
            padding: 8px 16px;
            font-size: 14px;
            font-weight: 500;
            border-radius: 8px;
            transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        }

.steer-apex .steer-bezel:hover{
            color: #e35919;
            background: rgba(227, 89, 25, 0.1);
        }

.steer-apex .steer-bezel.active{
            color: #e2e2e4;
            background: rgba(255, 255, 255, 0.05);
            box-shadow: 0 0 0 1px #26262a;
        }

@media (max-width: 768px){.steer-apex .steer-steer{
                padding: 0 16px;
            }

.steer-apex .steer-voyage{
                display: none; 
            }}

.steer-apex {
    background: rgb(10, 10, 12);
    background-image: none;
}

.datum-orig {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.7;
    word-break: keep-all;
    color: var(--rune-main);
}
.datum-orig,
.datum-orig *,
.datum-orig *::before,
.datum-orig *::after {
    box-sizing: border-box;
}

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

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

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

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

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

.datum-orig{
            padding: 80px 24px;
            background: #0a0a0c;
            border-top: 1px solid #26262a;
            text-align: center;
        }

.datum-orig .datum-datum-brand{
            font-size: 24px;
            font-weight: 800;
            color: #e35919;
            margin-bottom: 16px;
        }

.datum-orig .datum-datum-info{
            color: #94949e;
            font-size: 14px;
            max-width: 600px;
            margin: 0 auto;
        }

.datum-orig .datum-datum-links{
            margin-top: 32px;
            display: flex;
            justify-content: center;
            gap: 24px;
            flex-wrap: wrap;
        }

.datum-orig .datum-datum-bezel{
            color: #94949e;
            text-decoration: none;
            font-size: 14px;
        }

.datum-orig .datum-datum-bezel:hover{
            color: #fff;
        }