/* =============================================
   萝莉岛 - 主样式文件
   Brand: 萝莉岛 | Domain: wwptn.cn
   ============================================= */

/* ---- CSS 变量 ---- */
:root {
    --primary: #e8001c;
    --primary-dark: #b5001a;
    --secondary: #0d1b3e;
    --accent: #ff6b35;
    --accent2: #7c3aed;
    --bg-dark: #080f1e;
    --bg-card: #111827;
    --bg-card2: #1a2540;
    --text-main: #f0f4ff;
    --text-muted: #8fa3c8;
    --text-light: #c8d8f0;
    --border: rgba(255,255,255,0.08);
    --gradient-hero: linear-gradient(135deg, #080f1e 0%, #0d1b3e 50%, #1a0a2e 100%);
    --gradient-card: linear-gradient(145deg, #111827, #1a2540);
    --gradient-btn: linear-gradient(135deg, #e8001c, #ff6b35);
    --shadow-card: 0 8px 32px rgba(0,0,0,0.4);
    --shadow-hover: 0 16px 48px rgba(232,0,28,0.25);
    --radius: 12px;
    --radius-lg: 20px;
    --transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
}

/* ---- 重置 ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
    font-family: 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif;
    background: var(--bg-dark);
    color: var(--text-main);
    line-height: 1.7;
    overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; outline: none; }

/* ---- 滚动条 ---- */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-dark); }
::-webkit-scrollbar-thumb { background: var(--primary); border-radius: 3px; }

/* =============================================
   HEADER / NAV
   ============================================= */
#site-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    background: rgba(8,15,30,0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
    transition: var(--transition);
}
.khcdfvfx {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    height: 68px;
    gap: 32px;
}
.heipkda {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.heipkda img {
    height: 44px;
    width: auto;
}
.oa24q5az {
    font-size: 1.5rem;
    font-weight: 800;
    background: var(--gradient-btn);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.5px;
}
.md9r0te {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1;
}
.md9r0te a {
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 0.92rem;
    font-weight: 500;
    color: var(--text-light);
    transition: var(--transition);
    white-space: nowrap;
}
.md9r0te a:hover,
.md9r0te a.active {
    background: rgba(232,0,28,0.12);
    color: var(--primary);
}
.tufqo4f5 {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}
.9efnl {
    background: var(--gradient-btn);
    color: #fff;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 600;
    transition: var(--transition);
    box-shadow: 0 4px 16px rgba(232,0,28,0.3);
}
.9efnl:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(232,0,28,0.45);
}
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 8px;
    background: none;
}
.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-main);
    border-radius: 2px;
    transition: var(--transition);
}

