:root {
            --primary: #dc3344;
            --accent: #ff5f42;
            --surface: #121a29;
            --surface2: #182235;
            --bg: #090b11;
            --bg-grad: radial-gradient(circle at 12% 18%, rgba(220,51,68,.16), transparent 22%),
                                radial-gradient(circle at 84% 16%, rgba(108,183,255,.14), transparent 20%),
                                linear-gradient(180deg, #090b11 0%, #0b111c 38%, #0c1118 100%);
            --shadow: 0 16px 36px rgba(0,0,0,.28);
            --radius: 11px;
            --radius2: 8px;
            --radius3: 6px;
            --font: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
        }

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

        body {
            font-family: var(--font);
            background: var(--bg-grad);
            color: #dfe7ff;
            line-height: 1.7;
            overflow-x: hidden;
        }

        /* 导航栏样式复用 */
        .ribbona {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(9, 11, 17, 0.85);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }

        .orbitz {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 22px;
            height: 72px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .glypha {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 1.25rem;
            font-weight: 700;
            color: #fff;
        }

        .glypha img {
            width: 32px;
            height: 32px;
        }

        .maddox {
            display: flex;
            gap: 32px;
            flex-wrap: wrap;
        }

        .linklet {
            color: #a0aec0;
            text-decoration: none;
            font-size: 0.95rem;
            font-weight: 500;
            transition: color 0.25s ease;
            position: relative;
        }

        .linklet:hover {
            color: #fff;
        }

        .linklet.active {
            color: var(--primary);
        }

        .linklet.active::after {
            content: '';
            position: absolute;
            bottom: -24px;
            left: 0;
            width: 100%;
            height: 2px;
            background: var(--primary);
            box-shadow: 0 0 12px var(--primary);
        }

        /* 主体内容结构 */
        .vaultor {
            max-width: 1400px;
            margin: 0 auto;
            padding: 40px 22px;
        }

        /* Hero 区变体 (Cinematic Strip) */
        .sunflare {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 60px;
            padding: 80px 0;
            flex-wrap: wrap;
        }

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

        .titele {
            font-size: clamp(2.5rem, 5vw, 4.5rem);
            line-height: 1.1;
            font-weight: 800;
            color: #fff;
            letter-spacing: -0.03em;
            margin-bottom: 24px;
            word-break: keep-all;
        }

        .textor {
            font-size: 1.25rem;
            color: #a0aec0;
            max-width: 600px;
            margin-bottom: 40px;
            word-break: break-word;
        }

        .imglyn {
            flex: 1;
            min-width: 320px;
            position: relative;
        }

        .slashy {
            width: 100%;
            border-radius: var(--radius);
            box-shadow: var(--shadow);
            border: 1px solid rgba(255, 255, 255, 0.1);
            transform: perspective(1000px) rotateY(-5deg);
            transition: transform 0.5s ease;
        }

        .slashy:hover {
            transform: perspective(1000px) rotateY(0deg);
        }

        /* 隐私说明区 (FAQ 风格) */
        .glowarc {
            padding: 100px 0;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
        }

        .shella {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 24px;
            margin-top: 48px;
        }

        .pocket {
            background: linear-gradient(180deg, rgba(18, 26, 41, 0.88), rgba(12, 18, 30, 0.92));
            border: 1px solid rgba(255, 255, 255, 0.09);
            border-radius: var(--radius);
            padding: 32px;
            transition: all 0.25s ease;
            min-width: 0;
        }

        .pocket:hover {
            border-color: var(--primary);
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        }

        .icoon {
            width: 48px;
            height: 48px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(220, 51, 68, 0.1);
            border-radius: var(--radius3);
            color: var(--primary);
        }

        .icoon svg {
            width: 28px;
            height: 28px;
            fill: currentColor;
        }

        /* 设置引导区 (Aside Steps) */
        .tabvista {
            background: var(--surface2);
            border-radius: var(--radius);
            padding: 60px;
            margin: 60px 0;
            display: flex;
            gap: 48px;
            align-items: center;
            flex-wrap: wrap;
        }

        .mosaic {
            flex: 1;
            min-width: 300px;
        }

        .listo {
            display: flex;
            gap: 20px;
            margin-bottom: 30px;
            padding-bottom: 20px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }

        .listo:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }

        .cluster {
            font-size: 1.5rem;
            font-weight: 800;
            color: var(--primary);
            opacity: 0.5;
        }

        /* 边界警示区 */
        .nestara {
            padding: 80px 0;
            text-align: center;
        }

        .sparko {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 14px 28px;
            border-radius: 999px;
            background: linear-gradient(135deg, #dc3344, #ff5f42);
            color: #fff;
            text-decoration: none;
            font-weight: 700;
            box-shadow: 0 16px 26px rgba(220, 51, 68, 0.22);
            transition: transform 0.25s ease;
        }

        .sparko:hover {
            transform: scale(1.05);
        }

        /* 页脚样式 */
        .caplet {
            background: #05070a;
            padding: 80px 22px 40px;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
        }

        .aftertrail {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            gap: 40px;
            flex-wrap: wrap;
        }

        .underglow {
            margin-top: 60px;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            text-align: center;
            color: #4a5568;
            font-size: 0.85rem;
        }

        /* 响应式适配 */
        @media (max-width: 1024px) {
            .sunflare { padding: 40px 0; }
            .tabvista { padding: 30px; }
        }

        @media (max-width: 768px) {
            .maddox { display: none; } /* 移动端简化 */
            .sunflare { text-align: center; }
            .chromoid { order: 1; }
            .imglyn { order: 2; margin-top: 40px; }
            .slashy { transform: none; }
            .aftertrail { flex-direction: column; text-align: center; }
        }

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

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

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

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

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

.chroma-ribbona a.chroma-linklet {
    --aisite-shell-nav-padding: 10px 14px;
    --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;
}

.chroma-ribbona a.chroma-linklet,
.chroma-ribbona a.chroma-linklet:hover,
.chroma-ribbona a.chroma-linklet:focus,
.chroma-ribbona a.chroma-linklet:active,
.chroma-ribbona a.chroma-linklet.active,
.chroma-ribbona a.chroma-linklet[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);
}

.chroma-ribbona{
      position:sticky;top:0;z-index:40;
      backdrop-filter:blur(18px);
      background:rgba(8,11,18,.72);
      border-bottom:1px solid rgba(255,255,255,.09);
    }

.chroma-ribbona .chroma-orbitz{
      max-width:1400px;
      margin:0 auto;
      padding:14px 22px;
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      justify-content:space-between;
      gap:16px;
    }

.chroma-ribbona .chroma-glypha{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:12px;
      min-width:0;
    }

.chroma-ribbona .chroma-glypha img{
      width:40px;height:40px;
      border-radius:10px;
      box-shadow:0 10px 20px rgba(0,0,0,.24);
    }

.chroma-ribbona .chroma-glypha span{
      font-weight:800;
      letter-spacing:.02em;
      color:#fff;
      font-size:1rem;
      white-space:normal;
    }

.chroma-ribbona .chroma-maddox{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:8px;
      min-width:0;
    }

.chroma-ribbona .chroma-linklet{
      position:relative;
      padding:10px 14px;
      border:1px solid transparent;
      border-radius:999px;
      color:#9aa7c2;
      transition:transform .25s ease,background .25s ease,border-color .25s ease,color .25s ease;
      min-width:0;
    }

.chroma-ribbona .chroma-linklet:hover, .chroma-ribbona .chroma-linklet:focus-visible{
      color:#fff;
      background:rgba(255,255,255,.04);
      border-color:rgba(255,255,255,.09);
      transform:translateY(-1px);
      outline:none;
    }

.chroma-ribbona .chroma-linklet.active{
      color:#fff;
      background:linear-gradient(135deg, rgba(220,51,68,.24), rgba(255,123,71,.14));
      border-color:rgba(220,51,68,.35);
      box-shadow:0 0 0 1px rgba(220,51,68,.08) inset;
    }

@media (max-width:768px){.chroma-ribbona .chroma-orbitz{padding-left:16px;padding-right:16px}

.chroma-ribbona .chroma-maddox{width:100%}

.chroma-ribbona .chroma-linklet{padding:9px 11px}}

.chroma-ribbona {
    background: rgb(8, 11, 18);
    background-image: none;
}