:root {
            --primary: #f73c6b;
            --primary-soft: #ffedf1;
            --radius: 20px;
            --bg: #f9fafb;
            --dark: #1a1a1c;
            --gray: #6b7280;
            --shadow: 0 10px 25px rgba(247, 60, 107, 0.1);
            --glass: rgba(255, 255, 255, 0.8);
        }

        * {
            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(--dark);
            line-height: 1.7;
            word-break: keep-all;
            overflow-x: hidden;
        }

        /* 导航复用风格 */
        .vortex {
            width: 100%;
            background: var(--glass);
            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;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }

        .glyph {
            height: 40px;
            min-width: 0;
        }

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

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

        .wire {
            text-decoration: none;
            color: var(--dark);
            font-weight: 500;
            font-size: 0.95rem;
            transition: color 0.25s ease;
            min-width: 0;
        }

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

        .wire.active {
            color: var(--primary);
            font-weight: 700;
        }

        /* 主体布局 */
        main {
            padding-top: 80px;
        }

        .zenith {
            width: 100%;
            padding: 6rem 2rem 4rem;
            background: radial-gradient(circle at top right, var(--primary-soft), transparent);
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            text-align: center;
        }

        .swarm {
            max-width: 1100px;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            align-items: center;
        }

        .crest-mega {
            font-size: clamp(2.2rem, 6vw, 4rem);
            line-height: 1.1;
            font-weight: 800;
            color: var(--dark);
            margin-bottom: 1.5rem;
            word-break: break-word;
        }

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

        /* 下载矩阵 */
        .matrix {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
            width: 100%;
            padding: 0 2rem;
            margin-bottom: 6rem;
        }

        .shard-glass {
            background: white;
            padding: 3rem 2rem;
            border-radius: var(--radius);
            border: 1px solid rgba(0,0,0,0.03);
            transition: transform 0.25s ease, box-shadow 0.25s ease;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            align-items: center;
            text-align: center;
            min-width: 0;
            box-shadow: 0 4px 6px rgba(0,0,0,0.02);
        }

        .shard-glass:hover {
            transform: translateY(-10px);
            box-shadow: var(--shadow);
        }

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

        .crest-sub {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
        }

        .echo-meta {
            font-size: 0.9rem;
            color: var(--gray);
            margin-bottom: 2rem;
        }

        .jolt-primary {
            background: var(--primary);
            color: white;
            padding: 1rem 2.5rem;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none;
            transition: opacity 0.25s ease;
            box-shadow: 0 8px 20px rgba(247, 60, 107, 0.2);
            min-width: 0;
            width: 100%;
        }

        .jolt-primary:hover {
            opacity: 0.9;
        }

        /* 统计区块 */
        .vault-stats {
            max-width: 1200px;
            margin: 0 auto 6rem;
            padding: 4rem 2rem;
            background: white;
            border-radius: 30px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            gap: 2rem;
        }

        .pod-data {
            flex: 1;
            min-width: 240px;
            text-align: center;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            align-items: center;
        }

        .pixel-pulse {
            width: 48px;
            height: 48px;
            margin-bottom: 1rem;
            color: var(--primary);
        }

        .crest-stat {
            font-size: 2rem;
            font-weight: 800;
            color: var(--dark);
            margin-bottom: 0.5rem;
        }

        .echo-stat {
            color: var(--gray);
            font-weight: 500;
        }

        /* 版本日志 */
        .vault-history {
            max-width: 900px;
            margin: 0 auto 8rem;
            padding: 0 2rem;
        }

        .crest-vault {
            font-size: 2.2rem;
            font-weight: 800;
            text-align: center;
            margin-bottom: 4rem;
        }

        .nexus-log {
            position: relative;
            padding-left: 2rem;
            border-left: 2px solid var(--primary-soft);
        }

        .optic-update {
            margin-bottom: 3rem;
            position: relative;
        }

        .optic-update::before {
            content: '';
            position: absolute;
            left: -2.45rem;
            top: 0.5rem;
            width: 14px;
            height: 14px;
            background: var(--primary);
            border-radius: 50%;
            border: 3px solid white;
        }

        .brow-version {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1rem;
        }

        .snap-tag {
            background: var(--primary-soft);
            color: var(--primary);
            padding: 0.3rem 0.8rem;
            border-radius: 8px;
            font-size: 0.85rem;
            font-weight: 700;
        }

        .echo-date {
            color: var(--gray);
            font-size: 0.9rem;
        }

        .echo-swarm {
            background: white;
            padding: 1.5rem;
            border-radius: 16px;
            border: 1px solid rgba(0,0,0,0.03);
        }

        /* 页脚复用 */
        .abyss {
            background: #111;
            color: white;
            padding: 5rem 2rem 2rem;
        }

        .basis {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 3rem;
            border-bottom: 1px solid rgba(255,255,255,0.1);
            padding-bottom: 3rem;
        }

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

        .crest-blip {
            font-size: 1.5rem;
            font-weight: 800;
            margin-bottom: 1.2rem;
            color: white;
        }

        .echo-blip {
            color: #999;
            font-size: 0.9rem;
            max-width: 300px;
        }

        .ribbon-links {
            display: flex;
            flex-wrap: wrap;
            gap: 4rem;
        }

        .bead-ribbon {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            gap: 0.8rem;
        }

        .wire-blip {
            color: #999;
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.25s ease;
        }

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

        .blip-copyright {
            max-width: 1200px;
            margin: 2rem auto 0;
            text-align: center;
            color: #555;
            font-size: 0.85rem;
        }

        /* 图片容器 */
        .veil-glare {
            width: 100%;
            max-width: 800px;
            margin-top: 3rem;
            border-radius: var(--radius);
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            overflow: hidden;
        }

        .veil-glare img {
            width: 100%;
            display: block;
        }

        @media (max-width: 768px) {
            .ribbon {
                display: none;
            }
            .crest-mega {
                font-size: 2.2rem;
            }
            .vault-stats {
                flex-direction: column;
            }
            .matrix {
                grid-template-columns: 1fr;
            }
        }

.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%;
        }