:root {
            --primary: #f73c6b;
            --primary-soft: #ffedf1;
            --radius: 20px;
            --bg: #f9fafb;
            --text: #1a1a1c;
            --text-muted: #6b7280;
            --shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            --transition: 0.25s ease;
        }

        * {
            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(--bg);
            color: var(--text);
            line-height: 1.7;
            overflow-x: hidden;
        }

        /* 导航复用 */
        .vortex {
            width: 100%;
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(10px);
            position: fixed;
            top: 0;
            z-index: 1000;
            border-bottom: 1px solid rgba(0,0,0,0.05);
        }

        .transit {
            max-width: 1200px;
            margin: 0 auto;
            padding: 1rem 2rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

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

        .ribbon {
            display: flex;
            gap: 2rem;
        }

        .wire {
            text-decoration: none;
            color: var(--text);
            font-weight: 500;
            transition: var(--transition);
            font-size: 0.95rem;
            position: relative;
        }

        .wire:hover, .wire.active {
            color: var(--primary);
        }

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

        /* 主容器 */
        main {
            padding-top: 80px;
        }

        /* Hero: 从入门到精通 (Article: intro) */
        .zenith {
            width: 100%;
            padding: 6rem 2rem 4rem;
            background: radial-gradient(circle at top right, var(--primary-soft), transparent);
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .crest-mega {
            font-size: clamp(2.5rem, 6vw, 4rem);
            line-height: 1.1;
            font-weight: 800;
            max-width: 850px;
            margin-bottom: 1.5rem;
            word-break: keep-all;
        }

        .echo-lead {
            font-size: 1.25rem;
            color: var(--text-muted);
            max-width: 700px;
            margin-bottom: 3rem;
            word-break: break-word;
        }

        .swarm-steps {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1.5rem;
            width: 100%;
            max-width: 1000px;
        }

        .pod-level {
            flex: 1;
            min-width: 280px;
            background: white;
            padding: 2.5rem;
            border-radius: var(--radius);
            border: 1px solid rgba(0,0,0,0.03);
            transition: var(--transition);
            text-align: left;
            box-shadow: var(--shadow);
        }

        .pod-level:hover {
            transform: translateY(-5px);
            border-color: var(--primary);
        }

        .pixel-mesh {
            width: 48px;
            height: 48px;
            background: var(--primary-soft);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
            color: var(--primary);
        }

        /* 快捷指令: 效率的秘诀 (Article: steps) */
        .matrix-directory {
            max-width: 1200px;
            margin: 4rem auto;
            padding: 0 2rem;
        }

        .heel-brow {
            margin-bottom: 3rem;
        }

        .crest-sub {
            font-size: 2.25rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }

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

        .pod-shortcut {
            background: white;
            padding: 2rem;
            border-radius: var(--radius);
            display: flex;
            align-items: flex-start;
            gap: 1.5rem;
            border: 1px solid rgba(0,0,0,0.03);
        }

        .pixel-box {
            flex-shrink: 0;
            width: 56px;
            height: 56px;
            background: linear-gradient(135deg, var(--primary), #ff6b8e);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            box-shadow: 0 8px 15px rgba(247, 60, 107, 0.2);
        }

        .echo-key {
            display: inline-block;
            background: #f3f4f6;
            padding: 0.2rem 0.6rem;
            border-radius: 6px;
            font-family: monospace;
            font-weight: 600;
            margin: 0 0.2rem;
            border-bottom: 2px solid #d1d5db;
        }

        /* 高级配置与脚本扩展 (Section: steps) */
        .glare-expert {
            background: #1a1a1c;
            color: white;
            padding: 6rem 2rem;
            margin-top: 6rem;
        }

        .vault-inner {
            max-width: 1100px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            gap: 4rem;
            align-items: center;
        }

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

        .crest-light {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            color: white;
        }

        .echo-dim {
            color: #9ca3af;
            margin-bottom: 2rem;
            font-size: 1.1rem;
        }

        .swarm-code {
            flex: 1;
            min-width: 320px;
            background: #2d2d2f;
            padding: 2rem;
            border-radius: var(--radius);
            border: 1px solid rgba(255,255,255,0.1);
            font-family: 'Fira Code', monospace;
            position: relative;
            overflow: hidden;
        }

        .swarm-code::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: var(--primary);
        }

        .optic-line {
            display: block;
            margin-bottom: 0.5rem;
            color: #d1d5db;
            font-size: 0.9rem;
        }

        .jolt-ghost {
            display: inline-block;
            padding: 1rem 2rem;
            border: 1px solid rgba(255,255,255,0.2);
            border-radius: 50px;
            color: white;
            text-decoration: none;
            font-weight: 600;
            transition: var(--transition);
        }

        .jolt-ghost:hover {
            background: rgba(255,255,255,0.05);
            border-color: white;
        }

        /* 侧边栏: 小贴士 (Aside) */
        .vault-aside {
            max-width: 1200px;
            margin: 4rem auto;
            padding: 0 2rem;
        }

        .pod-tip {
            background: var(--primary-soft);
            padding: 2.5rem;
            border-radius: var(--radius);
            border-left: 6px solid var(--primary);
            display: flex;
            align-items: center;
            gap: 2rem;
        }

        /* 页脚 */
        .abyss {
            background: white;
            padding: 4rem 2rem;
            border-top: 1px solid rgba(0,0,0,0.05);
            margin-top: 4rem;
        }

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

        .blip-brand {
            flex: 1;
            min-width: 250px;
        }

        .crest-brand {
            font-size: 1.5rem;
            font-weight: 800;
            color: var(--primary);
            margin-bottom: 1rem;
        }

        .blip-vortex {
            display: flex;
            gap: 4rem;
        }

        .swarm-links {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }

        .wire-blip {
            text-decoration: none;
            color: var(--text-muted);
            font-size: 0.9rem;
            transition: var(--transition);
        }

        .wire-blip:hover {
            color: var(--primary);
        }

        @media (max-width: 768px) {
            .ribbon {
                display: none;
            }
            .pod-tip {
                flex-direction: column;
                text-align: center;
            }
            .blip-vortex {
                flex-direction: column;
                gap: 2rem;
            }
            .glare-expert {
                padding: 4rem 1.5rem;
            }
        }

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

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

.vortex-vortex .vortex-glyph{
            height: 40px;
            display: flex;
            align-items: center;
        }

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

.vortex-vortex .vortex-ribbon{
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
        }

.vortex-vortex .vortex-wire{
            text-decoration: none;
            color: #1a1a1c;
            font-weight: 500;
            font-size: 0.95rem;
            transition: 0.25s ease;
            position: relative;
        }

.vortex-vortex .vortex-wire:hover, .vortex-vortex .vortex-wire.active{
            color: #f73c6b;
        }

.vortex-vortex .vortex-wire.active::after{
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #f73c6b;
            border-radius: 2px;
        }

@media (max-width: 768px){.vortex-vortex .vortex-transit{ flex-direction: column; gap: 1.5rem; text-align: center; }}

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

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

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

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

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

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

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

.abyss-abyss .abyss-ribbon{
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
        }

.abyss-abyss .abyss-wire{
            text-decoration: none;
            color: #1a1a1c;
            font-weight: 500;
            font-size: 0.95rem;
            transition: 0.25s ease;
            position: relative;
        }

.abyss-abyss .abyss-wire:hover, .abyss-abyss .abyss-wire.active{
            color: #f73c6b;
        }

.abyss-abyss .abyss-wire.active::after{
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #f73c6b;
            border-radius: 2px;
        }

.abyss-abyss{
            background: white;
            padding: 5rem 2rem 2rem;
            border-top: 1px solid rgba(0,0,0,0.05);
        }

.abyss-abyss .abyss-blip-inner{
            max-width: 1300px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 3rem;
        }

.abyss-abyss .abyss-echo-copyright{
            color: #666666;
            font-size: 0.9rem;
            margin-top: 4rem;
            text-align: center;
            width: 100%;
        }