:root {
            --hskf09-primary: #5055e8;
            --hskf09-accent: #3b3fbd;
            --hskf09-bg: #f8faff;
            --hskf09-text: #1d1d1f;
            --hskf09-text-soft: #636366;
            --hskf09-white: #ffffff;
            --hskf09-radius: 20px;
            --hskf09-shadow: 0 10px 30px rgba(80, 85, 232, 0.08);
            --hskf09-transition: 0.25s ease;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            -webkit-font-smoothing: antialiased;
        }

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

        /* 强制导航栏样式复用 */
        .hskf09-vortex {
            position: fixed;
            top: 0;
            width: 100%;
            background: rgba(255, 255, 255, 0.85);
            backdrop-filter: blur(15px);
            z-index: 1000;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }

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

        .hskf09-logo img {
            height: 36px;
            display: block;
        }

        .hskf09-clasp-links {
            display: flex;
            gap: 32px;
        }

        .hskf09-trace-link {
            text-decoration: none;
            color: var(--hskf09-text-soft);
            font-size: 15px;
            font-weight: 500;
            transition: var(--hskf09-transition);
        }

        .hskf09-trace-link:hover, .hskf09-trace-link.active {
            color: var(--hskf09-primary);
        }

        .hskf09-warp-cta {
            background: var(--hskf09-primary);
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            transition: var(--hskf09-transition);
        }

        .hskf09-warp-cta:hover {
            background: var(--hskf09-accent);
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(80, 85, 232, 0.3);
        }

        /* Cinematic Strip Hero Layout */
        .hskf09-beacon {
            padding-top: 140px;
            padding-bottom: 80px;
            background: linear-gradient(135deg, #f0f3ff 0%, #ffffff 100%);
            position: relative;
            overflow: hidden;
        }

        .hskf09-prime {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 24px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .hskf09-prime h1 {
            font-size: clamp(2.5rem, 5vw, 3.8rem);
            line-height: 1.1;
            margin-bottom: 24px;
            font-weight: 800;
            background: linear-gradient(to right, #1d1d1f, #5055e8);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            word-break: keep-all;
        }

        .hskf09-prime p {
            max-width: 760px;
            font-size: 1.15rem;
            color: var(--hskf09-text-soft);
            margin-bottom: 48px;
            word-break: break-word;
        }

        /* The Cinematic Strip Element */
        .hskf09-plex-strip {
            display: flex;
            flex-wrap: nowrap;
            gap: 20px;
            width: 120%;
            margin-left: -10%;
            padding: 20px 0;
            pointer-events: none;
        }

        .hskf09-glaze-panel {
            flex: 1;
            height: 240px;
            background: var(--hskf09-white);
            border-radius: var(--hskf09-radius);
            box-shadow: var(--hskf09-shadow);
            opacity: 0.6;
            display: flex;
            align-items: center;
            justify-content: center;
            transform: rotate(-1deg);
        }

        .hskf09-glaze-panel:nth-child(even) {
            transform: rotate(1deg) translateY(20px);
            background: #eef1ff;
        }

        /* Download Selection Zone */
        .hskf09-vault-main {
            max-width: 1100px;
            margin: -60px auto 100px;
            padding: 0 24px;
            position: relative;
            z-index: 10;
        }

        .hskf09-plex-downloads {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
        }

        .hskf09-shard-platform {
            background: var(--hskf09-white);
            border-radius: var(--hskf09-radius);
            padding: 40px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            box-shadow: var(--hskf09-shadow);
            border: 1px solid rgba(80, 85, 232, 0.05);
            transition: var(--hskf09-transition);
        }

        .hskf09-shard-platform:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(80, 85, 232, 0.12);
        }

        .hskf09-glyph-icon {
            width: 64px;
            height: 64px;
            background: rgba(80, 85, 232, 0.08);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            color: var(--hskf09-primary);
        }

        .hskf09-shard-platform h2 {
            font-size: 1.5rem;
            margin-bottom: 12px;
            font-weight: 700;
        }

        .hskf09-shard-platform .hskf09-text-info {
            font-size: 0.95rem;
            color: var(--hskf09-text-soft);
            margin-bottom: 30px;
            flex-grow: 1;
        }

        .hskf09-jolt-download {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding: 16px 32px;
            background: var(--hskf09-primary);
            color: white;
            text-decoration: none;
            font-weight: 600;
            border-radius: 12px;
            transition: var(--hskf09-transition);
            gap: 10px;
        }

        .hskf09-jolt-download:hover {
            background: var(--hskf09-accent);
        }

        .hskf09-jolt-secondary {
            display: inline-flex;
            margin-top: 15px;
            color: var(--hskf09-primary);
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 500;
            border-bottom: 1px solid transparent;
            transition: var(--hskf09-transition);
        }

        .hskf09-jolt-secondary:hover {
            border-bottom-color: var(--hskf09-primary);
        }

        /* Info Section */
        .hskf09-glaze-specs {
            background: #111218;
            color: white;
            padding: 100px 0;
            margin-top: 60px;
        }

        .hskf09-clasp-specs {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 24px;
            display: flex;
            flex-wrap: wrap;
            gap: 60px;
        }

        .hskf09-shard-spec {
            flex: 1;
            min-width: 280px;
        }

        .hskf09-shard-spec h3 {
            color: var(--hskf09-primary);
            margin-bottom: 20px;
            font-size: 1.25rem;
        }

        .hskf09-shard-spec ul {
            list-style: none;
        }

        .hskf09-shard-spec li {
            padding: 10px 0;
            border-bottom: 1px solid rgba(255,255,255,0.1);
            font-size: 0.95rem;
            display: flex;
            justify-content: space-between;
        }

        .hskf09-shard-spec li span {
            color: #a1a1a6;
        }

        /* Footer */
        .hskf09-tether {
            background: var(--hskf09-white);
            padding: 80px 0 40px;
            border-top: 1px solid rgba(0,0,0,0.05);
        }

        .hskf09-stow-wrap {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 24px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 40px;
        }

        .hskf09-stow-brand {
            flex: 1;
            min-width: 240px;
        }

        .hskf09-stow-brand h4 {
            font-size: 1.5rem;
            font-weight: 800;
            margin-bottom: 15px;
            color: var(--hskf09-primary);
        }

        .hskf09-stow-links {
            display: flex;
            gap: 60px;
        }

        .hskf09-stow-col h5 {
            margin-bottom: 20px;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--hskf09-text);
        }

        .hskf09-stow-col a {
            display: block;
            text-decoration: none;
            color: var(--hskf09-text-soft);
            margin-bottom: 12px;
            font-size: 0.95rem;
            transition: var(--hskf09-transition);
        }

        .hskf09-stow-col a:hover {
            color: var(--hskf09-primary);
        }

        .hskf09-stow-bottom {
            max-width: 1100px;
            margin: 60px auto 0;
            padding: 24px;
            border-top: 1px solid rgba(0,0,0,0.05);
            text-align: center;
            font-size: 0.85rem;
            color: var(--hskf09-text-soft);
        }

        /* SVG Icons */
        .hskf09-svg-icon {
            width: 32px;
            height: 32px;
            fill: currentColor;
        }

        @media (max-width: 768px) {
            .hskf09-clasp-links { display: none; }
            .hskf09-prime h1 { font-size: 2.2rem; }
            .hskf09-plex-strip { display: none; }
            .hskf09-vault-main { margin-top: 20px; }
            .hskf09-stow-links { flex-direction: column; gap: 30px; }
        }

.hskf09-hdr-vortex {
    font-family: var(--hskf09-sans);
    line-height: 1.8;
    word-break: break-word;
    color: var(--hskf09-text-main);
}
.hskf09-hdr-vortex,
.hskf09-hdr-vortex *,
.hskf09-hdr-vortex *::before,
.hskf09-hdr-vortex *::after {
    box-sizing: border-box;
}

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

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

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

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

.hskf09-hdr-vortex a.hskf09-hdr-trace-link {
    --aisite-shell-nav-padding: 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;
}

.hskf09-hdr-vortex a.hskf09-hdr-trace-link,
.hskf09-hdr-vortex a.hskf09-hdr-trace-link:hover,
.hskf09-hdr-vortex a.hskf09-hdr-trace-link:focus,
.hskf09-hdr-vortex a.hskf09-hdr-trace-link:active,
.hskf09-hdr-vortex a.hskf09-hdr-trace-link.active,
.hskf09-hdr-vortex a.hskf09-hdr-trace-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);
}

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

