:root {
            --mtyPe2y8-primary: #c2f339;
            --mtyPe2y8-dark: #121212;
            --mtyPe2y8-light: #f8f9fa;
            --mtyPe2y8-gray: #666;
            --mtyPe2y8-radius: 20px;
            --mtyPe2y8-transition: 0.25s ease;
        }

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

        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            background-color: var(--mtyPe2y8-light);
            color: var(--mtyPe2y8-dark);
            line-height: 1.6;
        }

        /* 导航栏复用风格 */
        .mtyPe2y8-flux {
            background: #fff;
            box-shadow: 0 2px 15px rgba(0,0,0,0.05);
            position: sticky;
            top: 0;
            z-index: 1000;
            padding: 0.8rem 0;
        }

        .mtyPe2y8-shell-nav {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 5%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }

        .mtyPe2y8-logo img {
            height: 40px;
            width: auto;
        }

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

        .mtyPe2y8-nav-link {
            text-decoration: none;
            color: var(--mtyPe2y8-dark);
            font-weight: 500;
            font-size: 1rem;
            transition: var(--mtyPe2y8-transition);
            padding: 0.5rem 0;
            border-bottom: 2px solid transparent;
        }

        .mtyPe2y8-nav-link:hover, .mtyPe2y8-nav-link.active {
            color: #000;
            border-bottom-color: var(--mtyPe2y8-primary);
        }

        /* Hero展示区 - Vertical Stack */
        .mtyPe2y8-spark {
            padding: 80px 5%;
            background: linear-gradient(180deg, #fff 0%, var(--mtyPe2y8-light) 100%);
            text-align: center;
        }

        .mtyPe2y8-apex {
            max-width: 900px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .mtyPe2y8-apex h1 {
            font-size: clamp(2.5rem, 5vw, 4rem);
            line-height: 1.1;
            margin-bottom: 1.5rem;
            letter-spacing: -1px;
        }

        .mtyPe2y8-apex p {
            font-size: 1.25rem;
            color: var(--mtyPe2y8-gray);
            max-width: 700px;
            margin-bottom: 3rem;
        }

        /* 核心下载容器 */
        .mtyPe2y8-loom {
            max-width: 1100px;
            margin: -60px auto 80px;
            padding: 0 5%;
            display: flex;
            flex-wrap: wrap;
            gap: 25px;
            justify-content: center;
        }

        .mtyPe2y8-shard {
            background: #fff;
            padding: 40px;
            border-radius: var(--mtyPe2y8-radius);
            min-width: 300px;
            flex: 1;
            box-shadow: 0 10px 30px rgba(0,0,0,0.03);
            transition: transform var(--mtyPe2y8-transition), box-shadow var(--mtyPe2y8-transition);
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            border: 1px solid rgba(0,0,0,0.05);
        }

        .mtyPe2y8-shard:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.08);
        }

        .mtyPe2y8-shard svg {
            width: 60px;
            height: 60px;
            margin-bottom: 20px;
            fill: var(--mtyPe2y8-dark);
        }

        .mtyPe2y8-shard h3 {
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }

        .mtyPe2y8-shard p {
            color: var(--mtyPe2y8-gray);
            margin-bottom: 2rem;
            font-size: 0.95rem;
        }

        .mtyPe2y8-ping {
            background-color: var(--mtyPe2y8-primary);
            color: var(--mtyPe2y8-dark);
            padding: 14px 35px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            transition: var(--mtyPe2y8-transition);
            display: inline-block;
            box-shadow: 0 4px 15px rgba(194, 243, 57, 0.3);
        }

        .mtyPe2y8-ping:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 20px rgba(194, 243, 57, 0.5);
        }

        /* 版本细节 field */
        .mtyPe2y8-field {
            max-width: 900px;
            margin: 60px auto;
            background: #fff;
            border-radius: var(--mtyPe2y8-radius);
            padding: 40px;
            border: 1px dashed #ddd;
        }

        .mtyPe2y8-echo {
            display: flex;
            justify-content: space-between;
            padding: 15px 0;
            border-bottom: 1px solid #eee;
            flex-wrap: wrap;
        }

        .mtyPe2y8-echo:last-child {
            border-bottom: none;
        }

        .mtyPe2y8-echo span:first-child {
            font-weight: 600;
            color: var(--mtyPe2y8-gray);
        }

        /* 底部 wake */
        .mtyPe2y8-wake {
            background: var(--mtyPe2y8-dark);
            color: #fff;
            padding: 60px 5% 30px;
            margin-top: 100px;
        }

        .mtyPe2y8-root {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
        }

        .mtyPe2y8-root .brand-text {
            font-size: 1.5rem;
            font-weight: 800;
            color: var(--mtyPe2y8-primary);
        }

        .mtyPe2y8-root .links {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
        }

        .mtyPe2y8-root a {
            color: #ccc;
            text-decoration: none;
            font-size: 0.9rem;
            transition: var(--mtyPe2y8-transition);
        }

        .mtyPe2y8-root a:hover {
            color: var(--mtyPe2y8-primary);
        }

        .copyright {
            width: 100%;
            text-align: center;
            padding-top: 40px;
            color: #555;
            font-size: 0.85rem;
        }

        /* 响应式适配 */
        @media (max-width: 768px) {
            .mtyPe2y8-shell-nav {
                flex-direction: column;
                gap: 1.5rem;
            }
            .mtyPe2y8-trace {
                justify-content: center;
                gap: 1rem;
            }
            .mtyPe2y8-shard {
                min-width: 100%;
            }
            .mtyPe2y8-root {
                flex-direction: column;
                text-align: center;
            }
        }

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

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

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

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

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

