:root {
            --t8w7hzya-primary: #ea594f;
            --t8w7hzya-primary-soft: #fff1f0;
            --t8w7hzya-text-dark: #1d1d1f;
            --t8w7hzya-text-gray: #515154;
            --t8w7hzya-white: #ffffff;
            --t8w7hzya-bg-light: #fbfbfd;
            --t8w7hzya-radius: 18px;
            --t8w7hzya-shadow: 0 10px 30px rgba(234, 89, 79, 0.08);
            --t8w7hzya-transition: 0.25s ease;
        }

        * {
            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(--t8w7hzya-bg-light);
            color: var(--t8w7hzya-text-dark);
            line-height: 1.7;
            word-break: keep-all;
            overflow-wrap: break-word;
        }

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

        .t8w7hzya-cloak-nav {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 20px;
            height: 72px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }

        .t8w7hzya-logo {
            display: flex;
            align-items: center;
            min-width: 0;
        }

        .t8w7hzya-logo img {
            height: 36px;
            width: auto;
        }

        .t8w7hzya-glide {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            min-width: 0;
        }

        .t8w7hzya-nav-link {
            text-decoration: none;
            color: var(--t8w7hzya-text-gray);
            font-size: 15px;
            font-weight: 500;
            margin-left: 28px;
            transition: var(--t8w7hzya-transition);
            white-space: nowrap;
        }

        .t8w7hzya-nav-link:hover, .t8w7hzya-nav-link.active {
            color: var(--t8w7hzya-primary);
        }

        /* Hero Area - Fullbleed Overlay */
        .t8w7hzya-lumen {
            position: relative;
            width: 100%;
            min-height: 500px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #ea594f 0%, #ff8a7a 100%);
            padding: 80px 20px;
            overflow: hidden;
            text-align: center;
        }

        .t8w7hzya-lumen::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: radial-gradient(circle at 2px 2px, rgba(255,255,255,0.15) 1px, transparent 0);
            background-size: 32px 32px;
        }

        .t8w7hzya-void {
            position: relative;
            z-index: 2;
            max-width: 800px;
            width: 100%;
            color: var(--t8w7hzya-white);
        }

        .t8w7hzya-lumen h1 {
            font-size: clamp(2rem, 5vw, 3.5rem);
            font-weight: 800;
            margin-bottom: 24px;
            line-height: 1.2;
            white-space: normal;
        }

        .t8w7hzya-lumen p {
            font-size: 1.2rem;
            opacity: 0.9;
            margin-bottom: 32px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        /* Main Content Container */
        .t8w7hzya-prism {
            max-width: 1000px;
            margin: -60px auto 80px;
            padding: 0 20px;
            position: relative;
            z-index: 5;
        }

        .t8w7hzya-apex {
            background: var(--t8w7hzya-white);
            border-radius: var(--t8w7hzya-radius);
            padding: 40px;
            box-shadow: var(--t8w7hzya-shadow);
            margin-bottom: 40px;
        }

        .t8w7hzya-apex h2 {
            font-size: 24px;
            margin-bottom: 20px;
            color: var(--t8w7hzya-primary);
            display: flex;
            align-items: center;
        }

        .t8w7hzya-apex h2 svg {
            margin-right: 12px;
        }

        /* Grid for Steps */
        .t8w7hzya-blaze {
            display: flex;
            flex-wrap: wrap;
            gap: 24px;
            margin-top: 40px;
        }

        .t8w7hzya-shard {
            flex: 1;
            min-width: 300px;
            background: var(--t8w7hzya-white);
            border-radius: var(--t8w7hzya-radius);
            padding: 32px;
            border: 1px solid rgba(0,0,0,0.03);
            transition: transform var(--t8w7hzya-transition), box-shadow var(--t8w7hzya-transition);
        }

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

        .t8w7hzya-facet {
            width: 56px;
            height: 56px;
            background: var(--t8w7hzya-primary-soft);
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            color: var(--t8w7hzya-primary);
        }

        .t8w7hzya-shard h3 {
            font-size: 20px;
            margin-bottom: 16px;
            color: var(--t8w7hzya-text-dark);
        }

        .t8w7hzya-shard p {
            color: var(--t8w7hzya-text-gray);
            font-size: 15px;
            line-height: 1.6;
        }

        .t8w7hzya-shard ol {
            margin-top: 15px;
            padding-left: 20px;
            color: var(--t8w7hzya-text-gray);
        }

        .t8w7hzya-shard li {
            margin-bottom: 8px;
        }

        /* Button Styles */
        .t8w7hzya-jolt {
            display: inline-flex;
            align-items: center;
            background: var(--t8w7hzya-primary);
            color: var(--t8w7hzya-white);
            padding: 14px 32px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 600;
            transition: var(--t8w7hzya-transition);
            border: none;
            cursor: pointer;
        }

        .t8w7hzya-jolt:hover {
            background: #d4483e;
            transform: scale(1.02);
            box-shadow: 0 5px 15px rgba(234, 89, 79, 0.3);
        }

        .t8w7hzya-snap {
            display: inline-flex;
            align-items: center;
            background: transparent;
            color: var(--t8w7hzya-primary);
            padding: 12px 28px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 600;
            transition: var(--t8w7hzya-transition);
            border: 2px solid var(--t8w7hzya-primary);
            margin-left: 15px;
        }

        .t8w7hzya-snap:hover {
            background: var(--t8w7hzya-primary-soft);
        }

        /* Footer Area */
        .t8w7hzya-abyss {
            background: #1d1d1f;
            color: #a1a1a6;
            padding: 80px 20px 40px;
            margin-top: 60px;
        }

        .t8w7hzya-trace {
            max-width: 1100px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            border-top: 1px solid rgba(255,255,255,0.1);
            padding-top: 40px;
        }

        .t8w7hzya-trace-col {
            flex: 1;
            min-width: 200px;
            margin-bottom: 30px;
        }

        .t8w7hzya-trace-col h4 {
            color: var(--t8w7hzya-white);
            margin-bottom: 20px;
            font-size: 16px;
        }

        .t8w7hzya-trace-col a {
            display: block;
            color: #a1a1a6;
            text-decoration: none;
            margin-bottom: 12px;
            font-size: 14px;
            transition: var(--t8w7hzya-transition);
        }

        .t8w7hzya-trace-col a:hover {
            color: var(--t8w7hzya-white);
        }

        .t8w7hzya-copyright {
            width: 100%;
            text-align: center;
            margin-top: 40px;
            font-size: 13px;
        }

        @media (max-width: 768px) {
            .t8w7hzya-cloak-nav {
                height: auto;
                padding: 15px;
            }
            .t8w7hzya-glide {
                margin-top: 15px;
                justify-content: center;
                width: 100%;
            }
            .t8w7hzya-nav-link {
                margin: 5px 10px;
            }
            .t8w7hzya-snap {
                margin-left: 0;
                margin-top: 10px;
            }
            .t8w7hzya-trace {
                flex-direction: column;
            }
        }

.t8w7hzya-hdr-streak {
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.7;
    word-break: keep-all;
    color: var(--t8w7hzya-text);
}
.t8w7hzya-hdr-streak,
.t8w7hzya-hdr-streak *,
.t8w7hzya-hdr-streak *::before,
.t8w7hzya-hdr-streak *::after {
    box-sizing: border-box;
}

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

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

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

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

.t8w7hzya-hdr-streak a.t8w7hzya-hdr-nav-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;
}

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