.hskf09-hdr-vortex .hskf09-hdr-vault-nav{
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            height: 72px;
        }

.hskf09-hdr-vortex .hskf09-hdr-logo{
            display: flex;
            align-items: center;
        }

.hskf09-hdr-vortex .hskf09-hdr-logo img{
            height: 36px;
            width: auto;
        }

.hskf09-hdr-vortex .hskf09-hdr-clasp-links{
            display: flex;
            flex-wrap: wrap;
            gap: 32px;
        }

.hskf09-hdr-vortex .hskf09-hdr-trace-link{
            font-size: 15px;
            font-weight: 500;
            color: #6e6e73;
            position: relative;
        }

.hskf09-hdr-vortex .hskf09-hdr-trace-link:hover{
            color: #5055e8;
        }

.hskf09-hdr-vortex .hskf09-hdr-trace-link.active{
            color: #5055e8;
        }

.hskf09-hdr-vortex .hskf09-hdr-trace-link.active::after{
            content: "";
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #5055e8;
        }

.hskf09-hdr-vortex .hskf09-hdr-warp-cta{
            display: inline-flex;
            align-items: center;
            background: #5055e8;
            color: white;
            padding: 14px 32px;
            border-radius: 40px;
            font-weight: 600;
            font-size: 16px;
            transition: transform 0.25s ease, box-shadow 0.25s ease;
        }

