/* eewu7bf2nyod | v3.94 */
/* h4ryd8mhir9s | v4.97 */
/* ===== 全站基础样式 - 独特暗紫渐变主题 ===== */
:root {
    --primary: #8B2FC9;
    --primary-dark: #5A1D8A;
    --primary-light: #B45FE0;
    --accent: #E84D6C;
    --accent-light: #FF7A93;
    --bg-dark: #0D0B1A;
    --bg-card: #1A1530;
    --bg-section: #12102A;
    --bg-alt: #1E1A3A;
    --text-main: #E8E4F0;
    --text-muted: #9B93B0;
    --text-bright: #FFFFFF;
    --gold: #F0C850;
    --gold-dark: #C8A030;
    --success: #3DD68C;
    --border: rgba(139, 47, 201, 0.25);
    --shadow: rgba(0, 0, 0, 0.4);
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-xl: 30px;
    --font-main: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    --font-heading: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    --max-width: 1200px;
    --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

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

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}
/* 0lf3 */
body {
    font-family: var(--font-main);
    background-color: var(--bg-dark);
    color: var(--text-main);
    line-height: 1.8;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}
/* cs1ubfu */
a {
    color: var(--primary-light);
    text-decoration: none;
    transition: color var(--transition);
}

a:hover {
    color: var(--accent-light);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: var(--text-bright);
    line-height: 1.4;
    margin-bottom: 0.6em;
}
/* heygg */
h1 { font-size: 2rem; }
h2 { font-size: 1.65rem; }
/* nuqu9l0u */h3 { font-size: 1.35rem; }
h4 { font-size: 1.15rem; }
/* 44a9 *//* acoeh7w */
p {
    margin-bottom: 1em;
    color: var(--text-main);
}

/* ===== 容器 ===== */
._3jpwko1 {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== 顶部导航 - 非sticky ===== */
.e57neiac {
    background: linear-gradient(135deg, var(--bg-dark), var(--primary-dark));
    border-bottom: 1px solid var(--border);
    padding: 12px 0;
    position: relative;
    z-index: 100;
}

._ttv0atqr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 20px;
}

._beftoy0 {
    display: flex;
    align-items: center;
    gap: 10px;
}

._beftoy0 img {
    height: 42px;
    width: auto;
}

._beftoy0 span {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-bright);
    white-space: nowrap;
}

/* Desktop nav */
._zdgm2q {
    display: flex;
    align-items: center;
    gap: 6px;
}

._zdgm2q a {
    color: var(--text-main);
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    font-size: 0.92rem;
    transition: all var(--transition);
    white-space: nowrap;
}

._zdgm2q a:hover,
._zdgm2q a.active {
    background: rgba(139, 47, 201, 0.2);
    color: var(--primary-light);
}

._zdgm2q .ir4796ywh {
    background: linear-gradient(135deg, var(--accent), var(--accent-light));
    color: #fff !important;
    padding: 8px 20px;
    border-radius: var(--radius-xl);
    font-weight: 600;
}

._zdgm2q .ir4796ywh:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(232, 77, 108, 0.4);
}