.mtyPe2y8-hdr-flux a.mtyPe2y8-hdr-nav-link {
    --aisite-shell-nav-padding: 8px 0;
    --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;
}

.mtyPe2y8-hdr-flux a.mtyPe2y8-hdr-nav-link,
.mtyPe2y8-hdr-flux a.mtyPe2y8-hdr-nav-link:hover,
.mtyPe2y8-hdr-flux a.mtyPe2y8-hdr-nav-link:focus,
.mtyPe2y8-hdr-flux a.mtyPe2y8-hdr-nav-link:active,
.mtyPe2y8-hdr-flux a.mtyPe2y8-hdr-nav-link.active,
.mtyPe2y8-hdr-flux a.mtyPe2y8-hdr-nav-link[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);
}

.mtyPe2y8-hdr-flux{
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            background: rgba(15, 17, 21, 0.85);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(194, 243, 57, 0.1);
        }

.mtyPe2y8-hdr-flux .mtyPe2y8-hdr-shell-nav{
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 40px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }

.mtyPe2y8-hdr-flux .mtyPe2y8-hdr-logo{
            height: 40px;
            display: flex;
            align-items: center;
        }

.mtyPe2y8-hdr-flux .mtyPe2y8-hdr-logo img{
            height: 100%;
            width: auto;
        }

.mtyPe2y8-hdr-flux .mtyPe2y8-hdr-trace{
            display: flex;
            gap: 32px;
            align-items: center;
            flex-wrap: wrap;
            min-width: 0;
        }

.mtyPe2y8-hdr-flux .mtyPe2y8-hdr-nav-link{
            font-weight: 500;
            font-size: 16px;
            color: #a0a0a0;
            position: relative;
            padding: 8px 0;
        }

.mtyPe2y8-hdr-flux .mtyPe2y8-hdr-nav-link:hover{
            color: #c2f339;
        }

.mtyPe2y8-hdr-flux .mtyPe2y8-hdr-nav-link.active{
            color: #c2f339;
        }

.mtyPe2y8-hdr-flux .mtyPe2y8-hdr-nav-link.active::after{
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: #c2f339;
            box-shadow: 0 0 10px #c2f339;
        }

@media (max-width: 1024px){.mtyPe2y8-hdr-flux .mtyPe2y8-hdr-shell-nav{ padding: 0 20px; }}

@media (max-width: 768px){.mtyPe2y8-hdr-flux{ position: static; }

.mtyPe2y8-hdr-flux .mtyPe2y8-hdr-shell-nav{ height: auto; padding: 20px; flex-direction: column; gap: 20px; }

.mtyPe2y8-hdr-flux .mtyPe2y8-hdr-trace{ justify-content: center; width: 100%; }}

.mtyPe2y8-hdr-flux {
    background: rgb(15, 17, 21);
    background-image: none;
}

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

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

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

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

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

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

.mtyPe2y8-ftr-wake{
            background: #000;
            padding: 80px 0 40px;
            border-top: 1px solid rgba(255,255,255,0.05);
        }

.mtyPe2y8-ftr-wake .mtyPe2y8-ftr-root{
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 40px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 40px;
        }

.mtyPe2y8-ftr-wake .mtyPe2y8-ftr-field-footer-brand{
            max-width: 400px;
        }

.mtyPe2y8-ftr-wake .mtyPe2y8-ftr-field-footer-brand h4{
            font-size: 24px;
            margin-bottom: 20px;
            color: #c2f339;
        }

.mtyPe2y8-ftr-wake .mtyPe2y8-ftr-field-footer-brand p{
            color: #a0a0a0;
            margin-bottom: 20px;
        }

.mtyPe2y8-ftr-wake .mtyPe2y8-ftr-field-footer-links{
            display: flex;
            gap: 80px;
            flex-wrap: wrap;
        }

.mtyPe2y8-ftr-wake .mtyPe2y8-ftr-field-footer-col h5{
            font-size: 18px;
            margin-bottom: 20px;
            color: #fff;
        }

.mtyPe2y8-ftr-wake .mtyPe2y8-ftr-field-footer-col a{
            display: block;
            color: #a0a0a0;
            margin-bottom: 12px;
        }

.mtyPe2y8-ftr-wake .mtyPe2y8-ftr-field-footer-col a:hover{
            color: #c2f339;
        }

@media (max-width: 768px){.mtyPe2y8-ftr-wake .mtyPe2y8-ftr-field-footer-links{ gap: 40px; }}