.t8w7hzya-hdr-streak{
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(0,0,0,0.05);
        }

.t8w7hzya-hdr-streak .t8w7hzya-hdr-cloak-nav{
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 24px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            height: 80px;
        }

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

.t8w7hzya-hdr-streak .t8w7hzya-hdr-logo img{
            height: 100%;
            width: auto;
        }

.t8w7hzya-hdr-streak .t8w7hzya-hdr-glide{
            display: flex;
            flex-wrap: wrap;
            gap: 32px;
            align-items: center;
        }

.t8w7hzya-hdr-streak .t8w7hzya-hdr-nav-link{
            font-weight: 500;
            font-size: 15px;
            color: #333333;
            position: relative;
        }

.t8w7hzya-hdr-streak .t8w7hzya-hdr-nav-link:hover, .t8w7hzya-hdr-streak .t8w7hzya-hdr-nav-link.active{
            color: #ea594f;
        }

.t8w7hzya-hdr-streak .t8w7hzya-hdr-nav-link.active::after{
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #ea594f;
        }

@media (max-width: 768px){.t8w7hzya-hdr-streak .t8w7hzya-hdr-glide{
                display: none; 
            }}

.t8w7hzya-hdr-streak {
    background: rgb(255, 255, 255);
    background-image: none;
}

.t8w7hzya-ftr-abyss {
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.7;
    word-break: keep-all;
    color: var(--t8w7hzya-text);
}
.t8w7hzya-ftr-abyss,
.t8w7hzya-ftr-abyss *,
.t8w7hzya-ftr-abyss *::before,
.t8w7hzya-ftr-abyss *::after {
    box-sizing: border-box;
}

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

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

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

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

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

.t8w7hzya-ftr-abyss{
            background: #1a1a1a;
            color: #ffffff;
            padding: 80px 24px 40px;
        }

.t8w7hzya-ftr-abyss .t8w7hzya-ftr-prism-abyss{
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 40px;
            border-bottom: 1px solid rgba(255,255,255,0.1);
            padding-bottom: 60px;
        }

.t8w7hzya-ftr-abyss .t8w7hzya-ftr-shard-footer{
            flex: 1;
            min-width: 200px;
        }

.t8w7hzya-ftr-abyss .t8w7hzya-ftr-shard-footer h4{
            font-size: 18px;
            margin-bottom: 24px;
            color: #ffffff;
        }

.t8w7hzya-ftr-abyss .t8w7hzya-ftr-shard-footer ul{
            list-style: none;
        }

.t8w7hzya-ftr-abyss .t8w7hzya-ftr-shard-footer ul li{
            margin-bottom: 12px;
        }

.t8w7hzya-ftr-abyss .t8w7hzya-ftr-shard-footer ul li a{
            color: rgba(255,255,255,0.6);
            font-size: 15px;
        }

.t8w7hzya-ftr-abyss .t8w7hzya-ftr-shard-footer ul li a:hover{
            color: #ea594f;
        }

.t8w7hzya-ftr-abyss .t8w7hzya-ftr-trace{
            max-width: 1200px;
            margin: 0 auto;
            padding-top: 40px;
            text-align: center;
            font-size: 14px;
            color: rgba(255,255,255,0.4);
        }