:root {
            --primary: #29b9f2;
            --accent: #7b42f6;
            --bg: #0a0b14;
            --surface: #161827;
            --tally-main: #e0e2f0;
            --tally-dim: #9499b3;
            --radius: 20px;
            --gap: 24px;
            --transition: 0.35s ease;
        }

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

        body {
            background-color: var(--bg);
            color: var(--tally-main);
            font-family: "PingFang SC", "Microsoft YaHei", -apple-system, sans-serif;
            line-height: 1.7;
            overflow-x: hidden;
            word-break: keep-all;
        }

        /* 顶部导航区域 - Apex */
        .apex {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            background: rgba(10, 11, 20, 0.85);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }

        .orbit {
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 40px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .glyph {
            height: 32px;
            display: flex;
            align-items: center;
            min-width: 0;
        }

        .glyph img {
            height: 100%;
            width: auto;
        }

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

        .pista-hook {
            color: var(--tally-dim);
            text-decoration: none;
            font-size: 15px;
            font-weight: 500;
            padding: 8px 16px;
            margin: 0 4px;
            border-radius: 10px;
            transition: var(--transition);
            white-space: nowrap;
        }

        .pista-hook:hover {
            color: var(--primary);
            background: rgba(41, 185, 242, 0.05);
        }

        .pista-hook.active {
            color: var(--primary);
            background: rgba(41, 185, 242, 0.1);
        }

        /* 主内容容器 - Main */
        main {
            padding-top: 80px;
        }

        /* 数字化输入的未来 - Stage (Hero Area) */
        .stage {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            background: radial-gradient(circle at 70% 30%, rgba(41, 185, 242, 0.15) 0%, transparent 60%);
            min-height: 85vh;
            overflow: hidden;
        }

        .flare-lens {
            flex: 0 0 60%;
            min-width: 0;
            height: 85vh;
            position: relative;
        }

        .flare-lens img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: left center;
            mask-image: linear-gradient(to right, black 85%, transparent 100%);
        }

        .flare-tally {
            flex: 0 0 40%;
            min-width: 320px;
            padding: 60px 80px 60px 20px;
            word-break: break-word;
        }

        .crest-mega {
            font-size: clamp(32px, 4vw, 56px);
            line-height: 1.2;
            margin-bottom: 24px;
            background: linear-gradient(135deg, #fff 30%, var(--primary));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: 800;
        }

        .tally-intro {
            font-size: 18px;
            color: var(--tally-dim);
            margin-bottom: 40px;
            max-width: 500px;
        }

        .batch-fuse {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
        }

        .clack-primary {
            background: var(--primary);
            color: #000;
            padding: 16px 40px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            font-size: 16px;
            transition: var(--transition);
            box-shadow: 0 10px 30px rgba(41, 185, 242, 0.3);
            border: none;
            cursor: pointer;
        }

        .clack-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(41, 185, 242, 0.4);
        }

        /* 全方位输入支持 - Realm (Feature Grid) */
        .realm-capability {
            padding: 120px 40px;
            max-width: 1300px;
            margin: 0 auto;
        }

        .crest-sub {
            text-align: center;
            font-size: 36px;
            margin-bottom: 60px;
            font-weight: 700;
        }

        .batch-shards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 32px;
        }

        .shard {
            background: var(--surface);
            padding: 48px;
            border-radius: var(--radius);
            border: 1px solid rgba(255, 255, 255, 0.05);
            transition: var(--transition);
            position: relative;
            overflow: hidden;
        }

        .shard:hover {
            border-color: var(--primary);
            background: rgba(41, 185, 242, 0.03);
            transform: translateY(-8px);
        }

        .mark-fleck {
            width: 64px;
            height: 64px;
            background: rgba(41, 185, 242, 0.1);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            color: var(--primary);
        }

        .shard h3 {
            font-size: 24px;
            margin-bottom: 16px;
            color: #fff;
        }

        .shard p {
            color: var(--tally-dim);
            font-size: 15px;
        }

        /* 语音输入 - Shell (Innovation) */
        .cloak-voice {
            background: #0f111a;
            padding: 100px 0;
            margin: 60px 0;
        }

        .vault-inner {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 40px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 60px;
        }

        .cloak-tally {
            flex: 1;
            min-width: 320px;
        }

        .cloak-lens {
            flex: 1;
            min-width: 320px;
            border-radius: var(--radius);
            overflow: hidden;
            box-shadow: 0 20px 50px rgba(0,0,0,0.5);
        }

        .cloak-lens img {
            width: 100%;
            display: block;
            transition: transform 0.8s ease;
        }

        .cloak-lens:hover img {
            transform: scale(1.05);
        }

        /* 效率实验室 - Vault (Editorial) */
        .vault-closing {
            padding: 120px 40px;
            max-width: 1300px;
            margin: 0 auto;
        }

        .ribon-apex {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            margin-bottom: 48px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            padding-bottom: 24px;
        }

        .batch-slats {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
            gap: 24px;
        }

        .slat {
            display: flex;
            background: var(--surface);
            border-radius: var(--radius);
            overflow: hidden;
            height: 200px;
            transition: var(--transition);
        }

        .slat:hover {
            background: #1e2136;
        }

        .slat-lens {
            flex: 0 0 160px;
        }

        .slat-lens img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .slat-tally {
            padding: 24px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .slat-tally span {
            font-size: 12px;
            color: var(--primary);
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 8px;
        }

        .slat-tally h4 {
            font-size: 18px;
            margin-bottom: 12px;
            line-height: 1.4;
        }

        /* 页脚区域 - Nadir */
        .nadir {
            background: #05060a;
            padding: 80px 40px 40px;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
        }

        .roots {
            max-width: 1300px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            gap: 60px;
            justify-content: space-between;
        }

        .roots-batch {
            flex: 1;
            min-width: 200px;
        }

        .roots-crest {
            color: #fff;
            font-size: 16px;
            margin-bottom: 24px;
            font-weight: 600;
        }

        .roots-queue {
            list-style: none;
        }

        .roots-atom {
            margin-bottom: 12px;
        }

        .roots-hook {
            color: var(--tally-dim);
            text-decoration: none;
            font-size: 14px;
            transition: var(--transition);
        }

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

        .abyss-base {
            max-width: 1300px;
            margin: 60px auto 0;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
            color: var(--tally-dim);
            font-size: 13px;
        }

        /* 响应式调整 */
        @media (max-width: 1024px) {
            .flare-lens { flex: 0 0 50%; }
            .flare-tally { flex: 0 0 50%; padding: 40px; }
        }

        @media (max-width: 768px) {
            .orbit { height: auto; padding: 20px; }
            .facer { width: 100%; margin-top: 15px; justify-content: center; }
            .flare-lens { flex: 0 0 100%; height: 40vh; }
            .flare-tally { flex: 0 0 100%; padding: 40px 20px; text-align: center; }
            .crest-mega { font-size: 36px; }
            .batch-fuse { justify-content: center; }
            .slat { height: auto; flex-direction: column; }
            .slat-lens { flex: 0 0 180px; }
            .vault-inner { flex-direction: column-reverse; text-align: center; }
        }

.orbit-apex {
    font-family: "PingFang SC", "Microsoft YaHei", -apple-system, sans-serif;
    line-height: 1.7;
    word-break: keep-all;
    color: var(--tally-main);
}
.orbit-apex,
.orbit-apex *,
.orbit-apex *::before,
.orbit-apex *::after {
    box-sizing: border-box;
}

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

.orbit-apex p,
.orbit-apex h1,
.orbit-apex h2,
.orbit-apex h3,
.orbit-apex h4,
.orbit-apex h5,
.orbit-apex h6 {
    text-decoration: none;
}

.orbit-apex img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.orbit-apex {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.orbit-apex a.orbit-pista-hook {
    --aisite-shell-nav-padding: 8px 16px;
    --aisite-shell-nav-margin: 0 4px;
    --aisite-shell-nav-line-height: normal;
    --aisite-shell-nav-display: inline;
    --aisite-shell-nav-height: auto;
    --aisite-shell-nav-min-height: auto;
}

.orbit-apex a.orbit-pista-hook,
.orbit-apex a.orbit-pista-hook:hover,
.orbit-apex a.orbit-pista-hook:focus,
.orbit-apex a.orbit-pista-hook:active,
.orbit-apex a.orbit-pista-hook.active,
.orbit-apex a.orbit-pista-hook[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);
}

.orbit-apex{
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            background: rgba(10, 11, 20, 0.85);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }

.orbit-apex .orbit-orbit{
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 40px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }

.orbit-apex .orbit-glyph{
            height: 32px;
            display: flex;
            align-items: center;
            min-width: 0;
        }

.orbit-apex .orbit-glyph img{
            height: 100%;
            width: auto;
        }

.orbit-apex .orbit-facer{
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            min-width: 0;
        }

.orbit-apex .orbit-pista-hook{
            color: #9499b3;
            text-decoration: none;
            font-size: 15px;
            font-weight: 500;
            padding: 8px 16px;
            margin: 0 4px;
            border-radius: 10px;
            transition: 0.35s ease;
            white-space: nowrap;
        }

.orbit-apex .orbit-pista-hook:hover{
            color: #29b9f2;
            background: rgba(41, 185, 242, 0.05);
        }

.orbit-apex .orbit-pista-hook.active{
            color: #29b9f2;
            background: rgba(41, 185, 242, 0.1);
        }

@media (max-width: 768px){.orbit-apex .orbit-orbit{ height: auto; padding: 20px; }

.orbit-apex .orbit-facer{ width: 100%; margin-top: 15px; justify-content: center; }}

.orbit-apex {
    background: rgb(10, 11, 20);
    background-image: none;
}

.trail-nadir {
    font-family: "PingFang SC", "Microsoft YaHei", -apple-system, sans-serif;
    line-height: 1.7;
    word-break: keep-all;
    color: var(--tally-main);
}
.trail-nadir,
.trail-nadir *,
.trail-nadir *::before,
.trail-nadir *::after {
    box-sizing: border-box;
}

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

.trail-nadir p,
.trail-nadir h1,
.trail-nadir h2,
.trail-nadir h3,
.trail-nadir h4,
.trail-nadir h5,
.trail-nadir h6 {
    text-decoration: none;
}

.trail-nadir img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.trail-nadir {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.trail-nadir a,
.trail-nadir a:hover,
.trail-nadir a:focus,
.trail-nadir a:active {
    background: transparent;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

.trail-nadir{
            background: #05060a;
            padding: 80px 40px 40px;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
        }

.trail-nadir .trail-roots{
            max-width: 1300px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            gap: 60px;
            justify-content: space-between;
        }

.trail-nadir .trail-roots-batch{
            flex: 1;
            min-width: 200px;
        }

.trail-nadir .trail-roots-crest{
            color: #fff;
            font-size: 16px;
            margin-bottom: 24px;
            font-weight: 600;
        }

.trail-nadir .trail-roots-queue{
            list-style: none;
        }

.trail-nadir .trail-roots-atom{
            margin-bottom: 12px;
        }

.trail-nadir .trail-roots-hook{
            color: #9499b3;
            text-decoration: none;
            font-size: 14px;
            transition: 0.35s ease;
        }

.trail-nadir .trail-roots-hook:hover{
            color: #29b9f2;
        }

.trail-nadir .trail-abyss-base{
            max-width: 1300px;
            margin: 60px auto 0;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
            color: #9499b3;
            font-size: 13px;
        }