.hskf09-hdr-vortex .hskf09-hdr-warp-cta:hover{
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(80, 85, 232, 0.4);
        }

@media (max-width: 768px){.hskf09-hdr-vortex .hskf09-hdr-clasp-links{
                display: none;
            }}

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

.hskf09-ftr-tether {
    font-family: var(--hskf09-sans);
    line-height: 1.8;
    word-break: break-word;
    color: var(--hskf09-text-main);
}
.hskf09-ftr-tether,
.hskf09-ftr-tether *,
.hskf09-ftr-tether *::before,
.hskf09-ftr-tether *::after {
    box-sizing: border-box;
}

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

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

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

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

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

.hskf09-ftr-tether{
            background: #f5f5f7;
            padding: 80px 0 40px;
            margin-top: 100px;
        }

.hskf09-ftr-tether .hskf09-ftr-stow-grid{
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
            display: flex;
            flex-wrap: wrap;
            gap: 60px;
        }

.hskf09-ftr-tether .hskf09-ftr-clasp-brand{
            flex: 2;
            min-width: 300px;
        }

.hskf09-ftr-tether .hskf09-ftr-clasp-brand h2{
            font-size: 28px;
            margin-bottom: 20px;
            font-family: "Inter", system-ui, -apple-system, sans-serif;
            letter-spacing: -1px;
        }

.hskf09-ftr-tether .hskf09-ftr-clasp-nav-group{
            flex: 1;
            min-width: 150px;
        }

.hskf09-ftr-tether .hskf09-ftr-clasp-nav-group h5{
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 24px;
            color: #1d1d1f;
        }

.hskf09-ftr-tether .hskf09-ftr-trace-footer{
            display: block;
            font-size: 14px;
            color: #6e6e73;
            margin-bottom: 12px;
        }

.hskf09-ftr-tether .hskf09-ftr-trace-footer:hover{
            color: #5055e8;
        }

.hskf09-ftr-tether .hskf09-ftr-clasp-copyright{
            max-width: 1280px;
            margin: 60px auto 0;
            padding: 40px 24px 0;
            border-top: 1px solid rgba(0,0,0,0.06);
            font-size: 13px;
            color: #6e6e73;
            text-align: center;
        }