/* Mobile menu toggle */
._n55r9da {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

._n55r9da span {
    display: block;
    width: 26px;
    height: 3px;
    background: var(--text-bright);
    margin: 5px 0;
    border-radius: 2px;
    transition: var(--transition);
}

.st-nkgbal {
    display: none;
    background: var(--bg-card);
    border-bottom: 1px solid var(--border);
}
/* q6sga */
.st-nkgbal.open {
    display: block;
}

.st-nkgbal a {
    display: block;
    padding: 14px 24px;
    color: var(--text-main);
    border-bottom: 1px solid rgba(255,255,255,0.05);
    font-size: 0.95rem;
}
/* l64k15 *//* vmzbcha6 */
.st-nkgbal a:hover {
    background: rgba(139, 47, 201, 0.15);
    color: var(--primary-light);
}
/* u4tg */
/* ===== Hero区域 ===== */
._qhz1s3lf {
    position: relative;
    overflow: hidden;
    padding: 60px 0 50px;
    background: linear-gradient(160deg, var(--bg-dark) 0%, var(--primary-dark) 50%, var(--bg-section) 100%);
}

._qhz1s3lf::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(139, 47, 201, 0.15), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
/* 3q88lv1b */
.st-fd7qy9 {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.st-fd7qy9 h1 {
    font-size: 2.2rem;
    margin-bottom: 16px;
    background: linear-gradient(135deg, var(--text-bright), var(--primary-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.st-fd7qy9 p {
    font-size: 1.05rem;
    color: var(--text-muted);
    margin-bottom: 28px;
}
/* b9kx075m */
._23kixo {
    width: 100%;
    max-width: 900px;
    margin: 24px auto 0;
    border-radius: var(--radius-lg);
    box-shadow: 0 12px 40px var(--shadow);
}

._n31zc7w {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 24px;
}

/* ===== 按钮 ===== */
._seauv5 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border-radius: var(--radius-xl);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all var(--transition);
    text-decoration: none;
}

.css-bwdann {
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: #fff;
}

.css-bwdann:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(139, 47, 201, 0.4);
    color: #fff;
}

.st-b8ajql {
    background: linear-gradient(135deg, var(--accent), var(--accent-light));
    color: #fff;
}

.st-b8ajql:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(232, 77, 108, 0.4);
    color: #fff;
}
/* fgqy0 */
.vex4jn6fxj {
    background: transparent;
    border: 2px solid var(--primary-light);
    color: var(--primary-light);
}
/* xhe0wjl2e */
.vex4jn6fxj:hover {
    background: var(--primary);
    color: #fff;
}

/* ===== 通用区块 ===== */
._l66gcya {
    padding: 50px 0;
}

._8h7fyk {
    background: var(--bg-section);
}

._qbtjx4 {
    background: var(--bg-alt);
}

._fmrstmdl {
    text-align: center;
    margin-bottom: 36px;
}
/* vo3tfykw */
._fmrstmdl h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}

._fmrstmdl h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    border-radius: 2px;
}

._fmrstmdl p {
    color: var(--text-muted);
    margin-top: 10px;
    font-size: 0.95rem;
}
/* 4uztg */
/* ===== 视频卡片网格 ===== */
._xmlodp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.dhno7pmc {
    background: var(--bg-card);
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid var(--border);
    transition: all var(--transition);
}
/* hafu31mv */
.dhno7pmc:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(139, 47, 201, 0.2);
    border-color: var(--primary);
}

.dhno7pmc ._hhr72x {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.dhno7pmc ._hhr72x img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition);
}

.dhno7pmc:hover ._hhr72x img {
    transform: scale(1.05);
}
/* n8lo26r */
.dhno7pmc ._hhr72x .lwfdqjq8 {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: opacity var(--transition);
}

.dhno7pmc:hover ._hhr72x .lwfdqjq8 {
    opacity: 1;
}

.lwfdqjq8 ._hv8ermd {
    width: 50px;
    height: 50px;
    background: rgba(232, 77, 108, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lwfdqjq8 ._hv8ermd::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent #fff;
    margin-left: 4px;
}
/* znlymrytol */
.dhno7pmc ._s7ih9ce {
    padding: 16px;
}

.dhno7pmc ._s7ih9ce h3 {
    font-size: 1.05rem;
    margin-bottom: 8px;
}
/* vh135wnpp3 */
.dhno7pmc ._s7ih9ce p {
    font-size: 0.88rem;
    color: var(--text-muted);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dhno7pmc ._kt017wi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    border-top: 1px solid rgba(255,255,255,0.05);
    font-size: 0.82rem;
    color: var(--text-muted);
}

._i8l85l0 {
    color: var(--gold);
    font-size: 0.9rem;
    letter-spacing: 2px;
}

/* ===== 影评区域 ===== */
.css-goeo4v {
    background: var(--bg-card);
    border-radius: var(--radius-md);
    padding: 28px;
    border: 1px solid var(--border);
    margin-bottom: 24px;
}
/* bmhbxpfr */
.css-goeo4v .tw-thpkcq {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 16px;
}
/* nioriz */
.css-goeo4v .css-xk1kb5 {
    width: 100%;
    max-width: 280px;
    border-radius: var(--radius-md);
    flex-shrink: 0;
}

.css-goeo4v .css-o0z3n5 h3 {
    margin-bottom: 10px;
}

/* ===== 招聘模块 ===== */
._upkh9n4f {
    background: linear-gradient(135deg, rgba(232, 77, 108, 0.1), rgba(139, 47, 201, 0.1));
    border: 1px solid rgba(232, 77, 108, 0.2);
    border-radius: var(--radius-lg);
    padding: 36px;
    margin-top: 20px;
}
/* imgjx99 */
._upkh9n4f h3 {
    color: var(--accent-light);
    margin-bottom: 16px;
}

._j1nt5rgg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.el-srf1y8 {
    background: rgba(255,255,255,0.04);
    border-radius: var(--radius-md);
    padding: 20px;
    border: 1px solid rgba(255,255,255,0.08);
}

.el-srf1y8 h4 {
    color: var(--gold);
    margin-bottom: 8px;
}

/* ===== 案例模块 ===== */
._0cu6yl {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.v2uagzf {
    background: var(--bg-card);
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid var(--border);
    transition: all var(--transition);
}
/* jcgo88uqee */
.v2uagzf:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(139, 47, 201, 0.15);
}

.v2uagzf img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}
/* xwictqeldd */
.v2uagzf ._64ph6dz {
    padding: 18px;
}

