:root {
      --surface: #ffffff;
      --surface-muted: #f3ece4;
      --text: #2c2520;
      --text-muted: #6e645d;
      --accent: #dc8f5b;
      --accent-hover: #c77b47;
      --radius: 18px;
      --shadow: 0 10px 30px rgba(30, 25, 21, 0.05);
      --shadow-hover: 0 16px 40px rgba(220, 143, 91, 0.12);
    }

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

    body {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
      background-color: #faf7f2;
      color: var(--text);
      line-height: 1.7;
      word-break: keep-all;
      overflow-wrap: break-word;
      -webkit-font-smoothing: antialiased;
    }

    /* 顶层导航栏 - 复用首页规范 */
    .zest {
      position: sticky;
      top: 0;
      z-index: 100;
      background-color: rgba(250, 247, 242, 0.92);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(220, 143, 91, 0.15);
      padding: 0.8rem 1.5rem;
    }

    .mantle {
      max-width: 1320px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
    }

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

    .vulp img {
      height: 38px;
      width: auto;
      display: block;
    }

    .orbit {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 1.8rem;
      min-width: 0;
    }

    .tail {
      text-decoration: none;
      color: var(--text);
      font-weight: 500;
      font-size: 0.95rem;
      transition: color 0.15s ease;
    }

    .tail:hover,
    .tail.active {
      color: var(--accent);
    }

    .spark {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0.65rem 1.4rem;
      background-color: #1e1915;
      color: #ffffff;
      text-decoration: none;
      font-weight: 600;
      font-size: 0.9rem;
      border-radius: 99px;
      transition: transform 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
      box-shadow: 0 4px 14px rgba(30, 25, 21, 0.12);
    }

    .spark:hover {
      background-color: var(--accent);
      transform: translateY(-2px);
      box-shadow: var(--shadow-hover);
    }

    /* 主内容总容器 */
    .focal-mantle {
      max-width: 1320px;
      margin: 0 auto;
      padding: 2.5rem 1.5rem 5rem;
      display: flex;
      flex-direction: column;
      gap: 4.5rem;
    }

    /* 首屏下载英雄区 */
    .flare-zone {
      background-color: var(--surface);
      border-radius: var(--radius);
      border: 1px solid rgba(220, 143, 91, 0.18);
      box-shadow: var(--shadow);
      padding: 3.5rem 2.5rem;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 3rem;
    }

    .ignite-left {
      flex: 1 1 520px;
      min-width: 0;
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }

    .aurora-scout {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.4rem 1rem;
      background-color: var(--surface-muted);
      border-radius: 99px;
      color: var(--accent);
      font-size: 0.85rem;
      font-weight: 600;
      width: fit-content;
    }

    .trace-flare {
      font-size: clamp(2.2rem, 5vw, 3.8rem);
      font-weight: 800;
      line-height: 1.15;
      letter-spacing: -0.02em;
      color: #1e1915;
      word-break: break-word;
    }

    .glow-flare {
      font-size: 1.1rem;
      color: var(--text-muted);
      line-height: 1.7;
      word-break: break-word;
    }

    .strike-download {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.8rem;
      padding: 1.1rem 2.6rem;
      background-color: var(--accent);
      color: #ffffff;
      text-decoration: none;
      font-size: 1.15rem;
      font-weight: 700;
      border-radius: 99px;
      transition: background-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
      box-shadow: 0 10px 25px rgba(220, 143, 91, 0.35);
      width: fit-content;
    }

    .strike-download:hover {
      background-color: var(--accent-hover);
      transform: translateY(-3px);
      box-shadow: 0 16px 35px rgba(220, 143, 91, 0.45);
    }

    .kindle-meta {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 1.5rem;
      font-size: 0.88rem;
      color: var(--text-muted);
      padding-top: 0.5rem;
    }

    .wisp-spec {
      display: flex;
      align-items: center;
      gap: 0.4rem;
    }

    .ignite-right {
      flex: 1 1 450px;
      min-width: 0;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .pelt-device {
      width: 100%;
      height: auto;
      max-height: 420px;
      object-fit: cover;
      border-radius: 14px;
      border: 1px solid rgba(30, 25, 21, 0.08);
      box-shadow: var(--shadow);
    }

    /* 兼容性矩阵面板 */
    .sphere-compat {
      display: flex;
      flex-direction: column;
      gap: 2rem;
    }

    .beacon-zest {
      display: flex;
      flex-direction: column;
      gap: 0.6rem;
    }

    .trace-sphere {
      font-size: clamp(1.6rem, 3vw, 2.3rem);
      font-weight: 700;
      color: #1e1915;
    }

    .glow-sphere {
      font-size: 1rem;
      color: var(--text-muted);
    }

    .kindle-compat {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
      gap: 1.5rem;
    }

    .shard-compat {
      background-color: var(--surface);
      border: 1px solid rgba(220, 143, 91, 0.15);
      border-radius: var(--radius);
      padding: 1.8rem 1.5rem;
      display: flex;
      flex-direction: column;
      gap: 1.2rem;
      transition: transform 0.15s ease, box-shadow 0.15s ease;
      min-width: 0;
    }

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

    .den-compat {
      width: 48px;
      height: 48px;
      border-radius: 12px;
      background-color: var(--surface-muted);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--accent);
    }

    .trace-platform {
      font-size: 1.2rem;
      font-weight: 700;
      color: #1e1915;
    }

    .glow-platform {
      font-size: 0.9rem;
      color: var(--text-muted);
      line-height: 1.5;
    }

    .strike-sub {
      margin-top: auto;
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      font-size: 0.9rem;
      font-weight: 600;
      color: var(--accent);
      text-decoration: none;
      transition: color 0.15s ease;
    }

    .strike-sub:hover {
      color: var(--accent-hover);
    }

    /* 部署流程监测区 */
    .sphere-steps {
      background-color: #1e1915;
      color: #ffffff;
      border-radius: var(--radius);
      padding: 3.5rem 2.5rem;
      display: flex;
      flex-direction: column;
      gap: 2.5rem;
    }

    .trace-steps {
      font-size: clamp(1.6rem, 3vw, 2.2rem);
      font-weight: 700;
      color: #ffffff;
    }

    .glow-steps {
      color: #b0a8a0;
      font-size: 1rem;
    }

    .kindle-steps {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 2rem;
    }

    .wisp-step {
      background-color: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 14px;
      padding: 2rem 1.5rem;
      display: flex;
      flex-direction: column;
      gap: 1rem;
      position: relative;
      min-width: 0;
    }

    .den-step-num {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background-color: var(--accent);
      color: #ffffff;
      font-weight: 800;
      font-size: 1.1rem;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .trace-step {
      font-size: 1.15rem;
      font-weight: 700;
      color: #ffffff;
    }

    .glow-step {
      font-size: 0.92rem;
      color: #c4bbb3;
      line-height: 1.6;
    }

    /* 常见疑问侧栏与FAQ扩展 */
    .cinder-faq {
      background-color: var(--surface);
      border-radius: var(--radius);
      border: 1px solid rgba(220, 143, 91, 0.18);
      padding: 3rem 2.5rem;
      display: flex;
      flex-direction: column;
      gap: 2rem;
    }

    .swish-faq {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }

    .shard-faq {
      border-bottom: 1px solid rgba(220, 143, 91, 0.12);
      padding-bottom: 1rem;
    }

    .shard-faq summary {
      font-weight: 700;
      font-size: 1.05rem;
      color: #1e1915;
      cursor: pointer;
      padding: 0.5rem 0;
      outline: none;
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .shard-faq summary::-webkit-details-marker {
      display: none;
    }

    .shard-faq summary::after {
      content: "+";
      font-size: 1.3rem;
      color: var(--accent);
      font-weight: 400;
    }

    .shard-faq[open] summary::after {
      content: "-";
    }

    .shard-faq p {
      margin-top: 0.6rem;
      font-size: 0.95rem;
      color: var(--text-muted);
      line-height: 1.6;
    }

    /* 页脚区域 - 无Logo复用 */
    .warp {
      background-color: #1e1915;
      color: #a89f97;
      padding: 4rem 1.5rem 2.5rem;
      margin-top: auto;
      border-top: 1px solid rgba(220, 143, 91, 0.2);
    }

    .ground {
      max-width: 1320px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 2.5rem;
    }

    .cinder-brand {
      flex: 1 1 300px;
      min-width: 0;
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }

    .trace-brand {
      font-size: 1.4rem;
      font-weight: 800;
      color: #ffffff;
      letter-spacing: -0.01em;
    }

    .glow-brand {
      font-size: 0.9rem;
      color: #a89f97;
      line-height: 1.6;
    }

    .kindle-links {
      display: flex;
      flex-wrap: wrap;
      gap: 3rem;
      min-width: 0;
    }

    .swish-column {
      display: flex;
      flex-direction: column;
      gap: 0.8rem;
    }

    .trace-col {
      font-size: 0.95rem;
      font-weight: 700;
      color: #ffffff;
    }

    .tail-foot {
      color: #a89f97;
      text-decoration: none;
      font-size: 0.88rem;
      transition: color 0.15s ease;
    }

    .tail-foot:hover {
      color: var(--accent);
    }

    .fury-glow {
      max-width: 1320px;
      margin: 3rem auto 0;
      padding-top: 1.5rem;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      font-size: 0.85rem;
      text-align: center;
      color: #7a716a;
    }

    /* 响应式调整 */
    @media (max-width: 768px) {
      .flare-zone {
        padding: 2rem 1.5rem;
      }
      .orbit {
        gap: 1rem;
      }
      .sphere-steps {
        padding: 2rem 1.5rem;
      }
      .cinder-faq {
        padding: 2rem 1.5rem;
      }
    }

.orbit-zest {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    line-height: 1.7;
    word-break: break-word;
    color: var(--text);
}
.orbit-zest,
.orbit-zest *,
.orbit-zest *::before,
.orbit-zest *::after {
    box-sizing: border-box;
}

.orbit-zest [role="navigation"],
.orbit-zest div,
.orbit-zest section,
.orbit-zest article,
.orbit-zest aside,
.orbit-zest p,
.orbit-zest h1,
.orbit-zest h2,
.orbit-zest h3,
.orbit-zest h4,
.orbit-zest h5,
.orbit-zest h6,
.orbit-zest a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

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

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

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

.orbit-zest a.orbit-tail {
    --aisite-shell-nav-padding: 0.6rem 1.2rem;
    --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;
}

.orbit-zest a.orbit-tail,
.orbit-zest a.orbit-tail:hover,
.orbit-zest a.orbit-tail:focus,
.orbit-zest a.orbit-tail:active,
.orbit-zest a.orbit-tail.active,
.orbit-zest a.orbit-tail[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-zest{
            position: sticky;
            top: 0;
            z-index: 1000;
            background-color: rgba(250, 247, 242, 0.92);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(220, 143, 91, 0.18);
            padding: 1rem 0;
        }

.orbit-zest .orbit-mantle{
            max-width: 1320px;
            margin: 0 auto;
            padding: 0 2rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 1.5rem;
        }

.orbit-zest .orbit-vulp{
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }

.orbit-zest .orbit-vulp img{
            height: 38px;
            width: auto;
            display: block;
        }

.orbit-zest .orbit-orbit{
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.75rem;
        }

.orbit-zest .orbit-tail{
            padding: 0.6rem 1.2rem;
            font-size: 0.95rem;
            font-weight: 5rem;
            color: #2c2520;
            border-radius: 99px;
            transition: background-color 0.15s ease, color 0.15s ease;
        }

.orbit-zest .orbit-tail:hover{
            background-color: #f6e6d9;
            color: #b86e3d;
        }

.orbit-zest .orbit-tail.active{
            background-color: #dc8f5b;
            color: #ffffff;
            font-weight: 600;
        }

.orbit-zest .orbit-spark{
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0.75rem 1.6rem;
            background: linear-gradient(135deg, #dc8f5b, #b86e3d);
            color: #ffffff;
            font-weight: 600;
            font-size: 0.95rem;
            border-radius: 99px;
            box-shadow: 0 4px 14px rgba(220, 143, 91, 0.3);
            transition: transform 0.15s ease, box-shadow 0.15s ease;
        }

.orbit-zest .orbit-spark:hover{
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(220, 143, 91, 0.45);
        }

@media (max-width: 768px){.orbit-zest .orbit-mantle{
                flex-direction: column;
                align-items: flex-start;
            }

.orbit-zest .orbit-orbit{
                width: 100%;
                justify-content: flex-start;
                gap: 0.4rem;
            }

.orbit-zest .orbit-tail{
                padding: 0.4rem 0.8rem;
                font-size: 0.88rem;
            }}

.orbit-zest {
    background: rgb(250, 247, 242);
    background-image: none;
}

.cinder-warp {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    line-height: 1.7;
    word-break: break-word;
    color: var(--text);
}
.cinder-warp,
.cinder-warp *,
.cinder-warp *::before,
.cinder-warp *::after {
    box-sizing: border-box;
}

.cinder-warp [role="navigation"],
.cinder-warp div,
.cinder-warp section,
.cinder-warp article,
.cinder-warp aside,
.cinder-warp p,
.cinder-warp h1,
.cinder-warp h2,
.cinder-warp h3,
.cinder-warp h4,
.cinder-warp h5,
.cinder-warp h6,
.cinder-warp a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

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

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

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

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

.cinder-warp{
            background-color: #1e1915;
            color: #ffffff;
            padding: 4.5rem 2rem 2.5rem;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
        }

.cinder-warp .cinder-cinder{
            max-width: 1320px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 3rem;
            margin-bottom: 3.5rem;
        }

.cinder-warp .cinder-ground-brand{
            grid-column: span 1;
        }

.cinder-warp .cinder-trace-warp-brand{
            font-size: 1.4rem;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 1rem;
            letter-spacing: -0.01em;
        }

.cinder-warp .cinder-glow-warp{
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.6);
            line-height: 1.6;
            margin-bottom: 1.5rem;
        }

.cinder-warp .cinder-trace-warp-col{
            font-size: 1rem;
            font-weight: 600;
            color: #dc8f5b;
            margin-bottom: 1.2rem;
        }

.cinder-warp .cinder-kindle-warp-links{
            display: flex;
            flex-direction: column;
            gap: 0.65rem;
        }

.cinder-warp .cinder-tail-warp{
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.7);
            transition: color 0.15s ease;
        }

.cinder-warp .cinder-tail-warp:hover{
            color: #dc8f5b;
        }

.cinder-warp .cinder-ground-bottom{
            max-width: 1320px;
            margin: 0 auto;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            padding-top: 2rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.5);
        }

@media (max-width: 768px){.cinder-warp .cinder-ground-bottom{
                flex-direction: column;
                align-items: flex-start;
            }}