:root {
            --hskf09-primary: #5055e8;
            --hskf09-accent: #3a3eb2;
            --hskf09-bg: #fdfdff;
            --hskf09-text: #1a1b25;
            --hskf09-muted: #646676;
            --hskf09-glass: rgba(255, 255, 255, 0.9);
            --hskf09-radius: 20px;
            --hskf09-shadow: 0 10px 30px rgba(80, 85, 232, 0.08);
        }

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

        /* 强制复用导航栏样式 */
        .hskf09-vortex {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            background: var(--hskf09-glass);
            backdrop-filter: blur(10px);
            z-index: 1000;
            border-bottom: 1px solid rgba(80, 85, 232, 0.1);
        }

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

        .hskf09-logo img {
            height: 32px;
            width: auto;
            display: block;
        }

        .hskf09-clasp-links {
            display: flex;
            gap: 32px;
            flex-wrap: wrap;
            min-width: 0;
        }

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

        .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: transform 0.25s ease, background 0.25s ease;
        }

        .hskf09-warp-cta:hover {
            background: var(--hskf09-accent);
            transform: translateY(-2px);
        }

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

        .hskf09-beacon::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 300px;
            background: repeating-linear-gradient(45deg, rgba(80, 85, 232, 0.02) 0px, rgba(80, 85, 232, 0.02) 2px, transparent 2px, transparent 10px);
            bottom: 0;
            left: 0;
            mask-image: linear-gradient(to top, black, transparent);
        }

        .hskf09-vault-prime {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 24px;
            position: relative;
            z-index: 2;
        }

        .hskf09-clasp-strip {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            flex-wrap: wrap;
            min-width: 0;
        }

        .hskf09-badge-vibe {
            display: inline-block;
            padding: 8px 16px;
            background: rgba(80, 85, 232, 0.1);
            color: var(--hskf09-primary);
            border-radius: 100px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 1px;
            margin-bottom: 24px;
            text-transform: uppercase;
        }

        h1.hskf09-title-mega {
            font-size: clamp(2.5rem, 5vw, 4rem);
            line-height: 1.1;
            margin-bottom: 24px;
            color: #0c0d15;
            max-width: 900px;
            word-break: break-word;
        }

        .hskf09-plex-summary {
            font-size: 1.2rem;
            color: var(--hskf09-muted);
            max-width: 700px;
            margin-bottom: 48px;
            word-break: break-word;
        }

        /* Content Section - Glaze */
        .hskf09-glaze-setup {
            padding: 100px 0;
            background: #fff;
        }

        .hskf09-clasp-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            min-width: 0;
        }

        .hskf09-shard-step {
            flex: 1;
            min-width: 300px;
            background: #fff;
            padding: 40px;
            border-radius: var(--hskf09-radius);
            border: 1px solid rgba(0,0,0,0.05);
            transition: all 0.25s ease;
            position: relative;
        }

        .hskf09-shard-step:hover {
            box-shadow: var(--hskf09-shadow);
            transform: translateY(-5px);
            border-color: var(--hskf09-primary);
        }

        .hskf09-glyph-wrap {
            width: 60px;
            height: 60px;
            background: var(--hskf09-primary);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            color: white;
            box-shadow: 0 8px 16px rgba(80, 85, 232, 0.2);
        }

        .hskf09-shard-step h2 {
            font-size: 1.5rem;
            margin-bottom: 16px;
            color: var(--hskf09-text);
        }

        .hskf09-shard-step p {
            color: var(--hskf09-muted);
            font-size: 1rem;
        }

        /* Detail List - Plex */
        .hskf09-plex-details {
            padding: 80px 0;
            background: #f8faff;
        }

        .hskf09-clasp-row {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 60px;
            min-width: 0;
        }

        .hskf09-glaze-info {
            flex: 1;
            min-width: 320px;
        }

        .hskf09-shard-list {
            list-style: none;
            margin-top: 32px;
        }

        .hskf09-shard-list li {
            padding: 16px 0;
            border-bottom: 1px solid rgba(80, 85, 232, 0.1);
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .hskf09-shard-list li::before {
            content: '';
            width: 8px;
            height: 8px;
            background: var(--hskf09-primary);
            border-radius: 50%;
            flex-shrink: 0;
        }

        /* Footer - Stow */
        .hskf09-tether-base {
            background: #0c0d15;
            color: #fff;
            padding: 80px 0 40px;
        }

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

        .hskf09-plex-footer-brand {
            flex: 2;
            min-width: 250px;
        }

        .hskf09-plex-footer-brand h3 {
            font-size: 24px;
            margin-bottom: 20px;
            letter-spacing: 1px;
        }

        .hskf09-plex-footer-links {
            flex: 1;
            min-width: 150px;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .hskf09-plex-footer-links a {
            color: rgba(255,255,255,0.6);
            text-decoration: none;
            transition: color 0.25s ease;
        }

        .hskf09-plex-footer-links a:hover {
            color: var(--hskf09-primary);
        }

        .hskf09-stow-bottom {
            max-width: 1200px;
            margin: 40px auto 0;
            padding: 40px 24px 0;
            border-top: 1px solid rgba(255,255,255,0.1);
            text-align: center;
            color: rgba(255,255,255,0.4);
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .hskf09-vault-nav {
                height: auto;
                padding: 16px 24px;
                flex-direction: column;
                gap: 16px;
            }
            .hskf09-clasp-links {
                gap: 16px;
                justify-content: center;
            }
            .hskf09-beacon {
                padding-top: 180px;
            }
            .hskf09-title-mega {
                font-size: 2.2rem;
            }
        }

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