.v2uagzf ._64ph6dz h4 {
    margin-bottom: 8px;
}
/* tcf3h */
.v2uagzf ._64ph6dz p {
    font-size: 0.9rem;
    color: var(--text-muted);
}

/* ===== 关于我们 ===== */
.st-6dzaw7 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: start;
}

.st-6dzaw7 .css-8wifiq {
    line-height: 2;
}

.st-6dzaw7 ._svtji2vw img {
    border-radius: var(--radius-md);
    width: 100%;
}

/* ===== 支付方式 ===== */
._fdh4keq {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.hpa5zl8kup {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 20px 28px;
    text-align: center;
    transition: all var(--transition);
    min-width: 160px;
}

.hpa5zl8kup:hover {
    border-color: var(--primary);
}

.hpa5zl8kup img {
    height: 50px;
    margin: 0 auto 10px;
}
/* vgv7g86l1 *//* wj66g37 */
.hpa5zl8kup._86dmnmja {
    border-color: var(--success);
    background: rgba(61, 214, 140, 0.08);
}
/* y4dyjn6 */
.hpa5zl8kup._86dmnmja::after {
    content: '推荐';
    display: inline-block;
    background: var(--success);
    color: #000;
    font-size: 0.75rem;
    padding: 2px 10px;
    border-radius: 10px;
    margin-top: 6px;
    font-weight: 600;
}

/* ===== 授权/牌照 ===== */
.tw-x3w5fi {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}
/* w5racwo */
.tw-x3w5fi ._oxl0co {
    width: 150px;
    flex-shrink: 0;
}

.tw-x3w5fi ._vx19ypif {
    flex: 1;
    min-width: 250px;
}

/* ===== 客户支持 ===== */
._03n2msa {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
/* sqqxwve3 */
.rjgoz8nf4d {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 24px;
    text-align: center;
    transition: all var(--transition);
}

.rjgoz8nf4d:hover {
    border-color: var(--primary);
    transform: translateY(-3px);
}

.rjgoz8nf4d ._1syvla8 {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 1.5rem;
}

/* ===== FAQ ===== */
.sc-446vum {
    max-width: 800px;
    margin: 0 auto;
}

._w3y06u {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    margin-bottom: 14px;
    overflow: hidden;
}

.el-ja62so {
    padding: 18px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: var(--text-bright);
    transition: background var(--transition);
}

.el-ja62so:hover {
    background: rgba(139, 47, 201, 0.1);
}
/* iphdd */
.el-ja62so .css-i13jd6 {
    transition: transform var(--transition);
    font-size: 0.8rem;
    color: var(--primary-light);
}

._w3y06u.open .el-ja62so .css-i13jd6 {
    transform: rotate(180deg);
}

._f6pmqiu {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
}
/* 4u0it5 */
._w3y06u.open ._f6pmqiu {
    padding: 0 24px 20px;
    max-height: 600px;
}

._f6pmqiu p {
    color: var(--text-muted);
    line-height: 1.8;
}

/* ===== 用户评论 ===== */
.ty34n53csp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

._ny0y7l6 {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 22px;
    transition: all var(--transition);
}

._ny0y7l6:hover {
    border-color: var(--primary);
}

._ny0y7l6 ._hcpeppot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

._ny0y7l6 ._upou9sr2 {
    font-weight: 600;
    color: var(--text-bright);
}

._ny0y7l6 ._iqypfdpi {
    font-size: 0.82rem;
    color: var(--text-muted);
}
/* mvvd */
._ny0y7l6 .css-dwo7t0 {
    font-size: 0.92rem;
    color: var(--text-main);
    line-height: 1.7;
    margin-bottom: 10px;
}
/* vj3f2qtbv */
._ny0y7l6 ._9ql7a51 {
    font-size: 0.8rem;
    color: var(--text-muted);
}
/* lfvk9 *//* tgirz8t1d */
/* ===== 面包屑 ===== */
._wyt5wv {
    padding: 14px 0;
    font-size: 0.88rem;
    color: var(--text-muted);
}

._wyt5wv a {
    color: var(--text-muted);
}

._wyt5wv a:hover {
    color: var(--primary-light);
}
/* m8q2v38i *//* 6k62am8iff */
._wyt5wv span {
    margin: 0 8px;
    color: rgba(255,255,255,0.2);
}

/* ===== 页脚 ===== */
.sc-adc21y {
    background: linear-gradient(180deg, var(--bg-alt), #080614);
    border-top: 1px solid var(--border);
    padding: 50px 0 0;
}

.css-4wdkwd {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 36px;
    margin-bottom: 36px;
}

.pwgux20z h4 {
    color: var(--text-bright);
    margin-bottom: 16px;
    font-size: 1rem;
    position: relative;
    padding-bottom: 10px;
}

.pwgux20z h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--primary);
}

.pwgux20z p {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.7;
}
/* k07ypq6q9w */
.pwgux20z ul {
    list-style: none;
}

.pwgux20z ul li {
    margin-bottom: 8px;
}

.pwgux20z ul li a {
    color: var(--text-muted);
    font-size: 0.88rem;
    transition: color var(--transition);
}

.pwgux20z ul li a:hover {
    color: var(--primary-light);
}
/* y199 */
.no6nfazvo {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.no6nfazvo a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(139, 47, 201, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition);
}

.no6nfazvo a:hover {
    background: var(--primary);
}

.no6nfazvo a img {
    width: 20px;
    height: 20px;
}

._yrzuxkyz {
    display: flex;
    gap: 12px;
    margin-top: 14px;
    flex-wrap: wrap;
}

._yrzuxkyz img {
    height: 30px;
    border-radius: 4px;
}

._umbxc6rn {
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 20px 0;
    text-align: center;
    font-size: 0.82rem;
    color: var(--text-muted);
}

._umbxc6rn a {
    color: var(--text-muted);
    margin: 0 10px;
}
/* 0cjb2 */
._umbxc6rn a:hover {
    color: var(--primary-light);
}

/* ===== 视频播放模块 ===== */
._y5boeip {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 24px auto;
    border-radius: var(--radius-md);
    overflow: hidden;
    background: #000;
    aspect-ratio: 16/9;
}

._y5boeip video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

._y5boeip iframe {
    width: 100%;
    height: 100%;
    border: none;
}
/* 315c2b */
/* ===== APP下载页面 ===== */
.tziqyrek1 {
    text-align: center;
    padding: 60px 0;
    background: linear-gradient(160deg, var(--bg-dark), var(--primary-dark), var(--bg-section));
}

.aps39l1qh {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0;
}

.aps39l1qh img {
    width: 180px;
    border-radius: var(--radius-lg);
    box-shadow: 0 8px 30px var(--shadow);
}

.st-v1wzx5 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
/* inbx4klh */
.lw01l49 {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 28px;
    text-align: center;
    transition: all var(--transition);
}

.lw01l49:hover {
    border-color: var(--primary);
    transform: translateY(-3px);
}
/* t6pw */
._mczmzd {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0;
}

.sc-jvkzo7 {
    text-align: center;
    margin: 30px 0;
}

.sc-jvkzo7 img {
    width: 180px;
    margin: 0 auto;
    border-radius: var(--radius-md);
    border: 3px solid var(--border);
}

/* ===== 内页通用 ===== */
.quiffco {
    padding: 40px 0 30px;
    background: linear-gradient(160deg, var(--bg-dark), var(--primary-dark));
    text-align: center;
}

.quiffco h1 {
    font-size: 1.8rem;
}

._be0rw06 {
    padding: 40px 0;
}

._be0rw06 article {
    max-width: 900px;
    margin: 0 auto;
    line-height: 2;
}

._be0rw06 article img {
    border-radius: var(--radius-md);
    margin: 20px 0;
    width: 100%;
}

._be0rw06 article h2 {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
}
/* aky4bu */
._be0rw06 article h2:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

/* ===== 内页侧边推荐 ===== */
.sc-1wrlej {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 36px;
    align-items: start;
}

._rzw0ik {
    position: relative;
}
/* 87g2hlidy */
._mh29u7 {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 20px;
    margin-bottom: 20px;
}

._mh29u7 h4 {
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border);
}

