/* 男同网 原创主题CSS | jbjxns0.cn */
:root {
    --primary: #E91E8C;
    --primary-dark: #C2185B;
    --secondary: #7C3AED;
    --accent: #06B6D4;
    --bg-dark: #0F172A;
    --bg-card: rgba(30, 41, 59, 0.7);
    --text-main: #F8FAFC;
    --text-muted: #94A3B8;
    --glass-bg: rgba(15, 23, 42, 0.6);
    --glass-border: rgba(255, 255, 255, 0.1);
    --transition: all 0.3s ease;
}

* { margin: 0; padding: 0; box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
body { background-color: var(--bg-dark); color: var(--text-main); line-height: 1.6; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img, video { max-width: 100%; height: auto; display: block; }

/* 布局与通用 */
.container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 20px; }
.section { padding: 80px 0; position: relative; }
.e3xvf { font-size: 36px; text-align: center; margin-bottom: 16px; background: linear-gradient(135deg, var(--primary), var(--secondary)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.trits5 { text-align: center; color: var(--text-muted); font-size: 18px; margin-bottom: 48px; }
.btn { display: inline-block; padding: 12px 28px; border-radius: 30px; font-weight: 600; cursor: pointer; transition: var(--transition); border: none; outline: none; }
.btn-primary { background: linear-gradient(90deg, var(--primary), var(--secondary)); color: #fff; box-shadow: 0 4px 15px rgba(233, 30, 140, 0.3); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(233, 30, 140, 0.5); }
.btn-outline { border: 2px solid var(--primary); color: var(--primary); background: transparent; }
.btn-outline:hover { background: var(--primary); color: #fff; }

/* 导航栏 */
.header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; background: var(--glass-bg); backdrop-filter: blur(10px); border-bottom: 1px solid var(--glass-border); padding: 15px 0; transition: var(--transition); }
.nav-inner { display: flex; justify-content: space-between; align-items: center; }
.logo-box { display: flex; align-items: center; gap: 10px; }
.logo-img { height: 40px; }
.nav-menu { display: flex; gap: 30px; }
.nav-link { font-size: 16px; font-weight: 500; transition: var(--transition); position: relative; }
.nav-link:hover, .nav-link.active { color: var(--primary); }
.nav-link::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background: var(--primary); transition: var(--transition); }
.nav-link:hover::after, .nav-link.active::after { width: 100%; }
.nav-right { display: flex; align-items: center; gap: 20px; }
.search-box { position: relative; display: flex; align-items: center; background: rgba(255,255,255,0.05); border-radius: 20px; padding: 5px 15px; border: 1px solid var(--glass-border); }
.search-input { background: transparent; border: none; color: #fff; outline: none; padding: 5px; width: 150px; transition: width 0.3s; }
.search-input:focus { width: 200px; }
.search-btn { background: transparent; border: none; color: var(--text-muted); cursor: pointer; }

/* 首屏 Banner */
.anhiu { height: 100vh; min-height: 600px; position: relative; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.fyb72b1e { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.gwkc4o3 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(15,23,42,0.3), rgba(15,23,42,0.9)); z-index: -1; }
.kmxyc { max-width: 800px; padding: 0 20px; z-index: 1; animation: fadeInUp 1s ease; }
.yho8alv { font-size: 56px; font-weight: 800; margin-bottom: 20px; line-height: 1.2; }
.djbbay8 { font-size: 20px; color: #E2E8F0; margin-bottom: 40px; }
.pspnxu { display: flex; justify-content: center; gap: 40px; margin-top: 50px; }
.j0kl5kox { text-align: center; }
.vo4q4k6d { font-size: 36px; font-weight: bold; color: var(--accent); }
.f25ma3 { font-size: 14px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; }

/* 卡片网格通用 */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

/* 游戏传媒模块 */
.evwsor0f { background: var(--bg-card); border-radius: 16px; padding: 30px; border: 1px solid var(--glass-border); transition: var(--transition); text-align: center; }
.evwsor0f:hover { transform: translateY(-10px); border-color: var(--primary); box-shadow: 0 10px 30px rgba(233, 30, 140, 0.15); }
.jftlexgf { font-size: 48px; margin-bottom: 20px; display: inline-block; background: linear-gradient(135deg, var(--primary), var(--secondary)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.qig3zlu { font-size: 22px; margin-bottom: 12px; }
.e5yh5 { color: var(--text-muted); font-size: 15px; }

/* 视频卡片 */
.video-card { background: var(--bg-card); border-radius: 16px; overflow: hidden; border: 1px solid var(--glass-border); transition: var(--transition); cursor: pointer; position: relative; }
.video-card:hover { transform: scale(1.03); box-shadow: 0 15px 30px rgba(0,0,0,0.5); z-index: 10; }
.video-thumb { position: relative; padding-top: 56.25%; /* 16:9 */ overflow: hidden; }
.video-thumb img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.video-card:hover .video-thumb img { transform: scale(1.1); }
.play-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4); display: flex; align-items: center; justify-content: center; opacity: 0; transition: var(--transition); }
.video-card:hover .play-overlay { opacity: 1; }
.play-btn { width: 60px; height: 60px; background: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 20px rgba(233,30,140,0.6); }
.play-btn::after { content: ''; width: 0; height: 0; border-style: solid; border-width: 10px 0 10px 16px; border-color: transparent transparent transparent #fff; margin-left: 4px; }
.video-duration { position: absolute; bottom: 10px; right: 10px; background: rgba(0,0,0,0.8); padding: 4px 8px; border-radius: 4px; font-size: 12px; font-weight: bold; }
.video-tag { position: absolute; top: 10px; left: 10px; background: var(--primary); padding: 4px 10px; border-radius: 4px; font-size: 12px; font-weight: bold; }
.video-info { padding: 20px; }
.video-title { font-size: 18px; font-weight: 600; margin-bottom: 10px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.video-meta { display: flex; justify-content: space-between; color: var(--text-muted); font-size: 13px; }

/* 社区模块 */
.w4ezf { position: relative; border-radius: 20px; overflow: hidden; height: 300px; display: flex; align-items: flex-end; padding: 30px; }
.mlmmsd { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 0.5s; }
.w4ezf:hover .mlmmsd { transform: scale(1.1); }
.e347amd { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to top, rgba(15,23,42,0.9) 0%, rgba(15,23,42,0.2) 100%); z-index: -1; }
.w3qzjry { z-index: 1; }
.yqmlvb { font-size: 28px; font-weight: bold; margin-bottom: 10px; color: #fff; }
.cyoh26pe { color: #E2E8F0; margin-bottom: 15px; font-size: 15px; }

/* 专家展示 */
.rs3wjxs { background: var(--bg-card); border-radius: 16px; overflow: hidden; border: 1px solid var(--glass-border); text-align: center; }
.uylpb5 { width: 100%; height: 250px; object-fit: cover; }
.un40cv { padding: 25px; }
.jeg0p { font-size: 22px; font-weight: bold; margin-bottom: 5px; }
.g7uguw { color: var(--primary); font-size: 14px; font-weight: 600; margin-bottom: 15px; text-transform: uppercase; }
.wg4hkc { color: var(--text-muted); font-size: 14px; margin-bottom: 20px; }
.f9iqk { display: flex; justify-content: center; gap: 15px; }
.cz1osi { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; transition: var(--transition); }
.cz1osi:hover { background: var(--primary); color: #fff; transform: translateY(-3px); }

/* 评价与FAQ */
.y15pwbka { background: var(--glass-bg); border-radius: 16px; padding: 30px; border: 1px solid var(--glass-border); position: relative; }
.y15pwbka::before { content: '"'; position: absolute; top: 20px; right: 30px; font-size: 60px; color: rgba(233,30,140,0.2); font-family: serif; line-height: 1; }
.j2pxz64 { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }
.e5udsg { width: 50px; height: 50px; border-radius: 50%; background: var(--secondary); display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 20px; }
.s0qu6 { font-weight: bold; font-size: 16px; }
.evhz5 { color: var(--text-muted); font-size: 12px; }
.we1lk { color: #FBBF24; margin-bottom: 15px; }
.ajizg1 { font-size: 15px; line-height: 1.7; font-style: italic; }

.faq-item { background: var(--bg-card); border: 1px solid var(--glass-border); border-radius: 12px; margin-bottom: 15px; overflow: hidden; }
.faq-q { padding: 20px 25px; cursor: pointer; font-weight: 600; display: flex; justify-content: space-between; align-items: center; }
.faq-q::after { content: '+'; font-size: 24px; color: var(--primary); transition: var(--transition); }
.faq-item.active .faq-q::after { content: '-'; transform: rotate(180deg); }
.faq-a { padding: 0 25px; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; color: var(--text-muted); }
.faq-item.active .faq-a { padding: 0 25px 20px; max-height: 200px; }

/* 合作伙伴墙 */
.d2iehjh { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; align-items: center; }
.husd1 { background: rgba(255,255,255,0.05); border-radius: 12px; padding: 20px; text-align: center; font-weight: bold; color: var(--text-muted); border: 1px solid var(--glass-border); transition: var(--transition); filter: grayscale(100%); opacity: 0.7; }
.husd1:hover { filter: grayscale(0%); opacity: 1; border-color: var(--primary); color: var(--primary); transform: scale(1.05); }

/* 页脚 */
.footer { background: #0B1120; border-top: 1px solid var(--glass-border); padding: 80px 0 30px; margin-top: 50px; }
.i20tmh4 { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 50px; margin-bottom: 60px; }
.zt3enxj7 { height: 50px; margin-bottom: 20px; }
.fz28on { color: var(--text-muted); margin-bottom: 30px; max-width: 300px; }
.ruur21xl { font-size: 18px; font-weight: bold; margin-bottom: 25px; color: #fff; position: relative; padding-bottom: 10px; }
.ruur21xl::after { content: ''; position: absolute; left: 0; bottom: 0; width: 40px; height: 2px; background: var(--primary); }
.lsm02d0 li { margin-bottom: 12px; }
.lsm02d0 a { color: var(--text-muted); transition: var(--transition); }
.lsm02d0 a:hover { color: var(--primary); padding-left: 5px; }
.sm00ijtc { display: flex; gap: 20px; }
.py22dsi { text-align: center; }
.qqudfvq { width: 100px; height: 100px; background: #fff; padding: 5px; border-radius: 8px; margin-bottom: 10px; }
.bdd3du { font-size: 12px; color: var(--text-muted); }
.vvt52 { border-top: 1px solid rgba(255,255,255,0.05); padding-top: 30px; display: flex; justify-content: space-between; align-items: center; color: var(--text-muted); font-size: 14px; }

/* 响应式 */
@media (max-width: 1024px) {
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
    .d2iehjh { grid-template-columns: repeat(3, 1fr); }
    .i20tmh4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .grid-3 { grid-template-columns: repeat(2, 1fr); }
    .yho8alv { font-size: 40px; }
    .nav-menu, .nav-right { display: none; }
    .mobile-menu-btn { display: block; }
}
@media (max-width: 480px) {
    .grid-3, .grid-4 { grid-template-columns: 1fr; }
    .d2iehjh { grid-template-columns: repeat(2, 1fr); }
    .i20tmh4 { grid-template-columns: 1fr; }
    .yho8alv { font-size: 32px; }
    .pspnxu { flex-direction: column; gap: 20px; }
}

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