:root {
    --bg-color: #0b1121;
    --bg-card: #151e32;
    --text-main: #f8fafc;
    --text-muted: #94a3b8;
    --text-heading: #ffffff;
    --text-inverse: #ffffff; /* Button text, always light/dark to contrast primary */
    --primary-color: #f59e0b;
    --primary-hover: #d97706;
    --secondary-color: #1e293b;
    --glass-border: rgba(255,255,255,0.05);
    --hero-gradient-1: #1e293b;
    --hero-gradient-2: #0b1121;
    --footer-bg: #070a13;
    --footer-text: #475569;
}

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

body {
    font-family: 'Roboto', system-ui, -apple-system, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-main);
    line-height: 1.6;
    padding-bottom: 90px;
    overflow-x: hidden;
}

/* 布局通用 */
.z61kqa { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.z2ezn4 { text-align: center; font-size: 2rem; margin-bottom: 40px; font-weight: 800; color: var(--text-heading); }
.zgfvrh { text-align: left; }

/* 按钮通用 */
.z0cxfy {
    display: inline-block;
    padding: 16px 12px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.2s;
    cursor: pointer;
    text-align: center;
}
.z0cxfy:active { transform: scale(0.95); }
.zlvybb { background: var(--primary-color); color: var(--text-inverse) !important; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
.zlvybb:hover { background: var(--primary-hover); transform: translateY(-2px); }
.z20a26 { background: var(--secondary-color); color: var(--text-main); border: 1px solid var(--glass-border); }
.z20a26:hover { opacity: 0.8; transform: translateY(-2px); }
.zsv8wr { background: transparent; color: var(--primary-color); border: 2px solid var(--primary-color); }
.zsv8wr:hover { background: rgba(0,0,0,0.05); }
.zl1pat { display: block; width: 100%; }
.z66iax { padding: 18px 40px; font-size: 1.1rem; flex: none; }

@keyframes pulse {
    0% { box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
    50% { box-shadow: 0 4px 25px rgba(0,0,0,0.2); }
    100% { box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
}
.z6j0r8 { animation: pulse 2s infinite; }

/* 页眉 & 导航栏 */
.z7gql4 {
    padding: 15px 20px;
    background: var(--bg-color);
    border-bottom: 1px solid var(--glass-border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 100;
}
.ziejkf { font-size: 1.2rem; font-weight: 800; color: var(--text-heading); }
.z6clxh { display: none; } /* 移动端隐藏导航文本 */
.zr2jdz { padding: 8px 20px; border-radius: 8px; font-size: 0.9rem; }

/* 主视觉 Hero区 */
.zmjq1n { 
    text-align: center; 
    padding: 40px 20px 60px; 
    background: radial-gradient(circle at top center, var(--hero-gradient-1) 0%, var(--hero-gradient-2) 100%);
    position: relative;
    overflow: hidden;
}
.z34hac { font-size: 2.2rem; font-weight: 800; margin-bottom: 15px; letter-spacing: -0.5px; line-height: 1.2; color: var(--text-heading);}
.zdlufq { font-size: 1rem; color: var(--text-muted); margin-bottom: 30px; }
.z74b7i { display: none; }

/* 动态图卡 */
.zht123 { 
    position: relative; 
    height: 350px; 
    width: 100%; 
    margin-top: 40px; 
}
.floating-card {
    background: var(--bg-card);
    border: 1px solid var(--glass-border);
    padding: 12px 20px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    animation: float 6s ease-in-out infinite;
    color: var(--text-heading);
}
.float-icon { font-size: 2rem; }
.float-text { font-size: 0.9rem; font-weight: bold; text-align: left; }
.float-text span { font-size: 0.75rem; color: var(--primary-color); }

.card-1 { top: 0; left: 5%; animation-delay: 0s; }
.card-2 { top: 35%; right: 5%; animation-delay: 2s; }
.card-3 { bottom: 10%; left: 15%; animation-delay: 4s; }

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

/* 核心优势 */
.zf84sq { padding: 60px 20px; }
.zjsc2x { display: grid; grid-template-columns: 1fr; gap: 20px; max-width: 1200px; margin: 0 auto; }
.z8xhhw { background: var(--bg-card); padding: 30px 20px; border-radius: 16px; text-align: center; border: 1px solid var(--glass-border); }
.z8xhhw .zek7at { font-size: 2.5rem; margin-bottom: 15px; }
.z8xhhw h3 { font-size: 1.1rem; margin-bottom: 10px; color: var(--text-heading); }
.z8xhhw p { font-size: 0.9rem; color: var(--text-muted); }

/* 流媒体与 AI */
.zwzor4 { padding: 40px 20px; }
.zj7u13 { display: flex; flex-direction: column; gap: 30px; max-width: 1200px; margin: 0 auto; }
.ztsqwe p { margin-bottom: 20px; color: var(--text-muted); }
.zfukt2 { display: flex; flex-direction: column; gap: 15px; }
.z3fwo2 { background: var(--bg-card); padding: 15px; border-radius: 12px; font-weight: bold; text-align: center; border: 1px solid var(--glass-border); color: var(--text-heading); }

/* 定价表 */
.zx33vm { padding: 60px 20px; }
.zonoid { display: grid; grid-template-columns: 1fr; gap: 30px; max-width: 900px; margin: 0 auto; }
.z6nq6p { background: var(--bg-card); border-radius: 16px; padding: 40px 30px; position: relative; border: 1px solid var(--glass-border); text-align: center; color: var(--text-main); }
.z6nq6p.z0gk03 { border: 2px solid var(--primary-color); background: var(--hero-gradient-1); }
.zyizia { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--primary-color); color: var(--text-inverse); padding: 5px 15px; border-radius: 16px; font-size: 0.8rem; font-weight: bold; }
.zlyjmn { font-size: 3.5rem; font-weight: 800; margin: 20px 0; color: var(--text-heading); }
.zlyjmn span, .zlyjmn small { font-size: 1.2rem; color: var(--text-muted); font-weight: normal; }
.znsyu0 { list-style: none; margin-bottom: 30px; text-align: left; }
.znsyu0 li { margin-bottom: 15px; font-size: 0.95rem; }

/* 用户评价 */
.zn6p37 { padding: 40px 20px; }
.zoju0g { display: grid; grid-template-columns: 1fr; gap: 20px; max-width: 1000px; margin: 0 auto; }
.z2i252 { background: var(--bg-card); padding: 30px; border-radius: 16px; border: 1px solid var(--glass-border); }
.zb48l8 { color: #fbbf24; margin-bottom: 15px; font-size: 1.2rem; }
.z2i252 p { font-style: italic; }
.zhg0y8 { color: var(--text-muted); font-size: 0.9rem; margin-top: 15px; font-weight: bold; }

/* FAQ */
.z1x6md { padding: 40px 20px; }
.zm9u8u { max-width: 800px; margin: 0 auto; }
.zugnmv { margin-bottom: 30px; border-bottom: 1px solid var(--glass-border); padding-bottom: 20px; }
.zugnmv h4 { font-size: 1.1rem; margin-bottom: 10px; color: var(--text-heading); }
.zugnmv p { color: var(--text-muted); }

/* 页脚 */
.zkqzxv { background: var(--footer-bg); color: var(--text-main); text-align: center; padding: 60px 20px; }
.z894q6 { display: flex; flex-direction: column; gap: 20px; margin-bottom: 40px; }
.z894q6 a { color: var(--text-muted); text-decoration: none; font-weight: 600; }
.z894q6 a:hover { color: var(--text-heading); }
.copyright { color: var(--footer-text); font-size: 0.9rem; }

/* 移动端悬浮底栏 */
.zufxv0 {
    position: fixed; bottom: 0; left: 0; width: 100%;
    background: var(--bg-color);
    padding: 15px 20px; display: flex; gap: 15px;
    border-top: 1px solid var(--glass-border);
    z-index: 1000;
}
.zufxv0 .z0cxfy { flex: 1; }

@media (min-width: 768px) {
    body { padding-bottom: 0; }
    .z6clxh { display: flex; gap: 30px; align-items: center; }
    .z6clxh a { color: var(--text-main); text-decoration: none; font-weight: 600; transition: color 0.2s; }
    .z6clxh a:hover { color: var(--primary-color); }
    .zln81i { color: var(--primary-color) !important; border-bottom: 1px dashed var(--primary-color); padding-bottom: 2px;}

    .zmjq1n { padding: 100px 20px 80px; text-align: left; }
    .zdq3y0 { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
    .zxn6gn { flex: 1; max-width: 50%; }
    .zht123 { flex: 1; height: 450px; margin-top: 0; }
    .z34hac { font-size: 3.5rem; letter-spacing: -2px; margin-bottom: 20px; }
    .zdlufq { font-size: 1.2rem; margin-bottom: 40px; }
    
    .zufxv0 { display: none; }
    .z74b7i { display: flex; justify-content: flex-start; gap: 20px; margin-bottom: 0; }

    .card-1 { top: 10%; left: 0; padding: 15px 30px;}
    .card-2 { top: 45%; right: 0; padding: 15px 30px;}
    .card-3 { bottom: 10%; left: 20%; padding: 15px 30px;}
    .float-text { font-size: 1.1rem; }

    .zjsc2x { grid-template-columns: repeat(3, 1fr); }
    .zj7u13 { flex-direction: row; align-items: center; }
    .ztsqwe, .zfukt2 { flex: 1; }
    .zfukt2 { flex-direction: row; flex-wrap: wrap; justify-content: center; }
    .z3fwo2 { width: calc(50% - 15px); }

    .zonoid { grid-template-columns: repeat(3, 1fr); max-width: 1100px; }
    .z6nq6p.z0gk03 { transform: scale(1.05); }
    .zoju0g { grid-template-columns: repeat(2, 1fr); }
    .z894q6 { flex-direction: row; justify-content: center; gap: 40px; }
}

/* 优化文章内链与外链对比度 */
.zkxqsb a:not(.z0cxfy):not(.zlvybb):not(.zwv2f3) {
    color: var(--primary-color);
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 600;
    transition: color 0.2s;
}
.zkxqsb a:not(.z0cxfy):not(.zlvybb):not(.zwv2f3):hover {
    color: var(--primary-hover);
}

.zwv2f3 {
    display: inline-block;
    padding: 6px 14px;
    background: var(--primary-color);
    color: var(--text-inverse) !important;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: bold;
    margin: 0 4px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.zwv2f3:hover {
    background: var(--primary-hover);
    transform: translateY(-1px);
}

/* ================== Deluxe Upgrades ================== */
/* Toast Notifications */
#toast-container { position: fixed; bottom: 30px; left: 30px; z-index: 9999; display: flex; flex-direction: column; gap: 15px; pointer-events: none; }
@media (max-width: 768px) {
    #toast-container { bottom: 100px; left: 15px; }
}
.z8rgtp { background: var(--bg-card); color: var(--text-main); padding: 15px 25px; border-radius: 12px; border: 1px solid var(--glass-border); box-shadow: 0 10px 30px rgba(0,0,0,0.2); backdrop-filter: blur(10px); display: flex; align-items: center; gap: 12px; transform: translateX(-150%); opacity: 0; transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); font-size: 0.95rem; }
.z8rgtp.show { transform: translateX(0); opacity: 1; }
.zuedkn { background: var(--primary-color); color: #fff; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; }
.zjxp2k span { color: var(--primary-color); font-weight: bold; }

/* Comparison Table */
.zjfjux { padding: 80px 20px; background: var(--hero-gradient-2); }
.zhzmgf { width: 100%; max-width: 900px; margin: 0 auto; border-collapse: collapse; background: var(--bg-card); border-radius: 16px; overflow: hidden; border: 1px solid var(--glass-border); box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.zhzmgf th, .zhzmgf td { padding: 20px; text-align: center; border-bottom: 1px solid var(--glass-border); }
.zhzmgf th { background: rgba(0,0,0,0.2); font-weight: 600; color: var(--text-heading); font-size: 1.1rem; }
.zhzmgf td:first-child { text-align: left; font-weight: 600; color: var(--text-main); }
.zhzmgf .zkk38e { background: rgba(255,255,255,0.03); border-left: 2px solid var(--primary-color); border-right: 2px solid var(--primary-color); }
.z7chis { background: var(--primary-color) !important; color: #fff !important; }
.z3k5v3 { color: #22c55e; font-size: 1.2rem; font-weight: bold; }
.zyusqc { color: var(--text-muted); font-size: 1.2rem; opacity: 0.5; }
@media (max-width: 768px) {
    .zhzmgf th, .zhzmgf td { padding: 12px 10px; font-size: 0.9rem; }
}

/* Dynamic Ping Panel */
.ping-panel { background: rgba(0,0,0,0.6); backdrop-filter: blur(12px); border: 1px solid var(--glass-border); border-radius: 16px; padding: 25px; width: 100%; max-width: 400px; font-family: 'Courier New', Courier, monospace; color: #10b981; font-size: 0.9rem; margin: 0 auto; box-shadow: 0 20px 40px rgba(0,0,0,0.3); text-align: left;}
.ping-header { display: flex; align-items: center; gap: 8px; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 15px; margin-bottom: 15px; color: #f8fafc; font-weight: bold; font-family: 'Roboto', sans-serif;}
.ping-dots { display: flex; gap: 6px; margin-right: auto;}
.ping-dot { width: 12px; height: 12px; border-radius: 50%; background: #ef4444; }
.ping-dot.yellow { background: #eab308; }
.ping-dot.green { background: #22c55e; }
.ping-line { margin: 8px 0; opacity: 0.8; display: flex; justify-content: space-between; }
.ping-ms { font-weight: bold; }

/* Styles extracted from templates */
.zkxqsb { max-width: 800px; margin: 40px auto; padding: 40px; background: var(--bg-card); border-radius: 12px; border: 1px solid var(--glass-border); color: var(--text-main); line-height: 1.8;}
@media (max-width: 768px) { .zkxqsb { padding: 20px; margin: 20px; } }
.zkxqsb h1 { color: var(--text-heading); font-size: 2.2rem; margin-bottom: 20px; border-bottom: 1px solid var(--glass-border); padding-bottom: 15px; line-height: 1.3;}
.zkxqsb h2 { color: var(--primary-color); margin: 30px 0 15px; font-size: 1.5rem; }
.zkxqsb p { margin-bottom: 20px; }
.zkxqsb strong { color: var(--text-heading); }
.zwv2f3 { display: inline-block; background: var(--primary-color); color: var(--text-inverse); padding: 12px 24px; border-radius: 8px; font-weight: bold; text-decoration: none; margin-top: 20px; box-shadow: 0 4px 15px rgba(245,158,11,0.3); transition: transform 0.2s;}
.zwv2f3:hover { transform: translateY(-2px); }

.z7kb76 { max-width: 1200px; margin: 40px auto; padding: 0 20px; }
.zajk97 { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 30px; margin-top: 40px; }
.z2falv { background: var(--bg-card); border: 1px solid var(--glass-border); border-radius: 12px; padding: 25px; transition: transform 0.3s; display: flex; flex-direction: column;}
.z2falv:hover { transform: translateY(-5px); border-color: var(--primary-color); }
.z2falv h3 { color: var(--text-heading); font-size: 1.15rem; margin-bottom: 15px; line-height: 1.5; }
.z2falv p { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 20px; line-height: 1.6; flex: 1;}
.z2falv a { display: inline-block; color: var(--primary-color); font-weight: bold; text-decoration: none; align-self: flex-start; transition: color 0.2s;}
.z2falv a:hover { color: var(--text-heading); }

body { background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNjkuMjgyMDMyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiNmNTllMGIiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLW9wYWNpdHk9IjAuMTUiIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik00MCAxMS41NDdMMjAgMCAwIDExLjU0N3YyMy4wOTRMMjAgNDYuMTg4bDIwLTExLjU0N3oiLz48cGF0aCBkPSJNMCAzNC42NDFsMjAgMTEuNTQ3TTIwIDQ2LjE4OHYyMy4wOTRNNDAgMzQuNjQxbC0yMCAxMS41NDciLz48L2c+PC9zdmc+'); background-attachment: fixed; }