:root {
            --accent: #dc3344;
            --surface: #121a29;
            --surface2: #182235;
            --shadow: 0 16px 36px rgba(0,0,0,.28);
            --radius: 11px;
            --radius2: 8px;
            --radius3: 6px;
            --text-main: #dfe7ff;
            --text-dim: #94a3b8;
        }

        body {
            margin: 0;
            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
            background: 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%);
            color: var(--text-main);
            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-weight: 800;
            font-size: 1.2rem;
            color: #fff;
        }

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

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

        .linklet {
            padding: 8px 16px;
            color: var(--text-dim);
            text-decoration: none;
            font-size: 0.95rem;
            transition: 0.25s ease;
            border-radius: var(--radius3);
        }

        .linklet:hover {
            color: #fff;
            background: rgba(255, 255, 255, 0.05);
        }

        .linklet.active {
            color: var(--accent);
            font-weight: 600;
        }

        /* 主容器 */
        .vaultor {
            max-width: 1400px;
            margin: 0 auto;
            padding: 40px 22px;
            min-width: 0;
        }

        /* Hero 区 - 获取角色 */
        .sunflare {
            display: flex;
            align-items: center;
            gap: 60px;
            padding: 60px 0;
            flex-wrap: wrap;
        }

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

        .sunflare-imglyn .slashy {
            width: 100%;
            height: auto;
            border-radius: var(--radius);
            box-shadow: var(--shadow);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

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

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

        .textor-lg {
            font-size: 1.2rem;
            color: var(--text-dim);
            margin-bottom: 32px;
            max-width: 540px;
        }

        .sparko {
            display: inline-flex;
            align-items: center;
            padding: 16px 36px;
            background: linear-gradient(135deg, #dc3344, #ff5f42);
            color: #fff;
            text-decoration: none;
            border-radius: 99px;
            font-weight: 700;
            font-size: 1.1rem;
            box-shadow: 0 16px 26px rgba(220,51,68,.22);
            transition: 0.25s ease;
        }

        .sparko:hover {
            transform: translateY(-3px);
            box-shadow: 0 20px 32px rgba(220,51,68,.3);
        }

        /* 平台选择区 - FAQ角色 */
        .nestara {
            margin: 80px 0;
            padding: 40px;
            background: var(--surface);
            border: 1px solid rgba(255, 255, 255, 0.05);
            border-radius: var(--radius);
        }

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

        .pocket {
            background: linear-gradient(180deg, rgba(24, 34, 53, 0.6), rgba(18, 26, 41, 0.8));
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: var(--radius);
            padding: 32px;
            transition: 0.25s ease;
            min-width: 0;
        }

        .pocket:hover {
            border-color: var(--accent);
            transform: translateY(-5px);
        }

        .pocket-icoon {
            width: 48px;
            height: 48px;
            margin-bottom: 20px;
            color: var(--accent);
        }

        .pocket-titele {
            font-size: 1.4rem;
            margin: 0 0 12px 0;
            color: #fff;
        }

        .pocket-textor {
            font-size: 0.95rem;
            color: var(--text-dim);
            margin-bottom: 24px;
        }

        .pulsee {
            display: inline-block;
            padding: 10px 20px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: var(--radius2);
            color: #fff;
            text-decoration: none;
            font-size: 0.9rem;
            transition: 0.25s ease;
        }

        .pulsee:hover {
            background: rgba(255, 255, 255, 0.1);
            border-color: #fff;
        }

        /* 下载注意事项 - 对比角色 */
        .mosaic {
            margin: 80px 0;
        }

        .titele-md {
            font-size: 2rem;
            text-align: center;
            margin-bottom: 48px;
            color: #fff;
        }

        .chromoid-shella {
            max-width: 800px;
            margin: 0 auto;
        }

        .listo-imglyn {
            background: var(--surface);
            border-radius: var(--radius);
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.05);
        }

        details {
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }

        details:last-child {
            border-bottom: none;
        }

        summary {
            padding: 24px;
            cursor: pointer;
            font-weight: 600;
            font-size: 1.1rem;
            list-style: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
            outline: none;
            transition: background 0.25s;
        }

        summary:hover {
            background: rgba(255, 255, 255, 0.03);
        }

        summary::after {
            content: '+';
            font-size: 1.4rem;
            color: var(--accent);
        }

        details[open] summary::after {
            content: '−';
        }

        .details-textor {
            padding: 0 24px 24px;
            color: var(--text-dim);
            line-height: 1.8;
        }

        /* 体验预览 - 获取角色 */
        .glowarc {
            margin: 80px 0;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 30px;
        }

        .pocket-mini {
            text-align: center;
            padding: 40px 24px;
            background: rgba(255, 255, 255, 0.02);
            border-radius: var(--radius);
            border: 1px solid transparent;
            transition: 0.25s ease;
        }

        .pocket-mini:hover {
            background: rgba(255, 255, 255, 0.04);
            border-color: rgba(220, 51, 68, 0.3);
        }

        .pocket-mini .icoon {
            margin: 0 auto 20px;
        }

        /* 页脚 */
        .caplet {
            background: #06080c;
            padding: 60px 22px;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
        }

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

        .aftertrail {
            flex: 1;
            min-width: 280px;
        }

        .aftertrail h4 {
            color: #fff;
            margin-bottom: 20px;
            font-size: 1.1rem;
        }

        .aftertrail p {
            font-size: 0.9rem;
            color: var(--text-dim);
            max-width: 300px;
        }

        .aftertrail-cluster {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
        }

        .aftertrail-cluster a {
            color: var(--text-dim);
            text-decoration: none;
            font-size: 0.9rem;
            transition: 0.2s;
        }

        .aftertrail-cluster a:hover {
            color: var(--accent);
        }

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

        @media (max-width: 768px) {
            .orbitz {
                height: auto;
                padding: 15px 20px;
            }
            .maddox {
                margin-top: 15px;
                width: 100%;
                justify-content: center;
            }
            .sunflare {
                flex-direction: column;
                text-align: center;
            }
            .sunflare-imglyn {
                order: -1;
            }
            .textor-lg {
                margin-left: auto;
                margin-right: auto;
            }
            .underglow {
                flex-direction: column;
            }
        }

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