/* ---- 搜索框 ---- */
.jm7ln {
    background: rgba(13,27,62,0.9);
    border-bottom: 1px solid var(--border);
    padding: 10px 0;
}
.ewvozndt {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.ewvozndt form {
    display: flex;
    align-items: center;
    flex: 1;
    max-width: 640px;
    background: rgba(255,255,255,0.06);
    border: 1px solid var(--border);
    border-radius: 24px;
    overflow: hidden;
    transition: var(--transition);
}
.ewvozndt form:focus-within {
    border-color: var(--primary);
    background: rgba(232,0,28,0.06);
}
.ewvozndt input {
    flex: 1;
    background: none;
    border: none;
    outline: none;
    padding: 9px 18px;
    color: var(--text-main);
    font-size: 0.9rem;
}
.ewvozndt input::placeholder { color: var(--text-muted); }
.ewvozndt button[type="submit"] {
    background: var(--primary);
    color: #fff;
    padding: 9px 20px;
    font-size: 0.88rem;
    font-weight: 600;
    transition: var(--transition);
}
.ewvozndt button[type="submit"]:hover { background: var(--primary-dark); }
.waagn19 {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.waagn19 span { font-size: 0.8rem; color: var(--text-muted); }
.3qyuy {
    font-size: 0.78rem;
    padding: 3px 10px;
    border-radius: 12px;
    background: rgba(255,255,255,0.06);
    color: var(--text-light);
    border: 1px solid var(--border);
    cursor: pointer;
    transition: var(--transition);
}
.3qyuy:hover { background: rgba(232,0,28,0.15); color: var(--primary); border-color: var(--primary); }

/* =============================================
   HERO SECTION
   ============================================= */
.p5io18 {
    min-height: 100vh;
    background: var(--gradient-hero);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 120px;
}
.9seime7 {
    position: absolute;
    inset: 0;
    background-image: url('../images/hero-banner.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.18;
}
.ap3x5 {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.particle {
    position: absolute;
    width: 2px;
    height: 2px;
    background: var(--primary);
    border-radius: 50%;
    animation: float-particle linear infinite;
}
@keyframes float-particle {
    0% { transform: translateY(100vh) translateX(0); opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { transform: translateY(-100px) translateX(50px); opacity: 0; }
}
.wbroi {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.us38405b {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(232,0,28,0.15);
    border: 1px solid rgba(232,0,28,0.3);
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 0.82rem;
    color: #ff6b6b;
    margin-bottom: 20px;
}
.us38405b::before {
    content: '';
    width: 6px; height: 6px;
    background: var(--primary);
    border-radius: 50%;
    animation: blink 1.5s infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.3} }
.8ma9e7z {
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
}
.8ma9e7z .brand { color: var(--primary); }
.8ma9e7z .highlight {
    background: linear-gradient(135deg, #ff6b35, #e8001c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.os78h4j {
    font-size: 1.05rem;
    color: var(--text-light);
    margin-bottom: 32px;
    max-width: 520px;
}
.14aunr1k {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.dkrzv1u {
    background: var(--gradient-btn);
    color: #fff;
    padding: 14px 32px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 700;
    transition: var(--transition);
    box-shadow: 0 6px 24px rgba(232,0,28,0.35);
}
.dkrzv1u:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(232,0,28,0.5); }
.eypxhh {
    background: transparent;
    color: var(--text-main);
    padding: 14px 32px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    border: 1.5px solid rgba(255,255,255,0.2);
    transition: var(--transition);
}
.eypxhh:hover { border-color: var(--primary); color: var(--primary); background: rgba(232,0,28,0.06); }
.m389f {
    display: flex;
    gap: 32px;
}
.x7zy3 { text-align: center; }
.78dm03e {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--primary);
    display: block;
}
.pzztfa9u { font-size: 0.8rem; color: var(--text-muted); }
.klnix {
    position: relative;
}
.0ghmno {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0,0,0,0.6);
    position: relative;
}
.0ghmno img {
    width: 100%;
    border-radius: var(--radius-lg);
}
.5oc45 {
    position: absolute;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: var(--shadow-card);
    animation: float-badge 3s ease-in-out infinite;
}
@keyframes float-badge { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
.5oc45.badge-1 { bottom: 24px; left: -20px; }
.5oc45.badge-2 { top: 24px; right: -20px; }
.txd3a4 { font-size: 1.5rem; }
.4ou4n7 strong { display: block; font-size: 0.9rem; font-weight: 700; }
.4ou4n7 span { font-size: 0.75rem; color: var(--text-muted); }

/* =============================================
   SECTION COMMONS
   ============================================= */
.section {
    padding: 80px 0;
}
.gsybvkv {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}
.ixck80 {
    text-align: center;
    margin-bottom: 56px;
}
.okaqqn2 {
    display: inline-block;
    background: rgba(232,0,28,0.12);
    color: var(--primary);
    border: 1px solid rgba(232,0,28,0.25);
    border-radius: 20px;
    padding: 5px 16px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.a9yqv {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 800;
    margin-bottom: 14px;
    line-height: 1.3;
}
.a9yqv .brand { color: var(--primary); }
.amw11br {
    font-size: 1rem;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto;
}
.m4crgf8a { background: rgba(13,27,62,0.4); }
.iptax { background: rgba(8,15,30,0.8); }

/* =============================================
   VIDEO CARDS
   ============================================= */
.w6gdb {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}
.mjrlj5 {
    background: var(--gradient-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: var(--transition);
    cursor: pointer;
}
.mjrlj5:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
    border-color: rgba(232,0,28,0.3);
}
.n97dz {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #0a0f1e;
}
.n97dz img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.mjrlj5:hover .n97dz img { transform: scale(1.05); }
.j968xa {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    transition: var(--transition);
}
.mjrlj5:hover .j968xa { opacity: 1; }
.spiv7 {
    width: 56px;
    height: 56px;
    background: rgba(232,0,28,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    box-shadow: 0 0 24px rgba(232,0,28,0.6);
}
.spiv7:hover { transform: scale(1.1); background: var(--primary); }
.spiv7 svg { width: 22px; height: 22px; fill: #fff; margin-left: 3px; }
.i1tkec9 {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0,0,0,0.75);
    color: #fff;
    font-size: 0.75rem;
    padding: 2px 7px;
    border-radius: 4px;
    font-weight: 600;
}
.qb02o {
    position: absolute;
    top: 8px;
    left: 8px;
    background: var(--primary);
    color: #fff;
    font-size: 0.7rem;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 700;
}
.ia5reh {
    padding: 14px 16px;
}
.wjis6f7c {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
}
.4wtx50 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.78rem;
    color: var(--text-muted);
}
.4wtx50 span { display: flex; align-items: center; gap: 4px; }
.4wtx50 svg { width: 13px; height: 13px; fill: currentColor; }

/* =============================================
   FEATURE CARDS
   ============================================= */
.yvk5k0a {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 24px;
}
.85a07 {
    background: var(--gradient-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px 24px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}
.85a07::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--gradient-btn);
    transform: scaleX(0);
    transition: var(--transition);
}
.85a07:hover::before { transform: scaleX(1); }
.85a07:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
    border-color: rgba(232,0,28,0.2);
}
.zk9xa98 {
    width: 52px;
    height: 52px;
    background: rgba(232,0,28,0.12);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 16px;
}
.85a07 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.85a07 p {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* =============================================
   EXPERT CARDS
   ============================================= */
.cv6jm5 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 28px;
}
.u94p3b5x {
    background: var(--gradient-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 28px 24px;
    text-align: center;
    transition: var(--transition);
}
.u94p3b5x:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
}
.v0ve1mu {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 16px;
    border: 3px solid rgba(232,0,28,0.3);
}
.psgzlo {
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 4px;
}
.cgoqe {
    font-size: 0.82rem;
    color: var(--primary);
    margin-bottom: 12px;
    font-weight: 600;
}
.h0fghyd {
    font-size: 0.83rem;
    color: var(--text-muted);
    margin-bottom: 16px;
    line-height: 1.6;
}
.zxh1r {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    margin-bottom: 18px;
}
.iz6kij {
    font-size: 0.72rem;
    padding: 3px 10px;
    border-radius: 10px;
    background: rgba(124,58,237,0.15);
    color: #a78bfa;
    border: 1px solid rgba(124,58,237,0.2);
}
.6xsud {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.vbboj7 {
    padding: 7px 16px;
    border-radius: 7px;
    font-size: 0.8rem;
    font-weight: 600;
    transition: var(--transition);
}
.vbboj7.primary { background: var(--gradient-btn); color: #fff; }
.vbboj7.outline { border: 1px solid var(--border); color: var(--text-light); }
.vbboj7:hover { transform: translateY(-2px); }

/* =============================================
   REVIEW CARDS
   ============================================= */
.p7ccc {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
}
.d2yjc2 {
    background: var(--gradient-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px;
    transition: var(--transition);
}
.d2yjc2:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.h5yo8m {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}
.lh4ih9h5 {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--gradient-btn);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0;
}
.6z6xunpj { font-size: 0.95rem; font-weight: 700; }
.gbylf22 { color: #fbbf24; font-size: 0.85rem; letter-spacing: 1px; }
.3cwn30 {
    font-size: 0.88rem;
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 12px;
}
.mxt41l { font-size: 0.75rem; color: var(--text-muted); }

/* =============================================
   FAQ
   ============================================= */
.pz7g43 { max-width: 800px; margin: 0 auto; }
.j0cxr9e0 {
    background: var(--gradient-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    margin-bottom: 12px;
    overflow: hidden;
}
.hpezw3d {
    width: 100%;
    background: none;
    color: var(--text-main);
    padding: 20px 24px;
    text-align: left;
    font-size: 0.98rem;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    transition: var(--transition);
}
.hpezw3d:hover { color: var(--primary); }
.hpezw3d.active { color: var(--primary); }
.3kk8p8 {
    width: 24px;
    height: 24px;
    background: rgba(232,0,28,0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: var(--transition);
    font-size: 1rem;
    color: var(--primary);
}
.hpezw3d.active .3kk8p8 { transform: rotate(45deg); background: var(--primary); color: #fff; }
.9mnup {
    display: none;
    padding: 0 24px 20px;
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.8;
    border-top: 1px solid var(--border);
    padding-top: 16px;
}
.9mnup.open { display: block; }

/* =============================================
   PARTNERS LOGO WALL
   ============================================= */
.2wb3cfqx {
    display: flex;
    gap: 32px;
    overflow: hidden;
    position: relative;
}
.2wb3cfqx::before,
.2wb3cfqx::after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    width: 80px;
    z-index: 2;
}
.2wb3cfqx::before { left: 0; background: linear-gradient(to right, var(--bg-dark), transparent); }
.2wb3cfqx::after { right: 0; background: linear-gradient(to left, var(--bg-dark), transparent); }
.3q1nupt5 {
    display: flex;
    gap: 32px;
    animation: slide-partners 30s linear infinite;
    flex-shrink: 0;
}
@keyframes slide-partners {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
.4yfpn4a {
    background: var(--bg-card2);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-muted);
    flex-shrink: 0;
    transition: var(--transition);
}
.4yfpn4a:hover { color: var(--text-main); border-color: rgba(232,0,28,0.3); }

/* =============================================
   COMMUNITY SECTION
   ============================================= */
.nheflb92 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}
.sqxwp {
    background: var(--gradient-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px 20px;
    text-align: center;
    transition: var(--transition);
    cursor: pointer;
}
.sqxwp:hover {
    transform: translateY(-4px);
    border-color: rgba(232,0,28,0.3);
    box-shadow: var(--shadow-hover);
}
.179r2l {
    font-size: 2.4rem;
    margin-bottom: 12px;
    display: block;
}
.sqxwp h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.sqxwp p { font-size: 0.82rem; color: var(--text-muted); }
.puz2n {
    display: inline-block;
    background: rgba(232,0,28,0.12);
    color: var(--primary);
    font-size: 0.75rem;
    padding: 3px 10px;
    border-radius: 10px;
    margin-top: 10px;
    font-weight: 600;
}

/* =============================================
   CONTACT / QR SECTION
   ============================================= */
.utpasbfg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}
.lelz42 h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 20px; }
.yrtme {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
    padding: 16px;
    background: var(--bg-card2);
    border-radius: var(--radius);
    border: 1px solid var(--border);
}
.4knh4k1 {
    width: 40px;
    height: 40px;
    background: rgba(232,0,28,0.12);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.yrtme strong { display: block; font-size: 0.88rem; margin-bottom: 4px; }
.yrtme span { font-size: 0.85rem; color: var(--text-muted); }
.02e4eyk7 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.bov2ih {
    background: var(--bg-card2);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 20px;
    text-align: center;
}
.bov2ih img {
    width: 120px;
    height: 120px;
    margin: 0 auto 12px;
    border-radius: 8px;
}
.bov2ih p { font-size: 0.82rem; color: var(--text-muted); }
.bov2ih strong { display: block; font-size: 0.9rem; margin-bottom: 6px; }

/* =============================================
   SOCIAL SHARE
   ============================================= */
.b9j7z {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 24px;
    background: var(--bg-card2);
    border-radius: var(--radius);
    border: 1px solid var(--border);
}
.b9j7z span { font-size: 0.9rem; color: var(--text-muted); }
.w5i4a6h {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: var(--transition);
    border: 1px solid var(--border);
    color: var(--text-light);
    background: rgba(255,255,255,0.04);
}
.w5i4a6h:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.3); }
.w5i4a6h.wechat:hover { background: #07c160; border-color: #07c160; color: #fff; }
.w5i4a6h.weibo:hover { background: #e6162d; border-color: #e6162d; color: #fff; }
.w5i4a6h.douyin:hover { background: #000; border-color: #69c9d0; color: #fff; }
.w5i4a6h.bilibili:hover { background: #00a1d6; border-color: #00a1d6; color: #fff; }

/* =============================================
   FOOTER
   ============================================= */
#site-footer {
    background: #050a14;
    border-top: 1px solid var(--border);
    padding: 60px 0 0;
}
.zawer48 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}
.6q34t4 {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--border);
}
.e11ldc9i .heipkda { margin-bottom: 16px; }
.e11ldc9i p {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 20px;
}
.gjknp h4 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--text-main);
}
.gjknp ul li {
    margin-bottom: 10px;
}
.gjknp ul li a {
    font-size: 0.85rem;
    color: var(--text-muted);
    transition: var(--transition);
}
.gjknp ul li a:hover { color: var(--primary); }
.o9snj {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
.o9snj p { font-size: 0.82rem; color: var(--text-muted); }
.o9snj a { color: var(--text-muted); transition: var(--transition); }
.o9snj a:hover { color: var(--primary); }
.t17swe0 {
    display: flex;
    align-items: center;
    gap: 8px;
}
.t17swe0 img { height: 28px; }

/* =============================================
   BREADCRUMB
   ============================================= */
.breadcrumb {
    padding: 14px 0;
    font-size: 0.83rem;
    color: var(--text-muted);
}
.breadcrumb a { color: var(--text-muted); transition: var(--transition); }
.breadcrumb a:hover { color: var(--primary); }
.breadcrumb span { margin: 0 8px; }

/* =============================================
   PAGE HERO (inner pages)
   ============================================= */
.bakv8 {
    padding: 140px 0 60px;
    background: var(--gradient-hero);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.bakv8::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 80px;
    background: linear-gradient(to top, var(--bg-dark), transparent);
}
.bakv8 h1 {
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    font-weight: 900;
    margin-bottom: 14px;
}
.bakv8 p {
    font-size: 1rem;
    color: var(--text-muted);
    max-width: 560px;
    margin: 0 auto;
}

/* =============================================
   TAGS / BADGES
   ============================================= */
.tag {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
}
.k0zfyj { background: rgba(124,58,237,0.2); color: #a78bfa; }
.82s12 { background: rgba(232,0,28,0.15); color: #ff6b6b; }
.jv83c { background: rgba(16,185,129,0.15); color: #34d399; }
.b515xz { background: rgba(59,130,246,0.15); color: #60a5fa; }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
    .wbroi { grid-template-columns: 1fr; gap: 40px; }
    .klnix { display: none; }
    .6q34t4 { grid-template-columns: 1fr 1fr; gap: 32px; }
    .utpasbfg { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .md9r0te { display: none; }
    .hamburger { display: flex; }
    .md9r0te.open {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 68px; left: 0; right: 0;
        background: rgba(8,15,30,0.98);
        padding: 20px 24px;
        border-bottom: 1px solid var(--border);
        z-index: 999;
    }
    .m389f { gap: 20px; }
    .w6gdb { grid-template-columns: 1fr 1fr; }
    .6q34t4 { grid-template-columns: 1fr; gap: 24px; }
    .o9snj { flex-direction: column; text-align: center; }
    .02e4eyk7 { grid-template-columns: 1fr 1fr; }
    .waagn19 { display: none; }
}

@media (max-width: 480px) {
    .w6gdb { grid-template-columns: 1fr; }
    .yvk5k0a { grid-template-columns: 1fr; }
    .14aunr1k { flex-direction: column; }
    .dkrzv1u, .eypxhh { text-align: center; }
}

/* =============================================
   ANIMATIONS
   ============================================= */
.cmhlg {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.cmhlg.visible {
    opacity: 1;
    transform: translateY(0);
}
.05o6o { transition-delay: 0.1s; }
.378rdym { transition-delay: 0.2s; }
.86imzttx { transition-delay: 0.3s; }
.781wjks { transition-delay: 0.4s; }

/* =============================================
   MODAL / OVERLAY
   ============================================= */
.tovq2k5 {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.tovq2k5.open { opacity: 1; pointer-events: all; }
.bihh1d {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px;
    max-width: 560px;
    width: 100%;
    position: relative;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}
.tovq2k5.open .bihh1d { transform: scale(1); }
.2c2h9d7i {
    position: absolute;
    top: 16px; right: 16px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    width: 32px; height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    font-size: 1.1rem;
    transition: var(--transition);
}
.2c2h9d7i:hover { background: rgba(232,0,28,0.2); color: var(--primary); }

/* =============================================
   LOADING SKELETON
   ============================================= */
.s975csm9 {
    background: linear-gradient(90deg, var(--bg-card2) 25%, rgba(255,255,255,0.04) 50%, var(--bg-card2) 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    border-radius: 6px;
}
@keyframes skeleton-loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* =============================================
   HOW-TO STEPS
   ============================================= */
.crsefzg {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 24px;
    counter-reset: steps;
}
.8klfn {
    background: var(--gradient-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px 22px;
    position: relative;
    counter-increment: steps;
    transition: var(--transition);
}
.8klfn:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.8klfn::before {
    content: counter(steps, decimal-leading-zero);
    position: absolute;
    top: 20px; right: 20px;
    font-size: 2rem;
    font-weight: 900;
    color: rgba(232,0,28,0.12);
    line-height: 1;
}
.w3j8d0ko { font-size: 2rem; margin-bottom: 14px; display: block; }
.8klfn h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.8klfn p { font-size: 0.85rem; color: var(--text-muted); }

/* =============================================
   AI SECTION
   ============================================= */
.lwgetukm {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
@media (max-width: 768px) { .lwgetukm { grid-template-columns: 1fr; } }
.zf3p4u9 {
    background: linear-gradient(145deg, #0d1b3e, #1a0a2e);
    border: 1px solid rgba(124,58,237,0.2);
    border-radius: var(--radius);
    padding: 28px 24px;
    transition: var(--transition);
}
.zf3p4u9:hover {
    transform: translateY(-4px);
    border-color: rgba(124,58,237,0.5);
    box-shadow: 0 12px 40px rgba(124,58,237,0.2);
}
.z1zu9o {
    width: 52px; height: 52px;
    background: rgba(124,58,237,0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 16px;
}
.zf3p4u9 h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 10px; }
.zf3p4u9 p { font-size: 0.87rem; color: var(--text-muted); line-height: 1.6; }
.qtfkbbc {
    display: inline-block;
    margin-top: 14px;
    background: rgba(124,58,237,0.15);
    color: #a78bfa;
    border: 1px solid rgba(124,58,237,0.25);
    border-radius: 6px;
    padding: 3px 10px;
    font-size: 0.75rem;
    font-weight: 600;
}