._mh29u7 ul {
    list-style: none;
}
/* mmms949h2 */
._mh29u7 ul li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.03);
}

._mh29u7 ul li a {
    color: var(--text-muted);
    font-size: 0.9rem;
}

._mh29u7 ul li a:hover {
    color: var(--primary-light);
}

/* ===== 响应式 ===== */
@media (max-width: 1024px) {
    .css-4wdkwd {
        grid-template-columns: 1fr 1fr;
    }
    .sc-1wrlej {
        grid-template-columns: 1fr;
    }
    .st-6dzaw7 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    html { font-size: 15px; }
/* t8rs8 */    
    ._zdgm2q { display: none; }
    ._n55r9da { display: block; }
    
    ._xmlodp {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }
    
    ._0cu6yl {
        grid-template-columns: 1fr;
    }
    
    .ty34n53csp {
        grid-template-columns: 1fr;
    }
/* ntmhh50v */    
    ._03n2msa {
        grid-template-columns: 1fr 1fr;
    }
    
    ._j1nt5rgg {
        grid-template-columns: 1fr;
    }
    
    .css-4wdkwd {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .st-fd7qy9 h1 {
        font-size: 1.6rem;
    }
    
    ._l66gcya {
        padding: 36px 0;
    }
    
    .st-v1wzx5 {
        grid-template-columns: 1fr;
    }
    
    .aps39l1qh img {
        width: 140px;
    }
    
    .css-goeo4v .tw-thpkcq {
        flex-direction: column;
    }
    
    .css-goeo4v .css-xk1kb5 {
        max-width: 100%;
    }
    
    .tw-x3w5fi {
        flex-direction: column;
        text-align: center;
    }
    
    ._fdh4keq {
        gap: 12px;
    }
/* w1z9y9 *//* ko8bn */    
    .hpa5zl8kup {
        min-width: 120px;
        padding: 14px 18px;
    }
}
/* jevpm1out */
@media (max-width: 480px) {
    html { font-size: 14px; }
    
    ._xmlodp {
        grid-template-columns: 1fr;
    }
    
    ._03n2msa {
        grid-template-columns: 1fr;
    }
    
    ._n31zc7w {
        flex-direction: column;
        align-items: center;
    }
    
    ._mczmzd {
        flex-direction: column;
        align-items: center;
    }
}

/* ===== 动画 ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mvz3itaewr {
    animation: fadeInUp 0.6s ease forwards;
}

/* ===== 视觉稳定性 ===== */
img[loading="lazy"] {
    aspect-ratio: attr(width) / attr(height);
}
/* 9xge7bn0c6 */
.dhno7pmc ._hhr72x {
    aspect-ratio: 16/9;
}
/* 330o8x6yt0 *//* 7b7zc33gb5 */
/* 3uzrn8rwvmw8j4hf */

/* ygtqalmahjcgb5fo */
