:root {
            --primary: #d9e14b;
            --bg: #f5f5f7;
            --ink: #121212;
            --mute: #86868b;
            --radius: 22px;
            --speed: 0.15s;
        }

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

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

        /* 强制复用导航栏样式 */
        .orbit {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(20px);
            z-index: 1000;
            border-bottom: 1px solid rgba(0,0,0,0.05);
        }

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

        .sigil {
            height: 32px;
        }

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

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

        .axon {
            text-decoration: none;
            color: var(--ink);
            font-size: 14px;
            font-weight: 500;
            transition: color var(--speed);
            position: relative;
        }

        .axon:hover {
            color: #000;
        }

        .axon.active {
            color: var(--ink);
        }

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

        /* 主体布局结构 */
        main {
            padding-top: 72px;
        }

        .hull {
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        /* 毫秒级的响应逻辑 - Glare (Hero) */
        .glare {
            padding: 120px 0 80px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 4rem;
        }

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

        .glare .lens-shroud {
            flex: 1.2;
            min-width: 320px;
            border-radius: var(--radius);
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0,0,0,0.1);
        }

        .glare .lens-shroud img {
            width: 100%;
            display: block;
            object-fit: cover;
        }

        .crown-mega {
            font-size: clamp(2.5rem, 6vw, 5rem);
            font-weight: 800;
            line-height: 1.1;
            letter-spacing: -0.04em;
            margin-bottom: 2rem;
            word-break: keep-all;
        }

        .rune-lead {
            font-size: 1.25rem;
            color: var(--mute);
            max-width: 600px;
            margin-bottom: 3rem;
        }

        /* 核心提速黑科技 - Sheen (Grid) */
        .sheen {
            padding: 100px 0;
            background: #fff;
        }

        .crest-sub {
            text-align: center;
            margin-bottom: 60px;
        }

        .crown-large {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }

        .clump-tech {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }

        .slab-tech {
            background: var(--bg);
            padding: 3rem;
            border-radius: var(--radius);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .slab-tech:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.05);
        }

        .pips-tech {
            width: 60px;
            height: 60px;
            background: var(--primary);
            border-radius: 16px;
            margin-bottom: 2rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .pips-tech svg {
            width: 32px;
            height: 32px;
            fill: var(--ink);
        }

        .crown-small {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .rune-small {
            color: var(--mute);
            font-size: 1rem;
        }

        /* 优化指南 - Prism (Steps) */
        .prism {
            padding: 120px 0;
        }

        .shroud-guide {
            max-width: 900px;
            margin: 0 auto;
        }

        .bead-guide {
            display: flex;
            flex-wrap: wrap;
            gap: 3rem;
            margin-bottom: 4rem;
            position: relative;
        }

        .ribbon-number {
            font-size: 4rem;
            font-weight: 800;
            color: var(--primary);
            line-height: 1;
            opacity: 0.5;
            min-width: 80px;
        }

        .foil-shroud {
            flex: 1;
            min-width: 300px;
        }

        .spark-flux {
            display: inline-block;
            margin-top: 1.5rem;
            padding: 0.8rem 2rem;
            background: var(--ink);
            color: #fff;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            transition: background var(--speed);
        }

        .spark-flux:hover {
            background: #333;
        }

        /* 页脚 - Basal */
        .strata {
            background: #fff;
            padding: 80px 0 40px;
            border-top: 1px solid rgba(0,0,0,0.05);
        }

        .depth-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 4rem;
            margin-bottom: 60px;
        }

        .basal-brand {
            flex: 1.5;
            min-width: 260px;
        }

        .basal-brand .crown-brand {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
        }

        .basal-links {
            flex: 1;
            min-width: 150px;
        }

        .basal-links h4 {
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            margin-bottom: 1.5rem;
            color: var(--mute);
        }

        .basal-links a {
            display: block;
            text-decoration: none;
            color: var(--ink);
            margin-bottom: 0.8rem;
            font-size: 0.95rem;
        }

        .basal-rune {
            text-align: center;
            padding-top: 40px;
            border-top: 1px solid rgba(0,0,0,0.05);
            color: var(--mute);
            font-size: 0.85rem;
        }

        @media (max-width: 768px) {
            .glare {
                padding: 60px 0;
                text-align: center;
            }
            .mesh {
                display: none;
            }
            .crown-mega {
                font-size: 2.8rem;
            }
            .clump-tech {
                grid-template-columns: 1fr;
            }
        }

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

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

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

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

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

.orbit-orbit a.orbit-axon {
    --aisite-shell-nav-padding: 0.5rem 0.2rem;
    --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;
}

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

.orbit-orbit{
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(245, 245, 247, 0.85);
            backdrop-filter: blur(20px);
            border-bottom: 1px solid rgba(0,0,0,0.05);
        }

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

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

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

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

.orbit-orbit .orbit-axon{
            text-decoration: none;
            color: #121212;
            font-weight: 500;
            font-size: 0.95rem;
            padding: 0.5rem 0.2rem;
            transition: 0.15s ease;
            position: relative;
        }

.orbit-orbit .orbit-axon:hover{
            color: #000;
        }

.orbit-orbit .orbit-axon.active::after{
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #d9e14b;
        }

@media (max-width: 768px){.orbit-orbit .orbit-steer{
                flex-direction: column;
                gap: 1.5rem;
            }

.orbit-orbit .orbit-mesh{
                justify-content: center;
            }}

.orbit-orbit {
    background: rgb(245, 245, 247);
    background-image: none;
}

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

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

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

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

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

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

.strata-root{
            background: #fff;
            padding: 5rem 2rem;
            border-top: 1px solid rgba(0,0,0,0.05);
        }

.strata-root .strata-strata-shroud{
            max-width: 1300px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }

.strata-root .strata-rune-rune{
            color: #86868b;
            font-size: 0.9rem;
        }

.strata-root .strata-mesh-root{
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
        }

.strata-root .strata-axon-root{
            text-decoration: none;
            color: #86868b;
            font-size: 0.9rem;
            transition: 0.15s ease;
        }

.strata-root .strata-axon-root:hover{
            color: #121212;
        }