body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        .mobile-nav { display: none; }
        @media (max-width: 768px) {
            .desktop-nav { display: none; }
            .mobile-nav { display: block; position: fixed; top: 10px; right: 10px; z-index: 100; }
            .nav-menu { display: none; position: absolute; top: 50px; right: 10px; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.1); padding: 15px; }
            .nav-menu.active { display: block; }
        }
        h1 { color: #e74c3c; border-bottom: 3px solid #f39c12; padding-bottom: 10px; }
        h2 { color: #2980b9; margin-top: 30px; }
        h3 { color: #27ae60; }
        .download-btn { display: inline-block; background: #2ecc71; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .login-btn { display: inline-block; background: #3498db; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .game-stats { background: #f8f9fa; padding: 20px; border-radius: 8px; margin: 20px 0; }
        .攻略 { background: #fff8e1; padding: 15px; border-left: 4px solid #ffc107; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .tag { display: inline-block; background: #95a5a6; color: white; padding: 5px 10px; margin: 5px; border-radius: 3px; text-decoration: none; }
        .type-link { display: inline-block; background: #34495e; color: white; padding: 5px 10px; margin: 5px; border-radius: 3px; text-decoration: none; }
        footer { margin-top: 50px; padding: 20px; background: #2c3e50; color: white; text-align: center; }
